@dative-gpi/foundation-shared-loader 0.0.70 → 0.0.71
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 +9 -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 +9 -0
- package/plugin/mapping/foundation-shared-components-imports-map.json +6 -0
|
@@ -1,11 +1,20 @@
|
|
|
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
|
+
"FSDashboardOrganisationTile": {
|
|
16
|
+
"from": "@dative-gpi/foundation-core-components/components/tiles/FSDashboardOrganisationTile.vue"
|
|
17
|
+
},
|
|
9
18
|
"FSUserOrganisationTile": {
|
|
10
19
|
"from": "@dative-gpi/foundation-core-components/components/tiles/FSUserOrganisationTile.vue"
|
|
11
20
|
},
|
|
@@ -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,6 +237,9 @@
|
|
|
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
|
},
|
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.71",
|
|
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": "72097470e9163b0da5e7ab5d67496ac5c403f918"
|
|
27
27
|
}
|
|
@@ -1,11 +1,20 @@
|
|
|
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
|
+
"FSDashboardOrganisationTile": {
|
|
16
|
+
"from": "@dative-gpi/foundation-core-components/components/tiles/FSDashboardOrganisationTile.vue"
|
|
17
|
+
},
|
|
9
18
|
"FSUserOrganisationTile": {
|
|
10
19
|
"from": "@dative-gpi/foundation-core-components/components/tiles/FSUserOrganisationTile.vue"
|
|
11
20
|
},
|
|
@@ -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,6 +237,9 @@
|
|
|
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
|
},
|