@asd20/ui-next 2.0.3 → 2.0.5
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/CHANGELOG.md +4 -0
- package/package.json +1 -1
- package/src/components/atoms/Asd20Badge/index.vue +1 -0
- package/src/components/molecules/Asd20Share/index.vue +1 -0
- package/src/components/molecules/Asd20WidgetGroup.vue +1 -1
- package/src/components/organisms/Asd20AiSearch/index.vue +4 -0
- package/src/components/organisms/Asd20CampusHeader/index.vue +5 -7
- package/src/components/organisms/Asd20ImageGallery/index.vue +1 -0
- package/src/components/organisms/Asd20ImageHeader/index.vue +4 -6
- package/src/components/organisms/Asd20PageHeader/index.vue +4 -6
- package/src/components/organisms/Asd20SiteMenu/index.vue +2 -0
- package/src/components/organisms/Asd20SiteNavigation/index.vue +10 -8
- package/src/components/organisms/Asd20SiteSearch/index.vue +1 -0
- package/src/components/templates/Asd20AppTemplate/index.vue +18 -24
- package/src/components/templates/Asd20ArticleDigestCompactTemplate/index.vue +20 -26
- package/src/components/templates/Asd20ArticleDigestTemplate/index.vue +20 -26
- package/src/components/templates/Asd20ArticleListTemplate/index.vue +20 -26
- package/src/components/templates/Asd20ArticleTemplate/index.vue +14 -18
- package/src/components/templates/Asd20BasePageTemplate/index.vue +26 -34
- package/src/components/templates/Asd20CampusDetailTemplate/index.vue +20 -26
- package/src/components/templates/Asd20CampusTemplate/index.vue +50 -58
- package/src/components/templates/Asd20ClubsTemplate/index.vue +20 -26
- package/src/components/templates/Asd20DetailAlternateTemplate/index.vue +20 -26
- package/src/components/templates/Asd20DetailImageFullTemplate/index.vue +20 -26
- package/src/components/templates/Asd20DetailImageTemplate/index.vue +20 -26
- package/src/components/templates/Asd20DetailTemplate/index.vue +20 -26
- package/src/components/templates/Asd20DistrictHomeTemplate/index.vue +45 -55
- package/src/components/templates/Asd20DistrictVideoTemplate/index.vue +45 -55
- package/src/components/templates/Asd20FileListPageTemplate/index.vue +20 -26
- package/src/components/templates/Asd20GroupFeatureTemplate/index.vue +20 -26
- package/src/components/templates/Asd20LoginsTemplate/index.vue +21 -27
- package/src/components/templates/Asd20PeopleFeatureTemplate/index.vue +20 -26
- package/src/components/templates/Asd20ProfileTemplate/index.vue +20 -26
- package/src/components/templates/Asd20SalaryCalculatorTemplate/index.vue +20 -26
- package/src/components/templates/Asd20SchoolHomeTemplate/index.vue +84 -96
- package/src/components/templates/Asd20SchoolHomeVideoTemplate/index.vue +81 -93
- package/src/components/templates/Asd20WayfindingAccessibilityTemplate/index.vue +21 -27
- package/src/components/templates/Asd20WayfindingAlternateTemplate/index.vue +21 -27
- package/src/components/templates/Asd20WayfindingImageTemplate/index.vue +21 -27
- package/src/components/templates/Asd20WayfindingTemplate/index.vue +21 -27
- package/src/design/_template.scss +7 -5
|
@@ -19,26 +19,22 @@
|
|
|
19
19
|
</asd20-site-navigation>
|
|
20
20
|
|
|
21
21
|
<!-- Banner Notifications -->
|
|
22
|
-
<
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
></asd20-notification-group>
|
|
29
|
-
</client-only>
|
|
22
|
+
<asd20-notification-group
|
|
23
|
+
:notifications="activeNotificationsByType.banner"
|
|
24
|
+
group-type="banner"
|
|
25
|
+
@dismiss="$emit('dismiss-notification', $event)"
|
|
26
|
+
@toggle-all="$emit('toggle-all')"
|
|
27
|
+
></asd20-notification-group>
|
|
30
28
|
|
|
31
29
|
<!-- Headers -->
|
|
32
30
|
<section
|
|
33
31
|
class="logo-header"
|
|
34
32
|
role="banner"
|
|
35
33
|
>
|
|
36
|
-
<
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
></asd20-organization-picker>
|
|
41
|
-
</client-only>
|
|
34
|
+
<asd20-organization-picker
|
|
35
|
+
:organization-options="organizationOptions"
|
|
36
|
+
:organization="organization"
|
|
37
|
+
></asd20-organization-picker>
|
|
42
38
|
<slot name="top" />
|
|
43
39
|
<div
|
|
44
40
|
:class="
|
|
@@ -61,31 +57,27 @@
|
|
|
61
57
|
</a>
|
|
62
58
|
</client-only> -->
|
|
63
59
|
|
|
64
|
-
<
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
/>
|
|
77
|
-
</client-only>
|
|
60
|
+
<Asd20LanguageTranslation
|
|
61
|
+
v-if="languageCode"
|
|
62
|
+
:class="
|
|
63
|
+
activeNotificationsByType.status.length > 0
|
|
64
|
+
? ''
|
|
65
|
+
: 'translation-button-adjust'
|
|
66
|
+
"
|
|
67
|
+
reversed
|
|
68
|
+
no-label
|
|
69
|
+
:language-code="languageCode"
|
|
70
|
+
@update:languageCode="$emit('update:languageCode', $event)"
|
|
71
|
+
/>
|
|
78
72
|
|
|
79
|
-
<
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
></asd20-notification-group>
|
|
88
|
-
</client-only>
|
|
73
|
+
<asd20-notification-group
|
|
74
|
+
class="asd20-notification-group--floating"
|
|
75
|
+
:notifications="activeNotificationsByType.floating"
|
|
76
|
+
:total-dismissed-notifications="totalDismissedNotifications"
|
|
77
|
+
group-type="floating"
|
|
78
|
+
@dismiss="$emit('dismiss-notification', $event)"
|
|
79
|
+
@toggle-all="$emit('toggle-all')"
|
|
80
|
+
></asd20-notification-group>
|
|
89
81
|
</div>
|
|
90
82
|
</section>
|
|
91
83
|
|
|
@@ -103,23 +95,21 @@
|
|
|
103
95
|
v-if="messages.length > 2"
|
|
104
96
|
:messages="messages"
|
|
105
97
|
/>
|
|
106
|
-
<
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
></asd20-feeds-section>
|
|
122
|
-
</client-only>
|
|
98
|
+
<asd20-feeds-section
|
|
99
|
+
:announcements="announcements"
|
|
100
|
+
:announcements-feed-props="announcementsFeedProps"
|
|
101
|
+
:stories="stories"
|
|
102
|
+
:stories-feed-props="storiesFeedProps"
|
|
103
|
+
:events="events"
|
|
104
|
+
:events-feed-props="eventsFeedProps"
|
|
105
|
+
:organization-id="organization.id"
|
|
106
|
+
:has-protected-content="hasProtectedContent"
|
|
107
|
+
:organization="organization"
|
|
108
|
+
:organization-options="organizationOptions"
|
|
109
|
+
@announcements-in-view="$emit('announcements-in-view')"
|
|
110
|
+
@stories-in-view="$emit('stories-in-view')"
|
|
111
|
+
@events-in-view="$emit('events-in-view')"
|
|
112
|
+
></asd20-feeds-section>
|
|
123
113
|
|
|
124
114
|
<!-- <asd20-factoids-section
|
|
125
115
|
v-if="factoids && factoids.length > 0"
|
|
@@ -17,14 +17,12 @@
|
|
|
17
17
|
</asd20-site-navigation>
|
|
18
18
|
|
|
19
19
|
<!-- Banner Notifications -->
|
|
20
|
-
<
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
></asd20-notification-group>
|
|
27
|
-
</client-only>
|
|
20
|
+
<asd20-notification-group
|
|
21
|
+
:notifications="activeNotificationsByType.banner"
|
|
22
|
+
group-type="banner"
|
|
23
|
+
@dismiss="$emit('dismiss-notification', $event)"
|
|
24
|
+
@toggle-all="$emit('toggle-all')"
|
|
25
|
+
></asd20-notification-group>
|
|
28
26
|
|
|
29
27
|
<!-- Video Header -->
|
|
30
28
|
|
|
@@ -34,13 +32,11 @@
|
|
|
34
32
|
v-bind="pageHeaderContent"
|
|
35
33
|
>
|
|
36
34
|
<template #top>
|
|
37
|
-
<
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
></asd20-organization-picker>
|
|
43
|
-
</client-only>
|
|
35
|
+
<asd20-organization-picker
|
|
36
|
+
:organization-options="organizationOptions"
|
|
37
|
+
:organization="organization"
|
|
38
|
+
reversed
|
|
39
|
+
></asd20-organization-picker>
|
|
44
40
|
<!-- </template>
|
|
45
41
|
<template #top> -->
|
|
46
42
|
|
|
@@ -87,31 +83,27 @@
|
|
|
87
83
|
</client-only>
|
|
88
84
|
-->
|
|
89
85
|
|
|
90
|
-
<
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
@dismiss="$emit('dismiss-notification', $event)"
|
|
112
|
-
@toggle-all="$emit('toggle-all')"
|
|
113
|
-
></asd20-notification-group>
|
|
114
|
-
</client-only>
|
|
86
|
+
<Asd20LanguageTranslation
|
|
87
|
+
v-if="languageCode"
|
|
88
|
+
:class="
|
|
89
|
+
activeNotificationsByType.status.length > 0
|
|
90
|
+
? ''
|
|
91
|
+
: 'translation-button-adjust'
|
|
92
|
+
"
|
|
93
|
+
reversed
|
|
94
|
+
no-label
|
|
95
|
+
:language-code="languageCode"
|
|
96
|
+
@update:languageCode="$emit('update:languageCode', $event)"
|
|
97
|
+
/>
|
|
98
|
+
|
|
99
|
+
<asd20-notification-group
|
|
100
|
+
class="asd20-notification-group--floating"
|
|
101
|
+
:notifications="activeNotificationsByType.floating"
|
|
102
|
+
:total-dismissed-notifications="totalDismissedNotifications"
|
|
103
|
+
group-type="floating"
|
|
104
|
+
@dismiss="$emit('dismiss-notification', $event)"
|
|
105
|
+
@toggle-all="$emit('toggle-all')"
|
|
106
|
+
></asd20-notification-group>
|
|
115
107
|
</div>
|
|
116
108
|
</div>
|
|
117
109
|
</template>
|
|
@@ -124,21 +116,19 @@
|
|
|
124
116
|
:messages="messages"
|
|
125
117
|
/>
|
|
126
118
|
|
|
127
|
-
<
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
></asd20-feeds-section>
|
|
141
|
-
</client-only>
|
|
119
|
+
<asd20-feeds-section
|
|
120
|
+
:announcements="announcements"
|
|
121
|
+
:announcements-feed-props="announcementsFeedProps"
|
|
122
|
+
:stories="stories"
|
|
123
|
+
:stories-feed-props="storiesFeedProps"
|
|
124
|
+
:events="events"
|
|
125
|
+
:events-feed-props="eventsFeedProps"
|
|
126
|
+
:organization="organization"
|
|
127
|
+
:organization-options="organizationOptions"
|
|
128
|
+
@announcements-in-view="$emit('announcements-in-view')"
|
|
129
|
+
@stories-in-view="$emit('stories-in-view')"
|
|
130
|
+
@events-in-view="$emit('events-in-view')"
|
|
131
|
+
></asd20-feeds-section>
|
|
142
132
|
|
|
143
133
|
<asd20-factoids-section
|
|
144
134
|
v-if="factoids && factoids.length > 0"
|
|
@@ -17,14 +17,12 @@
|
|
|
17
17
|
</asd20-site-navigation>
|
|
18
18
|
|
|
19
19
|
<!-- Banner Notifications -->
|
|
20
|
-
<
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
></asd20-notification-group>
|
|
27
|
-
</client-only>
|
|
20
|
+
<asd20-notification-group
|
|
21
|
+
:notifications="activeNotificationsByType.banner"
|
|
22
|
+
group-type="banner"
|
|
23
|
+
@dismiss="$emit('dismiss-notification', $event)"
|
|
24
|
+
@toggle-all="$emit('toggle-all')"
|
|
25
|
+
></asd20-notification-group>
|
|
28
26
|
|
|
29
27
|
<!-- Page Header -->
|
|
30
28
|
<asd20-page-header
|
|
@@ -38,29 +36,25 @@
|
|
|
38
36
|
>
|
|
39
37
|
<!-- Floating Notifications -->
|
|
40
38
|
<template #top>
|
|
41
|
-
<
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
></asd20-notification-group>
|
|
50
|
-
</client-only>
|
|
39
|
+
<asd20-notification-group
|
|
40
|
+
class="asd20-notification-group--floating"
|
|
41
|
+
:notifications="activeNotificationsByType.floating"
|
|
42
|
+
:total-dismissed-notifications="totalDismissedNotifications"
|
|
43
|
+
group-type="floating"
|
|
44
|
+
@dismiss="$emit('dismiss-notification', $event)"
|
|
45
|
+
@toggle-all="$emit('toggle-all')"
|
|
46
|
+
></asd20-notification-group>
|
|
51
47
|
</template>
|
|
52
48
|
<!-- <template #top><asd20-breadcrumb :links="breadcrumbLinks"></asd20-breadcrumb></template> -->
|
|
53
49
|
</asd20-page-header>
|
|
54
50
|
|
|
55
51
|
<!-- Inline-Notifications -->
|
|
56
|
-
<
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
></asd20-notification-group>
|
|
63
|
-
</client-only>
|
|
52
|
+
<asd20-notification-group
|
|
53
|
+
:notifications="activeNotificationsByType.inline"
|
|
54
|
+
group-type="inline"
|
|
55
|
+
@dismiss="$emit('dismiss-notification', $event)"
|
|
56
|
+
@toggle-all="$emit('toggle-all')"
|
|
57
|
+
></asd20-notification-group>
|
|
64
58
|
|
|
65
59
|
<!-- Page Content -->
|
|
66
60
|
<asd20-page-content
|
|
@@ -4,14 +4,12 @@
|
|
|
4
4
|
<asd20-skip-to />
|
|
5
5
|
|
|
6
6
|
<!-- Banner Notifications -->
|
|
7
|
-
<
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
/>
|
|
14
|
-
</client-only>
|
|
7
|
+
<asd20-notification-group
|
|
8
|
+
:notifications="activeNotificationsByType.banner"
|
|
9
|
+
group-type="banner"
|
|
10
|
+
@dismiss="$emit('dismiss-notification', $event)"
|
|
11
|
+
@toggle-all="$emit('toggle-all')"
|
|
12
|
+
/>
|
|
15
13
|
|
|
16
14
|
<!-- Site Navigation -->
|
|
17
15
|
<asd20-site-navigation
|
|
@@ -40,28 +38,24 @@
|
|
|
40
38
|
>
|
|
41
39
|
<!-- Floating Notifications -->
|
|
42
40
|
<template #top>
|
|
43
|
-
<
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
></asd20-notification-group>
|
|
52
|
-
</client-only>
|
|
41
|
+
<asd20-notification-group
|
|
42
|
+
class="asd20-notification-group--floating"
|
|
43
|
+
:notifications="activeNotificationsByType.floating"
|
|
44
|
+
:total-dismissed-notifications="totalDismissedNotifications"
|
|
45
|
+
group-type="floating"
|
|
46
|
+
@dismiss="$emit('dismiss-notification', $event)"
|
|
47
|
+
@toggle-all="$emit('toggle-all')"
|
|
48
|
+
></asd20-notification-group>
|
|
53
49
|
</template>
|
|
54
50
|
</asd20-page-header>
|
|
55
51
|
|
|
56
52
|
<!-- Inline-Notifications -->
|
|
57
|
-
<
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
></asd20-notification-group>
|
|
64
|
-
</client-only>
|
|
53
|
+
<asd20-notification-group
|
|
54
|
+
:notifications="activeNotificationsByType.inline"
|
|
55
|
+
group-type="inline"
|
|
56
|
+
@dismiss="$emit('dismiss-notification', $event)"
|
|
57
|
+
@toggle-all="$emit('toggle-all')"
|
|
58
|
+
></asd20-notification-group>
|
|
65
59
|
|
|
66
60
|
<!-- Page Content -->
|
|
67
61
|
<asd20-page-content
|
|
@@ -17,14 +17,12 @@
|
|
|
17
17
|
</asd20-site-navigation>
|
|
18
18
|
|
|
19
19
|
<!-- Banner Notifications -->
|
|
20
|
-
<
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
></asd20-notification-group>
|
|
27
|
-
</client-only>
|
|
20
|
+
<asd20-notification-group
|
|
21
|
+
:notifications="activeNotificationsByType.banner"
|
|
22
|
+
group-type="banner"
|
|
23
|
+
@dismiss="$emit('dismiss-notification', $event)"
|
|
24
|
+
@toggle-all="$emit('toggle-all')"
|
|
25
|
+
></asd20-notification-group>
|
|
28
26
|
|
|
29
27
|
<!-- Page Header -->
|
|
30
28
|
<asd20-page-header
|
|
@@ -38,16 +36,14 @@
|
|
|
38
36
|
@update:languageCode="$emit('update:languageCode', $event)"
|
|
39
37
|
>
|
|
40
38
|
<!-- Floating Notifications -->
|
|
41
|
-
<
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
></asd20-notification-group>
|
|
50
|
-
</client-only>
|
|
39
|
+
<asd20-notification-group
|
|
40
|
+
class="asd20-notification-group--floating"
|
|
41
|
+
:notifications="activeNotificationsByType.floating"
|
|
42
|
+
:total-dismissed-notifications="totalDismissedNotifications"
|
|
43
|
+
group-type="floating"
|
|
44
|
+
@dismiss="$emit('dismiss-notification', $event)"
|
|
45
|
+
@toggle-all="$emit('toggle-all')"
|
|
46
|
+
></asd20-notification-group>
|
|
51
47
|
</asd20-page-header>
|
|
52
48
|
|
|
53
49
|
<!-- Page Content -->
|
|
@@ -63,15 +59,13 @@
|
|
|
63
59
|
<!-- selectedGroup -->
|
|
64
60
|
<section v-if="selectedTabLogins">
|
|
65
61
|
<!-- Inline Notifications -->
|
|
66
|
-
<
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
/>
|
|
74
|
-
</client-only>
|
|
62
|
+
<asd20-notification-group
|
|
63
|
+
class="asd20-notification-group--inline"
|
|
64
|
+
:notifications="activeNotificationsByType.inline"
|
|
65
|
+
group-type="inline"
|
|
66
|
+
@dismiss="$emit('dismiss-notification', $event)"
|
|
67
|
+
@toggle-all="$emit('toggle-all')"
|
|
68
|
+
/>
|
|
75
69
|
<asd20-list
|
|
76
70
|
class="logins-list"
|
|
77
71
|
multi-column
|
|
@@ -4,14 +4,12 @@
|
|
|
4
4
|
<asd20-skip-to></asd20-skip-to>
|
|
5
5
|
|
|
6
6
|
<!-- Banner Notifications -->
|
|
7
|
-
<
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
></asd20-notification-group>
|
|
14
|
-
</client-only>
|
|
7
|
+
<asd20-notification-group
|
|
8
|
+
:notifications="activeNotificationsByType.banner"
|
|
9
|
+
group-type="banner"
|
|
10
|
+
@dismiss="$emit('dismiss-notification', $event)"
|
|
11
|
+
@toggle-all="$emit('toggle-all')"
|
|
12
|
+
></asd20-notification-group>
|
|
15
13
|
|
|
16
14
|
<!-- Site Navigation -->
|
|
17
15
|
<asd20-site-navigation
|
|
@@ -39,29 +37,25 @@
|
|
|
39
37
|
>
|
|
40
38
|
<!-- Floating Notifications -->
|
|
41
39
|
<template #top>
|
|
42
|
-
<
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
></asd20-notification-group>
|
|
51
|
-
</client-only>
|
|
40
|
+
<asd20-notification-group
|
|
41
|
+
class="asd20-notification-group--floating"
|
|
42
|
+
:notifications="activeNotificationsByType.floating"
|
|
43
|
+
:total-dismissed-notifications="totalDismissedNotifications"
|
|
44
|
+
group-type="floating"
|
|
45
|
+
@dismiss="$emit('dismiss-notification', $event)"
|
|
46
|
+
@toggle-all="$emit('toggle-all')"
|
|
47
|
+
></asd20-notification-group>
|
|
52
48
|
</template>
|
|
53
49
|
<!-- <template #top><asd20-breadcrumb :links="breadcrumbLinks"></asd20-breadcrumb></template> -->
|
|
54
50
|
</asd20-page-header>
|
|
55
51
|
|
|
56
52
|
<!-- Inline-Notifications -->
|
|
57
|
-
<
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
></asd20-notification-group>
|
|
64
|
-
</client-only>
|
|
53
|
+
<asd20-notification-group
|
|
54
|
+
:notifications="activeNotificationsByType.inline"
|
|
55
|
+
group-type="inline"
|
|
56
|
+
@dismiss="$emit('dismiss-notification', $event)"
|
|
57
|
+
@toggle-all="$emit('toggle-all')"
|
|
58
|
+
></asd20-notification-group>
|
|
65
59
|
|
|
66
60
|
<!-- Page Content -->
|
|
67
61
|
<asd20-page-content
|
|
@@ -17,14 +17,12 @@
|
|
|
17
17
|
</asd20-site-navigation>
|
|
18
18
|
|
|
19
19
|
<!-- Banner Notifications -->
|
|
20
|
-
<
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
/>
|
|
27
|
-
</client-only>
|
|
20
|
+
<asd20-notification-group
|
|
21
|
+
:notifications="activeNotificationsByType.banner"
|
|
22
|
+
group-type="banner"
|
|
23
|
+
@dismiss="$emit('dismiss-notification', $event)"
|
|
24
|
+
@toggle-all="$emit('toggle-all')"
|
|
25
|
+
/>
|
|
28
26
|
|
|
29
27
|
<!-- Page Header -->
|
|
30
28
|
<asd20-page-header
|
|
@@ -56,28 +54,24 @@
|
|
|
56
54
|
>
|
|
57
55
|
<!-- Floating Notifications -->
|
|
58
56
|
<template #top>
|
|
59
|
-
<
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
></asd20-notification-group>
|
|
68
|
-
</client-only>
|
|
57
|
+
<asd20-notification-group
|
|
58
|
+
class="asd20-notification-group--floating"
|
|
59
|
+
:notifications="activeNotificationsByType.floating"
|
|
60
|
+
:total-dismissed-notifications="totalDismissedNotifications"
|
|
61
|
+
group-type="floating"
|
|
62
|
+
@dismiss="$emit('dismiss-notification', $event)"
|
|
63
|
+
@toggle-all="$emit('toggle-all')"
|
|
64
|
+
></asd20-notification-group>
|
|
69
65
|
</template>
|
|
70
66
|
</asd20-page-header>
|
|
71
67
|
|
|
72
68
|
<!-- Inline-Notifications -->
|
|
73
|
-
<
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
></asd20-notification-group>
|
|
80
|
-
</client-only>
|
|
69
|
+
<asd20-notification-group
|
|
70
|
+
:notifications="activeNotificationsByType.inline"
|
|
71
|
+
group-type="inline"
|
|
72
|
+
@dismiss="$emit('dismiss-notification', $event)"
|
|
73
|
+
@toggle-all="$emit('toggle-all')"
|
|
74
|
+
></asd20-notification-group>
|
|
81
75
|
|
|
82
76
|
<!-- Page Content -->
|
|
83
77
|
<asd20-page-content
|