@genesislcap/foundation-entity-management 14.177.3 → 14.178.0

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