@dative-gpi/foundation-shared-loader 1.0.128 → 1.0.130

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.
@@ -108,6 +108,9 @@
108
108
  "FSDashboardOrganisationTile": {
109
109
  "from": "@dative-gpi/foundation-core-components/components/tiles/FSDashboardOrganisationTile.vue"
110
110
  },
111
+ "FSChartTile": {
112
+ "from": "@dative-gpi/foundation-core-components/components/tiles/FSChartTile.vue"
113
+ },
111
114
  "FSServiceAccountOrganisationTile": {
112
115
  "from": "@dative-gpi/foundation-core-components/components/tiles/FSServiceAccountOrganisationTile.vue"
113
116
  },
@@ -60,6 +60,9 @@
60
60
  "FSRow": {
61
61
  "from": "@dative-gpi/foundation-shared-components/components/FSRow.vue"
62
62
  },
63
+ "FSProgressBar": {
64
+ "from": "@dative-gpi/foundation-shared-components/components/FSProgressBar.vue"
65
+ },
63
66
  "FSOptionItem": {
64
67
  "from": "@dative-gpi/foundation-shared-components/components/FSOptionItem.vue"
65
68
  },
@@ -69,6 +72,9 @@
69
72
  "FSClock": {
70
73
  "from": "@dative-gpi/foundation-shared-components/components/FSClock.vue"
71
74
  },
75
+ "FSInstantPicker": {
76
+ "from": "@dative-gpi/foundation-shared-components/components/FSInstantPicker.vue"
77
+ },
72
78
  "FSPagination": {
73
79
  "from": "@dative-gpi/foundation-shared-components/components/FSPagination.vue"
74
80
  },
@@ -99,6 +105,9 @@
99
105
  "FSGridMosaic": {
100
106
  "from": "@dative-gpi/foundation-shared-components/components/FSGridMosaic.vue"
101
107
  },
108
+ "FSPlayButtons": {
109
+ "from": "@dative-gpi/foundation-shared-components/components/FSPlayButtons.vue"
110
+ },
102
111
  "FSDialogMultiFormBody": {
103
112
  "from": "@dative-gpi/foundation-shared-components/components/FSDialogMultiFormBody.vue"
104
113
  },
@@ -231,9 +240,6 @@
231
240
  "FSTile": {
232
241
  "from": "@dative-gpi/foundation-shared-components/components/tiles/FSTile.vue"
233
242
  },
234
- "FSChartTile": {
235
- "from": "@dative-gpi/foundation-shared-components/components/tiles/FSChartTile.vue"
236
- },
237
243
  "FSDashboardOrganisationTypeTileUI": {
238
244
  "from": "@dative-gpi/foundation-shared-components/components/tiles/FSDashboardOrganisationTypeTileUI.vue"
239
245
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dative-gpi/foundation-shared-loader",
3
- "version": "1.0.128",
3
+ "version": "1.0.130",
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": "ca2de0b5abd0fb4f1fdfaafbc4267182ab609336"
26
+ "gitHead": "fc680c25f1b54df6a7c9195343556c0c93f1454d"
27
27
  }
@@ -108,6 +108,9 @@
108
108
  "FSDashboardOrganisationTile": {
109
109
  "from": "@dative-gpi/foundation-core-components/components/tiles/FSDashboardOrganisationTile.vue"
110
110
  },
111
+ "FSChartTile": {
112
+ "from": "@dative-gpi/foundation-core-components/components/tiles/FSChartTile.vue"
113
+ },
111
114
  "FSServiceAccountOrganisationTile": {
112
115
  "from": "@dative-gpi/foundation-core-components/components/tiles/FSServiceAccountOrganisationTile.vue"
113
116
  },
@@ -60,6 +60,9 @@
60
60
  "FSRow": {
61
61
  "from": "@dative-gpi/foundation-shared-components/components/FSRow.vue"
62
62
  },
63
+ "FSProgressBar": {
64
+ "from": "@dative-gpi/foundation-shared-components/components/FSProgressBar.vue"
65
+ },
63
66
  "FSOptionItem": {
64
67
  "from": "@dative-gpi/foundation-shared-components/components/FSOptionItem.vue"
65
68
  },
@@ -69,6 +72,9 @@
69
72
  "FSClock": {
70
73
  "from": "@dative-gpi/foundation-shared-components/components/FSClock.vue"
71
74
  },
75
+ "FSInstantPicker": {
76
+ "from": "@dative-gpi/foundation-shared-components/components/FSInstantPicker.vue"
77
+ },
72
78
  "FSPagination": {
73
79
  "from": "@dative-gpi/foundation-shared-components/components/FSPagination.vue"
74
80
  },
@@ -99,6 +105,9 @@
99
105
  "FSGridMosaic": {
100
106
  "from": "@dative-gpi/foundation-shared-components/components/FSGridMosaic.vue"
101
107
  },
108
+ "FSPlayButtons": {
109
+ "from": "@dative-gpi/foundation-shared-components/components/FSPlayButtons.vue"
110
+ },
102
111
  "FSDialogMultiFormBody": {
103
112
  "from": "@dative-gpi/foundation-shared-components/components/FSDialogMultiFormBody.vue"
104
113
  },
@@ -231,9 +240,6 @@
231
240
  "FSTile": {
232
241
  "from": "@dative-gpi/foundation-shared-components/components/tiles/FSTile.vue"
233
242
  },
234
- "FSChartTile": {
235
- "from": "@dative-gpi/foundation-shared-components/components/tiles/FSChartTile.vue"
236
- },
237
243
  "FSDashboardOrganisationTypeTileUI": {
238
244
  "from": "@dative-gpi/foundation-shared-components/components/tiles/FSDashboardOrganisationTypeTileUI.vue"
239
245
  },