@dative-gpi/foundation-shared-loader 1.0.128-fix-mobile → 1.0.128-mountain-alpha
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 +12 -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 +12 -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
|
},
|
|
@@ -60,6 +60,9 @@
|
|
|
60
60
|
"FSRow": {
|
|
61
61
|
"from": "@dative-gpi/foundation-shared-components/components/FSRow.vue"
|
|
62
62
|
},
|
|
63
|
+
"FSProgressBar": {
|
|
64
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSProgressBar.vue"
|
|
65
|
+
},
|
|
63
66
|
"FSOptionItem": {
|
|
64
67
|
"from": "@dative-gpi/foundation-shared-components/components/FSOptionItem.vue"
|
|
65
68
|
},
|
|
@@ -69,6 +72,9 @@
|
|
|
69
72
|
"FSClock": {
|
|
70
73
|
"from": "@dative-gpi/foundation-shared-components/components/FSClock.vue"
|
|
71
74
|
},
|
|
75
|
+
"FSInstantPicker": {
|
|
76
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSInstantPicker.vue"
|
|
77
|
+
},
|
|
72
78
|
"FSPagination": {
|
|
73
79
|
"from": "@dative-gpi/foundation-shared-components/components/FSPagination.vue"
|
|
74
80
|
},
|
|
@@ -99,6 +105,9 @@
|
|
|
99
105
|
"FSGridMosaic": {
|
|
100
106
|
"from": "@dative-gpi/foundation-shared-components/components/FSGridMosaic.vue"
|
|
101
107
|
},
|
|
108
|
+
"FSPlayButtons": {
|
|
109
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSPlayButtons.vue"
|
|
110
|
+
},
|
|
102
111
|
"FSDialogMultiFormBody": {
|
|
103
112
|
"from": "@dative-gpi/foundation-shared-components/components/FSDialogMultiFormBody.vue"
|
|
104
113
|
},
|
|
@@ -231,6 +240,9 @@
|
|
|
231
240
|
"FSTile": {
|
|
232
241
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSTile.vue"
|
|
233
242
|
},
|
|
243
|
+
"FSChartTile": {
|
|
244
|
+
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSChartTile.vue"
|
|
245
|
+
},
|
|
234
246
|
"FSDashboardOrganisationTypeTileUI": {
|
|
235
247
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSDashboardOrganisationTypeTileUI.vue"
|
|
236
248
|
},
|
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-mountain-alpha",
|
|
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": "37cef6036141cc79839c97f8ffc124c024e5486a"
|
|
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
|
},
|
|
@@ -60,6 +60,9 @@
|
|
|
60
60
|
"FSRow": {
|
|
61
61
|
"from": "@dative-gpi/foundation-shared-components/components/FSRow.vue"
|
|
62
62
|
},
|
|
63
|
+
"FSProgressBar": {
|
|
64
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSProgressBar.vue"
|
|
65
|
+
},
|
|
63
66
|
"FSOptionItem": {
|
|
64
67
|
"from": "@dative-gpi/foundation-shared-components/components/FSOptionItem.vue"
|
|
65
68
|
},
|
|
@@ -69,6 +72,9 @@
|
|
|
69
72
|
"FSClock": {
|
|
70
73
|
"from": "@dative-gpi/foundation-shared-components/components/FSClock.vue"
|
|
71
74
|
},
|
|
75
|
+
"FSInstantPicker": {
|
|
76
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSInstantPicker.vue"
|
|
77
|
+
},
|
|
72
78
|
"FSPagination": {
|
|
73
79
|
"from": "@dative-gpi/foundation-shared-components/components/FSPagination.vue"
|
|
74
80
|
},
|
|
@@ -99,6 +105,9 @@
|
|
|
99
105
|
"FSGridMosaic": {
|
|
100
106
|
"from": "@dative-gpi/foundation-shared-components/components/FSGridMosaic.vue"
|
|
101
107
|
},
|
|
108
|
+
"FSPlayButtons": {
|
|
109
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSPlayButtons.vue"
|
|
110
|
+
},
|
|
102
111
|
"FSDialogMultiFormBody": {
|
|
103
112
|
"from": "@dative-gpi/foundation-shared-components/components/FSDialogMultiFormBody.vue"
|
|
104
113
|
},
|
|
@@ -231,6 +240,9 @@
|
|
|
231
240
|
"FSTile": {
|
|
232
241
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSTile.vue"
|
|
233
242
|
},
|
|
243
|
+
"FSChartTile": {
|
|
244
|
+
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSChartTile.vue"
|
|
245
|
+
},
|
|
234
246
|
"FSDashboardOrganisationTypeTileUI": {
|
|
235
247
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSDashboardOrganisationTypeTileUI.vue"
|
|
236
248
|
},
|