@dative-gpi/foundation-shared-loader 1.1.25 → 1.1.26
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.
|
@@ -15,6 +15,18 @@
|
|
|
15
15
|
"FSTreeViewGroup": {
|
|
16
16
|
"from": "@dative-gpi/foundation-core-components/components/treeviews/FSTreeViewGroup.vue"
|
|
17
17
|
},
|
|
18
|
+
"FSBaseTitleConfiguration": {
|
|
19
|
+
"from": "@dative-gpi/foundation-core-components/components/widgetConfigurations/FSBaseTitleConfiguration.vue"
|
|
20
|
+
},
|
|
21
|
+
"FSDateSelectPresetConfiguration": {
|
|
22
|
+
"from": "@dative-gpi/foundation-core-components/components/widgetConfigurations/FSDateSelectPresetConfiguration.vue"
|
|
23
|
+
},
|
|
24
|
+
"FSBaseSelectPresetConfiguration": {
|
|
25
|
+
"from": "@dative-gpi/foundation-core-components/components/widgetConfigurations/FSBaseSelectPresetConfiguration.vue"
|
|
26
|
+
},
|
|
27
|
+
"FSEntitySelectPresetConfiguration": {
|
|
28
|
+
"from": "@dative-gpi/foundation-core-components/components/widgetConfigurations/FSEntitySelectPresetConfiguration.vue"
|
|
29
|
+
},
|
|
18
30
|
"FSMetaHistory": {
|
|
19
31
|
"from": "@dative-gpi/foundation-core-components/components/customProperties/FSMetaHistory.vue"
|
|
20
32
|
},
|
|
@@ -75,6 +87,9 @@
|
|
|
75
87
|
"FSSelectEntitiesList": {
|
|
76
88
|
"from": "@dative-gpi/foundation-core-components/components/entities/FSSelectEntitiesList.vue"
|
|
77
89
|
},
|
|
90
|
+
"FSSelectEntitiesField": {
|
|
91
|
+
"from": "@dative-gpi/foundation-core-components/components/entities/FSSelectEntitiesField.vue"
|
|
92
|
+
},
|
|
78
93
|
"FSBaseEntitiesList": {
|
|
79
94
|
"from": "@dative-gpi/foundation-core-components/components/entities/FSBaseEntitiesList.vue"
|
|
80
95
|
},
|
|
@@ -243,12 +258,18 @@
|
|
|
243
258
|
"FSSimpleDeviceOrganisationsList": {
|
|
244
259
|
"from": "@dative-gpi/foundation-core-components/components/lists/deviceOrganisations/FSSimpleDeviceOrganisationsList.vue"
|
|
245
260
|
},
|
|
261
|
+
"FSSelectDashboardDatePreset": {
|
|
262
|
+
"from": "@dative-gpi/foundation-core-components/components/fields/FSSelectDashboardDatePreset.vue"
|
|
263
|
+
},
|
|
246
264
|
"FSMagicField": {
|
|
247
265
|
"from": "@dative-gpi/foundation-core-components/components/fields/FSMagicField.vue"
|
|
248
266
|
},
|
|
249
267
|
"FSMagicConfigField": {
|
|
250
268
|
"from": "@dative-gpi/foundation-core-components/components/fields/FSMagicConfigField.vue"
|
|
251
269
|
},
|
|
270
|
+
"FSSelectDashboardEntityPreset": {
|
|
271
|
+
"from": "@dative-gpi/foundation-core-components/components/fields/FSSelectDashboardEntityPreset.vue"
|
|
272
|
+
},
|
|
252
273
|
"FSPlotPerSelector": {
|
|
253
274
|
"from": "@dative-gpi/foundation-core-components/components/selects/FSPlotPerSelector.vue"
|
|
254
275
|
},
|
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.26",
|
|
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": "c6dfdf7e5cb4f903a01b525c2b84fdb3cdeef946"
|
|
30
30
|
}
|
|
@@ -15,6 +15,18 @@
|
|
|
15
15
|
"FSTreeViewGroup": {
|
|
16
16
|
"from": "@dative-gpi/foundation-core-components/components/treeviews/FSTreeViewGroup.vue"
|
|
17
17
|
},
|
|
18
|
+
"FSBaseTitleConfiguration": {
|
|
19
|
+
"from": "@dative-gpi/foundation-core-components/components/widgetConfigurations/FSBaseTitleConfiguration.vue"
|
|
20
|
+
},
|
|
21
|
+
"FSDateSelectPresetConfiguration": {
|
|
22
|
+
"from": "@dative-gpi/foundation-core-components/components/widgetConfigurations/FSDateSelectPresetConfiguration.vue"
|
|
23
|
+
},
|
|
24
|
+
"FSBaseSelectPresetConfiguration": {
|
|
25
|
+
"from": "@dative-gpi/foundation-core-components/components/widgetConfigurations/FSBaseSelectPresetConfiguration.vue"
|
|
26
|
+
},
|
|
27
|
+
"FSEntitySelectPresetConfiguration": {
|
|
28
|
+
"from": "@dative-gpi/foundation-core-components/components/widgetConfigurations/FSEntitySelectPresetConfiguration.vue"
|
|
29
|
+
},
|
|
18
30
|
"FSMetaHistory": {
|
|
19
31
|
"from": "@dative-gpi/foundation-core-components/components/customProperties/FSMetaHistory.vue"
|
|
20
32
|
},
|
|
@@ -75,6 +87,9 @@
|
|
|
75
87
|
"FSSelectEntitiesList": {
|
|
76
88
|
"from": "@dative-gpi/foundation-core-components/components/entities/FSSelectEntitiesList.vue"
|
|
77
89
|
},
|
|
90
|
+
"FSSelectEntitiesField": {
|
|
91
|
+
"from": "@dative-gpi/foundation-core-components/components/entities/FSSelectEntitiesField.vue"
|
|
92
|
+
},
|
|
78
93
|
"FSBaseEntitiesList": {
|
|
79
94
|
"from": "@dative-gpi/foundation-core-components/components/entities/FSBaseEntitiesList.vue"
|
|
80
95
|
},
|
|
@@ -243,12 +258,18 @@
|
|
|
243
258
|
"FSSimpleDeviceOrganisationsList": {
|
|
244
259
|
"from": "@dative-gpi/foundation-core-components/components/lists/deviceOrganisations/FSSimpleDeviceOrganisationsList.vue"
|
|
245
260
|
},
|
|
261
|
+
"FSSelectDashboardDatePreset": {
|
|
262
|
+
"from": "@dative-gpi/foundation-core-components/components/fields/FSSelectDashboardDatePreset.vue"
|
|
263
|
+
},
|
|
246
264
|
"FSMagicField": {
|
|
247
265
|
"from": "@dative-gpi/foundation-core-components/components/fields/FSMagicField.vue"
|
|
248
266
|
},
|
|
249
267
|
"FSMagicConfigField": {
|
|
250
268
|
"from": "@dative-gpi/foundation-core-components/components/fields/FSMagicConfigField.vue"
|
|
251
269
|
},
|
|
270
|
+
"FSSelectDashboardEntityPreset": {
|
|
271
|
+
"from": "@dative-gpi/foundation-core-components/components/fields/FSSelectDashboardEntityPreset.vue"
|
|
272
|
+
},
|
|
252
273
|
"FSPlotPerSelector": {
|
|
253
274
|
"from": "@dative-gpi/foundation-core-components/components/selects/FSPlotPerSelector.vue"
|
|
254
275
|
},
|