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