@dative-gpi/foundation-core-components 1.0.172 → 1.0.174
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.
|
@@ -106,6 +106,15 @@
|
|
|
106
106
|
:deviceStatuses="item.status.statuses"
|
|
107
107
|
/>
|
|
108
108
|
</template>
|
|
109
|
+
<template
|
|
110
|
+
#item.ownerAddress="{ item }"
|
|
111
|
+
>
|
|
112
|
+
<FSSpan
|
|
113
|
+
font="text-overline"
|
|
114
|
+
>
|
|
115
|
+
{{ item.ownerAddress ? item.ownerAddress.formattedAddress : '' }}
|
|
116
|
+
</FSSpan>
|
|
117
|
+
</template>
|
|
109
118
|
<template
|
|
110
119
|
#item.actions="{ item }"
|
|
111
120
|
>
|
|
@@ -182,6 +191,7 @@ import FSWorstAlert from "@dative-gpi/foundation-shared-components/components/de
|
|
|
182
191
|
import FSIconCheck from "@dative-gpi/foundation-shared-components/components/FSIconCheck.vue";
|
|
183
192
|
import FSTagGroup from "@dative-gpi/foundation-shared-components/components/FSTagGroup.vue";
|
|
184
193
|
import FSImage from "@dative-gpi/foundation-shared-components/components/FSImage.vue";
|
|
194
|
+
import FSSpan from '@dative-gpi/foundation-shared-components/components/FSSpan.vue';
|
|
185
195
|
|
|
186
196
|
export default defineComponent({
|
|
187
197
|
name: "FSBaseDeviceOrganisationsList",
|
|
@@ -194,7 +204,8 @@ export default defineComponent({
|
|
|
194
204
|
FSIconCheck,
|
|
195
205
|
FSMetaValue,
|
|
196
206
|
FSTagGroup,
|
|
197
|
-
FSImage
|
|
207
|
+
FSImage,
|
|
208
|
+
FSSpan
|
|
198
209
|
},
|
|
199
210
|
props: {
|
|
200
211
|
tableCode: {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dative-gpi/foundation-core-components",
|
|
3
3
|
"sideEffects": false,
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.174",
|
|
5
5
|
"description": "",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
"author": "",
|
|
11
11
|
"license": "ISC",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@dative-gpi/foundation-core-domain": "1.0.
|
|
14
|
-
"@dative-gpi/foundation-core-services": "1.0.
|
|
15
|
-
"@dative-gpi/foundation-shared-components": "1.0.
|
|
16
|
-
"@dative-gpi/foundation-shared-domain": "1.0.
|
|
17
|
-
"@dative-gpi/foundation-shared-services": "1.0.
|
|
13
|
+
"@dative-gpi/foundation-core-domain": "1.0.174",
|
|
14
|
+
"@dative-gpi/foundation-core-services": "1.0.174",
|
|
15
|
+
"@dative-gpi/foundation-shared-components": "1.0.174",
|
|
16
|
+
"@dative-gpi/foundation-shared-domain": "1.0.174",
|
|
17
|
+
"@dative-gpi/foundation-shared-services": "1.0.174"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
20
|
"@dative-gpi/bones-ui": "^1.0.0",
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"sass": "1.71.1",
|
|
27
27
|
"sass-loader": "13.3.2"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "eb84123d504083e45377f5acd104471882e6290e"
|
|
30
30
|
}
|