@dative-gpi/foundation-shared-loader 1.1.21-fs-chart → 1.1.21-fs-chart-3

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.
@@ -28,6 +28,7 @@ const parseTemplate_1 = require("./parseTemplate");
28
28
  const sharedImportMap = __importStar(require("./mapping/foundation-shared-components-imports-map.json"));
29
29
  const coreImportMap = __importStar(require("./mapping/foundation-core-components-imports-map.json"));
30
30
  const adminImportMap = __importStar(require("./mapping/foundation-admin-components-imports-map.json"));
31
+ const visualizationImportMap = __importStar(require("./mapping/foundation-shared-visualization-imports-map.json"));
31
32
  function getImports(source, skipShared, skipCore, skipAdmin) {
32
33
  const { components, directives } = (0, parseTemplate_1.parseTemplate)(source);
33
34
  const resolvedComponents = [];
@@ -47,6 +48,10 @@ function getImports(source, skipShared, skipCore, skipAdmin) {
47
48
  resolvedComponents.push(component);
48
49
  addImport(imports, component.name, component.symbol, adminImportMap.components[component.name].from);
49
50
  }
51
+ else if (!skipShared && component.name in visualizationImportMap.components) {
52
+ resolvedComponents.push(component);
53
+ addImport(imports, component.name, component.symbol, visualizationImportMap.components[component.name].from);
54
+ }
50
55
  });
51
56
  // directives.forEach(directive => {
