@dative-gpi/foundation-shared-loader 1.0.51 → 1.0.52
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 +45 -0
- package/dist/mapping/foundation-shared-components-imports-map.json +51 -0
- package/package.json +2 -2
- package/plugin/mapping/foundation-core-components-imports-map.json +45 -0
- package/plugin/mapping/foundation-shared-components-imports-map.json +51 -0
|
@@ -12,27 +12,66 @@
|
|
|
12
12
|
"FSSimpleModelsList": {
|
|
13
13
|
"from": "@dative-gpi/foundation-core-components/components/lists/models/FSSimpleModelsList.vue"
|
|
14
14
|
},
|
|
15
|
+
"FSBaseModelsList": {
|
|
16
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/models/FSBaseModelsList.vue"
|
|
17
|
+
},
|
|
15
18
|
"FSBaseLocationsList": {
|
|
16
19
|
"from": "@dative-gpi/foundation-core-components/components/lists/locations/FSBaseLocationsList.vue"
|
|
17
20
|
},
|
|
18
21
|
"FSSimpleLocationsList": {
|
|
19
22
|
"from": "@dative-gpi/foundation-core-components/components/lists/locations/FSSimpleLocationsList.vue"
|
|
20
23
|
},
|
|
24
|
+
"FSBaseChartsList": {
|
|
25
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/charts/FSBaseChartsList.vue"
|
|
26
|
+
},
|
|
27
|
+
"FSBaseRoleOrganisationsList": {
|
|
28
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/roleOrganisations/FSBaseRoleOrganisationsList.vue"
|
|
29
|
+
},
|
|
30
|
+
"FSBaseDataCategoriesList": {
|
|
31
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/dataCategories/FSBaseDataCategoriesList.vue"
|
|
32
|
+
},
|
|
33
|
+
"FSButtonAcknowledgeAlert": {
|
|
34
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/alerts/FSButtonAcknowledgeAlert.vue"
|
|
35
|
+
},
|
|
36
|
+
"FSBaseAlertsList": {
|
|
37
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/alerts/FSBaseAlertsList.vue"
|
|
38
|
+
},
|
|
39
|
+
"FSBaseChartOrganisationTypesList": {
|
|
40
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/chartOrganisationTypes/FSBaseChartOrganisationTypesList.vue"
|
|
41
|
+
},
|
|
42
|
+
"FSBaseScenariosList": {
|
|
43
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/scenarios/FSBaseScenariosList.vue"
|
|
44
|
+
},
|
|
21
45
|
"FSBaseAuthTokensList": {
|
|
22
46
|
"from": "@dative-gpi/foundation-core-components/components/lists/authTokens/FSBaseAuthTokensList.vue"
|
|
23
47
|
},
|
|
48
|
+
"FSBaseRoleOrganisationTypesList": {
|
|
49
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/roleOrganisationTypes/FSBaseRoleOrganisationTypesList.vue"
|
|
50
|
+
},
|
|
51
|
+
"FSBaseChartOrganisationsList": {
|
|
52
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/chartOrganisations/FSBaseChartOrganisationsList.vue"
|
|
53
|
+
},
|
|
54
|
+
"FSBaseScenarioOrganisationTypesList": {
|
|
55
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/scenarioOrganisationTypes/FSBaseScenarioOrganisationTypesList.vue"
|
|
56
|
+
},
|
|
24
57
|
"FSBaseDashboardsList": {
|
|
25
58
|
"from": "@dative-gpi/foundation-core-components/components/lists/dashboards/FSBaseDashboardsList.vue"
|
|
26
59
|
},
|
|
27
60
|
"FSSimpleDashboardsList": {
|
|
28
61
|
"from": "@dative-gpi/foundation-core-components/components/lists/dashboards/FSSimpleDashboardsList.vue"
|
|
29
62
|
},
|
|
63
|
+
"FSBaseScenarioOrganisationsList": {
|
|
64
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/scenarioOrganisations/FSBaseScenarioOrganisationsList.vue"
|
|
65
|
+
},
|
|
30
66
|
"FSBaseDeviceOrganisationsList": {
|
|
31
67
|
"from": "@dative-gpi/foundation-core-components/components/lists/deviceOrganisations/FSBaseDeviceOrganisationsList.vue"
|
|
32
68
|
},
|
|
33
69
|
"FSSimpleDeviceOrganisationsList": {
|
|
34
70
|
"from": "@dative-gpi/foundation-core-components/components/lists/deviceOrganisations/FSSimpleDeviceOrganisationsList.vue"
|
|
35
71
|
},
|
|
72
|
+
"FSBaseDataDefinitionsList": {
|
|
73
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/dataDefinitions/FSBaseDataDefinitionsList.vue"
|
|
74
|
+
},
|
|
36
75
|
"FSBaseUserOrganisationsList": {
|
|
37
76
|
"from": "@dative-gpi/foundation-core-components/components/lists/userOrganisations/FSBaseUserOrganisationsList.vue"
|
|
38
77
|
},
|
|
@@ -45,6 +84,12 @@
|
|
|
45
84
|
"FSSimpleFoldersList": {
|
|
46
85
|
"from": "@dative-gpi/foundation-core-components/components/lists/folders/FSSimpleFoldersList.vue"
|
|
47
86
|
},
|
|
87
|
+
"FSBaseServiceAccountOrganisationsList": {
|
|
88
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/serviceAccountOrganisations/FSBaseServiceAccountOrganisationsList.vue"
|
|
89
|
+
},
|
|
90
|
+
"FSBaseCommentsList": {
|
|
91
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/comments/FSBaseCommentsList.vue"
|
|
92
|
+
},
|
|
48
93
|
"FSAutocompleteDataDefinition": {
|
|
49
94
|
"from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteDataDefinition.vue"
|
|
50
95
|
},
|
|
@@ -240,6 +240,45 @@
|
|
|
240
240
|
"FSToggleSetPosition": {
|
|
241
241
|
"from": "@dative-gpi/foundation-shared-components/components/toggleSets/FSToggleSetPosition.vue"
|
|
242
242
|
},
|
|
243
|
+
"FSAgendaHoursRow": {
|
|
244
|
+
"from": "@dative-gpi/foundation-shared-components/components/agenda/FSAgendaHoursRow.vue"
|
|
245
|
+
},
|
|
246
|
+
"FSDayAgenda": {
|
|
247
|
+
"from": "@dative-gpi/foundation-shared-components/components/agenda/FSDayAgenda.vue"
|
|
248
|
+
},
|
|
249
|
+
"FSAgendaVerticalEvent": {
|
|
250
|
+
"from": "@dative-gpi/foundation-shared-components/components/agenda/FSAgendaVerticalEvent.vue"
|
|
251
|
+
},
|
|
252
|
+
"FSWeekAgenda": {
|
|
253
|
+
"from": "@dative-gpi/foundation-shared-components/components/agenda/FSWeekAgenda.vue"
|
|
254
|
+
},
|
|
255
|
+
"FSAgendaHorizontalTimeLineMarker": {
|
|
256
|
+
"from": "@dative-gpi/foundation-shared-components/components/agenda/FSAgendaHorizontalTimeLineMarker.vue"
|
|
257
|
+
},
|
|
258
|
+
"FSAgendaHorizontalEvent": {
|
|
259
|
+
"from": "@dative-gpi/foundation-shared-components/components/agenda/FSAgendaHorizontalEvent.vue"
|
|
260
|
+
},
|
|
261
|
+
"FSAgenda": {
|
|
262
|
+
"from": "@dative-gpi/foundation-shared-components/components/agenda/FSAgenda.vue"
|
|
263
|
+
},
|
|
264
|
+
"FSMonthAgenda": {
|
|
265
|
+
"from": "@dative-gpi/foundation-shared-components/components/agenda/FSMonthAgenda.vue"
|
|
266
|
+
},
|
|
267
|
+
"FSAgendaHoursCol": {
|
|
268
|
+
"from": "@dative-gpi/foundation-shared-components/components/agenda/FSAgendaHoursCol.vue"
|
|
269
|
+
},
|
|
270
|
+
"FSAgendaHeader": {
|
|
271
|
+
"from": "@dative-gpi/foundation-shared-components/components/agenda/FSAgendaHeader.vue"
|
|
272
|
+
},
|
|
273
|
+
"FSAgendaVerticalTimeLineMarker": {
|
|
274
|
+
"from": "@dative-gpi/foundation-shared-components/components/agenda/FSAgendaVerticalTimeLineMarker.vue"
|
|
275
|
+
},
|
|
276
|
+
"FSAgendaDialogCalendar": {
|
|
277
|
+
"from": "@dative-gpi/foundation-shared-components/components/agenda/FSAgendaDialogCalendar.vue"
|
|
278
|
+
},
|
|
279
|
+
"FSSelectAgendaMode": {
|
|
280
|
+
"from": "@dative-gpi/foundation-shared-components/components/agenda/FSSelectAgendaMode.vue"
|
|
281
|
+
},
|
|
243
282
|
"FSTranslateField": {
|
|
244
283
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSTranslateField.vue"
|
|
245
284
|
},
|
|
@@ -288,6 +327,9 @@
|
|
|
288
327
|
"FSDateField": {
|
|
289
328
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSDateField.vue"
|
|
290
329
|
},
|
|
330
|
+
"FSCommentField": {
|
|
331
|
+
"from": "@dative-gpi/foundation-shared-components/components/fields/FSCommentField.vue"
|
|
332
|
+
},
|
|
291
333
|
"FSTranslateTextArea": {
|
|
292
334
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSTranslateTextArea.vue"
|
|
293
335
|
},
|
|
@@ -618,6 +660,9 @@
|
|
|
618
660
|
"FSDashboardOrganisationTileUI": {
|
|
619
661
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSDashboardOrganisationTileUI.vue"
|
|
620
662
|
},
|
|
663
|
+
"FSCommentTileUI": {
|
|
664
|
+
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSCommentTileUI.vue"
|
|
665
|
+
},
|
|
621
666
|
"FSUserOrganisationTileUI": {
|
|
622
667
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSUserOrganisationTileUI.vue"
|
|
623
668
|
},
|
|
@@ -626,6 +671,12 @@
|
|
|
626
671
|
},
|
|
627
672
|
"FSSimpleTileUI": {
|
|
628
673
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSSimpleTileUI.vue"
|
|
674
|
+
},
|
|
675
|
+
"FSModelTileUI": {
|
|
676
|
+
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSModelTileUI.vue"
|
|
677
|
+
},
|
|
678
|
+
"FSChartTileUI": {
|
|
679
|
+
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSChartTileUI.vue"
|
|
629
680
|
}
|
|
630
681
|
},
|
|
631
682
|
"directives": []
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dative-gpi/foundation-shared-loader",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.52",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"vite": "5.1.4",
|
|
24
24
|
"vue": "3.4.29"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "3f7d88cfca5c1c30336482b58d65c559e4bdd386"
|
|
27
27
|
}
|
|
@@ -12,27 +12,66 @@
|
|
|
12
12
|
"FSSimpleModelsList": {
|
|
13
13
|
"from": "@dative-gpi/foundation-core-components/components/lists/models/FSSimpleModelsList.vue"
|
|
14
14
|
},
|
|
15
|
+
"FSBaseModelsList": {
|
|
16
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/models/FSBaseModelsList.vue"
|
|
17
|
+
},
|
|
15
18
|
"FSBaseLocationsList": {
|
|
16
19
|
"from": "@dative-gpi/foundation-core-components/components/lists/locations/FSBaseLocationsList.vue"
|
|
17
20
|
},
|
|
18
21
|
"FSSimpleLocationsList": {
|
|
19
22
|
"from": "@dative-gpi/foundation-core-components/components/lists/locations/FSSimpleLocationsList.vue"
|
|
20
23
|
},
|
|
24
|
+
"FSBaseChartsList": {
|
|
25
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/charts/FSBaseChartsList.vue"
|
|
26
|
+
},
|
|
27
|
+
"FSBaseRoleOrganisationsList": {
|
|
28
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/roleOrganisations/FSBaseRoleOrganisationsList.vue"
|
|
29
|
+
},
|
|
30
|
+
"FSBaseDataCategoriesList": {
|
|
31
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/dataCategories/FSBaseDataCategoriesList.vue"
|
|
32
|
+
},
|
|
33
|
+
"FSButtonAcknowledgeAlert": {
|
|
34
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/alerts/FSButtonAcknowledgeAlert.vue"
|
|
35
|
+
},
|
|
36
|
+
"FSBaseAlertsList": {
|
|
37
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/alerts/FSBaseAlertsList.vue"
|
|
38
|
+
},
|
|
39
|
+
"FSBaseChartOrganisationTypesList": {
|
|
40
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/chartOrganisationTypes/FSBaseChartOrganisationTypesList.vue"
|
|
41
|
+
},
|
|
42
|
+
"FSBaseScenariosList": {
|
|
43
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/scenarios/FSBaseScenariosList.vue"
|
|
44
|
+
},
|
|
21
45
|
"FSBaseAuthTokensList": {
|
|
22
46
|
"from": "@dative-gpi/foundation-core-components/components/lists/authTokens/FSBaseAuthTokensList.vue"
|
|
23
47
|
},
|
|
48
|
+
"FSBaseRoleOrganisationTypesList": {
|
|
49
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/roleOrganisationTypes/FSBaseRoleOrganisationTypesList.vue"
|
|
50
|
+
},
|
|
51
|
+
"FSBaseChartOrganisationsList": {
|
|
52
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/chartOrganisations/FSBaseChartOrganisationsList.vue"
|
|
53
|
+
},
|
|
54
|
+
"FSBaseScenarioOrganisationTypesList": {
|
|
55
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/scenarioOrganisationTypes/FSBaseScenarioOrganisationTypesList.vue"
|
|
56
|
+
},
|
|
24
57
|
"FSBaseDashboardsList": {
|
|
25
58
|
"from": "@dative-gpi/foundation-core-components/components/lists/dashboards/FSBaseDashboardsList.vue"
|
|
26
59
|
},
|
|
27
60
|
"FSSimpleDashboardsList": {
|
|
28
61
|
"from": "@dative-gpi/foundation-core-components/components/lists/dashboards/FSSimpleDashboardsList.vue"
|
|
29
62
|
},
|
|
63
|
+
"FSBaseScenarioOrganisationsList": {
|
|
64
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/scenarioOrganisations/FSBaseScenarioOrganisationsList.vue"
|
|
65
|
+
},
|
|
30
66
|
"FSBaseDeviceOrganisationsList": {
|
|
31
67
|
"from": "@dative-gpi/foundation-core-components/components/lists/deviceOrganisations/FSBaseDeviceOrganisationsList.vue"
|
|
32
68
|
},
|
|
33
69
|
"FSSimpleDeviceOrganisationsList": {
|
|
34
70
|
"from": "@dative-gpi/foundation-core-components/components/lists/deviceOrganisations/FSSimpleDeviceOrganisationsList.vue"
|
|
35
71
|
},
|
|
72
|
+
"FSBaseDataDefinitionsList": {
|
|
73
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/dataDefinitions/FSBaseDataDefinitionsList.vue"
|
|
74
|
+
},
|
|
36
75
|
"FSBaseUserOrganisationsList": {
|
|
37
76
|
"from": "@dative-gpi/foundation-core-components/components/lists/userOrganisations/FSBaseUserOrganisationsList.vue"
|
|
38
77
|
},
|
|
@@ -45,6 +84,12 @@
|
|
|
45
84
|
"FSSimpleFoldersList": {
|
|
46
85
|
"from": "@dative-gpi/foundation-core-components/components/lists/folders/FSSimpleFoldersList.vue"
|
|
47
86
|
},
|
|
87
|
+
"FSBaseServiceAccountOrganisationsList": {
|
|
88
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/serviceAccountOrganisations/FSBaseServiceAccountOrganisationsList.vue"
|
|
89
|
+
},
|
|
90
|
+
"FSBaseCommentsList": {
|
|
91
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/comments/FSBaseCommentsList.vue"
|
|
92
|
+
},
|
|
48
93
|
"FSAutocompleteDataDefinition": {
|
|
49
94
|
"from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteDataDefinition.vue"
|
|
50
95
|
},
|
|
@@ -240,6 +240,45 @@
|
|
|
240
240
|
"FSToggleSetPosition": {
|
|
241
241
|
"from": "@dative-gpi/foundation-shared-components/components/toggleSets/FSToggleSetPosition.vue"
|
|
242
242
|
},
|
|
243
|
+
"FSAgendaHoursRow": {
|
|
244
|
+
"from": "@dative-gpi/foundation-shared-components/components/agenda/FSAgendaHoursRow.vue"
|
|
245
|
+
},
|
|
246
|
+
"FSDayAgenda": {
|
|
247
|
+
"from": "@dative-gpi/foundation-shared-components/components/agenda/FSDayAgenda.vue"
|
|
248
|
+
},
|
|
249
|
+
"FSAgendaVerticalEvent": {
|
|
250
|
+
"from": "@dative-gpi/foundation-shared-components/components/agenda/FSAgendaVerticalEvent.vue"
|
|
251
|
+
},
|
|
252
|
+
"FSWeekAgenda": {
|
|
253
|
+
"from": "@dative-gpi/foundation-shared-components/components/agenda/FSWeekAgenda.vue"
|
|
254
|
+
},
|
|
255
|
+
"FSAgendaHorizontalTimeLineMarker": {
|
|
256
|
+
"from": "@dative-gpi/foundation-shared-components/components/agenda/FSAgendaHorizontalTimeLineMarker.vue"
|
|
257
|
+
},
|
|
258
|
+
"FSAgendaHorizontalEvent": {
|
|
259
|
+
"from": "@dative-gpi/foundation-shared-components/components/agenda/FSAgendaHorizontalEvent.vue"
|
|
260
|
+
},
|
|
261
|
+
"FSAgenda": {
|
|
262
|
+
"from": "@dative-gpi/foundation-shared-components/components/agenda/FSAgenda.vue"
|
|
263
|
+
},
|
|
264
|
+
"FSMonthAgenda": {
|
|
265
|
+
"from": "@dative-gpi/foundation-shared-components/components/agenda/FSMonthAgenda.vue"
|
|
266
|
+
},
|
|
267
|
+
"FSAgendaHoursCol": {
|
|
268
|
+
"from": "@dative-gpi/foundation-shared-components/components/agenda/FSAgendaHoursCol.vue"
|
|
269
|
+
},
|
|
270
|
+
"FSAgendaHeader": {
|
|
271
|
+
"from": "@dative-gpi/foundation-shared-components/components/agenda/FSAgendaHeader.vue"
|
|
272
|
+
},
|
|
273
|
+
"FSAgendaVerticalTimeLineMarker": {
|
|
274
|
+
"from": "@dative-gpi/foundation-shared-components/components/agenda/FSAgendaVerticalTimeLineMarker.vue"
|
|
275
|
+
},
|
|
276
|
+
"FSAgendaDialogCalendar": {
|
|
277
|
+
"from": "@dative-gpi/foundation-shared-components/components/agenda/FSAgendaDialogCalendar.vue"
|
|
278
|
+
},
|
|
279
|
+
"FSSelectAgendaMode": {
|
|
280
|
+
"from": "@dative-gpi/foundation-shared-components/components/agenda/FSSelectAgendaMode.vue"
|
|
281
|
+
},
|
|
243
282
|
"FSTranslateField": {
|
|
244
283
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSTranslateField.vue"
|
|
245
284
|
},
|
|
@@ -288,6 +327,9 @@
|
|
|
288
327
|
"FSDateField": {
|
|
289
328
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSDateField.vue"
|
|
290
329
|
},
|
|
330
|
+
"FSCommentField": {
|
|
331
|
+
"from": "@dative-gpi/foundation-shared-components/components/fields/FSCommentField.vue"
|
|
332
|
+
},
|
|
291
333
|
"FSTranslateTextArea": {
|
|
292
334
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSTranslateTextArea.vue"
|
|
293
335
|
},
|
|
@@ -618,6 +660,9 @@
|
|
|
618
660
|
"FSDashboardOrganisationTileUI": {
|
|
619
661
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSDashboardOrganisationTileUI.vue"
|
|
620
662
|
},
|
|
663
|
+
"FSCommentTileUI": {
|
|
664
|
+
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSCommentTileUI.vue"
|
|
665
|
+
},
|
|
621
666
|
"FSUserOrganisationTileUI": {
|
|
622
667
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSUserOrganisationTileUI.vue"
|
|
623
668
|
},
|
|
@@ -626,6 +671,12 @@
|
|
|
626
671
|
},
|
|
627
672
|
"FSSimpleTileUI": {
|
|
628
673
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSSimpleTileUI.vue"
|
|
674
|
+
},
|
|
675
|
+
"FSModelTileUI": {
|
|
676
|
+
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSModelTileUI.vue"
|
|
677
|
+
},
|
|
678
|
+
"FSChartTileUI": {
|
|
679
|
+
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSChartTileUI.vue"
|
|
629
680
|
}
|
|
630
681
|
},
|
|
631
682
|
"directives": []
|