@genesislcap/foundation-entity-management 14.92.1 → 14.92.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/custom-elements.json +677 -677
  2. package/package.json +15 -15
@@ -828,7 +828,7 @@
828
828
  },
829
829
  {
830
830
  "kind": "javascript-module",
831
- "path": "src/list/index.ts",
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": "./list"
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": "listStyles",
844
+ "name": "*",
858
845
  "declaration": {
859
- "name": "listStyles",
860
- "module": "src/list/list.styles.ts"
846
+ "name": "*",
847
+ "package": "./main"
861
848
  }
862
849
  }
863
850
  ]
864
851
  },
865
852
  {
866
853
  "kind": "javascript-module",
867
- "path": "src/list/list.template.ts",
854
+ "path": "src/main/main.styles.ts",
868
855
  "declarations": [
869
856
  {
870
857
  "kind": "variable",
871
- "name": "listTemplate",
872
- "default": "html<List>`\n <div class=\"container\">\n ${when(\n (x) => x.enableFilterBar,\n html<List>`\n <zero-filter-bar\n resource=${(x) => x.resourceName}\n only=${(x) => x.columns?.map((colDef) => colDef.field).filter((field) => !!field)}\n labels=${(x) => x.columns?.map((colDef) => colDef.headerName || '')}\n target=\"datasource\"\n ></zero-filter-bar>\n `,\n )}\n <zero-grid-pro\n ${ref('grid')}\n auto-cell-renderer-by-type\n rowSelection=\"single\"\n rowHeight=\"36\"\n headerHeight=\"36\"\n persist-column-state-key=${(x) => x.persistColumnStateKey}\n ?only-template-col-defs=${(x) => !!x.columns}\n suppressCellFocus=\"true\"\n suppressRowDeselection=\"true\"\n async-add=${(x) => x.asyncAdd}\n async-remove=${(x) => x.asyncRemove}\n async-update=${(x) => x.asyncUpdate}\n enable-cell-flashing=${(x) => x.enableCellFlashing}\n enable-row-flashing=${(x) => x.enableRowFlashing}\n >\n <grid-pro-genesis-datasource\n ${ref('datasource')}\n :deferredGridOptions=${(x) => x.gridOptions}\n criteria=${(x) => x.datasourceConfig?.criteria}\n fields=${(x) => x.datasourceConfig?.fields}\n is-snapshot=${(x) => x.datasourceConfig?.isSnapshot}\n max-rows=${(x) => x.datasourceConfig?.maxRows}\n max-view=${(x) => x.datasourceConfig?.maxView}\n moving-view=${(x) => x.datasourceConfig?.movingView}\n order-by=${(x) => x.datasourceConfig?.orderBy}\n polling-interval=${(x) => x.datasourceConfig?.pollingInterval}\n resource-name=${(x) => x.resourceName}\n reverse=${(x) => x.datasourceConfig?.reverse}\n ></grid-pro-genesis-datasource>\n ${repeat(\n (x) => x.columns,\n html`\n <grid-pro-column :definition=${(x) => x}></grid-pro-column>\n `,\n )}\n ${repeat(\n (x) => x.actionButtonsConfig,\n html`\n <grid-pro-column :definition=${(x) => x}></grid-pro-column>\n `,\n )}\n </zero-grid-pro>\n </div>\n`"
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": "listTemplate",
865
+ "name": "MainStyles",
879
866
  "declaration": {
880
- "name": "listTemplate",
881
- "module": "src/list/list.template.ts"
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/list/list.ts",
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": "List",
886
+ "name": "MainApplication",
894
887
  "members": [
895
888
  {
896
889
  "kind": "field",
897
- "name": "resourceName",
890
+ "name": "config",
898
891
  "type": {
899
- "text": "string"
900
- },
901
- "default": "''"
892
+ "text": "MainRouterConfig"
893
+ }
902
894
  },
903
895
  {
904
896
  "kind": "field",
905
- "name": "title",
897
+ "name": "connect",
906
898
  "type": {
907
- "text": "string"
908
- },
909
- "default": "''"
899
+ "text": "Connect"
900
+ }
910
901
  },
911
902
  {
912
903
  "kind": "field",
913
- "name": "persistColumnStateKey",
904
+ "name": "session",
914
905
  "type": {
915
- "text": "string"
906
+ "text": "Session"
916
907
  }
917
908
  },
918
909
  {
919
910
  "kind": "field",
920
- "name": "sizeColumnsToFit",
911
+ "name": "container",
921
912
  "type": {
922
- "text": "boolean"
913
+ "text": "Container"
923
914
  }
924
915
  },
925
916
  {
926
917
  "kind": "field",
927
- "name": "enableFilterBar",
918
+ "name": "provider",
928
919
  "type": {
929
- "text": "boolean"
920
+ "text": "any"
930
921
  }
931
922
  },
932
923
  {
933
924
  "kind": "field",
934
- "name": "asyncAdd",
925
+ "name": "ready",
935
926
  "type": {
936
927
  "text": "boolean"
937
928
  },
@@ -939,324 +930,322 @@
939
930
  },
940
931
  {
941
932
  "kind": "field",
942
- "name": "asyncRemove",
933
+ "name": "data",
943
934
  "type": {
944
- "text": "boolean"
935
+ "text": "any"
945
936
  },
946
- "default": "false"
937
+ "default": "null"
947
938
  },
948
939
  {
949
- "kind": "field",
950
- "name": "asyncUpdate",
951
- "type": {
952
- "text": "boolean"
953
- },
954
- "default": "true"
940
+ "kind": "method",
941
+ "name": "onLuminanceToggle"
955
942
  },
956
943
  {
957
- "kind": "field",
958
- "name": "enableCellFlashing",
959
- "type": {
960
- "text": "boolean"
961
- },
962
- "default": "false"
944
+ "kind": "method",
945
+ "name": "loadRemotes"
963
946
  },
964
947
  {
965
- "kind": "field",
966
- "name": "enableRowFlashing",
967
- "type": {
968
- "text": "boolean"
969
- },
970
- "default": "false"
948
+ "kind": "method",
949
+ "name": "selectTemplate"
971
950
  },
972
951
  {
973
- "kind": "field",
974
- "name": "hideEdit",
975
- "type": {
976
- "text": "boolean"
977
- },
978
- "default": "false"
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
+ ]
1024
+ },
1025
+ {
1026
+ "kind": "method",
1027
+ "name": "confirmDelete",
1028
+ "inheritedFrom": {
1029
+ "name": "EntityManagement",
1030
+ "module": "src/entities/entities.ts"
1031
+ }
979
1032
  },
980
1033
  {
981
1034
  "kind": "field",
982
- "name": "hideDelete",
1035
+ "name": "createEvent",
983
1036
  "type": {
984
- "text": "boolean"
1037
+ "text": "string"
985
1038
  },
986
- "default": "false"
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
+ }
987
1045
  },
988
1046
  {
989
1047
  "kind": "field",
990
- "name": "grid",
1048
+ "name": "deleteEvent",
991
1049
  "type": {
992
- "text": "ZeroGridPro"
1050
+ "text": "string"
993
1051
  },
994
- "privacy": "public"
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
+ }
995
1058
  },
