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