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