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