@icvdeveloper/common-module 0.0.127 → 0.0.129
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/README.md +6 -6
- package/dist/module.json +1 -1
- package/dist/runtime/assets/svg/answer.svg +14 -14
- package/dist/runtime/assets/svg/avatar.svg +1 -1
- package/dist/runtime/assets/svg/bell-icon.svg +3 -3
- package/dist/runtime/assets/svg/checkmark-icon.svg +1 -1
- package/dist/runtime/assets/svg/close-icon.svg +1 -1
- package/dist/runtime/assets/svg/icon-avatar.svg +1 -1
- package/dist/runtime/assets/svg/icon-chevron.svg +4 -4
- package/dist/runtime/assets/svg/icon-circle-plus.svg +1 -1
- package/dist/runtime/assets/svg/icon-close.svg +1 -1
- package/dist/runtime/assets/svg/icon-info.svg +2 -2
- package/dist/runtime/assets/svg/icon-new-window.svg +11 -11
- package/dist/runtime/assets/svg/icon-offline.svg +3 -3
- package/dist/runtime/assets/svg/icon-online.svg +3 -3
- package/dist/runtime/assets/svg/icon-person.svg +2 -2
- package/dist/runtime/assets/svg/icon-play.svg +2 -2
- package/dist/runtime/assets/svg/icon-star-filled.svg +29 -29
- package/dist/runtime/assets/svg/icon-star.svg +24 -24
- package/dist/runtime/assets/svg/icon-video-chat.svg +14 -14
- package/dist/runtime/assets/svg/icon-website.svg +2 -2
- package/dist/runtime/assets/svg/icon-zoom.svg +10 -10
- package/dist/runtime/assets/svg/notification-icon.svg +32 -32
- package/dist/runtime/assets/svg/offline-icon.svg +1 -1
- package/dist/runtime/assets/svg/online-icon.svg +3 -3
- package/dist/runtime/assets/svg/peer2peer.svg +3 -3
- package/dist/runtime/assets/svg/phone.svg +1 -1
- package/dist/runtime/assets/svg/plus-icon.svg +1 -1
- package/dist/runtime/assets/svg/red-icon.svg +3 -3
- package/dist/runtime/assets/svg/reject.svg +14 -14
- package/dist/runtime/assets/svg/search-icon.svg +3 -3
- package/dist/runtime/components/affiliates/AffiliatePage.vue +329 -329
- package/dist/runtime/components/agenda/AgendaList.vue +259 -259
- package/dist/runtime/components/agenda/AgendaTabbed.vue +305 -305
- package/dist/runtime/components/agenda/components/AgendaListAccordion.vue +67 -67
- package/dist/runtime/components/agenda/components/Calendar.vue +67 -67
- package/dist/runtime/components/agenda/components/InfoLink.vue +56 -56
- package/dist/runtime/components/agenda/components/PlayIcon.vue +49 -49
- package/dist/runtime/components/agenda/components/PresentationLink.vue +137 -137
- package/dist/runtime/components/agenda/components/Sponsor.vue +132 -132
- package/dist/runtime/components/auth/LoginFullWidth.vue +78 -78
- package/dist/runtime/components/auth/PasswordReset.vue +60 -60
- package/dist/runtime/components/auth/Registration.vue +27 -27
- package/dist/runtime/components/auth/Ucc.vue +129 -129
- package/dist/runtime/components/core/Accordion.vue +97 -97
- package/dist/runtime/components/core/CountdownTimer.vue +336 -336
- package/dist/runtime/components/core/DynamicHtml.vue +1 -1
- package/dist/runtime/components/core/Modal.vue +111 -111
- package/dist/runtime/components/core/Navbar.vue +154 -154
- package/dist/runtime/components/core/SvgIcon.vue +157 -157
- package/dist/runtime/components/core/ZoomModal.vue +37 -37
- package/dist/runtime/components/events/EventHeader.vue +133 -133
- package/dist/runtime/components/events/ListEvents.vue +554 -554
- package/dist/runtime/components/forms/AlertBox.vue +21 -21
- package/dist/runtime/components/forms/ErrorField.vue +17 -17
- package/dist/runtime/components/forms/Message.vue +27 -27
- package/dist/runtime/components/forms/SearchInput.vue +38 -38
- package/dist/runtime/components/forms/SupportForm.vue +112 -112
- package/dist/runtime/components/forms/SwitchInput.vue +42 -42
- package/dist/runtime/components/forms/TextArea.vue +26 -26
- package/dist/runtime/components/forms/TextInput.vue +28 -28
- package/dist/runtime/components/layouts/Accordion.vue +78 -78
- package/dist/runtime/components/media/ArchivePlayerAndContentContainer.vue +160 -160
- package/dist/runtime/components/media/ArchiveVideoPlayer.vue +186 -186
- package/dist/runtime/components/media/PlayerAndContentContainer.vue +183 -183
- package/dist/runtime/components/media/WebcastVideoPlayer.vue +140 -140
- package/dist/runtime/components/media/components/AgendaPanel.vue +43 -43
- package/dist/runtime/components/media/components/ArchiveMediaContainer.vue +91 -91
- package/dist/runtime/components/media/components/CeCreditNotification.vue +95 -95
- package/dist/runtime/components/media/components/ContentAccordion.vue +63 -63
- package/dist/runtime/components/media/components/ContentArea.vue +158 -158
- package/dist/runtime/components/media/components/ContentTabs.vue +231 -231
- package/dist/runtime/components/media/components/DocumentsPanel.vue +31 -31
- package/dist/runtime/components/media/components/JsonApi.vue +31 -31
- package/dist/runtime/components/media/components/MediaContainer.vue +63 -63
- package/dist/runtime/components/media/components/OverviewPanel.vue +52 -52
- package/dist/runtime/components/media/components/PresentersPanel.vue +52 -52
- package/dist/runtime/components/media/components/SessionReporting.vue +107 -102
- package/dist/runtime/components/media/components/SponsorsPanel.vue +71 -71
- package/dist/runtime/components/media/components/WindowContent.vue +92 -92
- package/dist/runtime/components/media/components/WindowSlide.vue +72 -72
- package/dist/runtime/components/presenters/PresenterListing.vue +164 -164
- package/dist/runtime/components/presenters/PresenterModal.vue +223 -223
- package/dist/runtime/components/profile/Profile.vue +149 -149
- package/dist/runtime/components/profile/components/Sidebar.vue +27 -27
- package/dist/runtime/components/profile/components/SidebarNavItem.vue +39 -39
- package/dist/runtime/components/profile/tabs/Favorites.vue +21 -21
- package/dist/runtime/components/profile/tabs/GeneralInformation.vue +122 -122
- package/dist/runtime/components/profile/tabs/ProfileImage.vue +75 -75
- package/dist/runtime/components/support/FAQAccordion.vue +140 -140
- package/dist/runtime/composables/useApi.mjs +3 -1
- package/package.json +1 -1
|
@@ -1,166 +1,166 @@
|
|
|
1
|
-
<script lang="ts" setup>
|
|
2
|
-
import { toRefs } from "vue";
|
|
3
|
-
import { Presenter } from "../../models/conference";
|
|
4
|
-
import { usePresenter } from "../../composables/usePresenter";
|
|
5
|
-
import { useClassBinding } from "../../composables/useClassBinding";
|
|
6
|
-
import { presenterListingClassObj } from "../../@types/components";
|
|
7
|
-
import { Position } from "../../enums/general";
|
|
8
|
-
|
|
9
|
-
type Props = {
|
|
10
|
-
presenter: Presenter;
|
|
11
|
-
enableBio?: boolean;
|
|
12
|
-
showBio?: boolean;
|
|
13
|
-
isSmallGroupedTrack?: boolean;
|
|
14
|
-
bioLinkOnName?: boolean;
|
|
15
|
-
bioLinkText?: string;
|
|
16
|
-
bioLinkPosition?: Position;
|
|
17
|
-
imagePosition?: Position;
|
|
18
|
-
classObject?: presenterListingClassObj;
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
const props = withDefaults(defineProps<Props>(), {
|
|
22
|
-
enableBio: true,
|
|
23
|
-
showBio: false,
|
|
24
|
-
isSmallGroupedTrack: false,
|
|
25
|
-
bioLinkOnName: true,
|
|
26
|
-
bioLinkText: "Read More >",
|
|
27
|
-
bioLinkPosition: Position.BOTTOM,
|
|
28
|
-
imagePosition: Position.LEFT,
|
|
29
|
-
classObject: () => {
|
|
30
|
-
return {
|
|
31
|
-
container: "",
|
|
32
|
-
presenterImageContainer: "",
|
|
33
|
-
presenterImage: "",
|
|
34
|
-
presenterContainer: "",
|
|
35
|
-
presenterTextContainer: "",
|
|
36
|
-
presenterNameLink: "",
|
|
37
|
-
presenterName: "",
|
|
38
|
-
presenterRole: "",
|
|
39
|
-
presenterTitle: "",
|
|
40
|
-
presenterBio: "",
|
|
41
|
-
presenterBioLink: "",
|
|
42
|
-
};
|
|
43
|
-
},
|
|
44
|
-
});
|
|
45
|
-
|
|
46
|
-
const emit = defineEmits(["clicked"]);
|
|
47
|
-
|
|
48
|
-
const { presenter, enableBio, isSmallGroupedTrack, classObject } =
|
|
49
|
-
toRefs(props);
|
|
50
|
-
const { fullName, titleCompany } = usePresenter(presenter);
|
|
51
|
-
const { classBinding } = useClassBinding();
|
|
52
|
-
|
|
53
|
-
// methods
|
|
54
|
-
const handleClick = () => {
|
|
55
|
-
if (enableBio.value) {
|
|
56
|
-
emit("clicked");
|
|
57
|
-
}
|
|
58
|
-
};
|
|
59
|
-
</script>
|
|
60
|
-
|
|
61
|
-
<template>
|
|
62
|
-
<div>
|
|
63
|
-
<div
|
|
64
|
-
:class="[
|
|
65
|
-
{ 'flex-col': imagePosition !== Position.RIGHT },
|
|
66
|
-
{ 'md:flex-row': imagePosition !== Position.TOP },
|
|
67
|
-
{ 'flex-col-reverse': imagePosition === Position.RIGHT },
|
|
68
|
-
classBinding(
|
|
69
|
-
classObject,
|
|
70
|
-
'presenterContainer',
|
|
71
|
-
'flex-1 flex content-center items-center md:items-start'
|
|
72
|
-
),
|
|
73
|
-
]"
|
|
74
|
-
>
|
|
75
|
-
<div
|
|
76
|
-
v-if="presenter.photo && imagePosition !== Position.RIGHT"
|
|
77
|
-
:class="
|
|
78
|
-
classBinding(classObject, 'presenterImageContainer', 'shrink p-2')
|
|
79
|
-
"
|
|
80
|
-
>
|
|
81
|
-
<img
|
|
82
|
-
:src="presenter.photo"
|
|
83
|
-
:class="classBinding(classObject, 'presenterImage', '')"
|
|
84
|
-
/>
|
|
85
|
-
</div>
|
|
86
|
-
<div
|
|
87
|
-
:class="
|
|
88
|
-
classBinding(
|
|
89
|
-
classObject,
|
|
90
|
-
'presenterTextContainer',
|
|
91
|
-
'flex flex-col text-center md:text-left self-center'
|
|
92
|
-
)
|
|
93
|
-
"
|
|
94
|
-
>
|
|
95
|
-
<p class="my-1">
|
|
96
|
-
<a
|
|
97
|
-
v-if="enableBio && bioLinkOnName"
|
|
98
|
-
class="cursor-pointer"
|
|
99
|
-
:class="classBinding(classObject, 'presenterNameLink', '')"
|
|
100
|
-
@click="handleClick()"
|
|
101
|
-
><span :class="classBinding(classObject, 'presenterName', '')">
|
|
102
|
-
{{ fullName }}</span
|
|
103
|
-
></a
|
|
104
|
-
>
|
|
105
|
-
<span v-else :class="classBinding(classObject, 'presenterName', '')">
|
|
106
|
-
{{ fullName }}
|
|
107
|
-
</span>
|
|
108
|
-
<span
|
|
109
|
-
v-if="presenter.role == 'moderator'"
|
|
110
|
-
:class="[
|
|
111
|
-
isSmallGroupedTrack ? 'new-line' : 'no-new-line',
|
|
112
|
-
classBinding(classObject, 'presenterRole', 'text-grey-dark'),
|
|
113
|
-
]"
|
|
114
|
-
>Moderator</span
|
|
115
|
-
>
|
|
116
|
-
<span
|
|
117
|
-
v-if="titleCompany"
|
|
118
|
-
:class="[
|
|
119
|
-
isSmallGroupedTrack ? 'new-line' : 'new-line-responsive',
|
|
120
|
-
classBinding(
|
|
121
|
-
classObject,
|
|
122
|
-
'presenterTitle',
|
|
123
|
-
'font-light paragraph-color-1'
|
|
124
|
-
),
|
|
125
|
-
]"
|
|
126
|
-
>{{ titleCompany }}</span
|
|
127
|
-
>
|
|
128
|
-
</p>
|
|
129
|
-
<p
|
|
130
|
-
v-if="showBio && presenter.biography"
|
|
131
|
-
:class="
|
|
132
|
-
classBinding(
|
|
133
|
-
classObject,
|
|
134
|
-
'presenterBio',
|
|
135
|
-
'font-light text-base paragraph-color-1'
|
|
136
|
-
)
|
|
137
|
-
"
|
|
138
|
-
v-html="presenter.biography"
|
|
139
|
-
></p>
|
|
140
|
-
<div v-if="enableBio && !bioLinkOnName" class="shrink">
|
|
141
|
-
<a
|
|
142
|
-
class="cursor-pointer"
|
|
143
|
-
:class="classBinding(classObject, 'presenterBioLink', '')"
|
|
144
|
-
@click="handleClick()"
|
|
145
|
-
>{{ bioLinkText }}
|
|
146
|
-
</a>
|
|
147
|
-
</div>
|
|
148
|
-
</div>
|
|
149
|
-
<div
|
|
150
|
-
v-if="presenter.photo && imagePosition === Position.RIGHT"
|
|
151
|
-
:class="
|
|
152
|
-
classBinding(classObject, 'presenterImageContainer', 'shrink p-2')
|
|
153
|
-
"
|
|
154
|
-
>
|
|
155
|
-
<img
|
|
156
|
-
:src="presenter.photo"
|
|
157
|
-
:class="classBinding(classObject, 'presenterImage', '')"
|
|
158
|
-
/>
|
|
159
|
-
</div>
|
|
160
|
-
</div>
|
|
161
|
-
</div>
|
|
162
|
-
</template>
|
|
163
|
-
|
|
1
|
+
<script lang="ts" setup>
|
|
2
|
+
import { toRefs } from "vue";
|
|
3
|
+
import { Presenter } from "../../models/conference";
|
|
4
|
+
import { usePresenter } from "../../composables/usePresenter";
|
|
5
|
+
import { useClassBinding } from "../../composables/useClassBinding";
|
|
6
|
+
import { presenterListingClassObj } from "../../@types/components";
|
|
7
|
+
import { Position } from "../../enums/general";
|
|
8
|
+
|
|
9
|
+
type Props = {
|
|
10
|
+
presenter: Presenter;
|
|
11
|
+
enableBio?: boolean;
|
|
12
|
+
showBio?: boolean;
|
|
13
|
+
isSmallGroupedTrack?: boolean;
|
|
14
|
+
bioLinkOnName?: boolean;
|
|
15
|
+
bioLinkText?: string;
|
|
16
|
+
bioLinkPosition?: Position;
|
|
17
|
+
imagePosition?: Position;
|
|
18
|
+
classObject?: presenterListingClassObj;
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
const props = withDefaults(defineProps<Props>(), {
|
|
22
|
+
enableBio: true,
|
|
23
|
+
showBio: false,
|
|
24
|
+
isSmallGroupedTrack: false,
|
|
25
|
+
bioLinkOnName: true,
|
|
26
|
+
bioLinkText: "Read More >",
|
|
27
|
+
bioLinkPosition: Position.BOTTOM,
|
|
28
|
+
imagePosition: Position.LEFT,
|
|
29
|
+
classObject: () => {
|
|
30
|
+
return {
|
|
31
|
+
container: "",
|
|
32
|
+
presenterImageContainer: "",
|
|
33
|
+
presenterImage: "",
|
|
34
|
+
presenterContainer: "",
|
|
35
|
+
presenterTextContainer: "",
|
|
36
|
+
presenterNameLink: "",
|
|
37
|
+
presenterName: "",
|
|
38
|
+
presenterRole: "",
|
|
39
|
+
presenterTitle: "",
|
|
40
|
+
presenterBio: "",
|
|
41
|
+
presenterBioLink: "",
|
|
42
|
+
};
|
|
43
|
+
},
|
|
44
|
+
});
|
|
45
|
+
|
|
46
|
+
const emit = defineEmits(["clicked"]);
|
|
47
|
+
|
|
48
|
+
const { presenter, enableBio, isSmallGroupedTrack, classObject } =
|
|
49
|
+
toRefs(props);
|
|
50
|
+
const { fullName, titleCompany } = usePresenter(presenter);
|
|
51
|
+
const { classBinding } = useClassBinding();
|
|
52
|
+
|
|
53
|
+
// methods
|
|
54
|
+
const handleClick = () => {
|
|
55
|
+
if (enableBio.value) {
|
|
56
|
+
emit("clicked");
|
|
57
|
+
}
|
|
58
|
+
};
|
|
59
|
+
</script>
|
|
60
|
+
|
|
61
|
+
<template>
|
|
62
|
+
<div>
|
|
63
|
+
<div
|
|
64
|
+
:class="[
|
|
65
|
+
{ 'flex-col': imagePosition !== Position.RIGHT },
|
|
66
|
+
{ 'md:flex-row': imagePosition !== Position.TOP },
|
|
67
|
+
{ 'flex-col-reverse': imagePosition === Position.RIGHT },
|
|
68
|
+
classBinding(
|
|
69
|
+
classObject,
|
|
70
|
+
'presenterContainer',
|
|
71
|
+
'flex-1 flex content-center items-center md:items-start'
|
|
72
|
+
),
|
|
73
|
+
]"
|
|
74
|
+
>
|
|
75
|
+
<div
|
|
76
|
+
v-if="presenter.photo && imagePosition !== Position.RIGHT"
|
|
77
|
+
:class="
|
|
78
|
+
classBinding(classObject, 'presenterImageContainer', 'shrink p-2')
|
|
79
|
+
"
|
|
80
|
+
>
|
|
81
|
+
<img
|
|
82
|
+
:src="presenter.photo"
|
|
83
|
+
:class="classBinding(classObject, 'presenterImage', '')"
|
|
84
|
+
/>
|
|
85
|
+
</div>
|
|
86
|
+
<div
|
|
87
|
+
:class="
|
|
88
|
+
classBinding(
|
|
89
|
+
classObject,
|
|
90
|
+
'presenterTextContainer',
|
|
91
|
+
'flex flex-col text-center md:text-left self-center'
|
|
92
|
+
)
|
|
93
|
+
"
|
|
94
|
+
>
|
|
95
|
+
<p class="my-1">
|
|
96
|
+
<a
|
|
97
|
+
v-if="enableBio && bioLinkOnName"
|
|
98
|
+
class="cursor-pointer"
|
|
99
|
+
:class="classBinding(classObject, 'presenterNameLink', '')"
|
|
100
|
+
@click="handleClick()"
|
|
101
|
+
><span :class="classBinding(classObject, 'presenterName', '')">
|
|
102
|
+
{{ fullName }}</span
|
|
103
|
+
></a
|
|
104
|
+
>
|
|
105
|
+
<span v-else :class="classBinding(classObject, 'presenterName', '')">
|
|
106
|
+
{{ fullName }}
|
|
107
|
+
</span>
|
|
108
|
+
<span
|
|
109
|
+
v-if="presenter.role == 'moderator'"
|
|
110
|
+
:class="[
|
|
111
|
+
isSmallGroupedTrack ? 'new-line' : 'no-new-line',
|
|
112
|
+
classBinding(classObject, 'presenterRole', 'text-grey-dark'),
|
|
113
|
+
]"
|
|
114
|
+
>Moderator</span
|
|
115
|
+
>
|
|
116
|
+
<span
|
|
117
|
+
v-if="titleCompany"
|
|
118
|
+
:class="[
|
|
119
|
+
isSmallGroupedTrack ? 'new-line' : 'new-line-responsive',
|
|
120
|
+
classBinding(
|
|
121
|
+
classObject,
|
|
122
|
+
'presenterTitle',
|
|
123
|
+
'font-light paragraph-color-1'
|
|
124
|
+
),
|
|
125
|
+
]"
|
|
126
|
+
>{{ titleCompany }}</span
|
|
127
|
+
>
|
|
128
|
+
</p>
|
|
129
|
+
<p
|
|
130
|
+
v-if="showBio && presenter.biography"
|
|
131
|
+
:class="
|
|
132
|
+
classBinding(
|
|
133
|
+
classObject,
|
|
134
|
+
'presenterBio',
|
|
135
|
+
'font-light text-base paragraph-color-1'
|
|
136
|
+
)
|
|
137
|
+
"
|
|
138
|
+
v-html="presenter.biography"
|
|
139
|
+
></p>
|
|
140
|
+
<div v-if="enableBio && !bioLinkOnName" class="shrink">
|
|
141
|
+
<a
|
|
142
|
+
class="cursor-pointer"
|
|
143
|
+
:class="classBinding(classObject, 'presenterBioLink', '')"
|
|
144
|
+
@click="handleClick()"
|
|
145
|
+
>{{ bioLinkText }}
|
|
146
|
+
</a>
|
|
147
|
+
</div>
|
|
148
|
+
</div>
|
|
149
|
+
<div
|
|
150
|
+
v-if="presenter.photo && imagePosition === Position.RIGHT"
|
|
151
|
+
:class="
|
|
152
|
+
classBinding(classObject, 'presenterImageContainer', 'shrink p-2')
|
|
153
|
+
"
|
|
154
|
+
>
|
|
155
|
+
<img
|
|
156
|
+
:src="presenter.photo"
|
|
157
|
+
:class="classBinding(classObject, 'presenterImage', '')"
|
|
158
|
+
/>
|
|
159
|
+
</div>
|
|
160
|
+
</div>
|
|
161
|
+
</div>
|
|
162
|
+
</template>
|
|
163
|
+
|
|
164
164
|
<style scoped>
|
|
165
165
|
.new-line:before {
|
|
166
166
|
content: "\a";
|
|
@@ -184,4 +184,4 @@ const handleClick = () => {
|
|
|
184
184
|
white-space: normal;
|
|
185
185
|
}
|
|
186
186
|
}
|
|
187
|
-
</style>
|
|
187
|
+
</style>
|