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