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