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