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