@genesislcap/foundation-entity-management 14.187.1 → 14.188.0-FUI-2012.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/custom-elements.json +973 -973
  2. package/package.json +21 -21
@@ -919,482 +919,261 @@
919
919
  },
920
920
  {
921
921
  "kind": "javascript-module",
922
- "path": "src/main/index.ts",
923
- "declarations": [],
922
+ "path": "src/layouts/default.ts",
923
+ "declarations": [
924
+ {
925
+ "kind": "variable",
926
+ "name": "loginLayout",
927
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
928
+ },
929
+ {
930
+ "kind": "variable",
931
+ "name": "defaultLayout",
932
+ "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)"
933
+ }
934
+ ],
924
935
  "exports": [
925
936
  {
926
937
  "kind": "js",
927
- "name": "*",
938
+ "name": "loginLayout",
928
939
  "declaration": {
929
- "name": "*",
930
- "package": "./main.template"
940
+ "name": "loginLayout",
941
+ "module": "src/layouts/default.ts"
931
942
  }
932
943
  },
933
944
  {
934
945
  "kind": "js",
935
- "name": "*",
946
+ "name": "defaultLayout",
936
947
  "declaration": {
937
- "name": "*",
938
- "package": "./main"
948
+ "name": "defaultLayout",
949
+ "module": "src/layouts/default.ts"
939
950
  }
940
951
  }
941
952
  ]
942
953
  },
943
954
  {
944
955
  "kind": "javascript-module",
945
- "path": "src/main/main.styles.ts",
946
- "declarations": [
947
- {
948
- "kind": "variable",
949
- "name": "MainStyles",
950
- "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`"
951
- }
952
- ],
956
+ "path": "src/layouts/index.ts",
957
+ "declarations": [],
953
958
  "exports": [
954
959
  {
955
960
  "kind": "js",
956
- "name": "MainStyles",
961
+ "name": "*",
957
962
  "declaration": {
958
- "name": "MainStyles",
959
- "module": "src/main/main.styles.ts"
963
+ "name": "*",
964
+ "package": "./default"
960
965
  }
961
966
  }
962
967
  ]
963
968
  },
964
969
  {
965
970
  "kind": "javascript-module",
966
- "path": "src/main/main.template.ts",
971
+ "path": "src/list/index.ts",
967
972
  "declarations": [],
968
- "exports": []
973
+ "exports": [
974
+ {
975
+ "kind": "js",
976
+ "name": "*",
977
+ "declaration": {
978
+ "name": "*",
979
+ "package": "./list"
980
+ }
981
+ }
982
+ ]
969
983
  },
970
984
  {
971
985
  "kind": "javascript-module",
972
- "path": "src/main/main.ts",
986
+ "path": "src/list/list.styles.ts",
973
987
  "declarations": [
974
988
  {
975
- "kind": "class",
976
- "description": "",
977
- "name": "MainApplication",
978
- "members": [
979
- {
980
- "kind": "field",
981
- "name": "config",
982
- "type": {
983
- "text": "MainRouterConfig"
984
- }
985
- },
986
- {
987
- "kind": "field",
988
- "name": "connect",
989
- "type": {
990
- "text": "Connect"
991
- }
992
- },
993
- {
994
- "kind": "field",
995
- "name": "session",
996
- "type": {
997
- "text": "Session"
998
- }
999
- },
1000
- {
1001
- "kind": "field",
1002
- "name": "container",
1003
- "type": {
1004
- "text": "Container"
1005
- }
1006
- },
1007
- {
1008
- "kind": "field",
1009
- "name": "provider",
1010
- "type": {
1011
- "text": "any"
1012
- }
1013
- },
1014
- {
1015
- "kind": "field",
1016
- "name": "ready",
1017
- "type": {
1018
- "text": "boolean"
1019
- },
1020
- "default": "false"
1021
- },
1022
- {
1023
- "kind": "field",
1024
- "name": "data",
1025
- "type": {
1026
- "text": "any"
1027
- },
1028
- "default": "null"
1029
- },
1030
- {
1031
- "kind": "method",
1032
- "name": "onLuminanceToggle"
1033
- },
1034
- {
1035
- "kind": "method",
1036
- "name": "loadRemotes"
1037
- },
1038
- {
1039
- "kind": "method",
1040
- "name": "selectTemplate"
1041
- },
1042
- {
1043
- "kind": "method",
1044
- "name": "registerDIDependencies",
1045
- "privacy": "private"
1046
- }
1047
- ],
1048
- "superclass": {
1049
- "name": "FASTElement",
1050
- "package": "@microsoft/fast-element"
1051
- },
1052
- "customElement": true
989
+ "kind": "variable",
990
+ "name": "listStyles",
991
+ "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`"
1053
992
  }
1054
993
  ],
1055
994
  "exports": [
1056
995
  {
1057
996
  "kind": "js",
1058
- "name": "MainApplication",
1059
- "declaration": {
1060
- "name": "MainApplication",
1061
- "module": "src/main/main.ts"
1062
- }
1063
- },
1064
- {
1065
- "kind": "custom-element-definition",
997
+ "name": "listStyles",
1066
998
  "declaration": {
1067
- "name": "MainApplication",
1068
- "module": "src/main/main.ts"
999
+ "name": "listStyles",
1000
+ "module": "src/list/list.styles.ts"
1069
1001
  }
1070
1002
  }
1071
1003
  ]
1072
1004
  },
1073
1005
  {
1074
1006
  "kind": "javascript-module",
1075
- "path": "src/profiles/editProfileSchema.ts",
1007
+ "path": "src/list/list.template.ts",
1076
1008
  "declarations": [
1077
1009
  {
1078
- "kind": "variable",
1079
- "name": "editProfileFormSchema",
1080
- "type": {
1081
- "text": "object"
1082
- },
1083
- "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}"
1010
+ "kind": "function",
1011
+ "name": "getPrefixedList",
1012
+ "parameters": [
1013
+ {
1014
+ "name": "prefix"
1015
+ }
1016
+ ]
1084
1017
  }
1085
1018
  ],
1086
1019
  "exports": [
1087
1020
  {
1088
1021
  "kind": "js",
1089
- "name": "editProfileFormSchema",
1022
+ "name": "getPrefixedList",
1090
1023
  "declaration": {
1091
- "name": "editProfileFormSchema",
1092
- "module": "src/profiles/editProfileSchema.ts"
1024
+ "name": "getPrefixedList",
1025
+ "module": "src/list/list.template.ts"
1093
1026
  }
1094
1027
  }
1095
1028
  ]
1096
1029
  },
