@asd20/ui 3.2.701 → 3.2.703

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/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.701",
8
+ "version": "3.2.703",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -98,6 +98,14 @@
98
98
  grid
99
99
  />
100
100
 
101
+ <!-- Photos & Videos -->
102
+ <asd20-media-section
103
+ v-if="firstMessage.images.length > 1 || firstMessage.videos.length"
104
+ :images="this.firstMessage.images || []"
105
+ :videos="this.firstMessage.videos || []"
106
+ >
107
+ </asd20-media-section>
108
+
101
109
  <!-- Bottom Widgets -->
102
110
  <asd20-widgets-section
103
111
  v-if="
@@ -142,7 +150,7 @@ import Asd20PageContent from '../../../components/organisms/Asd20PageContent'
142
150
 
143
151
  import Asd20WidgetsSection from '../../../components/organisms/Asd20WidgetsSection'
144
152
  import Asd20FeedsSection from '../../../components/organisms/Asd20FeedsSection'
145
- // import Asd20MediaSection from '../../../components/organisms/Asd20MediaSection'
153
+ import Asd20MediaSection from '../../../components/organisms/Asd20MediaSection'
146
154
 
147
155
  import Asd20PageFooter from '../../../components/organisms/Asd20PageFooter'
148
156
  import Asd20QuicklinksMenu from '../../../components/organisms/Asd20QuicklinksMenu'
@@ -166,7 +174,7 @@ export default {
166
174
  Asd20FeedsSection,
167
175
  Asd20NotificationGroup,
168
176
  Asd20QuicklinksMenu,
169
- // Asd20MediaSection,
177
+ Asd20MediaSection,
170
178
  },
171
179
  computed: {
172
180
  wayFindingPrimaryMessages() {
@@ -98,6 +98,14 @@
98
98
  fullscreen
99
99
  />
100
100
 
101
+ <!-- Photos & Videos -->
102
+ <asd20-media-section
103
+ v-if="firstMessage.images.length > 1 || firstMessage.videos.length"
104
+ :images="this.firstMessage.images || []"
105
+ :videos="this.firstMessage.videos || []"
106
+ >
107
+ </asd20-media-section>
108
+
101
109
  <!-- Bottom Widgets -->
102
110
  <asd20-widgets-section
103
111
  v-if="
@@ -143,7 +151,7 @@ import Asd20PageContent from '../../../components/organisms/Asd20PageContent'
143
151
 
144
152
  import Asd20WidgetsSection from '../../../components/organisms/Asd20WidgetsSection'
145
153
  import Asd20FeedsSection from '../../../components/organisms/Asd20FeedsSection'
146
- // import Asd20MediaSection from '../../../components/organisms/Asd20MediaSection'
154
+ import Asd20MediaSection from '../../../components/organisms/Asd20MediaSection'
147
155
 
148
156
  import Asd20PageFooter from '../../../components/organisms/Asd20PageFooter'
149
157
  import Asd20QuicklinksMenu from '../../../components/organisms/Asd20QuicklinksMenu'
@@ -167,7 +175,7 @@ export default {
167
175
  Asd20FeedsSection,
168
176
  Asd20NotificationGroup,
169
177
  Asd20QuicklinksMenu,
170
- // Asd20MediaSection,
178
+ Asd20MediaSection,
171
179
  },
172
180
  computed: {
173
181
  wayFindingPrimaryMessages() {
@@ -94,6 +94,14 @@
94
94
  @events-in-view="$emit('events-in-view')"
95
95
  ></asd20-feeds-section>
96
96
 
97
+ <!-- Photos & Videos -->
98
+ <asd20-media-section
99
+ v-if="firstMessage.images.length > 1 || firstMessage.videos.length"
100
+ :images="this.firstMessage.images || []"
101
+ :videos="this.firstMessage.videos || []"
102
+ >
103
+ </asd20-media-section>
104
+
97
105
  <!-- Bottom Widgets -->
98
106
  <asd20-widgets-section
99
107
  v-if="
@@ -138,7 +146,7 @@ import Asd20PageContent from '../../../components/organisms/Asd20PageContent'
138
146
 
139
147
  import Asd20WidgetsSection from '../../../components/organisms/Asd20WidgetsSection'
140
148
  import Asd20FeedsSection from '../../../components/organisms/Asd20FeedsSection'
141
- // import Asd20MediaSection from '../../../components/organisms/Asd20MediaSection'
149
+ import Asd20MediaSection from '../../../components/organisms/Asd20MediaSection'
142
150
 
143
151
  import Asd20PageFooter from '../../../components/organisms/Asd20PageFooter'
144
152
  import Asd20QuicklinksMenu from '../../../components/organisms/Asd20QuicklinksMenu'
@@ -162,7 +170,7 @@ export default {
162
170
  Asd20FeedsSection,
163
171
  Asd20NotificationGroup,
164
172
  Asd20QuicklinksMenu,
165
- // Asd20MediaSection,
173
+ Asd20MediaSection,
166
174
  },
167
175
  computed: {
168
176
  wayFindingPrimaryMessages() {