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