@dative-gpi/foundation-shared-loader 1.0.128-fix-mobile-8 → 1.0.128-remove-deprecated-scenario
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 +0 -3
- package/dist/mapping/foundation-shared-components-imports-map.json +3 -0
- package/package.json +2 -2
- package/plugin/mapping/foundation-core-components-imports-map.json +0 -3
- package/plugin/mapping/foundation-shared-components-imports-map.json +3 -0
|
@@ -108,9 +108,6 @@
|
|
|
108
108
|
"FSDashboardOrganisationTile": {
|
|
109
109
|
"from": "@dative-gpi/foundation-core-components/components/tiles/FSDashboardOrganisationTile.vue"
|
|
110
110
|
},
|
|
111
|
-
"FSChartTile": {
|
|
112
|
-
"from": "@dative-gpi/foundation-core-components/components/tiles/FSChartTile.vue"
|
|
113
|
-
},
|
|
114
111
|
"FSServiceAccountOrganisationTile": {
|
|
115
112
|
"from": "@dative-gpi/foundation-core-components/components/tiles/FSServiceAccountOrganisationTile.vue"
|
|
116
113
|
},
|
|
@@ -231,6 +231,9 @@
|
|
|
231
231
|
"FSTile": {
|
|
232
232
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSTile.vue"
|
|
233
233
|
},
|
|
234
|
+
"FSChartTile": {
|
|
235
|
+
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSChartTile.vue"
|
|
236
|
+
},
|
|
234
237
|
"FSDashboardOrganisationTypeTileUI": {
|
|
235
238
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSDashboardOrganisationTypeTileUI.vue"
|
|
236
239
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dative-gpi/foundation-shared-loader",
|
|
3
|
-
"version": "1.0.128-
|
|
3
|
+
"version": "1.0.128-remove-deprecated-scenario",
|
|
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.38"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "c130943e7cb96800dbd98069299ec689da3c9866"
|
|
27
27
|
}
|
|
@@ -108,9 +108,6 @@
|
|
|
108
108
|
"FSDashboardOrganisationTile": {
|
|
109
109
|
"from": "@dative-gpi/foundation-core-components/components/tiles/FSDashboardOrganisationTile.vue"
|
|
110
110
|
},
|
|
111
|
-
"FSChartTile": {
|
|
112
|
-
"from": "@dative-gpi/foundation-core-components/components/tiles/FSChartTile.vue"
|
|
113
|
-
},
|
|
114
111
|
"FSServiceAccountOrganisationTile": {
|
|
115
112
|
"from": "@dative-gpi/foundation-core-components/components/tiles/FSServiceAccountOrganisationTile.vue"
|
|
116
113
|
},
|
|
@@ -231,6 +231,9 @@
|
|
|
231
231
|
"FSTile": {
|
|
232
232
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSTile.vue"
|
|
233
233
|
},
|
|
234
|
+
"FSChartTile": {
|
|
235
|
+
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSChartTile.vue"
|
|
236
|
+
},
|
|
234
237
|
"FSDashboardOrganisationTypeTileUI": {
|
|
235
238
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSDashboardOrganisationTypeTileUI.vue"
|
|
236
239
|
},
|