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