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