@dative-gpi/foundation-shared-loader 0.0.70 → 0.0.72
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 +12 -0
- package/dist/mapping/foundation-shared-components-imports-map.json +18 -0
- package/package.json +2 -2
- package/plugin/mapping/foundation-core-components-imports-map.json +12 -0
- package/plugin/mapping/foundation-shared-components-imports-map.json +18 -0
|
@@ -1,11 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
+
"FSDashboardOrganisationTypeTile": {
|
|
4
|
+
"from": "@dative-gpi/foundation-core-components/components/tiles/FSDashboardOrganisationTypeTile.vue"
|
|
5
|
+
},
|
|
6
|
+
"FSFolderTile": {
|
|
7
|
+
"from": "@dative-gpi/foundation-core-components/components/tiles/FSFolderTile.vue"
|
|
8
|
+
},
|
|
3
9
|
"FSGroupTile": {
|
|
4
10
|
"from": "@dative-gpi/foundation-core-components/components/tiles/FSGroupTile.vue"
|
|
5
11
|
},
|
|
6
12
|
"FSDeviceOrganisationTile": {
|
|
7
13
|
"from": "@dative-gpi/foundation-core-components/components/tiles/FSDeviceOrganisationTile.vue"
|
|
8
14
|
},
|
|
15
|
+
"FSDashboardShallowTile": {
|
|
16
|
+
"from": "@dative-gpi/foundation-core-components/components/tiles/FSDashboardShallowTile.vue"
|
|
17
|
+
},
|
|
18
|
+
"FSDashboardOrganisationTile": {
|
|
19
|
+
"from": "@dative-gpi/foundation-core-components/components/tiles/FSDashboardOrganisationTile.vue"
|
|
20
|
+
},
|
|
9
21
|
"FSUserOrganisationTile": {
|
|
10
22
|
"from": "@dative-gpi/foundation-core-components/components/tiles/FSUserOrganisationTile.vue"
|
|
11
23
|
},
|
|
@@ -15,6 +15,9 @@
|
|
|
15
15
|
"FSSpan": {
|
|
16
16
|
"from": "@dative-gpi/foundation-shared-components/components/FSSpan.vue"
|
|
17
17
|
},
|
|
18
|
+
"FSIconCard": {
|
|
19
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSIconCard.vue"
|
|
20
|
+
},
|
|
18
21
|
"FSCheckbox": {
|
|
19
22
|
"from": "@dative-gpi/foundation-shared-components/components/FSCheckbox.vue"
|
|
20
23
|
},
|
|
@@ -234,21 +237,36 @@
|
|
|
234
237
|
"FSColorField": {
|
|
235
238
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSColorField.vue"
|
|
236
239
|
},
|
|
240
|
+
"FSSimpleIconTileUI": {
|
|
241
|
+
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSSimpleIconTileUI.vue"
|
|
242
|
+
},
|
|
237
243
|
"FSUserOrganisationTileUI": {
|
|
238
244
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSUserOrganisationTileUI.vue"
|
|
239
245
|
},
|
|
240
246
|
"FSDeviceOrganisationTileUI": {
|
|
241
247
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSDeviceOrganisationTileUI.vue"
|
|
242
248
|
},
|
|
249
|
+
"FSDashboardOrganisationTileUI": {
|
|
250
|
+
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSDashboardOrganisationTileUI.vue"
|
|
251
|
+
},
|
|
252
|
+
"FSDashboardOrganisationTypeTileUI": {
|
|
253
|
+
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSDashboardOrganisationTypeTileUI.vue"
|
|
254
|
+
},
|
|
243
255
|
"FSTile": {
|
|
244
256
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSTile.vue"
|
|
245
257
|
},
|
|
258
|
+
"FSFolderTileUI": {
|
|
259
|
+
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSFolderTileUI.vue"
|
|
260
|
+
},
|
|
246
261
|
"FSLoadTile": {
|
|
247
262
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSLoadTile.vue"
|
|
248
263
|
},
|
|
249
264
|
"FSGroupTileUI": {
|
|
250
265
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSGroupTileUI.vue"
|
|
251
266
|
},
|
|
267
|
+
"FSDashboardShallowTileUI": {
|
|
268
|
+
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSDashboardShallowTileUI.vue"
|
|
269
|
+
},
|
|
252
270
|
"FSButtonFileMini": {
|
|
253
271
|
"from": "@dative-gpi/foundation-shared-components/components/buttons/FSButtonFileMini.vue"
|
|
254
272
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dative-gpi/foundation-shared-loader",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.72",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"vite": "^4.5.0",
|
|
24
24
|
"vue": "^3.2.0"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "dbc4787e4b28439c3d9284f6e430daab222cd671"
|
|
27
27
|
}
|
|
@@ -1,11 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
+
"FSDashboardOrganisationTypeTile": {
|
|
4
|
+
"from": "@dative-gpi/foundation-core-components/components/tiles/FSDashboardOrganisationTypeTile.vue"
|
|
5
|
+
},
|
|
6
|
+
"FSFolderTile": {
|
|
7
|
+
"from": "@dative-gpi/foundation-core-components/components/tiles/FSFolderTile.vue"
|
|
8
|
+
},
|
|
3
9
|
"FSGroupTile": {
|
|
4
10
|
"from": "@dative-gpi/foundation-core-components/components/tiles/FSGroupTile.vue"
|
|
5
11
|
},
|
|
6
12
|
"FSDeviceOrganisationTile": {
|
|
7
13
|
"from": "@dative-gpi/foundation-core-components/components/tiles/FSDeviceOrganisationTile.vue"
|
|
8
14
|
},
|
|
15
|
+
"FSDashboardShallowTile": {
|
|
16
|
+
"from": "@dative-gpi/foundation-core-components/components/tiles/FSDashboardShallowTile.vue"
|
|
17
|
+
},
|
|
18
|
+
"FSDashboardOrganisationTile": {
|
|
19
|
+
"from": "@dative-gpi/foundation-core-components/components/tiles/FSDashboardOrganisationTile.vue"
|
|
20
|
+
},
|
|
9
21
|
"FSUserOrganisationTile": {
|
|
10
22
|
"from": "@dative-gpi/foundation-core-components/components/tiles/FSUserOrganisationTile.vue"
|
|
11
23
|
},
|
|
@@ -15,6 +15,9 @@
|
|
|
15
15
|
"FSSpan": {
|
|
16
16
|
"from": "@dative-gpi/foundation-shared-components/components/FSSpan.vue"
|
|
17
17
|
},
|
|
18
|
+
"FSIconCard": {
|
|
19
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSIconCard.vue"
|
|
20
|
+
},
|
|
18
21
|
"FSCheckbox": {
|
|
19
22
|
"from": "@dative-gpi/foundation-shared-components/components/FSCheckbox.vue"
|
|
20
23
|
},
|
|
@@ -234,21 +237,36 @@
|
|
|
234
237
|
"FSColorField": {
|
|
235
238
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSColorField.vue"
|
|
236
239
|
},
|
|
240
|
+
"FSSimpleIconTileUI": {
|
|
241
|
+
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSSimpleIconTileUI.vue"
|
|
242
|
+
},
|
|
237
243
|
"FSUserOrganisationTileUI": {
|
|
238
244
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSUserOrganisationTileUI.vue"
|
|
239
245
|
},
|
|
240
246
|
"FSDeviceOrganisationTileUI": {
|
|
241
247
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSDeviceOrganisationTileUI.vue"
|
|
242
248
|
},
|
|
249
|
+
"FSDashboardOrganisationTileUI": {
|
|
250
|
+
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSDashboardOrganisationTileUI.vue"
|
|
251
|
+
},
|
|
252
|
+
"FSDashboardOrganisationTypeTileUI": {
|
|
253
|
+
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSDashboardOrganisationTypeTileUI.vue"
|
|
254
|
+
},
|
|
243
255
|
"FSTile": {
|
|
244
256
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSTile.vue"
|
|
245
257
|
},
|
|
258
|
+
"FSFolderTileUI": {
|
|
259
|
+
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSFolderTileUI.vue"
|
|
260
|
+
},
|
|
246
261
|
"FSLoadTile": {
|
|
247
262
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSLoadTile.vue"
|
|
248
263
|
},
|
|
249
264
|
"FSGroupTileUI": {
|
|
250
265
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSGroupTileUI.vue"
|
|
251
266
|
},
|
|
267
|
+
"FSDashboardShallowTileUI": {
|
|
268
|
+
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSDashboardShallowTileUI.vue"
|
|
269
|
+
},
|
|
252
270
|
"FSButtonFileMini": {
|
|
253
271
|
"from": "@dative-gpi/foundation-shared-components/components/buttons/FSButtonFileMini.vue"
|
|
254
272
|
},
|