@dative-gpi/foundation-shared-loader 1.1.4 → 1.1.6
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 +15 -3
- package/dist/mapping/foundation-shared-components-imports-map.json +9 -0
- package/package.json +2 -2
- package/plugin/mapping/foundation-core-components-imports-map.json +15 -3
- package/plugin/mapping/foundation-shared-components-imports-map.json +9 -0
|
@@ -186,15 +186,18 @@
|
|
|
186
186
|
"FSBaseGroupingsList": {
|
|
187
187
|
"from": "@dative-gpi/foundation-core-components/components/lists/groupings/FSBaseGroupingsList.vue"
|
|
188
188
|
},
|
|
189
|
+
"FSSimpleGroupingsList": {
|
|
190
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/groupings/FSSimpleGroupingsList.vue"
|
|
191
|
+
},
|
|
189
192
|
"FSTileUserOrganisationsList": {
|
|
190
193
|
"from": "@dative-gpi/foundation-core-components/components/lists/userOrganisations/FSTileUserOrganisationsList.vue"
|
|
191
194
|
},
|
|
192
|
-
"FSChipUserOrganisationsList": {
|
|
193
|
-
"from": "@dative-gpi/foundation-core-components/components/lists/userOrganisations/FSChipUserOrganisationsList.vue"
|
|
194
|
-
},
|
|
195
195
|
"FSBaseUserOrganisationsList": {
|
|
196
196
|
"from": "@dative-gpi/foundation-core-components/components/lists/userOrganisations/FSBaseUserOrganisationsList.vue"
|
|
197
197
|
},
|
|
198
|
+
"FSUserOrganisationsChipGroup": {
|
|
199
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/userOrganisations/FSUserOrganisationsChipGroup.vue"
|
|
200
|
+
},
|
|
198
201
|
"FSSimpleUserOrganisationsList": {
|
|
199
202
|
"from": "@dative-gpi/foundation-core-components/components/lists/userOrganisations/FSSimpleUserOrganisationsList.vue"
|
|
200
203
|
},
|
|
@@ -264,6 +267,15 @@
|
|
|
264
267
|
"FSBaseDataCategoriesList": {
|
|
265
268
|
"from": "@dative-gpi/foundation-core-components/components/lists/dataCategories/FSBaseDataCategoriesList.vue"
|
|
266
269
|
},
|
|
270
|
+
"FSBaseSubgroupingsList": {
|
|
271
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/subgroupings/FSBaseSubgroupingsList.vue"
|
|
272
|
+
},
|
|
273
|
+
"FSSubgroupingsChipGroup": {
|
|
274
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/subgroupings/FSSubgroupingsChipGroup.vue"
|
|
275
|
+
},
|
|
276
|
+
"FSSimpleSubgroupingsList": {
|
|
277
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/subgroupings/FSSimpleSubgroupingsList.vue"
|
|
278
|
+
},
|
|
267
279
|
"FSBaseChartOrganisationsList": {
|
|
268
280
|
"from": "@dative-gpi/foundation-core-components/components/lists/chartOrganisations/FSBaseChartOrganisationsList.vue"
|
|
269
281
|
},
|
|
@@ -6,6 +6,9 @@
|
|
|
6
6
|
"FSDivider": {
|
|
7
7
|
"from": "@dative-gpi/foundation-shared-components/components/FSDivider.vue"
|
|
8
8
|
},
|
|
9
|
+
"FSGroupingChip": {
|
|
10
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSGroupingChip.vue"
|
|
11
|
+
},
|
|
9
12
|
"FSButton": {
|
|
10
13
|
"from": "@dative-gpi/foundation-shared-components/components/FSButton.vue"
|
|
11
14
|
},
|
|
@@ -138,6 +141,9 @@
|
|
|
138
141
|
"FSDialogFormBody": {
|
|
139
142
|
"from": "@dative-gpi/foundation-shared-components/components/FSDialogFormBody.vue"
|
|
140
143
|
},
|
|
144
|
+
"FSSubgroupingChip": {
|
|
145
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSSubgroupingChip.vue"
|
|
146
|
+
},
|
|
141
147
|
"FSFadeOut": {
|
|
142
148
|
"from": "@dative-gpi/foundation-shared-components/components/FSFadeOut.vue"
|
|
143
149
|
},
|
|
@@ -567,6 +573,9 @@
|
|
|
567
573
|
"FSDashboardOrganisationTileUI": {
|
|
568
574
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSDashboardOrganisationTileUI.vue"
|
|
569
575
|
},
|
|
576
|
+
"FSSubgroupingTileUI": {
|
|
577
|
+
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSSubgroupingTileUI.vue"
|
|
578
|
+
},
|
|
570
579
|
"FSDashboardShallowTileUI": {
|
|
571
580
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSDashboardShallowTileUI.vue"
|
|
572
581
|
},
|
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.6",
|
|
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": "6e1d16c39cd615e25ac4e991c4489209ef223722"
|
|
30
30
|
}
|
|
@@ -186,15 +186,18 @@
|
|
|
186
186
|
"FSBaseGroupingsList": {
|
|
187
187
|
"from": "@dative-gpi/foundation-core-components/components/lists/groupings/FSBaseGroupingsList.vue"
|
|
188
188
|
},
|
|
189
|
+
"FSSimpleGroupingsList": {
|
|
190
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/groupings/FSSimpleGroupingsList.vue"
|
|
191
|
+
},
|
|
189
192
|
"FSTileUserOrganisationsList": {
|
|
190
193
|
"from": "@dative-gpi/foundation-core-components/components/lists/userOrganisations/FSTileUserOrganisationsList.vue"
|
|
191
194
|
},
|
|
192
|
-
"FSChipUserOrganisationsList": {
|
|
193
|
-
"from": "@dative-gpi/foundation-core-components/components/lists/userOrganisations/FSChipUserOrganisationsList.vue"
|
|
194
|
-
},
|
|
195
195
|
"FSBaseUserOrganisationsList": {
|
|
196
196
|
"from": "@dative-gpi/foundation-core-components/components/lists/userOrganisations/FSBaseUserOrganisationsList.vue"
|
|
197
197
|
},
|
|
198
|
+
"FSUserOrganisationsChipGroup": {
|
|
199
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/userOrganisations/FSUserOrganisationsChipGroup.vue"
|
|
200
|
+
},
|
|
198
201
|
"FSSimpleUserOrganisationsList": {
|
|
199
202
|
"from": "@dative-gpi/foundation-core-components/components/lists/userOrganisations/FSSimpleUserOrganisationsList.vue"
|
|
200
203
|
},
|
|
@@ -264,6 +267,15 @@
|
|
|
264
267
|
"FSBaseDataCategoriesList": {
|
|
265
268
|
"from": "@dative-gpi/foundation-core-components/components/lists/dataCategories/FSBaseDataCategoriesList.vue"
|
|
266
269
|
},
|
|
270
|
+
"FSBaseSubgroupingsList": {
|
|
271
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/subgroupings/FSBaseSubgroupingsList.vue"
|
|
272
|
+
},
|
|
273
|
+
"FSSubgroupingsChipGroup": {
|
|
274
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/subgroupings/FSSubgroupingsChipGroup.vue"
|
|
275
|
+
},
|
|
276
|
+
"FSSimpleSubgroupingsList": {
|
|
277
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/subgroupings/FSSimpleSubgroupingsList.vue"
|
|
278
|
+
},
|
|
267
279
|
"FSBaseChartOrganisationsList": {
|
|
268
280
|
"from": "@dative-gpi/foundation-core-components/components/lists/chartOrganisations/FSBaseChartOrganisationsList.vue"
|
|
269
281
|
},
|
|
@@ -6,6 +6,9 @@
|
|
|
6
6
|
"FSDivider": {
|
|
7
7
|
"from": "@dative-gpi/foundation-shared-components/components/FSDivider.vue"
|
|
8
8
|
},
|
|
9
|
+
"FSGroupingChip": {
|
|
10
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSGroupingChip.vue"
|
|
11
|
+
},
|
|
9
12
|
"FSButton": {
|
|
10
13
|
"from": "@dative-gpi/foundation-shared-components/components/FSButton.vue"
|
|
11
14
|
},
|
|
@@ -138,6 +141,9 @@
|
|
|
138
141
|
"FSDialogFormBody": {
|
|
139
142
|
"from": "@dative-gpi/foundation-shared-components/components/FSDialogFormBody.vue"
|
|
140
143
|
},
|
|
144
|
+
"FSSubgroupingChip": {
|
|
145
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSSubgroupingChip.vue"
|
|
146
|
+
},
|
|
141
147
|
"FSFadeOut": {
|
|
142
148
|
"from": "@dative-gpi/foundation-shared-components/components/FSFadeOut.vue"
|
|
143
149
|
},
|
|
@@ -567,6 +573,9 @@
|
|
|
567
573
|
"FSDashboardOrganisationTileUI": {
|
|
568
574
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSDashboardOrganisationTileUI.vue"
|
|
569
575
|
},
|
|
576
|
+
"FSSubgroupingTileUI": {
|
|
577
|
+
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSSubgroupingTileUI.vue"
|
|
578
|
+
},
|
|
570
579
|
"FSDashboardShallowTileUI": {
|
|
571
580
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSDashboardShallowTileUI.vue"
|
|
572
581
|
},
|