@dative-gpi/foundation-shared-loader 1.0.170 → 1.0.171-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 +15 -0
- package/dist/mapping/foundation-shared-components-imports-map.json +3 -9
- package/package.json +2 -2
- package/plugin/mapping/foundation-core-components-imports-map.json +15 -0
- package/plugin/mapping/foundation-shared-components-imports-map.json +3 -9
|
@@ -30,6 +30,9 @@
|
|
|
30
30
|
"FSAutocompleteGroup": {
|
|
31
31
|
"from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteGroup.vue"
|
|
32
32
|
},
|
|
33
|
+
"FSAutocompleteGrouping": {
|
|
34
|
+
"from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteGrouping.vue"
|
|
35
|
+
},
|
|
33
36
|
"FSAutocompleteRole": {
|
|
34
37
|
"from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteRole.vue"
|
|
35
38
|
},
|
|
@@ -81,6 +84,12 @@
|
|
|
81
84
|
"FSMetaGrid": {
|
|
82
85
|
"from": "@dative-gpi/foundation-core-components/components/customProperties/FSMetaGrid.vue"
|
|
83
86
|
},
|
|
87
|
+
"FSMagicField": {
|
|
88
|
+
"from": "@dative-gpi/foundation-core-components/components/fields/FSMagicField.vue"
|
|
89
|
+
},
|
|
90
|
+
"FSMagicConfigField": {
|
|
91
|
+
"from": "@dative-gpi/foundation-core-components/components/fields/FSMagicConfigField.vue"
|
|
92
|
+
},
|
|
84
93
|
"FSDashboardOrganisationTile": {
|
|
85
94
|
"from": "@dative-gpi/foundation-core-components/components/tiles/FSDashboardOrganisationTile.vue"
|
|
86
95
|
},
|
|
@@ -180,6 +189,9 @@
|
|
|
180
189
|
"FSBaseCommentsList": {
|
|
181
190
|
"from": "@dative-gpi/foundation-core-components/components/lists/comments/FSBaseCommentsList.vue"
|
|
182
191
|
},
|
|
192
|
+
"FSBaseGroupingsList": {
|
|
193
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/groupings/FSBaseGroupingsList.vue"
|
|
194
|
+
},
|
|
183
195
|
"FSBaseServiceAccountOrganisationsList": {
|
|
184
196
|
"from": "@dative-gpi/foundation-core-components/components/lists/serviceAccountOrganisations/FSBaseServiceAccountOrganisationsList.vue"
|
|
185
197
|
},
|
|
@@ -218,6 +230,9 @@
|
|
|
218
230
|
},
|
|
219
231
|
"FSChipUserOrganisationsList": {
|
|
220
232
|
"from": "@dative-gpi/foundation-core-components/components/lists/userOrganisations/FSChipUserOrganisationsList.vue"
|
|
233
|
+
},
|
|
234
|
+
"FSPlotPerSelector": {
|
|
235
|
+
"from": "@dative-gpi/foundation-core-components/components/selects/FSPlotPerSelector.vue"
|
|
221
236
|
}
|
|
222
237
|
},
|
|
223
238
|
"directives": []
|
|
@@ -531,9 +531,6 @@
|
|
|
531
531
|
"FSEntityFieldUI": {
|
|
532
532
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSEntityFieldUI.vue"
|
|
533
533
|
},
|
|
534
|
-
"FSMagicField": {
|
|
535
|
-
"from": "@dative-gpi/foundation-shared-components/components/fields/FSMagicField.vue"
|
|
536
|
-
},
|
|
537
534
|
"FSPoliciesValidationField": {
|
|
538
535
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSPoliciesValidationField.vue"
|
|
539
536
|
},
|
|
@@ -591,9 +588,6 @@
|
|
|
591
588
|
"FSTimeStepField": {
|
|
592
589
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSTimeStepField.vue"
|
|
593
590
|
},
|
|
594
|
-
"FSMagicConfigField": {
|
|
595
|
-
"from": "@dative-gpi/foundation-shared-components/components/fields/FSMagicConfigField.vue"
|
|
596
|
-
},
|
|
597
591
|
"FSColorField": {
|
|
598
592
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSColorField.vue"
|
|
599
593
|
},
|
|
@@ -633,6 +627,9 @@
|
|
|
633
627
|
"FSGroupTileUI": {
|
|
634
628
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSGroupTileUI.vue"
|
|
635
629
|
},
|
|
630
|
+
"FSGroupingTileUI": {
|
|
631
|
+
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSGroupingTileUI.vue"
|
|
632
|
+
},
|
|
636
633
|
"FSUserOrganisationTileUI": {
|
|
637
634
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSUserOrganisationTileUI.vue"
|
|
638
635
|
},
|
|
@@ -774,9 +771,6 @@
|
|
|
774
771
|
"FSSerieTypeSelector": {
|
|
775
772
|
"from": "@dative-gpi/foundation-shared-components/components/selects/chartSelectors/FSSerieTypeSelector.vue"
|
|
776
773
|
},
|
|
777
|
-
"FSPlotPerSelector": {
|
|
778
|
-
"from": "@dative-gpi/foundation-shared-components/components/selects/chartSelectors/FSPlotPerSelector.vue"
|
|
779
|
-
},
|
|
780
774
|
"FSAggregationSelector": {
|
|
781
775
|
"from": "@dative-gpi/foundation-shared-components/components/selects/chartSelectors/FSAggregationSelector.vue"
|
|
782
776
|
},
|
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.171-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": "8c9ee05b394ae1ed18d0f8b58654d037969a6a2e"
|
|
27
27
|
}
|
|
@@ -30,6 +30,9 @@
|
|
|
30
30
|
"FSAutocompleteGroup": {
|
|
31
31
|
"from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteGroup.vue"
|
|
32
32
|
},
|
|
33
|
+
"FSAutocompleteGrouping": {
|
|
34
|
+
"from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteGrouping.vue"
|
|
35
|
+
},
|
|
33
36
|
"FSAutocompleteRole": {
|
|
34
37
|
"from": "@dative-gpi/foundation-core-components/components/autocompletes/FSAutocompleteRole.vue"
|
|
35
38
|
},
|
|
@@ -81,6 +84,12 @@
|
|
|
81
84
|
"FSMetaGrid": {
|
|
82
85
|
"from": "@dative-gpi/foundation-core-components/components/customProperties/FSMetaGrid.vue"
|
|
83
86
|
},
|
|
87
|
+
"FSMagicField": {
|
|
88
|
+
"from": "@dative-gpi/foundation-core-components/components/fields/FSMagicField.vue"
|
|
89
|
+
},
|
|
90
|
+
"FSMagicConfigField": {
|
|
91
|
+
"from": "@dative-gpi/foundation-core-components/components/fields/FSMagicConfigField.vue"
|
|
92
|
+
},
|
|
84
93
|
"FSDashboardOrganisationTile": {
|
|
85
94
|
"from": "@dative-gpi/foundation-core-components/components/tiles/FSDashboardOrganisationTile.vue"
|
|
86
95
|
},
|
|
@@ -180,6 +189,9 @@
|
|
|
180
189
|
"FSBaseCommentsList": {
|
|
181
190
|
"from": "@dative-gpi/foundation-core-components/components/lists/comments/FSBaseCommentsList.vue"
|
|
182
191
|
},
|
|
192
|
+
"FSBaseGroupingsList": {
|
|
193
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/groupings/FSBaseGroupingsList.vue"
|
|
194
|
+
},
|
|
183
195
|
"FSBaseServiceAccountOrganisationsList": {
|
|
184
196
|
"from": "@dative-gpi/foundation-core-components/components/lists/serviceAccountOrganisations/FSBaseServiceAccountOrganisationsList.vue"
|
|
185
197
|
},
|
|
@@ -218,6 +230,9 @@
|
|
|
218
230
|
},
|
|
219
231
|
"FSChipUserOrganisationsList": {
|
|
220
232
|
"from": "@dative-gpi/foundation-core-components/components/lists/userOrganisations/FSChipUserOrganisationsList.vue"
|
|
233
|
+
},
|
|
234
|
+
"FSPlotPerSelector": {
|
|
235
|
+
"from": "@dative-gpi/foundation-core-components/components/selects/FSPlotPerSelector.vue"
|
|
221
236
|
}
|
|
222
237
|
},
|
|
223
238
|
"directives": []
|
|
@@ -531,9 +531,6 @@
|
|
|
531
531
|
"FSEntityFieldUI": {
|
|
532
532
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSEntityFieldUI.vue"
|
|
533
533
|
},
|
|
534
|
-
"FSMagicField": {
|
|
535
|
-
"from": "@dative-gpi/foundation-shared-components/components/fields/FSMagicField.vue"
|
|
536
|
-
},
|
|
537
534
|
"FSPoliciesValidationField": {
|
|
538
535
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSPoliciesValidationField.vue"
|
|
539
536
|
},
|
|
@@ -591,9 +588,6 @@
|
|
|
591
588
|
"FSTimeStepField": {
|
|
592
589
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSTimeStepField.vue"
|
|
593
590
|
},
|
|
594
|
-
"FSMagicConfigField": {
|
|
595
|
-
"from": "@dative-gpi/foundation-shared-components/components/fields/FSMagicConfigField.vue"
|
|
596
|
-
},
|
|
597
591
|
"FSColorField": {
|
|
598
592
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSColorField.vue"
|
|
599
593
|
},
|
|
@@ -633,6 +627,9 @@
|
|
|
633
627
|
"FSGroupTileUI": {
|
|
634
628
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSGroupTileUI.vue"
|
|
635
629
|
},
|
|
630
|
+
"FSGroupingTileUI": {
|
|
631
|
+
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSGroupingTileUI.vue"
|
|
632
|
+
},
|
|
636
633
|
"FSUserOrganisationTileUI": {
|
|
637
634
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSUserOrganisationTileUI.vue"
|
|
638
635
|
},
|
|
@@ -774,9 +771,6 @@
|
|
|
774
771
|
"FSSerieTypeSelector": {
|
|
775
772
|
"from": "@dative-gpi/foundation-shared-components/components/selects/chartSelectors/FSSerieTypeSelector.vue"
|
|
776
773
|
},
|
|
777
|
-
"FSPlotPerSelector": {
|
|
778
|
-
"from": "@dative-gpi/foundation-shared-components/components/selects/chartSelectors/FSPlotPerSelector.vue"
|
|
779
|
-
},
|
|
780
774
|
"FSAggregationSelector": {
|
|
781
775
|
"from": "@dative-gpi/foundation-shared-components/components/selects/chartSelectors/FSAggregationSelector.vue"
|
|
782
776
|
},
|