996
1059
  {
997
1060
  "kind": "field",
998
- "name": "datasource",
1061
+ "name": "updateEvent",
999
1062
  "type": {
1000
- "text": "GridProGenesisDatasource"
1063
+ "text": "string"
1001
1064
  },
1002
- "privacy": "public"
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"
1070
+ }
1003
1071
  },
1004
1072
  {
1005
1073
  "kind": "field",
1006
- "name": "gridOptions",
1074
+ "name": "persistColumnStateKey",
1007
1075
  "type": {
1008
- "text": "GridOptions"
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"
1009
1084
  }
1010
1085
  },
1011
1086
  {
1012
1087
  "kind": "field",
1013
- "name": "columns",
1088
+ "name": "updateFormUiSchema",
1014
1089
  "type": {
1015
- "text": "ColDef[]"
1090
+ "text": "any"
1091
+ },
1092
+ "default": "editProfileFormSchema",
1093
+ "inheritedFrom": {
1094
+ "name": "EntityManagement",
1095
+ "module": "src/entities/entities.ts"
1016
1096
  }
1017
1097
  },
1018
1098
  {
1019
1099
  "kind": "field",
1020
- "name": "datasourceConfig",
1100
+ "name": "createFormUiSchema",
1021
1101
  "type": {
1022
- "text": "DatasourceConfiguration"
1102
+ "text": "any"
1103
+ },
1104
+ "default": "editProfileFormSchema",
1105
+ "inheritedFrom": {
1106
+ "name": "EntityManagement",
1107
+ "module": "src/entities/entities.ts"
1023
1108
  }
1024
1109
  },
1025
1110
  {
1026
1111
  "kind": "field",
1027
- "name": "actionButtonsConfig",
1112
+ "name": "readEventFn",
1028
1113
  "type": {
1029
- "text": "array"
1114
+ "text": "(...args) => {}"
1030
1115
  },
1031
- "default": "[]"
1116
+ "inheritedFrom": {
1117
+ "name": "EntityManagement",
1118
+ "module": "src/entities/entities.ts"
1119
+ }
1032
1120
  },
1033
1121
  {
1034
1122
  "kind": "field",
1035
- "name": "deleteEvent",
1123
+ "name": "resourceName",
1036
1124
  "type": {
1037
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"
1038
1133
  }
1039
1134
  },
1040
1135
  {
1041
1136
  "kind": "field",
1042
- "name": "updateEvent",
1137
+ "name": "title",
1043
1138
  "type": {
1044
1139
  "text": "string"
1140
+ },
1141
+ "description": "Title of the grid",
1142
+ "privacy": "public",
1143
+ "default": "'Profile Management'",
1144
+ "inheritedFrom": {
1145
+ "name": "EntityManagement",
1146
+ "module": "src/entities/entities.ts"
1045
1147
  }
1046
1148
  },
1047
- {
1048
- "kind": "method",
1049
- "name": "handleFilterChanged",
1050
- "privacy": "private",
1051
- "parameters": [
1052
- {
1053
- "name": "e"
1054
- }
1055
- ]
1056
- },
1057
- {
1058
- "kind": "method",
1059
- "name": "handleFilterCleared",
1060
- "privacy": "private",
1061
- "parameters": [
1062
- {
1063
- "name": "e"
1064
- }
1065
- ]
1066
- },
1067
- {
1068
- "kind": "method",
1069
- "name": "select",
1070
- "privacy": "private",
1071
- "parameters": [
1072
- {
1073
- "name": "e"
1074
- }
1075
- ]
1076
- },
1077
1149
  {
1078
1150
  "kind": "field",
1079
- "name": "edit",
1080
- "privacy": "private"
1081
- },
1082
- {
1083
- "kind": "method",
1084
- "name": "delete",
1085
- "parameters": [
1086
- {
1087
- "name": "e"
1088
- }
1089
- ]
1090
- }
1091
- ],
1092
- "attributes": [
1093
- {
1094
- "name": "resourceName",
1151
+ "name": "entityLabel",
1095
1152
  "type": {
1096
1153
  "text": "string"
1097
1154
  },
1098
- "default": "''",
1099
- "fieldName": "resourceName"
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
+ }
1100
1162
  },