52
57
  // if (importMap.directives.includes(directive.name)) {
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "components": {
3
- "FSTreeViewFolder": {
4
- "from": "@dative-gpi/foundation-core-components/components/treeviews/FSTreeViewFolder.vue"
5
- },
6
- "FSTreeViewGroup": {
7
- "from": "@dative-gpi/foundation-core-components/components/treeviews/FSTreeViewGroup.vue"
8
- },
9
3
  "FSDashboardExplorerElementTypeChip": {
10
4
  "from": "@dative-gpi/foundation-core-components/components/explorers/FSDashboardExplorerElementTypeChip.vue"
11
5
  },
6
+ "FSBaseDevicesExplorer": {
7
+ "from": "@dative-gpi/foundation-core-components/components/explorers/FSBaseDevicesExplorer.vue"
8
+ },
12
9
  "FSBaseDashboardsExplorer": {
13
10
  "from": "@dative-gpi/foundation-core-components/components/explorers/FSBaseDashboardsExplorer.vue"
14
11
  },
15
- "FSBaseDevicesExplorer": {
16
- "from": "@dative-gpi/foundation-core-components/components/explorers/FSBaseDevicesExplorer.vue"
12
+ "FSTreeViewFolder": {
13
+ "from": "@dative-gpi/foundation-core-components/components/treeviews/FSTreeViewFolder.vue"
17
14
  },
18
- "FSMetaGrid": {
19
- "from": "@dative-gpi/foundation-core-components/components/customProperties/FSMetaGrid.vue"
15
+ "FSTreeViewGroup": {
16
+ "from": "@dative-gpi/foundation-core-components/components/treeviews/FSTreeViewGroup.vue"
17
+ },
18
+ "FSMetaHistory": {
19
+ "from": "@dative-gpi/foundation-core-components/components/customProperties/FSMetaHistory.vue"
20
20
  },
21
21
  "FSMetaFormContent": {
22
22
  "from": "@dative-gpi/foundation-core-components/components/customProperties/FSMetaFormContent.vue"
@@ -24,170 +24,170 @@
24
24
  "FSMetaField": {
25
25
  "from": "@dative-gpi/foundation-core-components/components/customProperties/FSMetaField.vue"
26
26
  },
27
- "FSMetaHistory": {
28
- "from": "@dative-gpi/foundation-core-components/components/customProperties/FSMetaHistory.vue"
29
- },
30
27
  "FSMetaValue": {
31
28
  "from": "@dative-gpi/foundation-core-components/components/customProperties/FSMetaValue.vue"
32
29
  },
33
- "FSPlotPerSelector": {
34
- "from": "@dative-gpi/foundation-core-components/components/selects/FSPlotPerSelector.vue"
30
+ "FSMetaGrid": {
31
+ "from": "@dative-gpi/foundation-core-components/components/customProperties/FSMetaGrid.vue"
35
32
  },
36
- "FSSubgroupingTile": {
37
- "from": "@dative-gpi/foundation-core-components/components/tiles/FSSubgroupingTile.vue"
33
+ "FSLocationTile": {
34
+ "from": "@dative-gpi/foundation-core-components/components/tiles/FSLocationTile.vue"
38
35
  },
39
- "FSDeviceOrganisationTile": {
40
- "from": "@dative-gpi/foundation-core-components/components/tiles/FSDeviceOrganisationTile.vue"
36
+ "FSFolderTile": {
37
+ "from": "@dative-gpi/foundation-core-components/components/tiles/FSFolderTile.vue"
38
+ },
39
+ "FSGroupingTile": {
40
+ "from": "@dative-gpi/foundation-core-components/components/tiles/FSGroupingTile.vue"
41
+ },
42
+ "FSChartTile": {
43
+ "from": "@dative-gpi/foundation-core-components/components/tiles/FSChartTile.vue"
44
+ },
45
+ "FSPlaylistTile": {
46
+ "from": "@dative-gpi/foundation-core-components/components/tiles/FSPlaylistTile.vue"
41
47
  },
42
48
  "FSServiceAccountOrganisationTile": {
43
49
  "from": "@dative-gpi/foundation-core-components/components/tiles/FSServiceAccountOrganisationTile.vue"
44
50
  },
51
+ "FSDashboardShallowTile": {
52
+ "from": "@dative-gpi/foundation-core-components/components/tiles/FSDashboardShallowTile.vue"
53
+ },
54
+ "FSDashboardOrganisationTile": {
55
+ "from": "@dative-gpi/foundation-core-components/components/tiles/FSDashboardOrganisationTile.vue"
56
+ },
45
57
  "FSDashboardOrganisationTypeTile": {
46
58
  "from": "@dative-gpi/foundation-core-components/components/tiles/FSDashboardOrganisationTypeTile.vue"
47
59
  },
48
- "FSLocationTile": {
49
- "from": "@dative-gpi/foundation-core-components/components/tiles/FSLocationTile.vue"
60
+ "FSSubgroupingTile": {
61
+ "from": "@dative-gpi/foundation-core-components/components/tiles/FSSubgroupingTile.vue"
50
62
  },
51
- "FSGroupingTile": {
52
- "from": "@dative-gpi/foundation-core-components/components/tiles/FSGroupingTile.vue"
63
+ "FSDeviceOrganisationTile": {
64
+ "from": "@dative-gpi/foundation-core-components/components/tiles/FSDeviceOrganisationTile.vue"
53
65
  },
54
66
  "FSModelTile": {
55
67
  "from": "@dative-gpi/foundation-core-components/components/tiles/FSModelTile.vue"
56
68
  },
57
- "FSGroupTile": {
58
- "from": "@dative-gpi/foundation-core-components/components/tiles/FSGroupTile.vue"
59
- },
60
69
  "FSUserOrganisationTile": {
61
70
  "from": "@dative-gpi/foundation-core-components/components/tiles/FSUserOrganisationTile.vue"
62
71
  },
63
- "FSPlaylistTile": {
64
- "from": "@dative-gpi/foundation-core-components/components/tiles/FSPlaylistTile.vue"
72
+ "FSGroupTile": {
73
+ "from": "@dative-gpi/foundation-core-components/components/tiles/FSGroupTile.vue"
65
74
  },
66
- "FSDashboardOrganisationTile": {
67
- "from": "@dative-gpi/foundation-core-components/components/tiles/FSDashboardOrganisationTile.vue"
75
+ "FSSelectEntitiesList": {
76
+ "from": "@dative-gpi/foundation-core-components/components/entities/FSSelectEntitiesList.vue"
68
77
  },
69
- "FSFolderTile": {
70
- "from": "@dative-gpi/foundation-core-components/components/tiles/FSFolderTile.vue"
78
+ "FSBaseEntitiesList": {
79
+ "from": "@dative-gpi/foundation-core-components/components/entities/FSBaseEntitiesList.vue"
71
80
  },
72
- "FSChartTile": {
73
- "from": "@dative-gpi/foundation-core-components/components/tiles/FSChartTile.vue"
81
+ "FSTileEntitiesList": {
82
+ "from": "@dative-gpi/foundation-core-components/components/entities/FSTileEntitiesList.vue"
74
83
  },
75
- "FSDashboardShallowTile": {
76
- "from": "@dative-gpi/foundation-core-components/components/tiles/FSDashboardShallowTile.vue"
84
+ "FSSimpleEntitiesList": {
85
+ "from": "@dative-gpi/foundation-core-components/components/entities/FSSimpleEntitiesList.vue"
77
86
  },
78
- "FSMagicConfigField": {
79
- "from": "@dative-gpi/foundation-core-components/components/fields/FSMagicConfigField.vue"
87
+ "FSDialogSelectEntities": {
88
+ "from": "@dative-gpi/foundation-core-components/components/entities/FSDialogSelectEntities.vue"
80
89
  },
81
- "FSMagicField": {
82
- "from": "@dative-gpi/foundation-core-components/components/fields/FSMagicField.vue"
90
+ "FSEntityField": {
91
+ "from": "@dative-gpi/foundation-core-components/components/entities/FSEntityField.vue"
83
92
  },
84
93
  "FSDataTable": {
85
94
  "from": "@dative-gpi/foundation-core-components/components/lists/FSDataTable.vue"
86
95
  },
87
- "FSSimpleGroupsList": {
88
- "from": "@dative-gpi/foundation-core-components/components/lists/groups/FSSimpleGroupsList.vue"
89
- },
90
- "FSBaseGroupsList": {
91
- "from": "@dative-gpi/foundation-core-components/components/lists/groups/FSBaseGroupsList.vue"
92
- },
93
- "FSTileGroupsList": {
94
- "from": "@dative-gpi/foundation-core-components/components/lists/groups/FSTileGroupsList.vue"
95
- },
96
- "FSSimpleUserOrganisationsList": {
97
- "from": "@dative-gpi/foundation-core-components/components/lists/userOrganisations/FSSimpleUserOrganisationsList.vue"
96
+ "FSBaseRoleOrganisationTypesList": {
97
+ "from": "@dative-gpi/foundation-core-components/components/lists/roleOrganisationTypes/FSBaseRoleOrganisationTypesList.vue"
98
98
  },
99
- "FSTileUserOrganisationsList": {
100
- "from": "@dative-gpi/foundation-core-components/components/lists/userOrganisations/FSTileUserOrganisationsList.vue"
99
+ "FSBaseDataDefinitionsList": {
100
+ "from": "@dative-gpi/foundation-core-components/components/lists/dataDefinitions/FSBaseDataDefinitionsList.vue"
101
101
  },
102
- "FSUserOrganisationsChipGroup": {
103
- "from": "@dative-gpi/foundation-core-components/components/lists/userOrganisations/FSUserOrganisationsChipGroup.vue"
102
+ "FSButtonAcknowledgeAlert": {
103
+ "from": "@dative-gpi/foundation-core-components/components/lists/alerts/FSButtonAcknowledgeAlert.vue"
104
104
  },
105
- "FSBaseUserOrganisationsList": {
106
- "from": "@dative-gpi/foundation-core-components/components/lists/userOrganisations/FSBaseUserOrganisationsList.vue"
105
+ "FSBaseAlertsList": {
106
+ "from": "@dative-gpi/foundation-core-components/components/lists/alerts/FSBaseAlertsList.vue"
107
107
  },
108
- "FSBaseCommentsList": {
109
- "from": "@dative-gpi/foundation-core-components/components/lists/comments/FSBaseCommentsList.vue"
108
+ "FSBaseFoldersList": {
109
+ "from": "@dative-gpi/foundation-core-components/components/lists/folders/FSBaseFoldersList.vue"
110
110
  },
111
111
  "FSTileFoldersList": {
112
112
  "from": "@dative-gpi/foundation-core-components/components/lists/folders/FSTileFoldersList.vue"
113
113
  },
114
- "FSBaseFoldersList": {
115
- "from": "@dative-gpi/foundation-core-components/components/lists/folders/FSBaseFoldersList.vue"
116
- },
117
114
  "FSSimpleFoldersList": {
118
115
  "from": "@dative-gpi/foundation-core-components/components/lists/folders/FSSimpleFoldersList.vue"
119
116
  },
120
- "FSSimpleDeviceOrganisationsList": {
121
- "from": "@dative-gpi/foundation-core-components/components/lists/deviceOrganisations/FSSimpleDeviceOrganisationsList.vue"
117
+ "FSBaseServiceAccountOrganisationsList": {
118
+ "from": "@dative-gpi/foundation-core-components/components/lists/serviceAccountOrganisations/FSBaseServiceAccountOrganisationsList.vue"
122
119
  },
123
- "FSTileDeviceOrganisationsList": {
124
- "from": "@dative-gpi/foundation-core-components/components/lists/deviceOrganisations/FSTileDeviceOrganisationsList.vue"
120
+ "FSSimpleServiceAccountOrganisationsList": {
121
+ "from": "@dative-gpi/foundation-core-components/components/lists/serviceAccountOrganisations/FSSimpleServiceAccountOrganisationsList.vue"
125
122
  },
126
- "FSBaseDeviceOrganisationsList": {
127
- "from": "@dative-gpi/foundation-core-components/components/lists/deviceOrganisations/FSBaseDeviceOrganisationsList.vue"
123
+ "FSBaseScenarioOrganisationsList": {
124
+ "from": "@dative-gpi/foundation-core-components/components/lists/scenarioOrganisations/FSBaseScenarioOrganisationsList.vue"
128
125
  },
129
126
  "FSBaseDataCategoriesList": {
130
127
  "from": "@dative-gpi/foundation-core-components/components/lists/dataCategories/FSBaseDataCategoriesList.vue"
131
128
  },
132
- "FSTilePlaylistsList": {
133
- "from": "@dative-gpi/foundation-core-components/components/lists/playlists/FSTilePlaylistsList.vue"
129
+ "FSSimpleModelsList": {
130
+ "from": "@dative-gpi/foundation-core-components/components/lists/models/FSSimpleModelsList.vue"
134
131
  },
135
- "FSSimplePlaylistsList": {
136
- "from": "@dative-gpi/foundation-core-components/components/lists/playlists/FSSimplePlaylistsList.vue"
132
+ "FSTileModelsList": {
133
+ "from": "@dative-gpi/foundation-core-components/components/lists/models/FSTileModelsList.vue"
137
134
  },
138
- "FSBaseAlertsList": {
139
- "from": "@dative-gpi/foundation-core-components/components/lists/alerts/FSBaseAlertsList.vue"
135
+ "FSBaseModelsList": {
136
+ "from": "@dative-gpi/foundation-core-components/components/lists/models/FSBaseModelsList.vue"
140
137
  },
141
- "FSButtonAcknowledgeAlert": {
142
- "from": "@dative-gpi/foundation-core-components/components/lists/alerts/FSButtonAcknowledgeAlert.vue"
138
+ "FSBaseConnectivityScenariosList": {
139
+ "from": "@dative-gpi/foundation-core-components/components/lists/connectivityScenarios/FSBaseConnectivityScenariosList.vue"
143
140
  },
144
- "FSBaseScenariosList": {
145
- "from": "@dative-gpi/foundation-core-components/components/lists/scenarios/FSBaseScenariosList.vue"
141
+ "FSSimpleUserOrganisationsList": {
142
+ "from": "@dative-gpi/foundation-core-components/components/lists/userOrganisations/FSSimpleUserOrganisationsList.vue"
146
143
  },
147
- "FSBaseAuthTokensList": {
148
- "from": "@dative-gpi/foundation-core-components/components/lists/authTokens/FSBaseAuthTokensList.vue"
144
+ "FSTileUserOrganisationsList": {
145
+ "from": "@dative-gpi/foundation-core-components/components/lists/userOrganisations/FSTileUserOrganisationsList.vue"
149
146
  },
150
- "FSBaseDashboardOrganisationTypesList": {
151
- "from": "@dative-gpi/foundation-core-components/components/lists/dashboardOrganisationTypes/FSBaseDashboardOrganisationTypesList.vue"
147
+ "FSUserOrganisationsChipGroup": {
148
+ "from": "@dative-gpi/foundation-core-components/components/lists/userOrganisations/FSUserOrganisationsChipGroup.vue"
152
149
  },
153
- "FSTileSubgroupingsList": {
154
- "from": "@dative-gpi/foundation-core-components/components/lists/subgroupings/FSTileSubgroupingsList.vue"
150
+ "FSBaseUserOrganisationsList": {
151
+ "from": "@dative-gpi/foundation-core-components/components/lists/userOrganisations/FSBaseUserOrganisationsList.vue"
155
152
  },
156
- "FSSubgroupingsChipGroup": {
157
- "from": "@dative-gpi/foundation-core-components/components/lists/subgroupings/FSSubgroupingsChipGroup.vue"
153
+ "FSBaseCommentsList": {
154
+ "from": "@dative-gpi/foundation-core-components/components/lists/comments/FSBaseCommentsList.vue"
158
155
  },
159
- "FSBaseSubgroupingsList": {
160
- "from": "@dative-gpi/foundation-core-components/components/lists/subgroupings/FSBaseSubgroupingsList.vue"
156
+ "FSBaseRoleOrganisationsList": {
157
+ "from": "@dative-gpi/foundation-core-components/components/lists/roleOrganisations/FSBaseRoleOrganisationsList.vue"
161
158
  },
162
- "FSSimpleSubgroupingsList": {
163
- "from": "@dative-gpi/foundation-core-components/components/lists/subgroupings/FSSimpleSubgroupingsList.vue"
159
+ "FSBaseAuthTokensList": {
160
+ "from": "@dative-gpi/foundation-core-components/components/lists/authTokens/FSBaseAuthTokensList.vue"
164
161
  },
165
- "FSBaseLocationsList": {
166
- "from": "@dative-gpi/foundation-core-components/components/lists/locations/FSBaseLocationsList.vue"
162
+ "FSBaseScenarioOrganisationTypesList": {
163
+ "from": "@dative-gpi/foundation-core-components/components/lists/scenarioOrganisationTypes/FSBaseScenarioOrganisationTypesList.vue"
167
164
  },
168
- "FSSimpleLocationsList": {
169
- "from": "@dative-gpi/foundation-core-components/components/lists/locations/FSSimpleLocationsList.vue"
165
+ "FSBaseChartOrganisationsList": {
166
+ "from": "@dative-gpi/foundation-core-components/components/lists/chartOrganisations/FSBaseChartOrganisationsList.vue"
170
167
  },
171
- "FSTileLocationsList": {
172
- "from": "@dative-gpi/foundation-core-components/components/lists/locations/FSTileLocationsList.vue"
168
+ "FSSimpleSubgroupingsList": {
169
+ "from": "@dative-gpi/foundation-core-components/components/lists/subgroupings/FSSimpleSubgroupingsList.vue"
173
170
  },
174
- "FSSimpleServiceAccountOrganisationsList": {
175
- "from": "@dative-gpi/foundation-core-components/components/lists/serviceAccountOrganisations/FSSimpleServiceAccountOrganisationsList.vue"
171
+ "FSTileSubgroupingsList": {
172
+ "from": "@dative-gpi/foundation-core-components/components/lists/subgroupings/FSTileSubgroupingsList.vue"
176
173
  },
177
- "FSBaseServiceAccountOrganisationsList": {
178
- "from": "@dative-gpi/foundation-core-components/components/lists/serviceAccountOrganisations/FSBaseServiceAccountOrganisationsList.vue"
174
+ "FSBaseSubgroupingsList": {
175
+ "from": "@dative-gpi/foundation-core-components/components/lists/subgroupings/FSBaseSubgroupingsList.vue"
179
176
  },
180
- "FSBaseScenarioOrganisationTypesList": {
181
- "from": "@dative-gpi/foundation-core-components/components/lists/scenarioOrganisationTypes/FSBaseScenarioOrganisationTypesList.vue"
177
+ "FSSubgroupingsChipGroup": {
178
+ "from": "@dative-gpi/foundation-core-components/components/lists/subgroupings/FSSubgroupingsChipGroup.vue"
182
179
  },
183
- "FSBaseChartsList": {
184
- "from": "@dative-gpi/foundation-core-components/components/lists/charts/FSBaseChartsList.vue"
180
+ "FSSimpleGroupsList": {
181
+ "from": "@dative-gpi/foundation-core-components/components/lists/groups/FSSimpleGroupsList.vue"
185
182
  },
186
- "FSBaseRoleOrganisationsList": {
187
- "from": "@dative-gpi/foundation-core-components/components/lists/roleOrganisations/FSBaseRoleOrganisationsList.vue"
183
+ "FSTileGroupsList": {
184
+ "from": "@dative-gpi/foundation-core-components/components/lists/groups/FSTileGroupsList.vue"
188
185
  },
189
- "FSBaseChartOrganisationsList": {
190
- "from": "@dative-gpi/foundation-core-components/components/lists/chartOrganisations/FSBaseChartOrganisationsList.vue"
186
+ "FSBaseGroupsList": {
187
+ "from": "@dative-gpi/foundation-core-components/components/lists/groups/FSBaseGroupsList.vue"
188
+ },
189
+ "FSBaseScenariosList": {
190
+ "from": "@dative-gpi/foundation-core-components/components/lists/scenarios/FSBaseScenariosList.vue"
191
191
  },
192
192
  "FSTileDashboardsList": {
193
193
  "from": "@dative-gpi/foundation-core-components/components/lists/dashboards/FSTileDashboardsList.vue"
@@ -198,29 +198,35 @@
198
198
  "FSSimpleDashboardsList": {
199
199
  "from": "@dative-gpi/foundation-core-components/components/lists/dashboards/FSSimpleDashboardsList.vue"
200
200
  },
201
+ "FSBaseChartsList": {
202
+ "from": "@dative-gpi/foundation-core-components/components/lists/charts/FSBaseChartsList.vue"
203
+ },
204
+ "FSTileLocationsList": {
205
+ "from": "@dative-gpi/foundation-core-components/components/lists/locations/FSTileLocationsList.vue"
206
+ },
207
+ "FSBaseLocationsList": {
208
+ "from": "@dative-gpi/foundation-core-components/components/lists/locations/FSBaseLocationsList.vue"
209
+ },
210
+ "FSSimpleLocationsList": {
211
+ "from": "@dative-gpi/foundation-core-components/components/lists/locations/FSSimpleLocationsList.vue"
212
+ },
201
213
  "FSBaseChartOrganisationTypesList": {
202
214
  "from": "@dative-gpi/foundation-core-components/components/lists/chartOrganisationTypes/FSBaseChartOrganisationTypesList.vue"
203
215
  },
204
- "FSBaseDataDefinitionsList": {
205
- "from": "@dative-gpi/foundation-core-components/components/lists/dataDefinitions/FSBaseDataDefinitionsList.vue"
216
+ "FSTilePlaylistsList": {
217
+ "from": "@dative-gpi/foundation-core-components/components/lists/playlists/FSTilePlaylistsList.vue"
218
+ },
219
+ "FSSimplePlaylistsList": {
220
+ "from": "@dative-gpi/foundation-core-components/components/lists/playlists/FSSimplePlaylistsList.vue"
206
221
  },
207
222
  "FSBaseServiceAccountRoleOrganisationsList": {
208
223
  "from": "@dative-gpi/foundation-core-components/components/lists/serviceAccountRoleOrganisations/FSBaseServiceAccountRoleOrganisationsList.vue"
209
224
  },
210
- "FSBaseConnectivityScenariosList": {
211
- "from": "@dative-gpi/foundation-core-components/components/lists/connectivityScenarios/FSBaseConnectivityScenariosList.vue"
212
- },
213
- "FSTileModelsList": {
214
- "from": "@dative-gpi/foundation-core-components/components/lists/models/FSTileModelsList.vue"
215
- },
216
- "FSSimpleModelsList": {
217
- "from": "@dative-gpi/foundation-core-components/components/lists/models/FSSimpleModelsList.vue"
218
- },
219
- "FSBaseModelsList": {
220
- "from": "@dative-gpi/foundation-core-components/components/lists/models/FSBaseModelsList.vue"
225
+ "FSBaseDashboardOrganisationTypesList": {
226
+ "from": "@dative-gpi/foundation-core-components/components/lists/dashboardOrganisationTypes/FSBaseDashboardOrganisationTypesList.vue"
221
227
  },
222
- "FSBaseRoleOrganisationTypesList": {
223
- "from": "@dative-gpi/foundation-core-components/components/lists/roleOrganisationTypes/FSBaseRoleOrganisationTypesList.vue"
228
+ "FSSimpleGroupingsList": {
229
+ "from": "@dative-gpi/foundation-core-components/components/lists/groupings/FSSimpleGroupingsList.vue"
224
230
  },
225
231
  "FSBaseGroupingsList": {
226
232
  "from": "@dative-gpi/foundation-core-components/components/lists/groupings/FSBaseGroupingsList.vue"
@@ -228,74 +234,68 @@
228
234
  "FSTileGroupingsList": {
229
235
  "from": "@dative-gpi/foundation-core-components/components/lists/groupings/FSTileGroupingsList.vue"
230
236
  },
231
- "FSSimpleGroupingsList": {
232
- "from": "@dative-gpi/foundation-core-components/components/lists/groupings/FSSimpleGroupingsList.vue"
233
- },
234
- "FSBaseScenarioOrganisationsList": {
235
- "from": "@dative-gpi/foundation-core-components/components/lists/scenarioOrganisations/FSBaseScenarioOrganisationsList.vue"
236
- },
237
- "FSSelectEntitiesList": {
238
- "from": "@dative-gpi/foundation-core-components/components/entities/FSSelectEntitiesList.vue"
239
- },
240
- "FSBaseEntitiesList": {
241
- "from": "@dative-gpi/foundation-core-components/components/entities/FSBaseEntitiesList.vue"
237
+ "FSBaseDeviceOrganisationsList": {
238
+ "from": "@dative-gpi/foundation-core-components/components/lists/deviceOrganisations/FSBaseDeviceOrganisationsList.vue"
242
239
  },
243
- "FSDialogSelectEntities": {
244
- "from": "@dative-gpi/foundation-core-components/components/entities/FSDialogSelectEntities.vue"
240
+ "FSTileDeviceOrganisationsList": {
241
+ "from": "@dative-gpi/foundation-core-components/components/lists/deviceOrganisations/FSTileDeviceOrganisationsList.vue"
245
242
  },
246
- "FSEntityField": {
247
- "from": "@dative-gpi/foundation-core-components/components/entities/FSEntityField.vue"
243
+ "FSSimpleDeviceOrganisationsList": {
244
+ "from": "@dative-gpi/foundation-core-components/components/lists/deviceOrganisations/FSSimpleDeviceOrganisationsList.vue"
248
245
  },
249
- "FSTileEntitiesList": {
250
- "from": "@dative-gpi/foundation-core-components/components/entities/FSTileEntitiesList.vue"
246
+ "FSMagicField": {
247
+ "from": "@dative-gpi/foundation-core-components/components/fields/FSMagicField.vue"
251
248
  },
252
- "FSSimpleEntitiesList": {
253
- "from": "@dative-gpi/foundation-core-components/components/entities/FSSimpleEntitiesList.vue"
249
+ "FSMagicConfigField": {
250
+ "from": "@dative-gpi/foundation-core-components/components/fields/FSMagicConfigField.vue"
254
251
  },
255
- "FSAutocompleteDashboard": {
256
- "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteDashboard.vue"
252
+ "FSPlotPerSelector": {
253
+ "from": "@dative-gpi/foundation-core-components/components/selects/FSPlotPerSelector.vue"
257
254
  },
258
255
  "FSAutocompleteServiceAccountRoleOrganisation": {
259
256
  "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteServiceAccountRoleOrganisation.vue"
260
257
  },
261
- "FSAutocompleteChart": {
262
- "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteChart.vue"
263
- },
264
- "FSAutocompleteRole": {
265
- "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteRole.vue"
258
+ "FSAutocompleteManufacturer": {
259
+ "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteManufacturer.vue"
266
260
  },
267
261
  "FSAutocompleteUserOrganisation": {
268
262
  "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteUserOrganisation.vue"
269
263
  },
264
+ "FSAutocompleteChart": {
265
+ "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteChart.vue"
266
+ },
270
267
  "FSAutocompleteDashboardOrganisation": {
271
268
  "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteDashboardOrganisation.vue"
272
269
  },
273
270
  "FSAutocompleteModel": {
274
271
  "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteModel.vue"
275
272
  },
276
- "FSAutocompleteLocation": {
277
- "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteLocation.vue"
273
+ "FSAutocompleteGroup": {
274
+ "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteGroup.vue"
278
275
  },
279
276
  "FSAutocompleteGrouping": {
280
277
  "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteGrouping.vue"
281
278
  },
282
- "FSAutocompleteManufacturer": {
283
- "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteManufacturer.vue"
279
+ "FSAutocompleteLocation": {
280
+ "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteLocation.vue"
281
+ },
282
+ "FSAutocompleteDashboard": {
283
+ "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteDashboard.vue"
284
284
  },
285
285
  "FSAutocompleteDataCategory": {
286
286
  "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteDataCategory.vue"
287
287
  },
288
- "FSAutocompleteOrganisationType": {
289
- "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteOrganisationType.vue"
288
+ "FSAutocompleteRole": {
289
+ "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteRole.vue"
290
+ },
291
+ "FSAutocompleteServiceAccountOrganisation": {
292
+ "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteServiceAccountOrganisation.vue"
290
293
  },
291
294
  "FSAutocompleteDataDefinition": {
292
295
  "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteDataDefinition.vue"
293
296
  },
294
- "FSAutocompleteGroup": {
295
- "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteGroup.vue"
296
- },
297
- "FSAutocompleteServiceAccountOrganisation": {
298
- "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteServiceAccountOrganisation.vue"
297
+ "FSAutocompleteOrganisationType": {
298
+ "from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteOrganisationType.vue"
299
299
  }
300
300
  },
301
301
  "directives": []