@asd20/ui 3.2.462 → 3.2.463
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
|
@@ -80,23 +80,7 @@
|
|
|
80
80
|
:secondary-messages="secondaryMessages"
|
|
81
81
|
omit-body-content
|
|
82
82
|
grid
|
|
83
|
-
|
|
84
|
-
<!-- Feeds -->
|
|
85
|
-
<template slot="before">
|
|
86
|
-
<asd20-feeds-section
|
|
87
|
-
:announcements="announcements"
|
|
88
|
-
:announcements-feed-props="announcementsFeedProps"
|
|
89
|
-
@announcements-in-view="$emit('announcements-in-view')"
|
|
90
|
-
:stories="stories"
|
|
91
|
-
:stories-feed-props="storiesFeedProps"
|
|
92
|
-
@stories-in-view="$emit('stories-in-view')"
|
|
93
|
-
:events="events"
|
|
94
|
-
:events-feed-props="eventsFeedProps"
|
|
95
|
-
@events-in-view="$emit('events-in-view')"
|
|
96
|
-
></asd20-feeds-section>
|
|
97
|
-
</template>
|
|
98
|
-
|
|
99
|
-
<slot></slot>
|
|
83
|
+
>
|
|
100
84
|
</asd20-page-content>
|
|
101
85
|
|
|
102
86
|
<!-- Bottom Widgets -->
|