@icvdeveloper/common-module 0.0.127 → 0.0.128
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 +102 -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,223 +1,223 @@
|
|
|
1
|
-
<script lang="ts" setup>
|
|
2
|
-
import { ref, toRefs } from "vue";
|
|
3
|
-
import { Presenter } from "../../models/conference";
|
|
4
|
-
import { usePresenter } from "../../composables/usePresenter";
|
|
5
|
-
import { useClassBinding } from "../../composables/useClassBinding";
|
|
6
|
-
import {
|
|
7
|
-
presenterModalClassObj,
|
|
8
|
-
presenterListingClassObj,
|
|
9
|
-
presenterModalCompObj,
|
|
10
|
-
svgIconClassObj,
|
|
11
|
-
modalContentClassObj,
|
|
12
|
-
modalClassObj,
|
|
13
|
-
modalCompObj,
|
|
14
|
-
} from "../../@types/components";
|
|
15
|
-
import { Position } from "../../enums/general";
|
|
16
|
-
|
|
17
|
-
type Props = {
|
|
18
|
-
presenter: Presenter;
|
|
19
|
-
enableBio?: boolean;
|
|
20
|
-
showBio?: boolean;
|
|
21
|
-
isSmallGroupedTrack?: boolean;
|
|
22
|
-
bioLinkOnName?: boolean;
|
|
23
|
-
bioLinkText?: string;
|
|
24
|
-
useIcon?: boolean;
|
|
25
|
-
bioLinkPosition?: Position;
|
|
26
|
-
imagePosition?: Position;
|
|
27
|
-
classObject?: presenterModalClassObj;
|
|
28
|
-
};
|
|
29
|
-
|
|
30
|
-
const props = withDefaults(defineProps<Props>(), {
|
|
31
|
-
useIcon: true,
|
|
32
|
-
enableBio: true,
|
|
33
|
-
showBio: false,
|
|
34
|
-
isSmallGroupedTrack: false,
|
|
35
|
-
bioLinkOnName: true,
|
|
36
|
-
bioLinkText: "Read More >",
|
|
37
|
-
bioLinkPosition: Position.BOTTOM,
|
|
38
|
-
imagePosition: Position.LEFT,
|
|
39
|
-
|
|
40
|
-
classObject: () => {
|
|
41
|
-
return {
|
|
42
|
-
container: "",
|
|
43
|
-
iconContainer: "",
|
|
44
|
-
components: ref<presenterModalCompObj>({
|
|
45
|
-
presenterListing: ref<presenterListingClassObj>({}),
|
|
46
|
-
svgIcon: ref<svgIconClassObj>({}),
|
|
47
|
-
modal: ref<modalClassObj>({}),
|
|
48
|
-
modalContent: ref<modalContentClassObj>({}),
|
|
49
|
-
}),
|
|
50
|
-
};
|
|
51
|
-
},
|
|
52
|
-
});
|
|
53
|
-
|
|
54
|
-
const {
|
|
55
|
-
presenter,
|
|
56
|
-
useIcon,
|
|
57
|
-
enableBio,
|
|
58
|
-
showBio,
|
|
59
|
-
isSmallGroupedTrack,
|
|
60
|
-
bioLinkOnName,
|
|
61
|
-
bioLinkText,
|
|
62
|
-
bioLinkPosition,
|
|
63
|
-
imagePosition,
|
|
64
|
-
classObject,
|
|
65
|
-
} = toRefs(props);
|
|
66
|
-
const modalVisible = ref<boolean>(false);
|
|
67
|
-
const { classBinding } = useClassBinding();
|
|
68
|
-
|
|
69
|
-
// methods
|
|
70
|
-
const { fullName, presenterImageStyle, itemWidthStyle, isGrayScale } =
|
|
71
|
-
usePresenter(presenter);
|
|
72
|
-
</script>
|
|
73
|
-
|
|
74
|
-
<template>
|
|
75
|
-
<div>
|
|
76
|
-
<div
|
|
77
|
-
v-if="useIcon"
|
|
78
|
-
:class="
|
|
79
|
-
classBinding(
|
|
80
|
-
classObject,
|
|
81
|
-
'iconContainer',
|
|
82
|
-
'presenter-icon cursor-pointer'
|
|
83
|
-
)
|
|
84
|
-
"
|
|
85
|
-
>
|
|
86
|
-
<CommonSvgIcon
|
|
87
|
-
icon="info"
|
|
88
|
-
:greyscale="isGrayScale"
|
|
89
|
-
:class="classBinding(classObject.components.svgIcon, 'container', '')"
|
|
90
|
-
:class-object="classObject.components.svgIcon"
|
|
91
|
-
@click="modalVisible = true"
|
|
92
|
-
></CommonSvgIcon>
|
|
93
|
-
</div>
|
|
94
|
-
|
|
95
|
-
<CommonPresenterListing
|
|
96
|
-
v-else
|
|
97
|
-
:presenter="presenter"
|
|
98
|
-
:enable-bio="enableBio"
|
|
99
|
-
:show-bio="showBio"
|
|
100
|
-
:is-small-grouped-track="isSmallGroupedTrack"
|
|
101
|
-
:bio-link-on-name="bioLinkOnName"
|
|
102
|
-
:bio-link-text="bioLinkText"
|
|
103
|
-
:bio-link-position="bioLinkPosition"
|
|
104
|
-
:image-position="imagePosition"
|
|
105
|
-
text-class="font-bold text-base"
|
|
106
|
-
link-class="agenda-presenter-color"
|
|
107
|
-
:class="
|
|
108
|
-
classBinding(classObject.components.presenterListing, 'container', '')
|
|
109
|
-
"
|
|
110
|
-
:class-object="classObject.components.presenterListing"
|
|
111
|
-
@clicked="modalVisible = true"
|
|
112
|
-
>
|
|
113
|
-
</CommonPresenterListing>
|
|
114
|
-
|
|
115
|
-
<CommonModal
|
|
116
|
-
:visible="modalVisible"
|
|
117
|
-
:class="classBinding(classObject.components.modal, 'container', '')"
|
|
118
|
-
:class-object="classObject.components.modal"
|
|
119
|
-
@trigger="modalVisible = false"
|
|
120
|
-
>
|
|
121
|
-
<template #modal-title>
|
|
122
|
-
<div
|
|
123
|
-
:class="
|
|
124
|
-
classBinding(
|
|
125
|
-
classObject.components.modalContent,
|
|
126
|
-
'modalTitle',
|
|
127
|
-
'flex flex-col lg:flex-row w-full pb-8 mb-8 border-b border-solid border-grey-light'
|
|
128
|
-
)
|
|
129
|
-
"
|
|
130
|
-
>
|
|
131
|
-
<div
|
|
132
|
-
:class="
|
|
133
|
-
classBinding(
|
|
134
|
-
classObject.components.modalContent,
|
|
135
|
-
'modalImagePositionContainer',
|
|
136
|
-
'flex-1 mb-6 lg:mb-0 lg:flex-initial flex justify-center'
|
|
137
|
-
)
|
|
138
|
-
"
|
|
139
|
-
>
|
|
140
|
-
<div
|
|
141
|
-
v-if="presenter.photo"
|
|
142
|
-
:style="presenterImageStyle"
|
|
143
|
-
:class="
|
|
144
|
-
classBinding(
|
|
145
|
-
classObject.components.modalContent,
|
|
146
|
-
'modalImageContainer',
|
|
147
|
-
'border-white border-2 shadow-md bg-white'
|
|
148
|
-
)
|
|
149
|
-
"
|
|
150
|
-
>
|
|
151
|
-
<img
|
|
152
|
-
:src="presenter.photo"
|
|
153
|
-
:class="
|
|
154
|
-
classBinding(
|
|
155
|
-
classObject.components.modalContent,
|
|
156
|
-
'modalImage',
|
|
157
|
-
'invisible'
|
|
158
|
-
)
|
|
159
|
-
"
|
|
160
|
-
:style="itemWidthStyle"
|
|
161
|
-
/>
|
|
162
|
-
</div>
|
|
163
|
-
</div>
|
|
164
|
-
<div
|
|
165
|
-
:class="
|
|
166
|
-
classBinding(
|
|
167
|
-
classObject.components.modalContent,
|
|
168
|
-
'modalTextPositionContainer',
|
|
169
|
-
'flex-1 pl-4 text-center lg:text-left flex'
|
|
170
|
-
)
|
|
171
|
-
"
|
|
172
|
-
>
|
|
173
|
-
<div
|
|
174
|
-
:class="
|
|
175
|
-
classBinding(
|
|
176
|
-
classObject.components.modalContent,
|
|
177
|
-
'modalTextContainer',
|
|
178
|
-
'flex-1 self-center'
|
|
179
|
-
)
|
|
180
|
-
"
|
|
181
|
-
>
|
|
182
|
-
<h1
|
|
183
|
-
:class="
|
|
184
|
-
classBinding(
|
|
185
|
-
classObject.components.modalContent,
|
|
186
|
-
'modalName',
|
|
187
|
-
'flex-1 font-light mb-0 body-color-4 presenter-name-color'
|
|
188
|
-
)
|
|
189
|
-
"
|
|
190
|
-
>
|
|
191
|
-
{{ fullName }}
|
|
192
|
-
</h1>
|
|
193
|
-
<p
|
|
194
|
-
:class="
|
|
195
|
-
classBinding(
|
|
196
|
-
classObject.components.modalContent,
|
|
197
|
-
'modalTitleCompany',
|
|
198
|
-
'flex-1 font-normal text-base pt-2 leading-tight mb-0 body-color-5 presenter-title-color'
|
|
199
|
-
)
|
|
200
|
-
"
|
|
201
|
-
>
|
|
202
|
-
{{ presenter.title }}<br />{{ presenter.company }}
|
|
203
|
-
</p>
|
|
204
|
-
</div>
|
|
205
|
-
</div>
|
|
206
|
-
</div>
|
|
207
|
-
</template>
|
|
208
|
-
<template #modal-body>
|
|
209
|
-
<p
|
|
210
|
-
:class="
|
|
211
|
-
classBinding(
|
|
212
|
-
classObject.components.modalContent,
|
|
213
|
-
'modalBio',
|
|
214
|
-
'font-normal text-center lg:text-left'
|
|
215
|
-
)
|
|
216
|
-
"
|
|
217
|
-
>
|
|
218
|
-
<span v-html="presenter.biography"></span>
|
|
219
|
-
</p>
|
|
220
|
-
</template>
|
|
221
|
-
</CommonModal>
|
|
222
|
-
</div>
|
|
223
|
-
</template>
|
|
1
|
+
<script lang="ts" setup>
|
|
2
|
+
import { ref, toRefs } from "vue";
|
|
3
|
+
import { Presenter } from "../../models/conference";
|
|
4
|
+
import { usePresenter } from "../../composables/usePresenter";
|
|
5
|
+
import { useClassBinding } from "../../composables/useClassBinding";
|
|
6
|
+
import {
|
|
7
|
+
presenterModalClassObj,
|
|
8
|
+
presenterListingClassObj,
|
|
9
|
+
presenterModalCompObj,
|
|
10
|
+
svgIconClassObj,
|
|
11
|
+
modalContentClassObj,
|
|
12
|
+
modalClassObj,
|
|
13
|
+
modalCompObj,
|
|
14
|
+
} from "../../@types/components";
|
|
15
|
+
import { Position } from "../../enums/general";
|
|
16
|
+
|
|
17
|
+
type Props = {
|
|
18
|
+
presenter: Presenter;
|
|
19
|
+
enableBio?: boolean;
|
|
20
|
+
showBio?: boolean;
|
|
21
|
+
isSmallGroupedTrack?: boolean;
|
|
22
|
+
bioLinkOnName?: boolean;
|
|
23
|
+
bioLinkText?: string;
|
|
24
|
+
useIcon?: boolean;
|
|
25
|
+
bioLinkPosition?: Position;
|
|
26
|
+
imagePosition?: Position;
|
|
27
|
+
classObject?: presenterModalClassObj;
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
const props = withDefaults(defineProps<Props>(), {
|
|
31
|
+
useIcon: true,
|
|
32
|
+
enableBio: true,
|
|
33
|
+
showBio: false,
|
|
34
|
+
isSmallGroupedTrack: false,
|
|
35
|
+
bioLinkOnName: true,
|
|
36
|
+
bioLinkText: "Read More >",
|
|
37
|
+
bioLinkPosition: Position.BOTTOM,
|
|
38
|
+
imagePosition: Position.LEFT,
|
|
39
|
+
|
|
40
|
+
classObject: () => {
|
|
41
|
+
return {
|
|
42
|
+
container: "",
|
|
43
|
+
iconContainer: "",
|
|
44
|
+
components: ref<presenterModalCompObj>({
|
|
45
|
+
presenterListing: ref<presenterListingClassObj>({}),
|
|
46
|
+
svgIcon: ref<svgIconClassObj>({}),
|
|
47
|
+
modal: ref<modalClassObj>({}),
|
|
48
|
+
modalContent: ref<modalContentClassObj>({}),
|
|
49
|
+
}),
|
|
50
|
+
};
|
|
51
|
+
},
|
|
52
|
+
});
|
|
53
|
+
|
|
54
|
+
const {
|
|
55
|
+
presenter,
|
|
56
|
+
useIcon,
|
|
57
|
+
enableBio,
|
|
58
|
+
showBio,
|
|
59
|
+
isSmallGroupedTrack,
|
|
60
|
+
bioLinkOnName,
|
|
61
|
+
bioLinkText,
|
|
62
|
+
bioLinkPosition,
|
|
63
|
+
imagePosition,
|
|
64
|
+
classObject,
|
|
65
|
+
} = toRefs(props);
|
|
66
|
+
const modalVisible = ref<boolean>(false);
|
|
67
|
+
const { classBinding } = useClassBinding();
|
|
68
|
+
|
|
69
|
+
// methods
|
|
70
|
+
const { fullName, presenterImageStyle, itemWidthStyle, isGrayScale } =
|
|
71
|
+
usePresenter(presenter);
|
|
72
|
+
</script>
|
|
73
|
+
|
|
74
|
+
<template>
|
|
75
|
+
<div>
|
|
76
|
+
<div
|
|
77
|
+
v-if="useIcon"
|
|
78
|
+
:class="
|
|
79
|
+
classBinding(
|
|
80
|
+
classObject,
|
|
81
|
+
'iconContainer',
|
|
82
|
+
'presenter-icon cursor-pointer'
|
|
83
|
+
)
|
|
84
|
+
"
|
|
85
|
+
>
|
|
86
|
+
<CommonSvgIcon
|
|
87
|
+
icon="info"
|
|
88
|
+
:greyscale="isGrayScale"
|
|
89
|
+
:class="classBinding(classObject.components.svgIcon, 'container', '')"
|
|
90
|
+
:class-object="classObject.components.svgIcon"
|
|
91
|
+
@click="modalVisible = true"
|
|
92
|
+
></CommonSvgIcon>
|
|
93
|
+
</div>
|
|
94
|
+
|
|
95
|
+
<CommonPresenterListing
|
|
96
|
+
v-else
|
|
97
|
+
:presenter="presenter"
|
|
98
|
+
:enable-bio="enableBio"
|
|
99
|
+
:show-bio="showBio"
|
|
100
|
+
:is-small-grouped-track="isSmallGroupedTrack"
|
|
101
|
+
:bio-link-on-name="bioLinkOnName"
|
|
102
|
+
:bio-link-text="bioLinkText"
|
|
103
|
+
:bio-link-position="bioLinkPosition"
|
|
104
|
+
:image-position="imagePosition"
|
|
105
|
+
text-class="font-bold text-base"
|
|
106
|
+
link-class="agenda-presenter-color"
|
|
107
|
+
:class="
|
|
108
|
+
classBinding(classObject.components.presenterListing, 'container', '')
|
|
109
|
+
"
|
|
110
|
+
:class-object="classObject.components.presenterListing"
|
|
111
|
+
@clicked="modalVisible = true"
|
|
112
|
+
>
|
|
113
|
+
</CommonPresenterListing>
|
|
114
|
+
|
|
115
|
+
<CommonModal
|
|
116
|
+
:visible="modalVisible"
|
|
117
|
+
:class="classBinding(classObject.components.modal, 'container', '')"
|
|
118
|
+
:class-object="classObject.components.modal"
|
|
119
|
+
@trigger="modalVisible = false"
|
|
120
|
+
>
|
|
121
|
+
<template #modal-title>
|
|
122
|
+
<div
|
|
123
|
+
:class="
|
|
124
|
+
classBinding(
|
|
125
|
+
classObject.components.modalContent,
|
|
126
|
+
'modalTitle',
|
|
127
|
+
'flex flex-col lg:flex-row w-full pb-8 mb-8 border-b border-solid border-grey-light'
|
|
128
|
+
)
|
|
129
|
+
"
|
|
130
|
+
>
|
|
131
|
+
<div
|
|
132
|
+
:class="
|
|
133
|
+
classBinding(
|
|
134
|
+
classObject.components.modalContent,
|
|
135
|
+
'modalImagePositionContainer',
|
|
136
|
+
'flex-1 mb-6 lg:mb-0 lg:flex-initial flex justify-center'
|
|
137
|
+
)
|
|
138
|
+
"
|
|
139
|
+
>
|
|
140
|
+
<div
|
|
141
|
+
v-if="presenter.photo"
|
|
142
|
+
:style="presenterImageStyle"
|
|
143
|
+
:class="
|
|
144
|
+
classBinding(
|
|
145
|
+
classObject.components.modalContent,
|
|
146
|
+
'modalImageContainer',
|
|
147
|
+
'border-white border-2 shadow-md bg-white'
|
|
148
|
+
)
|
|
149
|
+
"
|
|
150
|
+
>
|
|
151
|
+
<img
|
|
152
|
+
:src="presenter.photo"
|
|
153
|
+
:class="
|
|
154
|
+
classBinding(
|
|
155
|
+
classObject.components.modalContent,
|
|
156
|
+
'modalImage',
|
|
157
|
+
'invisible'
|
|
158
|
+
)
|
|
159
|
+
"
|
|
160
|
+
:style="itemWidthStyle"
|
|
161
|
+
/>
|
|
162
|
+
</div>
|
|
163
|
+
</div>
|
|
164
|
+
<div
|
|
165
|
+
:class="
|
|
166
|
+
classBinding(
|
|
167
|
+
classObject.components.modalContent,
|
|
168
|
+
'modalTextPositionContainer',
|
|
169
|
+
'flex-1 pl-4 text-center lg:text-left flex'
|
|
170
|
+
)
|
|
171
|
+
"
|
|
172
|
+
>
|
|
173
|
+
<div
|
|
174
|
+
:class="
|
|
175
|
+
classBinding(
|
|
176
|
+
classObject.components.modalContent,
|
|
177
|
+
'modalTextContainer',
|
|
178
|
+
'flex-1 self-center'
|
|
179
|
+
)
|
|
180
|
+
"
|
|
181
|
+
>
|
|
182
|
+
<h1
|
|
183
|
+
:class="
|
|
184
|
+
classBinding(
|
|
185
|
+
classObject.components.modalContent,
|
|
186
|
+
'modalName',
|
|
187
|
+
'flex-1 font-light mb-0 body-color-4 presenter-name-color'
|
|
188
|
+
)
|
|
189
|
+
"
|
|
190
|
+
>
|
|
191
|
+
{{ fullName }}
|
|
192
|
+
</h1>
|
|
193
|
+
<p
|
|
194
|
+
:class="
|
|
195
|
+
classBinding(
|
|
196
|
+
classObject.components.modalContent,
|
|
197
|
+
'modalTitleCompany',
|
|
198
|
+
'flex-1 font-normal text-base pt-2 leading-tight mb-0 body-color-5 presenter-title-color'
|
|
199
|
+
)
|
|
200
|
+
"
|
|
201
|
+
>
|
|
202
|
+
{{ presenter.title }}<br />{{ presenter.company }}
|
|
203
|
+
</p>
|
|
204
|
+
</div>
|
|
205
|
+
</div>
|
|
206
|
+
</div>
|
|
207
|
+
</template>
|
|
208
|
+
<template #modal-body>
|
|
209
|
+
<p
|
|
210
|
+
:class="
|
|
211
|
+
classBinding(
|
|
212
|
+
classObject.components.modalContent,
|
|
213
|
+
'modalBio',
|
|
214
|
+
'font-normal text-center lg:text-left'
|
|
215
|
+
)
|
|
216
|
+
"
|
|
217
|
+
>
|
|
218
|
+
<span v-html="presenter.biography"></span>
|
|
219
|
+
</p>
|
|
220
|
+
</template>
|
|
221
|
+
</CommonModal>
|
|
222
|
+
</div>
|
|
223
|
+
</template>
|