@dative-gpi/foundation-shared-loader 0.0.24 → 0.0.25
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.
|
@@ -135,12 +135,21 @@
|
|
|
135
135
|
"FSWorstAlert": {
|
|
136
136
|
"from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSWorstAlert.vue"
|
|
137
137
|
},
|
|
138
|
+
"FSWorstAlertCard": {
|
|
139
|
+
"from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSWorstAlertCard.vue"
|
|
140
|
+
},
|
|
138
141
|
"FSStatus": {
|
|
139
142
|
"from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSStatus.vue"
|
|
140
143
|
},
|
|
144
|
+
"FSStatusCard": {
|
|
145
|
+
"from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSStatusCard.vue"
|
|
146
|
+
},
|
|
141
147
|
"FSStatusesRow": {
|
|
142
148
|
"from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSStatusesRow.vue"
|
|
143
149
|
},
|
|
150
|
+
"FSConnectivityCard": {
|
|
151
|
+
"from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSConnectivityCard.vue"
|
|
152
|
+
},
|
|
144
153
|
"FSStatusesCarousel": {
|
|
145
154
|
"from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSStatusesCarousel.vue"
|
|
146
155
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dative-gpi/foundation-shared-loader",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.25",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"vite": "^4.5.0",
|
|
24
24
|
"vue": "^3.2.0"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "a390e06ed87cce4f2ae27570f474f5b52419327c"
|
|
27
27
|
}
|
|
@@ -135,12 +135,21 @@
|
|
|
135
135
|
"FSWorstAlert": {
|
|
136
136
|
"from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSWorstAlert.vue"
|
|
137
137
|
},
|
|
138
|
+
"FSWorstAlertCard": {
|
|
139
|
+
"from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSWorstAlertCard.vue"
|
|
140
|
+
},
|
|
138
141
|
"FSStatus": {
|
|
139
142
|
"from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSStatus.vue"
|
|
140
143
|
},
|
|
144
|
+
"FSStatusCard": {
|
|
145
|
+
"from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSStatusCard.vue"
|
|
146
|
+
},
|
|
141
147
|
"FSStatusesRow": {
|
|
142
148
|
"from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSStatusesRow.vue"
|
|
143
149
|
},
|
|
150
|
+
"FSConnectivityCard": {
|
|
151
|
+
"from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSConnectivityCard.vue"
|
|
152
|
+
},
|
|
144
153
|
"FSStatusesCarousel": {
|
|
145
154
|
"from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSStatusesCarousel.vue"
|
|
146
155
|
},
|