@asd20/ui 3.2.595 → 3.2.597
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
|
@@ -63,6 +63,17 @@
|
|
|
63
63
|
></asd20-notification-group>
|
|
64
64
|
</client-only>
|
|
65
65
|
|
|
66
|
+
<!-- Feeds -->
|
|
67
|
+
<asd20-feeds-section
|
|
68
|
+
class="asd20-feeds-section--top"
|
|
69
|
+
:announcements="announcements"
|
|
70
|
+
:announcements-feed-props="announcementsFeedProps"
|
|
71
|
+
@announcements-in-view="$emit('announcements-in-view')"
|
|
72
|
+
:events="events"
|
|
73
|
+
:events-feed-props="eventsFeedProps"
|
|
74
|
+
@events-in-view="$emit('events-in-view')"
|
|
75
|
+
></asd20-feeds-section>
|
|
76
|
+
|
|
66
77
|
<!-- Page Content -->
|
|
67
78
|
<asd20-page-content
|
|
68
79
|
:primary-messages="primaryMessages"
|
|
@@ -324,7 +335,7 @@ export default {
|
|
|
324
335
|
// reversed: true,
|
|
325
336
|
date: '',
|
|
326
337
|
time: '',
|
|
327
|
-
description: '',
|
|
338
|
+
// description: '',
|
|
328
339
|
// image: '',
|
|
329
340
|
pinned: false,
|
|
330
341
|
})
|