@dative-gpi/foundation-shared-loader 1.0.194-dynamic-v-node → 1.0.194-playlists-02
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 +3 -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 +3 -0
|
@@ -69,6 +69,9 @@
|
|
|
69
69
|
"FSModelTile": {
|
|
70
70
|
"from": "@dative-gpi/foundation-core-components/components/tiles/FSModelTile.vue"
|
|
71
71
|
},
|
|
72
|
+
"FSPlaylistTile": {
|
|
73
|
+
"from": "@dative-gpi/foundation-core-components/components/tiles/FSPlaylistTile.vue"
|
|
74
|
+
},
|
|
72
75
|
"FSChartTile": {
|
|
73
76
|
"from": "@dative-gpi/foundation-core-components/components/tiles/FSChartTile.vue"
|
|
74
77
|
},
|
|
@@ -150,6 +153,9 @@
|
|
|
150
153
|
"FSSimplePlaylistsList": {
|
|
151
154
|
"from": "@dative-gpi/foundation-core-components/components/lists/playlists/FSSimplePlaylistsList.vue"
|
|
152
155
|
},
|
|
156
|
+
"FSTilePlaylistsList": {
|
|
157
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/playlists/FSTilePlaylistsList.vue"
|
|
158
|
+
},
|
|
153
159
|
"FSButtonAcknowledgeAlert": {
|
|
154
160
|
"from": "@dative-gpi/foundation-core-components/components/lists/alerts/FSButtonAcknowledgeAlert.vue"
|
|
155
161
|
},
|
|
@@ -585,6 +585,9 @@
|
|
|
585
585
|
"FSDashboardOrganisationTypeTileUI": {
|
|
586
586
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSDashboardOrganisationTypeTileUI.vue"
|
|
587
587
|
},
|
|
588
|
+
"FSPlaylistTileUI": {
|
|
589
|
+
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSPlaylistTileUI.vue"
|
|
590
|
+
},
|
|
588
591
|
"FSChartTileUI": {
|
|
589
592
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSChartTileUI.vue"
|
|
590
593
|
},
|
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.0.194-
|
|
6
|
+
"version": "1.0.194-playlists-02",
|
|
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.4.38"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "aadd89bd31e3423781f48a258c89ababbbcb00cb"
|
|
30
30
|
}
|
|
@@ -69,6 +69,9 @@
|
|
|
69
69
|
"FSModelTile": {
|
|
70
70
|
"from": "@dative-gpi/foundation-core-components/components/tiles/FSModelTile.vue"
|
|
71
71
|
},
|
|
72
|
+
"FSPlaylistTile": {
|
|
73
|
+
"from": "@dative-gpi/foundation-core-components/components/tiles/FSPlaylistTile.vue"
|
|
74
|
+
},
|
|
72
75
|
"FSChartTile": {
|
|
73
76
|
"from": "@dative-gpi/foundation-core-components/components/tiles/FSChartTile.vue"
|
|
74
77
|
},
|
|
@@ -150,6 +153,9 @@
|
|
|
150
153
|
"FSSimplePlaylistsList": {
|
|
151
154
|
"from": "@dative-gpi/foundation-core-components/components/lists/playlists/FSSimplePlaylistsList.vue"
|
|
152
155
|
},
|
|
156
|
+
"FSTilePlaylistsList": {
|
|
157
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/playlists/FSTilePlaylistsList.vue"
|
|
158
|
+
},
|
|
153
159
|
"FSButtonAcknowledgeAlert": {
|
|
154
160
|
"from": "@dative-gpi/foundation-core-components/components/lists/alerts/FSButtonAcknowledgeAlert.vue"
|
|
155
161
|
},
|
|
@@ -585,6 +585,9 @@
|
|
|
585
585
|
"FSDashboardOrganisationTypeTileUI": {
|
|
586
586
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSDashboardOrganisationTypeTileUI.vue"
|
|
587
587
|
},
|
|
588
|
+
"FSPlaylistTileUI": {
|
|
589
|
+
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSPlaylistTileUI.vue"
|
|
590
|
+
},
|
|
588
591
|
"FSChartTileUI": {
|
|
589
592
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSChartTileUI.vue"
|
|
590
593
|
},
|