@dative-gpi/foundation-shared-loader 1.0.144 → 1.0.146
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/mapping/foundation-core-components-imports-map.json +127 -127
- package/dist/mapping/foundation-shared-components-imports-map.json +506 -500
- package/package.json +2 -2
- package/plugin/mapping/foundation-core-components-imports-map.json +127 -127
- package/plugin/mapping/foundation-shared-components-imports-map.json +506 -500
|
@@ -1,61 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"
|
|
4
|
-
"from": "@dative-gpi/foundation-core-components/components/
|
|
5
|
-
},
|
|
6
|
-
"FSSimpleEntitiesList": {
|
|
7
|
-
"from": "@dative-gpi/foundation-core-components/components/entities/FSSimpleEntitiesList.vue"
|
|
3
|
+
"FSMetaGrid": {
|
|
4
|
+
"from": "@dative-gpi/foundation-core-components/components/customProperties/FSMetaGrid.vue"
|
|
8
5
|
},
|
|
9
|
-
"
|
|
10
|
-
"from": "@dative-gpi/foundation-core-components/components/
|
|
6
|
+
"FSMetaField": {
|
|
7
|
+
"from": "@dative-gpi/foundation-core-components/components/customProperties/FSMetaField.vue"
|
|
11
8
|
},
|
|
12
|
-
"
|
|
13
|
-
"from": "@dative-gpi/foundation-core-components/components/
|
|
9
|
+
"FSMetaValue": {
|
|
10
|
+
"from": "@dative-gpi/foundation-core-components/components/customProperties/FSMetaValue.vue"
|
|
14
11
|
},
|
|
15
|
-
"
|
|
16
|
-
"from": "@dative-gpi/foundation-core-components/components/
|
|
12
|
+
"FSMetaFormContent": {
|
|
13
|
+
"from": "@dative-gpi/foundation-core-components/components/customProperties/FSMetaFormContent.vue"
|
|
17
14
|
},
|
|
18
|
-
"
|
|
19
|
-
"from": "@dative-gpi/foundation-core-components/components/
|
|
15
|
+
"FSMetaHistory": {
|
|
16
|
+
"from": "@dative-gpi/foundation-core-components/components/customProperties/FSMetaHistory.vue"
|
|
20
17
|
},
|
|
21
18
|
"FSTreeViewFolder": {
|
|
22
19
|
"from": "@dative-gpi/foundation-core-components/components/treeviews/FSTreeViewFolder.vue"
|
|
23
20
|
},
|
|
24
|
-
"
|
|
25
|
-
"from": "@dative-gpi/foundation-core-components/components/
|
|
26
|
-
},
|
|
27
|
-
"FSDashboardShallowTile": {
|
|
28
|
-
"from": "@dative-gpi/foundation-core-components/components/tiles/FSDashboardShallowTile.vue"
|
|
29
|
-
},
|
|
30
|
-
"FSFolderTile": {
|
|
31
|
-
"from": "@dative-gpi/foundation-core-components/components/tiles/FSFolderTile.vue"
|
|
32
|
-
},
|
|
33
|
-
"FSModelTile": {
|
|
34
|
-
"from": "@dative-gpi/foundation-core-components/components/tiles/FSModelTile.vue"
|
|
35
|
-
},
|
|
36
|
-
"FSDashboardOrganisationTile": {
|
|
37
|
-
"from": "@dative-gpi/foundation-core-components/components/tiles/FSDashboardOrganisationTile.vue"
|
|
38
|
-
},
|
|
39
|
-
"FSGroupTile": {
|
|
40
|
-
"from": "@dative-gpi/foundation-core-components/components/tiles/FSGroupTile.vue"
|
|
41
|
-
},
|
|
42
|
-
"FSDashboardOrganisationTypeTile": {
|
|
43
|
-
"from": "@dative-gpi/foundation-core-components/components/tiles/FSDashboardOrganisationTypeTile.vue"
|
|
44
|
-
},
|
|
45
|
-
"FSChartTile": {
|
|
46
|
-
"from": "@dative-gpi/foundation-core-components/components/tiles/FSChartTile.vue"
|
|
47
|
-
},
|
|
48
|
-
"FSLocationTile": {
|
|
49
|
-
"from": "@dative-gpi/foundation-core-components/components/tiles/FSLocationTile.vue"
|
|
50
|
-
},
|
|
51
|
-
"FSDeviceOrganisationTile": {
|
|
52
|
-
"from": "@dative-gpi/foundation-core-components/components/tiles/FSDeviceOrganisationTile.vue"
|
|
53
|
-
},
|
|
54
|
-
"FSServiceAccountOrganisationTile": {
|
|
55
|
-
"from": "@dative-gpi/foundation-core-components/components/tiles/FSServiceAccountOrganisationTile.vue"
|
|
56
|
-
},
|
|
57
|
-
"FSAutocompleteRole": {
|
|
58
|
-
"from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteRole.vue"
|
|
21
|
+
"FSTreeViewGroup": {
|
|
22
|
+
"from": "@dative-gpi/foundation-core-components/components/treeviews/FSTreeViewGroup.vue"
|
|
59
23
|
},
|
|
60
24
|
"FSAutocompleteLocation": {
|
|
61
25
|
"from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteLocation.vue"
|
|
@@ -63,26 +27,23 @@
|
|
|
63
27
|
"FSAutocompleteModel": {
|
|
64
28
|
"from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteModel.vue"
|
|
65
29
|
},
|
|
66
|
-
"
|
|
67
|
-
"from": "@dative-gpi/foundation-core-components/components/autocompletes/
|
|
30
|
+
"FSAutocompleteRole": {
|
|
31
|
+
"from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteRole.vue"
|
|
32
|
+
},
|
|
33
|
+
"FSAutocompleteDashboard": {
|
|
34
|
+
"from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteDashboard.vue"
|
|
68
35
|
},
|
|
69
36
|
"FSAutocompleteManufacturer": {
|
|
70
37
|
"from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteManufacturer.vue"
|
|
71
38
|
},
|
|
72
|
-
"
|
|
73
|
-
"from": "@dative-gpi/foundation-core-components/components/autocompletes/
|
|
74
|
-
},
|
|
75
|
-
"FSAutocompleteChart": {
|
|
76
|
-
"from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteChart.vue"
|
|
77
|
-
},
|
|
78
|
-
"FSAutocompleteDashboard": {
|
|
79
|
-
"from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteDashboard.vue"
|
|
39
|
+
"FSAutocompleteDataCategory": {
|
|
40
|
+
"from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteDataCategory.vue"
|
|
80
41
|
},
|
|
81
42
|
"FSAutocompleteDashboardOrganisation": {
|
|
82
43
|
"from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteDashboardOrganisation.vue"
|
|
83
44
|
},
|
|
84
|
-
"
|
|
85
|
-
"from": "@dative-gpi/foundation-core-components/components/autocompletes/
|
|
45
|
+
"FSAutocompleteChart": {
|
|
46
|
+
"from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteChart.vue"
|
|
86
47
|
},
|
|
87
48
|
"FSAutocompleteServiceAccountRoleOrganisation": {
|
|
88
49
|
"from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteServiceAccountRoleOrganisation.vue"
|
|
@@ -90,95 +51,116 @@
|
|
|
90
51
|
"FSAutocompleteGroup": {
|
|
91
52
|
"from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteGroup.vue"
|
|
92
53
|
},
|
|
54
|
+
"FSAutocompleteUserOrganisation": {
|
|
55
|
+
"from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteUserOrganisation.vue"
|
|
56
|
+
},
|
|
93
57
|
"FSAutocompleteDataDefinition": {
|
|
94
58
|
"from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteDataDefinition.vue"
|
|
95
59
|
},
|
|
60
|
+
"FSAutocompleteOrganisationType": {
|
|
61
|
+
"from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteOrganisationType.vue"
|
|
62
|
+
},
|
|
63
|
+
"FSDialogSelectEntities": {
|
|
64
|
+
"from": "@dative-gpi/foundation-core-components/components/entities/FSDialogSelectEntities.vue"
|
|
65
|
+
},
|
|
66
|
+
"FSSelectEntitiesList": {
|
|
67
|
+
"from": "@dative-gpi/foundation-core-components/components/entities/FSSelectEntitiesList.vue"
|
|
68
|
+
},
|
|
69
|
+
"FSBaseEntitiesList": {
|
|
70
|
+
"from": "@dative-gpi/foundation-core-components/components/entities/FSBaseEntitiesList.vue"
|
|
71
|
+
},
|
|
72
|
+
"FSEntityField": {
|
|
73
|
+
"from": "@dative-gpi/foundation-core-components/components/entities/FSEntityField.vue"
|
|
74
|
+
},
|
|
75
|
+
"FSSimpleEntitiesList": {
|
|
76
|
+
"from": "@dative-gpi/foundation-core-components/components/entities/FSSimpleEntitiesList.vue"
|
|
77
|
+
},
|
|
96
78
|
"FSBaseFoldersExplorer": {
|
|
97
79
|
"from": "@dative-gpi/foundation-core-components/components/explorers/FSBaseFoldersExplorer.vue"
|
|
98
80
|
},
|
|
99
81
|
"FSBaseDevicesExplorer": {
|
|
100
82
|
"from": "@dative-gpi/foundation-core-components/components/explorers/FSBaseDevicesExplorer.vue"
|
|
101
83
|
},
|
|
102
|
-
"
|
|
103
|
-
"from": "@dative-gpi/foundation-core-components/components/
|
|
84
|
+
"FSFolderTile": {
|
|
85
|
+
"from": "@dative-gpi/foundation-core-components/components/tiles/FSFolderTile.vue"
|
|
104
86
|
},
|
|
105
|
-
"
|
|
106
|
-
"from": "@dative-gpi/foundation-core-components/components/
|
|
87
|
+
"FSGroupTile": {
|
|
88
|
+
"from": "@dative-gpi/foundation-core-components/components/tiles/FSGroupTile.vue"
|
|
107
89
|
},
|
|
108
|
-
"
|
|
109
|
-
"from": "@dative-gpi/foundation-core-components/components/
|
|
90
|
+
"FSModelTile": {
|
|
91
|
+
"from": "@dative-gpi/foundation-core-components/components/tiles/FSModelTile.vue"
|
|
110
92
|
},
|
|
111
|
-
"
|
|
112
|
-
"from": "@dative-gpi/foundation-core-components/components/
|
|
93
|
+
"FSUserOrganisationTile": {
|
|
94
|
+
"from": "@dative-gpi/foundation-core-components/components/tiles/FSUserOrganisationTile.vue"
|
|
113
95
|
},
|
|
114
|
-
"
|
|
115
|
-
"from": "@dative-gpi/foundation-core-components/components/
|
|
96
|
+
"FSChartTile": {
|
|
97
|
+
"from": "@dative-gpi/foundation-core-components/components/tiles/FSChartTile.vue"
|
|
116
98
|
},
|
|
117
|
-
"
|
|
118
|
-
"from": "@dative-gpi/foundation-core-components/components/
|
|
99
|
+
"FSServiceAccountOrganisationTile": {
|
|
100
|
+
"from": "@dative-gpi/foundation-core-components/components/tiles/FSServiceAccountOrganisationTile.vue"
|
|
119
101
|
},
|
|
120
|
-
"
|
|
121
|
-
"from": "@dative-gpi/foundation-core-components/components/
|
|
102
|
+
"FSDashboardOrganisationTypeTile": {
|
|
103
|
+
"from": "@dative-gpi/foundation-core-components/components/tiles/FSDashboardOrganisationTypeTile.vue"
|
|
122
104
|
},
|
|
123
|
-
"
|
|
124
|
-
"from": "@dative-gpi/foundation-core-components/components/
|
|
105
|
+
"FSDashboardOrganisationTile": {
|
|
106
|
+
"from": "@dative-gpi/foundation-core-components/components/tiles/FSDashboardOrganisationTile.vue"
|
|
125
107
|
},
|
|
126
|
-
"
|
|
127
|
-
"from": "@dative-gpi/foundation-core-components/components/
|
|
108
|
+
"FSLocationTile": {
|
|
109
|
+
"from": "@dative-gpi/foundation-core-components/components/tiles/FSLocationTile.vue"
|
|
128
110
|
},
|
|
129
|
-
"
|
|
130
|
-
"from": "@dative-gpi/foundation-core-components/components/
|
|
111
|
+
"FSDashboardShallowTile": {
|
|
112
|
+
"from": "@dative-gpi/foundation-core-components/components/tiles/FSDashboardShallowTile.vue"
|
|
131
113
|
},
|
|
132
|
-
"
|
|
133
|
-
"from": "@dative-gpi/foundation-core-components/components/
|
|
114
|
+
"FSDeviceOrganisationTile": {
|
|
115
|
+
"from": "@dative-gpi/foundation-core-components/components/tiles/FSDeviceOrganisationTile.vue"
|
|
134
116
|
},
|
|
135
|
-
"
|
|
136
|
-
"from": "@dative-gpi/foundation-core-components/components/lists/
|
|
117
|
+
"FSDataTable": {
|
|
118
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/FSDataTable.vue"
|
|
137
119
|
},
|
|
138
|
-
"
|
|
139
|
-
"from": "@dative-gpi/foundation-core-components/components/lists/
|
|
120
|
+
"FSBaseDataCategoriesList": {
|
|
121
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/dataCategories/FSBaseDataCategoriesList.vue"
|
|
140
122
|
},
|
|
141
|
-
"
|
|
142
|
-
"from": "@dative-gpi/foundation-core-components/components/lists/
|
|
123
|
+
"FSSimpleFoldersList": {
|
|
124
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/folders/FSSimpleFoldersList.vue"
|
|
143
125
|
},
|
|
144
126
|
"FSBaseFoldersList": {
|
|
145
127
|
"from": "@dative-gpi/foundation-core-components/components/lists/folders/FSBaseFoldersList.vue"
|
|
146
128
|
},
|
|
147
|
-
"
|
|
148
|
-
"from": "@dative-gpi/foundation-core-components/components/lists/
|
|
129
|
+
"FSBaseScenarioOrganisationTypesList": {
|
|
130
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/scenarioOrganisationTypes/FSBaseScenarioOrganisationTypesList.vue"
|
|
131
|
+
},
|
|
132
|
+
"FSBaseChartsList": {
|
|
133
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/charts/FSBaseChartsList.vue"
|
|
149
134
|
},
|
|
150
135
|
"FSBaseAuthTokensList": {
|
|
151
136
|
"from": "@dative-gpi/foundation-core-components/components/lists/authTokens/FSBaseAuthTokensList.vue"
|
|
152
137
|
},
|
|
153
|
-
"
|
|
154
|
-
"from": "@dative-gpi/foundation-core-components/components/lists/
|
|
155
|
-
},
|
|
156
|
-
"FSBaseGroupsList": {
|
|
157
|
-
"from": "@dative-gpi/foundation-core-components/components/lists/groups/FSBaseGroupsList.vue"
|
|
158
|
-
},
|
|
159
|
-
"FSBaseScenarioOrganisationTypesList": {
|
|
160
|
-
"from": "@dative-gpi/foundation-core-components/components/lists/scenarioOrganisationTypes/FSBaseScenarioOrganisationTypesList.vue"
|
|
161
|
-
},
|
|
162
|
-
"FSBaseDashboardOrganisationTypesList": {
|
|
163
|
-
"from": "@dative-gpi/foundation-core-components/components/lists/dashboardOrganisationTypes/FSBaseDashboardOrganisationTypesList.vue"
|
|
138
|
+
"FSBaseDashboardsList": {
|
|
139
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/dashboards/FSBaseDashboardsList.vue"
|
|
164
140
|
},
|
|
165
|
-
"
|
|
166
|
-
"from": "@dative-gpi/foundation-core-components/components/lists/
|
|
141
|
+
"FSSimpleDashboardsList": {
|
|
142
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/dashboards/FSSimpleDashboardsList.vue"
|
|
167
143
|
},
|
|
168
144
|
"FSBaseRoleOrganisationsList": {
|
|
169
145
|
"from": "@dative-gpi/foundation-core-components/components/lists/roleOrganisations/FSBaseRoleOrganisationsList.vue"
|
|
170
146
|
},
|
|
171
|
-
"
|
|
172
|
-
"from": "@dative-gpi/foundation-core-components/components/lists/
|
|
147
|
+
"FSBaseServiceAccountOrganisationsList": {
|
|
148
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/serviceAccountOrganisations/FSBaseServiceAccountOrganisationsList.vue"
|
|
173
149
|
},
|
|
174
|
-
"
|
|
175
|
-
"from": "@dative-gpi/foundation-core-components/components/lists/
|
|
150
|
+
"FSBaseConnectivityScenariosList": {
|
|
151
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/connectivityScenarios/FSBaseConnectivityScenariosList.vue"
|
|
176
152
|
},
|
|
177
|
-
"
|
|
178
|
-
"from": "@dative-gpi/foundation-core-components/components/lists/
|
|
153
|
+
"FSBaseScenariosList": {
|
|
154
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/scenarios/FSBaseScenariosList.vue"
|
|
179
155
|
},
|
|
180
|
-
"
|
|
181
|
-
"from": "@dative-gpi/foundation-core-components/components/lists/
|
|
156
|
+
"FSBaseCommentsList": {
|
|
157
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/comments/FSBaseCommentsList.vue"
|
|
158
|
+
},
|
|
159
|
+
"FSBaseRoleOrganisationTypesList": {
|
|
160
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/roleOrganisationTypes/FSBaseRoleOrganisationTypesList.vue"
|
|
161
|
+
},
|
|
162
|
+
"FSBaseDashboardOrganisationTypesList": {
|
|
163
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/dashboardOrganisationTypes/FSBaseDashboardOrganisationTypesList.vue"
|
|
182
164
|
},
|
|
183
165
|
"FSChipUserOrganisationsList": {
|
|
184
166
|
"from": "@dative-gpi/foundation-core-components/components/lists/userOrganisations/FSChipUserOrganisationsList.vue"
|
|
@@ -189,32 +171,50 @@
|
|
|
189
171
|
"FSSimpleUserOrganisationsList": {
|
|
190
172
|
"from": "@dative-gpi/foundation-core-components/components/lists/userOrganisations/FSSimpleUserOrganisationsList.vue"
|
|
191
173
|
},
|
|
174
|
+
"FSButtonAcknowledgeAlert": {
|
|
175
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/alerts/FSButtonAcknowledgeAlert.vue"
|
|
176
|
+
},
|
|
177
|
+
"FSBaseAlertsList": {
|
|
178
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/alerts/FSBaseAlertsList.vue"
|
|
179
|
+
},
|
|
192
180
|
"FSBaseScenarioOrganisationsList": {
|
|
193
181
|
"from": "@dative-gpi/foundation-core-components/components/lists/scenarioOrganisations/FSBaseScenarioOrganisationsList.vue"
|
|
194
182
|
},
|
|
195
|
-
"
|
|
196
|
-
"from": "@dative-gpi/foundation-core-components/components/lists/
|
|
183
|
+
"FSSimpleModelsList": {
|
|
184
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/models/FSSimpleModelsList.vue"
|
|
197
185
|
},
|
|
198
|
-
"
|
|
199
|
-
"from": "@dative-gpi/foundation-core-components/components/lists/
|
|
186
|
+
"FSBaseModelsList": {
|
|
187
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/models/FSBaseModelsList.vue"
|
|
200
188
|
},
|
|
201
|
-
"
|
|
202
|
-
"from": "@dative-gpi/foundation-core-components/components/lists/
|
|
189
|
+
"FSBaseServiceAccountRoleOrganisationsList": {
|
|
190
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/serviceAccountRoleOrganisations/FSBaseServiceAccountRoleOrganisationsList.vue"
|
|
203
191
|
},
|
|
204
|
-
"
|
|
205
|
-
"from": "@dative-gpi/foundation-core-components/components/
|
|
192
|
+
"FSSimpleDeviceOrganisationsList": {
|
|
193
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/deviceOrganisations/FSSimpleDeviceOrganisationsList.vue"
|
|
206
194
|
},
|
|
207
|
-
"
|
|
208
|
-
"from": "@dative-gpi/foundation-core-components/components/
|
|
195
|
+
"FSBaseDeviceOrganisationsList": {
|
|
196
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/deviceOrganisations/FSBaseDeviceOrganisationsList.vue"
|
|
209
197
|
},
|
|
210
|
-
"
|
|
211
|
-
"from": "@dative-gpi/foundation-core-components/components/
|
|
198
|
+
"FSBaseChartOrganisationTypesList": {
|
|
199
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/chartOrganisationTypes/FSBaseChartOrganisationTypesList.vue"
|
|
212
200
|
},
|
|
213
|
-
"
|
|
214
|
-
"from": "@dative-gpi/foundation-core-components/components/
|
|
201
|
+
"FSSimpleGroupsList": {
|
|
202
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/groups/FSSimpleGroupsList.vue"
|
|
215
203
|
},
|
|
216
|
-
"
|
|
217
|
-
"from": "@dative-gpi/foundation-core-components/components/
|
|
204
|
+
"FSBaseGroupsList": {
|
|
205
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/groups/FSBaseGroupsList.vue"
|
|
206
|
+
},
|
|
207
|
+
"FSBaseDataDefinitionsList": {
|
|
208
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/dataDefinitions/FSBaseDataDefinitionsList.vue"
|
|
209
|
+
},
|
|
210
|
+
"FSBaseChartOrganisationsList": {
|
|
211
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/chartOrganisations/FSBaseChartOrganisationsList.vue"
|
|
212
|
+
},
|
|
213
|
+
"FSSimpleLocationsList": {
|
|
214
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/locations/FSSimpleLocationsList.vue"
|
|
215
|
+
},
|
|
216
|
+
"FSBaseLocationsList": {
|
|
217
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/locations/FSBaseLocationsList.vue"
|
|
218
218
|
}
|
|
219
219
|
},
|
|
220
220
|
"directives": []
|