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