1097
1030
  {
1098
1031
  "kind": "javascript-module",
1099
- "path": "src/profiles/profiles.ts",
1032
+ "path": "src/list/list.ts",
1100
1033
  "declarations": [
1101
1034
  {
1102
1035
  "kind": "class",
1103
- "description": "Main class which defined the profile management functionality",
1104
- "name": "Profiles",
1036
+ "description": "",
1037
+ "name": "List",
1105
1038
  "members": [
1106
- {
1107
- "kind": "method",
1108
- "name": "readProfileData",
1109
- "privacy": "public",
1110
- "parameters": [
1111
- {
1112
- "name": "profile"
1113
- }
1114
- ]
1115
- },
1116
- {
1117
- "kind": "method",
1118
- "name": "confirmDelete",
1119
- "inheritedFrom": {
1120
- "name": "EntityManagement",
1121
- "module": "src/entities/entities.ts"
1122
- }
1123
- },
1124
1039
  {
1125
1040
  "kind": "field",
1126
- "name": "createEvent",
1041
+ "name": "prefix",
1127
1042
  "type": {
1128
1043
  "text": "string"
1129
1044
  },
1130
- "description": "Name of the event handler on the Genesis server which handles creating an entity",
1131
- "privacy": "public",
1132
- "inheritedFrom": {
1133
- "name": "EntityManagement",
1134
- "module": "src/entities/entities.ts"
1135
- }
1045
+ "default": "'zero'",
1046
+ "description": "Name of the design system prefix that will be used in renderers.",
1047
+ "privacy": "public"
1136
1048
  },
1137
1049
  {
1138
1050
  "kind": "field",
1139
- "name": "deleteEvent",
1051
+ "name": "resourceName",
1140
1052
  "type": {
1141
1053
  "text": "string"
1142
1054
  },
1143
- "description": "Name of the event handler on the Genesis server which handles deleting the entity",
1144
- "privacy": "public",
1145
- "inheritedFrom": {
1146
- "name": "EntityManagement",
1147
- "module": "src/entities/entities.ts"
1148
- }
1055
+ "default": "''"
1149
1056
  },
1150
1057
  {
1151
1058
  "kind": "field",
1152
- "name": "updateEvent",
1059
+ "name": "title",
1153
1060
  "type": {
1154
1061
  "text": "string"
1155
1062
  },
1156
- "description": "Name of the event handler on the Genesis server which handles updating the entity",
1157
- "privacy": "public",
1158
- "inheritedFrom": {
1159
- "name": "EntityManagement",
1160
- "module": "src/entities/entities.ts"
1161
- }
1063
+ "default": "''"
1162
1064
  },
1163
1065
  {
1164
1066
  "kind": "field",
1165
1067
  "name": "persistColumnStateKey",
1166
1068
  "type": {
1167
1069
  "text": "string"
1168
- },
1169
- "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.",
1170
- "privacy": "public",
1171
- "default": "'entity_profiles_management'",
1172
- "inheritedFrom": {
1173
- "name": "EntityManagement",
1174
- "module": "src/entities/entities.ts"
1175
1070
  }
1176
1071
  },
1177
1072
  {
1178
1073
  "kind": "field",
1179
- "name": "updateFormUiSchema",
1074
+ "name": "sizeColumnsToFit",
1180
1075
  "type": {
1181
- "text": "any"
1182
- },
1183
- "default": "editProfileFormSchema",
1184
- "inheritedFrom": {
1185
- "name": "EntityManagement",
1186
- "module": "src/entities/entities.ts"
1076
+ "text": "boolean"
1187
1077
  }
1188
1078
  },
1189
1079
  {
1190
1080
  "kind": "field",
1191
- "name": "createFormUiSchema",
1081
+ "name": "rowSelection",
1192
1082
  "type": {
1193
- "text": "any"
1194
- },
1195
- "default": "editProfileFormSchema",
1196
- "inheritedFrom": {
1197
- "name": "EntityManagement",
1198
- "module": "src/entities/entities.ts"
1083
+ "text": "string"
1199
1084
  }
1200
1085
  },
1201
1086
  {
1202
1087
  "kind": "field",
1203
- "name": "readEventFn",
1088
+ "name": "enableFilterBar",
1204
1089
  "type": {
1205
- "text": "(...args) => {}"
1206
- },
1207
- "inheritedFrom": {
1208
- "name": "EntityManagement",
1209
- "module": "src/entities/entities.ts"
1210
- }
1211
- },
1212
- {
1213
- "kind": "field",
1214
- "name": "resourceName",
1215
- "type": {
1216
- "text": "string"
1217
- },
1218
- "description": "Name of the backend resource which contain the entities to manage",
1219
- "privacy": "public",
1220
- "default": "'ALL_PROFILES'",
1221
- "inheritedFrom": {
1222
- "name": "EntityManagement",
1223
- "module": "src/entities/entities.ts"
1224
- }
1225
- },
1226
- {
1227
- "kind": "field",
1228
- "name": "title",
1229
- "type": {
1230
- "text": "string"
1231
- },
1232
- "description": "Title of the grid",
1233
- "privacy": "public",
1234
- "default": "'Profile Management'",
1235
- "inheritedFrom": {
1236
- "name": "EntityManagement",
1237
- "module": "src/entities/entities.ts"
1238
- }
1239
- },
1240
- {
1241
- "kind": "field",
1242
- "name": "entityLabel",
1243
- "type": {
1244
- "text": "string"
1245
- },
1246
- "default": "'Profile'",
1247
- "description": "Label for the entity which has usages such as being shown in the title of the modal wen editing the entity",
1248
- "privacy": "public",
1249
- "inheritedFrom": {
1250
- "name": "EntityManagement",
1251
- "module": "src/entities/entities.ts"
1090
+ "text": "boolean"
1252
1091
  }
1253
1092
  },
1254
1093
  {
1255
1094
  "kind": "field",
1256
- "name": "connect",
1095
+ "name": "asyncAdd",
1257
1096
  "type": {
1258
- "text": "Connect"
1097
+ "text": "boolean"
1259
1098
  },
1260
- "privacy": "protected",
1261
- "description": "DI connect object which is used to interact with the backend.",
1262
- "inheritedFrom": {
1263
- "name": "EntityManagement",
1264
- "module": "src/entities/entities.ts"
1265
- }
1099
+ "default": "false"
1266
1100
  },
1267
1101
  {
1268
1102
  "kind": "field",
1269
- "name": "prefix",
1103
+ "name": "asyncRemove",
1270
1104
  "type": {
1271
- "text": "string"
1105
+ "text": "boolean"
1272
1106
  },
1273
- "default": "'zero'",
1274
- "description": "Name of the design system prefix that will be used in renderers.",
1275
- "privacy": "public",
1276
- "inheritedFrom": {
1277
- "name": "EntityManagement",
1278
- "module": "src/entities/entities.ts"
1279
- }
1107
+ "default": "false"
1280
1108
  },
1281
1109
  {
1282
1110
  "kind": "field",
1283
- "name": "readEvent",
1111
+ "name": "asyncUpdate",
1284
1112
  "type": {
1285
- "text": "string"
1113
+ "text": "boolean"
1286
1114
  },
1287
- "inheritedFrom": {
1288
- "name": "EntityManagement",
1289
- "module": "src/entities/entities.ts"
1290
- }
1115
+ "default": "true"
1291
1116
  },
1292
1117
  {
1293
1118
  "kind": "field",
1294
- "name": "readonly",
1119
+ "name": "enableCellFlashing",
1295
1120
  "type": {
1296
1121
  "text": "boolean"
1297
1122
  },
1298
- "inheritedFrom": {
1299
- "name": "EntityManagement",
1300
- "module": "src/entities/entities.ts"
1301
- }
1123
+ "default": "false"
1302
1124
  },
1303
1125
  {
1304
1126
  "kind": "field",
1305
- "name": "asyncAdd",
1127
+ "name": "enableRowFlashing",
1306
1128
  "type": {
1307
1129
  "text": "boolean"
1308
1130
  },
1309
- "default": "false",
1310
- "description": "Whether to use the `applyTransactionAsync` function for *add* transactions",
1311
- "privacy": "public",
1312
- "inheritedFrom": {
1313
- "name": "EntityManagement",
1314
- "module": "src/entities/entities.ts"
1315
- }
1131
+ "default": "false"
1316
1132
  },
1317
1133
  {
1318
1134
  "kind": "field",
1319
- "name": "asyncRemove",
1135
+ "name": "hideEdit",
1320
1136
  "type": {
1321
1137
  "text": "boolean"
1322
1138
  },
1323
- "default": "false",
1324
- "description": "Whether to use the `applyTransactionAsync` function for *remove* transactions",
1325
- "privacy": "public",
1326
- "inheritedFrom": {
1327
- "name": "EntityManagement",
1328
- "module": "src/entities/entities.ts"
1329
- }
1139
+ "default": "false"
1330
1140
  },
1331
1141
  {
1332
1142
  "kind": "field",
1333
- "name": "asyncUpdate",
1143
+ "name": "hideDelete",
1334
1144
  "type": {
1335
1145
  "text": "boolean"
1336
1146
  },
1337
- "default": "true",
1338
- "description": "Whether to use the `applyTransactionAsync` function for *update* transactions",
1339
- "privacy": "public",
1340
- "inheritedFrom": {
1341
- "name": "EntityManagement",
1342
- "module": "src/entities/entities.ts"
1343
- }
1147
+ "default": "false"
1344
1148
  },
1345
1149
  {
1346
1150
  "kind": "field",
1347
- "name": "rowSelection",
1151
+ "name": "headerCaseType",
1348
1152
  "type": {
1349
- "text": "string"
1350
- },
1351
- "default": "'single'",
1352
- "description": "This attribute allows you to change row-selection to 'single' or 'multiple' which will allow you to select single or multiple rows.",
1353
- "privacy": "public",
1354
- "inheritedFrom": {
1355
- "name": "EntityManagement",
1356
- "module": "src/entities/entities.ts"
1153
+ "text": "GridProCaseType"
1357
1154
  }
1358
1155
  },
1359
1156
  {
1360
1157
  "kind": "field",
1361
- "name": "enableCellFlashing",
1158
+ "name": "grid",
1362
1159
  "type": {
1363
- "text": "boolean"
1160
+ "text": "ZeroGridPro"
1364
1161
  },
1365
- "default": "false",
1366
- "description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
1367
- "privacy": "public",
1368
- "inheritedFrom": {
1369
- "name": "EntityManagement",
1370
- "module": "src/entities/entities.ts"
1371
- }
1162
+ "privacy": "public"
1372
1163
  },
1373
1164
  {
1374
1165
  "kind": "field",
1375
- "name": "enableRowFlashing",
1166
+ "name": "datasource",
1376
1167
  "type": {
1377
- "text": "boolean"
1168
+ "text": "GridProGenesisDatasource"
1378
1169
  },
1379
- "default": "false",
1380
- "description": "If true, will enable row flashing for all rows for `add` transactions",
1381
- "privacy": "public",
1382
- "inheritedFrom": {
1383
- "name": "EntityManagement",
1384
- "module": "src/entities/entities.ts"
1385
- }
1170
+ "privacy": "public"
1386
1171
  },
1387
1172
  {
1388
1173
  "kind": "field",
1389
1174
  "name": "gridOptions",
1390
1175
  "type": {
1391
1176
  "text": "GridOptions"
1392
- },
1393
- "description": "GridOptions to be passed down from application",
1394
- "privacy": "public",
1395
- "inheritedFrom": {
1396
- "name": "EntityManagement",
1397
- "module": "src/entities/entities.ts"
1398
1177
  }
1399
1178
  },
1400
1179
  {
@@ -1402,12 +1181,6 @@
1402
1181
  "name": "columns",
1403
1182
  "type": {
1404
1183
  "text": "ColDef[]"
1405
- },
1406
- "description": "Array which holds the column definitions.",
1407
- "privacy": "public",
1408
- "inheritedFrom": {
1409
- "name": "EntityManagement",
1410
- "module": "src/entities/entities.ts"
1411
1184
  }
1412
1185
  },
1413
1186
  {
@@ -1415,1080 +1188,1154 @@
1415
1188
  "name": "datasourceConfig",
1416
1189
  "type": {
1417
1190
  "text": "DatasourceConfiguration"
1418
- },
1419
- "description": "The configuration which is used when interacting with the resource on the backend",
1420
- "privacy": "public",
1421
- "inheritedFrom": {
1422
- "name": "EntityManagement",
1423
- "module": "src/entities/entities.ts"
1424
1191
  }
1425
1192
  },
1426
1193
  {
1427
1194
  "kind": "field",
1428
- "name": "formUiSchema",
1195
+ "name": "actionButtonsConfig",
1429
1196
  "type": {
1430
- "text": "any"
1197
+ "text": "array"
1431
1198
  },
1432
- "inheritedFrom": {
1433
- "name": "EntityManagement",
1434
- "module": "src/entities/entities.ts"
1435
- }
1199
+ "default": "[]"
1436
1200
  },
1437
1201
  {
1438
1202
  "kind": "field",
1439
- "name": "formRenderers",
1203
+ "name": "deleteEvent",
1440
1204
  "type": {
1441
- "text": "RendererEntry[]"
1442
- },
1443
- "default": "renderers",
1444
- "description": "Array with renderers used by foundation-forms",
1445
- "privacy": "public",
1446
- "inheritedFrom": {
1447
- "name": "EntityManagement",
1448
- "module": "src/entities/entities.ts"
1205
+ "text": "string"
1449
1206
  }
1450
1207
  },
1451
1208
  {
1452
1209
  "kind": "field",
1453
- "name": "selectedEntity",
1210
+ "name": "updateEvent",
1454
1211
  "type": {
1455
- "text": "any"
1456
- },
1457
- "description": "Reference to the currently selected entity from the grid.",
1458
- "privacy": "public",
1459
- "inheritedFrom": {
1460
- "name": "EntityManagement",
1461
- "module": "src/entities/entities.ts"
1212
+ "text": "string"
1462
1213
  }
1463
1214
  },
1464
1215
  {
1465
1216
  "kind": "field",
1466
- "name": "editedEntity",
1217
+ "name": "connect",
1467
1218
  "type": {
1468
- "text": "any"
1219
+ "text": "Connect"
1469
1220
  },
1470
- "description": "Disables the form while enabled to stop the user dispatching a large number of duplicate events",
1471
- "privacy": "public",
1472
- "inheritedFrom": {
1473
- "name": "EntityManagement",
1474
- "module": "src/entities/entities.ts"
1475
- }
1221
+ "privacy": "protected"
1476
1222
  },
1477
1223
  {
1478
- "kind": "field",
1479
- "name": "submitting",
1480
- "type": {
1481
- "text": "boolean"
1482
- },
1483
- "inheritedFrom": {
1484
- "name": "EntityManagement",
1485
- "module": "src/entities/entities.ts"
1486
- }
1224
+ "kind": "method",
1225
+ "name": "onCellEditingStopped",
1226
+ "privacy": "private",
1227
+ "parameters": [
1228
+ {
1229
+ "name": "event",
1230
+ "type": {
1231
+ "text": "CellEditRequestEvent"
1232
+ }
1233
+ }
1234
+ ]
1487
1235
  },
1488
1236
  {
1489
- "kind": "field",
1490
- "name": "defaultEntityValues",
1491
- "type": {
1492
- "text": "any"
1493
- },
1494
- "inheritedFrom": {
1495
- "name": "EntityManagement",
1496
- "module": "src/entities/entities.ts"
1497
- }
1237
+ "kind": "method",
1238
+ "name": "handleFilterChanged",
1239
+ "privacy": "private",
1240
+ "parameters": [
1241
+ {
1242
+ "name": "e"
1243
+ }
1244
+ ]
1498
1245
  },
1499
1246
  {
1500
- "kind": "field",
1501
- "name": "editDialogTitle",
1502
- "type": {
1503
- "text": "string"
1504
- },
1505
- "description": "String which contains the text of the popup modal when the user is adding or editing an entity",
1506
- "inheritedFrom": {
1507
- "name": "EntityManagement",
1508
- "module": "src/entities/entities.ts"
1509
- }
1510
- },
1247
+ "kind": "method",
1248
+ "name": "handleFilterCleared",
1249
+ "privacy": "private",
1250
+ "parameters": [
1251
+ {
1252
+ "name": "e"
1253
+ }
1254
+ ]
1255
+ },
1256
+ {
1257
+ "kind": "method",
1258
+ "name": "select",
1259
+ "privacy": "private",
1260
+ "parameters": [
1261
+ {
1262
+ "name": "e"
1263
+ }
1264
+ ]
1265
+ },
1511
1266
  {
1512
1267
  "kind": "field",
1513
- "name": "editModalVisible",
1268
+ "name": "edit",
1269
+ "privacy": "private"
1270
+ },
1271
+ {
1272
+ "kind": "method",
1273
+ "name": "delete",
1274
+ "parameters": [
1275
+ {
1276
+ "name": "e"
1277
+ }
1278
+ ]
1279
+ }
1280
+ ],
1281
+ "attributes": [
1282
+ {
1283
+ "name": "design-system-prefix",
1284
+ "type": {
1285
+ "text": "string"
1286
+ },
1287
+ "default": "'zero'",
1288
+ "description": "Name of the design system prefix that will be used in renderers.",
1289
+ "fieldName": "prefix"
1290
+ },
1291
+ {
1292
+ "name": "resourceName",
1293
+ "type": {
1294
+ "text": "string"
1295
+ },
1296
+ "default": "''",
1297
+ "fieldName": "resourceName"
1298
+ },
1299
+ {
1300
+ "name": "title",
1301
+ "type": {
1302
+ "text": "string"
1303
+ },
1304
+ "default": "''",
1305
+ "fieldName": "title"
1306
+ },
1307
+ {
1308
+ "name": "persist-column-state-key",
1309
+ "type": {
1310
+ "text": "string"
1311
+ },
1312
+ "fieldName": "persistColumnStateKey"
1313
+ },
1314
+ {
1315
+ "name": "size-columns-to-fit",
1514
1316
  "type": {
1515
1317
  "text": "boolean"
1516
1318
  },
1517
- "default": "false",
1518
- "inheritedFrom": {
1519
- "name": "EntityManagement",
1520
- "module": "src/entities/entities.ts"
1521
- }
1319
+ "fieldName": "sizeColumnsToFit"
1522
1320
  },
1523
1321
  {
1524
- "kind": "method",
1525
- "name": "editModalVisibleChanged",
1526
- "inheritedFrom": {
1527
- "name": "EntityManagement",
1528
- "module": "src/entities/entities.ts"
1529
- }
1322
+ "name": "row-selection",
1323
+ "type": {
1324
+ "text": "string"
1325
+ },
1326
+ "fieldName": "rowSelection"
1530
1327
  },
1531
1328
  {
1532
- "kind": "field",
1533
- "name": "editEntityModal",
1329
+ "name": "enable-filter-bar",
1534
1330
  "type": {
1535
- "text": "any"
1331
+ "text": "boolean"
1536
1332
  },
1537
- "privacy": "public",
1538
- "inheritedFrom": {
1539
- "name": "EntityManagement",
1540
- "module": "src/entities/entities.ts"
1541
- }
1333
+ "fieldName": "enableFilterBar"
1542
1334
  },
1543
1335
  {
1544
- "kind": "field",
1545
- "name": "sizeColumnsToFit",
1336
+ "name": "async-add",
1546
1337
  "type": {
1547
1338
  "text": "boolean"
1548
1339
  },
1549
- "inheritedFrom": {
1550
- "name": "EntityManagement",
1551
- "module": "src/entities/entities.ts"
1552
- }
1340
+ "default": "false",
1341
+ "fieldName": "asyncAdd"
1553
1342
  },
1554
1343
  {
1555
- "kind": "field",
1556
- "name": "enableFilterBar",
1344
+ "name": "async-remove",
1557
1345
  "type": {
1558
1346
  "text": "boolean"
1559
1347
  },
1560
- "inheritedFrom": {
1561
- "name": "EntityManagement",
1562
- "module": "src/entities/entities.ts"
1563
- }
1348
+ "default": "false",
1349
+ "fieldName": "asyncRemove"
1564
1350
  },
1565
1351
  {
1566
- "kind": "field",
1567
- "name": "hideEdit",
1352
+ "name": "async-update",
1353
+ "type": {
1354
+ "text": "boolean"
1355
+ },
1356
+ "default": "true",
1357
+ "fieldName": "asyncUpdate"
1358
+ },
1359
+ {
1360
+ "name": "enable-cell-flashing",
1568
1361
  "type": {
1569
1362
  "text": "boolean"
1570
1363
  },
1571
1364
  "default": "false",
1572
- "inheritedFrom": {
1573
- "name": "EntityManagement",
1574
- "module": "src/entities/entities.ts"
1575
- }
1365
+ "fieldName": "enableCellFlashing"
1576
1366
  },
1577
1367
  {
1578
- "kind": "field",
1579
- "name": "hideDelete",
1368
+ "name": "enable-row-flashing",
1580
1369
  "type": {
1581
1370
  "text": "boolean"
1582
1371
  },
1583
1372
  "default": "false",
1584
- "inheritedFrom": {
1585
- "name": "EntityManagement",
1586
- "module": "src/entities/entities.ts"
1587
- }
1373
+ "fieldName": "enableRowFlashing"
1588
1374
  },
1589
1375
  {
1590
- "kind": "field",
1591
- "name": "enableSearchBar",
1376
+ "name": "hide-edit",
1592
1377
  "type": {
1593
1378
  "text": "boolean"
1594
1379
  },
1595
1380
  "default": "false",
1596
- "description": "This attribute controls whether to enable the search-bar.",
1597
- "privacy": "public",
1598
- "inheritedFrom": {
1599
- "name": "EntityManagement",
1600
- "module": "src/entities/entities.ts"
1601
- }
1381
+ "fieldName": "hideEdit"
1602
1382
  },
1603
1383
  {
1604
- "kind": "field",
1605
- "name": "headerCaseType",
1384
+ "name": "hide-delete",
1385
+ "type": {
1386
+ "text": "boolean"
1387
+ },
1388
+ "default": "false",
1389
+ "fieldName": "hideDelete"
1390
+ },
1391
+ {
1392
+ "name": "header-case-type",
1606
1393
  "type": {
1607
1394
  "text": "GridProCaseType"
1608
1395
  },
1609
- "description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
1610
- "privacy": "public",
1611
- "inheritedFrom": {
1612
- "name": "EntityManagement",
1613
- "module": "src/entities/entities.ts"
1396
+ "fieldName": "headerCaseType"
1397
+ }
1398
+ ],
1399
+ "mixins": [
1400
+ {
1401
+ "name": "LifecycleMixin",
1402
+ "package": "@genesislcap/foundation-utils"
1403
+ }
1404
+ ],
1405
+ "superclass": {
1406
+ "name": "FASTElement",
1407
+ "package": "@microsoft/fast-element"
1408
+ },
1409
+ "tagName": "entity-list",
1410
+ "customElement": true
1411
+ }
1412
+ ],
1413
+ "exports": [
1414
+ {
1415
+ "kind": "js",
1416
+ "name": "List",
1417
+ "declaration": {
1418
+ "name": "List",
1419
+ "module": "src/list/list.ts"
1420
+ }
1421
+ },
1422
+ {
1423
+ "kind": "custom-element-definition",
1424
+ "name": "entity-list",
1425
+ "declaration": {
1426
+ "name": "List",
1427
+ "module": "src/list/list.ts"
1428
+ }
1429
+ }
1430
+ ]
1431
+ },
1432
+ {
1433
+ "kind": "javascript-module",
1434
+ "path": "src/main/index.ts",
1435
+ "declarations": [],
1436
+ "exports": [
1437
+ {
1438
+ "kind": "js",
1439
+ "name": "*",
1440
+ "declaration": {
1441
+ "name": "*",
1442
+ "package": "./main.template"
1443
+ }
1444
+ },
1445
+ {
1446
+ "kind": "js",
1447
+ "name": "*",
1448
+ "declaration": {
1449
+ "name": "*",
1450
+ "package": "./main"
1451
+ }
1452
+ }
1453
+ ]
1454
+ },
1455
+ {
1456
+ "kind": "javascript-module",
1457
+ "path": "src/main/main.styles.ts",
1458
+ "declarations": [
1459
+ {
1460
+ "kind": "variable",
1461
+ "name": "MainStyles",
1462
+ "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`"
1463
+ }
1464
+ ],
1465
+ "exports": [
1466
+ {
1467
+ "kind": "js",
1468
+ "name": "MainStyles",
1469
+ "declaration": {
1470
+ "name": "MainStyles",
1471
+ "module": "src/main/main.styles.ts"
1472
+ }
1473
+ }
1474
+ ]
1475
+ },
1476
+ {
1477
+ "kind": "javascript-module",
1478
+ "path": "src/main/main.template.ts",
1479
+ "declarations": [],
1480
+ "exports": []
1481
+ },
1482
+ {
1483
+ "kind": "javascript-module",
1484
+ "path": "src/main/main.ts",
1485
+ "declarations": [
1486
+ {
1487
+ "kind": "class",
1488
+ "description": "",
1489
+ "name": "MainApplication",
1490
+ "members": [
1491
+ {
1492
+ "kind": "field",
1493
+ "name": "config",
1494
+ "type": {
1495
+ "text": "MainRouterConfig"
1614
1496
  }
1615
1497
  },
1616
1498
  {
1617
1499
  "kind": "field",
1618
- "name": "searchBarConfig",
1500
+ "name": "connect",
1619
1501
  "type": {
1620
- "text": "AvailableOption[]"
1621
- },
1622
- "inheritedFrom": {
1623
- "name": "EntityManagement",
1624
- "module": "src/entities/entities.ts"
1502
+ "text": "Connect"
1625
1503
  }
1626
1504
  },
1627
1505
  {
1628
1506
  "kind": "field",
1629
- "name": "modalPosition",
1507
+ "name": "session",
1630
1508
  "type": {
1631
- "text": "'centre' | 'left' | 'right'"
1632
- },
1633
- "default": "'right'",
1634
- "description": "Determines where the modal dialog will appear on screen",
1635
- "privacy": "public",
1636
- "inheritedFrom": {
1637
- "name": "EntityManagement",
1638
- "module": "src/entities/entities.ts"
1509
+ "text": "Session"
1639
1510
  }
1640
1511
  },
1641
1512
  {
1642
- "kind": "method",
1643
- "name": "deepClone",
1644
- "return": {
1645
- "type": {
1646
- "text": "Node"
1647
- }
1648
- },
1649
- "description": "Override the deepClone method to ensure that observable attributes are cloned",
1650
- "privacy": "public",
1651
- "inheritedFrom": {
1652
- "name": "EntityManagement",
1653
- "module": "src/entities/entities.ts"
1513
+ "kind": "field",
1514
+ "name": "container",
1515
+ "type": {
1516
+ "text": "Container"
1654
1517
  }
1655
1518
  },
1656
1519
  {
1657
- "kind": "method",
1658
- "name": "submitEntityChanges",
1659
- "privacy": "public",
1660
- "parameters": [
1661
- {
1662
- "name": "e",
1663
- "type": {
1664
- "text": "CustomEvent"
1665
- },
1666
- "description": "CustomEvent which contains the payload for the entity to submit to the backend\n\nEmits an event upon error"
1667
- }
1668
- ],
1669
- "description": "Event handler for when the user submits the action for the currently open form, either editing or adding the entity",
1670
- "inheritedFrom": {
1671
- "name": "EntityManagement",
1672
- "module": "src/entities/entities.ts"
1520
+ "kind": "field",
1521
+ "name": "provider",
1522
+ "type": {
1523
+ "text": "any"
1673
1524
  }
1674
1525
  },
1526
+ {
1527
+ "kind": "field",
1528
+ "name": "ready",
1529
+ "type": {
1530
+ "text": "boolean"
1531
+ },
1532
+ "default": "false"
1533
+ },
1534
+ {
1535
+ "kind": "field",
1536
+ "name": "data",
1537
+ "type": {
1538
+ "text": "any"
1539
+ },
1540
+ "default": "null"
1541
+ },
1675
1542
  {
1676
1543
  "kind": "method",
1677
- "name": "readEntity",
1678
- "privacy": "private",
1679
- "parameters": [
1680
- {
1681
- "name": "e",
1682
- "type": {
1683
- "text": "CustomEvent"
1684
- }
1685
- }
1686
- ],
1687
- "inheritedFrom": {
1688
- "name": "EntityManagement",
1689
- "module": "src/entities/entities.ts"
1690
- }
1544
+ "name": "onLuminanceToggle"
1691
1545
  },
1692
1546
  {
1693
1547
  "kind": "method",
1694
- "name": "closeModal",
1695
- "privacy": "public",
1696
- "inheritedFrom": {
1697
- "name": "EntityManagement",
1698
- "module": "src/entities/entities.ts"
1699
- }
1548
+ "name": "loadRemotes"
1700
1549
  },
1701
1550
  {
1702
- "kind": "field",
1703
- "name": "headerTempalate",
1704
- "readonly": true,
1705
- "inheritedFrom": {
1706
- "name": "EntityManagement",
1707
- "module": "src/entities/entities.ts"
1708
- }
1551
+ "kind": "method",
1552
+ "name": "selectTemplate"
1709
1553
  },
1710
1554
  {
1711
1555
  "kind": "method",
1712
- "name": "searchChanged",
1556
+ "name": "registerDIDependencies",
1557
+ "privacy": "private"
1558
+ }
1559
+ ],
1560
+ "superclass": {
1561
+ "name": "FASTElement",
1562
+ "package": "@microsoft/fast-element"
1563
+ },
1564
+ "customElement": true
1565
+ }
1566
+ ],
1567
+ "exports": [
1568
+ {
1569
+ "kind": "js",
1570
+ "name": "MainApplication",
1571
+ "declaration": {
1572
+ "name": "MainApplication",
1573
+ "module": "src/main/main.ts"
1574
+ }
1575
+ },
1576
+ {
1577
+ "kind": "custom-element-definition",
1578
+ "declaration": {
1579
+ "name": "MainApplication",
1580
+ "module": "src/main/main.ts"
1581
+ }
1582
+ }
1583
+ ]
1584
+ },
1585
+ {
1586
+ "kind": "javascript-module",
1587
+ "path": "src/profiles/editProfileSchema.ts",
1588
+ "declarations": [
1589
+ {
1590
+ "kind": "variable",
1591
+ "name": "editProfileFormSchema",
1592
+ "type": {
1593
+ "text": "object"
1594
+ },
1595
+ "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}"
1596
+ }
1597
+ ],
1598
+ "exports": [
1599
+ {
1600
+ "kind": "js",
1601
+ "name": "editProfileFormSchema",
1602
+ "declaration": {
1603
+ "name": "editProfileFormSchema",
1604
+ "module": "src/profiles/editProfileSchema.ts"
1605
+ }
1606
+ }
1607
+ ]
1608
+ },
1609
+ {
1610
+ "kind": "javascript-module",
1611
+ "path": "src/profiles/profiles.ts",
1612
+ "declarations": [
1613
+ {
1614
+ "kind": "class",
1615
+ "description": "Main class which defined the profile management functionality",
1616
+ "name": "Profiles",
1617
+ "members": [
1618
+ {
1619
+ "kind": "method",
1620
+ "name": "readProfileData",
1713
1621
  "privacy": "public",
1714
1622
  "parameters": [
1715
1623
  {
1716
- "name": "event",
1717
- "type": {
1718
- "text": "CustomEvent<Array<SelectedOption>>"
1719
- }
1624
+ "name": "profile"
1720
1625
  }
1721
- ],
1722
- "inheritedFrom": {
1723
- "name": "EntityManagement",
1724
- "module": "src/entities/entities.ts"
1725
- }
1626
+ ]
1726
1627
  },
1727
1628
  {
1728
1629
  "kind": "method",
1729
- "name": "searchBarReqServer",
1730
- "parameters": [
1731
- {
1732
- "name": "options",
1733
- "type": {
1734
- "text": "SelectedOption<string>[]"
1735
- }
1736
- }
1737
- ],
1630
+ "name": "confirmDelete",
1738
1631
  "inheritedFrom": {
1739
1632
  "name": "EntityManagement",
1740
1633
  "module": "src/entities/entities.ts"
1741
1634
  }
1742
1635
  },
1743
1636
  {
1744
- "kind": "method",
1745
- "name": "searchBarDataserver",
1746
- "parameters": [
1747
- {
1748
- "name": "options",
1749
- "type": {
1750
- "text": "SelectedOption<string>[]"
1751
- }
1752
- }
1753
- ],
1637
+ "kind": "field",
1638
+ "name": "createEvent",
1639
+ "type": {
1640
+ "text": "string"
1641
+ },
1642
+ "description": "Name of the event handler on the Genesis server which handles creating an entity",
1643
+ "privacy": "public",
1754
1644
  "inheritedFrom": {
1755
1645
  "name": "EntityManagement",
1756
1646
  "module": "src/entities/entities.ts"
1757
1647
  }
1758
1648
  },
1759
1649
  {
1760
- "kind": "method",
1761
- "name": "requestChanged",
1650
+ "kind": "field",
1651
+ "name": "deleteEvent",
1652
+ "type": {
1653
+ "text": "string"
1654
+ },
1655
+ "description": "Name of the event handler on the Genesis server which handles deleting the entity",
1762
1656
  "privacy": "public",
1763
- "parameters": [
1764
- {
1765
- "name": "e",
1766
- "type": {
1767
- "text": "CustomEvent<string>"
1768
- }
1769
- }
1770
- ],
1771
1657
  "inheritedFrom": {
1772
1658
  "name": "EntityManagement",
1773
1659
  "module": "src/entities/entities.ts"
1774
1660
  }
1775
1661
  },
1776
1662
  {
1777
- "kind": "method",
1778
- "name": "criteriaChanged",
1663
+ "kind": "field",
1664
+ "name": "updateEvent",
1665
+ "type": {
1666
+ "text": "string"
1667
+ },
1668
+ "description": "Name of the event handler on the Genesis server which handles updating the entity",
1779
1669
  "privacy": "public",
1780
- "parameters": [
1781
- {
1782
- "name": "e",
1783
- "type": {
1784
- "text": "CustomEvent<string>"
1785
- }
1786
- }
1787
- ],
1788
1670
  "inheritedFrom": {
1789
1671
  "name": "EntityManagement",
1790
1672
  "module": "src/entities/entities.ts"
1791
1673
  }
1792
1674
  },
1793
1675
  {
1794
- "kind": "method",
1795
- "name": "submitFailureNotification",
1676
+ "kind": "field",
1677
+ "name": "persistColumnStateKey",
1678
+ "type": {
1679
+ "text": "string"
1680
+ },
1681
+ "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.",
1796
1682
  "privacy": "public",
1797
- "parameters": [
1798
- {
1799
- "name": "e",
1800
- "type": {
1801
- "text": "CustomEvent"
1802
- }
1803
- }
1804
- ],
1683
+ "default": "'entity_profiles_management'",
1805
1684
  "inheritedFrom": {
1806
1685
  "name": "EntityManagement",
1807
1686
  "module": "src/entities/entities.ts"
1808
1687
  }
1809
1688
  },
1810
1689
  {
1811
- "kind": "method",
1812
- "name": "showDeleteConfirmation",
1813
- "privacy": "private",
1690
+ "kind": "field",
1691
+ "name": "updateFormUiSchema",
1692
+ "type": {
1693
+ "text": "any"
1694
+ },
1695
+ "default": "editProfileFormSchema",
1814
1696
  "inheritedFrom": {
1815
1697
  "name": "EntityManagement",
1816
1698
  "module": "src/entities/entities.ts"
1817
1699
  }
1818
- }
1819
- ],
1820
- "superclass": {
1821
- "name": "EntityManagement",
1822
- "module": "/src/entities"
1823
- },
1824
- "deprecated": "- Use '\\@genesislcap/pbc-auth' instead. 'https://www.npmjs.com/package/\\@genesislcap/pbc-auth'",
1825
- "tagName": "profile-management",
1826
- "customElement": true,
1827
- "attributes": [
1700
+ },
1828
1701
  {
1829
- "name": "design-system-prefix",
1702
+ "kind": "field",
1703
+ "name": "createFormUiSchema",
1830
1704
  "type": {
1831
- "text": "string"
1705
+ "text": "any"
1832
1706
  },
1833
- "default": "'zero'",
1834
- "description": "Name of the design system prefix that will be used in renderers.",
1835
- "fieldName": "prefix",
1707
+ "default": "editProfileFormSchema",
1836
1708
  "inheritedFrom": {
1837
1709
  "name": "EntityManagement",
1838
1710
  "module": "src/entities/entities.ts"
1839
1711
  }
1840
1712
  },
1841
1713
  {
1842
- "name": "resourceName",
1714
+ "kind": "field",
1715
+ "name": "readEventFn",
1843
1716
  "type": {
1844
- "text": "string"
1717
+ "text": "(...args) => {}"
1845
1718
  },
1846
- "description": "Name of the backend resource which contain the entities to manage",
1847
- "fieldName": "resourceName",
1848
1719
  "inheritedFrom": {
1849
1720
  "name": "EntityManagement",
1850
1721
  "module": "src/entities/entities.ts"
1851
1722
  }
1852
1723
  },
1853
1724
  {
1854
- "name": "readEvent",
1725
+ "kind": "field",
1726
+ "name": "resourceName",
1855
1727
  "type": {
1856
1728
  "text": "string"
1857
1729
  },
1858
- "fieldName": "readEvent",
1730
+ "description": "Name of the backend resource which contain the entities to manage",
1731
+ "privacy": "public",
1732
+ "default": "'ALL_PROFILES'",
1859
1733
  "inheritedFrom": {
1860
1734
  "name": "EntityManagement",
1861
1735
  "module": "src/entities/entities.ts"
1862
1736
  }
1863
1737
  },
1864
1738
  {
1739
+ "kind": "field",
1740
+ "name": "title",
1865
1741
  "type": {
1866
- "text": "boolean"
1742
+ "text": "string"
1867
1743
  },
1868
- "fieldName": "readonly",
1744
+ "description": "Title of the grid",
1745
+ "privacy": "public",
1746
+ "default": "'Profile Management'",
1869
1747
  "inheritedFrom": {
1870
1748
  "name": "EntityManagement",
1871
1749
  "module": "src/entities/entities.ts"
1872
1750
  }
1873
1751
  },
1874
1752
  {
1875
- "name": "updateEvent",
1753
+ "kind": "field",
1754
+ "name": "entityLabel",
1876
1755
  "type": {
1877
1756
  "text": "string"
1878
1757
  },
1879
- "description": "Name of the event handler on the Genesis server which handles updating the entity",
1880
- "fieldName": "updateEvent",
1758
+ "default": "'Profile'",
1759
+ "description": "Label for the entity which has usages such as being shown in the title of the modal wen editing the entity",
1760
+ "privacy": "public",
1881
1761
  "inheritedFrom": {
1882
1762
  "name": "EntityManagement",
1883
1763
  "module": "src/entities/entities.ts"
1884
1764
  }
1885
1765
  },
1886
1766
  {
1887
- "name": "deleteEvent",
1767
+ "kind": "field",
1768
+ "name": "connect",
1888
1769
  "type": {
1889
- "text": "string"
1770
+ "text": "Connect"
1890
1771
  },
1891
- "description": "Name of the event handler on the Genesis server which handles deleting the entity",
1892
- "fieldName": "deleteEvent",
1772
+ "privacy": "protected",
1773
+ "description": "DI connect object which is used to interact with the backend.",
1893
1774
  "inheritedFrom": {
1894
1775
  "name": "EntityManagement",
1895
1776
  "module": "src/entities/entities.ts"
1896
1777
  }
1897
1778
  },
1898
1779
  {
1899
- "name": "createEvent",
1780
+ "kind": "field",
1781
+ "name": "prefix",
1900
1782
  "type": {
1901
1783
  "text": "string"
1902
1784
  },
1903
- "description": "Name of the event handler on the Genesis server which handles creating an entity",
1904
- "fieldName": "createEvent",
1785
+ "default": "'zero'",
1786
+ "description": "Name of the design system prefix that will be used in renderers.",
1787
+ "privacy": "public",
1905
1788
  "inheritedFrom": {
1906
1789
  "name": "EntityManagement",
1907
1790
  "module": "src/entities/entities.ts"
1908
1791
  }
1909
1792
  },
1910
1793
  {
1911
- "name": "title",
1794
+ "kind": "field",
1795
+ "name": "readEvent",
1912
1796
  "type": {
1913
1797
  "text": "string"
1914
1798
  },
1915
- "description": "Title of the grid",
1916
- "fieldName": "title",
1917
1799
  "inheritedFrom": {
1918
1800
  "name": "EntityManagement",
1919
1801
  "module": "src/entities/entities.ts"
1920
1802
  }
1921
1803
  },
1922
1804
  {
1923
- "name": "entityLabel",
1805
+ "kind": "field",
1806
+ "name": "readonly",
1924
1807
  "type": {
1925
- "text": "string"
1808
+ "text": "boolean"
1926
1809
  },
1927
- "default": "''",
1928
- "description": "Label for the entity which has usages such as being shown in the title of the modal wen editing the entity",
1929
- "fieldName": "entityLabel",
1930
1810
  "inheritedFrom": {
1931
1811
  "name": "EntityManagement",
1932
1812
  "module": "src/entities/entities.ts"
1933
1813
  }
1934
1814
  },
1935
1815
  {
1936
- "name": "async-add",
1816
+ "kind": "field",
1817
+ "name": "asyncAdd",
1937
1818
  "type": {
1938
1819
  "text": "boolean"
1939
1820
  },
1940
1821
  "default": "false",
1941
1822
  "description": "Whether to use the `applyTransactionAsync` function for *add* transactions",
1942
- "fieldName": "asyncAdd",
1823
+ "privacy": "public",
1943
1824
  "inheritedFrom": {
1944
1825
  "name": "EntityManagement",
1945
1826
  "module": "src/entities/entities.ts"
1946
1827
  }
1947
1828
  },
1948
1829
  {
1949
- "name": "async-remove",
1830
+ "kind": "field",
1831
+ "name": "asyncRemove",
1950
1832
  "type": {
1951
1833
  "text": "boolean"
1952
1834
  },
1953
1835
  "default": "false",
1954
1836
  "description": "Whether to use the `applyTransactionAsync` function for *remove* transactions",
1955
- "fieldName": "asyncRemove",
1837
+ "privacy": "public",
1956
1838
  "inheritedFrom": {
1957
1839
  "name": "EntityManagement",
1958
1840
  "module": "src/entities/entities.ts"
1959
1841
  }
1960
1842
  },
1961
1843
  {
1962
- "name": "async-update",
1844
+ "kind": "field",
1845
+ "name": "asyncUpdate",
1963
1846
  "type": {
1964
1847
  "text": "boolean"
1965
1848
  },
1966
1849
  "default": "true",
1967
1850
  "description": "Whether to use the `applyTransactionAsync` function for *update* transactions",
1968
- "fieldName": "asyncUpdate",
1851
+ "privacy": "public",
1969
1852
  "inheritedFrom": {
1970
1853
  "name": "EntityManagement",
1971
1854
  "module": "src/entities/entities.ts"
1972
1855
  }
1973
1856
  },
1974
1857
  {
1975
- "name": "row-selection",
1858
+ "kind": "field",
1859
+ "name": "rowSelection",
1976
1860
  "type": {
1977
1861
  "text": "string"
1978
1862
  },
1979
1863
  "default": "'single'",
1980
1864
  "description": "This attribute allows you to change row-selection to 'single' or 'multiple' which will allow you to select single or multiple rows.",
1981
- "fieldName": "rowSelection",
1865
+ "privacy": "public",
1982
1866
  "inheritedFrom": {
1983
1867
  "name": "EntityManagement",
1984
1868
  "module": "src/entities/entities.ts"
1985
1869
  }
1986
1870
  },
1987
1871
  {
1988
- "name": "enable-cell-flashing",
1872
+ "kind": "field",
1873
+ "name": "enableCellFlashing",
1989
1874
  "type": {
1990
1875
  "text": "boolean"
1991
1876
  },
1992
1877
  "default": "false",
1993
1878
  "description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
1994
- "fieldName": "enableCellFlashing",
1879
+ "privacy": "public",
1995
1880
  "inheritedFrom": {
1996
1881
  "name": "EntityManagement",
1997
1882
  "module": "src/entities/entities.ts"
1998
1883
  }
1999
1884
  },
2000
1885
  {
2001
- "name": "enable-row-flashing",
1886
+ "kind": "field",
1887
+ "name": "enableRowFlashing",
2002
1888
  "type": {
2003
1889
  "text": "boolean"
2004
1890
  },
2005
1891
  "default": "false",
2006
1892
  "description": "If true, will enable row flashing for all rows for `add` transactions",
2007
- "fieldName": "enableRowFlashing",
2008
- "inheritedFrom": {
2009
- "name": "EntityManagement",
2010
- "module": "src/entities/entities.ts"
2011
- }
2012
- },
2013
- {
2014
- "name": "persist-column-state-key",
2015
- "type": {
2016
- "text": "string"
2017
- },
2018
- "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.",
2019
- "fieldName": "persistColumnStateKey",
2020
- "inheritedFrom": {
2021
- "name": "EntityManagement",
2022
- "module": "src/entities/entities.ts"
2023
- }
2024
- },
2025
- {
2026
- "name": "size-columns-to-fit",
2027
- "type": {
2028
- "text": "boolean"
2029
- },
2030
- "fieldName": "sizeColumnsToFit",
1893
+ "privacy": "public",
2031
1894
  "inheritedFrom": {
2032
1895
  "name": "EntityManagement",
2033
1896
  "module": "src/entities/entities.ts"
2034
1897
  }
2035
1898
  },
2036
1899
  {
2037
- "name": "enable-filter-bar",
1900
+ "kind": "field",
1901
+ "name": "gridOptions",
2038
1902
  "type": {
2039
- "text": "boolean"
1903
+ "text": "GridOptions"
2040
1904
  },
2041
- "fieldName": "enableFilterBar",
1905
+ "description": "GridOptions to be passed down from application",
1906
+ "privacy": "public",
2042
1907
  "inheritedFrom": {
2043
1908
  "name": "EntityManagement",
2044
1909
  "module": "src/entities/entities.ts"
2045
1910
  }
2046
1911
  },
2047
1912
  {
2048
- "name": "hide-edit",
1913
+ "kind": "field",
1914
+ "name": "columns",
2049
1915
  "type": {
2050
- "text": "boolean"
1916
+ "text": "ColDef[]"
2051
1917
  },
2052
- "default": "false",
2053
- "fieldName": "hideEdit",
1918
+ "description": "Array which holds the column definitions.",
1919
+ "privacy": "public",
2054
1920
  "inheritedFrom": {
2055
1921
  "name": "EntityManagement",
2056
1922
  "module": "src/entities/entities.ts"
2057
1923
  }
2058
1924
  },
2059
1925
  {
2060
- "name": "hide-delete",
1926
+ "kind": "field",
1927
+ "name": "datasourceConfig",
2061
1928
  "type": {
2062
- "text": "boolean"
1929
+ "text": "DatasourceConfiguration"
2063
1930
  },
2064
- "default": "false",
2065
- "fieldName": "hideDelete",
1931
+ "description": "The configuration which is used when interacting with the resource on the backend",
1932
+ "privacy": "public",
2066
1933
  "inheritedFrom": {
2067
1934
  "name": "EntityManagement",
2068
1935
  "module": "src/entities/entities.ts"
2069
1936
  }
2070
1937
  },
2071
1938
  {
2072
- "name": "enable-search-bar",
1939
+ "kind": "field",
1940
+ "name": "formUiSchema",
2073
1941
  "type": {
2074
- "text": "boolean"
1942
+ "text": "any"
2075
1943
  },
2076
- "default": "false",
2077
- "description": "This attribute controls whether to enable the search-bar.",
2078
- "fieldName": "enableSearchBar",
2079
1944
  "inheritedFrom": {
2080
1945
  "name": "EntityManagement",
2081
1946
  "module": "src/entities/entities.ts"
2082
1947
  }
2083
1948
  },
2084
1949
  {
2085
- "name": "header-case-type",
1950
+ "kind": "field",
1951
+ "name": "formRenderers",
2086
1952
  "type": {
2087
- "text": "GridProCaseType"
1953
+ "text": "RendererEntry[]"
2088
1954
  },
2089
- "description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
2090
- "fieldName": "headerCaseType",
1955
+ "default": "renderers",
1956
+ "description": "Array with renderers used by foundation-forms",
1957
+ "privacy": "public",
2091
1958
  "inheritedFrom": {
2092
1959
  "name": "EntityManagement",
2093
1960
  "module": "src/entities/entities.ts"
2094
1961
  }
2095
1962
  },
2096
1963
  {
2097
- "name": "modal-position",
1964
+ "kind": "field",
1965
+ "name": "selectedEntity",
2098
1966
  "type": {
2099
- "text": "'centre' | 'left' | 'right'"
1967
+ "text": "any"
2100
1968
  },
2101
- "default": "'right'",
2102
- "description": "Determines where the modal dialog will appear on screen",
2103
- "fieldName": "modalPosition",
1969
+ "description": "Reference to the currently selected entity from the grid.",
1970
+ "privacy": "public",
2104
1971
  "inheritedFrom": {
2105
1972
  "name": "EntityManagement",
2106
1973
  "module": "src/entities/entities.ts"
2107
1974
  }
2108
- }
2109
- ]
2110
- }
2111
- ],
2112
- "exports": [
2113
- {
2114
- "kind": "js",
2115
- "name": "Profiles",
2116
- "declaration": {
2117
- "name": "Profiles",
2118
- "module": "src/profiles/profiles.ts"
2119
- }
2120
- },
2121
- {
2122
- "kind": "custom-element-definition",
2123
- "name": "profile-management",
2124
- "declaration": {
2125
- "name": "Profiles",
2126
- "module": "src/profiles/profiles.ts"
2127
- }
2128
- }
2129
- ]
2130
- },
2131
- {
2132
- "kind": "javascript-module",
2133
- "path": "src/layouts/default.ts",
2134
- "declarations": [
2135
- {
2136
- "kind": "variable",
2137
- "name": "loginLayout",
2138
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
2139
- },
2140
- {
2141
- "kind": "variable",
2142
- "name": "defaultLayout",
2143
- "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)"
2144
- }
2145
- ],
2146
- "exports": [
2147
- {
2148
- "kind": "js",
2149
- "name": "loginLayout",
2150
- "declaration": {
2151
- "name": "loginLayout",
2152
- "module": "src/layouts/default.ts"
2153
- }
2154
- },
2155
- {
2156
- "kind": "js",
2157
- "name": "defaultLayout",
2158
- "declaration": {
2159
- "name": "defaultLayout",
2160
- "module": "src/layouts/default.ts"
2161
- }
2162
- }
2163
- ]
2164
- },
2165
- {
2166
- "kind": "javascript-module",
2167
- "path": "src/layouts/index.ts",
2168
- "declarations": [],
2169
- "exports": [
2170
- {
2171
- "kind": "js",
2172
- "name": "*",
2173
- "declaration": {
2174
- "name": "*",
2175
- "package": "./default"
2176
- }
2177
- }
2178
- ]
2179
- },
2180
- {
2181
- "kind": "javascript-module",
2182
- "path": "src/list/index.ts",
2183
- "declarations": [],
2184
- "exports": [
2185
- {
2186
- "kind": "js",
2187
- "name": "*",
2188
- "declaration": {
2189
- "name": "*",
2190
- "package": "./list"
2191
- }
2192
- }
2193
- ]
2194
- },
2195
- {
2196
- "kind": "javascript-module",
2197
- "path": "src/list/list.styles.ts",
2198
- "declarations": [
2199
- {
2200
- "kind": "variable",
2201
- "name": "listStyles",
2202
- "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`"
2203
- }
2204
- ],
2205
- "exports": [
2206
- {
2207
- "kind": "js",
2208
- "name": "listStyles",
2209
- "declaration": {
2210
- "name": "listStyles",
2211
- "module": "src/list/list.styles.ts"
2212
- }
2213
- }
2214
- ]
2215
- },
2216
- {
2217
- "kind": "javascript-module",
2218
- "path": "src/list/list.template.ts",
2219
- "declarations": [
2220
- {
2221
- "kind": "function",
2222
- "name": "getPrefixedList",
2223
- "parameters": [
2224
- {
2225
- "name": "prefix"
2226
- }
2227
- ]
2228
- }
2229
- ],
2230
- "exports": [
2231
- {
2232
- "kind": "js",
2233
- "name": "getPrefixedList",
2234
- "declaration": {
2235
- "name": "getPrefixedList",
2236
- "module": "src/list/list.template.ts"
2237
- }
2238
- }
2239
- ]
2240
- },
2241
- {
2242
- "kind": "javascript-module",
2243
- "path": "src/list/list.ts",
2244
- "declarations": [
2245
- {
2246
- "kind": "class",
2247
- "description": "",
2248
- "name": "List",
2249
- "members": [
2250
- {
2251
- "kind": "field",
2252
- "name": "prefix",
2253
- "type": {
2254
- "text": "string"
2255
- },
2256
- "default": "'zero'",
2257
- "description": "Name of the design system prefix that will be used in renderers.",
2258
- "privacy": "public"
2259
1975
  },
2260
1976
  {
2261
1977
  "kind": "field",
2262
- "name": "resourceName",
1978
+ "name": "editedEntity",
2263
1979
  "type": {
2264
- "text": "string"
1980
+ "text": "any"
2265
1981
  },
2266
- "default": "''"
1982
+ "description": "Disables the form while enabled to stop the user dispatching a large number of duplicate events",
1983
+ "privacy": "public",
1984
+ "inheritedFrom": {
1985
+ "name": "EntityManagement",
1986
+ "module": "src/entities/entities.ts"
1987
+ }
2267
1988
  },
2268
1989
  {
2269
1990
  "kind": "field",
2270
- "name": "title",
1991
+ "name": "submitting",
2271
1992
  "type": {
2272
- "text": "string"
1993
+ "text": "boolean"
2273
1994
  },
2274
- "default": "''"
2275
- },
2276
- {
2277
- "kind": "field",
2278
- "name": "persistColumnStateKey",
2279
- "type": {
2280
- "text": "string"
1995
+ "inheritedFrom": {
1996
+ "name": "EntityManagement",
1997
+ "module": "src/entities/entities.ts"
2281
1998
  }
2282
1999
  },
2283
2000
  {
2284
2001
  "kind": "field",
2285
- "name": "sizeColumnsToFit",
2002
+ "name": "defaultEntityValues",
2286
2003
  "type": {
2287
- "text": "boolean"
2004
+ "text": "any"
2005
+ },
2006
+ "inheritedFrom": {
2007
+ "name": "EntityManagement",
2008
+ "module": "src/entities/entities.ts"
2288
2009
  }
2289
2010
  },
2290
2011
  {
2291
2012
  "kind": "field",
2292
- "name": "rowSelection",
2013
+ "name": "editDialogTitle",
2293
2014
  "type": {
2294
2015
  "text": "string"
2016
+ },
2017
+ "description": "String which contains the text of the popup modal when the user is adding or editing an entity",
2018
+ "inheritedFrom": {
2019
+ "name": "EntityManagement",
2020
+ "module": "src/entities/entities.ts"
2295
2021
  }
2296
2022
  },
2297
2023
  {
2298
2024
  "kind": "field",
2299
- "name": "enableFilterBar",
2025
+ "name": "editModalVisible",
2300
2026
  "type": {
2301
2027
  "text": "boolean"
2028
+ },
2029
+ "default": "false",
2030
+ "inheritedFrom": {
2031
+ "name": "EntityManagement",
2032
+ "module": "src/entities/entities.ts"
2302
2033
  }
2303
2034
  },
2304
2035
  {
2305
- "kind": "field",
2306
- "name": "asyncAdd",
2307
- "type": {
2308
- "text": "boolean"
2309
- },
2310
- "default": "false"
2036
+ "kind": "method",
2037
+ "name": "editModalVisibleChanged",
2038
+ "inheritedFrom": {
2039
+ "name": "EntityManagement",
2040
+ "module": "src/entities/entities.ts"
2041
+ }
2311
2042
  },
2312
2043
  {
2313
2044
  "kind": "field",
2314
- "name": "asyncRemove",
2045
+ "name": "editEntityModal",
2315
2046
  "type": {
2316
- "text": "boolean"
2047
+ "text": "any"
2317
2048
  },
2318
- "default": "false"
2049
+ "privacy": "public",
2050
+ "inheritedFrom": {
2051
+ "name": "EntityManagement",
2052
+ "module": "src/entities/entities.ts"
2053
+ }
2319
2054
  },
2320
2055
  {
2321
2056
  "kind": "field",
2322
- "name": "asyncUpdate",
2057
+ "name": "sizeColumnsToFit",
2323
2058
  "type": {
2324
2059
  "text": "boolean"
2325
2060
  },
2326
- "default": "true"
2061
+ "inheritedFrom": {
2062
+ "name": "EntityManagement",
2063
+ "module": "src/entities/entities.ts"
2064
+ }
2327
2065
  },
2328
2066
  {
2329
2067
  "kind": "field",
2330
- "name": "enableCellFlashing",
2068
+ "name": "enableFilterBar",
2331
2069
  "type": {
2332
2070
  "text": "boolean"
2333
2071
  },
2334
- "default": "false"
2072
+ "inheritedFrom": {
2073
+ "name": "EntityManagement",
2074
+ "module": "src/entities/entities.ts"
2075
+ }
2335
2076
  },
2336
2077
  {
2337
2078
  "kind": "field",
2338
- "name": "enableRowFlashing",
2079
+ "name": "hideEdit",
2339
2080
  "type": {
2340
2081
  "text": "boolean"
2341
2082
  },
2342
- "default": "false"
2083
+ "default": "false",
2084
+ "inheritedFrom": {
2085
+ "name": "EntityManagement",
2086
+ "module": "src/entities/entities.ts"
2087
+ }
2343
2088
  },
2344
2089
  {
2345
2090
  "kind": "field",
2346
- "name": "hideEdit",
2091
+ "name": "hideDelete",
2347
2092
  "type": {
2348
2093
  "text": "boolean"
2349
2094
  },
2350
- "default": "false"
2095
+ "default": "false",
2096
+ "inheritedFrom": {
2097
+ "name": "EntityManagement",
2098
+ "module": "src/entities/entities.ts"
2099
+ }
2351
2100
  },
2352
2101
  {
2353
2102
  "kind": "field",
2354
- "name": "hideDelete",
2103
+ "name": "enableSearchBar",
2355
2104
  "type": {
2356
2105
  "text": "boolean"
2357
2106
  },
2358
- "default": "false"
2107
+ "default": "false",
2108
+ "description": "This attribute controls whether to enable the search-bar.",
2109
+ "privacy": "public",
2110
+ "inheritedFrom": {
2111
+ "name": "EntityManagement",
2112
+ "module": "src/entities/entities.ts"
2113
+ }
2359
2114
  },
2360
2115
  {
2361
2116
  "kind": "field",
2362
2117
  "name": "headerCaseType",
2363
2118
  "type": {
2364
2119
  "text": "GridProCaseType"
2120
+ },
2121
+ "description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
2122
+ "privacy": "public",
2123
+ "inheritedFrom": {
2124
+ "name": "EntityManagement",
2125
+ "module": "src/entities/entities.ts"
2365
2126
  }
2366
2127
  },
2367
2128
  {
2368
2129
  "kind": "field",
2369
- "name": "grid",
2130
+ "name": "searchBarConfig",
2370
2131
  "type": {
2371
- "text": "ZeroGridPro"
2132
+ "text": "AvailableOption[]"
2372
2133
  },
2373
- "privacy": "public"
2134
+ "inheritedFrom": {
2135
+ "name": "EntityManagement",
2136
+ "module": "src/entities/entities.ts"
2137
+ }
2374
2138
  },
2375
2139
  {
2376
2140
  "kind": "field",
2377
- "name": "datasource",
2141
+ "name": "modalPosition",
2378
2142
  "type": {
2379
- "text": "GridProGenesisDatasource"
2143
+ "text": "'centre' | 'left' | 'right'"
2380
2144
  },
2381
- "privacy": "public"
2382
- },
2383
- {
2384
- "kind": "field",
2385
- "name": "gridOptions",
2386
- "type": {
2387
- "text": "GridOptions"
2145
+ "default": "'right'",
2146
+ "description": "Determines where the modal dialog will appear on screen",
2147
+ "privacy": "public",
2148
+ "inheritedFrom": {
2149
+ "name": "EntityManagement",
2150
+ "module": "src/entities/entities.ts"
2388
2151
  }
2389
2152
  },
2390
2153
  {
2391
- "kind": "field",
2392
- "name": "columns",
2393
- "type": {
2394
- "text": "ColDef[]"
2154
+ "kind": "method",
2155
+ "name": "deepClone",
2156
+ "return": {
2157
+ "type": {
2158
+ "text": "Node"
2159
+ }
2160
+ },
2161
+ "description": "Override the deepClone method to ensure that observable attributes are cloned",
2162
+ "privacy": "public",
2163
+ "inheritedFrom": {
2164
+ "name": "EntityManagement",
2165
+ "module": "src/entities/entities.ts"
2395
2166
  }
2396
2167
  },
2397
2168
  {
2398
- "kind": "field",
2399
- "name": "datasourceConfig",
2400
- "type": {
2401
- "text": "DatasourceConfiguration"
2169
+ "kind": "method",
2170
+ "name": "submitEntityChanges",
2171
+ "privacy": "public",
2172
+ "parameters": [
2173
+ {
2174
+ "name": "e",
2175
+ "type": {
2176
+ "text": "CustomEvent"
2177
+ },
2178
+ "description": "CustomEvent which contains the payload for the entity to submit to the backend\n\nEmits an event upon error"
2179
+ }
2180
+ ],
2181
+ "description": "Event handler for when the user submits the action for the currently open form, either editing or adding the entity",
2182
+ "inheritedFrom": {
2183
+ "name": "EntityManagement",
2184
+ "module": "src/entities/entities.ts"
2402
2185
  }
2403
2186
  },
2404
2187
  {
2405
- "kind": "field",
2406
- "name": "actionButtonsConfig",
2407
- "type": {
2408
- "text": "array"
2409
- },
2410
- "default": "[]"
2188
+ "kind": "method",
2189
+ "name": "readEntity",
2190
+ "privacy": "private",
2191
+ "parameters": [
2192
+ {
2193
+ "name": "e",
2194
+ "type": {
2195
+ "text": "CustomEvent"
2196
+ }
2197
+ }
2198
+ ],
2199
+ "inheritedFrom": {
2200
+ "name": "EntityManagement",
2201
+ "module": "src/entities/entities.ts"
2202
+ }
2411
2203
  },
2412
2204
  {
2413
- "kind": "field",
2414
- "name": "deleteEvent",
2415
- "type": {
2416
- "text": "string"
2205
+ "kind": "method",
2206
+ "name": "closeModal",
2207
+ "privacy": "public",
2208
+ "inheritedFrom": {
2209
+ "name": "EntityManagement",
2210
+ "module": "src/entities/entities.ts"
2417
2211
  }
2418
2212
  },
2419
2213
  {
2420
2214
  "kind": "field",
2421
- "name": "updateEvent",
2422
- "type": {
2423
- "text": "string"
2215
+ "name": "headerTempalate",
2216
+ "readonly": true,
2217
+ "inheritedFrom": {
2218
+ "name": "EntityManagement",
2219
+ "module": "src/entities/entities.ts"
2424
2220
  }
2425
2221
  },
2426
2222
  {
2427
- "kind": "field",
2428
- "name": "connect",
2429
- "type": {
2430
- "text": "Connect"
2431
- },
2432
- "privacy": "protected"
2223
+ "kind": "method",
2224
+ "name": "searchChanged",
2225
+ "privacy": "public",
2226
+ "parameters": [
2227
+ {
2228
+ "name": "event",
2229
+ "type": {
2230
+ "text": "CustomEvent<Array<SelectedOption>>"
2231
+ }
2232
+ }
2233
+ ],
2234
+ "inheritedFrom": {
2235
+ "name": "EntityManagement",
2236
+ "module": "src/entities/entities.ts"
2237
+ }
2433
2238
  },
2434
2239
  {
2435
2240
  "kind": "method",
2436
- "name": "onCellEditingStopped",
2437
- "privacy": "private",
2241
+ "name": "searchBarReqServer",
2438
2242
  "parameters": [
2439
2243
  {
2440
- "name": "event",
2244
+ "name": "options",
2441
2245
  "type": {
2442
- "text": "CellEditRequestEvent"
2246
+ "text": "SelectedOption<string>[]"
2443
2247
  }
2444
2248
  }
2445
- ]
2249
+ ],
2250
+ "inheritedFrom": {
2251
+ "name": "EntityManagement",
2252
+ "module": "src/entities/entities.ts"
2253
+ }
2446
2254
  },
2447
2255
  {
2448
2256
  "kind": "method",
2449
- "name": "handleFilterChanged",
2450
- "privacy": "private",
2257
+ "name": "searchBarDataserver",
2451
2258
  "parameters": [
2452
2259
  {
2453
- "name": "e"
2260
+ "name": "options",
2261
+ "type": {
2262
+ "text": "SelectedOption<string>[]"
2263
+ }
2454
2264
  }
2455
- ]
2265
+ ],
2266
+ "inheritedFrom": {
2267
+ "name": "EntityManagement",
2268
+ "module": "src/entities/entities.ts"
2269
+ }
2456
2270
  },
2457
2271
  {
2458
2272
  "kind": "method",
2459
- "name": "handleFilterCleared",
2460
- "privacy": "private",
2273
+ "name": "requestChanged",
2274
+ "privacy": "public",
2461
2275
  "parameters": [
2462
2276
  {
2463
- "name": "e"
2277
+ "name": "e",
2278
+ "type": {
2279
+ "text": "CustomEvent<string>"
2280
+ }
2464
2281
  }
2465
- ]
2282
+ ],
2283
+ "inheritedFrom": {
2284
+ "name": "EntityManagement",
2285
+ "module": "src/entities/entities.ts"
2286
+ }
2466
2287
  },
2467
2288
  {
2468
2289
  "kind": "method",
2469
- "name": "select",
2470
- "privacy": "private",
2290
+ "name": "criteriaChanged",
2291
+ "privacy": "public",
2471
2292
  "parameters": [
2472
2293
  {
2473
- "name": "e"
2294
+ "name": "e",
2295
+ "type": {
2296
+ "text": "CustomEvent<string>"
2297
+ }
2474
2298
  }
2475
- ]
2299
+ ],
2300
+ "inheritedFrom": {
2301
+ "name": "EntityManagement",
2302
+ "module": "src/entities/entities.ts"
2303
+ }
2476
2304
  },
2477
2305
  {
2478
- "kind": "field",
2479
- "name": "edit",
2480
- "privacy": "private"
2306
+ "kind": "method",
2307
+ "name": "submitFailureNotification",
2308
+ "privacy": "public",
2309
+ "parameters": [
2310
+ {
2311
+ "name": "e",
2312
+ "type": {
2313
+ "text": "CustomEvent"
2314
+ }
2315
+ }
2316
+ ],
2317
+ "inheritedFrom": {
2318
+ "name": "EntityManagement",
2319
+ "module": "src/entities/entities.ts"
2320
+ }
2481
2321
  },
2482
2322
  {
2483
2323
  "kind": "method",
2484
- "name": "delete",
2485
- "parameters": [
2486
- {
2487
- "name": "e"
2488
- }
2489
- ]
2324
+ "name": "showDeleteConfirmation",
2325
+ "privacy": "private",
2326
+ "inheritedFrom": {
2327
+ "name": "EntityManagement",
2328
+ "module": "src/entities/entities.ts"
2329
+ }
2490
2330
  }
2491
2331
  ],
2332
+ "superclass": {
2333
+ "name": "EntityManagement",
2334
+ "module": "/src/entities"
2335
+ },
2336
+ "deprecated": "- Use '\\@genesislcap/pbc-auth' instead. 'https://www.npmjs.com/package/\\@genesislcap/pbc-auth'",
2337
+ "tagName": "profile-management",
2338
+ "customElement": true,
2492
2339
  "attributes": [
2493
2340
  {
2494
2341
  "name": "design-system-prefix",
@@ -2497,51 +2344,105 @@
2497
2344
  },
2498
2345
  "default": "'zero'",
2499
2346
  "description": "Name of the design system prefix that will be used in renderers.",
2500
- "fieldName": "prefix"
2347
+ "fieldName": "prefix",
2348
+ "inheritedFrom": {
2349
+ "name": "EntityManagement",
2350
+ "module": "src/entities/entities.ts"
2351
+ }
2501
2352
  },
2502
2353
  {
2503
2354
  "name": "resourceName",
2504
2355
  "type": {
2505
2356
  "text": "string"
2506
2357
  },
2507
- "default": "''",
2508
- "fieldName": "resourceName"
2358
+ "description": "Name of the backend resource which contain the entities to manage",
2359
+ "fieldName": "resourceName",
2360
+ "inheritedFrom": {
2361
+ "name": "EntityManagement",
2362
+ "module": "src/entities/entities.ts"
2363
+ }
2509
2364
  },
2510
2365
  {
2511
- "name": "title",
2366
+ "name": "readEvent",
2512
2367
  "type": {
2513
2368
  "text": "string"
2514
2369
  },
2515
- "default": "''",
2516
- "fieldName": "title"
2370
+ "fieldName": "readEvent",
2371
+ "inheritedFrom": {
2372
+ "name": "EntityManagement",
2373
+ "module": "src/entities/entities.ts"
2374
+ }
2517
2375
  },
2518
2376
  {
2519
- "name": "persist-column-state-key",
2377
+ "type": {
2378
+ "text": "boolean"
2379
+ },
2380
+ "fieldName": "readonly",
2381
+ "inheritedFrom": {
2382
+ "name": "EntityManagement",
2383
+ "module": "src/entities/entities.ts"
2384
+ }
2385
+ },
2386
+ {
2387
+ "name": "updateEvent",
2520
2388
  "type": {
2521
2389
  "text": "string"
2522
2390
  },
2523
- "fieldName": "persistColumnStateKey"
2391
+ "description": "Name of the event handler on the Genesis server which handles updating the entity",
2392
+ "fieldName": "updateEvent",
2393
+ "inheritedFrom": {
2394
+ "name": "EntityManagement",
2395
+ "module": "src/entities/entities.ts"
2396
+ }
2524
2397
  },
2525
2398
  {
2526
- "name": "size-columns-to-fit",
2399
+ "name": "deleteEvent",
2527
2400
  "type": {
2528
- "text": "boolean"
2401
+ "text": "string"
2529
2402
  },
2530
- "fieldName": "sizeColumnsToFit"
2403
+ "description": "Name of the event handler on the Genesis server which handles deleting the entity",
2404
+ "fieldName": "deleteEvent",
2405
+ "inheritedFrom": {
2406
+ "name": "EntityManagement",
2407
+ "module": "src/entities/entities.ts"
2408
+ }
2531
2409
  },
2532
2410
  {
2533
- "name": "row-selection",
2411
+ "name": "createEvent",
2534
2412
  "type": {
2535
2413
  "text": "string"
2536
2414
  },
2537
- "fieldName": "rowSelection"
2415
+ "description": "Name of the event handler on the Genesis server which handles creating an entity",
2416
+ "fieldName": "createEvent",
2417
+ "inheritedFrom": {
2418
+ "name": "EntityManagement",
2419
+ "module": "src/entities/entities.ts"
2420
+ }
2538
2421
  },
2539
2422
  {
2540
- "name": "enable-filter-bar",
2423
+ "name": "title",
2541
2424
  "type": {
2542
- "text": "boolean"
2425
+ "text": "string"
2543
2426
  },
2544
- "fieldName": "enableFilterBar"
2427
+ "description": "Title of the grid",
2428
+ "fieldName": "title",
2429
+ "inheritedFrom": {
2430
+ "name": "EntityManagement",
2431
+ "module": "src/entities/entities.ts"
2432
+ }
2433
+ },
2434
+ {
2435
+ "name": "entityLabel",
2436
+ "type": {
2437
+ "text": "string"
2438
+ },
2439
+ "default": "''",
2440
+ "description": "Label for the entity which has usages such as being shown in the title of the modal wen editing the entity",
2441
+ "fieldName": "entityLabel",
2442
+ "inheritedFrom": {
2443
+ "name": "EntityManagement",
2444
+ "module": "src/entities/entities.ts"
2445
+ }
2545
2446
  },
2546
2447
  {
2547
2448
  "name": "async-add",
@@ -2549,7 +2450,12 @@
2549
2450
  "text": "boolean"
2550
2451
  },
2551
2452
  "default": "false",
2552
- "fieldName": "asyncAdd"
2453
+ "description": "Whether to use the `applyTransactionAsync` function for *add* transactions",
2454
+ "fieldName": "asyncAdd",
2455
+ "inheritedFrom": {
2456
+ "name": "EntityManagement",
2457
+ "module": "src/entities/entities.ts"
2458
+ }
2553
2459
  },
2554
2460
  {
2555
2461
  "name": "async-remove",
@@ -2557,7 +2463,12 @@
2557
2463
  "text": "boolean"
2558
2464
  },
2559
2465
  "default": "false",
2560
- "fieldName": "asyncRemove"
2466
+ "description": "Whether to use the `applyTransactionAsync` function for *remove* transactions",
2467
+ "fieldName": "asyncRemove",
2468
+ "inheritedFrom": {
2469
+ "name": "EntityManagement",
2470
+ "module": "src/entities/entities.ts"
2471
+ }
2561
2472
  },
2562
2473
  {
2563
2474
  "name": "async-update",
@@ -2565,7 +2476,25 @@
2565
2476
  "text": "boolean"
2566
2477
  },
2567
2478
  "default": "true",
2568
- "fieldName": "asyncUpdate"
2479
+ "description": "Whether to use the `applyTransactionAsync` function for *update* transactions",
2480
+ "fieldName": "asyncUpdate",
2481
+ "inheritedFrom": {
2482
+ "name": "EntityManagement",
2483
+ "module": "src/entities/entities.ts"
2484
+ }
2485
+ },
2486
+ {
2487
+ "name": "row-selection",
2488
+ "type": {
2489
+ "text": "string"
2490
+ },
2491
+ "default": "'single'",
2492
+ "description": "This attribute allows you to change row-selection to 'single' or 'multiple' which will allow you to select single or multiple rows.",
2493
+ "fieldName": "rowSelection",
2494
+ "inheritedFrom": {
2495
+ "name": "EntityManagement",
2496
+ "module": "src/entities/entities.ts"
2497
+ }
2569
2498
  },
2570
2499
  {
2571
2500
  "name": "enable-cell-flashing",
@@ -2573,7 +2502,12 @@
2573
2502
  "text": "boolean"
2574
2503
  },
2575
2504
  "default": "false",
2576
- "fieldName": "enableCellFlashing"
2505
+ "description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
2506
+ "fieldName": "enableCellFlashing",
2507
+ "inheritedFrom": {
2508
+ "name": "EntityManagement",
2509
+ "module": "src/entities/entities.ts"
2510
+ }
2577
2511
  },
2578
2512
  {
2579
2513
  "name": "enable-row-flashing",
@@ -2581,7 +2515,46 @@
2581
2515
  "text": "boolean"
2582
2516
  },
2583
2517
  "default": "false",
2584
- "fieldName": "enableRowFlashing"
2518
+ "description": "If true, will enable row flashing for all rows for `add` transactions",
2519
+ "fieldName": "enableRowFlashing",
2520
+ "inheritedFrom": {
2521
+ "name": "EntityManagement",
2522
+ "module": "src/entities/entities.ts"
2523
+ }
2524
+ },
2525
+ {
2526
+ "name": "persist-column-state-key",
2527
+ "type": {
2528
+ "text": "string"
2529
+ },
2530
+ "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.",
2531
+ "fieldName": "persistColumnStateKey",
2532
+ "inheritedFrom": {
2533
+ "name": "EntityManagement",
2534
+ "module": "src/entities/entities.ts"
2535
+ }
2536
+ },
2537
+ {
2538
+ "name": "size-columns-to-fit",
2539
+ "type": {
2540
+ "text": "boolean"
2541
+ },
2542
+ "fieldName": "sizeColumnsToFit",
2543
+ "inheritedFrom": {
2544
+ "name": "EntityManagement",
2545
+ "module": "src/entities/entities.ts"
2546
+ }
2547
+ },
2548
+ {
2549
+ "name": "enable-filter-bar",
2550
+ "type": {
2551
+ "text": "boolean"
2552
+ },
2553
+ "fieldName": "enableFilterBar",
2554
+ "inheritedFrom": {
2555
+ "name": "EntityManagement",
2556
+ "module": "src/entities/entities.ts"
2557
+ }
2585
2558
  },
