@genesislcap/foundation-entity-management 14.206.4 → 14.207.0
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 +1200 -1200
- package/package.json +21 -21
|
@@ -1125,41 +1125,7 @@
|
|
|
1125
1125
|
},
|
|
1126
1126
|
{
|
|
1127
1127
|
"kind": "javascript-module",
|
|
1128
|
-
"path": "src/
|
|
1129
|
-
"declarations": [
|
|
1130
|
-
{
|
|
1131
|
-
"kind": "variable",
|
|
1132
|
-
"name": "loginLayout",
|
|
1133
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1134
|
-
},
|
|
1135
|
-
{
|
|
1136
|
-
"kind": "variable",
|
|
1137
|
-
"name": "defaultLayout",
|
|
1138
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
|
|
1139
|
-
}
|
|
1140
|
-
],
|
|
1141
|
-
"exports": [
|
|
1142
|
-
{
|
|
1143
|
-
"kind": "js",
|
|
1144
|
-
"name": "loginLayout",
|
|
1145
|
-
"declaration": {
|
|
1146
|
-
"name": "loginLayout",
|
|
1147
|
-
"module": "src/layouts/default.ts"
|
|
1148
|
-
}
|
|
1149
|
-
},
|
|
1150
|
-
{
|
|
1151
|
-
"kind": "js",
|
|
1152
|
-
"name": "defaultLayout",
|
|
1153
|
-
"declaration": {
|
|
1154
|
-
"name": "defaultLayout",
|
|
1155
|
-
"module": "src/layouts/default.ts"
|
|
1156
|
-
}
|
|
1157
|
-
}
|
|
1158
|
-
]
|
|
1159
|
-
},
|
|
1160
|
-
{
|
|
1161
|
-
"kind": "javascript-module",
|
|
1162
|
-
"path": "src/layouts/index.ts",
|
|
1128
|
+
"path": "src/list/index.ts",
|
|
1163
1129
|
"declarations": [],
|
|
1164
1130
|
"exports": [
|
|
1165
1131
|
{
|
|
@@ -1167,813 +1133,687 @@
|
|
|
1167
1133
|
"name": "*",
|
|
1168
1134
|
"declaration": {
|
|
1169
1135
|
"name": "*",
|
|
1170
|
-
"package": "./
|
|
1136
|
+
"package": "./list"
|
|
1171
1137
|
}
|
|
1172
1138
|
}
|
|
1173
1139
|
]
|
|
1174
1140
|
},
|
|
1175
1141
|
{
|
|
1176
1142
|
"kind": "javascript-module",
|
|
1177
|
-
"path": "src/
|
|
1178
|
-
"declarations": [
|
|
1179
|
-
"exports": [
|
|
1143
|
+
"path": "src/list/list.styles.ts",
|
|
1144
|
+
"declarations": [
|
|
1180
1145
|
{
|
|
1181
|
-
"kind": "
|
|
1182
|
-
"name": "
|
|
1183
|
-
"
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
},
|
|
1146
|
+
"kind": "variable",
|
|
1147
|
+
"name": "listStyles",
|
|
1148
|
+
"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`"
|
|
1149
|
+
}
|
|
1150
|
+
],
|
|
1151
|
+
"exports": [
|
|
1188
1152
|
{
|
|
1189
1153
|
"kind": "js",
|
|
1190
|
-
"name": "
|
|
1154
|
+
"name": "listStyles",
|
|
1191
1155
|
"declaration": {
|
|
1192
|
-
"name": "
|
|
1193
|
-
"
|
|
1156
|
+
"name": "listStyles",
|
|
1157
|
+
"module": "src/list/list.styles.ts"
|
|
1194
1158
|
}
|
|
1195
1159
|
}
|
|
1196
1160
|
]
|
|
1197
1161
|
},
|
|
1198
1162
|
{
|
|
1199
1163
|
"kind": "javascript-module",
|
|
1200
|
-
"path": "src/
|
|
1164
|
+
"path": "src/list/list.template.ts",
|
|
1201
1165
|
"declarations": [
|
|
1202
1166
|
{
|
|
1203
|
-
"kind": "
|
|
1204
|
-
"name": "
|
|
1205
|
-
"
|
|
1167
|
+
"kind": "function",
|
|
1168
|
+
"name": "getPrefixedList",
|
|
1169
|
+
"parameters": [
|
|
1170
|
+
{
|
|
1171
|
+
"name": "prefix"
|
|
1172
|
+
}
|
|
1173
|
+
]
|
|
1206
1174
|
}
|
|
1207
1175
|
],
|
|
1208
1176
|
"exports": [
|
|
1209
1177
|
{
|
|
1210
1178
|
"kind": "js",
|
|
1211
|
-
"name": "
|
|
1179
|
+
"name": "getPrefixedList",
|
|
1212
1180
|
"declaration": {
|
|
1213
|
-
"name": "
|
|
1214
|
-
"module": "src/
|
|
1181
|
+
"name": "getPrefixedList",
|
|
1182
|
+
"module": "src/list/list.template.ts"
|
|
1215
1183
|
}
|
|
1216
1184
|
}
|
|
1217
1185
|
]
|
|
1218
1186
|
},
|
|
1219
1187
|
{
|
|
1220
1188
|
"kind": "javascript-module",
|
|
1221
|
-
"path": "src/
|
|
1222
|
-
"declarations": [],
|
|
1223
|
-
"exports": []
|
|
1224
|
-
},
|
|
1225
|
-
{
|
|
1226
|
-
"kind": "javascript-module",
|
|
1227
|
-
"path": "src/main/main.ts",
|
|
1189
|
+
"path": "src/list/list.ts",
|
|
1228
1190
|
"declarations": [
|
|
1229
1191
|
{
|
|
1230
1192
|
"kind": "class",
|
|
1231
1193
|
"description": "",
|
|
1232
|
-
"name": "
|
|
1194
|
+
"name": "List",
|
|
1233
1195
|
"members": [
|
|
1234
1196
|
{
|
|
1235
1197
|
"kind": "field",
|
|
1236
|
-
"name": "
|
|
1198
|
+
"name": "prefix",
|
|
1237
1199
|
"type": {
|
|
1238
|
-
"text": "
|
|
1239
|
-
}
|
|
1200
|
+
"text": "string"
|
|
1201
|
+
},
|
|
1202
|
+
"default": "'zero'",
|
|
1203
|
+
"description": "Name of the design system prefix that will be used in renderers.",
|
|
1204
|
+
"privacy": "public"
|
|
1240
1205
|
},
|
|
1241
1206
|
{
|
|
1242
1207
|
"kind": "field",
|
|
1243
|
-
"name": "
|
|
1208
|
+
"name": "resourceName",
|
|
1244
1209
|
"type": {
|
|
1245
|
-
"text": "
|
|
1210
|
+
"text": "string"
|
|
1211
|
+
},
|
|
1212
|
+
"default": "''"
|
|
1213
|
+
},
|
|
1214
|
+
{
|
|
1215
|
+
"kind": "field",
|
|
1216
|
+
"name": "title",
|
|
1217
|
+
"type": {
|
|
1218
|
+
"text": "string"
|
|
1219
|
+
},
|
|
1220
|
+
"default": "''"
|
|
1221
|
+
},
|
|
1222
|
+
{
|
|
1223
|
+
"kind": "field",
|
|
1224
|
+
"name": "persistColumnStateKey",
|
|
1225
|
+
"type": {
|
|
1226
|
+
"text": "string"
|
|
1246
1227
|
}
|
|
1247
1228
|
},
|
|
1248
1229
|
{
|
|
1249
1230
|
"kind": "field",
|
|
1250
|
-
"name": "
|
|
1231
|
+
"name": "sizeColumnsToFit",
|
|
1251
1232
|
"type": {
|
|
1252
|
-
"text": "
|
|
1233
|
+
"text": "boolean"
|
|
1253
1234
|
}
|
|
1254
1235
|
},
|
|
1255
1236
|
{
|
|
1256
1237
|
"kind": "field",
|
|
1257
|
-
"name": "
|
|
1238
|
+
"name": "rowSelection",
|
|
1258
1239
|
"type": {
|
|
1259
|
-
"text": "
|
|
1240
|
+
"text": "string"
|
|
1260
1241
|
}
|
|
1261
1242
|
},
|
|
1262
1243
|
{
|
|
1263
1244
|
"kind": "field",
|
|
1264
|
-
"name": "
|
|
1245
|
+
"name": "enableFilterBar",
|
|
1265
1246
|
"type": {
|
|
1266
|
-
"text": "
|
|
1247
|
+
"text": "boolean"
|
|
1267
1248
|
}
|
|
1268
1249
|
},
|
|
1269
1250
|
{
|
|
1270
1251
|
"kind": "field",
|
|
1271
|
-
"name": "
|
|
1252
|
+
"name": "asyncAdd",
|
|
1272
1253
|
"type": {
|
|
1273
1254
|
"text": "boolean"
|
|
1274
1255
|
},
|
|
1275
1256
|
"default": "false"
|
|
1276
1257
|
},
|
|
1277
1258
|
{
|
|
1278
|
-
"kind": "
|
|
1279
|
-
"name": "
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
"
|
|
1259
|
+
"kind": "field",
|
|
1260
|
+
"name": "asyncRemove",
|
|
1261
|
+
"type": {
|
|
1262
|
+
"text": "boolean"
|
|
1263
|
+
},
|
|
1264
|
+
"default": "false"
|
|
1284
1265
|
},
|
|
1285
1266
|
{
|
|
1286
|
-
"kind": "
|
|
1287
|
-
"name": "
|
|
1267
|
+
"kind": "field",
|
|
1268
|
+
"name": "asyncUpdate",
|
|
1269
|
+
"type": {
|
|
1270
|
+
"text": "boolean"
|
|
1271
|
+
},
|
|
1272
|
+
"default": "true"
|
|
1288
1273
|
},
|
|
1289
1274
|
{
|
|
1290
|
-
"kind": "
|
|
1291
|
-
"name": "
|
|
1292
|
-
"
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
"name": "FASTElement",
|
|
1297
|
-
"package": "@microsoft/fast-element"
|
|
1298
|
-
},
|
|
1299
|
-
"customElement": true
|
|
1300
|
-
}
|
|
1301
|
-
],
|
|
1302
|
-
"exports": [
|
|
1303
|
-
{
|
|
1304
|
-
"kind": "js",
|
|
1305
|
-
"name": "MainApplication",
|
|
1306
|
-
"declaration": {
|
|
1307
|
-
"name": "MainApplication",
|
|
1308
|
-
"module": "src/main/main.ts"
|
|
1309
|
-
}
|
|
1310
|
-
},
|
|
1311
|
-
{
|
|
1312
|
-
"kind": "custom-element-definition",
|
|
1313
|
-
"declaration": {
|
|
1314
|
-
"name": "MainApplication",
|
|
1315
|
-
"module": "src/main/main.ts"
|
|
1316
|
-
}
|
|
1317
|
-
}
|
|
1318
|
-
]
|
|
1319
|
-
},
|
|
1320
|
-
{
|
|
1321
|
-
"kind": "javascript-module",
|
|
1322
|
-
"path": "src/profiles/editProfileSchema.ts",
|
|
1323
|
-
"declarations": [
|
|
1324
|
-
{
|
|
1325
|
-
"kind": "variable",
|
|
1326
|
-
"name": "editProfileFormSchema",
|
|
1327
|
-
"type": {
|
|
1328
|
-
"text": "UiSchema"
|
|
1329
|
-
},
|
|
1330
|
-
"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}"
|
|
1331
|
-
}
|
|
1332
|
-
],
|
|
1333
|
-
"exports": [
|
|
1334
|
-
{
|
|
1335
|
-
"kind": "js",
|
|
1336
|
-
"name": "editProfileFormSchema",
|
|
1337
|
-
"declaration": {
|
|
1338
|
-
"name": "editProfileFormSchema",
|
|
1339
|
-
"module": "src/profiles/editProfileSchema.ts"
|
|
1340
|
-
}
|
|
1341
|
-
}
|
|
1342
|
-
]
|
|
1343
|
-
},
|
|
1344
|
-
{
|
|
1345
|
-
"kind": "javascript-module",
|
|
1346
|
-
"path": "src/profiles/profiles.ts",
|
|
1347
|
-
"declarations": [
|
|
1348
|
-
{
|
|
1349
|
-
"kind": "class",
|
|
1350
|
-
"description": "Main class which defined the profile management functionality",
|
|
1351
|
-
"name": "Profiles",
|
|
1352
|
-
"members": [
|
|
1353
|
-
{
|
|
1354
|
-
"kind": "method",
|
|
1355
|
-
"name": "readProfileData",
|
|
1356
|
-
"privacy": "public",
|
|
1357
|
-
"parameters": [
|
|
1358
|
-
{
|
|
1359
|
-
"name": "profile"
|
|
1360
|
-
}
|
|
1361
|
-
]
|
|
1275
|
+
"kind": "field",
|
|
1276
|
+
"name": "enableCellFlashing",
|
|
1277
|
+
"type": {
|
|
1278
|
+
"text": "boolean"
|
|
1279
|
+
},
|
|
1280
|
+
"default": "false"
|
|
1362
1281
|
},
|
|
1363
1282
|
{
|
|
1364
|
-
"kind": "
|
|
1365
|
-
"name": "
|
|
1366
|
-
"
|
|
1367
|
-
"
|
|
1368
|
-
|
|
1369
|
-
|
|
1283
|
+
"kind": "field",
|
|
1284
|
+
"name": "enableRowFlashing",
|
|
1285
|
+
"type": {
|
|
1286
|
+
"text": "boolean"
|
|
1287
|
+
},
|
|
1288
|
+
"default": "false"
|
|
1370
1289
|
},
|
|
1371
1290
|
{
|
|
1372
1291
|
"kind": "field",
|
|
1373
|
-
"name": "
|
|
1292
|
+
"name": "hideEdit",
|
|
1374
1293
|
"type": {
|
|
1375
|
-
"text": "
|
|
1294
|
+
"text": "boolean"
|
|
1376
1295
|
},
|
|
1377
|
-
"
|
|
1378
|
-
"privacy": "public",
|
|
1379
|
-
"inheritedFrom": {
|
|
1380
|
-
"name": "EntityManagement",
|
|
1381
|
-
"module": "src/entities/entities.ts"
|
|
1382
|
-
}
|
|
1296
|
+
"default": "false"
|
|
1383
1297
|
},
|
|
1384
1298
|
{
|
|
1385
1299
|
"kind": "field",
|
|
1386
|
-
"name": "
|
|
1300
|
+
"name": "hideDelete",
|
|
1387
1301
|
"type": {
|
|
1388
|
-
"text": "
|
|
1302
|
+
"text": "boolean"
|
|
1389
1303
|
},
|
|
1390
|
-
"
|
|
1391
|
-
"privacy": "public",
|
|
1392
|
-
"inheritedFrom": {
|
|
1393
|
-
"name": "EntityManagement",
|
|
1394
|
-
"module": "src/entities/entities.ts"
|
|
1395
|
-
}
|
|
1304
|
+
"default": "false"
|
|
1396
1305
|
},
|
|
1397
1306
|
{
|
|
1398
1307
|
"kind": "field",
|
|
1399
|
-
"name": "
|
|
1308
|
+
"name": "datasourceType",
|
|
1400
1309
|
"type": {
|
|
1401
|
-
"text": "
|
|
1310
|
+
"text": "DatasourceType"
|
|
1402
1311
|
},
|
|
1403
|
-
"
|
|
1404
|
-
"privacy": "public",
|
|
1405
|
-
"inheritedFrom": {
|
|
1406
|
-
"name": "EntityManagement",
|
|
1407
|
-
"module": "src/entities/entities.ts"
|
|
1408
|
-
}
|
|
1312
|
+
"default": "'client'"
|
|
1409
1313
|
},
|
|
1410
1314
|
{
|
|
1411
1315
|
"kind": "field",
|
|
1412
|
-
"name": "
|
|
1316
|
+
"name": "headerCaseType",
|
|
1413
1317
|
"type": {
|
|
1414
|
-
"text": "
|
|
1415
|
-
},
|
|
1416
|
-
"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.",
|
|
1417
|
-
"privacy": "public",
|
|
1418
|
-
"default": "'entity_profiles_management'",
|
|
1419
|
-
"inheritedFrom": {
|
|
1420
|
-
"name": "EntityManagement",
|
|
1421
|
-
"module": "src/entities/entities.ts"
|
|
1318
|
+
"text": "GridProCaseType"
|
|
1422
1319
|
}
|
|
1423
1320
|
},
|
|
1424
1321
|
{
|
|
1425
1322
|
"kind": "field",
|
|
1426
|
-
"name": "
|
|
1323
|
+
"name": "grid",
|
|
1427
1324
|
"type": {
|
|
1428
|
-
"text": "
|
|
1325
|
+
"text": "ZeroGridPro"
|
|
1429
1326
|
},
|
|
1430
|
-
"
|
|
1431
|
-
"inheritedFrom": {
|
|
1432
|
-
"name": "EntityManagement",
|
|
1433
|
-
"module": "src/entities/entities.ts"
|
|
1434
|
-
}
|
|
1327
|
+
"privacy": "public"
|
|
1435
1328
|
},
|
|
1436
1329
|
{
|
|
1437
1330
|
"kind": "field",
|
|
1438
|
-
"name": "
|
|
1331
|
+
"name": "datasource",
|
|
1439
1332
|
"type": {
|
|
1440
|
-
"text": "
|
|
1333
|
+
"text": "GridProGenesisDatasource"
|
|
1441
1334
|
},
|
|
1442
|
-
"
|
|
1443
|
-
"inheritedFrom": {
|
|
1444
|
-
"name": "EntityManagement",
|
|
1445
|
-
"module": "src/entities/entities.ts"
|
|
1446
|
-
}
|
|
1335
|
+
"privacy": "public"
|
|
1447
1336
|
},
|
|
1448
1337
|
{
|
|
1449
1338
|
"kind": "field",
|
|
1450
|
-
"name": "
|
|
1339
|
+
"name": "gridOptions",
|
|
1451
1340
|
"type": {
|
|
1452
|
-
"text": "
|
|
1453
|
-
},
|
|
1454
|
-
"inheritedFrom": {
|
|
1455
|
-
"name": "EntityManagement",
|
|
1456
|
-
"module": "src/entities/entities.ts"
|
|
1341
|
+
"text": "GridOptions"
|
|
1457
1342
|
}
|
|
1458
1343
|
},
|
|
1459
1344
|
{
|
|
1460
1345
|
"kind": "field",
|
|
1461
|
-
"name": "
|
|
1346
|
+
"name": "columns",
|
|
1462
1347
|
"type": {
|
|
1463
|
-
"text": "
|
|
1464
|
-
},
|
|
1465
|
-
"description": "Name of the backend resource which contain the entities to manage",
|
|
1466
|
-
"privacy": "public",
|
|
1467
|
-
"default": "'ALL_PROFILES'",
|
|
1468
|
-
"inheritedFrom": {
|
|
1469
|
-
"name": "EntityManagement",
|
|
1470
|
-
"module": "src/entities/entities.ts"
|
|
1348
|
+
"text": "ColDef[]"
|
|
1471
1349
|
}
|
|
1472
1350
|
},
|
|
1473
1351
|
{
|
|
1474
1352
|
"kind": "field",
|
|
1475
|
-
"name": "
|
|
1353
|
+
"name": "datasourceConfig",
|
|
1476
1354
|
"type": {
|
|
1477
|
-
"text": "
|
|
1478
|
-
},
|
|
1479
|
-
"description": "Title of the grid",
|
|
1480
|
-
"privacy": "public",
|
|
1481
|
-
"default": "'Profile Management'",
|
|
1482
|
-
"inheritedFrom": {
|
|
1483
|
-
"name": "EntityManagement",
|
|
1484
|
-
"module": "src/entities/entities.ts"
|
|
1355
|
+
"text": "DatasourceConfiguration"
|
|
1485
1356
|
}
|
|
1486
1357
|
},
|
|
1487
1358
|
{
|
|
1488
1359
|
"kind": "field",
|
|
1489
|
-
"name": "
|
|
1360
|
+
"name": "actionButtonsConfig",
|
|
1490
1361
|
"type": {
|
|
1491
|
-
"text": "
|
|
1362
|
+
"text": "array"
|
|
1492
1363
|
},
|
|
1493
|
-
"
|
|
1494
|
-
"privacy": "public",
|
|
1495
|
-
"default": "'Profile'",
|
|
1496
|
-
"inheritedFrom": {
|
|
1497
|
-
"name": "EntityManagement",
|
|
1498
|
-
"module": "src/entities/entities.ts"
|
|
1499
|
-
}
|
|
1364
|
+
"default": "[]"
|
|
1500
1365
|
},
|
|
1501
1366
|
{
|
|
1502
1367
|
"kind": "field",
|
|
1503
|
-
"name": "
|
|
1368
|
+
"name": "deleteEvent",
|
|
1504
1369
|
"type": {
|
|
1505
|
-
"text": "
|
|
1506
|
-
},
|
|
1507
|
-
"privacy": "protected",
|
|
1508
|
-
"description": "DI connect object which is used to interact with the backend.",
|
|
1509
|
-
"inheritedFrom": {
|
|
1510
|
-
"name": "EntityManagement",
|
|
1511
|
-
"module": "src/entities/entities.ts"
|
|
1370
|
+
"text": "string"
|
|
1512
1371
|
}
|
|
1513
1372
|
},
|
|
1514
1373
|
{
|
|
1515
1374
|
"kind": "field",
|
|
1516
|
-
"name": "
|
|
1375
|
+
"name": "updateEvent",
|
|
1517
1376
|
"type": {
|
|
1518
1377
|
"text": "string"
|
|
1519
|
-
},
|
|
1520
|
-
"default": "'zero'",
|
|
1521
|
-
"description": "Name of the design system prefix that will be used in renderers.",
|
|
1522
|
-
"privacy": "public",
|
|
1523
|
-
"inheritedFrom": {
|
|
1524
|
-
"name": "EntityManagement",
|
|
1525
|
-
"module": "src/entities/entities.ts"
|
|
1526
1378
|
}
|
|
1527
1379
|
},
|
|
1528
1380
|
{
|
|
1529
1381
|
"kind": "field",
|
|
1530
|
-
"name": "
|
|
1382
|
+
"name": "connect",
|
|
1531
1383
|
"type": {
|
|
1532
|
-
"text": "
|
|
1384
|
+
"text": "Connect"
|
|
1533
1385
|
},
|
|
1534
|
-
"
|
|
1535
|
-
"name": "EntityManagement",
|
|
1536
|
-
"module": "src/entities/entities.ts"
|
|
1537
|
-
}
|
|
1386
|
+
"privacy": "protected"
|
|
1538
1387
|
},
|
|
1539
1388
|
{
|
|
1540
1389
|
"kind": "field",
|
|
1541
|
-
"name": "
|
|
1390
|
+
"name": "isServerSideDatasource",
|
|
1542
1391
|
"type": {
|
|
1543
1392
|
"text": "boolean"
|
|
1544
1393
|
},
|
|
1545
|
-
"
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1394
|
+
"readonly": true
|
|
1395
|
+
},
|
|
1396
|
+
{
|
|
1397
|
+
"kind": "method",
|
|
1398
|
+
"name": "onCellEditingStopped",
|
|
1399
|
+
"privacy": "private",
|
|
1400
|
+
"parameters": [
|
|
1401
|
+
{
|
|
1402
|
+
"name": "event",
|
|
1403
|
+
"type": {
|
|
1404
|
+
"text": "CellEditRequestEvent"
|
|
1405
|
+
}
|
|
1406
|
+
}
|
|
1407
|
+
]
|
|
1408
|
+
},
|
|
1409
|
+
{
|
|
1410
|
+
"kind": "method",
|
|
1411
|
+
"name": "handleFilterChanged",
|
|
1412
|
+
"privacy": "private",
|
|
1413
|
+
"parameters": [
|
|
1414
|
+
{
|
|
1415
|
+
"name": "e"
|
|
1416
|
+
}
|
|
1417
|
+
]
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
"kind": "method",
|
|
1421
|
+
"name": "handleFilterCleared",
|
|
1422
|
+
"privacy": "private",
|
|
1423
|
+
"parameters": [
|
|
1424
|
+
{
|
|
1425
|
+
"name": "e"
|
|
1426
|
+
}
|
|
1427
|
+
]
|
|
1428
|
+
},
|
|
1429
|
+
{
|
|
1430
|
+
"kind": "method",
|
|
1431
|
+
"name": "select",
|
|
1432
|
+
"privacy": "private",
|
|
1433
|
+
"parameters": [
|
|
1434
|
+
{
|
|
1435
|
+
"name": "e"
|
|
1436
|
+
}
|
|
1437
|
+
]
|
|
1438
|
+
},
|
|
1439
|
+
{
|
|
1440
|
+
"kind": "method",
|
|
1441
|
+
"name": "selectionChanged",
|
|
1442
|
+
"privacy": "private",
|
|
1443
|
+
"parameters": [
|
|
1444
|
+
{
|
|
1445
|
+
"name": "e",
|
|
1446
|
+
"type": {
|
|
1447
|
+
"text": "CustomEvent<SelectionChangedEvent>"
|
|
1448
|
+
}
|
|
1449
|
+
}
|
|
1450
|
+
]
|
|
1549
1451
|
},
|
|
1550
1452
|
{
|
|
1551
1453
|
"kind": "field",
|
|
1552
|
-
"name": "
|
|
1454
|
+
"name": "edit",
|
|
1455
|
+
"privacy": "private"
|
|
1456
|
+
},
|
|
1457
|
+
{
|
|
1458
|
+
"kind": "method",
|
|
1459
|
+
"name": "delete",
|
|
1460
|
+
"parameters": [
|
|
1461
|
+
{
|
|
1462
|
+
"name": "e"
|
|
1463
|
+
}
|
|
1464
|
+
]
|
|
1465
|
+
}
|
|
1466
|
+
],
|
|
1467
|
+
"attributes": [
|
|
1468
|
+
{
|
|
1469
|
+
"name": "design-system-prefix",
|
|
1553
1470
|
"type": {
|
|
1554
|
-
"text": "
|
|
1471
|
+
"text": "string"
|
|
1555
1472
|
},
|
|
1556
|
-
"default": "
|
|
1557
|
-
"description": "
|
|
1558
|
-
"
|
|
1559
|
-
"inheritedFrom": {
|
|
1560
|
-
"name": "EntityManagement",
|
|
1561
|
-
"module": "src/entities/entities.ts"
|
|
1562
|
-
}
|
|
1473
|
+
"default": "'zero'",
|
|
1474
|
+
"description": "Name of the design system prefix that will be used in renderers.",
|
|
1475
|
+
"fieldName": "prefix"
|
|
1563
1476
|
},
|
|
1564
1477
|
{
|
|
1565
|
-
"
|
|
1566
|
-
"name": "asyncRemove",
|
|
1478
|
+
"name": "resourceName",
|
|
1567
1479
|
"type": {
|
|
1568
|
-
"text": "
|
|
1480
|
+
"text": "string"
|
|
1569
1481
|
},
|
|
1570
|
-
"default": "
|
|
1571
|
-
"
|
|
1572
|
-
"privacy": "public",
|
|
1573
|
-
"inheritedFrom": {
|
|
1574
|
-
"name": "EntityManagement",
|
|
1575
|
-
"module": "src/entities/entities.ts"
|
|
1576
|
-
}
|
|
1482
|
+
"default": "''",
|
|
1483
|
+
"fieldName": "resourceName"
|
|
1577
1484
|
},
|
|
1578
1485
|
{
|
|
1579
|
-
"
|
|
1580
|
-
"name": "asyncUpdate",
|
|
1486
|
+
"name": "title",
|
|
1581
1487
|
"type": {
|
|
1582
|
-
"text": "
|
|
1488
|
+
"text": "string"
|
|
1583
1489
|
},
|
|
1584
|
-
"default": "
|
|
1585
|
-
"
|
|
1586
|
-
"privacy": "public",
|
|
1587
|
-
"inheritedFrom": {
|
|
1588
|
-
"name": "EntityManagement",
|
|
1589
|
-
"module": "src/entities/entities.ts"
|
|
1590
|
-
}
|
|
1490
|
+
"default": "''",
|
|
1491
|
+
"fieldName": "title"
|
|
1591
1492
|
},
|
|
1592
1493
|
{
|
|
1593
|
-
"
|
|
1594
|
-
"name": "rowSelection",
|
|
1494
|
+
"name": "persist-column-state-key",
|
|
1595
1495
|
"type": {
|
|
1596
1496
|
"text": "string"
|
|
1597
1497
|
},
|
|
1598
|
-
"
|
|
1599
|
-
"description": "This attribute allows you to change row-selection to 'single' or 'multiple' which will allow you to select single or multiple rows.",
|
|
1600
|
-
"privacy": "public",
|
|
1601
|
-
"inheritedFrom": {
|
|
1602
|
-
"name": "EntityManagement",
|
|
1603
|
-
"module": "src/entities/entities.ts"
|
|
1604
|
-
}
|
|
1498
|
+
"fieldName": "persistColumnStateKey"
|
|
1605
1499
|
},
|
|
1606
1500
|
{
|
|
1607
|
-
"
|
|
1608
|
-
"name": "enableCellFlashing",
|
|
1501
|
+
"name": "size-columns-to-fit",
|
|
1609
1502
|
"type": {
|
|
1610
1503
|
"text": "boolean"
|
|
1611
1504
|
},
|
|
1612
|
-
"
|
|
1613
|
-
"description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
|
|
1614
|
-
"privacy": "public",
|
|
1615
|
-
"inheritedFrom": {
|
|
1616
|
-
"name": "EntityManagement",
|
|
1617
|
-
"module": "src/entities/entities.ts"
|
|
1618
|
-
}
|
|
1619
|
-
},
|
|
1620
|
-
{
|
|
1621
|
-
"kind": "field",
|
|
1622
|
-
"name": "enableRowFlashing",
|
|
1623
|
-
"type": {
|
|
1624
|
-
"text": "boolean"
|
|
1625
|
-
},
|
|
1626
|
-
"default": "false",
|
|
1627
|
-
"description": "If true, will enable row flashing for all rows for `add` transactions",
|
|
1628
|
-
"privacy": "public",
|
|
1629
|
-
"inheritedFrom": {
|
|
1630
|
-
"name": "EntityManagement",
|
|
1631
|
-
"module": "src/entities/entities.ts"
|
|
1632
|
-
}
|
|
1633
|
-
},
|
|
1634
|
-
{
|
|
1635
|
-
"kind": "field",
|
|
1636
|
-
"name": "datasourceType",
|
|
1637
|
-
"type": {
|
|
1638
|
-
"text": "DatasourceType"
|
|
1639
|
-
},
|
|
1640
|
-
"default": "'client'",
|
|
1641
|
-
"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.",
|
|
1642
|
-
"privacy": "public",
|
|
1643
|
-
"inheritedFrom": {
|
|
1644
|
-
"name": "EntityManagement",
|
|
1645
|
-
"module": "src/entities/entities.ts"
|
|
1646
|
-
}
|
|
1647
|
-
},
|
|
1648
|
-
{
|
|
1649
|
-
"kind": "field",
|
|
1650
|
-
"name": "gridOptions",
|
|
1651
|
-
"type": {
|
|
1652
|
-
"text": "GridOptions"
|
|
1653
|
-
},
|
|
1654
|
-
"description": "GridOptions to be passed down from application",
|
|
1655
|
-
"privacy": "public",
|
|
1656
|
-
"inheritedFrom": {
|
|
1657
|
-
"name": "EntityManagement",
|
|
1658
|
-
"module": "src/entities/entities.ts"
|
|
1659
|
-
}
|
|
1660
|
-
},
|
|
1661
|
-
{
|
|
1662
|
-
"kind": "field",
|
|
1663
|
-
"name": "columns",
|
|
1664
|
-
"type": {
|
|
1665
|
-
"text": "ColDef[]"
|
|
1666
|
-
},
|
|
1667
|
-
"description": "Array which holds the column definitions.",
|
|
1668
|
-
"privacy": "public",
|
|
1669
|
-
"inheritedFrom": {
|
|
1670
|
-
"name": "EntityManagement",
|
|
1671
|
-
"module": "src/entities/entities.ts"
|
|
1672
|
-
}
|
|
1673
|
-
},
|
|
1674
|
-
{
|
|
1675
|
-
"kind": "field",
|
|
1676
|
-
"name": "datasourceConfig",
|
|
1677
|
-
"type": {
|
|
1678
|
-
"text": "DatasourceConfiguration"
|
|
1679
|
-
},
|
|
1680
|
-
"description": "The configuration which is used when interacting with the resource on the backend",
|
|
1681
|
-
"privacy": "public",
|
|
1682
|
-
"inheritedFrom": {
|
|
1683
|
-
"name": "EntityManagement",
|
|
1684
|
-
"module": "src/entities/entities.ts"
|
|
1685
|
-
}
|
|
1686
|
-
},
|
|
1687
|
-
{
|
|
1688
|
-
"kind": "field",
|
|
1689
|
-
"name": "formUiSchema",
|
|
1690
|
-
"type": {
|
|
1691
|
-
"text": "UiSchema"
|
|
1692
|
-
},
|
|
1693
|
-
"inheritedFrom": {
|
|
1694
|
-
"name": "EntityManagement",
|
|
1695
|
-
"module": "src/entities/entities.ts"
|
|
1696
|
-
}
|
|
1697
|
-
},
|
|
1698
|
-
{
|
|
1699
|
-
"kind": "field",
|
|
1700
|
-
"name": "formRenderers",
|
|
1701
|
-
"type": {
|
|
1702
|
-
"text": "RendererEntry[]"
|
|
1703
|
-
},
|
|
1704
|
-
"default": "renderers",
|
|
1705
|
-
"description": "Array with renderers used by foundation-forms",
|
|
1706
|
-
"privacy": "public",
|
|
1707
|
-
"inheritedFrom": {
|
|
1708
|
-
"name": "EntityManagement",
|
|
1709
|
-
"module": "src/entities/entities.ts"
|
|
1710
|
-
}
|
|
1711
|
-
},
|
|
1712
|
-
{
|
|
1713
|
-
"kind": "field",
|
|
1714
|
-
"name": "selectedEntity",
|
|
1715
|
-
"type": {
|
|
1716
|
-
"text": "Record<string, unknown>"
|
|
1717
|
-
},
|
|
1718
|
-
"description": "Reference to the currently selected entity from the grid.",
|
|
1719
|
-
"privacy": "public",
|
|
1720
|
-
"inheritedFrom": {
|
|
1721
|
-
"name": "EntityManagement",
|
|
1722
|
-
"module": "src/entities/entities.ts"
|
|
1723
|
-
}
|
|
1724
|
-
},
|
|
1725
|
-
{
|
|
1726
|
-
"kind": "field",
|
|
1727
|
-
"name": "editedEntity",
|
|
1728
|
-
"type": {
|
|
1729
|
-
"text": "Record<string, unknown>"
|
|
1730
|
-
},
|
|
1731
|
-
"description": "Disables the form while enabled to stop the user dispatching a large number of duplicate events",
|
|
1732
|
-
"privacy": "public",
|
|
1733
|
-
"inheritedFrom": {
|
|
1734
|
-
"name": "EntityManagement",
|
|
1735
|
-
"module": "src/entities/entities.ts"
|
|
1736
|
-
}
|
|
1505
|
+
"fieldName": "sizeColumnsToFit"
|
|
1737
1506
|
},
|
|
1738
1507
|
{
|
|
1739
|
-
"
|
|
1740
|
-
"name": "defaultEntityValues",
|
|
1508
|
+
"name": "row-selection",
|
|
1741
1509
|
"type": {
|
|
1742
|
-
"text": "
|
|
1510
|
+
"text": "string"
|
|
1743
1511
|
},
|
|
1744
|
-
"
|
|
1745
|
-
"privacy": "public",
|
|
1746
|
-
"inheritedFrom": {
|
|
1747
|
-
"name": "EntityManagement",
|
|
1748
|
-
"module": "src/entities/entities.ts"
|
|
1749
|
-
}
|
|
1512
|
+
"fieldName": "rowSelection"
|
|
1750
1513
|
},
|
|
1751
1514
|
{
|
|
1752
|
-
"
|
|
1753
|
-
"name": "submitting",
|
|
1515
|
+
"name": "enable-filter-bar",
|
|
1754
1516
|
"type": {
|
|
1755
1517
|
"text": "boolean"
|
|
1756
1518
|
},
|
|
1757
|
-
"
|
|
1758
|
-
"name": "EntityManagement",
|
|
1759
|
-
"module": "src/entities/entities.ts"
|
|
1760
|
-
}
|
|
1761
|
-
},
|
|
1762
|
-
{
|
|
1763
|
-
"kind": "field",
|
|
1764
|
-
"name": "modalFormType",
|
|
1765
|
-
"type": {
|
|
1766
|
-
"text": "ModalFormType"
|
|
1767
|
-
},
|
|
1768
|
-
"description": "The type of form that is currently being displayed in the modal",
|
|
1769
|
-
"inheritedFrom": {
|
|
1770
|
-
"name": "EntityManagement",
|
|
1771
|
-
"module": "src/entities/entities.ts"
|
|
1772
|
-
}
|
|
1519
|
+
"fieldName": "enableFilterBar"
|
|
1773
1520
|
},
|
|
1774
1521
|
{
|
|
1775
|
-
"
|
|
1776
|
-
"name": "editModalVisible",
|
|
1522
|
+
"name": "async-add",
|
|
1777
1523
|
"type": {
|
|
1778
1524
|
"text": "boolean"
|
|
1779
1525
|
},
|
|
1780
1526
|
"default": "false",
|
|
1781
|
-
"
|
|
1782
|
-
"name": "EntityManagement",
|
|
1783
|
-
"module": "src/entities/entities.ts"
|
|
1784
|
-
}
|
|
1785
|
-
},
|
|
1786
|
-
{
|
|
1787
|
-
"kind": "method",
|
|
1788
|
-
"name": "editModalVisibleChanged",
|
|
1789
|
-
"inheritedFrom": {
|
|
1790
|
-
"name": "EntityManagement",
|
|
1791
|
-
"module": "src/entities/entities.ts"
|
|
1792
|
-
}
|
|
1527
|
+
"fieldName": "asyncAdd"
|
|
1793
1528
|
},
|
|
1794
1529
|
{
|
|
1795
|
-
"
|
|
1796
|
-
"name": "editEntityModal",
|
|
1530
|
+
"name": "async-remove",
|
|
1797
1531
|
"type": {
|
|
1798
|
-
"text": "
|
|
1532
|
+
"text": "boolean"
|
|
1799
1533
|
},
|
|
1800
|
-
"
|
|
1801
|
-
"
|
|
1802
|
-
"name": "EntityManagement",
|
|
1803
|
-
"module": "src/entities/entities.ts"
|
|
1804
|
-
}
|
|
1534
|
+
"default": "false",
|
|
1535
|
+
"fieldName": "asyncRemove"
|
|
1805
1536
|
},
|
|
1806
1537
|
{
|
|
1807
|
-
"
|
|
1808
|
-
"name": "sizeColumnsToFit",
|
|
1538
|
+
"name": "async-update",
|
|
1809
1539
|
"type": {
|
|
1810
1540
|
"text": "boolean"
|
|
1811
1541
|
},
|
|
1812
|
-
"
|
|
1813
|
-
|
|
1814
|
-
"module": "src/entities/entities.ts"
|
|
1815
|
-
}
|
|
1542
|
+
"default": "true",
|
|
1543
|
+
"fieldName": "asyncUpdate"
|
|
1816
1544
|
},
|
|
1817
1545
|
{
|
|
1818
|
-
"
|
|
1819
|
-
"name": "enableFilterBar",
|
|
1546
|
+
"name": "enable-cell-flashing",
|
|
1820
1547
|
"type": {
|
|
1821
1548
|
"text": "boolean"
|
|
1822
1549
|
},
|
|
1823
|
-
"
|
|
1824
|
-
|
|
1825
|
-
"module": "src/entities/entities.ts"
|
|
1826
|
-
}
|
|
1550
|
+
"default": "false",
|
|
1551
|
+
"fieldName": "enableCellFlashing"
|
|
1827
1552
|
},
|
|
1828
1553
|
{
|
|
1829
|
-
"
|
|
1830
|
-
"name": "hideEdit",
|
|
1554
|
+
"name": "enable-row-flashing",
|
|
1831
1555
|
"type": {
|
|
1832
1556
|
"text": "boolean"
|
|
1833
1557
|
},
|
|
1834
1558
|
"default": "false",
|
|
1835
|
-
"
|
|
1836
|
-
"name": "EntityManagement",
|
|
1837
|
-
"module": "src/entities/entities.ts"
|
|
1838
|
-
}
|
|
1559
|
+
"fieldName": "enableRowFlashing"
|
|
1839
1560
|
},
|
|
1840
1561
|
{
|
|
1841
|
-
"
|
|
1842
|
-
"name": "hideDelete",
|
|
1562
|
+
"name": "hide-edit",
|
|
1843
1563
|
"type": {
|
|
1844
1564
|
"text": "boolean"
|
|
1845
1565
|
},
|
|
1846
1566
|
"default": "false",
|
|
1847
|
-
"
|
|
1848
|
-
"name": "EntityManagement",
|
|
1849
|
-
"module": "src/entities/entities.ts"
|
|
1850
|
-
}
|
|
1567
|
+
"fieldName": "hideEdit"
|
|
1851
1568
|
},
|
|
1852
1569
|
{
|
|
1853
|
-
"
|
|
1854
|
-
"name": "enableSearchBar",
|
|
1570
|
+
"name": "hide-delete",
|
|
1855
1571
|
"type": {
|
|
1856
1572
|
"text": "boolean"
|
|
1857
1573
|
},
|
|
1858
1574
|
"default": "false",
|
|
1859
|
-
"
|
|
1860
|
-
"privacy": "public",
|
|
1861
|
-
"inheritedFrom": {
|
|
1862
|
-
"name": "EntityManagement",
|
|
1863
|
-
"module": "src/entities/entities.ts"
|
|
1864
|
-
}
|
|
1575
|
+
"fieldName": "hideDelete"
|
|
1865
1576
|
},
|
|
1866
1577
|
{
|
|
1867
|
-
"
|
|
1868
|
-
"name": "headerCaseType",
|
|
1578
|
+
"name": "datasource-type",
|
|
1869
1579
|
"type": {
|
|
1870
|
-
"text": "
|
|
1580
|
+
"text": "DatasourceType"
|
|
1871
1581
|
},
|
|
1872
|
-
"
|
|
1873
|
-
"
|
|
1874
|
-
"inheritedFrom": {
|
|
1875
|
-
"name": "EntityManagement",
|
|
1876
|
-
"module": "src/entities/entities.ts"
|
|
1877
|
-
}
|
|
1582
|
+
"default": "'client'",
|
|
1583
|
+
"fieldName": "datasourceType"
|
|
1878
1584
|
},
|
|
1879
1585
|
{
|
|
1880
|
-
"
|
|
1881
|
-
"name": "searchBarConfig",
|
|
1586
|
+
"name": "header-case-type",
|
|
1882
1587
|
"type": {
|
|
1883
|
-
"text": "
|
|
1588
|
+
"text": "GridProCaseType"
|
|
1884
1589
|
},
|
|
1885
|
-
"
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1590
|
+
"fieldName": "headerCaseType"
|
|
1591
|
+
}
|
|
1592
|
+
],
|
|
1593
|
+
"mixins": [
|
|
1594
|
+
{
|
|
1595
|
+
"name": "LifecycleMixin",
|
|
1596
|
+
"package": "@genesislcap/foundation-utils"
|
|
1597
|
+
}
|
|
1598
|
+
],
|
|
1599
|
+
"superclass": {
|
|
1600
|
+
"name": "FASTElement",
|
|
1601
|
+
"package": "@microsoft/fast-element"
|
|
1602
|
+
},
|
|
1603
|
+
"tagName": "entity-list",
|
|
1604
|
+
"customElement": true
|
|
1605
|
+
}
|
|
1606
|
+
],
|
|
1607
|
+
"exports": [
|
|
1608
|
+
{
|
|
1609
|
+
"kind": "js",
|
|
1610
|
+
"name": "List",
|
|
1611
|
+
"declaration": {
|
|
1612
|
+
"name": "List",
|
|
1613
|
+
"module": "src/list/list.ts"
|
|
1614
|
+
}
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
"kind": "custom-element-definition",
|
|
1618
|
+
"name": "entity-list",
|
|
1619
|
+
"declaration": {
|
|
1620
|
+
"name": "List",
|
|
1621
|
+
"module": "src/list/list.ts"
|
|
1622
|
+
}
|
|
1623
|
+
}
|
|
1624
|
+
]
|
|
1625
|
+
},
|
|
1626
|
+
{
|
|
1627
|
+
"kind": "javascript-module",
|
|
1628
|
+
"path": "src/main/index.ts",
|
|
1629
|
+
"declarations": [],
|
|
1630
|
+
"exports": [
|
|
1631
|
+
{
|
|
1632
|
+
"kind": "js",
|
|
1633
|
+
"name": "*",
|
|
1634
|
+
"declaration": {
|
|
1635
|
+
"name": "*",
|
|
1636
|
+
"package": "./main.template"
|
|
1637
|
+
}
|
|
1638
|
+
},
|
|
1639
|
+
{
|
|
1640
|
+
"kind": "js",
|
|
1641
|
+
"name": "*",
|
|
1642
|
+
"declaration": {
|
|
1643
|
+
"name": "*",
|
|
1644
|
+
"package": "./main"
|
|
1645
|
+
}
|
|
1646
|
+
}
|
|
1647
|
+
]
|
|
1648
|
+
},
|
|
1649
|
+
{
|
|
1650
|
+
"kind": "javascript-module",
|
|
1651
|
+
"path": "src/main/main.styles.ts",
|
|
1652
|
+
"declarations": [
|
|
1653
|
+
{
|
|
1654
|
+
"kind": "variable",
|
|
1655
|
+
"name": "MainStyles",
|
|
1656
|
+
"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`"
|
|
1657
|
+
}
|
|
1658
|
+
],
|
|
1659
|
+
"exports": [
|
|
1660
|
+
{
|
|
1661
|
+
"kind": "js",
|
|
1662
|
+
"name": "MainStyles",
|
|
1663
|
+
"declaration": {
|
|
1664
|
+
"name": "MainStyles",
|
|
1665
|
+
"module": "src/main/main.styles.ts"
|
|
1666
|
+
}
|
|
1667
|
+
}
|
|
1668
|
+
]
|
|
1669
|
+
},
|
|
1670
|
+
{
|
|
1671
|
+
"kind": "javascript-module",
|
|
1672
|
+
"path": "src/main/main.template.ts",
|
|
1673
|
+
"declarations": [],
|
|
1674
|
+
"exports": []
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
"kind": "javascript-module",
|
|
1678
|
+
"path": "src/main/main.ts",
|
|
1679
|
+
"declarations": [
|
|
1680
|
+
{
|
|
1681
|
+
"kind": "class",
|
|
1682
|
+
"description": "",
|
|
1683
|
+
"name": "MainApplication",
|
|
1684
|
+
"members": [
|
|
1890
1685
|
{
|
|
1891
1686
|
"kind": "field",
|
|
1892
|
-
"name": "
|
|
1687
|
+
"name": "config",
|
|
1893
1688
|
"type": {
|
|
1894
|
-
"text": "
|
|
1895
|
-
},
|
|
1896
|
-
"default": "'right'",
|
|
1897
|
-
"description": "Determines where the modal dialog will appear on screen",
|
|
1898
|
-
"privacy": "public",
|
|
1899
|
-
"inheritedFrom": {
|
|
1900
|
-
"name": "EntityManagement",
|
|
1901
|
-
"module": "src/entities/entities.ts"
|
|
1689
|
+
"text": "MainRouterConfig"
|
|
1902
1690
|
}
|
|
1903
1691
|
},
|
|
1904
1692
|
{
|
|
1905
1693
|
"kind": "field",
|
|
1906
|
-
"name": "
|
|
1694
|
+
"name": "connect",
|
|
1907
1695
|
"type": {
|
|
1908
|
-
"text": "
|
|
1909
|
-
},
|
|
1910
|
-
"description": "Determines where the buttons will appear",
|
|
1911
|
-
"privacy": "public",
|
|
1912
|
-
"inheritedFrom": {
|
|
1913
|
-
"name": "EntityManagement",
|
|
1914
|
-
"module": "src/entities/entities.ts"
|
|
1696
|
+
"text": "Connect"
|
|
1915
1697
|
}
|
|
1916
1698
|
},
|
|
1917
1699
|
{
|
|
1918
1700
|
"kind": "field",
|
|
1919
|
-
"name": "
|
|
1701
|
+
"name": "session",
|
|
1920
1702
|
"type": {
|
|
1921
|
-
"text": "
|
|
1922
|
-
},
|
|
1923
|
-
"description": "Determines the style of the buttons",
|
|
1924
|
-
"privacy": "public",
|
|
1925
|
-
"inheritedFrom": {
|
|
1926
|
-
"name": "EntityManagement",
|
|
1927
|
-
"module": "src/entities/entities.ts"
|
|
1703
|
+
"text": "Session"
|
|
1928
1704
|
}
|
|
1929
1705
|
},
|
|
1930
1706
|
{
|
|
1931
1707
|
"kind": "field",
|
|
1932
|
-
"name": "
|
|
1708
|
+
"name": "container",
|
|
1933
1709
|
"type": {
|
|
1934
|
-
"text": "
|
|
1935
|
-
},
|
|
1936
|
-
"default": "'⋮'",
|
|
1937
|
-
"description": "The label of the crud action menu",
|
|
1938
|
-
"inheritedFrom": {
|
|
1939
|
-
"name": "EntityManagement",
|
|
1940
|
-
"module": "src/entities/entities.ts"
|
|
1710
|
+
"text": "Container"
|
|
1941
1711
|
}
|
|
1942
1712
|
},
|
|
1943
1713
|
{
|
|
1944
1714
|
"kind": "field",
|
|
1945
|
-
"name": "
|
|
1946
|
-
"
|
|
1947
|
-
|
|
1948
|
-
"inheritedFrom": {
|
|
1949
|
-
"name": "EntityManagement",
|
|
1950
|
-
"module": "src/entities/entities.ts"
|
|
1715
|
+
"name": "provider",
|
|
1716
|
+
"type": {
|
|
1717
|
+
"text": "HTMLElement"
|
|
1951
1718
|
}
|
|
1952
1719
|
},
|
|
1720
|
+
{
|
|
1721
|
+
"kind": "field",
|
|
1722
|
+
"name": "ready",
|
|
1723
|
+
"type": {
|
|
1724
|
+
"text": "boolean"
|
|
1725
|
+
},
|
|
1726
|
+
"default": "false"
|
|
1727
|
+
},
|
|
1953
1728
|
{
|
|
1954
1729
|
"kind": "method",
|
|
1955
|
-
"name": "
|
|
1730
|
+
"name": "onLuminanceToggle"
|
|
1731
|
+
},
|
|
1732
|
+
{
|
|
1733
|
+
"kind": "method",
|
|
1734
|
+
"name": "loadRemotes"
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
"kind": "method",
|
|
1738
|
+
"name": "selectTemplate"
|
|
1739
|
+
},
|
|
1740
|
+
{
|
|
1741
|
+
"kind": "method",
|
|
1742
|
+
"name": "registerDIDependencies",
|
|
1743
|
+
"privacy": "private"
|
|
1744
|
+
}
|
|
1745
|
+
],
|
|
1746
|
+
"superclass": {
|
|
1747
|
+
"name": "FASTElement",
|
|
1748
|
+
"package": "@microsoft/fast-element"
|
|
1749
|
+
},
|
|
1750
|
+
"customElement": true
|
|
1751
|
+
}
|
|
1752
|
+
],
|
|
1753
|
+
"exports": [
|
|
1754
|
+
{
|
|
1755
|
+
"kind": "js",
|
|
1756
|
+
"name": "MainApplication",
|
|
1757
|
+
"declaration": {
|
|
1758
|
+
"name": "MainApplication",
|
|
1759
|
+
"module": "src/main/main.ts"
|
|
1760
|
+
}
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
"kind": "custom-element-definition",
|
|
1764
|
+
"declaration": {
|
|
1765
|
+
"name": "MainApplication",
|
|
1766
|
+
"module": "src/main/main.ts"
|
|
1767
|
+
}
|
|
1768
|
+
}
|
|
1769
|
+
]
|
|
1770
|
+
},
|
|
1771
|
+
{
|
|
1772
|
+
"kind": "javascript-module",
|
|
1773
|
+
"path": "src/profiles/editProfileSchema.ts",
|
|
1774
|
+
"declarations": [
|
|
1775
|
+
{
|
|
1776
|
+
"kind": "variable",
|
|
1777
|
+
"name": "editProfileFormSchema",
|
|
1778
|
+
"type": {
|
|
1779
|
+
"text": "UiSchema"
|
|
1780
|
+
},
|
|
1781
|
+
"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}"
|
|
1782
|
+
}
|
|
1783
|
+
],
|
|
1784
|
+
"exports": [
|
|
1785
|
+
{
|
|
1786
|
+
"kind": "js",
|
|
1787
|
+
"name": "editProfileFormSchema",
|
|
1788
|
+
"declaration": {
|
|
1789
|
+
"name": "editProfileFormSchema",
|
|
1790
|
+
"module": "src/profiles/editProfileSchema.ts"
|
|
1791
|
+
}
|
|
1792
|
+
}
|
|
1793
|
+
]
|
|
1794
|
+
},
|
|
1795
|
+
{
|
|
1796
|
+
"kind": "javascript-module",
|
|
1797
|
+
"path": "src/profiles/profiles.ts",
|
|
1798
|
+
"declarations": [
|
|
1799
|
+
{
|
|
1800
|
+
"kind": "class",
|
|
1801
|
+
"description": "Main class which defined the profile management functionality",
|
|
1802
|
+
"name": "Profiles",
|
|
1803
|
+
"members": [
|
|
1804
|
+
{
|
|
1805
|
+
"kind": "method",
|
|
1806
|
+
"name": "readProfileData",
|
|
1956
1807
|
"privacy": "public",
|
|
1957
1808
|
"parameters": [
|
|
1958
1809
|
{
|
|
1959
|
-
"name": "
|
|
1960
|
-
"type": {
|
|
1961
|
-
"text": "CrudAction | ModalFormType"
|
|
1962
|
-
},
|
|
1963
|
-
"description": "The crud action or modal form type"
|
|
1810
|
+
"name": "profile"
|
|
1964
1811
|
}
|
|
1965
|
-
]
|
|
1966
|
-
"description": "The helper function to determine the title of the modal form or button based on the action or type",
|
|
1967
|
-
"inheritedFrom": {
|
|
1968
|
-
"name": "EntityManagement",
|
|
1969
|
-
"module": "src/entities/entities.ts"
|
|
1970
|
-
}
|
|
1812
|
+
]
|
|
1971
1813
|
},
|
|
1972
1814
|
{
|
|
1973
|
-
"kind": "
|
|
1974
|
-
"name": "
|
|
1975
|
-
"description": "Getter for the title of the modal form",
|
|
1976
|
-
"readonly": true,
|
|
1815
|
+
"kind": "method",
|
|
1816
|
+
"name": "confirmDelete",
|
|
1977
1817
|
"inheritedFrom": {
|
|
1978
1818
|
"name": "EntityManagement",
|
|
1979
1819
|
"module": "src/entities/entities.ts"
|
|
@@ -1981,12 +1821,12 @@
|
|
|
1981
1821
|
},
|
|
1982
1822
|
{
|
|
1983
1823
|
"kind": "field",
|
|
1984
|
-
"name": "
|
|
1824
|
+
"name": "createEvent",
|
|
1985
1825
|
"type": {
|
|
1986
|
-
"text": "
|
|
1826
|
+
"text": "string"
|
|
1987
1827
|
},
|
|
1988
|
-
"description": "
|
|
1989
|
-
"
|
|
1828
|
+
"description": "Name of the event handler on the Genesis server which handles creating an entity",
|
|
1829
|
+
"privacy": "public",
|
|
1990
1830
|
"inheritedFrom": {
|
|
1991
1831
|
"name": "EntityManagement",
|
|
1992
1832
|
"module": "src/entities/entities.ts"
|
|
@@ -1994,12 +1834,12 @@
|
|
|
1994
1834
|
},
|
|
1995
1835
|
{
|
|
1996
1836
|
"kind": "field",
|
|
1997
|
-
"name": "
|
|
1837
|
+
"name": "deleteEvent",
|
|
1998
1838
|
"type": {
|
|
1999
|
-
"text": "
|
|
1839
|
+
"text": "string"
|
|
2000
1840
|
},
|
|
2001
|
-
"description": "
|
|
2002
|
-
"
|
|
1841
|
+
"description": "Name of the event handler on the Genesis server which handles deleting the entity",
|
|
1842
|
+
"privacy": "public",
|
|
2003
1843
|
"inheritedFrom": {
|
|
2004
1844
|
"name": "EntityManagement",
|
|
2005
1845
|
"module": "src/entities/entities.ts"
|
|
@@ -2007,96 +1847,89 @@
|
|
|
2007
1847
|
},
|
|
2008
1848
|
{
|
|
2009
1849
|
"kind": "field",
|
|
2010
|
-
"name": "
|
|
1850
|
+
"name": "updateEvent",
|
|
2011
1851
|
"type": {
|
|
2012
|
-
"text": "
|
|
1852
|
+
"text": "string"
|
|
2013
1853
|
},
|
|
2014
|
-
"description": "
|
|
2015
|
-
"
|
|
1854
|
+
"description": "Name of the event handler on the Genesis server which handles updating the entity",
|
|
1855
|
+
"privacy": "public",
|
|
2016
1856
|
"inheritedFrom": {
|
|
2017
1857
|
"name": "EntityManagement",
|
|
2018
1858
|
"module": "src/entities/entities.ts"
|
|
2019
1859
|
}
|
|
2020
1860
|
},
|
|
2021
1861
|
{
|
|
2022
|
-
"kind": "
|
|
2023
|
-
"name": "
|
|
1862
|
+
"kind": "field",
|
|
1863
|
+
"name": "persistColumnStateKey",
|
|
1864
|
+
"type": {
|
|
1865
|
+
"text": "string"
|
|
1866
|
+
},
|
|
1867
|
+
"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.",
|
|
2024
1868
|
"privacy": "public",
|
|
2025
|
-
"
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
1869
|
+
"default": "'entity_profiles_management'",
|
|
1870
|
+
"inheritedFrom": {
|
|
1871
|
+
"name": "EntityManagement",
|
|
1872
|
+
"module": "src/entities/entities.ts"
|
|
1873
|
+
}
|
|
1874
|
+
},
|
|
1875
|
+
{
|
|
1876
|
+
"kind": "field",
|
|
1877
|
+
"name": "updateFormUiSchema",
|
|
1878
|
+
"type": {
|
|
1879
|
+
"text": "UiSchema"
|
|
2029
1880
|
},
|
|
2030
|
-
"
|
|
2031
|
-
{
|
|
2032
|
-
"name": "slotName",
|
|
2033
|
-
"type": {
|
|
2034
|
-
"text": "string"
|
|
2035
|
-
},
|
|
2036
|
-
"description": "The name of the slot to check."
|
|
2037
|
-
}
|
|
2038
|
-
],
|
|
2039
|
-
"description": "Checks if a slot contains any content.",
|
|
1881
|
+
"default": "editProfileFormSchema",
|
|
2040
1882
|
"inheritedFrom": {
|
|
2041
1883
|
"name": "EntityManagement",
|
|
2042
1884
|
"module": "src/entities/entities.ts"
|
|
2043
1885
|
}
|
|
2044
1886
|
},
|
|
2045
1887
|
{
|
|
2046
|
-
"kind": "
|
|
2047
|
-
"name": "
|
|
2048
|
-
"
|
|
2049
|
-
"
|
|
2050
|
-
"text": "Node"
|
|
2051
|
-
}
|
|
1888
|
+
"kind": "field",
|
|
1889
|
+
"name": "createFormUiSchema",
|
|
1890
|
+
"type": {
|
|
1891
|
+
"text": "UiSchema"
|
|
2052
1892
|
},
|
|
2053
|
-
"
|
|
2054
|
-
"privacy": "public",
|
|
1893
|
+
"default": "editProfileFormSchema",
|
|
2055
1894
|
"inheritedFrom": {
|
|
2056
1895
|
"name": "EntityManagement",
|
|
2057
1896
|
"module": "src/entities/entities.ts"
|
|
2058
1897
|
}
|
|
2059
1898
|
},
|
|
2060
1899
|
{
|
|
2061
|
-
"kind": "
|
|
2062
|
-
"name": "
|
|
2063
|
-
"
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
"name": "e",
|
|
2067
|
-
"type": {
|
|
2068
|
-
"text": "CustomEvent"
|
|
2069
|
-
},
|
|
2070
|
-
"description": "CustomEvent which contains the payload for the entity to submit to the backend\n\nEmits an event upon error"
|
|
2071
|
-
}
|
|
2072
|
-
],
|
|
2073
|
-
"description": "Event handler for when the user submits the action for the currently open form, either editing or adding the entity",
|
|
1900
|
+
"kind": "field",
|
|
1901
|
+
"name": "readEventFn",
|
|
1902
|
+
"type": {
|
|
1903
|
+
"text": "(...args) => {}"
|
|
1904
|
+
},
|
|
2074
1905
|
"inheritedFrom": {
|
|
2075
1906
|
"name": "EntityManagement",
|
|
2076
1907
|
"module": "src/entities/entities.ts"
|
|
2077
1908
|
}
|
|
2078
1909
|
},
|
|
2079
1910
|
{
|
|
2080
|
-
"kind": "
|
|
2081
|
-
"name": "
|
|
2082
|
-
"
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
}
|
|
2089
|
-
}
|
|
2090
|
-
],
|
|
1911
|
+
"kind": "field",
|
|
1912
|
+
"name": "resourceName",
|
|
1913
|
+
"type": {
|
|
1914
|
+
"text": "string"
|
|
1915
|
+
},
|
|
1916
|
+
"description": "Name of the backend resource which contain the entities to manage",
|
|
1917
|
+
"privacy": "public",
|
|
1918
|
+
"default": "'ALL_PROFILES'",
|
|
2091
1919
|
"inheritedFrom": {
|
|
2092
1920
|
"name": "EntityManagement",
|
|
2093
1921
|
"module": "src/entities/entities.ts"
|
|
2094
1922
|
}
|
|
2095
1923
|
},
|
|
2096
1924
|
{
|
|
2097
|
-
"kind": "
|
|
2098
|
-
"name": "
|
|
1925
|
+
"kind": "field",
|
|
1926
|
+
"name": "title",
|
|
1927
|
+
"type": {
|
|
1928
|
+
"text": "string"
|
|
1929
|
+
},
|
|
1930
|
+
"description": "Title of the grid",
|
|
2099
1931
|
"privacy": "public",
|
|
1932
|
+
"default": "'Profile Management'",
|
|
2100
1933
|
"inheritedFrom": {
|
|
2101
1934
|
"name": "EntityManagement",
|
|
2102
1935
|
"module": "src/entities/entities.ts"
|
|
@@ -2104,8 +1937,13 @@
|
|
|
2104
1937
|
},
|
|
2105
1938
|
{
|
|
2106
1939
|
"kind": "field",
|
|
2107
|
-
"name": "
|
|
2108
|
-
"
|
|
1940
|
+
"name": "entityLabel",
|
|
1941
|
+
"type": {
|
|
1942
|
+
"text": "string"
|
|
1943
|
+
},
|
|
1944
|
+
"description": "Label for the entity which has usages such as being shown in the title of the modal wen editing the entity",
|
|
1945
|
+
"privacy": "public",
|
|
1946
|
+
"default": "'Profile'",
|
|
2109
1947
|
"inheritedFrom": {
|
|
2110
1948
|
"name": "EntityManagement",
|
|
2111
1949
|
"module": "src/entities/entities.ts"
|
|
@@ -2113,1019 +1951,1181 @@
|
|
|
2113
1951
|
},
|
|
2114
1952
|
{
|
|
2115
1953
|
"kind": "field",
|
|
2116
|
-
"name": "
|
|
1954
|
+
"name": "connect",
|
|
2117
1955
|
"type": {
|
|
2118
|
-
"text": "
|
|
1956
|
+
"text": "Connect"
|
|
2119
1957
|
},
|
|
2120
|
-
"
|
|
1958
|
+
"privacy": "protected",
|
|
1959
|
+
"description": "DI connect object which is used to interact with the backend.",
|
|
2121
1960
|
"inheritedFrom": {
|
|
2122
1961
|
"name": "EntityManagement",
|
|
2123
1962
|
"module": "src/entities/entities.ts"
|
|
2124
1963
|
}
|
|
2125
1964
|
},
|
|
2126
1965
|
{
|
|
2127
|
-
"kind": "
|
|
2128
|
-
"name": "
|
|
1966
|
+
"kind": "field",
|
|
1967
|
+
"name": "prefix",
|
|
1968
|
+
"type": {
|
|
1969
|
+
"text": "string"
|
|
1970
|
+
},
|
|
1971
|
+
"default": "'zero'",
|
|
1972
|
+
"description": "Name of the design system prefix that will be used in renderers.",
|
|
2129
1973
|
"privacy": "public",
|
|
2130
|
-
"parameters": [
|
|
2131
|
-
{
|
|
2132
|
-
"name": "event",
|
|
2133
|
-
"type": {
|
|
2134
|
-
"text": "CustomEvent<Array<SelectedOption>>"
|
|
2135
|
-
}
|
|
2136
|
-
}
|
|
2137
|
-
],
|
|
2138
1974
|
"inheritedFrom": {
|
|
2139
1975
|
"name": "EntityManagement",
|
|
2140
1976
|
"module": "src/entities/entities.ts"
|
|
2141
1977
|
}
|
|
2142
1978
|
},
|
|
2143
1979
|
{
|
|
2144
|
-
"kind": "
|
|
2145
|
-
"name": "
|
|
2146
|
-
"
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
"type": {
|
|
2150
|
-
"text": "SelectedOption<string>[]"
|
|
2151
|
-
}
|
|
2152
|
-
}
|
|
2153
|
-
],
|
|
1980
|
+
"kind": "field",
|
|
1981
|
+
"name": "readEvent",
|
|
1982
|
+
"type": {
|
|
1983
|
+
"text": "string"
|
|
1984
|
+
},
|
|
2154
1985
|
"inheritedFrom": {
|
|
2155
1986
|
"name": "EntityManagement",
|
|
2156
1987
|
"module": "src/entities/entities.ts"
|
|
2157
1988
|
}
|
|
2158
1989
|
},
|
|
2159
1990
|
{
|
|
2160
|
-
"kind": "
|
|
2161
|
-
"name": "
|
|
2162
|
-
"
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
"type": {
|
|
2166
|
-
"text": "SelectedOption<string>[]"
|
|
2167
|
-
}
|
|
2168
|
-
}
|
|
2169
|
-
],
|
|
1991
|
+
"kind": "field",
|
|
1992
|
+
"name": "readonly",
|
|
1993
|
+
"type": {
|
|
1994
|
+
"text": "boolean"
|
|
1995
|
+
},
|
|
2170
1996
|
"inheritedFrom": {
|
|
2171
1997
|
"name": "EntityManagement",
|
|
2172
1998
|
"module": "src/entities/entities.ts"
|
|
2173
1999
|
}
|
|
2174
2000
|
},
|
|
2175
2001
|
{
|
|
2176
|
-
"kind": "
|
|
2177
|
-
"name": "
|
|
2002
|
+
"kind": "field",
|
|
2003
|
+
"name": "asyncAdd",
|
|
2004
|
+
"type": {
|
|
2005
|
+
"text": "boolean"
|
|
2006
|
+
},
|
|
2007
|
+
"default": "false",
|
|
2008
|
+
"description": "Whether to use the `applyTransactionAsync` function for *add* transactions",
|
|
2178
2009
|
"privacy": "public",
|
|
2179
|
-
"parameters": [
|
|
2180
|
-
{
|
|
2181
|
-
"name": "e",
|
|
2182
|
-
"type": {
|
|
2183
|
-
"text": "CustomEvent<string>"
|
|
2184
|
-
}
|
|
2185
|
-
}
|
|
2186
|
-
],
|
|
2187
2010
|
"inheritedFrom": {
|
|
2188
2011
|
"name": "EntityManagement",
|
|
2189
2012
|
"module": "src/entities/entities.ts"
|
|
2190
2013
|
}
|
|
2191
2014
|
},
|
|
2192
2015
|
{
|
|
2193
|
-
"kind": "
|
|
2194
|
-
"name": "
|
|
2016
|
+
"kind": "field",
|
|
2017
|
+
"name": "asyncRemove",
|
|
2018
|
+
"type": {
|
|
2019
|
+
"text": "boolean"
|
|
2020
|
+
},
|
|
2021
|
+
"default": "false",
|
|
2022
|
+
"description": "Whether to use the `applyTransactionAsync` function for *remove* transactions",
|
|
2195
2023
|
"privacy": "public",
|
|
2196
|
-
"parameters": [
|
|
2197
|
-
{
|
|
2198
|
-
"name": "e",
|
|
2199
|
-
"type": {
|
|
2200
|
-
"text": "CustomEvent<string>"
|
|
2201
|
-
}
|
|
2202
|
-
}
|
|
2203
|
-
],
|
|
2204
2024
|
"inheritedFrom": {
|
|
2205
2025
|
"name": "EntityManagement",
|
|
2206
2026
|
"module": "src/entities/entities.ts"
|
|
2207
2027
|
}
|
|
2208
2028
|
},
|
|
2209
2029
|
{
|
|
2210
|
-
"kind": "
|
|
2211
|
-
"name": "
|
|
2030
|
+
"kind": "field",
|
|
2031
|
+
"name": "asyncUpdate",
|
|
2032
|
+
"type": {
|
|
2033
|
+
"text": "boolean"
|
|
2034
|
+
},
|
|
2035
|
+
"default": "true",
|
|
2036
|
+
"description": "Whether to use the `applyTransactionAsync` function for *update* transactions",
|
|
2212
2037
|
"privacy": "public",
|
|
2213
|
-
"parameters": [
|
|
2214
|
-
{
|
|
2215
|
-
"name": "e",
|
|
2216
|
-
"type": {
|
|
2217
|
-
"text": "CustomEvent"
|
|
2218
|
-
}
|
|
2219
|
-
}
|
|
2220
|
-
],
|
|
2221
2038
|
"inheritedFrom": {
|
|
2222
2039
|
"name": "EntityManagement",
|
|
2223
2040
|
"module": "src/entities/entities.ts"
|
|
2224
2041
|
}
|
|
2225
2042
|
},
|
|
2226
2043
|
{
|
|
2227
|
-
"kind": "
|
|
2228
|
-
"name": "
|
|
2229
|
-
"
|
|
2044
|
+
"kind": "field",
|
|
2045
|
+
"name": "rowSelection",
|
|
2046
|
+
"type": {
|
|
2047
|
+
"text": "string"
|
|
2048
|
+
},
|
|
2049
|
+
"default": "'single'",
|
|
2050
|
+
"description": "This attribute allows you to change row-selection to 'single' or 'multiple' which will allow you to select single or multiple rows.",
|
|
2051
|
+
"privacy": "public",
|
|
2230
2052
|
"inheritedFrom": {
|
|
2231
2053
|
"name": "EntityManagement",
|
|
2232
2054
|
"module": "src/entities/entities.ts"
|
|
2233
2055
|
}
|
|
2234
2056
|
},
|
|
2235
2057
|
{
|
|
2236
|
-
"kind": "
|
|
2237
|
-
"name": "
|
|
2058
|
+
"kind": "field",
|
|
2059
|
+
"name": "enableCellFlashing",
|
|
2060
|
+
"type": {
|
|
2061
|
+
"text": "boolean"
|
|
2062
|
+
},
|
|
2063
|
+
"default": "false",
|
|
2064
|
+
"description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
|
|
2238
2065
|
"privacy": "public",
|
|
2239
|
-
"parameters": [
|
|
2240
|
-
{
|
|
2241
|
-
"name": "action",
|
|
2242
|
-
"type": {
|
|
2243
|
-
"text": "'create' | 'edit' | 'delete'"
|
|
2244
|
-
},
|
|
2245
|
-
"description": "the action to emit"
|
|
2246
|
-
}
|
|
2247
|
-
],
|
|
2248
|
-
"description": "Emit the CRUD event for the selected entity",
|
|
2249
2066
|
"inheritedFrom": {
|
|
2250
2067
|
"name": "EntityManagement",
|
|
2251
2068
|
"module": "src/entities/entities.ts"
|
|
2252
2069
|
}
|
|
2253
2070
|
},
|
|
2254
2071
|
{
|
|
2255
|
-
"kind": "
|
|
2256
|
-
"name": "
|
|
2257
|
-
"privacy": "public",
|
|
2258
|
-
"parameters": [
|
|
2259
|
-
{
|
|
2260
|
-
"name": "event",
|
|
2261
|
-
"type": {
|
|
2262
|
-
"text": "CustomEvent<SelectionChangedEvent>"
|
|
2263
|
-
}
|
|
2264
|
-
}
|
|
2265
|
-
],
|
|
2266
|
-
"description": "The event handler for when the selection changes in the grid.",
|
|
2267
|
-
"inheritedFrom": {
|
|
2268
|
-
"name": "EntityManagement",
|
|
2269
|
-
"module": "src/entities/entities.ts"
|
|
2270
|
-
}
|
|
2271
|
-
}
|
|
2272
|
-
],
|
|
2273
|
-
"superclass": {
|
|
2274
|
-
"name": "EntityManagement",
|
|
2275
|
-
"module": "/src/entities"
|
|
2276
|
-
},
|
|
2277
|
-
"deprecated": "- Use '\\@genesislcap/pbc-auth' instead. 'https://www.npmjs.com/package/\\@genesislcap/pbc-auth'",
|
|
2278
|
-
"tagName": "profile-management",
|
|
2279
|
-
"customElement": true,
|
|
2280
|
-
"attributes": [
|
|
2281
|
-
{
|
|
2282
|
-
"name": "design-system-prefix",
|
|
2283
|
-
"type": {
|
|
2284
|
-
"text": "string"
|
|
2285
|
-
},
|
|
2286
|
-
"default": "'zero'",
|
|
2287
|
-
"description": "Name of the design system prefix that will be used in renderers.",
|
|
2288
|
-
"fieldName": "prefix",
|
|
2289
|
-
"inheritedFrom": {
|
|
2290
|
-
"name": "EntityManagement",
|
|
2291
|
-
"module": "src/entities/entities.ts"
|
|
2292
|
-
}
|
|
2293
|
-
},
|
|
2294
|
-
{
|
|
2295
|
-
"name": "resourceName",
|
|
2072
|
+
"kind": "field",
|
|
2073
|
+
"name": "enableRowFlashing",
|
|
2296
2074
|
"type": {
|
|
2297
|
-
"text": "
|
|
2075
|
+
"text": "boolean"
|
|
2298
2076
|
},
|
|
2299
|
-
"
|
|
2300
|
-
"
|
|
2077
|
+
"default": "false",
|
|
2078
|
+
"description": "If true, will enable row flashing for all rows for `add` transactions",
|
|
2079
|
+
"privacy": "public",
|
|
2301
2080
|
"inheritedFrom": {
|
|
2302
2081
|
"name": "EntityManagement",
|
|
2303
2082
|
"module": "src/entities/entities.ts"
|
|
2304
2083
|
}
|
|
2305
2084
|
},
|
|
2306
2085
|
{
|
|
2307
|
-
"
|
|
2086
|
+
"kind": "field",
|
|
2087
|
+
"name": "datasourceType",
|
|
2308
2088
|
"type": {
|
|
2309
|
-
"text": "
|
|
2089
|
+
"text": "DatasourceType"
|
|
2310
2090
|
},
|
|
2311
|
-
"
|
|
2091
|
+
"default": "'client'",
|
|
2092
|
+
"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.",
|
|
2093
|
+
"privacy": "public",
|
|
2312
2094
|
"inheritedFrom": {
|
|
2313
2095
|
"name": "EntityManagement",
|
|
2314
2096
|
"module": "src/entities/entities.ts"
|
|
2315
2097
|
}
|
|
2316
2098
|
},
|
|
2317
2099
|
{
|
|
2100
|
+
"kind": "field",
|
|
2101
|
+
"name": "gridOptions",
|
|
2318
2102
|
"type": {
|
|
2319
|
-
"text": "
|
|
2103
|
+
"text": "GridOptions"
|
|
2320
2104
|
},
|
|
2321
|
-
"
|
|
2105
|
+
"description": "GridOptions to be passed down from application",
|
|
2106
|
+
"privacy": "public",
|
|
2322
2107
|
"inheritedFrom": {
|
|
2323
2108
|
"name": "EntityManagement",
|
|
2324
2109
|
"module": "src/entities/entities.ts"
|
|
2325
2110
|
}
|
|
2326
2111
|
},
|
|
2327
2112
|
{
|
|
2328
|
-
"
|
|
2113
|
+
"kind": "field",
|
|
2114
|
+
"name": "columns",
|
|
2329
2115
|
"type": {
|
|
2330
|
-
"text": "
|
|
2116
|
+
"text": "ColDef[]"
|
|
2331
2117
|
},
|
|
2332
|
-
"description": "
|
|
2333
|
-
"
|
|
2118
|
+
"description": "Array which holds the column definitions.",
|
|
2119
|
+
"privacy": "public",
|
|
2334
2120
|
"inheritedFrom": {
|
|
2335
2121
|
"name": "EntityManagement",
|
|
2336
2122
|
"module": "src/entities/entities.ts"
|
|
2337
2123
|
}
|
|
2338
2124
|
},
|
|
2339
2125
|
{
|
|
2340
|
-
"
|
|
2126
|
+
"kind": "field",
|
|
2127
|
+
"name": "datasourceConfig",
|
|
2341
2128
|
"type": {
|
|
2342
|
-
"text": "
|
|
2129
|
+
"text": "DatasourceConfiguration"
|
|
2343
2130
|
},
|
|
2344
|
-
"description": "
|
|
2345
|
-
"
|
|
2131
|
+
"description": "The configuration which is used when interacting with the resource on the backend",
|
|
2132
|
+
"privacy": "public",
|
|
2346
2133
|
"inheritedFrom": {
|
|
2347
2134
|
"name": "EntityManagement",
|
|
2348
2135
|
"module": "src/entities/entities.ts"
|
|
2349
2136
|
}
|
|
2350
2137
|
},
|
|
2351
2138
|
{
|
|
2352
|
-
"
|
|
2139
|
+
"kind": "field",
|
|
2140
|
+
"name": "formUiSchema",
|
|
2353
2141
|
"type": {
|
|
2354
|
-
"text": "
|
|
2142
|
+
"text": "UiSchema"
|
|
2355
2143
|
},
|
|
2356
|
-
"description": "Name of the event handler on the Genesis server which handles creating an entity",
|
|
2357
|
-
"fieldName": "createEvent",
|
|
2358
2144
|
"inheritedFrom": {
|
|
2359
2145
|
"name": "EntityManagement",
|
|
2360
2146
|
"module": "src/entities/entities.ts"
|
|
2361
2147
|
}
|
|
2362
2148
|
},
|
|
2363
2149
|
{
|
|
2364
|
-
"
|
|
2150
|
+
"kind": "field",
|
|
2151
|
+
"name": "formRenderers",
|
|
2365
2152
|
"type": {
|
|
2366
|
-
"text": "
|
|
2153
|
+
"text": "RendererEntry[]"
|
|
2367
2154
|
},
|
|
2368
|
-
"
|
|
2369
|
-
"
|
|
2155
|
+
"default": "renderers",
|
|
2156
|
+
"description": "Array with renderers used by foundation-forms",
|
|
2157
|
+
"privacy": "public",
|
|
2370
2158
|
"inheritedFrom": {
|
|
2371
2159
|
"name": "EntityManagement",
|
|
2372
2160
|
"module": "src/entities/entities.ts"
|
|
2373
2161
|
}
|
|
2374
2162
|
},
|
|
2375
2163
|
{
|
|
2376
|
-
"
|
|
2164
|
+
"kind": "field",
|
|
2165
|
+
"name": "selectedEntity",
|
|
2377
2166
|
"type": {
|
|
2378
|
-
"text": "string"
|
|
2167
|
+
"text": "Record<string, unknown>"
|
|
2379
2168
|
},
|
|
2380
|
-
"description": "
|
|
2381
|
-
"
|
|
2169
|
+
"description": "Reference to the currently selected entity from the grid.",
|
|
2170
|
+
"privacy": "public",
|
|
2382
2171
|
"inheritedFrom": {
|
|
2383
2172
|
"name": "EntityManagement",
|
|
2384
2173
|
"module": "src/entities/entities.ts"
|
|
2385
2174
|
}
|
|
2386
2175
|
},
|
|
2387
2176
|
{
|
|
2388
|
-
"
|
|
2177
|
+
"kind": "field",
|
|
2178
|
+
"name": "editedEntity",
|
|
2389
2179
|
"type": {
|
|
2390
|
-
"text": "
|
|
2180
|
+
"text": "Record<string, unknown>"
|
|
2391
2181
|
},
|
|
2392
|
-
"
|
|
2393
|
-
"
|
|
2394
|
-
"fieldName": "asyncAdd",
|
|
2182
|
+
"description": "Disables the form while enabled to stop the user dispatching a large number of duplicate events",
|
|
2183
|
+
"privacy": "public",
|
|
2395
2184
|
"inheritedFrom": {
|
|
2396
2185
|
"name": "EntityManagement",
|
|
2397
2186
|
"module": "src/entities/entities.ts"
|
|
2398
2187
|
}
|
|
2399
2188
|
},
|
|
2400
2189
|
{
|
|
2401
|
-
"
|
|
2190
|
+
"kind": "field",
|
|
2191
|
+
"name": "defaultEntityValues",
|
|
2402
2192
|
"type": {
|
|
2403
|
-
"text": "
|
|
2193
|
+
"text": "Record<string, unknown>"
|
|
2404
2194
|
},
|
|
2405
|
-
"
|
|
2406
|
-
"
|
|
2407
|
-
"fieldName": "asyncRemove",
|
|
2195
|
+
"description": "The default values to populate the form with when the user is adding an entity",
|
|
2196
|
+
"privacy": "public",
|
|
2408
2197
|
"inheritedFrom": {
|
|
2409
2198
|
"name": "EntityManagement",
|
|
2410
2199
|
"module": "src/entities/entities.ts"
|
|
2411
2200
|
}
|
|
2412
2201
|
},
|
|
2413
2202
|
{
|
|
2414
|
-
"
|
|
2203
|
+
"kind": "field",
|
|
2204
|
+
"name": "submitting",
|
|
2415
2205
|
"type": {
|
|
2416
2206
|
"text": "boolean"
|
|
2417
2207
|
},
|
|
2418
|
-
"default": "true",
|
|
2419
|
-
"description": "Whether to use the `applyTransactionAsync` function for *update* transactions",
|
|
2420
|
-
"fieldName": "asyncUpdate",
|
|
2421
2208
|
"inheritedFrom": {
|
|
2422
2209
|
"name": "EntityManagement",
|
|
2423
2210
|
"module": "src/entities/entities.ts"
|
|
2424
2211
|
}
|
|
2425
2212
|
},
|
|
2426
2213
|
{
|
|
2427
|
-
"
|
|
2214
|
+
"kind": "field",
|
|
2215
|
+
"name": "modalFormType",
|
|
2428
2216
|
"type": {
|
|
2429
|
-
"text": "
|
|
2217
|
+
"text": "ModalFormType"
|
|
2430
2218
|
},
|
|
2431
|
-
"
|
|
2432
|
-
"description": "This attribute allows you to change row-selection to 'single' or 'multiple' which will allow you to select single or multiple rows.",
|
|
2433
|
-
"fieldName": "rowSelection",
|
|
2219
|
+
"description": "The type of form that is currently being displayed in the modal",
|
|
2434
2220
|
"inheritedFrom": {
|
|
2435
2221
|
"name": "EntityManagement",
|
|
2436
2222
|
"module": "src/entities/entities.ts"
|
|
2437
2223
|
}
|
|
2438
2224
|
},
|
|
2439
2225
|
{
|
|
2440
|
-
"
|
|
2226
|
+
"kind": "field",
|
|
2227
|
+
"name": "editModalVisible",
|
|
2441
2228
|
"type": {
|
|
2442
2229
|
"text": "boolean"
|
|
2443
2230
|
},
|
|
2444
2231
|
"default": "false",
|
|
2445
|
-
"description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
|
|
2446
|
-
"fieldName": "enableCellFlashing",
|
|
2447
2232
|
"inheritedFrom": {
|
|
2448
2233
|
"name": "EntityManagement",
|
|
2449
2234
|
"module": "src/entities/entities.ts"
|
|
2450
2235
|
}
|
|
2451
2236
|
},
|
|
2452
2237
|
{
|
|
2453
|
-
"
|
|
2454
|
-
"
|
|
2455
|
-
"text": "boolean"
|
|
2456
|
-
},
|
|
2457
|
-
"default": "false",
|
|
2458
|
-
"description": "If true, will enable row flashing for all rows for `add` transactions",
|
|
2459
|
-
"fieldName": "enableRowFlashing",
|
|
2238
|
+
"kind": "method",
|
|
2239
|
+
"name": "editModalVisibleChanged",
|
|
2460
2240
|
"inheritedFrom": {
|
|
2461
2241
|
"name": "EntityManagement",
|
|
2462
2242
|
"module": "src/entities/entities.ts"
|
|
2463
2243
|
}
|
|
2464
2244
|
},
|
|
2465
2245
|
{
|
|
2466
|
-
"
|
|
2246
|
+
"kind": "field",
|
|
2247
|
+
"name": "editEntityModal",
|
|
2467
2248
|
"type": {
|
|
2468
|
-
"text": "
|
|
2249
|
+
"text": "Modal"
|
|
2469
2250
|
},
|
|
2470
|
-
"
|
|
2471
|
-
"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.",
|
|
2472
|
-
"fieldName": "datasourceType",
|
|
2251
|
+
"privacy": "public",
|
|
2473
2252
|
"inheritedFrom": {
|
|
2474
2253
|
"name": "EntityManagement",
|
|
2475
2254
|
"module": "src/entities/entities.ts"
|
|
2476
2255
|
}
|
|
2477
2256
|
},
|
|
2478
2257
|
{
|
|
2479
|
-
"
|
|
2258
|
+
"kind": "field",
|
|
2259
|
+
"name": "sizeColumnsToFit",
|
|
2480
2260
|
"type": {
|
|
2481
|
-
"text": "
|
|
2261
|
+
"text": "boolean"
|
|
2482
2262
|
},
|
|
2483
|
-
"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.",
|
|
2484
|
-
"fieldName": "persistColumnStateKey",
|
|
2485
2263
|
"inheritedFrom": {
|
|
2486
2264
|
"name": "EntityManagement",
|
|
2487
2265
|
"module": "src/entities/entities.ts"
|
|
2488
2266
|
}
|
|
2489
2267
|
},
|
|
2490
2268
|
{
|
|
2491
|
-
"
|
|
2269
|
+
"kind": "field",
|
|
2270
|
+
"name": "enableFilterBar",
|
|
2492
2271
|
"type": {
|
|
2493
2272
|
"text": "boolean"
|
|
2494
2273
|
},
|
|
2495
|
-
"fieldName": "sizeColumnsToFit",
|
|
2496
2274
|
"inheritedFrom": {
|
|
2497
2275
|
"name": "EntityManagement",
|
|
2498
2276
|
"module": "src/entities/entities.ts"
|
|
2499
2277
|
}
|
|
2500
2278
|
},
|
|
2501
2279
|
{
|
|
2502
|
-
"
|
|
2280
|
+
"kind": "field",
|
|
2281
|
+
"name": "hideEdit",
|
|
2503
2282
|
"type": {
|
|
2504
2283
|
"text": "boolean"
|
|
2505
2284
|
},
|
|
2506
|
-
"
|
|
2285
|
+
"default": "false",
|
|
2507
2286
|
"inheritedFrom": {
|
|
2508
2287
|
"name": "EntityManagement",
|
|
2509
2288
|
"module": "src/entities/entities.ts"
|
|
2510
2289
|
}
|
|
2511
2290
|
},
|
|
2512
2291
|
{
|
|
2513
|
-
"
|
|
2292
|
+
"kind": "field",
|
|
2293
|
+
"name": "hideDelete",
|
|
2514
2294
|
"type": {
|
|
2515
2295
|
"text": "boolean"
|
|
2516
2296
|
},
|
|
2517
2297
|
"default": "false",
|
|
2518
|
-
"fieldName": "hideEdit",
|
|
2519
2298
|
"inheritedFrom": {
|
|
2520
2299
|
"name": "EntityManagement",
|
|
2521
2300
|
"module": "src/entities/entities.ts"
|
|
2522
2301
|
}
|
|
2523
2302
|
},
|
|
2524
2303
|
{
|
|
2525
|
-
"
|
|
2304
|
+
"kind": "field",
|
|
2305
|
+
"name": "enableSearchBar",
|
|
2526
2306
|
"type": {
|
|
2527
2307
|
"text": "boolean"
|
|
2528
2308
|
},
|
|
2529
2309
|
"default": "false",
|
|
2530
|
-
"
|
|
2310
|
+
"description": "This attribute controls whether to enable the search-bar.",
|
|
2311
|
+
"privacy": "public",
|
|
2531
2312
|
"inheritedFrom": {
|
|
2532
2313
|
"name": "EntityManagement",
|
|
2533
2314
|
"module": "src/entities/entities.ts"
|
|
2534
2315
|
}
|
|
2535
2316
|
},
|
|
2536
2317
|
{
|
|
2537
|
-
"
|
|
2318
|
+
"kind": "field",
|
|
2319
|
+
"name": "headerCaseType",
|
|
2538
2320
|
"type": {
|
|
2539
|
-
"text": "
|
|
2321
|
+
"text": "GridProCaseType"
|
|
2540
2322
|
},
|
|
2541
|
-
"
|
|
2542
|
-
"
|
|
2543
|
-
"fieldName": "enableSearchBar",
|
|
2323
|
+
"description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
|
|
2324
|
+
"privacy": "public",
|
|
2544
2325
|
"inheritedFrom": {
|
|
2545
2326
|
"name": "EntityManagement",
|
|
2546
2327
|
"module": "src/entities/entities.ts"
|
|
2547
2328
|
}
|
|
2548
2329
|
},
|
|
2549
2330
|
{
|
|
2550
|
-
"
|
|
2331
|
+
"kind": "field",
|
|
2332
|
+
"name": "searchBarConfig",
|
|
2551
2333
|
"type": {
|
|
2552
|
-
"text": "
|
|
2334
|
+
"text": "AvailableOption[]"
|
|
2553
2335
|
},
|
|
2554
|
-
"description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
|
|
2555
|
-
"fieldName": "headerCaseType",
|
|
2556
2336
|
"inheritedFrom": {
|
|
2557
2337
|
"name": "EntityManagement",
|
|
2558
2338
|
"module": "src/entities/entities.ts"
|
|
2559
2339
|
}
|
|
2560
2340
|
},
|
|
2561
2341
|
{
|
|
2562
|
-
"
|
|
2342
|
+
"kind": "field",
|
|
2343
|
+
"name": "modalPosition",
|
|
2563
2344
|
"type": {
|
|
2564
2345
|
"text": "'centre' | 'left' | 'right'"
|
|
2565
2346
|
},
|
|
2566
2347
|
"default": "'right'",
|
|
2567
2348
|
"description": "Determines where the modal dialog will appear on screen",
|
|
2568
|
-
"
|
|
2349
|
+
"privacy": "public",
|
|
2569
2350
|
"inheritedFrom": {
|
|
2570
2351
|
"name": "EntityManagement",
|
|
2571
2352
|
"module": "src/entities/entities.ts"
|
|
2572
2353
|
}
|
|
2573
2354
|
},
|
|
2574
2355
|
{
|
|
2575
|
-
"
|
|
2356
|
+
"kind": "field",
|
|
2357
|
+
"name": "crudMenuPosition",
|
|
2576
2358
|
"type": {
|
|
2577
2359
|
"text": "CrudMenuPosition"
|
|
2578
2360
|
},
|
|
2579
2361
|
"description": "Determines where the buttons will appear",
|
|
2580
|
-
"
|
|
2362
|
+
"privacy": "public",
|
|
2581
2363
|
"inheritedFrom": {
|
|
2582
2364
|
"name": "EntityManagement",
|
|
2583
2365
|
"module": "src/entities/entities.ts"
|
|
2584
2366
|
}
|
|
2585
2367
|
},
|
|
2586
2368
|
{
|
|
2587
|
-
"
|
|
2369
|
+
"kind": "field",
|
|
2370
|
+
"name": "crudMenuStyle",
|
|
2588
2371
|
"type": {
|
|
2589
2372
|
"text": "ActionsMenuStyle"
|
|
2590
2373
|
},
|
|
2591
2374
|
"description": "Determines the style of the buttons",
|
|
2592
|
-
"
|
|
2375
|
+
"privacy": "public",
|
|
2593
2376
|
"inheritedFrom": {
|
|
2594
2377
|
"name": "EntityManagement",
|
|
2595
2378
|
"module": "src/entities/entities.ts"
|
|
2596
2379
|
}
|
|
2597
2380
|
},
|
|
2598
2381
|
{
|
|
2599
|
-
"
|
|
2382
|
+
"kind": "field",
|
|
2383
|
+
"name": "crudActionMenuName",
|
|
2600
2384
|
"type": {
|
|
2601
2385
|
"text": "string"
|
|
2602
2386
|
},
|
|
2603
2387
|
"default": "'⋮'",
|
|
2604
2388
|
"description": "The label of the crud action menu",
|
|
2605
|
-
"fieldName": "crudActionMenuName",
|
|
2606
2389
|
"inheritedFrom": {
|
|
2607
2390
|
"name": "EntityManagement",
|
|
2608
2391
|
"module": "src/entities/entities.ts"
|
|
2609
2392
|
}
|
|
2610
|
-
}
|
|
2611
|
-
]
|
|
2612
|
-
}
|
|
2613
|
-
],
|
|
2614
|
-
"exports": [
|
|
2615
|
-
{
|
|
2616
|
-
"kind": "js",
|
|
2617
|
-
"name": "Profiles",
|
|
2618
|
-
"declaration": {
|
|
2619
|
-
"name": "Profiles",
|
|
2620
|
-
"module": "src/profiles/profiles.ts"
|
|
2621
|
-
}
|
|
2622
|
-
},
|
|
2623
|
-
{
|
|
2624
|
-
"kind": "custom-element-definition",
|
|
2625
|
-
"name": "profile-management",
|
|
2626
|
-
"declaration": {
|
|
2627
|
-
"name": "Profiles",
|
|
2628
|
-
"module": "src/profiles/profiles.ts"
|
|
2629
|
-
}
|
|
2630
|
-
}
|
|
2631
|
-
]
|
|
2632
|
-
},
|
|
2633
|
-
{
|
|
2634
|
-
"kind": "javascript-module",
|
|
2635
|
-
"path": "src/list/index.ts",
|
|
2636
|
-
"declarations": [],
|
|
2637
|
-
"exports": [
|
|
2638
|
-
{
|
|
2639
|
-
"kind": "js",
|
|
2640
|
-
"name": "*",
|
|
2641
|
-
"declaration": {
|
|
2642
|
-
"name": "*",
|
|
2643
|
-
"package": "./list"
|
|
2644
|
-
}
|
|
2645
|
-
}
|
|
2646
|
-
]
|
|
2647
|
-
},
|
|
2648
|
-
{
|
|
2649
|
-
"kind": "javascript-module",
|
|
2650
|
-
"path": "src/list/list.styles.ts",
|
|
2651
|
-
"declarations": [
|
|
2652
|
-
{
|
|
2653
|
-
"kind": "variable",
|
|
2654
|
-
"name": "listStyles",
|
|
2655
|
-
"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`"
|
|
2656
|
-
}
|
|
2657
|
-
],
|
|
2658
|
-
"exports": [
|
|
2659
|
-
{
|
|
2660
|
-
"kind": "js",
|
|
2661
|
-
"name": "listStyles",
|
|
2662
|
-
"declaration": {
|
|
2663
|
-
"name": "listStyles",
|
|
2664
|
-
"module": "src/list/list.styles.ts"
|
|
2665
|
-
}
|
|
2666
|
-
}
|
|
2667
|
-
]
|
|
2668
|
-
},
|
|
2669
|
-
{
|
|
2670
|
-
"kind": "javascript-module",
|
|
2671
|
-
"path": "src/list/list.template.ts",
|
|
2672
|
-
"declarations": [
|
|
2673
|
-
{
|
|
2674
|
-
"kind": "function",
|
|
2675
|
-
"name": "getPrefixedList",
|
|
2676
|
-
"parameters": [
|
|
2677
|
-
{
|
|
2678
|
-
"name": "prefix"
|
|
2679
|
-
}
|
|
2680
|
-
]
|
|
2681
|
-
}
|
|
2682
|
-
],
|
|
2683
|
-
"exports": [
|
|
2684
|
-
{
|
|
2685
|
-
"kind": "js",
|
|
2686
|
-
"name": "getPrefixedList",
|
|
2687
|
-
"declaration": {
|
|
2688
|
-
"name": "getPrefixedList",
|
|
2689
|
-
"module": "src/list/list.template.ts"
|
|
2690
|
-
}
|
|
2691
|
-
}
|
|
2692
|
-
]
|
|
2693
|
-
},
|
|
2694
|
-
{
|
|
2695
|
-
"kind": "javascript-module",
|
|
2696
|
-
"path": "src/list/list.ts",
|
|
2697
|
-
"declarations": [
|
|
2698
|
-
{
|
|
2699
|
-
"kind": "class",
|
|
2700
|
-
"description": "",
|
|
2701
|
-
"name": "List",
|
|
2702
|
-
"members": [
|
|
2703
|
-
{
|
|
2704
|
-
"kind": "field",
|
|
2705
|
-
"name": "prefix",
|
|
2706
|
-
"type": {
|
|
2707
|
-
"text": "string"
|
|
2708
|
-
},
|
|
2709
|
-
"default": "'zero'",
|
|
2710
|
-
"description": "Name of the design system prefix that will be used in renderers.",
|
|
2711
|
-
"privacy": "public"
|
|
2712
2393
|
},
|
|
2713
2394
|
{
|
|
2714
2395
|
"kind": "field",
|
|
2715
|
-
"name": "
|
|
2716
|
-
"
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
|
|
2396
|
+
"name": "crudMenuWrapper",
|
|
2397
|
+
"privacy": "public",
|
|
2398
|
+
"description": "The Id of the crud buttons wrapper element",
|
|
2399
|
+
"inheritedFrom": {
|
|
2400
|
+
"name": "EntityManagement",
|
|
2401
|
+
"module": "src/entities/entities.ts"
|
|
2402
|
+
}
|
|
2720
2403
|
},
|
|
2721
2404
|
{
|
|
2722
|
-
"kind": "
|
|
2723
|
-
"name": "
|
|
2724
|
-
"
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2405
|
+
"kind": "method",
|
|
2406
|
+
"name": "getTitleBasedOnActionOrType",
|
|
2407
|
+
"privacy": "public",
|
|
2408
|
+
"parameters": [
|
|
2409
|
+
{
|
|
2410
|
+
"name": "actionOrType",
|
|
2411
|
+
"type": {
|
|
2412
|
+
"text": "CrudAction | ModalFormType"
|
|
2413
|
+
},
|
|
2414
|
+
"description": "The crud action or modal form type"
|
|
2415
|
+
}
|
|
2416
|
+
],
|
|
2417
|
+
"description": "The helper function to determine the title of the modal form or button based on the action or type",
|
|
2418
|
+
"inheritedFrom": {
|
|
2419
|
+
"name": "EntityManagement",
|
|
2420
|
+
"module": "src/entities/entities.ts"
|
|
2421
|
+
}
|
|
2728
2422
|
},
|
|
2729
2423
|
{
|
|
2730
2424
|
"kind": "field",
|
|
2731
|
-
"name": "
|
|
2732
|
-
"
|
|
2733
|
-
|
|
2425
|
+
"name": "modalFormTitle",
|
|
2426
|
+
"description": "Getter for the title of the modal form",
|
|
2427
|
+
"readonly": true,
|
|
2428
|
+
"inheritedFrom": {
|
|
2429
|
+
"name": "EntityManagement",
|
|
2430
|
+
"module": "src/entities/entities.ts"
|
|
2734
2431
|
}
|
|
2735
2432
|
},
|
|
2736
2433
|
{
|
|
2737
2434
|
"kind": "field",
|
|
2738
|
-
"name": "
|
|
2435
|
+
"name": "shouldHideEditInColumn",
|
|
2739
2436
|
"type": {
|
|
2740
2437
|
"text": "boolean"
|
|
2438
|
+
},
|
|
2439
|
+
"description": "Determines whether the button edit should be hidden in the column",
|
|
2440
|
+
"readonly": true,
|
|
2441
|
+
"inheritedFrom": {
|
|
2442
|
+
"name": "EntityManagement",
|
|
2443
|
+
"module": "src/entities/entities.ts"
|
|
2741
2444
|
}
|
|
2742
2445
|
},
|
|
2743
2446
|
{
|
|
2744
2447
|
"kind": "field",
|
|
2745
|
-
"name": "
|
|
2448
|
+
"name": "shouldHideDeleteInColumn",
|
|
2746
2449
|
"type": {
|
|
2747
|
-
"text": "
|
|
2450
|
+
"text": "boolean"
|
|
2451
|
+
},
|
|
2452
|
+
"description": "Determines whether the button delete should be hidden in the column",
|
|
2453
|
+
"readonly": true,
|
|
2454
|
+
"inheritedFrom": {
|
|
2455
|
+
"name": "EntityManagement",
|
|
2456
|
+
"module": "src/entities/entities.ts"
|
|
2748
2457
|
}
|
|
2749
2458
|
},
|
|
2750
2459
|
{
|
|
2751
2460
|
"kind": "field",
|
|
2752
|
-
"name": "
|
|
2461
|
+
"name": "hasSelectedEntity",
|
|
2753
2462
|
"type": {
|
|
2754
2463
|
"text": "boolean"
|
|
2464
|
+
},
|
|
2465
|
+
"description": "Determines whether there is a selected entity",
|
|
2466
|
+
"readonly": true,
|
|
2467
|
+
"inheritedFrom": {
|
|
2468
|
+
"name": "EntityManagement",
|
|
2469
|
+
"module": "src/entities/entities.ts"
|
|
2755
2470
|
}
|
|
2756
2471
|
},
|
|
2757
2472
|
{
|
|
2758
|
-
"kind": "
|
|
2759
|
-
"name": "
|
|
2760
|
-
"
|
|
2761
|
-
|
|
2473
|
+
"kind": "method",
|
|
2474
|
+
"name": "hasContentInSlot",
|
|
2475
|
+
"privacy": "public",
|
|
2476
|
+
"return": {
|
|
2477
|
+
"type": {
|
|
2478
|
+
"text": ""
|
|
2479
|
+
}
|
|
2762
2480
|
},
|
|
2763
|
-
"
|
|
2481
|
+
"parameters": [
|
|
2482
|
+
{
|
|
2483
|
+
"name": "slotName",
|
|
2484
|
+
"type": {
|
|
2485
|
+
"text": "string"
|
|
2486
|
+
},
|
|
2487
|
+
"description": "The name of the slot to check."
|
|
2488
|
+
}
|
|
2489
|
+
],
|
|
2490
|
+
"description": "Checks if a slot contains any content.",
|
|
2491
|
+
"inheritedFrom": {
|
|
2492
|
+
"name": "EntityManagement",
|
|
2493
|
+
"module": "src/entities/entities.ts"
|
|
2494
|
+
}
|
|
2764
2495
|
},
|
|
2765
2496
|
{
|
|
2766
|
-
"kind": "
|
|
2767
|
-
"name": "
|
|
2768
|
-
"
|
|
2769
|
-
"
|
|
2497
|
+
"kind": "method",
|
|
2498
|
+
"name": "deepClone",
|
|
2499
|
+
"return": {
|
|
2500
|
+
"type": {
|
|
2501
|
+
"text": "Node"
|
|
2502
|
+
}
|
|
2770
2503
|
},
|
|
2771
|
-
"
|
|
2504
|
+
"description": "Override the deepClone method to ensure that observable attributes are cloned",
|
|
2505
|
+
"privacy": "public",
|
|
2506
|
+
"inheritedFrom": {
|
|
2507
|
+
"name": "EntityManagement",
|
|
2508
|
+
"module": "src/entities/entities.ts"
|
|
2509
|
+
}
|
|
2772
2510
|
},
|
|
2773
2511
|
{
|
|
2774
|
-
"kind": "
|
|
2775
|
-
"name": "
|
|
2776
|
-
"
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2512
|
+
"kind": "method",
|
|
2513
|
+
"name": "submitEntityChanges",
|
|
2514
|
+
"privacy": "public",
|
|
2515
|
+
"parameters": [
|
|
2516
|
+
{
|
|
2517
|
+
"name": "e",
|
|
2518
|
+
"type": {
|
|
2519
|
+
"text": "CustomEvent"
|
|
2520
|
+
},
|
|
2521
|
+
"description": "CustomEvent which contains the payload for the entity to submit to the backend\n\nEmits an event upon error"
|
|
2522
|
+
}
|
|
2523
|
+
],
|
|
2524
|
+
"description": "Event handler for when the user submits the action for the currently open form, either editing or adding the entity",
|
|
2525
|
+
"inheritedFrom": {
|
|
2526
|
+
"name": "EntityManagement",
|
|
2527
|
+
"module": "src/entities/entities.ts"
|
|
2528
|
+
}
|
|
2780
2529
|
},
|
|
2781
2530
|
{
|
|
2782
|
-
"kind": "
|
|
2783
|
-
"name": "
|
|
2784
|
-
"
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2531
|
+
"kind": "method",
|
|
2532
|
+
"name": "readEntity",
|
|
2533
|
+
"privacy": "private",
|
|
2534
|
+
"parameters": [
|
|
2535
|
+
{
|
|
2536
|
+
"name": "e",
|
|
2537
|
+
"type": {
|
|
2538
|
+
"text": "CustomEvent"
|
|
2539
|
+
}
|
|
2540
|
+
}
|
|
2541
|
+
],
|
|
2542
|
+
"inheritedFrom": {
|
|
2543
|
+
"name": "EntityManagement",
|
|
2544
|
+
"module": "src/entities/entities.ts"
|
|
2545
|
+
}
|
|
2546
|
+
},
|
|
2547
|
+
{
|
|
2548
|
+
"kind": "method",
|
|
2549
|
+
"name": "closeModal",
|
|
2550
|
+
"privacy": "public",
|
|
2551
|
+
"inheritedFrom": {
|
|
2552
|
+
"name": "EntityManagement",
|
|
2553
|
+
"module": "src/entities/entities.ts"
|
|
2554
|
+
}
|
|
2788
2555
|
},
|
|
2789
2556
|
{
|
|
2790
2557
|
"kind": "field",
|
|
2791
|
-
"name": "
|
|
2792
|
-
"
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2558
|
+
"name": "headerTempalate",
|
|
2559
|
+
"readonly": true,
|
|
2560
|
+
"inheritedFrom": {
|
|
2561
|
+
"name": "EntityManagement",
|
|
2562
|
+
"module": "src/entities/entities.ts"
|
|
2563
|
+
}
|
|
2796
2564
|
},
|
|
2797
2565
|
{
|
|
2798
2566
|
"kind": "field",
|
|
2799
|
-
"name": "
|
|
2567
|
+
"name": "isServerSideDatasource",
|
|
2800
2568
|
"type": {
|
|
2801
2569
|
"text": "boolean"
|
|
2802
2570
|
},
|
|
2803
|
-
"
|
|
2571
|
+
"readonly": true,
|
|
2572
|
+
"inheritedFrom": {
|
|
2573
|
+
"name": "EntityManagement",
|
|
2574
|
+
"module": "src/entities/entities.ts"
|
|
2575
|
+
}
|
|
2576
|
+
},
|
|
2577
|
+
{
|
|
2578
|
+
"kind": "method",
|
|
2579
|
+
"name": "searchChanged",
|
|
2580
|
+
"privacy": "public",
|
|
2581
|
+
"parameters": [
|
|
2582
|
+
{
|
|
2583
|
+
"name": "event",
|
|
2584
|
+
"type": {
|
|
2585
|
+
"text": "CustomEvent<Array<SelectedOption>>"
|
|
2586
|
+
}
|
|
2587
|
+
}
|
|
2588
|
+
],
|
|
2589
|
+
"inheritedFrom": {
|
|
2590
|
+
"name": "EntityManagement",
|
|
2591
|
+
"module": "src/entities/entities.ts"
|
|
2592
|
+
}
|
|
2593
|
+
},
|
|
2594
|
+
{
|
|
2595
|
+
"kind": "method",
|
|
2596
|
+
"name": "searchBarReqServer",
|
|
2597
|
+
"parameters": [
|
|
2598
|
+
{
|
|
2599
|
+
"name": "options",
|
|
2600
|
+
"type": {
|
|
2601
|
+
"text": "SelectedOption<string>[]"
|
|
2602
|
+
}
|
|
2603
|
+
}
|
|
2604
|
+
],
|
|
2605
|
+
"inheritedFrom": {
|
|
2606
|
+
"name": "EntityManagement",
|
|
2607
|
+
"module": "src/entities/entities.ts"
|
|
2608
|
+
}
|
|
2609
|
+
},
|
|
2610
|
+
{
|
|
2611
|
+
"kind": "method",
|
|
2612
|
+
"name": "searchBarDataserver",
|
|
2613
|
+
"parameters": [
|
|
2614
|
+
{
|
|
2615
|
+
"name": "options",
|
|
2616
|
+
"type": {
|
|
2617
|
+
"text": "SelectedOption<string>[]"
|
|
2618
|
+
}
|
|
2619
|
+
}
|
|
2620
|
+
],
|
|
2621
|
+
"inheritedFrom": {
|
|
2622
|
+
"name": "EntityManagement",
|
|
2623
|
+
"module": "src/entities/entities.ts"
|
|
2624
|
+
}
|
|
2625
|
+
},
|
|
2626
|
+
{
|
|
2627
|
+
"kind": "method",
|
|
2628
|
+
"name": "requestChanged",
|
|
2629
|
+
"privacy": "public",
|
|
2630
|
+
"parameters": [
|
|
2631
|
+
{
|
|
2632
|
+
"name": "e",
|
|
2633
|
+
"type": {
|
|
2634
|
+
"text": "CustomEvent<string>"
|
|
2635
|
+
}
|
|
2636
|
+
}
|
|
2637
|
+
],
|
|
2638
|
+
"inheritedFrom": {
|
|
2639
|
+
"name": "EntityManagement",
|
|
2640
|
+
"module": "src/entities/entities.ts"
|
|
2641
|
+
}
|
|
2642
|
+
},
|
|
2643
|
+
{
|
|
2644
|
+
"kind": "method",
|
|
2645
|
+
"name": "criteriaChanged",
|
|
2646
|
+
"privacy": "public",
|
|
2647
|
+
"parameters": [
|
|
2648
|
+
{
|
|
2649
|
+
"name": "e",
|
|
2650
|
+
"type": {
|
|
2651
|
+
"text": "CustomEvent<string>"
|
|
2652
|
+
}
|
|
2653
|
+
}
|
|
2654
|
+
],
|
|
2655
|
+
"inheritedFrom": {
|
|
2656
|
+
"name": "EntityManagement",
|
|
2657
|
+
"module": "src/entities/entities.ts"
|
|
2658
|
+
}
|
|
2659
|
+
},
|
|
2660
|
+
{
|
|
2661
|
+
"kind": "method",
|
|
2662
|
+
"name": "submitFailureNotification",
|
|
2663
|
+
"privacy": "public",
|
|
2664
|
+
"parameters": [
|
|
2665
|
+
{
|
|
2666
|
+
"name": "e",
|
|
2667
|
+
"type": {
|
|
2668
|
+
"text": "CustomEvent"
|
|
2669
|
+
}
|
|
2670
|
+
}
|
|
2671
|
+
],
|
|
2672
|
+
"inheritedFrom": {
|
|
2673
|
+
"name": "EntityManagement",
|
|
2674
|
+
"module": "src/entities/entities.ts"
|
|
2675
|
+
}
|
|
2804
2676
|
},
|
|
2805
2677
|
{
|
|
2806
|
-
"kind": "
|
|
2807
|
-
"name": "
|
|
2808
|
-
"
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2678
|
+
"kind": "method",
|
|
2679
|
+
"name": "showDeleteConfirmation",
|
|
2680
|
+
"privacy": "private",
|
|
2681
|
+
"inheritedFrom": {
|
|
2682
|
+
"name": "EntityManagement",
|
|
2683
|
+
"module": "src/entities/entities.ts"
|
|
2684
|
+
}
|
|
2812
2685
|
},
|
|
2813
2686
|
{
|
|
2814
|
-
"kind": "
|
|
2815
|
-
"name": "
|
|
2816
|
-
"
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2687
|
+
"kind": "method",
|
|
2688
|
+
"name": "emitCrud",
|
|
2689
|
+
"privacy": "public",
|
|
2690
|
+
"parameters": [
|
|
2691
|
+
{
|
|
2692
|
+
"name": "action",
|
|
2693
|
+
"type": {
|
|
2694
|
+
"text": "'create' | 'edit' | 'delete'"
|
|
2695
|
+
},
|
|
2696
|
+
"description": "the action to emit"
|
|
2697
|
+
}
|
|
2698
|
+
],
|
|
2699
|
+
"description": "Emit the CRUD event for the selected entity",
|
|
2700
|
+
"inheritedFrom": {
|
|
2701
|
+
"name": "EntityManagement",
|
|
2702
|
+
"module": "src/entities/entities.ts"
|
|
2703
|
+
}
|
|
2820
2704
|
},
|
|
2821
2705
|
{
|
|
2822
|
-
"kind": "
|
|
2823
|
-
"name": "
|
|
2824
|
-
"
|
|
2825
|
-
|
|
2706
|
+
"kind": "method",
|
|
2707
|
+
"name": "selectionChanged",
|
|
2708
|
+
"privacy": "public",
|
|
2709
|
+
"parameters": [
|
|
2710
|
+
{
|
|
2711
|
+
"name": "event",
|
|
2712
|
+
"type": {
|
|
2713
|
+
"text": "CustomEvent<SelectionChangedEvent>"
|
|
2714
|
+
}
|
|
2715
|
+
}
|
|
2716
|
+
],
|
|
2717
|
+
"description": "The event handler for when the selection changes in the grid.",
|
|
2718
|
+
"inheritedFrom": {
|
|
2719
|
+
"name": "EntityManagement",
|
|
2720
|
+
"module": "src/entities/entities.ts"
|
|
2826
2721
|
}
|
|
2827
|
-
}
|
|
2722
|
+
}
|
|
2723
|
+
],
|
|
2724
|
+
"superclass": {
|
|
2725
|
+
"name": "EntityManagement",
|
|
2726
|
+
"module": "/src/entities"
|
|
2727
|
+
},
|
|
2728
|
+
"deprecated": "- Use '\\@genesislcap/pbc-auth' instead. 'https://www.npmjs.com/package/\\@genesislcap/pbc-auth'",
|
|
2729
|
+
"tagName": "profile-management",
|
|
2730
|
+
"customElement": true,
|
|
2731
|
+
"attributes": [
|
|
2828
2732
|
{
|
|
2829
|
-
"
|
|
2830
|
-
"name": "grid",
|
|
2733
|
+
"name": "design-system-prefix",
|
|
2831
2734
|
"type": {
|
|
2832
|
-
"text": "
|
|
2735
|
+
"text": "string"
|
|
2833
2736
|
},
|
|
2834
|
-
"
|
|
2737
|
+
"default": "'zero'",
|
|
2738
|
+
"description": "Name of the design system prefix that will be used in renderers.",
|
|
2739
|
+
"fieldName": "prefix",
|
|
2740
|
+
"inheritedFrom": {
|
|
2741
|
+
"name": "EntityManagement",
|
|
2742
|
+
"module": "src/entities/entities.ts"
|
|
2743
|
+
}
|
|
2835
2744
|
},
|
|
2836
2745
|
{
|
|
2837
|
-
"
|
|
2838
|
-
"name": "datasource",
|
|
2746
|
+
"name": "resourceName",
|
|
2839
2747
|
"type": {
|
|
2840
|
-
"text": "
|
|
2748
|
+
"text": "string"
|
|
2841
2749
|
},
|
|
2842
|
-
"
|
|
2750
|
+
"description": "Name of the backend resource which contain the entities to manage",
|
|
2751
|
+
"fieldName": "resourceName",
|
|
2752
|
+
"inheritedFrom": {
|
|
2753
|
+
"name": "EntityManagement",
|
|
2754
|
+
"module": "src/entities/entities.ts"
|
|
2755
|
+
}
|
|
2843
2756
|
},
|
|
2844
2757
|
{
|
|
2845
|
-
"
|
|
2846
|
-
"name": "gridOptions",
|
|
2758
|
+
"name": "readEvent",
|
|
2847
2759
|
"type": {
|
|
2848
|
-
"text": "
|
|
2760
|
+
"text": "string"
|
|
2761
|
+
},
|
|
2762
|
+
"fieldName": "readEvent",
|
|
2763
|
+
"inheritedFrom": {
|
|
2764
|
+
"name": "EntityManagement",
|
|
2765
|
+
"module": "src/entities/entities.ts"
|
|
2849
2766
|
}
|
|
2850
2767
|
},
|
|
2851
2768
|
{
|
|
2852
|
-
"kind": "field",
|
|
2853
|
-
"name": "columns",
|
|
2854
2769
|
"type": {
|
|
2855
|
-
"text": "
|
|
2770
|
+
"text": "boolean"
|
|
2771
|
+
},
|
|
2772
|
+
"fieldName": "readonly",
|
|
2773
|
+
"inheritedFrom": {
|
|
2774
|
+
"name": "EntityManagement",
|
|
2775
|
+
"module": "src/entities/entities.ts"
|
|
2856
2776
|
}
|
|
2857
2777
|
},
|
|
2858
2778
|
{
|
|
2859
|
-
"
|
|
2860
|
-
"name": "datasourceConfig",
|
|
2779
|
+
"name": "updateEvent",
|
|
2861
2780
|
"type": {
|
|
2862
|
-
"text": "
|
|
2781
|
+
"text": "string"
|
|
2782
|
+
},
|
|
2783
|
+
"description": "Name of the event handler on the Genesis server which handles updating the entity",
|
|
2784
|
+
"fieldName": "updateEvent",
|
|
2785
|
+
"inheritedFrom": {
|
|
2786
|
+
"name": "EntityManagement",
|
|
2787
|
+
"module": "src/entities/entities.ts"
|
|
2863
2788
|
}
|
|
2864
2789
|
},
|
|
2865
2790
|
{
|
|
2866
|
-
"
|
|
2867
|
-
"name": "actionButtonsConfig",
|
|
2791
|
+
"name": "deleteEvent",
|
|
2868
2792
|
"type": {
|
|
2869
|
-
"text": "
|
|
2793
|
+
"text": "string"
|
|
2870
2794
|
},
|
|
2871
|
-
"
|
|
2795
|
+
"description": "Name of the event handler on the Genesis server which handles deleting the entity",
|
|
2796
|
+
"fieldName": "deleteEvent",
|
|
2797
|
+
"inheritedFrom": {
|
|
2798
|
+
"name": "EntityManagement",
|
|
2799
|
+
"module": "src/entities/entities.ts"
|
|
2800
|
+
}
|
|
2872
2801
|
},
|
|
2873
2802
|
{
|
|
2874
|
-
"
|
|
2875
|
-
"name": "deleteEvent",
|
|
2803
|
+
"name": "createEvent",
|
|
2876
2804
|
"type": {
|
|
2877
2805
|
"text": "string"
|
|
2806
|
+
},
|
|
2807
|
+
"description": "Name of the event handler on the Genesis server which handles creating an entity",
|
|
2808
|
+
"fieldName": "createEvent",
|
|
2809
|
+
"inheritedFrom": {
|
|
2810
|
+
"name": "EntityManagement",
|
|
2811
|
+
"module": "src/entities/entities.ts"
|
|
2878
2812
|
}
|
|
2879
2813
|
},
|
|
2880
2814
|
{
|
|
2881
|
-
"
|
|
2882
|
-
"name": "updateEvent",
|
|
2815
|
+
"name": "title",
|
|
2883
2816
|
"type": {
|
|
2884
2817
|
"text": "string"
|
|
2818
|
+
},
|
|
2819
|
+
"description": "Title of the grid",
|
|
2820
|
+
"fieldName": "title",
|
|
2821
|
+
"inheritedFrom": {
|
|
2822
|
+
"name": "EntityManagement",
|
|
2823
|
+
"module": "src/entities/entities.ts"
|
|
2885
2824
|
}
|
|
2886
2825
|
},
|
|
2887
2826
|
{
|
|
2888
|
-
"
|
|
2889
|
-
"name": "connect",
|
|
2827
|
+
"name": "entityLabel",
|
|
2890
2828
|
"type": {
|
|
2891
|
-
"text": "
|
|
2829
|
+
"text": "string"
|
|
2892
2830
|
},
|
|
2893
|
-
"
|
|
2831
|
+
"description": "Label for the entity which has usages such as being shown in the title of the modal wen editing the entity",
|
|
2832
|
+
"fieldName": "entityLabel",
|
|
2833
|
+
"inheritedFrom": {
|
|
2834
|
+
"name": "EntityManagement",
|
|
2835
|
+
"module": "src/entities/entities.ts"
|
|
2836
|
+
}
|
|
2894
2837
|
},
|
|
2895
2838
|
{
|
|
2896
|
-
"
|
|
2897
|
-
"name": "isServerSideDatasource",
|
|
2839
|
+
"name": "async-add",
|
|
2898
2840
|
"type": {
|
|
2899
2841
|
"text": "boolean"
|
|
2900
2842
|
},
|
|
2901
|
-
"
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
"
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
{
|
|
2909
|
-
"name": "event",
|
|
2910
|
-
"type": {
|
|
2911
|
-
"text": "CellEditRequestEvent"
|
|
2912
|
-
}
|
|
2913
|
-
}
|
|
2914
|
-
]
|
|
2915
|
-
},
|
|
2916
|
-
{
|
|
2917
|
-
"kind": "method",
|
|
2918
|
-
"name": "handleFilterChanged",
|
|
2919
|
-
"privacy": "private",
|
|
2920
|
-
"parameters": [
|
|
2921
|
-
{
|
|
2922
|
-
"name": "e"
|
|
2923
|
-
}
|
|
2924
|
-
]
|
|
2925
|
-
},
|
|
2926
|
-
{
|
|
2927
|
-
"kind": "method",
|
|
2928
|
-
"name": "handleFilterCleared",
|
|
2929
|
-
"privacy": "private",
|
|
2930
|
-
"parameters": [
|
|
2931
|
-
{
|
|
2932
|
-
"name": "e"
|
|
2933
|
-
}
|
|
2934
|
-
]
|
|
2935
|
-
},
|
|
2936
|
-
{
|
|
2937
|
-
"kind": "method",
|
|
2938
|
-
"name": "select",
|
|
2939
|
-
"privacy": "private",
|
|
2940
|
-
"parameters": [
|
|
2941
|
-
{
|
|
2942
|
-
"name": "e"
|
|
2943
|
-
}
|
|
2944
|
-
]
|
|
2945
|
-
},
|
|
2946
|
-
{
|
|
2947
|
-
"kind": "method",
|
|
2948
|
-
"name": "selectionChanged",
|
|
2949
|
-
"privacy": "private",
|
|
2950
|
-
"parameters": [
|
|
2951
|
-
{
|
|
2952
|
-
"name": "e",
|
|
2953
|
-
"type": {
|
|
2954
|
-
"text": "CustomEvent<SelectionChangedEvent>"
|
|
2955
|
-
}
|
|
2956
|
-
}
|
|
2957
|
-
]
|
|
2958
|
-
},
|
|
2959
|
-
{
|
|
2960
|
-
"kind": "field",
|
|
2961
|
-
"name": "edit",
|
|
2962
|
-
"privacy": "private"
|
|
2843
|
+
"default": "false",
|
|
2844
|
+
"description": "Whether to use the `applyTransactionAsync` function for *add* transactions",
|
|
2845
|
+
"fieldName": "asyncAdd",
|
|
2846
|
+
"inheritedFrom": {
|
|
2847
|
+
"name": "EntityManagement",
|
|
2848
|
+
"module": "src/entities/entities.ts"
|
|
2849
|
+
}
|
|
2963
2850
|
},
|
|
2964
2851
|
{
|
|
2965
|
-
"
|
|
2966
|
-
"
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
2852
|
+
"name": "async-remove",
|
|
2853
|
+
"type": {
|
|
2854
|
+
"text": "boolean"
|
|
2855
|
+
},
|
|
2856
|
+
"default": "false",
|
|
2857
|
+
"description": "Whether to use the `applyTransactionAsync` function for *remove* transactions",
|
|
2858
|
+
"fieldName": "asyncRemove",
|
|
2859
|
+
"inheritedFrom": {
|
|
2860
|
+
"name": "EntityManagement",
|
|
2861
|
+
"module": "src/entities/entities.ts"
|
|
2862
|
+
}
|
|
2863
|
+
},
|
|
2975
2864
|
{
|
|
2976
|
-
"name": "
|
|
2865
|
+
"name": "async-update",
|
|
2977
2866
|
"type": {
|
|
2978
|
-
"text": "
|
|
2867
|
+
"text": "boolean"
|
|
2979
2868
|
},
|
|
2980
|
-
"default": "
|
|
2981
|
-
"description": "
|
|
2982
|
-
"fieldName": "
|
|
2869
|
+
"default": "true",
|
|
2870
|
+
"description": "Whether to use the `applyTransactionAsync` function for *update* transactions",
|
|
2871
|
+
"fieldName": "asyncUpdate",
|
|
2872
|
+
"inheritedFrom": {
|
|
2873
|
+
"name": "EntityManagement",
|
|
2874
|
+
"module": "src/entities/entities.ts"
|
|
2875
|
+
}
|
|
2983
2876
|
},
|
|
2984
2877
|
{
|
|
2985
|
-
"name": "
|
|
2878
|
+
"name": "row-selection",
|
|
2986
2879
|
"type": {
|
|
2987
2880
|
"text": "string"
|
|
2988
2881
|
},
|
|
2989
|
-
"default": "''",
|
|
2990
|
-
"
|
|
2882
|
+
"default": "'single'",
|
|
2883
|
+
"description": "This attribute allows you to change row-selection to 'single' or 'multiple' which will allow you to select single or multiple rows.",
|
|
2884
|
+
"fieldName": "rowSelection",
|
|
2885
|
+
"inheritedFrom": {
|
|
2886
|
+
"name": "EntityManagement",
|
|
2887
|
+
"module": "src/entities/entities.ts"
|
|
2888
|
+
}
|
|
2991
2889
|
},
|
|
2992
2890
|
{
|
|
2993
|
-
"name": "
|
|
2891
|
+
"name": "enable-cell-flashing",
|
|
2994
2892
|
"type": {
|
|
2995
|
-
"text": "
|
|
2893
|
+
"text": "boolean"
|
|
2996
2894
|
},
|
|
2997
|
-
"default": "
|
|
2998
|
-
"
|
|
2895
|
+
"default": "false",
|
|
2896
|
+
"description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
|
|
2897
|
+
"fieldName": "enableCellFlashing",
|
|
2898
|
+
"inheritedFrom": {
|
|
2899
|
+
"name": "EntityManagement",
|
|
2900
|
+
"module": "src/entities/entities.ts"
|
|
2901
|
+
}
|
|
2999
2902
|
},
|
|
3000
2903
|
{
|
|
3001
|
-
"name": "
|
|
2904
|
+
"name": "enable-row-flashing",
|
|
3002
2905
|
"type": {
|
|
3003
|
-
"text": "
|
|
2906
|
+
"text": "boolean"
|
|
3004
2907
|
},
|
|
3005
|
-
"
|
|
2908
|
+
"default": "false",
|
|
2909
|
+
"description": "If true, will enable row flashing for all rows for `add` transactions",
|
|
2910
|
+
"fieldName": "enableRowFlashing",
|
|
2911
|
+
"inheritedFrom": {
|
|
2912
|
+
"name": "EntityManagement",
|
|
2913
|
+
"module": "src/entities/entities.ts"
|
|
2914
|
+
}
|
|
3006
2915
|
},
|
|
3007
2916
|
{
|
|
3008
|
-
"name": "
|
|
2917
|
+
"name": "datasource-type",
|
|
3009
2918
|
"type": {
|
|
3010
|
-
"text": "
|
|
2919
|
+
"text": "DatasourceType"
|
|
3011
2920
|
},
|
|
3012
|
-
"
|
|
2921
|
+
"default": "'client'",
|
|
2922
|
+
"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.",
|
|
2923
|
+
"fieldName": "datasourceType",
|
|
2924
|
+
"inheritedFrom": {
|
|
2925
|
+
"name": "EntityManagement",
|
|
2926
|
+
"module": "src/entities/entities.ts"
|
|
2927
|
+
}
|
|
3013
2928
|
},
|
|
3014
2929
|
{
|
|
3015
|
-
"name": "
|
|
2930
|
+
"name": "persist-column-state-key",
|
|
3016
2931
|
"type": {
|
|
3017
2932
|
"text": "string"
|
|
3018
2933
|
},
|
|
3019
|
-
"
|
|
2934
|
+
"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.",
|
|
2935
|
+
"fieldName": "persistColumnStateKey",
|
|
2936
|
+
"inheritedFrom": {
|
|
2937
|
+
"name": "EntityManagement",
|
|
2938
|
+
"module": "src/entities/entities.ts"
|
|
2939
|
+
}
|
|
3020
2940
|
},
|
|
3021
2941
|
{
|
|
3022
|
-
"name": "
|
|
2942
|
+
"name": "size-columns-to-fit",
|
|
3023
2943
|
"type": {
|
|
3024
2944
|
"text": "boolean"
|
|
3025
2945
|
},
|
|
3026
|
-
"fieldName": "
|
|
2946
|
+
"fieldName": "sizeColumnsToFit",
|
|
2947
|
+
"inheritedFrom": {
|
|
2948
|
+
"name": "EntityManagement",
|
|
2949
|
+
"module": "src/entities/entities.ts"
|
|
2950
|
+
}
|
|
3027
2951
|
},
|
|
3028
2952
|
{
|
|
3029
|
-
"name": "
|
|
2953
|
+
"name": "enable-filter-bar",
|
|
3030
2954
|
"type": {
|
|
3031
2955
|
"text": "boolean"
|
|
3032
2956
|
},
|
|
3033
|
-
"
|
|
3034
|
-
"
|
|
2957
|
+
"fieldName": "enableFilterBar",
|
|
2958
|
+
"inheritedFrom": {
|
|
2959
|
+
"name": "EntityManagement",
|
|
2960
|
+
"module": "src/entities/entities.ts"
|
|
2961
|
+
}
|
|
3035
2962
|
},
|
|
3036
2963
|
{
|
|
3037
|
-
"name": "
|
|
2964
|
+
"name": "hide-edit",
|
|
3038
2965
|
"type": {
|
|
3039
2966
|
"text": "boolean"
|
|
3040
2967
|
},
|
|
3041
2968
|
"default": "false",
|
|
3042
|
-
"fieldName": "
|
|
2969
|
+
"fieldName": "hideEdit",
|
|
2970
|
+
"inheritedFrom": {
|
|
2971
|
+
"name": "EntityManagement",
|
|
2972
|
+
"module": "src/entities/entities.ts"
|
|
2973
|
+
}
|
|
3043
2974
|
},
|
|
3044
2975
|
{
|
|
3045
|
-
"name": "
|
|
2976
|
+
"name": "hide-delete",
|
|
3046
2977
|
"type": {
|
|
3047
2978
|
"text": "boolean"
|
|
3048
2979
|
},
|
|
3049
|
-
"default": "
|
|
3050
|
-
"fieldName": "
|
|
2980
|
+
"default": "false",
|
|
2981
|
+
"fieldName": "hideDelete",
|
|
2982
|
+
"inheritedFrom": {
|
|
2983
|
+
"name": "EntityManagement",
|
|
2984
|
+
"module": "src/entities/entities.ts"
|
|
2985
|
+
}
|
|
3051
2986
|
},
|
|
3052
2987
|
{
|
|
3053
|
-
"name": "enable-
|
|
2988
|
+
"name": "enable-search-bar",
|
|
3054
2989
|
"type": {
|
|
3055
2990
|
"text": "boolean"
|
|
3056
2991
|
},
|
|
3057
2992
|
"default": "false",
|
|
3058
|
-
"
|
|
2993
|
+
"description": "This attribute controls whether to enable the search-bar.",
|
|
2994
|
+
"fieldName": "enableSearchBar",
|
|
2995
|
+
"inheritedFrom": {
|
|
2996
|
+
"name": "EntityManagement",
|
|
2997
|
+
"module": "src/entities/entities.ts"
|
|
2998
|
+
}
|
|
3059
2999
|
},
|
|
3060
3000
|
{
|
|
3061
|
-
"name": "
|
|
3001
|
+
"name": "header-case-type",
|
|
3062
3002
|
"type": {
|
|
3063
|
-
"text": "
|
|
3003
|
+
"text": "GridProCaseType"
|
|
3064
3004
|
},
|
|
3065
|
-
"
|
|
3066
|
-
"fieldName": "
|
|
3005
|
+
"description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
|
|
3006
|
+
"fieldName": "headerCaseType",
|
|
3007
|
+
"inheritedFrom": {
|
|
3008
|
+
"name": "EntityManagement",
|
|
3009
|
+
"module": "src/entities/entities.ts"
|
|
3010
|
+
}
|
|
3067
3011
|
},
|
|
3068
3012
|
{
|
|
3069
|
-
"name": "
|
|
3013
|
+
"name": "modal-position",
|
|
3070
3014
|
"type": {
|
|
3071
|
-
"text": "
|
|
3015
|
+
"text": "'centre' | 'left' | 'right'"
|
|
3072
3016
|
},
|
|
3073
|
-
"default": "
|
|
3074
|
-
"
|
|
3017
|
+
"default": "'right'",
|
|
3018
|
+
"description": "Determines where the modal dialog will appear on screen",
|
|
3019
|
+
"fieldName": "modalPosition",
|
|
3020
|
+
"inheritedFrom": {
|
|
3021
|
+
"name": "EntityManagement",
|
|
3022
|
+
"module": "src/entities/entities.ts"
|
|
3023
|
+
}
|
|
3075
3024
|
},
|
|
3076
3025
|
{
|
|
3077
|
-
"name": "
|
|
3026
|
+
"name": "crud-menu-position",
|
|
3078
3027
|
"type": {
|
|
3079
|
-
"text": "
|
|
3028
|
+
"text": "CrudMenuPosition"
|
|
3080
3029
|
},
|
|
3081
|
-
"
|
|
3082
|
-
"fieldName": "
|
|
3030
|
+
"description": "Determines where the buttons will appear",
|
|
3031
|
+
"fieldName": "crudMenuPosition",
|
|
3032
|
+
"inheritedFrom": {
|
|
3033
|
+
"name": "EntityManagement",
|
|
3034
|
+
"module": "src/entities/entities.ts"
|
|
3035
|
+
}
|
|
3083
3036
|
},
|
|
3084
3037
|
{
|
|
3085
|
-
"name": "
|
|
3038
|
+
"name": "crud-menu-style",
|
|
3086
3039
|
"type": {
|
|
3087
|
-
"text": "
|
|
3040
|
+
"text": "ActionsMenuStyle"
|
|
3088
3041
|
},
|
|
3089
|
-
"
|
|
3090
|
-
"fieldName": "
|
|
3042
|
+
"description": "Determines the style of the buttons",
|
|
3043
|
+
"fieldName": "crudMenuStyle",
|
|
3044
|
+
"inheritedFrom": {
|
|
3045
|
+
"name": "EntityManagement",
|
|
3046
|
+
"module": "src/entities/entities.ts"
|
|
3047
|
+
}
|
|
3091
3048
|
},
|
|
3092
3049
|
{
|
|
3093
|
-
"name": "
|
|
3050
|
+
"name": "crud-action-menu-name",
|
|
3094
3051
|
"type": {
|
|
3095
|
-
"text": "
|
|
3052
|
+
"text": "string"
|
|
3096
3053
|
},
|
|
3097
|
-
"
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3054
|
+
"default": "'⋮'",
|
|
3055
|
+
"description": "The label of the crud action menu",
|
|
3056
|
+
"fieldName": "crudActionMenuName",
|
|
3057
|
+
"inheritedFrom": {
|
|
3058
|
+
"name": "EntityManagement",
|
|
3059
|
+
"module": "src/entities/entities.ts"
|
|
3060
|
+
}
|
|
3104
3061
|
}
|
|
3105
|
-
]
|
|
3106
|
-
"superclass": {
|
|
3107
|
-
"name": "FASTElement",
|
|
3108
|
-
"package": "@microsoft/fast-element"
|
|
3109
|
-
},
|
|
3110
|
-
"tagName": "entity-list",
|
|
3111
|
-
"customElement": true
|
|
3062
|
+
]
|
|
3112
3063
|
}
|
|
3113
3064
|
],
|
|
3114
3065
|
"exports": [
|
|
3115
3066
|
{
|
|
3116
3067
|
"kind": "js",
|
|
3117
|
-
"name": "
|
|
3068
|
+
"name": "Profiles",
|
|
3118
3069
|
"declaration": {
|
|
3119
|
-
"name": "
|
|
3120
|
-
"module": "src/
|
|
3070
|
+
"name": "Profiles",
|
|
3071
|
+
"module": "src/profiles/profiles.ts"
|
|
3121
3072
|
}
|
|
3122
3073
|
},
|
|
3123
3074
|
{
|
|
3124
3075
|
"kind": "custom-element-definition",
|
|
3125
|
-
"name": "
|
|
3076
|
+
"name": "profile-management",
|
|
3126
3077
|
"declaration": {
|
|
3127
|
-
"name": "
|
|
3128
|
-
"module": "src/
|
|
3078
|
+
"name": "Profiles",
|
|
3079
|
+
"module": "src/profiles/profiles.ts"
|
|
3080
|
+
}
|
|
3081
|
+
}
|
|
3082
|
+
]
|
|
3083
|
+
},
|
|
3084
|
+
{
|
|
3085
|
+
"kind": "javascript-module",
|
|
3086
|
+
"path": "src/layouts/default.ts",
|
|
3087
|
+
"declarations": [
|
|
3088
|
+
{
|
|
3089
|
+
"kind": "variable",
|
|
3090
|
+
"name": "loginLayout",
|
|
3091
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
3092
|
+
},
|
|
3093
|
+
{
|
|
3094
|
+
"kind": "variable",
|
|
3095
|
+
"name": "defaultLayout",
|
|
3096
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
|
|
3097
|
+
}
|
|
3098
|
+
],
|
|
3099
|
+
"exports": [
|
|
3100
|
+
{
|
|
3101
|
+
"kind": "js",
|
|
3102
|
+
"name": "loginLayout",
|
|
3103
|
+
"declaration": {
|
|
3104
|
+
"name": "loginLayout",
|
|
3105
|
+
"module": "src/layouts/default.ts"
|
|
3106
|
+
}
|
|
3107
|
+
},
|
|
3108
|
+
{
|
|
3109
|
+
"kind": "js",
|
|
3110
|
+
"name": "defaultLayout",
|
|
3111
|
+
"declaration": {
|
|
3112
|
+
"name": "defaultLayout",
|
|
3113
|
+
"module": "src/layouts/default.ts"
|
|
3114
|
+
}
|
|
3115
|
+
}
|
|
3116
|
+
]
|
|
3117
|
+
},
|
|
3118
|
+
{
|
|
3119
|
+
"kind": "javascript-module",
|
|
3120
|
+
"path": "src/layouts/index.ts",
|
|
3121
|
+
"declarations": [],
|
|
3122
|
+
"exports": [
|
|
3123
|
+
{
|
|
3124
|
+
"kind": "js",
|
|
3125
|
+
"name": "*",
|
|
3126
|
+
"declaration": {
|
|
3127
|
+
"name": "*",
|
|
3128
|
+
"package": "./default"
|
|
3129
3129
|
}
|
|
3130
3130
|
}
|
|
3131
3131
|
]
|