1101
1163
  {
1102
- "name": "title",
1164
+ "kind": "field",
1165
+ "name": "connect",
1103
1166
  "type": {
1104
- "text": "string"
1167
+ "text": "Connect"
1105
1168
  },
1106
- "default": "''",
1107
- "fieldName": "title"
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
+ }
1108
1175
  },
1109
1176
  {
1110
- "name": "persist-column-state-key",
1177
+ "kind": "field",
1178
+ "name": "readEvent",
1111
1179
  "type": {
1112
1180
  "text": "string"
1113
1181
  },
1114
- "fieldName": "persistColumnStateKey"
1115
- },
1116
- {
1117
- "name": "size-columns-to-fit",
1118
- "type": {
1119
- "text": "boolean"
1120
- },
1121
- "fieldName": "sizeColumnsToFit"
1182
+ "inheritedFrom": {
1183
+ "name": "EntityManagement",
1184
+ "module": "src/entities/entities.ts"
1185
+ }
1122
1186
  },
1123
1187
  {
1124
- "name": "enable-filter-bar",
1188
+ "kind": "field",
1189
+ "name": "readonly",
1125
1190
  "type": {
1126
1191
  "text": "boolean"
1127
1192
  },
1128
- "fieldName": "enableFilterBar"
1193
+ "inheritedFrom": {
1194
+ "name": "EntityManagement",
1195
+ "module": "src/entities/entities.ts"
1196
+ }
1129
1197
  },
1130
1198
  {
1131
- "name": "async-add",
1199
+ "kind": "field",
1200
+ "name": "asyncAdd",
1132
1201
  "type": {
1133
1202
  "text": "boolean"
1134
1203
  },
1135
1204
  "default": "false",
1136
- "fieldName": "asyncAdd"
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
+ }
1137
1211
  },
1138
1212
  {
1139
- "name": "async-remove",
1213
+ "kind": "field",
1214
+ "name": "asyncRemove",
1140
1215
  "type": {
1141
1216
  "text": "boolean"
1142
1217
  },
1143
1218
  "default": "false",
1144
- "fieldName": "asyncRemove"
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
+ }
1145
1225
  },
1146
1226
  {
1147
- "name": "async-update",
1227
+ "kind": "field",
1228
+ "name": "asyncUpdate",
1148
1229
  "type": {
1149
1230
  "text": "boolean"
1150
1231
  },
1151
1232
  "default": "true",
1152
- "fieldName": "asyncUpdate"
1153
- },
1154
- {
1155
- "name": "enable-cell-flashing",
1156
- "type": {
1157
- "text": "boolean"
1158
- },
1159
- "default": "false",
1160
- "fieldName": "enableCellFlashing"
1161
- },
1162
- {
1163
- "name": "enable-row-flashing",
1164
- "type": {
1165
- "text": "boolean"
1166
- },
1167
- "default": "false",
1168
- "fieldName": "enableRowFlashing"
1169
- },
1170
- {
1171
- "name": "hide-edit",
1172
- "type": {
1173
- "text": "boolean"
1174
- },
1175
- "default": "false",
1176
- "fieldName": "hideEdit"
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
+ }
1177
1239
  },
