@dative-gpi/foundation-shared-loader 1.1.24-unit-formatter-3 → 1.1.24-widget-2

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/configurations/FSBaseTitleConfiguration.vue"
20
+ },
21
+ "FSDateSelectPresetConfiguration": {
22
+ "from": "@dative-gpi/foundation-core-components/components/configurations/FSDateSelectPresetConfiguration.vue"
23
+ },
24
+ "FSBaseSelectPresetConfiguration": {
25
+ "from": "@dative-gpi/foundation-core-components/components/configurations/FSBaseSelectPresetConfiguration.vue"
26
+ },
27
+ "FSEntitySelectPresetConfiguration": {
28
+ "from": "@dative-gpi/foundation-core-components/components/configurations/FSEntitySelectPresetConfiguration.vue"
29
+ },
18
30
  "FSMetaHistory": {
19
31
  "from": "@dative-gpi/foundation-core-components/components/customProperties/FSMetaHistory.vue"
20
32
  },
@@ -72,9 +84,18 @@
72
84
  "FSGroupTile": {
73
85
  "from": "@dative-gpi/foundation-core-components/components/tiles/FSGroupTile.vue"
74
86
  },
87
+ "FSSelectDashboardDatePreset": {
88
+ "from": "@dative-gpi/foundation-core-components/components/dashboards/FSSelectDashboardDatePreset.vue"
89
+ },
90
+ "FSSelectDashboardEntityPreset": {
91
+ "from": "@dative-gpi/foundation-core-components/components/dashboards/FSSelectDashboardEntityPreset.vue"
92
+ },
75
93
  "FSSelectEntitiesList": {
76
94
  "from": "@dative-gpi/foundation-core-components/components/entities/FSSelectEntitiesList.vue"
77
95
  },
96
+ "FSSelectEntitiesField": {
97
+ "from": "@dative-gpi/foundation-core-components/components/entities/FSSelectEntitiesField.vue"
98
+ },
78
99
  "FSBaseEntitiesList": {
79
100
  "from": "@dative-gpi/foundation-core-components/components/entities/FSBaseEntitiesList.vue"
80
101
  },
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.24-unit-formatter-3",
6
+ "version": "1.1.24-widget-2",
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": "a33172a3ef389d50731c54d3f6628e716d62f421"
29
+ "gitHead": "e3b64258974077d06ddad77bc4133e4e5aa08c31"
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/configurations/FSBaseTitleConfiguration.vue"
20
+ },
21
+ "FSDateSelectPresetConfiguration": {
22
+ "from": "@dative-gpi/foundation-core-components/components/configurations/FSDateSelectPresetConfiguration.vue"
23
+ },
24
+ "FSBaseSelectPresetConfiguration": {
25
+ "from": "@dative-gpi/foundation-core-components/components/configurations/FSBaseSelectPresetConfiguration.vue"
26
+ },
27
+ "FSEntitySelectPresetConfiguration": {
28
+ "from": "@dative-gpi/foundation-core-components/components/configurations/FSEntitySelectPresetConfiguration.vue"
29
+ },
18
30
  "FSMetaHistory": {
19
31
  "from": "@dative-gpi/foundation-core-components/components/customProperties/FSMetaHistory.vue"
20
32
  },
@@ -72,9 +84,18 @@
72
84
  "FSGroupTile": {
73
85
  "from": "@dative-gpi/foundation-core-components/components/tiles/FSGroupTile.vue"
74
86
  },
87
+ "FSSelectDashboardDatePreset": {
88
+ "from": "@dative-gpi/foundation-core-components/components/dashboards/FSSelectDashboardDatePreset.vue"
89
+ },
90
+ "FSSelectDashboardEntityPreset": {
91
+ "from": "@dative-gpi/foundation-core-components/components/dashboards/FSSelectDashboardEntityPreset.vue"
92
+ },
75
93
  "FSSelectEntitiesList": {
76
94
  "from": "@dative-gpi/foundation-core-components/components/entities/FSSelectEntitiesList.vue"
77
95
  },
96
+ "FSSelectEntitiesField": {
97
+ "from": "@dative-gpi/foundation-core-components/components/entities/FSSelectEntitiesField.vue"
98
+ },
78
99
  "FSBaseEntitiesList": {
79
100
  "from": "@dative-gpi/foundation-core-components/components/entities/FSBaseEntitiesList.vue"
80
101
  },