@dative-gpi/foundation-shared-loader 1.0.137-reportV2 → 1.0.137-reportv3

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.
@@ -291,6 +291,9 @@
291
291
  "FSSelectListMode": {
292
292
  "from": "@dative-gpi/foundation-shared-components/components/selects/FSSelectListMode.vue"
293
293
  },
294
+ "FSSelectMapLayer": {
295
+ "from": "@dative-gpi/foundation-shared-components/components/selects/FSSelectMapLayer.vue"
296
+ },
294
297
  "FSSelectAutoRefresh": {
295
298
  "from": "@dative-gpi/foundation-shared-components/components/selects/FSSelectAutoRefresh.vue"
296
299
  },
@@ -744,6 +747,9 @@
744
747
  "FSWorstAlertCard": {
745
748
  "from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSWorstAlertCard.vue"
746
749
  },
750
+ "FSStatusRichCard": {
751
+ "from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSStatusRichCard.vue"
752
+ },
747
753
  "FSWorstAlert": {
748
754
  "from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSWorstAlert.vue"
749
755
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dative-gpi/foundation-shared-loader",
3
- "version": "1.0.137-reportV2",
3
+ "version": "1.0.137-reportv3",
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": "57f88a90528a7849e930dbc8eea7223a84c58c9f"
26
+ "gitHead": "95425ccba042f4a824067704109f1d80dfd08abd"
27
27
  }
@@ -291,6 +291,9 @@
291
291
  "FSSelectListMode": {
292
292
  "from": "@dative-gpi/foundation-shared-components/components/selects/FSSelectListMode.vue"
293
293
  },
294
+ "FSSelectMapLayer": {
295
+ "from": "@dative-gpi/foundation-shared-components/components/selects/FSSelectMapLayer.vue"
296
+ },
294
297
  "FSSelectAutoRefresh": {
295
298
  "from": "@dative-gpi/foundation-shared-components/components/selects/FSSelectAutoRefresh.vue"
296
299
  },
@@ -744,6 +747,9 @@
744
747
  "FSWorstAlertCard": {
745
748
  "from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSWorstAlertCard.vue"
746
749
  },
750
+ "FSStatusRichCard": {
751
+ "from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSStatusRichCard.vue"
752
+ },
747
753
  "FSWorstAlert": {
748
754
  "from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSWorstAlert.vue"
749
755
  },