@genesislcap/foundation-entity-management 14.83.0 → 14.83.2
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 +808 -808
- package/package.json +14 -14
|
@@ -818,7 +818,7 @@
|
|
|
818
818
|
},
|
|
819
819
|
{
|
|
820
820
|
"kind": "javascript-module",
|
|
821
|
-
"path": "src/
|
|
821
|
+
"path": "src/list/index.ts",
|
|
822
822
|
"declarations": [],
|
|
823
823
|
"exports": [
|
|
824
824
|
{
|
|
@@ -826,93 +826,102 @@
|
|
|
826
826
|
"name": "*",
|
|
827
827
|
"declaration": {
|
|
828
828
|
"name": "*",
|
|
829
|
-
"package": "./
|
|
829
|
+
"package": "./list"
|
|
830
830
|
}
|
|
831
|
-
}
|
|
831
|
+
}
|
|
832
|
+
]
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"kind": "javascript-module",
|
|
836
|
+
"path": "src/list/list.styles.ts",
|
|
837
|
+
"declarations": [
|
|
838
|
+
{
|
|
839
|
+
"kind": "variable",
|
|
840
|
+
"name": "listStyles",
|
|
841
|
+
"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`"
|
|
842
|
+
}
|
|
843
|
+
],
|
|
844
|
+
"exports": [
|
|
832
845
|
{
|
|
833
846
|
"kind": "js",
|
|
834
|
-
"name": "
|
|
847
|
+
"name": "listStyles",
|
|
835
848
|
"declaration": {
|
|
836
|
-
"name": "
|
|
837
|
-
"
|
|
849
|
+
"name": "listStyles",
|
|
850
|
+
"module": "src/list/list.styles.ts"
|
|
838
851
|
}
|
|
839
852
|
}
|
|
840
853
|
]
|
|
841
854
|
},
|
|
842
855
|
{
|
|
843
856
|
"kind": "javascript-module",
|
|
844
|
-
"path": "src/
|
|
857
|
+
"path": "src/list/list.template.ts",
|
|
845
858
|
"declarations": [
|
|
846
859
|
{
|
|
847
860
|
"kind": "variable",
|
|
848
|
-
"name": "
|
|
849
|
-
"default": "
|
|
861
|
+
"name": "listTemplate",
|
|
862
|
+
"default": "html<List>`\n <div class=\"container\">\n ${when(\n (x) => x.enableFilterBar,\n html<List>`\n <zero-filter-bar\n resource=${(x) => x.resourceName}\n only=${(x) => x.columns?.map((colDef) => colDef.field).filter((field) => !!field)}\n labels=${(x) => x.columns?.map((colDef) => colDef.headerName || '')}\n target=\"datasource\"\n ></zero-filter-bar>\n `,\n )}\n <zero-grid-pro\n ${ref('grid')}\n auto-cell-renderer-by-type\n rowSelection=\"single\"\n rowHeight=\"36\"\n headerHeight=\"36\"\n persist-column-state-key=${(x) => x.persistColumnStateKey}\n ?only-template-col-defs=${(x) => !!x.columns}\n suppressCellFocus=\"true\"\n suppressRowDeselection=\"true\"\n async-add=${(x) => x.asyncAdd}\n async-remove=${(x) => x.asyncRemove}\n async-update=${(x) => x.asyncUpdate}\n enable-cell-flashing=${(x) => x.enableCellFlashing}\n enable-row-flashing=${(x) => x.enableRowFlashing}\n >\n <grid-pro-genesis-datasource\n ${ref('datasource')}\n :deferredGridOptions=${(x) => x.gridOptions}\n criteria=${(x) => x.datasourceConfig?.criteria}\n fields=${(x) => x.datasourceConfig?.fields}\n is-snapshot=${(x) => x.datasourceConfig?.isSnapshot}\n max-rows=${(x) => x.datasourceConfig?.maxRows}\n max-view=${(x) => x.datasourceConfig?.maxView}\n moving-view=${(x) => x.datasourceConfig?.movingView}\n order-by=${(x) => x.datasourceConfig?.orderBy}\n polling-interval=${(x) => x.datasourceConfig?.pollingInterval}\n resource-name=${(x) => x.resourceName}\n reverse=${(x) => x.datasourceConfig?.reverse}\n ></grid-pro-genesis-datasource>\n ${repeat(\n (x) => x.columns,\n html`\n <grid-pro-column :definition=${(x) => x}></grid-pro-column>\n `,\n )}\n ${repeat(\n (x) => x.actionButtonsConfig,\n html`\n <grid-pro-column :definition=${(x) => x}></grid-pro-column>\n `,\n )}\n </zero-grid-pro>\n </div>\n`"
|
|
850
863
|
}
|
|
851
864
|
],
|
|
852
865
|
"exports": [
|
|
853
866
|
{
|
|
854
867
|
"kind": "js",
|
|
855
|
-
"name": "
|
|
868
|
+
"name": "listTemplate",
|
|
856
869
|
"declaration": {
|
|
857
|
-
"name": "
|
|
858
|
-
"module": "src/
|
|
870
|
+
"name": "listTemplate",
|
|
871
|
+
"module": "src/list/list.template.ts"
|
|
859
872
|
}
|
|
860
873
|
}
|
|
861
874
|
]
|
|
862
875
|
},
|
|
863
876
|
{
|
|
864
877
|
"kind": "javascript-module",
|
|
865
|
-
"path": "src/
|
|
866
|
-
"declarations": [],
|
|
867
|
-
"exports": []
|
|
868
|
-
},
|
|
869
|
-
{
|
|
870
|
-
"kind": "javascript-module",
|
|
871
|
-
"path": "src/main/main.ts",
|
|
878
|
+
"path": "src/list/list.ts",
|
|
872
879
|
"declarations": [
|
|
873
880
|
{
|
|
874
881
|
"kind": "class",
|
|
875
882
|
"description": "",
|
|
876
|
-
"name": "
|
|
883
|
+
"name": "List",
|
|
877
884
|
"members": [
|
|
878
885
|
{
|
|
879
886
|
"kind": "field",
|
|
880
|
-
"name": "
|
|
887
|
+
"name": "resourceName",
|
|
881
888
|
"type": {
|
|
882
|
-
"text": "
|
|
883
|
-
}
|
|
889
|
+
"text": "string"
|
|
890
|
+
},
|
|
891
|
+
"default": "''"
|
|
884
892
|
},
|
|
885
893
|
{
|
|
886
894
|
"kind": "field",
|
|
887
|
-
"name": "
|
|
895
|
+
"name": "title",
|
|
888
896
|
"type": {
|
|
889
|
-
"text": "
|
|
890
|
-
}
|
|
897
|
+
"text": "string"
|
|
898
|
+
},
|
|
899
|
+
"default": "''"
|
|
891
900
|
},
|
|
892
901
|
{
|
|
893
902
|
"kind": "field",
|
|
894
|
-
"name": "
|
|
903
|
+
"name": "persistColumnStateKey",
|
|
895
904
|
"type": {
|
|
896
|
-
"text": "
|
|
905
|
+
"text": "string"
|
|
897
906
|
}
|
|
898
907
|
},
|
|
899
908
|
{
|
|
900
909
|
"kind": "field",
|
|
901
|
-
"name": "
|
|
910
|
+
"name": "sizeColumnsToFit",
|
|
902
911
|
"type": {
|
|
903
|
-
"text": "
|
|
912
|
+
"text": "boolean"
|
|
904
913
|
}
|
|
905
914
|
},
|
|
906
915
|
{
|
|
907
916
|
"kind": "field",
|
|
908
|
-
"name": "
|
|
917
|
+
"name": "enableFilterBar",
|
|
909
918
|
"type": {
|
|
910
|
-
"text": "
|
|
919
|
+
"text": "boolean"
|
|
911
920
|
}
|
|
912
921
|
},
|
|
913
922
|
{
|
|
914
923
|
"kind": "field",
|
|
915
|
-
"name": "
|
|
924
|
+
"name": "asyncAdd",
|
|
916
925
|
"type": {
|
|
917
926
|
"text": "boolean"
|
|
918
927
|
},
|
|
@@ -920,1069 +929,880 @@
|
|
|
920
929
|
},
|
|
921
930
|
{
|
|
922
931
|
"kind": "field",
|
|
923
|
-
"name": "
|
|
932
|
+
"name": "asyncRemove",
|
|
924
933
|
"type": {
|
|
925
|
-
"text": "
|
|
934
|
+
"text": "boolean"
|
|
926
935
|
},
|
|
927
|
-
"default": "
|
|
928
|
-
},
|
|
929
|
-
{
|
|
930
|
-
"kind": "method",
|
|
931
|
-
"name": "onLuminanceToggle"
|
|
932
|
-
},
|
|
933
|
-
{
|
|
934
|
-
"kind": "method",
|
|
935
|
-
"name": "loadRemotes"
|
|
936
|
-
},
|
|
937
|
-
{
|
|
938
|
-
"kind": "method",
|
|
939
|
-
"name": "selectTemplate"
|
|
936
|
+
"default": "false"
|
|
940
937
|
},
|
|
941
938
|
{
|
|
942
|
-
"kind": "
|
|
943
|
-
"name": "
|
|
944
|
-
"
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
"name": "FASTElement",
|
|
949
|
-
"package": "@microsoft/fast-element"
|
|
950
|
-
},
|
|
951
|
-
"customElement": true
|
|
952
|
-
}
|
|
953
|
-
],
|
|
954
|
-
"exports": [
|
|
955
|
-
{
|
|
956
|
-
"kind": "js",
|
|
957
|
-
"name": "MainApplication",
|
|
958
|
-
"declaration": {
|
|
959
|
-
"name": "MainApplication",
|
|
960
|
-
"module": "src/main/main.ts"
|
|
961
|
-
}
|
|
962
|
-
},
|
|
963
|
-
{
|
|
964
|
-
"kind": "custom-element-definition",
|
|
965
|
-
"declaration": {
|
|
966
|
-
"name": "MainApplication",
|
|
967
|
-
"module": "src/main/main.ts"
|
|
968
|
-
}
|
|
969
|
-
}
|
|
970
|
-
]
|
|
971
|
-
},
|
|
972
|
-
{
|
|
973
|
-
"kind": "javascript-module",
|
|
974
|
-
"path": "src/profiles/editProfileSchema.ts",
|
|
975
|
-
"declarations": [
|
|
976
|
-
{
|
|
977
|
-
"kind": "variable",
|
|
978
|
-
"name": "editProfileFormSchema",
|
|
979
|
-
"type": {
|
|
980
|
-
"text": "object"
|
|
981
|
-
},
|
|
982
|
-
"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}"
|
|
983
|
-
}
|
|
984
|
-
],
|
|
985
|
-
"exports": [
|
|
986
|
-
{
|
|
987
|
-
"kind": "js",
|
|
988
|
-
"name": "editProfileFormSchema",
|
|
989
|
-
"declaration": {
|
|
990
|
-
"name": "editProfileFormSchema",
|
|
991
|
-
"module": "src/profiles/editProfileSchema.ts"
|
|
992
|
-
}
|
|
993
|
-
}
|
|
994
|
-
]
|
|
995
|
-
},
|
|
996
|
-
{
|
|
997
|
-
"kind": "javascript-module",
|
|
998
|
-
"path": "src/profiles/profiles.ts",
|
|
999
|
-
"declarations": [
|
|
1000
|
-
{
|
|
1001
|
-
"kind": "class",
|
|
1002
|
-
"description": "Main class which defined the profile management functionality",
|
|
1003
|
-
"name": "Profiles",
|
|
1004
|
-
"members": [
|
|
1005
|
-
{
|
|
1006
|
-
"kind": "method",
|
|
1007
|
-
"name": "readProfileData",
|
|
1008
|
-
"privacy": "public",
|
|
1009
|
-
"parameters": [
|
|
1010
|
-
{
|
|
1011
|
-
"name": "profile"
|
|
1012
|
-
}
|
|
1013
|
-
]
|
|
939
|
+
"kind": "field",
|
|
940
|
+
"name": "asyncUpdate",
|
|
941
|
+
"type": {
|
|
942
|
+
"text": "boolean"
|
|
943
|
+
},
|
|
944
|
+
"default": "true"
|
|
1014
945
|
},
|
|
1015
946
|
{
|
|
1016
|
-
"kind": "
|
|
1017
|
-
"name": "
|
|
1018
|
-
"
|
|
1019
|
-
"
|
|
1020
|
-
|
|
1021
|
-
|
|
947
|
+
"kind": "field",
|
|
948
|
+
"name": "enableCellFlashing",
|
|
949
|
+
"type": {
|
|
950
|
+
"text": "boolean"
|
|
951
|
+
},
|
|
952
|
+
"default": "false"
|
|
1022
953
|
},
|
|
1023
954
|
{
|
|
1024
955
|
"kind": "field",
|
|
1025
|
-
"name": "
|
|
956
|
+
"name": "enableRowFlashing",
|
|
1026
957
|
"type": {
|
|
1027
|
-
"text": "
|
|
958
|
+
"text": "boolean"
|
|
1028
959
|
},
|
|
1029
|
-
"
|
|
1030
|
-
"privacy": "public",
|
|
1031
|
-
"inheritedFrom": {
|
|
1032
|
-
"name": "EntityManagement",
|
|
1033
|
-
"module": "src/entities/entities.ts"
|
|
1034
|
-
}
|
|
960
|
+
"default": "false"
|
|
1035
961
|
},
|
|
1036
962
|
{
|
|
1037
963
|
"kind": "field",
|
|
1038
|
-
"name": "
|
|
964
|
+
"name": "hideEdit",
|
|
1039
965
|
"type": {
|
|
1040
|
-
"text": "
|
|
966
|
+
"text": "boolean"
|
|
1041
967
|
},
|
|
1042
|
-
"
|
|
1043
|
-
"privacy": "public",
|
|
1044
|
-
"inheritedFrom": {
|
|
1045
|
-
"name": "EntityManagement",
|
|
1046
|
-
"module": "src/entities/entities.ts"
|
|
1047
|
-
}
|
|
968
|
+
"default": "false"
|
|
1048
969
|
},
|
|
1049
970
|
{
|
|
1050
971
|
"kind": "field",
|
|
1051
|
-
"name": "
|
|
972
|
+
"name": "hideDelete",
|
|
1052
973
|
"type": {
|
|
1053
|
-
"text": "
|
|
974
|
+
"text": "boolean"
|
|
1054
975
|
},
|
|
1055
|
-
"
|
|
1056
|
-
"privacy": "public",
|
|
1057
|
-
"inheritedFrom": {
|
|
1058
|
-
"name": "EntityManagement",
|
|
1059
|
-
"module": "src/entities/entities.ts"
|
|
1060
|
-
}
|
|
976
|
+
"default": "false"
|
|
1061
977
|
},
|
|
1062
978
|
{
|
|
1063
979
|
"kind": "field",
|
|
1064
|
-
"name": "
|
|
980
|
+
"name": "grid",
|
|
1065
981
|
"type": {
|
|
1066
|
-
"text": "
|
|
982
|
+
"text": "ZeroGridPro"
|
|
1067
983
|
},
|
|
1068
|
-
"
|
|
1069
|
-
"privacy": "public",
|
|
1070
|
-
"default": "'entity_profiles_management'",
|
|
1071
|
-
"inheritedFrom": {
|
|
1072
|
-
"name": "EntityManagement",
|
|
1073
|
-
"module": "src/entities/entities.ts"
|
|
1074
|
-
}
|
|
984
|
+
"privacy": "public"
|
|
1075
985
|
},
|
|
1076
986
|
{
|
|
1077
987
|
"kind": "field",
|
|
1078
|
-
"name": "
|
|
988
|
+
"name": "datasource",
|
|
1079
989
|
"type": {
|
|
1080
|
-
"text": "
|
|
990
|
+
"text": "GridProGenesisDatasource"
|
|
1081
991
|
},
|
|
1082
|
-
"
|
|
1083
|
-
"inheritedFrom": {
|
|
1084
|
-
"name": "EntityManagement",
|
|
1085
|
-
"module": "src/entities/entities.ts"
|
|
1086
|
-
}
|
|
992
|
+
"privacy": "public"
|
|
1087
993
|
},
|
|
1088
994
|
{
|
|
1089
995
|
"kind": "field",
|
|
1090
|
-
"name": "
|
|
996
|
+
"name": "gridOptions",
|
|
1091
997
|
"type": {
|
|
1092
|
-
"text": "
|
|
1093
|
-
},
|
|
1094
|
-
"default": "editProfileFormSchema",
|
|
1095
|
-
"inheritedFrom": {
|
|
1096
|
-
"name": "EntityManagement",
|
|
1097
|
-
"module": "src/entities/entities.ts"
|
|
998
|
+
"text": "GridOptions"
|
|
1098
999
|
}
|
|
1099
1000
|
},
|
|
1100
1001
|
{
|
|
1101
1002
|
"kind": "field",
|
|
1102
|
-
"name": "
|
|
1003
|
+
"name": "columns",
|
|
1103
1004
|
"type": {
|
|
1104
|
-
"text": "
|
|
1105
|
-
},
|
|
1106
|
-
"inheritedFrom": {
|
|
1107
|
-
"name": "EntityManagement",
|
|
1108
|
-
"module": "src/entities/entities.ts"
|
|
1005
|
+
"text": "ColDef[]"
|
|
1109
1006
|
}
|
|
1110
1007
|
},
|
|
1111
1008
|
{
|
|
1112
1009
|
"kind": "field",
|
|
1113
|
-
"name": "
|
|
1010
|
+
"name": "datasourceConfig",
|
|
1114
1011
|
"type": {
|
|
1115
|
-
"text": "
|
|
1116
|
-
},
|
|
1117
|
-
"description": "Name of the backend resource which contain the entities to manage",
|
|
1118
|
-
"privacy": "public",
|
|
1119
|
-
"default": "'ALL_PROFILES'",
|
|
1120
|
-
"inheritedFrom": {
|
|
1121
|
-
"name": "EntityManagement",
|
|
1122
|
-
"module": "src/entities/entities.ts"
|
|
1012
|
+
"text": "DatasourceConfiguration"
|
|
1123
1013
|
}
|
|
1124
1014
|
},
|
|
1125
1015
|
{
|
|
1126
1016
|
"kind": "field",
|
|
1127
|
-
"name": "
|
|
1017
|
+
"name": "actionButtonsConfig",
|
|
1128
1018
|
"type": {
|
|
1129
|
-
"text": "
|
|
1019
|
+
"text": "array"
|
|
1130
1020
|
},
|
|
1131
|
-
"
|
|
1132
|
-
"privacy": "public",
|
|
1133
|
-
"default": "'Profile Management'",
|
|
1134
|
-
"inheritedFrom": {
|
|
1135
|
-
"name": "EntityManagement",
|
|
1136
|
-
"module": "src/entities/entities.ts"
|
|
1137
|
-
}
|
|
1021
|
+
"default": "[]"
|
|
1138
1022
|
},
|
|
1139
1023
|
{
|
|
1140
1024
|
"kind": "field",
|
|
1141
|
-
"name": "
|
|
1025
|
+
"name": "deleteEvent",
|
|
1142
1026
|
"type": {
|
|
1143
1027
|
"text": "string"
|
|
1144
|
-
},
|
|
1145
|
-
"default": "'Profile'",
|
|
1146
|
-
"description": "Label for the entity which has usages such as being shown in the title of the modal wen editing the entity",
|
|
1147
|
-
"privacy": "public",
|
|
1148
|
-
"inheritedFrom": {
|
|
1149
|
-
"name": "EntityManagement",
|
|
1150
|
-
"module": "src/entities/entities.ts"
|
|
1151
1028
|
}
|
|
1152
1029
|
},
|
|
1153
1030
|
{
|
|
1154
1031
|
"kind": "field",
|
|
1155
|
-
"name": "
|
|
1032
|
+
"name": "updateEvent",
|
|
1156
1033
|
"type": {
|
|
1157
|
-
"text": "
|
|
1158
|
-
},
|
|
1159
|
-
"privacy": "protected",
|
|
1160
|
-
"description": "DI connect object which is used to interact with the backend.",
|
|
1161
|
-
"inheritedFrom": {
|
|
1162
|
-
"name": "EntityManagement",
|
|
1163
|
-
"module": "src/entities/entities.ts"
|
|
1034
|
+
"text": "string"
|
|
1164
1035
|
}
|
|
1165
1036
|
},
|
|
1166
1037
|
{
|
|
1167
|
-
"kind": "
|
|
1168
|
-
"name": "
|
|
1169
|
-
"
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
}
|
|
1038
|
+
"kind": "method",
|
|
1039
|
+
"name": "handleFilterChanged",
|
|
1040
|
+
"privacy": "private",
|
|
1041
|
+
"parameters": [
|
|
1042
|
+
{
|
|
1043
|
+
"name": "e"
|
|
1044
|
+
}
|
|
1045
|
+
]
|
|
1176
1046
|
},
|
|
1177
1047
|
{
|
|
1178
|
-
"kind": "
|
|
1179
|
-
"name": "
|
|
1180
|
-
"
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
}
|
|
1048
|
+
"kind": "method",
|
|
1049
|
+
"name": "handleFilterCleared",
|
|
1050
|
+
"privacy": "private",
|
|
1051
|
+
"parameters": [
|
|
1052
|
+
{
|
|
1053
|
+
"name": "e"
|
|
1054
|
+
}
|
|
1055
|
+
]
|
|
1187
1056
|
},
|
|
1188
1057
|
{
|
|
1189
|
-
"kind": "
|
|
1190
|
-
"name": "
|
|
1191
|
-
"
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
"inheritedFrom": {
|
|
1198
|
-
"name": "EntityManagement",
|
|
1199
|
-
"module": "src/entities/entities.ts"
|
|
1200
|
-
}
|
|
1058
|
+
"kind": "method",
|
|
1059
|
+
"name": "select",
|
|
1060
|
+
"privacy": "private",
|
|
1061
|
+
"parameters": [
|
|
1062
|
+
{
|
|
1063
|
+
"name": "e"
|
|
1064
|
+
}
|
|
1065
|
+
]
|
|
1201
1066
|
},
|
|
1202
1067
|
{
|
|
1203
1068
|
"kind": "field",
|
|
1204
|
-
"name": "
|
|
1069
|
+
"name": "edit",
|
|
1070
|
+
"privacy": "private"
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
"kind": "method",
|
|
1074
|
+
"name": "delete",
|
|
1075
|
+
"parameters": [
|
|
1076
|
+
{
|
|
1077
|
+
"name": "e"
|
|
1078
|
+
}
|
|
1079
|
+
]
|
|
1080
|
+
}
|
|
1081
|
+
],
|
|
1082
|
+
"attributes": [
|
|
1083
|
+
{
|
|
1084
|
+
"name": "resourceName",
|
|
1205
1085
|
"type": {
|
|
1206
|
-
"text": "
|
|
1086
|
+
"text": "string"
|
|
1207
1087
|
},
|
|
1208
|
-
"default": "
|
|
1209
|
-
"
|
|
1210
|
-
"privacy": "public",
|
|
1211
|
-
"inheritedFrom": {
|
|
1212
|
-
"name": "EntityManagement",
|
|
1213
|
-
"module": "src/entities/entities.ts"
|
|
1214
|
-
}
|
|
1088
|
+
"default": "''",
|
|
1089
|
+
"fieldName": "resourceName"
|
|
1215
1090
|
},
|
|
1216
1091
|
{
|
|
1217
|
-
"
|
|
1218
|
-
"name": "asyncUpdate",
|
|
1092
|
+
"name": "title",
|
|
1219
1093
|
"type": {
|
|
1220
|
-
"text": "
|
|
1094
|
+
"text": "string"
|
|
1221
1095
|
},
|
|
1222
|
-
"default": "
|
|
1223
|
-
"
|
|
1224
|
-
"privacy": "public",
|
|
1225
|
-
"inheritedFrom": {
|
|
1226
|
-
"name": "EntityManagement",
|
|
1227
|
-
"module": "src/entities/entities.ts"
|
|
1228
|
-
}
|
|
1096
|
+
"default": "''",
|
|
1097
|
+
"fieldName": "title"
|
|
1229
1098
|
},
|
|
1230
1099
|
{
|
|
1231
|
-
"
|
|
1232
|
-
"name": "enableCellFlashing",
|
|
1100
|
+
"name": "persist-column-state-key",
|
|
1233
1101
|
"type": {
|
|
1234
|
-
"text": "
|
|
1102
|
+
"text": "string"
|
|
1235
1103
|
},
|
|
1236
|
-
"
|
|
1237
|
-
"description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
|
|
1238
|
-
"privacy": "public",
|
|
1239
|
-
"inheritedFrom": {
|
|
1240
|
-
"name": "EntityManagement",
|
|
1241
|
-
"module": "src/entities/entities.ts"
|
|
1242
|
-
}
|
|
1104
|
+
"fieldName": "persistColumnStateKey"
|
|
1243
1105
|
},
|
|
1244
1106
|
{
|
|
1245
|
-
"
|
|
1246
|
-
"name": "enableRowFlashing",
|
|
1107
|
+
"name": "size-columns-to-fit",
|
|
1247
1108
|
"type": {
|
|
1248
1109
|
"text": "boolean"
|
|
1249
1110
|
},
|
|
1250
|
-
"
|
|
1251
|
-
"description": "If true, will enable row flashing for all rows for `add` async transactions",
|
|
1252
|
-
"privacy": "public",
|
|
1253
|
-
"inheritedFrom": {
|
|
1254
|
-
"name": "EntityManagement",
|
|
1255
|
-
"module": "src/entities/entities.ts"
|
|
1256
|
-
}
|
|
1111
|
+
"fieldName": "sizeColumnsToFit"
|
|
1257
1112
|
},
|
|
1258
1113
|
{
|
|
1259
|
-
"
|
|
1260
|
-
"name": "gridOptions",
|
|
1114
|
+
"name": "enable-filter-bar",
|
|
1261
1115
|
"type": {
|
|
1262
|
-
"text": "
|
|
1116
|
+
"text": "boolean"
|
|
1263
1117
|
},
|
|
1264
|
-
"
|
|
1265
|
-
"privacy": "public",
|
|
1266
|
-
"inheritedFrom": {
|
|
1267
|
-
"name": "EntityManagement",
|
|
1268
|
-
"module": "src/entities/entities.ts"
|
|
1269
|
-
}
|
|
1118
|
+
"fieldName": "enableFilterBar"
|
|
1270
1119
|
},
|
|
1271
1120
|
{
|
|
1272
|
-
"
|
|
1273
|
-
"name": "columns",
|
|
1121
|
+
"name": "async-add",
|
|
1274
1122
|
"type": {
|
|
1275
|
-
"text": "
|
|
1123
|
+
"text": "boolean"
|
|
1276
1124
|
},
|
|
1277
|
-
"
|
|
1278
|
-
"
|
|
1279
|
-
"inheritedFrom": {
|
|
1280
|
-
"name": "EntityManagement",
|
|
1281
|
-
"module": "src/entities/entities.ts"
|
|
1282
|
-
}
|
|
1125
|
+
"default": "false",
|
|
1126
|
+
"fieldName": "asyncAdd"
|
|
1283
1127
|
},
|
|
1284
1128
|
{
|
|
1285
|
-
"
|
|
1286
|
-
"name": "datasourceConfig",
|
|
1129
|
+
"name": "async-remove",
|
|
1287
1130
|
"type": {
|
|
1288
|
-
"text": "
|
|
1131
|
+
"text": "boolean"
|
|
1289
1132
|
},
|
|
1290
|
-
"
|
|
1291
|
-
"
|
|
1292
|
-
"inheritedFrom": {
|
|
1293
|
-
"name": "EntityManagement",
|
|
1294
|
-
"module": "src/entities/entities.ts"
|
|
1295
|
-
}
|
|
1133
|
+
"default": "false",
|
|
1134
|
+
"fieldName": "asyncRemove"
|
|
1296
1135
|
},
|
|
1297
1136
|
{
|
|
1298
|
-
"
|
|
1299
|
-
"name": "formUiSchema",
|
|
1137
|
+
"name": "async-update",
|
|
1300
1138
|
"type": {
|
|
1301
|
-
"text": "
|
|
1139
|
+
"text": "boolean"
|
|
1302
1140
|
},
|
|
1303
|
-
"
|
|
1304
|
-
|
|
1305
|
-
"module": "src/entities/entities.ts"
|
|
1306
|
-
}
|
|
1141
|
+
"default": "true",
|
|
1142
|
+
"fieldName": "asyncUpdate"
|
|
1307
1143
|
},
|
|
1308
1144
|
{
|
|
1309
|
-
"
|
|
1310
|
-
"name": "selectedEntity",
|
|
1145
|
+
"name": "enable-cell-flashing",
|
|
1311
1146
|
"type": {
|
|
1312
|
-
"text": "
|
|
1147
|
+
"text": "boolean"
|
|
1313
1148
|
},
|
|
1314
|
-
"
|
|
1315
|
-
"
|
|
1316
|
-
"inheritedFrom": {
|
|
1317
|
-
"name": "EntityManagement",
|
|
1318
|
-
"module": "src/entities/entities.ts"
|
|
1319
|
-
}
|
|
1149
|
+
"default": "false",
|
|
1150
|
+
"fieldName": "enableCellFlashing"
|
|
1320
1151
|
},
|
|
1321
1152
|
{
|
|
1322
|
-
"
|
|
1323
|
-
"name": "editedEntity",
|
|
1153
|
+
"name": "enable-row-flashing",
|
|
1324
1154
|
"type": {
|
|
1325
|
-
"text": "
|
|
1155
|
+
"text": "boolean"
|
|
1326
1156
|
},
|
|
1327
|
-
"
|
|
1328
|
-
"
|
|
1329
|
-
"inheritedFrom": {
|
|
1330
|
-
"name": "EntityManagement",
|
|
1331
|
-
"module": "src/entities/entities.ts"
|
|
1332
|
-
}
|
|
1157
|
+
"default": "false",
|
|
1158
|
+
"fieldName": "enableRowFlashing"
|
|
1333
1159
|
},
|
|
1334
1160
|
{
|
|
1335
|
-
"
|
|
1336
|
-
"name": "submitting",
|
|
1161
|
+
"name": "hide-edit",
|
|
1337
1162
|
"type": {
|
|
1338
1163
|
"text": "boolean"
|
|
1339
1164
|
},
|
|
1340
|
-
"
|
|
1341
|
-
|
|
1342
|
-
"module": "src/entities/entities.ts"
|
|
1343
|
-
}
|
|
1165
|
+
"default": "false",
|
|
1166
|
+
"fieldName": "hideEdit"
|
|
1344
1167
|
},
|
|
1345
1168
|
{
|
|
1346
|
-
"
|
|
1347
|
-
"name": "defaultEntityValues",
|
|
1169
|
+
"name": "hide-delete",
|
|
1348
1170
|
"type": {
|
|
1349
|
-
"text": "
|
|
1171
|
+
"text": "boolean"
|
|
1350
1172
|
},
|
|
1351
|
-
"
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1173
|
+
"default": "false",
|
|
1174
|
+
"fieldName": "hideDelete"
|
|
1175
|
+
}
|
|
1176
|
+
],
|
|
1177
|
+
"superclass": {
|
|
1178
|
+
"name": "FASTElement",
|
|
1179
|
+
"package": "@microsoft/fast-element"
|
|
1180
|
+
},
|
|
1181
|
+
"tagName": "entity-list",
|
|
1182
|
+
"customElement": true
|
|
1183
|
+
}
|
|
1184
|
+
],
|
|
1185
|
+
"exports": [
|
|
1186
|
+
{
|
|
1187
|
+
"kind": "js",
|
|
1188
|
+
"name": "List",
|
|
1189
|
+
"declaration": {
|
|
1190
|
+
"name": "List",
|
|
1191
|
+
"module": "src/list/list.ts"
|
|
1192
|
+
}
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
"kind": "custom-element-definition",
|
|
1196
|
+
"name": "entity-list",
|
|
1197
|
+
"declaration": {
|
|
1198
|
+
"name": "List",
|
|
1199
|
+
"module": "src/list/list.ts"
|
|
1200
|
+
}
|
|
1201
|
+
}
|
|
1202
|
+
]
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"kind": "javascript-module",
|
|
1206
|
+
"path": "src/main/index.ts",
|
|
1207
|
+
"declarations": [],
|
|
1208
|
+
"exports": [
|
|
1209
|
+
{
|
|
1210
|
+
"kind": "js",
|
|
1211
|
+
"name": "*",
|
|
1212
|
+
"declaration": {
|
|
1213
|
+
"name": "*",
|
|
1214
|
+
"package": "./main.template"
|
|
1215
|
+
}
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
"kind": "js",
|
|
1219
|
+
"name": "*",
|
|
1220
|
+
"declaration": {
|
|
1221
|
+
"name": "*",
|
|
1222
|
+
"package": "./main"
|
|
1223
|
+
}
|
|
1224
|
+
}
|
|
1225
|
+
]
|
|
1226
|
+
},
|
|
1227
|
+
{
|
|
1228
|
+
"kind": "javascript-module",
|
|
1229
|
+
"path": "src/main/main.styles.ts",
|
|
1230
|
+
"declarations": [
|
|
1231
|
+
{
|
|
1232
|
+
"kind": "variable",
|
|
1233
|
+
"name": "MainStyles",
|
|
1234
|
+
"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`"
|
|
1235
|
+
}
|
|
1236
|
+
],
|
|
1237
|
+
"exports": [
|
|
1238
|
+
{
|
|
1239
|
+
"kind": "js",
|
|
1240
|
+
"name": "MainStyles",
|
|
1241
|
+
"declaration": {
|
|
1242
|
+
"name": "MainStyles",
|
|
1243
|
+
"module": "src/main/main.styles.ts"
|
|
1244
|
+
}
|
|
1245
|
+
}
|
|
1246
|
+
]
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
"kind": "javascript-module",
|
|
1250
|
+
"path": "src/main/main.template.ts",
|
|
1251
|
+
"declarations": [],
|
|
1252
|
+
"exports": []
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"kind": "javascript-module",
|
|
1256
|
+
"path": "src/main/main.ts",
|
|
1257
|
+
"declarations": [
|
|
1258
|
+
{
|
|
1259
|
+
"kind": "class",
|
|
1260
|
+
"description": "",
|
|
1261
|
+
"name": "MainApplication",
|
|
1262
|
+
"members": [
|
|
1368
1263
|
{
|
|
1369
1264
|
"kind": "field",
|
|
1370
|
-
"name": "
|
|
1265
|
+
"name": "config",
|
|
1371
1266
|
"type": {
|
|
1372
|
-
"text": "
|
|
1373
|
-
},
|
|
1374
|
-
"default": "false",
|
|
1375
|
-
"inheritedFrom": {
|
|
1376
|
-
"name": "EntityManagement",
|
|
1377
|
-
"module": "src/entities/entities.ts"
|
|
1378
|
-
}
|
|
1379
|
-
},
|
|
1380
|
-
{
|
|
1381
|
-
"kind": "method",
|
|
1382
|
-
"name": "editModalVisibleChanged",
|
|
1383
|
-
"inheritedFrom": {
|
|
1384
|
-
"name": "EntityManagement",
|
|
1385
|
-
"module": "src/entities/entities.ts"
|
|
1267
|
+
"text": "MainRouterConfig"
|
|
1386
1268
|
}
|
|
1387
1269
|
},
|
|
1388
1270
|
{
|
|
1389
1271
|
"kind": "field",
|
|
1390
|
-
"name": "
|
|
1272
|
+
"name": "connect",
|
|
1391
1273
|
"type": {
|
|
1392
|
-
"text": "
|
|
1393
|
-
},
|
|
1394
|
-
"privacy": "public",
|
|
1395
|
-
"inheritedFrom": {
|
|
1396
|
-
"name": "EntityManagement",
|
|
1397
|
-
"module": "src/entities/entities.ts"
|
|
1274
|
+
"text": "Connect"
|
|
1398
1275
|
}
|
|
1399
1276
|
},
|
|
1400
1277
|
{
|
|
1401
1278
|
"kind": "field",
|
|
1402
|
-
"name": "
|
|
1279
|
+
"name": "session",
|
|
1403
1280
|
"type": {
|
|
1404
|
-
"text": "
|
|
1405
|
-
},
|
|
1406
|
-
"inheritedFrom": {
|
|
1407
|
-
"name": "EntityManagement",
|
|
1408
|
-
"module": "src/entities/entities.ts"
|
|
1281
|
+
"text": "Session"
|
|
1409
1282
|
}
|
|
1410
1283
|
},
|
|
1411
1284
|
{
|
|
1412
1285
|
"kind": "field",
|
|
1413
|
-
"name": "
|
|
1286
|
+
"name": "container",
|
|
1414
1287
|
"type": {
|
|
1415
|
-
"text": "
|
|
1416
|
-
},
|
|
1417
|
-
"inheritedFrom": {
|
|
1418
|
-
"name": "EntityManagement",
|
|
1419
|
-
"module": "src/entities/entities.ts"
|
|
1288
|
+
"text": "Container"
|
|
1420
1289
|
}
|
|
1421
1290
|
},
|
|
1422
1291
|
{
|
|
1423
1292
|
"kind": "field",
|
|
1424
|
-
"name": "
|
|
1293
|
+
"name": "provider",
|
|
1425
1294
|
"type": {
|
|
1426
|
-
"text": "
|
|
1427
|
-
},
|
|
1428
|
-
"default": "false",
|
|
1429
|
-
"inheritedFrom": {
|
|
1430
|
-
"name": "EntityManagement",
|
|
1431
|
-
"module": "src/entities/entities.ts"
|
|
1295
|
+
"text": "any"
|
|
1432
1296
|
}
|
|
1433
1297
|
},
|
|
1434
1298
|
{
|
|
1435
1299
|
"kind": "field",
|
|
1436
|
-
"name": "
|
|
1300
|
+
"name": "ready",
|
|
1437
1301
|
"type": {
|
|
1438
1302
|
"text": "boolean"
|
|
1439
1303
|
},
|
|
1440
|
-
"default": "false"
|
|
1441
|
-
"inheritedFrom": {
|
|
1442
|
-
"name": "EntityManagement",
|
|
1443
|
-
"module": "src/entities/entities.ts"
|
|
1444
|
-
}
|
|
1304
|
+
"default": "false"
|
|
1445
1305
|
},
|
|
1446
1306
|
{
|
|
1447
1307
|
"kind": "field",
|
|
1448
|
-
"name": "
|
|
1308
|
+
"name": "data",
|
|
1449
1309
|
"type": {
|
|
1450
|
-
"text": "
|
|
1310
|
+
"text": "any"
|
|
1451
1311
|
},
|
|
1452
|
-
"default": "
|
|
1453
|
-
"description": "Determines where the modal dialog will appear on screen",
|
|
1454
|
-
"privacy": "public",
|
|
1455
|
-
"inheritedFrom": {
|
|
1456
|
-
"name": "EntityManagement",
|
|
1457
|
-
"module": "src/entities/entities.ts"
|
|
1458
|
-
}
|
|
1312
|
+
"default": "null"
|
|
1459
1313
|
},
|
|
1460
1314
|
{
|
|
1461
1315
|
"kind": "method",
|
|
1462
|
-
"name": "
|
|
1463
|
-
"return": {
|
|
1464
|
-
"type": {
|
|
1465
|
-
"text": "Node"
|
|
1466
|
-
}
|
|
1467
|
-
},
|
|
1468
|
-
"description": "Override the deepClone method to ensure that observable attributes are cloned",
|
|
1469
|
-
"privacy": "public",
|
|
1470
|
-
"inheritedFrom": {
|
|
1471
|
-
"name": "EntityManagement",
|
|
1472
|
-
"module": "src/entities/entities.ts"
|
|
1473
|
-
}
|
|
1316
|
+
"name": "onLuminanceToggle"
|
|
1474
1317
|
},
|
|
1475
1318
|
{
|
|
1476
1319
|
"kind": "method",
|
|
1477
|
-
"name": "
|
|
1478
|
-
"privacy": "public",
|
|
1479
|
-
"parameters": [
|
|
1480
|
-
{
|
|
1481
|
-
"name": "e",
|
|
1482
|
-
"type": {
|
|
1483
|
-
"text": "CustomEvent"
|
|
1484
|
-
},
|
|
1485
|
-
"description": "CustomEvent which contains the payload for the entity to submit to the backend\n\nEmits an event upon error"
|
|
1486
|
-
}
|
|
1487
|
-
],
|
|
1488
|
-
"description": "Event handler for when the user submits the action for the currently open form, either editing or adding the entity",
|
|
1489
|
-
"inheritedFrom": {
|
|
1490
|
-
"name": "EntityManagement",
|
|
1491
|
-
"module": "src/entities/entities.ts"
|
|
1492
|
-
}
|
|
1320
|
+
"name": "loadRemotes"
|
|
1493
1321
|
},
|
|
1494
1322
|
{
|
|
1495
1323
|
"kind": "method",
|
|
1496
|
-
"name": "
|
|
1497
|
-
"privacy": "private",
|
|
1498
|
-
"parameters": [
|
|
1499
|
-
{
|
|
1500
|
-
"name": "e",
|
|
1501
|
-
"type": {
|
|
1502
|
-
"text": "CustomEvent"
|
|
1503
|
-
}
|
|
1504
|
-
}
|
|
1505
|
-
],
|
|
1506
|
-
"inheritedFrom": {
|
|
1507
|
-
"name": "EntityManagement",
|
|
1508
|
-
"module": "src/entities/entities.ts"
|
|
1509
|
-
}
|
|
1324
|
+
"name": "selectTemplate"
|
|
1510
1325
|
},
|
|
1511
1326
|
{
|
|
1512
1327
|
"kind": "method",
|
|
1513
|
-
"name": "
|
|
1514
|
-
"privacy": "
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1328
|
+
"name": "registerDIDependencies",
|
|
1329
|
+
"privacy": "private"
|
|
1330
|
+
}
|
|
1331
|
+
],
|
|
1332
|
+
"superclass": {
|
|
1333
|
+
"name": "FASTElement",
|
|
1334
|
+
"package": "@microsoft/fast-element"
|
|
1335
|
+
},
|
|
1336
|
+
"customElement": true
|
|
1337
|
+
}
|
|
1338
|
+
],
|
|
1339
|
+
"exports": [
|
|
1340
|
+
{
|
|
1341
|
+
"kind": "js",
|
|
1342
|
+
"name": "MainApplication",
|
|
1343
|
+
"declaration": {
|
|
1344
|
+
"name": "MainApplication",
|
|
1345
|
+
"module": "src/main/main.ts"
|
|
1346
|
+
}
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"kind": "custom-element-definition",
|
|
1350
|
+
"declaration": {
|
|
1351
|
+
"name": "MainApplication",
|
|
1352
|
+
"module": "src/main/main.ts"
|
|
1353
|
+
}
|
|
1354
|
+
}
|
|
1355
|
+
]
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"kind": "javascript-module",
|
|
1359
|
+
"path": "src/profiles/editProfileSchema.ts",
|
|
1360
|
+
"declarations": [
|
|
1361
|
+
{
|
|
1362
|
+
"kind": "variable",
|
|
1363
|
+
"name": "editProfileFormSchema",
|
|
1364
|
+
"type": {
|
|
1365
|
+
"text": "object"
|
|
1366
|
+
},
|
|
1367
|
+
"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}"
|
|
1368
|
+
}
|
|
1369
|
+
],
|
|
1370
|
+
"exports": [
|
|
1371
|
+
{
|
|
1372
|
+
"kind": "js",
|
|
1373
|
+
"name": "editProfileFormSchema",
|
|
1374
|
+
"declaration": {
|
|
1375
|
+
"name": "editProfileFormSchema",
|
|
1376
|
+
"module": "src/profiles/editProfileSchema.ts"
|
|
1377
|
+
}
|
|
1378
|
+
}
|
|
1379
|
+
]
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
"kind": "javascript-module",
|
|
1383
|
+
"path": "src/profiles/profiles.ts",
|
|
1384
|
+
"declarations": [
|
|
1385
|
+
{
|
|
1386
|
+
"kind": "class",
|
|
1387
|
+
"description": "Main class which defined the profile management functionality",
|
|
1388
|
+
"name": "Profiles",
|
|
1389
|
+
"members": [
|
|
1520
1390
|
{
|
|
1521
1391
|
"kind": "method",
|
|
1522
|
-
"name": "
|
|
1392
|
+
"name": "readProfileData",
|
|
1523
1393
|
"privacy": "public",
|
|
1524
1394
|
"parameters": [
|
|
1525
1395
|
{
|
|
1526
|
-
"name": "
|
|
1527
|
-
"type": {
|
|
1528
|
-
"text": "CustomEvent<string>"
|
|
1529
|
-
}
|
|
1396
|
+
"name": "profile"
|
|
1530
1397
|
}
|
|
1531
|
-
]
|
|
1398
|
+
]
|
|
1399
|
+
},
|
|
1400
|
+
{
|
|
1401
|
+
"kind": "method",
|
|
1402
|
+
"name": "confirmDelete",
|
|
1532
1403
|
"inheritedFrom": {
|
|
1533
1404
|
"name": "EntityManagement",
|
|
1534
1405
|
"module": "src/entities/entities.ts"
|
|
1535
1406
|
}
|
|
1536
1407
|
},
|
|
1537
1408
|
{
|
|
1538
|
-
"kind": "
|
|
1539
|
-
"name": "
|
|
1409
|
+
"kind": "field",
|
|
1410
|
+
"name": "createEvent",
|
|
1411
|
+
"type": {
|
|
1412
|
+
"text": "string"
|
|
1413
|
+
},
|
|
1414
|
+
"description": "Name of the event handler on the Genesis server which handles creating an entity",
|
|
1540
1415
|
"privacy": "public",
|
|
1541
|
-
"parameters": [
|
|
1542
|
-
{
|
|
1543
|
-
"name": "e",
|
|
1544
|
-
"type": {
|
|
1545
|
-
"text": "CustomEvent"
|
|
1546
|
-
}
|
|
1547
|
-
}
|
|
1548
|
-
],
|
|
1549
1416
|
"inheritedFrom": {
|
|
1550
1417
|
"name": "EntityManagement",
|
|
1551
1418
|
"module": "src/entities/entities.ts"
|
|
1552
1419
|
}
|
|
1553
1420
|
},
|
|
1554
1421
|
{
|
|
1555
|
-
"kind": "
|
|
1556
|
-
"name": "
|
|
1557
|
-
"
|
|
1422
|
+
"kind": "field",
|
|
1423
|
+
"name": "deleteEvent",
|
|
1424
|
+
"type": {
|
|
1425
|
+
"text": "string"
|
|
1426
|
+
},
|
|
1427
|
+
"description": "Name of the event handler on the Genesis server which handles deleting the entity",
|
|
1428
|
+
"privacy": "public",
|
|
1558
1429
|
"inheritedFrom": {
|
|
1559
1430
|
"name": "EntityManagement",
|
|
1560
|
-
"module": "src/entities/entities.ts"
|
|
1561
|
-
}
|
|
1562
|
-
}
|
|
1563
|
-
],
|
|
1564
|
-
"superclass": {
|
|
1565
|
-
"name": "EntityManagement",
|
|
1566
|
-
"module": "/src/entities"
|
|
1567
|
-
},
|
|
1568
|
-
"tagName": "profile-management",
|
|
1569
|
-
"customElement": true,
|
|
1570
|
-
"attributes": [
|
|
1431
|
+
"module": "src/entities/entities.ts"
|
|
1432
|
+
}
|
|
1433
|
+
},
|
|
1571
1434
|
{
|
|
1572
|
-
"
|
|
1435
|
+
"kind": "field",
|
|
1436
|
+
"name": "updateEvent",
|
|
1573
1437
|
"type": {
|
|
1574
1438
|
"text": "string"
|
|
1575
1439
|
},
|
|
1576
|
-
"description": "Name of the
|
|
1577
|
-
"
|
|
1440
|
+
"description": "Name of the event handler on the Genesis server which handles updating the entity",
|
|
1441
|
+
"privacy": "public",
|
|
1578
1442
|
"inheritedFrom": {
|
|
1579
1443
|
"name": "EntityManagement",
|
|
1580
1444
|
"module": "src/entities/entities.ts"
|
|
1581
1445
|
}
|
|
1582
1446
|
},
|
|
1583
1447
|
{
|
|
1584
|
-
"
|
|
1448
|
+
"kind": "field",
|
|
1449
|
+
"name": "persistColumnStateKey",
|
|
1585
1450
|
"type": {
|
|
1586
1451
|
"text": "string"
|
|
1587
1452
|
},
|
|
1588
|
-
"
|
|
1453
|
+
"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.",
|
|
1454
|
+
"privacy": "public",
|
|
1455
|
+
"default": "'entity_profiles_management'",
|
|
1589
1456
|
"inheritedFrom": {
|
|
1590
1457
|
"name": "EntityManagement",
|
|
1591
1458
|
"module": "src/entities/entities.ts"
|
|
1592
1459
|
}
|
|
1593
1460
|
},
|
|
1594
1461
|
{
|
|
1462
|
+
"kind": "field",
|
|
1463
|
+
"name": "updateFormUiSchema",
|
|
1595
1464
|
"type": {
|
|
1596
|
-
"text": "
|
|
1465
|
+
"text": "any"
|
|
1597
1466
|
},
|
|
1598
|
-
"
|
|
1467
|
+
"default": "editProfileFormSchema",
|
|
1599
1468
|
"inheritedFrom": {
|
|
1600
1469
|
"name": "EntityManagement",
|
|
1601
1470
|
"module": "src/entities/entities.ts"
|
|
1602
1471
|
}
|
|
1603
1472
|
},
|
|
1604
1473
|
{
|
|
1605
|
-
"
|
|
1474
|
+
"kind": "field",
|
|
1475
|
+
"name": "createFormUiSchema",
|
|
1606
1476
|
"type": {
|
|
1607
|
-
"text": "
|
|
1477
|
+
"text": "any"
|
|
1608
1478
|
},
|
|
1609
|
-
"
|
|
1610
|
-
"fieldName": "updateEvent",
|
|
1479
|
+
"default": "editProfileFormSchema",
|
|
1611
1480
|
"inheritedFrom": {
|
|
1612
1481
|
"name": "EntityManagement",
|
|
1613
1482
|
"module": "src/entities/entities.ts"
|
|
1614
1483
|
}
|
|
1615
1484
|
},
|
|
1616
1485
|
{
|
|
1617
|
-
"
|
|
1486
|
+
"kind": "field",
|
|
1487
|
+
"name": "readEventFn",
|
|
1618
1488
|
"type": {
|
|
1619
|
-
"text": "
|
|
1489
|
+
"text": "(...args) => {}"
|
|
1620
1490
|
},
|
|
1621
|
-
"description": "Name of the event handler on the Genesis server which handles deleting the entity",
|
|
1622
|
-
"fieldName": "deleteEvent",
|
|
1623
1491
|
"inheritedFrom": {
|
|
1624
1492
|
"name": "EntityManagement",
|
|
1625
1493
|
"module": "src/entities/entities.ts"
|
|
1626
1494
|
}
|
|
1627
1495
|
},
|
|
1628
1496
|
{
|
|
1629
|
-
"
|
|
1497
|
+
"kind": "field",
|
|
1498
|
+
"name": "resourceName",
|
|
1630
1499
|
"type": {
|
|
1631
1500
|
"text": "string"
|
|
1632
1501
|
},
|
|
1633
|
-
"description": "Name of the
|
|
1634
|
-
"
|
|
1502
|
+
"description": "Name of the backend resource which contain the entities to manage",
|
|
1503
|
+
"privacy": "public",
|
|
1504
|
+
"default": "'ALL_PROFILES'",
|
|
1635
1505
|
"inheritedFrom": {
|
|
1636
1506
|
"name": "EntityManagement",
|
|
1637
1507
|
"module": "src/entities/entities.ts"
|
|
1638
1508
|
}
|
|
1639
1509
|
},
|
|
1640
1510
|
{
|
|
1511
|
+
"kind": "field",
|
|
1641
1512
|
"name": "title",
|
|
1642
1513
|
"type": {
|
|
1643
1514
|
"text": "string"
|
|
1644
1515
|
},
|
|
1645
1516
|
"description": "Title of the grid",
|
|
1646
|
-
"
|
|
1517
|
+
"privacy": "public",
|
|
1518
|
+
"default": "'Profile Management'",
|
|
1647
1519
|
"inheritedFrom": {
|
|
1648
1520
|
"name": "EntityManagement",
|
|
1649
1521
|
"module": "src/entities/entities.ts"
|
|
1650
1522
|
}
|
|
1651
1523
|
},
|
|
1652
1524
|
{
|
|
1525
|
+
"kind": "field",
|
|
1653
1526
|
"name": "entityLabel",
|
|
1654
1527
|
"type": {
|
|
1655
1528
|
"text": "string"
|
|
1656
1529
|
},
|
|
1657
|
-
"default": "''",
|
|
1530
|
+
"default": "'Profile'",
|
|
1658
1531
|
"description": "Label for the entity which has usages such as being shown in the title of the modal wen editing the entity",
|
|
1659
|
-
"
|
|
1532
|
+
"privacy": "public",
|
|
1660
1533
|
"inheritedFrom": {
|
|
1661
1534
|
"name": "EntityManagement",
|
|
1662
1535
|
"module": "src/entities/entities.ts"
|
|
1663
1536
|
}
|
|
1664
1537
|
},
|
|
1665
1538
|
{
|
|
1666
|
-
"
|
|
1539
|
+
"kind": "field",
|
|
1540
|
+
"name": "connect",
|
|
1667
1541
|
"type": {
|
|
1668
|
-
"text": "
|
|
1542
|
+
"text": "Connect"
|
|
1669
1543
|
},
|
|
1670
|
-
"
|
|
1671
|
-
"description": "
|
|
1672
|
-
"fieldName": "asyncAdd",
|
|
1544
|
+
"privacy": "protected",
|
|
1545
|
+
"description": "DI connect object which is used to interact with the backend.",
|
|
1673
1546
|
"inheritedFrom": {
|
|
1674
1547
|
"name": "EntityManagement",
|
|
1675
1548
|
"module": "src/entities/entities.ts"
|
|
1676
1549
|
}
|
|
1677
1550
|
},
|
|
1678
1551
|
{
|
|
1679
|
-
"
|
|
1552
|
+
"kind": "field",
|
|
1553
|
+
"name": "readEvent",
|
|
1680
1554
|
"type": {
|
|
1681
|
-
"text": "
|
|
1555
|
+
"text": "string"
|
|
1682
1556
|
},
|
|
1683
|
-
"default": "false",
|
|
1684
|
-
"description": "Whether to use the `applyTransactionAsync` function for *remove* transactions",
|
|
1685
|
-
"fieldName": "asyncRemove",
|
|
1686
1557
|
"inheritedFrom": {
|
|
1687
1558
|
"name": "EntityManagement",
|
|
1688
1559
|
"module": "src/entities/entities.ts"
|
|
1689
1560
|
}
|
|
1690
1561
|
},
|
|
1691
1562
|
{
|
|
1692
|
-
"
|
|
1563
|
+
"kind": "field",
|
|
1564
|
+
"name": "readonly",
|
|
1693
1565
|
"type": {
|
|
1694
1566
|
"text": "boolean"
|
|
1695
1567
|
},
|
|
1696
|
-
"default": "true",
|
|
1697
|
-
"description": "Whether to use the `applyTransactionAsync` function for *update* transactions",
|
|
1698
|
-
"fieldName": "asyncUpdate",
|
|
1699
1568
|
"inheritedFrom": {
|
|
1700
1569
|
"name": "EntityManagement",
|
|
1701
1570
|
"module": "src/entities/entities.ts"
|
|
1702
1571
|
}
|
|
1703
1572
|
},
|
|
1704
1573
|
{
|
|
1705
|
-
"
|
|
1574
|
+
"kind": "field",
|
|
1575
|
+
"name": "asyncAdd",
|
|
1706
1576
|
"type": {
|
|
1707
1577
|
"text": "boolean"
|
|
1708
1578
|
},
|
|
1709
1579
|
"default": "false",
|
|
1710
|
-
"description": "
|
|
1711
|
-
"
|
|
1580
|
+
"description": "Whether to use the `applyTransactionAsync` function for *add* transactions",
|
|
1581
|
+
"privacy": "public",
|
|
1712
1582
|
"inheritedFrom": {
|
|
1713
1583
|
"name": "EntityManagement",
|
|
1714
1584
|
"module": "src/entities/entities.ts"
|
|
1715
1585
|
}
|
|
1716
1586
|
},
|
|
1717
1587
|
{
|
|
1718
|
-
"
|
|
1588
|
+
"kind": "field",
|
|
1589
|
+
"name": "asyncRemove",
|
|
1719
1590
|
"type": {
|
|
1720
1591
|
"text": "boolean"
|
|
1721
1592
|
},
|
|
1722
1593
|
"default": "false",
|
|
1723
|
-
"description": "
|
|
1724
|
-
"
|
|
1725
|
-
"inheritedFrom": {
|
|
1726
|
-
"name": "EntityManagement",
|
|
1727
|
-
"module": "src/entities/entities.ts"
|
|
1728
|
-
}
|
|
1729
|
-
},
|
|
1730
|
-
{
|
|
1731
|
-
"name": "persist-column-state-key",
|
|
1732
|
-
"type": {
|
|
1733
|
-
"text": "string"
|
|
1734
|
-
},
|
|
1735
|
-
"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.",
|
|
1736
|
-
"fieldName": "persistColumnStateKey",
|
|
1594
|
+
"description": "Whether to use the `applyTransactionAsync` function for *remove* transactions",
|
|
1595
|
+
"privacy": "public",
|
|
1737
1596
|
"inheritedFrom": {
|
|
1738
1597
|
"name": "EntityManagement",
|
|
1739
1598
|
"module": "src/entities/entities.ts"
|
|
1740
1599
|
}
|
|
1741
1600
|
},
|
|
1742
1601
|
{
|
|
1743
|
-
"
|
|
1602
|
+
"kind": "field",
|
|
1603
|
+
"name": "asyncUpdate",
|
|
1744
1604
|
"type": {
|
|
1745
1605
|
"text": "boolean"
|
|
1746
1606
|
},
|
|
1747
|
-
"
|
|
1607
|
+
"default": "true",
|
|
1608
|
+
"description": "Whether to use the `applyTransactionAsync` function for *update* transactions",
|
|
1609
|
+
"privacy": "public",
|
|
1748
1610
|
"inheritedFrom": {
|
|
1749
1611
|
"name": "EntityManagement",
|
|
1750
1612
|
"module": "src/entities/entities.ts"
|
|
1751
1613
|
}
|
|
1752
1614
|
},
|
|
1753
1615
|
{
|
|
1754
|
-
"
|
|
1616
|
+
"kind": "field",
|
|
1617
|
+
"name": "enableCellFlashing",
|
|
1755
1618
|
"type": {
|
|
1756
1619
|
"text": "boolean"
|
|
1757
1620
|
},
|
|
1758
|
-
"
|
|
1621
|
+
"default": "false",
|
|
1622
|
+
"description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
|
|
1623
|
+
"privacy": "public",
|
|
1759
1624
|
"inheritedFrom": {
|
|
1760
1625
|
"name": "EntityManagement",
|
|
1761
1626
|
"module": "src/entities/entities.ts"
|
|
1762
1627
|
}
|
|
1763
1628
|
},
|
|
1764
1629
|
{
|
|
1765
|
-
"
|
|
1630
|
+
"kind": "field",
|
|
1631
|
+
"name": "enableRowFlashing",
|
|
1766
1632
|
"type": {
|
|
1767
1633
|
"text": "boolean"
|
|
1768
1634
|
},
|
|
1769
1635
|
"default": "false",
|
|
1770
|
-
"
|
|
1636
|
+
"description": "If true, will enable row flashing for all rows for `add` async transactions",
|
|
1637
|
+
"privacy": "public",
|
|
1771
1638
|
"inheritedFrom": {
|
|
1772
1639
|
"name": "EntityManagement",
|
|
1773
1640
|
"module": "src/entities/entities.ts"
|
|
1774
1641
|
}
|
|
1775
1642
|
},
|
|
1776
1643
|
{
|
|
1777
|
-
"
|
|
1644
|
+
"kind": "field",
|
|
1645
|
+
"name": "gridOptions",
|
|
1778
1646
|
"type": {
|
|
1779
|
-
"text": "
|
|
1647
|
+
"text": "GridOptions"
|
|
1780
1648
|
},
|
|
1781
|
-
"
|
|
1782
|
-
"
|
|
1649
|
+
"description": "GridOptions to be passed down from application",
|
|
1650
|
+
"privacy": "public",
|
|
1783
1651
|
"inheritedFrom": {
|
|
1784
1652
|
"name": "EntityManagement",
|
|
1785
1653
|
"module": "src/entities/entities.ts"
|
|
1786
1654
|
}
|
|
1787
1655
|
},
|
|
1788
1656
|
{
|
|
1789
|
-
"
|
|
1657
|
+
"kind": "field",
|
|
1658
|
+
"name": "columns",
|
|
1790
1659
|
"type": {
|
|
1791
|
-
"text": "
|
|
1660
|
+
"text": "ColDef[]"
|
|
1792
1661
|
},
|
|
1793
|
-
"
|
|
1794
|
-
"
|
|
1795
|
-
"fieldName": "modalPosition",
|
|
1662
|
+
"description": "Array which holds the column definitions.",
|
|
1663
|
+
"privacy": "public",
|
|
1796
1664
|
"inheritedFrom": {
|
|
1797
1665
|
"name": "EntityManagement",
|
|
1798
1666
|
"module": "src/entities/entities.ts"
|
|
1799
1667
|
}
|
|
1800
|
-
}
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
"kind": "custom-element-definition",
|
|
1815
|
-
"name": "profile-management",
|
|
1816
|
-
"declaration": {
|
|
1817
|
-
"name": "Profiles",
|
|
1818
|
-
"module": "src/profiles/profiles.ts"
|
|
1819
|
-
}
|
|
1820
|
-
}
|
|
1821
|
-
]
|
|
1822
|
-
},
|
|
1823
|
-
{
|
|
1824
|
-
"kind": "javascript-module",
|
|
1825
|
-
"path": "src/routes/config.ts",
|
|
1826
|
-
"declarations": [],
|
|
1827
|
-
"exports": []
|
|
1828
|
-
},
|
|
1829
|
-
{
|
|
1830
|
-
"kind": "javascript-module",
|
|
1831
|
-
"path": "src/routes/index.ts",
|
|
1832
|
-
"declarations": [],
|
|
1833
|
-
"exports": [
|
|
1834
|
-
{
|
|
1835
|
-
"kind": "js",
|
|
1836
|
-
"name": "*",
|
|
1837
|
-
"declaration": {
|
|
1838
|
-
"name": "*",
|
|
1839
|
-
"package": "./config"
|
|
1840
|
-
}
|
|
1841
|
-
}
|
|
1842
|
-
]
|
|
1843
|
-
},
|
|
1844
|
-
{
|
|
1845
|
-
"kind": "javascript-module",
|
|
1846
|
-
"path": "src/list/index.ts",
|
|
1847
|
-
"declarations": [],
|
|
1848
|
-
"exports": [
|
|
1849
|
-
{
|
|
1850
|
-
"kind": "js",
|
|
1851
|
-
"name": "*",
|
|
1852
|
-
"declaration": {
|
|
1853
|
-
"name": "*",
|
|
1854
|
-
"package": "./list"
|
|
1855
|
-
}
|
|
1856
|
-
}
|
|
1857
|
-
]
|
|
1858
|
-
},
|
|
1859
|
-
{
|
|
1860
|
-
"kind": "javascript-module",
|
|
1861
|
-
"path": "src/list/list.styles.ts",
|
|
1862
|
-
"declarations": [
|
|
1863
|
-
{
|
|
1864
|
-
"kind": "variable",
|
|
1865
|
-
"name": "listStyles",
|
|
1866
|
-
"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`"
|
|
1867
|
-
}
|
|
1868
|
-
],
|
|
1869
|
-
"exports": [
|
|
1870
|
-
{
|
|
1871
|
-
"kind": "js",
|
|
1872
|
-
"name": "listStyles",
|
|
1873
|
-
"declaration": {
|
|
1874
|
-
"name": "listStyles",
|
|
1875
|
-
"module": "src/list/list.styles.ts"
|
|
1876
|
-
}
|
|
1877
|
-
}
|
|
1878
|
-
]
|
|
1879
|
-
},
|
|
1880
|
-
{
|
|
1881
|
-
"kind": "javascript-module",
|
|
1882
|
-
"path": "src/list/list.template.ts",
|
|
1883
|
-
"declarations": [
|
|
1884
|
-
{
|
|
1885
|
-
"kind": "variable",
|
|
1886
|
-
"name": "listTemplate",
|
|
1887
|
-
"default": "html<List>`\n <div class=\"container\">\n ${when(\n (x) => x.enableFilterBar,\n html<List>`\n <zero-filter-bar\n resource=${(x) => x.resourceName}\n only=${(x) => x.columns?.map((colDef) => colDef.field).filter((field) => !!field)}\n labels=${(x) => x.columns?.map((colDef) => colDef.headerName || '')}\n target=\"datasource\"\n ></zero-filter-bar>\n `,\n )}\n <zero-grid-pro\n ${ref('grid')}\n auto-cell-renderer-by-type\n rowSelection=\"single\"\n rowHeight=\"36\"\n headerHeight=\"36\"\n persist-column-state-key=${(x) => x.persistColumnStateKey}\n ?only-template-col-defs=${(x) => !!x.columns}\n suppressCellFocus=\"true\"\n suppressRowDeselection=\"true\"\n async-add=${(x) => x.asyncAdd}\n async-remove=${(x) => x.asyncRemove}\n async-update=${(x) => x.asyncUpdate}\n enable-cell-flashing=${(x) => x.enableCellFlashing}\n enable-row-flashing=${(x) => x.enableRowFlashing}\n >\n <grid-pro-genesis-datasource\n ${ref('datasource')}\n :deferredGridOptions=${(x) => x.gridOptions}\n criteria=${(x) => x.datasourceConfig?.criteria}\n fields=${(x) => x.datasourceConfig?.fields}\n is-snapshot=${(x) => x.datasourceConfig?.isSnapshot}\n max-rows=${(x) => x.datasourceConfig?.maxRows}\n max-view=${(x) => x.datasourceConfig?.maxView}\n moving-view=${(x) => x.datasourceConfig?.movingView}\n order-by=${(x) => x.datasourceConfig?.orderBy}\n polling-interval=${(x) => x.datasourceConfig?.pollingInterval}\n resource-name=${(x) => x.resourceName}\n reverse=${(x) => x.datasourceConfig?.reverse}\n ></grid-pro-genesis-datasource>\n ${repeat(\n (x) => x.columns,\n html`\n <grid-pro-column :definition=${(x) => x}></grid-pro-column>\n `,\n )}\n ${repeat(\n (x) => x.actionButtonsConfig,\n html`\n <grid-pro-column :definition=${(x) => x}></grid-pro-column>\n `,\n )}\n </zero-grid-pro>\n </div>\n`"
|
|
1888
|
-
}
|
|
1889
|
-
],
|
|
1890
|
-
"exports": [
|
|
1891
|
-
{
|
|
1892
|
-
"kind": "js",
|
|
1893
|
-
"name": "listTemplate",
|
|
1894
|
-
"declaration": {
|
|
1895
|
-
"name": "listTemplate",
|
|
1896
|
-
"module": "src/list/list.template.ts"
|
|
1897
|
-
}
|
|
1898
|
-
}
|
|
1899
|
-
]
|
|
1900
|
-
},
|
|
1901
|
-
{
|
|
1902
|
-
"kind": "javascript-module",
|
|
1903
|
-
"path": "src/list/list.ts",
|
|
1904
|
-
"declarations": [
|
|
1905
|
-
{
|
|
1906
|
-
"kind": "class",
|
|
1907
|
-
"description": "",
|
|
1908
|
-
"name": "List",
|
|
1909
|
-
"members": [
|
|
1668
|
+
},
|
|
1669
|
+
{
|
|
1670
|
+
"kind": "field",
|
|
1671
|
+
"name": "datasourceConfig",
|
|
1672
|
+
"type": {
|
|
1673
|
+
"text": "DatasourceConfiguration"
|
|
1674
|
+
},
|
|
1675
|
+
"description": "The configuration which is used when interacting with the resource on the backend",
|
|
1676
|
+
"privacy": "public",
|
|
1677
|
+
"inheritedFrom": {
|
|
1678
|
+
"name": "EntityManagement",
|
|
1679
|
+
"module": "src/entities/entities.ts"
|
|
1680
|
+
}
|
|
1681
|
+
},
|
|
1910
1682
|
{
|
|
1911
1683
|
"kind": "field",
|
|
1912
|
-
"name": "
|
|
1684
|
+
"name": "formUiSchema",
|
|
1913
1685
|
"type": {
|
|
1914
|
-
"text": "
|
|
1686
|
+
"text": "any"
|
|
1915
1687
|
},
|
|
1916
|
-
"
|
|
1688
|
+
"inheritedFrom": {
|
|
1689
|
+
"name": "EntityManagement",
|
|
1690
|
+
"module": "src/entities/entities.ts"
|
|
1691
|
+
}
|
|
1917
1692
|
},
|
|
1918
1693
|
{
|
|
1919
1694
|
"kind": "field",
|
|
1920
|
-
"name": "
|
|
1695
|
+
"name": "selectedEntity",
|
|
1921
1696
|
"type": {
|
|
1922
|
-
"text": "
|
|
1697
|
+
"text": "any"
|
|
1923
1698
|
},
|
|
1924
|
-
"
|
|
1699
|
+
"description": "Reference to the currently selected entity from the grid.",
|
|
1700
|
+
"privacy": "public",
|
|
1701
|
+
"inheritedFrom": {
|
|
1702
|
+
"name": "EntityManagement",
|
|
1703
|
+
"module": "src/entities/entities.ts"
|
|
1704
|
+
}
|
|
1925
1705
|
},
|
|
1926
1706
|
{
|
|
1927
1707
|
"kind": "field",
|
|
1928
|
-
"name": "
|
|
1708
|
+
"name": "editedEntity",
|
|
1929
1709
|
"type": {
|
|
1930
|
-
"text": "
|
|
1710
|
+
"text": "any"
|
|
1711
|
+
},
|
|
1712
|
+
"description": "Disables the form while enabled to stop the user dispatching a large number of duplicate events",
|
|
1713
|
+
"privacy": "public",
|
|
1714
|
+
"inheritedFrom": {
|
|
1715
|
+
"name": "EntityManagement",
|
|
1716
|
+
"module": "src/entities/entities.ts"
|
|
1931
1717
|
}
|
|
1932
1718
|
},
|
|
1933
1719
|
{
|
|
1934
1720
|
"kind": "field",
|
|
1935
|
-
"name": "
|
|
1721
|
+
"name": "submitting",
|
|
1936
1722
|
"type": {
|
|
1937
1723
|
"text": "boolean"
|
|
1724
|
+
},
|
|
1725
|
+
"inheritedFrom": {
|
|
1726
|
+
"name": "EntityManagement",
|
|
1727
|
+
"module": "src/entities/entities.ts"
|
|
1938
1728
|
}
|
|
1939
1729
|
},
|
|
1940
1730
|
{
|
|
1941
1731
|
"kind": "field",
|
|
1942
|
-
"name": "
|
|
1732
|
+
"name": "defaultEntityValues",
|
|
1943
1733
|
"type": {
|
|
1944
|
-
"text": "
|
|
1734
|
+
"text": "any"
|
|
1735
|
+
},
|
|
1736
|
+
"inheritedFrom": {
|
|
1737
|
+
"name": "EntityManagement",
|
|
1738
|
+
"module": "src/entities/entities.ts"
|
|
1945
1739
|
}
|
|
1946
1740
|
},
|
|
1947
1741
|
{
|
|
1948
1742
|
"kind": "field",
|
|
1949
|
-
"name": "
|
|
1743
|
+
"name": "editDialogTitle",
|
|
1950
1744
|
"type": {
|
|
1951
|
-
"text": "
|
|
1745
|
+
"text": "string"
|
|
1952
1746
|
},
|
|
1953
|
-
"
|
|
1747
|
+
"description": "String which contains the text of the popup modal when the user is adding or editing an entity",
|
|
1748
|
+
"inheritedFrom": {
|
|
1749
|
+
"name": "EntityManagement",
|
|
1750
|
+
"module": "src/entities/entities.ts"
|
|
1751
|
+
}
|
|
1954
1752
|
},
|
|
1955
1753
|
{
|
|
1956
1754
|
"kind": "field",
|
|
1957
|
-
"name": "
|
|
1755
|
+
"name": "editModalVisible",
|
|
1958
1756
|
"type": {
|
|
1959
1757
|
"text": "boolean"
|
|
1960
1758
|
},
|
|
1961
|
-
"default": "false"
|
|
1759
|
+
"default": "false",
|
|
1760
|
+
"inheritedFrom": {
|
|
1761
|
+
"name": "EntityManagement",
|
|
1762
|
+
"module": "src/entities/entities.ts"
|
|
1763
|
+
}
|
|
1764
|
+
},
|
|
1765
|
+
{
|
|
1766
|
+
"kind": "method",
|
|
1767
|
+
"name": "editModalVisibleChanged",
|
|
1768
|
+
"inheritedFrom": {
|
|
1769
|
+
"name": "EntityManagement",
|
|
1770
|
+
"module": "src/entities/entities.ts"
|
|
1771
|
+
}
|
|
1962
1772
|
},
|
|
1963
1773
|
{
|
|
1964
1774
|
"kind": "field",
|
|
1965
|
-
"name": "
|
|
1775
|
+
"name": "editEntityModal",
|
|
1966
1776
|
"type": {
|
|
1967
|
-
"text": "
|
|
1777
|
+
"text": "any"
|
|
1968
1778
|
},
|
|
1969
|
-
"
|
|
1779
|
+
"privacy": "public",
|
|
1780
|
+
"inheritedFrom": {
|
|
1781
|
+
"name": "EntityManagement",
|
|
1782
|
+
"module": "src/entities/entities.ts"
|
|
1783
|
+
}
|
|
1970
1784
|
},
|
|
1971
1785
|
{
|
|
1972
1786
|
"kind": "field",
|
|
1973
|
-
"name": "
|
|
1787
|
+
"name": "sizeColumnsToFit",
|
|
1974
1788
|
"type": {
|
|
1975
1789
|
"text": "boolean"
|
|
1976
1790
|
},
|
|
1977
|
-
"
|
|
1791
|
+
"inheritedFrom": {
|
|
1792
|
+
"name": "EntityManagement",
|
|
1793
|
+
"module": "src/entities/entities.ts"
|
|
1794
|
+
}
|
|
1978
1795
|
},
|
|
1979
1796
|
{
|
|
1980
1797
|
"kind": "field",
|
|
1981
|
-
"name": "
|
|
1798
|
+
"name": "enableFilterBar",
|
|
1982
1799
|
"type": {
|
|
1983
1800
|
"text": "boolean"
|
|
1984
1801
|
},
|
|
1985
|
-
"
|
|
1802
|
+
"inheritedFrom": {
|
|
1803
|
+
"name": "EntityManagement",
|
|
1804
|
+
"module": "src/entities/entities.ts"
|
|
1805
|
+
}
|
|
1986
1806
|
},
|
|
1987
1807
|
{
|
|
1988
1808
|
"kind": "field",
|
|
@@ -1990,7 +1810,11 @@
|
|
|
1990
1810
|
"type": {
|
|
1991
1811
|
"text": "boolean"
|
|
1992
1812
|
},
|
|
1993
|
-
"default": "false"
|
|
1813
|
+
"default": "false",
|
|
1814
|
+
"inheritedFrom": {
|
|
1815
|
+
"name": "EntityManagement",
|
|
1816
|
+
"module": "src/entities/entities.ts"
|
|
1817
|
+
}
|
|
1994
1818
|
},
|
|
1995
1819
|
{
|
|
1996
1820
|
"kind": "field",
|
|
@@ -1998,189 +1822,329 @@
|
|
|
1998
1822
|
"type": {
|
|
1999
1823
|
"text": "boolean"
|
|
2000
1824
|
},
|
|
2001
|
-
"default": "false"
|
|
1825
|
+
"default": "false",
|
|
1826
|
+
"inheritedFrom": {
|
|
1827
|
+
"name": "EntityManagement",
|
|
1828
|
+
"module": "src/entities/entities.ts"
|
|
1829
|
+
}
|
|
2002
1830
|
},
|
|
2003
1831
|
{
|
|
2004
1832
|
"kind": "field",
|
|
2005
|
-
"name": "
|
|
1833
|
+
"name": "modalPosition",
|
|
2006
1834
|
"type": {
|
|
2007
|
-
"text": "
|
|
1835
|
+
"text": "'centre' | 'left' | 'right'"
|
|
2008
1836
|
},
|
|
2009
|
-
"
|
|
1837
|
+
"default": "'right'",
|
|
1838
|
+
"description": "Determines where the modal dialog will appear on screen",
|
|
1839
|
+
"privacy": "public",
|
|
1840
|
+
"inheritedFrom": {
|
|
1841
|
+
"name": "EntityManagement",
|
|
1842
|
+
"module": "src/entities/entities.ts"
|
|
1843
|
+
}
|
|
2010
1844
|
},
|
|
2011
1845
|
{
|
|
2012
|
-
"kind": "
|
|
2013
|
-
"name": "
|
|
2014
|
-
"
|
|
2015
|
-
"
|
|
1846
|
+
"kind": "method",
|
|
1847
|
+
"name": "deepClone",
|
|
1848
|
+
"return": {
|
|
1849
|
+
"type": {
|
|
1850
|
+
"text": "Node"
|
|
1851
|
+
}
|
|
2016
1852
|
},
|
|
2017
|
-
"
|
|
1853
|
+
"description": "Override the deepClone method to ensure that observable attributes are cloned",
|
|
1854
|
+
"privacy": "public",
|
|
1855
|
+
"inheritedFrom": {
|
|
1856
|
+
"name": "EntityManagement",
|
|
1857
|
+
"module": "src/entities/entities.ts"
|
|
1858
|
+
}
|
|
2018
1859
|
},
|
|
2019
1860
|
{
|
|
2020
|
-
"kind": "
|
|
2021
|
-
"name": "
|
|
1861
|
+
"kind": "method",
|
|
1862
|
+
"name": "submitEntityChanges",
|
|
1863
|
+
"privacy": "public",
|
|
1864
|
+
"parameters": [
|
|
1865
|
+
{
|
|
1866
|
+
"name": "e",
|
|
1867
|
+
"type": {
|
|
1868
|
+
"text": "CustomEvent"
|
|
1869
|
+
},
|
|
1870
|
+
"description": "CustomEvent which contains the payload for the entity to submit to the backend\n\nEmits an event upon error"
|
|
1871
|
+
}
|
|
1872
|
+
],
|
|
1873
|
+
"description": "Event handler for when the user submits the action for the currently open form, either editing or adding the entity",
|
|
1874
|
+
"inheritedFrom": {
|
|
1875
|
+
"name": "EntityManagement",
|
|
1876
|
+
"module": "src/entities/entities.ts"
|
|
1877
|
+
}
|
|
1878
|
+
},
|
|
1879
|
+
{
|
|
1880
|
+
"kind": "method",
|
|
1881
|
+
"name": "readEntity",
|
|
1882
|
+
"privacy": "private",
|
|
1883
|
+
"parameters": [
|
|
1884
|
+
{
|
|
1885
|
+
"name": "e",
|
|
1886
|
+
"type": {
|
|
1887
|
+
"text": "CustomEvent"
|
|
1888
|
+
}
|
|
1889
|
+
}
|
|
1890
|
+
],
|
|
1891
|
+
"inheritedFrom": {
|
|
1892
|
+
"name": "EntityManagement",
|
|
1893
|
+
"module": "src/entities/entities.ts"
|
|
1894
|
+
}
|
|
1895
|
+
},
|
|
1896
|
+
{
|
|
1897
|
+
"kind": "method",
|
|
1898
|
+
"name": "closeModal",
|
|
1899
|
+
"privacy": "public",
|
|
1900
|
+
"inheritedFrom": {
|
|
1901
|
+
"name": "EntityManagement",
|
|
1902
|
+
"module": "src/entities/entities.ts"
|
|
1903
|
+
}
|
|
1904
|
+
},
|
|
1905
|
+
{
|
|
1906
|
+
"kind": "method",
|
|
1907
|
+
"name": "criteriaChanged",
|
|
1908
|
+
"privacy": "public",
|
|
1909
|
+
"parameters": [
|
|
1910
|
+
{
|
|
1911
|
+
"name": "e",
|
|
1912
|
+
"type": {
|
|
1913
|
+
"text": "CustomEvent<string>"
|
|
1914
|
+
}
|
|
1915
|
+
}
|
|
1916
|
+
],
|
|
1917
|
+
"inheritedFrom": {
|
|
1918
|
+
"name": "EntityManagement",
|
|
1919
|
+
"module": "src/entities/entities.ts"
|
|
1920
|
+
}
|
|
1921
|
+
},
|
|
1922
|
+
{
|
|
1923
|
+
"kind": "method",
|
|
1924
|
+
"name": "submitFailureNotification",
|
|
1925
|
+
"privacy": "public",
|
|
1926
|
+
"parameters": [
|
|
1927
|
+
{
|
|
1928
|
+
"name": "e",
|
|
1929
|
+
"type": {
|
|
1930
|
+
"text": "CustomEvent"
|
|
1931
|
+
}
|
|
1932
|
+
}
|
|
1933
|
+
],
|
|
1934
|
+
"inheritedFrom": {
|
|
1935
|
+
"name": "EntityManagement",
|
|
1936
|
+
"module": "src/entities/entities.ts"
|
|
1937
|
+
}
|
|
1938
|
+
},
|
|
1939
|
+
{
|
|
1940
|
+
"kind": "method",
|
|
1941
|
+
"name": "showDeleteConfirmation",
|
|
1942
|
+
"privacy": "private",
|
|
1943
|
+
"inheritedFrom": {
|
|
1944
|
+
"name": "EntityManagement",
|
|
1945
|
+
"module": "src/entities/entities.ts"
|
|
1946
|
+
}
|
|
1947
|
+
}
|
|
1948
|
+
],
|
|
1949
|
+
"superclass": {
|
|
1950
|
+
"name": "EntityManagement",
|
|
1951
|
+
"module": "/src/entities"
|
|
1952
|
+
},
|
|
1953
|
+
"tagName": "profile-management",
|
|
1954
|
+
"customElement": true,
|
|
1955
|
+
"attributes": [
|
|
1956
|
+
{
|
|
1957
|
+
"name": "resourceName",
|
|
2022
1958
|
"type": {
|
|
2023
|
-
"text": "
|
|
1959
|
+
"text": "string"
|
|
1960
|
+
},
|
|
1961
|
+
"description": "Name of the backend resource which contain the entities to manage",
|
|
1962
|
+
"fieldName": "resourceName",
|
|
1963
|
+
"inheritedFrom": {
|
|
1964
|
+
"name": "EntityManagement",
|
|
1965
|
+
"module": "src/entities/entities.ts"
|
|
2024
1966
|
}
|
|
2025
1967
|
},
|
|
2026
1968
|
{
|
|
2027
|
-
"
|
|
2028
|
-
"name": "columns",
|
|
1969
|
+
"name": "readEvent",
|
|
2029
1970
|
"type": {
|
|
2030
|
-
"text": "
|
|
1971
|
+
"text": "string"
|
|
1972
|
+
},
|
|
1973
|
+
"fieldName": "readEvent",
|
|
1974
|
+
"inheritedFrom": {
|
|
1975
|
+
"name": "EntityManagement",
|
|
1976
|
+
"module": "src/entities/entities.ts"
|
|
2031
1977
|
}
|
|
2032
1978
|
},
|
|
2033
1979
|
{
|
|
2034
|
-
"kind": "field",
|
|
2035
|
-
"name": "datasourceConfig",
|
|
2036
1980
|
"type": {
|
|
2037
|
-
"text": "
|
|
1981
|
+
"text": "boolean"
|
|
1982
|
+
},
|
|
1983
|
+
"fieldName": "readonly",
|
|
1984
|
+
"inheritedFrom": {
|
|
1985
|
+
"name": "EntityManagement",
|
|
1986
|
+
"module": "src/entities/entities.ts"
|
|
2038
1987
|
}
|
|
2039
1988
|
},
|
|
2040
1989
|
{
|
|
2041
|
-
"
|
|
2042
|
-
"name": "actionButtonsConfig",
|
|
1990
|
+
"name": "updateEvent",
|
|
2043
1991
|
"type": {
|
|
2044
|
-
"text": "
|
|
1992
|
+
"text": "string"
|
|
2045
1993
|
},
|
|
2046
|
-
"
|
|
1994
|
+
"description": "Name of the event handler on the Genesis server which handles updating the entity",
|
|
1995
|
+
"fieldName": "updateEvent",
|
|
1996
|
+
"inheritedFrom": {
|
|
1997
|
+
"name": "EntityManagement",
|
|
1998
|
+
"module": "src/entities/entities.ts"
|
|
1999
|
+
}
|
|
2047
2000
|
},
|
|
2048
2001
|
{
|
|
2049
|
-
"kind": "field",
|
|
2050
2002
|
"name": "deleteEvent",
|
|
2051
2003
|
"type": {
|
|
2052
2004
|
"text": "string"
|
|
2005
|
+
},
|
|
2006
|
+
"description": "Name of the event handler on the Genesis server which handles deleting the entity",
|
|
2007
|
+
"fieldName": "deleteEvent",
|
|
2008
|
+
"inheritedFrom": {
|
|
2009
|
+
"name": "EntityManagement",
|
|
2010
|
+
"module": "src/entities/entities.ts"
|
|
2053
2011
|
}
|
|
2054
2012
|
},
|
|
2055
2013
|
{
|
|
2056
|
-
"
|
|
2057
|
-
"name": "updateEvent",
|
|
2014
|
+
"name": "createEvent",
|
|
2058
2015
|
"type": {
|
|
2059
2016
|
"text": "string"
|
|
2017
|
+
},
|
|
2018
|
+
"description": "Name of the event handler on the Genesis server which handles creating an entity",
|
|
2019
|
+
"fieldName": "createEvent",
|
|
2020
|
+
"inheritedFrom": {
|
|
2021
|
+
"name": "EntityManagement",
|
|
2022
|
+
"module": "src/entities/entities.ts"
|
|
2060
2023
|
}
|
|
2061
2024
|
},
|
|
2062
2025
|
{
|
|
2063
|
-
"
|
|
2064
|
-
"name": "handleFilterChanged",
|
|
2065
|
-
"privacy": "private",
|
|
2066
|
-
"parameters": [
|
|
2067
|
-
{
|
|
2068
|
-
"name": "e"
|
|
2069
|
-
}
|
|
2070
|
-
]
|
|
2071
|
-
},
|
|
2072
|
-
{
|
|
2073
|
-
"kind": "method",
|
|
2074
|
-
"name": "handleFilterCleared",
|
|
2075
|
-
"privacy": "private",
|
|
2076
|
-
"parameters": [
|
|
2077
|
-
{
|
|
2078
|
-
"name": "e"
|
|
2079
|
-
}
|
|
2080
|
-
]
|
|
2081
|
-
},
|
|
2082
|
-
{
|
|
2083
|
-
"kind": "method",
|
|
2084
|
-
"name": "select",
|
|
2085
|
-
"privacy": "private",
|
|
2086
|
-
"parameters": [
|
|
2087
|
-
{
|
|
2088
|
-
"name": "e"
|
|
2089
|
-
}
|
|
2090
|
-
]
|
|
2091
|
-
},
|
|
2092
|
-
{
|
|
2093
|
-
"kind": "field",
|
|
2094
|
-
"name": "edit",
|
|
2095
|
-
"privacy": "private"
|
|
2096
|
-
},
|
|
2097
|
-
{
|
|
2098
|
-
"kind": "method",
|
|
2099
|
-
"name": "delete",
|
|
2100
|
-
"parameters": [
|
|
2101
|
-
{
|
|
2102
|
-
"name": "e"
|
|
2103
|
-
}
|
|
2104
|
-
]
|
|
2105
|
-
}
|
|
2106
|
-
],
|
|
2107
|
-
"attributes": [
|
|
2108
|
-
{
|
|
2109
|
-
"name": "resourceName",
|
|
2026
|
+
"name": "title",
|
|
2110
2027
|
"type": {
|
|
2111
2028
|
"text": "string"
|
|
2112
2029
|
},
|
|
2113
|
-
"
|
|
2114
|
-
"fieldName": "
|
|
2030
|
+
"description": "Title of the grid",
|
|
2031
|
+
"fieldName": "title",
|
|
2032
|
+
"inheritedFrom": {
|
|
2033
|
+
"name": "EntityManagement",
|
|
2034
|
+
"module": "src/entities/entities.ts"
|
|
2035
|
+
}
|
|
2115
2036
|
},
|
|
2116
2037
|
{
|
|
2117
|
-
"name": "
|
|
2038
|
+
"name": "entityLabel",
|
|
2118
2039
|
"type": {
|
|
2119
2040
|
"text": "string"
|
|
2120
2041
|
},
|
|
2121
2042
|
"default": "''",
|
|
2122
|
-
"
|
|
2043
|
+
"description": "Label for the entity which has usages such as being shown in the title of the modal wen editing the entity",
|
|
2044
|
+
"fieldName": "entityLabel",
|
|
2045
|
+
"inheritedFrom": {
|
|
2046
|
+
"name": "EntityManagement",
|
|
2047
|
+
"module": "src/entities/entities.ts"
|
|
2048
|
+
}
|
|
2123
2049
|
},
|
|
2124
2050
|
{
|
|
2125
|
-
"name": "
|
|
2051
|
+
"name": "async-add",
|
|
2126
2052
|
"type": {
|
|
2127
|
-
"text": "
|
|
2053
|
+
"text": "boolean"
|
|
2128
2054
|
},
|
|
2129
|
-
"
|
|
2055
|
+
"default": "false",
|
|
2056
|
+
"description": "Whether to use the `applyTransactionAsync` function for *add* transactions",
|
|
2057
|
+
"fieldName": "asyncAdd",
|
|
2058
|
+
"inheritedFrom": {
|
|
2059
|
+
"name": "EntityManagement",
|
|
2060
|
+
"module": "src/entities/entities.ts"
|
|
2061
|
+
}
|
|
2130
2062
|
},
|
|
2131
2063
|
{
|
|
2132
|
-
"name": "
|
|
2064
|
+
"name": "async-remove",
|
|
2133
2065
|
"type": {
|
|
2134
2066
|
"text": "boolean"
|
|
2135
2067
|
},
|
|
2136
|
-
"
|
|
2068
|
+
"default": "false",
|
|
2069
|
+
"description": "Whether to use the `applyTransactionAsync` function for *remove* transactions",
|
|
2070
|
+
"fieldName": "asyncRemove",
|
|
2071
|
+
"inheritedFrom": {
|
|
2072
|
+
"name": "EntityManagement",
|
|
2073
|
+
"module": "src/entities/entities.ts"
|
|
2074
|
+
}
|
|
2137
2075
|
},
|
|
2138
2076
|
{
|
|
2139
|
-
"name": "
|
|
2077
|
+
"name": "async-update",
|
|
2140
2078
|
"type": {
|
|
2141
2079
|
"text": "boolean"
|
|
2142
2080
|
},
|
|
2143
|
-
"
|
|
2081
|
+
"default": "true",
|
|
2082
|
+
"description": "Whether to use the `applyTransactionAsync` function for *update* transactions",
|
|
2083
|
+
"fieldName": "asyncUpdate",
|
|
2084
|
+
"inheritedFrom": {
|
|
2085
|
+
"name": "EntityManagement",
|
|
2086
|
+
"module": "src/entities/entities.ts"
|
|
2087
|
+
}
|
|
2144
2088
|
},
|
|
2145
2089
|
{
|
|
2146
|
-
"name": "
|
|
2090
|
+
"name": "enable-cell-flashing",
|
|
2147
2091
|
"type": {
|
|
2148
2092
|
"text": "boolean"
|
|
2149
2093
|
},
|
|
2150
2094
|
"default": "false",
|
|
2151
|
-
"
|
|
2095
|
+
"description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
|
|
2096
|
+
"fieldName": "enableCellFlashing",
|
|
2097
|
+
"inheritedFrom": {
|
|
2098
|
+
"name": "EntityManagement",
|
|
2099
|
+
"module": "src/entities/entities.ts"
|
|
2100
|
+
}
|
|
2152
2101
|
},
|
|
2153
2102
|
{
|
|
2154
|
-
"name": "
|
|
2103
|
+
"name": "enable-row-flashing",
|
|
2155
2104
|
"type": {
|
|
2156
2105
|
"text": "boolean"
|
|
2157
2106
|
},
|
|
2158
2107
|
"default": "false",
|
|
2159
|
-
"
|
|
2108
|
+
"description": "If true, will enable row flashing for all rows for `add` async transactions",
|
|
2109
|
+
"fieldName": "enableRowFlashing",
|
|
2110
|
+
"inheritedFrom": {
|
|
2111
|
+
"name": "EntityManagement",
|
|
2112
|
+
"module": "src/entities/entities.ts"
|
|
2113
|
+
}
|
|
2160
2114
|
},
|
|
2161
2115
|
{
|
|
2162
|
-
"name": "
|
|
2116
|
+
"name": "persist-column-state-key",
|
|
2163
2117
|
"type": {
|
|
2164
|
-
"text": "
|
|
2118
|
+
"text": "string"
|
|
2165
2119
|
},
|
|
2166
|
-
"
|
|
2167
|
-
"fieldName": "
|
|
2120
|
+
"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.",
|
|
2121
|
+
"fieldName": "persistColumnStateKey",
|
|
2122
|
+
"inheritedFrom": {
|
|
2123
|
+
"name": "EntityManagement",
|
|
2124
|
+
"module": "src/entities/entities.ts"
|
|
2125
|
+
}
|
|
2168
2126
|
},
|
|
2169
2127
|
{
|
|
2170
|
-
"name": "
|
|
2128
|
+
"name": "size-columns-to-fit",
|
|
2171
2129
|
"type": {
|
|
2172
2130
|
"text": "boolean"
|
|
2173
2131
|
},
|
|
2174
|
-
"
|
|
2175
|
-
"
|
|
2132
|
+
"fieldName": "sizeColumnsToFit",
|
|
2133
|
+
"inheritedFrom": {
|
|
2134
|
+
"name": "EntityManagement",
|
|
2135
|
+
"module": "src/entities/entities.ts"
|
|
2136
|
+
}
|
|
2176
2137
|
},
|
|
2177
2138
|
{
|
|
2178
|
-
"name": "enable-
|
|
2139
|
+
"name": "enable-filter-bar",
|
|
2179
2140
|
"type": {
|
|
2180
2141
|
"text": "boolean"
|
|
2181
2142
|
},
|
|
2182
|
-
"
|
|
2183
|
-
"
|
|
2143
|
+
"fieldName": "enableFilterBar",
|
|
2144
|
+
"inheritedFrom": {
|
|
2145
|
+
"name": "EntityManagement",
|
|
2146
|
+
"module": "src/entities/entities.ts"
|
|
2147
|
+
}
|
|
2184
2148
|
},
|
|
2185
2149
|
{
|
|
2186
2150
|
"name": "hide-edit",
|
|
@@ -2188,7 +2152,11 @@
|
|
|
2188
2152
|
"text": "boolean"
|
|
2189
2153
|
},
|
|
2190
2154
|
"default": "false",
|
|
2191
|
-
"fieldName": "hideEdit"
|
|
2155
|
+
"fieldName": "hideEdit",
|
|
2156
|
+
"inheritedFrom": {
|
|
2157
|
+
"name": "EntityManagement",
|
|
2158
|
+
"module": "src/entities/entities.ts"
|
|
2159
|
+
}
|
|
2192
2160
|
},
|
|
2193
2161
|
{
|
|
2194
2162
|
"name": "hide-delete",
|
|
@@ -2196,32 +2164,64 @@
|
|
|
2196
2164
|
"text": "boolean"
|
|
2197
2165
|
},
|
|
2198
2166
|
"default": "false",
|
|
2199
|
-
"fieldName": "hideDelete"
|
|
2167
|
+
"fieldName": "hideDelete",
|
|
2168
|
+
"inheritedFrom": {
|
|
2169
|
+
"name": "EntityManagement",
|
|
2170
|
+
"module": "src/entities/entities.ts"
|
|
2171
|
+
}
|
|
2172
|
+
},
|
|
2173
|
+
{
|
|
2174
|
+
"name": "modal-position",
|
|
2175
|
+
"type": {
|
|
2176
|
+
"text": "'centre' | 'left' | 'right'"
|
|
2177
|
+
},
|
|
2178
|
+
"default": "'right'",
|
|
2179
|
+
"description": "Determines where the modal dialog will appear on screen",
|
|
2180
|
+
"fieldName": "modalPosition",
|
|
2181
|
+
"inheritedFrom": {
|
|
2182
|
+
"name": "EntityManagement",
|
|
2183
|
+
"module": "src/entities/entities.ts"
|
|
2184
|
+
}
|
|
2200
2185
|
}
|
|
2201
|
-
]
|
|
2202
|
-
"superclass": {
|
|
2203
|
-
"name": "FASTElement",
|
|
2204
|
-
"package": "@microsoft/fast-element"
|
|
2205
|
-
},
|
|
2206
|
-
"tagName": "entity-list",
|
|
2207
|
-
"customElement": true
|
|
2186
|
+
]
|
|
2208
2187
|
}
|
|
2209
2188
|
],
|
|
2210
2189
|
"exports": [
|
|
2211
2190
|
{
|
|
2212
2191
|
"kind": "js",
|
|
2213
|
-
"name": "
|
|
2192
|
+
"name": "Profiles",
|
|
2214
2193
|
"declaration": {
|
|
2215
|
-
"name": "
|
|
2216
|
-
"module": "src/
|
|
2194
|
+
"name": "Profiles",
|
|
2195
|
+
"module": "src/profiles/profiles.ts"
|
|
2217
2196
|
}
|
|
2218
2197
|
},
|
|
2219
2198
|
{
|
|
2220
2199
|
"kind": "custom-element-definition",
|
|
2221
|
-
"name": "
|
|
2200
|
+
"name": "profile-management",
|
|
2222
2201
|
"declaration": {
|
|
2223
|
-
"name": "
|
|
2224
|
-
"module": "src/
|
|
2202
|
+
"name": "Profiles",
|
|
2203
|
+
"module": "src/profiles/profiles.ts"
|
|
2204
|
+
}
|
|
2205
|
+
}
|
|
2206
|
+
]
|
|
2207
|
+
},
|
|
2208
|
+
{
|
|
2209
|
+
"kind": "javascript-module",
|
|
2210
|
+
"path": "src/routes/config.ts",
|
|
2211
|
+
"declarations": [],
|
|
2212
|
+
"exports": []
|
|
2213
|
+
},
|
|
2214
|
+
{
|
|
2215
|
+
"kind": "javascript-module",
|
|
2216
|
+
"path": "src/routes/index.ts",
|
|
2217
|
+
"declarations": [],
|
|
2218
|
+
"exports": [
|
|
2219
|
+
{
|
|
2220
|
+
"kind": "js",
|
|
2221
|
+
"name": "*",
|
|
2222
|
+
"declaration": {
|
|
2223
|
+
"name": "*",
|
|
2224
|
+
"package": "./config"
|
|
2225
2225
|
}
|
|
2226
2226
|
}
|
|
2227
2227
|
]
|