@dative-gpi/foundation-shared-loader 1.1.0 → 1.1.2
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 +6 -0
- package/dist/mapping/foundation-shared-components-imports-map.json +6 -0
- package/package.json +2 -2
- package/plugin/mapping/foundation-core-components-imports-map.json +6 -0
- package/plugin/mapping/foundation-shared-components-imports-map.json +6 -0
|
@@ -75,6 +75,9 @@
|
|
|
75
75
|
"FSBaseConnectivityScenariosList": {
|
|
76
76
|
"from": "@dative-gpi/foundation-core-components/components/lists/connectivityScenarios/FSBaseConnectivityScenariosList.vue"
|
|
77
77
|
},
|
|
78
|
+
"FSTilePlaylistsList": {
|
|
79
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/playlists/FSTilePlaylistsList.vue"
|
|
80
|
+
},
|
|
78
81
|
"FSSimplePlaylistsList": {
|
|
79
82
|
"from": "@dative-gpi/foundation-core-components/components/lists/playlists/FSSimplePlaylistsList.vue"
|
|
80
83
|
},
|
|
@@ -165,6 +168,9 @@
|
|
|
165
168
|
"FSDashboardOrganisationTypeTile": {
|
|
166
169
|
"from": "@dative-gpi/foundation-core-components/components/tiles/FSDashboardOrganisationTypeTile.vue"
|
|
167
170
|
},
|
|
171
|
+
"FSPlaylistTile": {
|
|
172
|
+
"from": "@dative-gpi/foundation-core-components/components/tiles/FSPlaylistTile.vue"
|
|
173
|
+
},
|
|
168
174
|
"FSModelTile": {
|
|
169
175
|
"from": "@dative-gpi/foundation-core-components/components/tiles/FSModelTile.vue"
|
|
170
176
|
},
|
|
@@ -51,6 +51,9 @@
|
|
|
51
51
|
"FSSlider": {
|
|
52
52
|
"from": "@dative-gpi/foundation-shared-components/components/FSSlider.vue"
|
|
53
53
|
},
|
|
54
|
+
"FSSnackbar": {
|
|
55
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSSnackbar.vue"
|
|
56
|
+
},
|
|
54
57
|
"FSDialogContent": {
|
|
55
58
|
"from": "@dative-gpi/foundation-shared-components/components/FSDialogContent.vue"
|
|
56
59
|
},
|
|
@@ -684,6 +687,9 @@
|
|
|
684
687
|
"FSSimpleList": {
|
|
685
688
|
"from": "@dative-gpi/foundation-shared-components/components/lists/FSSimpleList.vue"
|
|
686
689
|
},
|
|
690
|
+
"FSPlaylistTileUI": {
|
|
691
|
+
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSPlaylistTileUI.vue"
|
|
692
|
+
},
|
|
687
693
|
"FSModelTileUI": {
|
|
688
694
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSModelTileUI.vue"
|
|
689
695
|
},
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"repository": {
|
|
4
4
|
"url": "https://github.com/Dative-GPI/foundation-shared-ui.git"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.1.
|
|
6
|
+
"version": "1.1.2",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"publishConfig": {
|
|
9
9
|
"access": "public"
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"vite": "5.1.4",
|
|
27
27
|
"vue": "3.5.26"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "de9d8959468d94abe835e551090afbc46ecb4f86"
|
|
30
30
|
}
|
|
@@ -75,6 +75,9 @@
|
|
|
75
75
|
"FSBaseConnectivityScenariosList": {
|
|
76
76
|
"from": "@dative-gpi/foundation-core-components/components/lists/connectivityScenarios/FSBaseConnectivityScenariosList.vue"
|
|
77
77
|
},
|
|
78
|
+
"FSTilePlaylistsList": {
|
|
79
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/playlists/FSTilePlaylistsList.vue"
|
|
80
|
+
},
|
|
78
81
|
"FSSimplePlaylistsList": {
|
|
79
82
|
"from": "@dative-gpi/foundation-core-components/components/lists/playlists/FSSimplePlaylistsList.vue"
|
|
80
83
|
},
|
|
@@ -165,6 +168,9 @@
|
|
|
165
168
|
"FSDashboardOrganisationTypeTile": {
|
|
166
169
|
"from": "@dative-gpi/foundation-core-components/components/tiles/FSDashboardOrganisationTypeTile.vue"
|
|
167
170
|
},
|
|
171
|
+
"FSPlaylistTile": {
|
|
172
|
+
"from": "@dative-gpi/foundation-core-components/components/tiles/FSPlaylistTile.vue"
|
|
173
|
+
},
|
|
168
174
|
"FSModelTile": {
|
|
169
175
|
"from": "@dative-gpi/foundation-core-components/components/tiles/FSModelTile.vue"
|
|
170
176
|
},
|
|
@@ -51,6 +51,9 @@
|
|
|
51
51
|
"FSSlider": {
|
|
52
52
|
"from": "@dative-gpi/foundation-shared-components/components/FSSlider.vue"
|
|
53
53
|
},
|
|
54
|
+
"FSSnackbar": {
|
|
55
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSSnackbar.vue"
|
|
56
|
+
},
|
|
54
57
|
"FSDialogContent": {
|
|
55
58
|
"from": "@dative-gpi/foundation-shared-components/components/FSDialogContent.vue"
|
|
56
59
|
},
|
|
@@ -684,6 +687,9 @@
|
|
|
684
687
|
"FSSimpleList": {
|
|
685
688
|
"from": "@dative-gpi/foundation-shared-components/components/lists/FSSimpleList.vue"
|
|
686
689
|
},
|
|
690
|
+
"FSPlaylistTileUI": {
|
|
691
|
+
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSPlaylistTileUI.vue"
|
|
692
|
+
},
|
|
687
693
|
"FSModelTileUI": {
|
|
688
694
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSModelTileUI.vue"
|
|
689
695
|
},
|