@dative-gpi/foundation-core-components 1.0.167-address2 → 1.0.167-folders2

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,15 +106,6 @@
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>
118
109
  <template
119
110
  #item.actions="{ item }"
120
111
  >
@@ -191,7 +182,6 @@ import FSWorstAlert from "@dative-gpi/foundation-shared-components/components/de
191
182
  import FSIconCheck from "@dative-gpi/foundation-shared-components/components/FSIconCheck.vue";
192
183
  import FSTagGroup from "@dative-gpi/foundation-shared-components/components/FSTagGroup.vue";
193
184
  import FSImage from "@dative-gpi/foundation-shared-components/components/FSImage.vue";
194
- import FSSpan from '@dative-gpi/foundation-shared-components/components/FSSpan.vue';
195
185
 
196
186
  export default defineComponent({
197
187
  name: "FSBaseDeviceOrganisationsList",
@@ -204,8 +194,7 @@ export default defineComponent({
204
194
  FSIconCheck,
205
195
  FSMetaValue,
206
196
  FSTagGroup,
207
- FSImage,
208
- FSSpan
197
+ FSImage
209
198
  },
210
199
  props: {
211
200
  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.167-address2",
4
+ "version": "1.0.167-folders2",
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.167-address2",
14
- "@dative-gpi/foundation-core-services": "1.0.167-address2",
15
- "@dative-gpi/foundation-shared-components": "1.0.167-address2",
16
- "@dative-gpi/foundation-shared-domain": "1.0.167-address2",
17
- "@dative-gpi/foundation-shared-services": "1.0.167-address2"
13
+ "@dative-gpi/foundation-core-domain": "1.0.167-folders2",
14
+ "@dative-gpi/foundation-core-services": "1.0.167-folders2",
15
+ "@dative-gpi/foundation-shared-components": "1.0.167-folders2",
16
+ "@dative-gpi/foundation-shared-domain": "1.0.167-folders2",
17
+ "@dative-gpi/foundation-shared-services": "1.0.167-folders2"
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": "e12e33110c98d44896159bb27f7f693a03bf0a1b"
29
+ "gitHead": "b5cce1730f703c392e9e276623ab37c352bd07f3"
30
30
  }