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