@dative-gpi/foundation-shared-loader 1.0.137-maps4 → 1.0.137-reportV2
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.
- package/dist/mapping/foundation-core-components-imports-map.json +9 -0
- package/dist/mapping/foundation-shared-components-imports-map.json +0 -6
- package/package.json +2 -2
- package/plugin/mapping/foundation-core-components-imports-map.json +9 -0
- package/plugin/mapping/foundation-shared-components-imports-map.json +0 -6
|
@@ -57,6 +57,9 @@
|
|
|
57
57
|
"FSSimpleUserOrganisationsList": {
|
|
58
58
|
"from": "@dative-gpi/foundation-core-components/components/lists/userOrganisations/FSSimpleUserOrganisationsList.vue"
|
|
59
59
|
},
|
|
60
|
+
"FSChipUserOrganisationsList": {
|
|
61
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/userOrganisations/FSChipUserOrganisationsList.vue"
|
|
62
|
+
},
|
|
60
63
|
"FSBaseChartsList": {
|
|
61
64
|
"from": "@dative-gpi/foundation-core-components/components/lists/charts/FSBaseChartsList.vue"
|
|
62
65
|
},
|
|
@@ -102,6 +105,12 @@
|
|
|
102
105
|
"FSButtonAcknowledgeAlert": {
|
|
103
106
|
"from": "@dative-gpi/foundation-core-components/components/lists/alerts/FSButtonAcknowledgeAlert.vue"
|
|
104
107
|
},
|
|
108
|
+
"FSBaseReportExecutionsList": {
|
|
109
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/reports/FSBaseReportExecutionsList.vue"
|
|
110
|
+
},
|
|
111
|
+
"FSBaseReportsList": {
|
|
112
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/reports/FSBaseReportsList.vue"
|
|
113
|
+
},
|
|
105
114
|
"FSBaseCommentsList": {
|
|
106
115
|
"from": "@dative-gpi/foundation-core-components/components/lists/comments/FSBaseCommentsList.vue"
|
|
107
116
|
},
|
|
@@ -291,9 +291,6 @@
|
|
|
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
|
-
},
|
|
297
294
|
"FSSelectAutoRefresh": {
|
|
298
295
|
"from": "@dative-gpi/foundation-shared-components/components/selects/FSSelectAutoRefresh.vue"
|
|
299
296
|
},
|
|
@@ -747,9 +744,6 @@
|
|
|
747
744
|
"FSWorstAlertCard": {
|
|
748
745
|
"from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSWorstAlertCard.vue"
|
|
749
746
|
},
|
|
750
|
-
"FSStatusRichCard": {
|
|
751
|
-
"from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSStatusRichCard.vue"
|
|
752
|
-
},
|
|
753
747
|
"FSWorstAlert": {
|
|
754
748
|
"from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSWorstAlert.vue"
|
|
755
749
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dative-gpi/foundation-shared-loader",
|
|
3
|
-
"version": "1.0.137-
|
|
3
|
+
"version": "1.0.137-reportV2",
|
|
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": "
|
|
26
|
+
"gitHead": "57f88a90528a7849e930dbc8eea7223a84c58c9f"
|
|
27
27
|
}
|
|
@@ -57,6 +57,9 @@
|
|
|
57
57
|
"FSSimpleUserOrganisationsList": {
|
|
58
58
|
"from": "@dative-gpi/foundation-core-components/components/lists/userOrganisations/FSSimpleUserOrganisationsList.vue"
|
|
59
59
|
},
|
|
60
|
+
"FSChipUserOrganisationsList": {
|
|
61
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/userOrganisations/FSChipUserOrganisationsList.vue"
|
|
62
|
+
},
|
|
60
63
|
"FSBaseChartsList": {
|
|
61
64
|
"from": "@dative-gpi/foundation-core-components/components/lists/charts/FSBaseChartsList.vue"
|
|
62
65
|
},
|
|
@@ -102,6 +105,12 @@
|
|
|
102
105
|
"FSButtonAcknowledgeAlert": {
|
|
103
106
|
"from": "@dative-gpi/foundation-core-components/components/lists/alerts/FSButtonAcknowledgeAlert.vue"
|
|
104
107
|
},
|
|
108
|
+
"FSBaseReportExecutionsList": {
|
|
109
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/reports/FSBaseReportExecutionsList.vue"
|
|
110
|
+
},
|
|
111
|
+
"FSBaseReportsList": {
|
|
112
|
+
"from": "@dative-gpi/foundation-core-components/components/lists/reports/FSBaseReportsList.vue"
|
|
113
|
+
},
|
|
105
114
|
"FSBaseCommentsList": {
|
|
106
115
|
"from": "@dative-gpi/foundation-core-components/components/lists/comments/FSBaseCommentsList.vue"
|
|
107
116
|
},
|
|
@@ -291,9 +291,6 @@
|
|
|
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
|
-
},
|
|
297
294
|
"FSSelectAutoRefresh": {
|
|
298
295
|
"from": "@dative-gpi/foundation-shared-components/components/selects/FSSelectAutoRefresh.vue"
|
|
299
296
|
},
|
|
@@ -747,9 +744,6 @@
|
|
|
747
744
|
"FSWorstAlertCard": {
|
|
748
745
|
"from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSWorstAlertCard.vue"
|
|
749
746
|
},
|
|
750
|
-
"FSStatusRichCard": {
|
|
751
|
-
"from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSStatusRichCard.vue"
|
|
752
|
-
},
|
|
753
747
|
"FSWorstAlert": {
|
|
754
748
|
"from": "@dative-gpi/foundation-shared-components/components/deviceOrganisations/FSWorstAlert.vue"
|
|
755
749
|
},
|