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