1178
1240
  {
1179
- "name": "hide-delete",
1241
+ "kind": "field",
1242
+ "name": "enableCellFlashing",
1180
1243
  "type": {
1181
1244
  "text": "boolean"
1182
1245
  },
1183
1246
  "default": "false",
1184
- "fieldName": "hideDelete"
1185
- }
1186
- ],
1187
- "superclass": {
1188
- "name": "FASTElement",
1189
- "package": "@microsoft/fast-element"
1190
- },
1191
- "tagName": "entity-list",
1192
- "customElement": true
1193
- }
1194
- ],
1195
- "exports": [
1196
- {
1197
- "kind": "js",
1198
- "name": "List",
1199
- "declaration": {
1200
- "name": "List",
1201
- "module": "src/list/list.ts"
1202
- }
1203
- },
1204
- {
1205
- "kind": "custom-element-definition",
1206
- "name": "entity-list",
1207
- "declaration": {
1208
- "name": "List",
1209
- "module": "src/list/list.ts"
1210
- }
1211
- }
1212
- ]
1213
- },
1214
- {
1215
- "kind": "javascript-module",
1216
- "path": "src/profiles/editProfileSchema.ts",
1217
- "declarations": [
1218
- {
1219
- "kind": "variable",
1220
- "name": "editProfileFormSchema",
1221
- "type": {
1222
- "text": "object"
1223
- },
1224
- "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}"
1225
- }
1226
- ],
1227
- "exports": [
1228
- {
1229
- "kind": "js",
1230
- "name": "editProfileFormSchema",
1231
- "declaration": {
1232
- "name": "editProfileFormSchema",
1233
- "module": "src/profiles/editProfileSchema.ts"
1234
- }
1235
- }
1236
- ]
1237
- },
1238
- {
1239
- "kind": "javascript-module",
1240
- "path": "src/profiles/profiles.ts",
1241
- "declarations": [
1242
- {
1243
- "kind": "class",
1244
- "description": "Main class which defined the profile management functionality",
1245
- "name": "Profiles",
1246
- "members": [
1247
- {
1248
- "kind": "method",
1249
- "name": "readProfileData",
1247
+ "description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
1250
1248
  "privacy": "public",
1251
- "parameters": [
1252
- {
1253
- "name": "profile"
1254
- }
1255
- ]
1256
- },
1257
- {
1258
- "kind": "method",
1259
- "name": "confirmDelete",
1260
1249
  "inheritedFrom": {
1261
1250
  "name": "EntityManagement",
1262
1251
  "module": "src/entities/entities.ts"
@@ -1264,233 +1253,12 @@
1264
1253
  },
1265
1254
  {
1266
1255
  "kind": "field",
1267
- "name": "createEvent",
1256
+ "name": "enableRowFlashing",
1268
1257
  "type": {
1269
- "text": "string"
1258
+ "text": "boolean"
1270
1259
  },
1271
- "description": "Name of the event handler on the Genesis server which handles creating an entity",
1272
- "privacy": "public",
1273
- "inheritedFrom": {
1274
- "name": "EntityManagement",
1275
- "module": "src/entities/entities.ts"
1276
- }
1277
- },
1278
- {
1279
- "kind": "field",
1280
- "name": "deleteEvent",
1281
- "type": {
1282
- "text": "string"
1283
- },
1284
- "description": "Name of the event handler on the Genesis server which handles deleting the entity",
1285
- "privacy": "public",
1286
- "inheritedFrom": {
1287
- "name": "EntityManagement",
1288
- "module": "src/entities/entities.ts"
1289
- }
1290
- },
1291
- {
1292
- "kind": "field",
1293
- "name": "updateEvent",
1294
- "type": {
1295
- "text": "string"
1296
- },
1297
- "description": "Name of the event handler on the Genesis server which handles updating the entity",
1298
- "privacy": "public",
1299
- "inheritedFrom": {
1300
- "name": "EntityManagement",
1301
- "module": "src/entities/entities.ts"
1302
- }
1303
- },
1304
- {
1305
- "kind": "field",
1306
- "name": "persistColumnStateKey",
1307
- "type": {
1308
- "text": "string"
1309
- },
1310
- "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.",
1311
- "privacy": "public",
1312
- "default": "'entity_profiles_management'",
1313
- "inheritedFrom": {
1314
- "name": "EntityManagement",
1315
- "module": "src/entities/entities.ts"
1316
- }
1317
- },
1318
- {
1319
- "kind": "field",
1320
- "name": "updateFormUiSchema",
1321
- "type": {
1322
- "text": "any"
1323
- },
1324
- "default": "editProfileFormSchema",
1325
- "inheritedFrom": {
1326
- "name": "EntityManagement",
1327
- "module": "src/entities/entities.ts"
1328
- }
1329
- },
1330
- {
1331
- "kind": "field",
1332
- "name": "createFormUiSchema",
1333
- "type": {
1334
- "text": "any"
1335
- },
1336
- "default": "editProfileFormSchema",
1337
- "inheritedFrom": {
1338
- "name": "EntityManagement",
1339
- "module": "src/entities/entities.ts"
1340
- }
1341
- },
1342
- {
1343
- "kind": "field",
1344
- "name": "readEventFn",
1345
- "type": {
1346
- "text": "(...args) => {}"
1347
- },
1348
- "inheritedFrom": {
1349
- "name": "EntityManagement",
1350
- "module": "src/entities/entities.ts"
1351
- }
1352
- },
1353
- {
1354
- "kind": "field",
1355
- "name": "resourceName",
1356
- "type": {
1357
- "text": "string"
1358
- },
1359
- "description": "Name of the backend resource which contain the entities to manage",
1360
- "privacy": "public",
1361
- "default": "'ALL_PROFILES'",
1362
- "inheritedFrom": {
1363
- "name": "EntityManagement",
1364
- "module": "src/entities/entities.ts"
1365
- }
1366
- },
1367
- {
1368
- "kind": "field",
1369
- "name": "title",
1370
- "type": {
1371
- "text": "string"
1372
- },
1373
- "description": "Title of the grid",
1374
- "privacy": "public",
1375
- "default": "'Profile Management'",
1376
- "inheritedFrom": {
1377
- "name": "EntityManagement",
1378
- "module": "src/entities/entities.ts"
1379
- }
1380
- },
1381
- {
1382
- "kind": "field",
1383
- "name": "entityLabel",
1384
- "type": {
1385
- "text": "string"
1386
- },
1387
- "default": "'Profile'",
1388
- "description": "Label for the entity which has usages such as being shown in the title of the modal wen editing the entity",
1389
- "privacy": "public",
1390
- "inheritedFrom": {
1391
- "name": "EntityManagement",
1392
- "module": "src/entities/entities.ts"
1393
- }
1394
- },
1395
- {
1396
- "kind": "field",
1397
- "name": "connect",
1398
- "type": {
1399
- "text": "Connect"
1400
- },
1401
- "privacy": "protected",
1402
- "description": "DI connect object which is used to interact with the backend.",
1403
- "inheritedFrom": {
1404
- "name": "EntityManagement",
1405
- "module": "src/entities/entities.ts"
1406
- }
1407
- },
1408
- {
1409
- "kind": "field",
1410
- "name": "readEvent",
1411
- "type": {
1412
- "text": "string"
1413
- },
1414
- "inheritedFrom": {
1415
- "name": "EntityManagement",
1416
- "module": "src/entities/entities.ts"
1417
- }
1418
- },
1419
- {
1420
- "kind": "field",
1421
- "name": "readonly",
1422
- "type": {
1423
- "text": "boolean"
1424
- },
1425
- "inheritedFrom": {
1426
- "name": "EntityManagement",
1427
- "module": "src/entities/entities.ts"
1428
- }
1429
- },
1430
- {
1431
- "kind": "field",
1432
- "name": "asyncAdd",
1433
- "type": {
1434
- "text": "boolean"
1435
- },
1436
- "default": "false",
1437
- "description": "Whether to use the `applyTransactionAsync` function for *add* transactions",
1438
- "privacy": "public",
1439
- "inheritedFrom": {
1440
- "name": "EntityManagement",
1441
- "module": "src/entities/entities.ts"
1442
- }
1443
- },
1444
- {
1445
- "kind": "field",
1446
- "name": "asyncRemove",
1447
- "type": {
1448
- "text": "boolean"
1449
- },
1450
- "default": "false",
1451
- "description": "Whether to use the `applyTransactionAsync` function for *remove* transactions",
1452
- "privacy": "public",
1453
- "inheritedFrom": {
1454
- "name": "EntityManagement",
1455
- "module": "src/entities/entities.ts"
1456
- }
1457
- },
1458
- {
1459
- "kind": "field",
1460
- "name": "asyncUpdate",
1461
- "type": {
1462
- "text": "boolean"
1463
- },
1464
- "default": "true",
1465
- "description": "Whether to use the `applyTransactionAsync` function for *update* transactions",
1466
- "privacy": "public",
1467
- "inheritedFrom": {
1468
- "name": "EntityManagement",
1469
- "module": "src/entities/entities.ts"
1470
- }
1471
- },
1472
- {
1473
- "kind": "field",
1474
- "name": "enableCellFlashing",
1475
- "type": {
1476
- "text": "boolean"
1477
- },
1478
- "default": "false",
1479
- "description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
1480
- "privacy": "public",
1481
- "inheritedFrom": {
1482
- "name": "EntityManagement",
1483
- "module": "src/entities/entities.ts"
1484
- }
1485
- },
1486
- {
1487
- "kind": "field",
1488
- "name": "enableRowFlashing",
1489
- "type": {
1490
- "text": "boolean"
1491
- },
1492
- "default": "false",
1493
- "description": "If true, will enable row flashing for all rows for `add` async transactions",
1260
+ "default": "false",
1261
+ "description": "If true, will enable row flashing for all rows for `add` async transactions",
1494
1262
  "privacy": "public",
1495
1263
  "inheritedFrom": {
1496
1264
  "name": "EntityManagement",
@@ -1958,273 +1726,505 @@
1958
1726
  }
1959
1727
  },
1960
1728
  {
1961
- "name": "enable-cell-flashing",
1729
+ "name": "enable-cell-flashing",
1730
+ "type": {
1731
+ "text": "boolean"
1732
+ },
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",
1736
+ "inheritedFrom": {
1737
+ "name": "EntityManagement",
1738
+ "module": "src/entities/entities.ts"
1739
+ }
1740
+ },
1741
+ {
1742
+ "name": "enable-row-flashing",
1743
+ "type": {
1744
+ "text": "boolean"
1745
+ },
1746
+ "default": "false",
1747
+ "description": "If true, will enable row flashing for all rows for `add` async transactions",
1748
+ "fieldName": "enableRowFlashing",
1749
+ "inheritedFrom": {
1750
+ "name": "EntityManagement",
1751
+ "module": "src/entities/entities.ts"
1752
+ }
1753
+ },
1754
+ {
1755
+ "name": "persist-column-state-key",
1756
+ "type": {
1757
+ "text": "string"
1758
+ },
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",
1761
+ "inheritedFrom": {
1762
+ "name": "EntityManagement",
1763
+ "module": "src/entities/entities.ts"
1764
+ }
1765
+ },
1766
+ {
1767
+ "name": "size-columns-to-fit",
1768
+ "type": {
1769
+ "text": "boolean"
1770
+ },
1771
+ "fieldName": "sizeColumnsToFit",
1772
+ "inheritedFrom": {
1773
+ "name": "EntityManagement",
1774
+ "module": "src/entities/entities.ts"
1775
+ }
1776
+ },
1777
+ {
1778
+ "name": "enable-filter-bar",
1779
+ "type": {
1780
+ "text": "boolean"
1781
+ },
1782
+ "fieldName": "enableFilterBar",
1783
+ "inheritedFrom": {
1784
+ "name": "EntityManagement",
1785
+ "module": "src/entities/entities.ts"
1786
+ }
1787
+ },
1788
+ {
1789
+ "name": "hide-edit",
1790
+ "type": {
1791
+ "text": "boolean"
1792
+ },
1793
+ "default": "false",
1794
+ "fieldName": "hideEdit",
1795
+ "inheritedFrom": {
1796
+ "name": "EntityManagement",
1797
+ "module": "src/entities/entities.ts"
1798
+ }
1799
+ },
1800
+ {
1801
+ "name": "hide-delete",
1802
+ "type": {
1803
+ "text": "boolean"
1804
+ },
1805
+ "default": "false",
1806
+ "fieldName": "hideDelete",
1807
+ "inheritedFrom": {
1808
+ "name": "EntityManagement",
1809
+ "module": "src/entities/entities.ts"
1810
+ }
1811
+ },
1812
+ {
1813
+ "name": "modal-position",
1814
+ "type": {
1815
+ "text": "'centre' | 'left' | 'right'"
1816
+ },
1817
+ "default": "'right'",
1818
+ "description": "Determines where the modal dialog will appear on screen",
1819
+ "fieldName": "modalPosition",
1820
+ "inheritedFrom": {
1821
+ "name": "EntityManagement",
1822
+ "module": "src/entities/entities.ts"
1823
+ }
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 suppressCellFocus=\"true\"\n suppressRowDeselection=\"true\"\n async-add=${(x) => x.asyncAdd}\n async-remove=${(x) => x.asyncRemove}\n async-update=${(x) => x.asyncUpdate}\n enable-cell-flashing=${(x) => x.enableCellFlashing}\n enable-row-flashing=${(x) => x.enableRowFlashing}\n >\n <grid-pro-genesis-datasource\n ${ref('datasource')}\n :deferredGridOptions=${(x) => x.gridOptions}\n criteria=${(x) => x.datasourceConfig?.criteria}\n fields=${(x) => x.datasourceConfig?.fields}\n is-snapshot=${(x) => x.datasourceConfig?.isSnapshot}\n max-rows=${(x) => x.datasourceConfig?.maxRows}\n max-view=${(x) => x.datasourceConfig?.maxView}\n moving-view=${(x) => x.datasourceConfig?.movingView}\n order-by=${(x) => x.datasourceConfig?.orderBy}\n polling-interval=${(x) => x.datasourceConfig?.pollingInterval}\n resource-name=${(x) => x.resourceName}\n reverse=${(x) => x.datasourceConfig?.reverse}\n ></grid-pro-genesis-datasource>\n ${repeat(\n (x) => x.columns,\n html`\n <grid-pro-column :definition=${(x) => x}></grid-pro-column>\n `,\n )}\n ${repeat(\n (x) => x.actionButtonsConfig,\n html`\n <grid-pro-column :definition=${(x) => x}></grid-pro-column>\n `,\n )}\n </zero-grid-pro>\n </div>\n`"
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
+ },
1936
+ {
1937
+ "kind": "field",
1938
+ "name": "sizeColumnsToFit",
1939
+ "type": {
1940
+ "text": "boolean"
1941
+ }
1942
+ },
1943
+ {
1944
+ "kind": "field",
1945
+ "name": "enableFilterBar",
1946
+ "type": {
1947
+ "text": "boolean"
1948
+ }
1949
+ },
1950
+ {
1951
+ "kind": "field",
1952
+ "name": "asyncAdd",
1953
+ "type": {
1954
+ "text": "boolean"
1955
+ },
1956
+ "default": "false"
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
+ },
1974
+ {
1975
+ "kind": "field",
1976
+ "name": "enableCellFlashing",
1977
+ "type": {
1978
+ "text": "boolean"
1979
+ },
1980
+ "default": "false"
1981
+ },
1982
+ {
1983
+ "kind": "field",
1984
+ "name": "enableRowFlashing",
1985
+ "type": {
1986
+ "text": "boolean"
1987
+ },
1988
+ "default": "false"
1989
+ },
1990
+ {
1991
+ "kind": "field",
1992
+ "name": "hideEdit",
1993
+ "type": {
1994
+ "text": "boolean"
1995
+ },
1996
+ "default": "false"
1997
+ },
1998
+ {
1999
+ "kind": "field",
2000
+ "name": "hideDelete",
2001
+ "type": {
2002
+ "text": "boolean"
2003
+ },
2004
+ "default": "false"
2005
+ },
2006
+ {
2007
+ "kind": "field",
2008
+ "name": "grid",
2009
+ "type": {
2010
+ "text": "ZeroGridPro"
2011
+ },
2012
+ "privacy": "public"
2013
+ },
2014
+ {
2015
+ "kind": "field",
2016
+ "name": "datasource",
2017
+ "type": {
2018
+ "text": "GridProGenesisDatasource"
2019
+ },
2020
+ "privacy": "public"
2021
+ },
2022
+ {
2023
+ "kind": "field",
2024
+ "name": "gridOptions",
2025
+ "type": {
2026
+ "text": "GridOptions"
2027
+ }
2028
+ },
2029
+ {
2030
+ "kind": "field",
2031
+ "name": "columns",
2032
+ "type": {
2033
+ "text": "ColDef[]"
2034
+ }
2035
+ },
2036
+ {
2037
+ "kind": "field",
2038
+ "name": "datasourceConfig",
2039
+ "type": {
2040
+ "text": "DatasourceConfiguration"
2041
+ }
2042
+ },
2043
+ {
2044
+ "kind": "field",
2045
+ "name": "actionButtonsConfig",
2046
+ "type": {
2047
+ "text": "array"
2048
+ },
2049
+ "default": "[]"
2050
+ },
2051
+ {
2052
+ "kind": "field",
2053
+ "name": "deleteEvent",
2054
+ "type": {
2055
+ "text": "string"
2056
+ }
2057
+ },
2058
+ {
2059
+ "kind": "field",
2060
+ "name": "updateEvent",
2061
+ "type": {
2062
+ "text": "string"
2063
+ }
2064
+ },
2065
+ {
2066
+ "kind": "method",
2067
+ "name": "handleFilterChanged",
2068
+ "privacy": "private",
2069
+ "parameters": [
2070
+ {
2071
+ "name": "e"
2072
+ }
2073
+ ]
2074
+ },
2075
+ {
2076
+ "kind": "method",
2077
+ "name": "handleFilterCleared",
2078
+ "privacy": "private",
2079
+ "parameters": [
2080
+ {
2081
+ "name": "e"
2082
+ }
2083
+ ]
2084
+ },
2085
+ {
2086
+ "kind": "method",
2087
+ "name": "select",
2088
+ "privacy": "private",
2089
+ "parameters": [
2090
+ {
2091
+ "name": "e"
2092
+ }
2093
+ ]
2094
+ },
2095
+ {
2096
+ "kind": "field",
2097
+ "name": "edit",
2098
+ "privacy": "private"
2099
+ },
2100
+ {
2101
+ "kind": "method",
2102
+ "name": "delete",
2103
+ "parameters": [
2104
+ {
2105
+ "name": "e"
2106
+ }
2107
+ ]
2108
+ }
2109
+ ],
2110
+ "attributes": [
2111
+ {
2112
+ "name": "resourceName",
1962
2113
  "type": {
1963
- "text": "boolean"
2114
+ "text": "string"
1964
2115
  },
1965
- "default": "false",
1966
- "description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
1967
- "fieldName": "enableCellFlashing",
1968
- "inheritedFrom": {
1969
- "name": "EntityManagement",
1970
- "module": "src/entities/entities.ts"
1971
- }
2116
+ "default": "''",
2117
+ "fieldName": "resourceName"
1972
2118
  },
1973
2119
  {
1974
- "name": "enable-row-flashing",
2120
+ "name": "title",
1975
2121
  "type": {
1976
- "text": "boolean"
2122
+ "text": "string"
1977
2123
  },
1978
- "default": "false",
1979
- "description": "If true, will enable row flashing for all rows for `add` async transactions",
1980
- "fieldName": "enableRowFlashing",
1981
- "inheritedFrom": {
1982
- "name": "EntityManagement",
1983
- "module": "src/entities/entities.ts"
1984
- }
2124
+ "default": "''",
2125
+ "fieldName": "title"
1985
2126
  },
1986
2127
  {
1987
2128
  "name": "persist-column-state-key",
1988
2129
  "type": {
1989
2130
  "text": "string"
1990
2131
  },
1991
- "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.",
1992
- "fieldName": "persistColumnStateKey",
1993
- "inheritedFrom": {
1994
- "name": "EntityManagement",
1995
- "module": "src/entities/entities.ts"
1996
- }
2132
+ "fieldName": "persistColumnStateKey"
1997
2133
  },
1998
2134
  {
1999
2135
  "name": "size-columns-to-fit",
2000
2136
  "type": {
2001
2137
  "text": "boolean"
2002
2138
  },
2003
- "fieldName": "sizeColumnsToFit",
2004
- "inheritedFrom": {
2005
- "name": "EntityManagement",
2006
- "module": "src/entities/entities.ts"
2007
- }
2139
+ "fieldName": "sizeColumnsToFit"
2008
2140
  },
2009
2141
  {
2010
2142
  "name": "enable-filter-bar",
2011
2143
  "type": {
2012
2144
  "text": "boolean"
2013
2145
  },
2014
- "fieldName": "enableFilterBar",
2015
- "inheritedFrom": {
2016
- "name": "EntityManagement",
2017
- "module": "src/entities/entities.ts"
2018
- }
2146
+ "fieldName": "enableFilterBar"
2019
2147
  },
2020
2148
  {
2021
- "name": "hide-edit",
2149
+ "name": "async-add",
2022
2150
  "type": {
2023
2151
  "text": "boolean"
2024
2152
  },
2025
2153
  "default": "false",
2026
- "fieldName": "hideEdit",
2027
- "inheritedFrom": {
2028
- "name": "EntityManagement",
2029
- "module": "src/entities/entities.ts"
2030
- }
2154
+ "fieldName": "asyncAdd"
2031
2155
  },
2032
2156
  {
2033
- "name": "hide-delete",
2157
+ "name": "async-remove",
2034
2158
  "type": {
2035
2159
  "text": "boolean"
2036
2160
  },
2037
2161
  "default": "false",
2038
- "fieldName": "hideDelete",
2039
- "inheritedFrom": {
2040
- "name": "EntityManagement",
2041
- "module": "src/entities/entities.ts"
2042
- }
2162
+ "fieldName": "asyncRemove"
2043
2163
  },
2044
2164
  {
2045
- "name": "modal-position",
2165
+ "name": "async-update",
2046
2166
  "type": {
2047
- "text": "'centre' | 'left' | 'right'"
2167
+ "text": "boolean"
2048
2168
  },
2049
- "default": "'right'",
2050
- "description": "Determines where the modal dialog will appear on screen",
2051
- "fieldName": "modalPosition",
2052
- "inheritedFrom": {
2053
- "name": "EntityManagement",
2054
- "module": "src/entities/entities.ts"
2055
- }
2056
- }
2057
- ]
2058
- }
2059
- ],
2060
- "exports": [
2061
- {
2062
- "kind": "js",
2063
- "name": "Profiles",
2064
- "declaration": {
2065
- "name": "Profiles",
2066
- "module": "src/profiles/profiles.ts"
2067
- }
2068
- },
2069
- {
2070
- "kind": "custom-element-definition",
2071
- "name": "profile-management",
2072
- "declaration": {
2073
- "name": "Profiles",
2074
- "module": "src/profiles/profiles.ts"
2075
- }
2076
- }
2077
- ]
2078
- },
2079
- {
2080
- "kind": "javascript-module",
2081
- "path": "src/main/index.ts",
2082
- "declarations": [],
2083
- "exports": [
2084
- {
2085
- "kind": "js",
2086
- "name": "*",
2087
- "declaration": {
2088
- "name": "*",
2089
- "package": "./main.template"
2090
- }
2091
- },
2092
- {
2093
- "kind": "js",
2094
- "name": "*",
2095
- "declaration": {
2096
- "name": "*",
2097
- "package": "./main"
2098
- }
2099
- }
2100
- ]
2101
- },
2102
- {
2103
- "kind": "javascript-module",
2104
- "path": "src/main/main.styles.ts",
2105
- "declarations": [
2106
- {
2107
- "kind": "variable",
2108
- "name": "MainStyles",
2109
- "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`"
2110
- }
2111
- ],
2112
- "exports": [
2113
- {
2114
- "kind": "js",
2115
- "name": "MainStyles",
2116
- "declaration": {
2117
- "name": "MainStyles",
2118
- "module": "src/main/main.styles.ts"
2119
- }
2120
- }
2121
- ]
2122
- },
2123
- {
2124
- "kind": "javascript-module",
2125
- "path": "src/main/main.template.ts",
2126
- "declarations": [],
2127
- "exports": []
2128
- },
2129
- {
2130
- "kind": "javascript-module",
2131
- "path": "src/main/main.ts",
2132
- "declarations": [
2133
- {
2134
- "kind": "class",
2135
- "description": "",
2136
- "name": "MainApplication",
2137
- "members": [
2138
- {
2139
- "kind": "field",
2140
- "name": "config",
2141
- "type": {
2142
- "text": "MainRouterConfig"
2143
- }
2144
- },
2145
- {
2146
- "kind": "field",
2147
- "name": "connect",
2148
- "type": {
2149
- "text": "Connect"
2150
- }
2151
- },
2152
- {
2153
- "kind": "field",
2154
- "name": "session",
2155
- "type": {
2156
- "text": "Session"
2157
- }
2169
+ "default": "true",
2170
+ "fieldName": "asyncUpdate"
2158
2171
  },
2159
2172
  {
2160
- "kind": "field",
2161
- "name": "container",
2173
+ "name": "enable-cell-flashing",
2162
2174
  "type": {
2163
- "text": "Container"
2164
- }
2175
+ "text": "boolean"
2176
+ },
2177
+ "default": "false",
2178
+ "fieldName": "enableCellFlashing"
2165
2179
  },
2166
2180
  {
2167
- "kind": "field",
2168
- "name": "provider",
2181
+ "name": "enable-row-flashing",
2169
2182
  "type": {
2170
- "text": "any"
2171
- }
2183
+ "text": "boolean"
2184
+ },
2185
+ "default": "false",
2186
+ "fieldName": "enableRowFlashing"
2172
2187
  },
2173
2188
  {
2174
- "kind": "field",
2175
- "name": "ready",
2189
+ "name": "hide-edit",
2176
2190
  "type": {
2177
2191
  "text": "boolean"
2178
2192
  },
2179
- "default": "false"
2193
+ "default": "false",
2194
+ "fieldName": "hideEdit"
2180
2195
  },
2181
2196
  {
2182
- "kind": "field",
2183
- "name": "data",
2197
+ "name": "hide-delete",
2184
2198
  "type": {
2185
- "text": "any"
2199
+ "text": "boolean"
2186
2200
  },
2187
- "default": "null"
2188
- },
2189
- {
2190
- "kind": "method",
2191
- "name": "onLuminanceToggle"
2192
- },
2193
- {
2194
- "kind": "method",
2195
- "name": "loadRemotes"
2196
- },
2197
- {
2198
- "kind": "method",
2199
- "name": "selectTemplate"
2200
- },
2201
- {
2202
- "kind": "method",
2203
- "name": "registerDIDependencies",
2204
- "privacy": "private"
2201
+ "default": "false",
2202
+ "fieldName": "hideDelete"
2205
2203
  }
2206
2204
  ],
2207
2205
  "superclass": {
2208
2206
  "name": "FASTElement",
2209
2207
  "package": "@microsoft/fast-element"
2210
2208
  },
2209
+ "tagName": "entity-list",
2211
2210
  "customElement": true
2212
2211
  }
2213
2212
  ],
2214
2213
  "exports": [
2215
2214
  {
2216
2215
  "kind": "js",
2217
- "name": "MainApplication",
2216
+ "name": "List",
2218
2217
  "declaration": {
2219
- "name": "MainApplication",
2220
- "module": "src/main/main.ts"
2218
+ "name": "List",
2219
+ "module": "src/list/list.ts"
2221
2220
  }
2222
2221
  },
2223
2222
  {
2224
2223
  "kind": "custom-element-definition",
2224
+ "name": "entity-list",
2225
2225
  "declaration": {
2226
- "name": "MainApplication",
2227
- "module": "src/main/main.ts"
2226
+ "name": "List",
2227
+ "module": "src/list/list.ts"
2228
2228
  }
2229
2229
  }
2230
2230
  ]