2586
2559
  {
2587
2560
  "name": "hide-edit",
@@ -2589,7 +2562,11 @@
2589
2562
  "text": "boolean"
2590
2563
  },
2591
2564
  "default": "false",
2592
- "fieldName": "hideEdit"
2565
+ "fieldName": "hideEdit",
2566
+ "inheritedFrom": {
2567
+ "name": "EntityManagement",
2568
+ "module": "src/entities/entities.ts"
2569
+ }
2593
2570
  },
2594
2571
  {
2595
2572
  "name": "hide-delete",
@@ -2597,45 +2574,68 @@
2597
2574
  "text": "boolean"
2598
2575
  },
2599
2576
  "default": "false",
2600
- "fieldName": "hideDelete"
2577
+ "fieldName": "hideDelete",
2578
+ "inheritedFrom": {
2579
+ "name": "EntityManagement",
2580
+ "module": "src/entities/entities.ts"
2581
+ }
2582
+ },
2583
+ {
2584
+ "name": "enable-search-bar",
2585
+ "type": {
2586
+ "text": "boolean"
2587
+ },
2588
+ "default": "false",
2589
+ "description": "This attribute controls whether to enable the search-bar.",
2590
+ "fieldName": "enableSearchBar",
2591
+ "inheritedFrom": {
2592
+ "name": "EntityManagement",
2593
+ "module": "src/entities/entities.ts"
2594
+ }
2601
2595
  },
