@dative-gpi/foundation-shared-loader 1.0.157 → 1.0.158-groupings
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 +3 -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 +3 -0
- package/plugin/mapping/foundation-shared-components-imports-map.json +3 -0
|
@@ -129,6 +129,9 @@
|
|
|
129
129
|
"FSBaseServiceAccountRoleOrganisationsList": {
|
|
130
130
|
"from": "@dative-gpi/foundation-core-components/components/lists/serviceAccountRoleOrganisations/FSBaseServiceAccountRoleOrganisationsList.vue"
|
|
131
131
|
},
|
|
132
|
+
"FSBaseGroupingsList": {
|
|
133
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/groupings/FSBaseGroupingsList.vue"
|
|
134
|
+
},
|
|
132
135
|
"FSBaseConnectivityScenariosList": {
|
|
133
136
|
"from": "@dative-gpi/foundation-core-components/components/lists/connectivityScenarios/FSBaseConnectivityScenariosList.vue"
|
|
134
137
|
},
|
|
@@ -675,6 +675,9 @@
|
|
|
675
675
|
"FSDeviceOrganisationTileUI": {
|
|
676
676
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSDeviceOrganisationTileUI.vue"
|
|
677
677
|
},
|
|
678
|
+
"FSGroupingTileUI": {
|
|
679
|
+
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSGroupingTileUI.vue"
|
|
680
|
+
},
|
|
678
681
|
"FSDashboardShallowTileUI": {
|
|
679
682
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSDashboardShallowTileUI.vue"
|
|
680
683
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dative-gpi/foundation-shared-loader",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.158-groupings",
|
|
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": "563e78c4a0b3e8f73fdf8576e9d8bc0b626bc095"
|
|
27
27
|
}
|
|
@@ -129,6 +129,9 @@
|
|
|
129
129
|
"FSBaseServiceAccountRoleOrganisationsList": {
|
|
130
130
|
"from": "@dative-gpi/foundation-core-components/components/lists/serviceAccountRoleOrganisations/FSBaseServiceAccountRoleOrganisationsList.vue"
|
|
131
131
|
},
|
|
132
|
+
"FSBaseGroupingsList": {
|
|
133
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/groupings/FSBaseGroupingsList.vue"
|
|
134
|
+
},
|
|
132
135
|
"FSBaseConnectivityScenariosList": {
|
|
133
136
|
"from": "@dative-gpi/foundation-core-components/components/lists/connectivityScenarios/FSBaseConnectivityScenariosList.vue"
|
|
134
137
|
},
|
|
@@ -675,6 +675,9 @@
|
|
|
675
675
|
"FSDeviceOrganisationTileUI": {
|
|
676
676
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSDeviceOrganisationTileUI.vue"
|
|
677
677
|
},
|
|
678
|
+
"FSGroupingTileUI": {
|
|
679
|
+
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSGroupingTileUI.vue"
|
|
680
|
+
},
|
|
678
681
|
"FSDashboardShallowTileUI": {
|
|
679
682
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSDashboardShallowTileUI.vue"
|
|
680
683
|
},
|