@dative-gpi/foundation-shared-loader 1.0.167 → 1.0.168
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 +14 -8
- 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 +14 -8
|
@@ -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": []
|
|
@@ -33,6 +33,9 @@
|
|
|
33
33
|
"FSDialogMultiFormBody": {
|
|
34
34
|
"from": "@dative-gpi/foundation-shared-components/components/FSDialogMultiFormBody.vue"
|
|
35
35
|
},
|
|
36
|
+
"FSTreeView": {
|
|
37
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSTreeView.vue"
|
|
38
|
+
},
|
|
36
39
|
"FSDialogContent": {
|
|
37
40
|
"from": "@dative-gpi/foundation-shared-components/components/FSDialogContent.vue"
|
|
38
41
|
},
|
|
@@ -504,6 +507,12 @@
|
|
|
504
507
|
"FSStatus": {
|
|
505
508
|
"from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSStatus.vue"
|
|
506
509
|
},
|
|
510
|
+
"FSCarousel": {
|
|
511
|
+
"from": "@dative-gpi/foundation-shared-components/components/carousels/FSCarousel.vue"
|
|
512
|
+
},
|
|
513
|
+
"FSCarouselItem": {
|
|
514
|
+
"from": "@dative-gpi/foundation-shared-components/components/carousels/FSCarouselItem.vue"
|
|
515
|
+
},
|
|
507
516
|
"FSTagField": {
|
|
508
517
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSTagField.vue"
|
|
509
518
|
},
|
|
@@ -522,8 +531,8 @@
|
|
|
522
531
|
"FSEntityFieldUI": {
|
|
523
532
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSEntityFieldUI.vue"
|
|
524
533
|
},
|
|
525
|
-
"
|
|
526
|
-
"from": "@dative-gpi/foundation-shared-components/components/fields/
|
|
534
|
+
"FSMapAddressField": {
|
|
535
|
+
"from": "@dative-gpi/foundation-shared-components/components/fields/FSMapAddressField.vue"
|
|
527
536
|
},
|
|
528
537
|
"FSNumberField": {
|
|
529
538
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSNumberField.vue"
|
|
@@ -576,9 +585,6 @@
|
|
|
576
585
|
"FSTimeStepField": {
|
|
577
586
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSTimeStepField.vue"
|
|
578
587
|
},
|
|
579
|
-
"FSMagicConfigField": {
|
|
580
|
-
"from": "@dative-gpi/foundation-shared-components/components/fields/FSMagicConfigField.vue"
|
|
581
|
-
},
|
|
582
588
|
"FSColorField": {
|
|
583
589
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSColorField.vue"
|
|
584
590
|
},
|
|
@@ -618,6 +624,9 @@
|
|
|
618
624
|
"FSGroupTileUI": {
|
|
619
625
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSGroupTileUI.vue"
|
|
620
626
|
},
|
|
627
|
+
"FSGroupingTileUI": {
|
|
628
|
+
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSGroupingTileUI.vue"
|
|
629
|
+
},
|
|
621
630
|
"FSUserOrganisationTileUI": {
|
|
622
631
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSUserOrganisationTileUI.vue"
|
|
623
632
|
},
|
|
@@ -759,9 +768,6 @@
|
|
|
759
768
|
"FSSerieTypeSelector": {
|
|
760
769
|
"from": "@dative-gpi/foundation-shared-components/components/selects/chartSelectors/FSSerieTypeSelector.vue"
|
|
761
770
|
},
|
|
762
|
-
"FSPlotPerSelector": {
|
|
763
|
-
"from": "@dative-gpi/foundation-shared-components/components/selects/chartSelectors/FSPlotPerSelector.vue"
|
|
764
|
-
},
|
|
765
771
|
"FSAggregationSelector": {
|
|
766
772
|
"from": "@dative-gpi/foundation-shared-components/components/selects/chartSelectors/FSAggregationSelector.vue"
|
|
767
773
|
},
|
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.168",
|
|
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": "979a5f1fe9ac68441c9fafb61eab835039852c69"
|
|
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": []
|
|
@@ -33,6 +33,9 @@
|
|
|
33
33
|
"FSDialogMultiFormBody": {
|
|
34
34
|
"from": "@dative-gpi/foundation-shared-components/components/FSDialogMultiFormBody.vue"
|
|
35
35
|
},
|
|
36
|
+
"FSTreeView": {
|
|
37
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSTreeView.vue"
|
|
38
|
+
},
|
|
36
39
|
"FSDialogContent": {
|
|
37
40
|
"from": "@dative-gpi/foundation-shared-components/components/FSDialogContent.vue"
|
|
38
41
|
},
|
|
@@ -504,6 +507,12 @@
|
|
|
504
507
|
"FSStatus": {
|
|
505
508
|
"from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSStatus.vue"
|
|
506
509
|
},
|
|
510
|
+
"FSCarousel": {
|
|
511
|
+
"from": "@dative-gpi/foundation-shared-components/components/carousels/FSCarousel.vue"
|
|
512
|
+
},
|
|
513
|
+
"FSCarouselItem": {
|
|
514
|
+
"from": "@dative-gpi/foundation-shared-components/components/carousels/FSCarouselItem.vue"
|
|
515
|
+
},
|
|
507
516
|
"FSTagField": {
|
|
508
517
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSTagField.vue"
|
|
509
518
|
},
|
|
@@ -522,8 +531,8 @@
|
|
|
522
531
|
"FSEntityFieldUI": {
|
|
523
532
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSEntityFieldUI.vue"
|
|
524
533
|
},
|
|
525
|
-
"
|
|
526
|
-
"from": "@dative-gpi/foundation-shared-components/components/fields/
|
|
534
|
+
"FSMapAddressField": {
|
|
535
|
+
"from": "@dative-gpi/foundation-shared-components/components/fields/FSMapAddressField.vue"
|
|
527
536
|
},
|
|
528
537
|
"FSNumberField": {
|
|
529
538
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSNumberField.vue"
|
|
@@ -576,9 +585,6 @@
|
|
|
576
585
|
"FSTimeStepField": {
|
|
577
586
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSTimeStepField.vue"
|
|
578
587
|
},
|
|
579
|
-
"FSMagicConfigField": {
|
|
580
|
-
"from": "@dative-gpi/foundation-shared-components/components/fields/FSMagicConfigField.vue"
|
|
581
|
-
},
|
|
582
588
|
"FSColorField": {
|
|
583
589
|
"from": "@dative-gpi/foundation-shared-components/components/fields/FSColorField.vue"
|
|
584
590
|
},
|
|
@@ -618,6 +624,9 @@
|
|
|
618
624
|
"FSGroupTileUI": {
|
|
619
625
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSGroupTileUI.vue"
|
|
620
626
|
},
|
|
627
|
+
"FSGroupingTileUI": {
|
|
628
|
+
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSGroupingTileUI.vue"
|
|
629
|
+
},
|
|
621
630
|
"FSUserOrganisationTileUI": {
|
|
622
631
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSUserOrganisationTileUI.vue"
|
|
623
632
|
},
|
|
@@ -759,9 +768,6 @@
|
|
|
759
768
|
"FSSerieTypeSelector": {
|
|
760
769
|
"from": "@dative-gpi/foundation-shared-components/components/selects/chartSelectors/FSSerieTypeSelector.vue"
|
|
761
770
|
},
|
|
762
|
-
"FSPlotPerSelector": {
|
|
763
|
-
"from": "@dative-gpi/foundation-shared-components/components/selects/chartSelectors/FSPlotPerSelector.vue"
|
|
764
|
-
},
|
|
765
771
|
"FSAggregationSelector": {
|
|
766
772
|
"from": "@dative-gpi/foundation-shared-components/components/selects/chartSelectors/FSAggregationSelector.vue"
|
|
767
773
|
},
|