2602
2596
  {
2603
2597
  "name": "header-case-type",
2604
2598
  "type": {
2605
2599
  "text": "GridProCaseType"
2606
2600
  },
2607
- "fieldName": "headerCaseType"
2608
- }
2609
- ],
2610
- "mixins": [
2601
+ "description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
2602
+ "fieldName": "headerCaseType",
2603
+ "inheritedFrom": {
2604
+ "name": "EntityManagement",
2605
+ "module": "src/entities/entities.ts"
2606
+ }
2607
+ },
2611
2608
  {
2612
- "name": "LifecycleMixin",
2613
- "package": "@genesislcap/foundation-utils"
2609
+ "name": "modal-position",
2610
+ "type": {
2611
+ "text": "'centre' | 'left' | 'right'"
2612
+ },
2613
+ "default": "'right'",
2614
+ "description": "Determines where the modal dialog will appear on screen",
2615
+ "fieldName": "modalPosition",
2616
+ "inheritedFrom": {
2617
+ "name": "EntityManagement",
2618
+ "module": "src/entities/entities.ts"
2619
+ }
2614
2620
  }
2615
- ],
2616
- "superclass": {
2617
- "name": "FASTElement",
2618
- "package": "@microsoft/fast-element"
2619
- },
2620
- "tagName": "entity-list",
2621
- "customElement": true
2621
+ ]
2622
2622
  }
2623
2623
  ],
2624
2624
  "exports": [
2625
2625
  {
2626
2626
  "kind": "js",
2627
- "name": "List",
2627
+ "name": "Profiles",
2628
2628
  "declaration": {
2629
- "name": "List",
2630
- "module": "src/list/list.ts"
2629
+ "name": "Profiles",
2630
+ "module": "src/profiles/profiles.ts"
2631
2631
  }
2632
2632
  },
2633
2633
  {
2634
2634
  "kind": "custom-element-definition",
2635
- "name": "entity-list",
2635
+ "name": "profile-management",
2636
2636
  "declaration": {
2637
- "name": "List",
2638
- "module": "src/list/list.ts"
2637
+ "name": "Profiles",
2638
+ "module": "src/profiles/profiles.ts"
2639
2639
  }
2640
2640
  }
2641
2641
  ]