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