@genesislcap/foundation-entity-management 14.195.2 → 14.195.3

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