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