@icvdeveloper/common-module 2.0.0 → 2.1.0

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.
Files changed (162) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/dist/module.d.mts +1051 -2
  3. package/dist/module.d.ts +1051 -2
  4. package/dist/module.json +1 -1
  5. package/dist/module.mjs +21 -17
  6. package/dist/runtime/analytics.d.ts +1 -6
  7. package/dist/runtime/assets/scss/_agenda.css +1 -0
  8. package/dist/runtime/assets/scss/_animations.css +1 -0
  9. package/dist/runtime/assets/scss/_container_variants.css +1 -0
  10. package/dist/runtime/assets/scss/_custom.css +3 -0
  11. package/dist/runtime/assets/scss/_forms.css +1 -0
  12. package/dist/runtime/assets/scss/_header.css +0 -0
  13. package/dist/runtime/assets/scss/_index_production.css +1 -0
  14. package/dist/runtime/assets/scss/_transitions.css +1 -0
  15. package/dist/runtime/assets/scss/_variables.css +1 -0
  16. package/dist/runtime/assets/scss/_variables2.css +0 -0
  17. package/dist/runtime/assets/scss/_webcast.css +1 -0
  18. package/dist/runtime/assets/scss/index.css +1 -0
  19. package/dist/runtime/components/affiliates/AffiliateModal.vue +1 -1
  20. package/dist/runtime/components/affiliates/AffiliatePage.vue +70 -105
  21. package/dist/runtime/components/agenda/AgendaList.vue +18 -14
  22. package/dist/runtime/components/agenda/AgendaTabbed.vue +21 -24
  23. package/dist/runtime/components/agenda/components/AgendaListAccordion.vue +8 -3
  24. package/dist/runtime/components/agenda/components/Calendar.vue +17 -17
  25. package/dist/runtime/components/agenda/components/Favorite.vue +7 -5
  26. package/dist/runtime/components/agenda/components/InfoLink.vue +15 -5
  27. package/dist/runtime/components/agenda/components/PlayIcon.vue +2 -4
  28. package/dist/runtime/components/agenda/components/PresentationLink.vue +16 -9
  29. package/dist/runtime/components/agenda/components/Sponsor.vue +31 -24
  30. package/dist/runtime/components/auth/PasswordReset.vue +20 -5
  31. package/dist/runtime/components/auth/Registration.vue +14 -4
  32. package/dist/runtime/components/auth/Ucc.vue +44 -27
  33. package/dist/runtime/components/chat/ChatConversationList.vue +11 -11
  34. package/dist/runtime/components/chat/ChatCreateConversation.vue +41 -47
  35. package/dist/runtime/components/chat/ChatCreateGroupConversation.vue +6 -11
  36. package/dist/runtime/components/chat/ChatHeader.vue +46 -47
  37. package/dist/runtime/components/chat/ChatShowConversation.vue +1 -2
  38. package/dist/runtime/components/chat/ChatWidget.vue +1 -26
  39. package/dist/runtime/components/chat/ChatWindow.vue +4 -61
  40. package/dist/runtime/components/chat/MessageInput.vue +1 -4
  41. package/dist/runtime/components/chat/SearchInput.vue +1 -1
  42. package/dist/runtime/components/core/Accordion.vue +11 -11
  43. package/dist/runtime/components/core/AttendeeList.vue +8 -22
  44. package/dist/runtime/components/core/CountdownTimer.vue +67 -51
  45. package/dist/runtime/components/core/DynamicHtml.vue.d.ts +6 -9
  46. package/dist/runtime/components/core/Modal.vue +3 -9
  47. package/dist/runtime/components/core/ModalButton.vue +2 -2
  48. package/dist/runtime/components/core/Navbar.vue +30 -18
  49. package/dist/runtime/components/core/Navigation.vue +22 -29
  50. package/dist/runtime/components/core/SvgIcon.vue +4 -1
  51. package/dist/runtime/components/core/VButton.vue +2 -8
  52. package/dist/runtime/components/core/ZoomModal.vue +9 -3
  53. package/dist/runtime/components/events/EventHeader.vue +14 -4
  54. package/dist/runtime/components/events/ListEvents.vue +18 -18
  55. package/dist/runtime/components/forms/Message.vue +1 -1
  56. package/dist/runtime/components/forms/SearchInput.vue +8 -2
  57. package/dist/runtime/components/forms/SelectDropDown.vue +4 -4
  58. package/dist/runtime/components/forms/SupportForm.vue +18 -7
  59. package/dist/runtime/components/forms/SwitchInput.vue +50 -30
  60. package/dist/runtime/components/forms/TextArea.vue +1 -1
  61. package/dist/runtime/components/forms/TextInput.vue +1 -1
  62. package/dist/runtime/components/layouts/Accordion.vue +9 -4
  63. package/dist/runtime/components/media/ArchivePlayerAndContentContainer.vue +4 -1
  64. package/dist/runtime/components/media/ArchiveVideoPlayer.vue +5 -17
  65. package/dist/runtime/components/media/PlayerAndContentContainer.vue +4 -1
  66. package/dist/runtime/components/media/WebcastVideoPlayer.vue +5 -17
  67. package/dist/runtime/components/media/components/AgendaPanel.vue +7 -6
  68. package/dist/runtime/components/media/components/ArchiveMediaContainer.vue +9 -7
  69. package/dist/runtime/components/media/components/CeCreditNotification.vue +6 -6
  70. package/dist/runtime/components/media/components/ContentArea.vue +8 -4
  71. package/dist/runtime/components/media/components/ContentTabs.vue +38 -26
  72. package/dist/runtime/components/media/components/DocumentsPanel.vue +17 -15
  73. package/dist/runtime/components/media/components/MediaContainer.vue +10 -8
  74. package/dist/runtime/components/media/components/OverviewPanel.vue +5 -2
  75. package/dist/runtime/components/media/components/PresentersPanel.vue +11 -11
  76. package/dist/runtime/components/media/components/SponsorsPanel.vue +10 -9
  77. package/dist/runtime/components/presenters/PresenterListing.vue +3 -5
  78. package/dist/runtime/components/presenters/Presenters.vue +8 -8
  79. package/dist/runtime/components/profile/components/SidebarNavItem.vue +1 -3
  80. package/dist/runtime/components/profile/tabs/ProfileImage.vue +7 -6
  81. package/dist/runtime/components/registration/AlreadyRegisteredModal.vue +10 -7
  82. package/dist/runtime/components/registration/PaymentForm.vue +10 -10
  83. package/dist/runtime/components/registration/RegistrationForm.vue +2 -2
  84. package/dist/runtime/components/registration/RegistrationGroupSelect.vue +11 -7
  85. package/dist/runtime/components/registration/StripePaymentForm.vue +11 -31
  86. package/dist/runtime/components/support/FAQAccordion.vue +8 -7
  87. package/dist/runtime/composables/useAdobeLaunch.d.ts +2 -7
  88. package/dist/runtime/composables/useAdobeLaunch.mjs +2 -2
  89. package/dist/runtime/composables/useAgenda.d.ts +1 -1
  90. package/dist/runtime/composables/useAgenda.mjs +28 -19
  91. package/dist/runtime/composables/useApi.d.ts +1 -1
  92. package/dist/runtime/composables/useAuth.d.ts +1 -1
  93. package/dist/runtime/composables/useClassBinding.d.ts +3 -1
  94. package/dist/runtime/composables/useConferenceHelpers.d.ts +2 -2
  95. package/dist/runtime/composables/useConferenceHelpers.mjs +11 -14
  96. package/dist/runtime/composables/useEventHooks.d.ts +6 -3
  97. package/dist/runtime/composables/useEvents.mjs +7 -9
  98. package/dist/runtime/composables/useLogin.mjs +2 -2
  99. package/dist/runtime/composables/useNavigation.d.ts +1 -1
  100. package/dist/runtime/composables/useNavigation.mjs +4 -2
  101. package/dist/runtime/composables/usePresentation.d.ts +2 -2
  102. package/dist/runtime/composables/usePresentation.mjs +7 -6
  103. package/dist/runtime/composables/usePresenter.d.ts +2 -2
  104. package/dist/runtime/composables/usePresenters.d.ts +2 -2
  105. package/dist/runtime/composables/useScripts.mjs +1 -1
  106. package/dist/runtime/composables/useStream.d.ts +2 -3
  107. package/dist/runtime/composables/useStream.mjs +1 -1
  108. package/dist/runtime/composables/useUcc.d.ts +1 -1
  109. package/dist/runtime/composables/useUcc.mjs +29 -23
  110. package/dist/runtime/models/adobeLaunch.d.ts +6 -0
  111. package/dist/runtime/models/adobeLaunch.mjs +0 -0
  112. package/dist/runtime/models/analytics.d.ts +6 -0
  113. package/dist/runtime/models/analytics.mjs +0 -0
  114. package/dist/runtime/models/attendeeList.d.ts +1 -1
  115. package/dist/runtime/models/conference.d.ts +109 -92
  116. package/dist/runtime/models/conversation.d.ts +10 -10
  117. package/dist/runtime/models/document.d.ts +5 -5
  118. package/dist/runtime/models/globalConfig.d.ts +4 -2
  119. package/dist/runtime/models/group.d.ts +18 -18
  120. package/dist/runtime/models/icons.d.ts +1 -1
  121. package/dist/runtime/models/index.d.ts +20 -0
  122. package/dist/runtime/models/index.mjs +20 -0
  123. package/dist/runtime/models/link.d.ts +4 -4
  124. package/dist/runtime/models/loginParams.d.ts +5 -0
  125. package/dist/runtime/models/loginParams.mjs +0 -0
  126. package/dist/runtime/models/navigationConfig.d.ts +7 -7
  127. package/dist/runtime/models/pagination.d.ts +11 -11
  128. package/dist/runtime/models/portal.d.ts +15 -10
  129. package/dist/runtime/models/templateConfig.d.ts +7 -7
  130. package/dist/runtime/models/ucc.d.ts +22 -0
  131. package/dist/runtime/models/ucc.mjs +0 -0
  132. package/dist/runtime/models/user.d.ts +24 -12
  133. package/dist/runtime/models/vButton.d.ts +7 -0
  134. package/dist/runtime/models/vButton.mjs +0 -0
  135. package/dist/runtime/models/video.d.ts +5 -4
  136. package/dist/runtime/models/virtualPagesConfig.d.ts +11 -123
  137. package/dist/runtime/plugin.mjs +12 -9
  138. package/dist/runtime/store/affiliates.d.ts +1 -1
  139. package/dist/runtime/store/attendeeList.d.ts +1 -1
  140. package/dist/runtime/store/auth.d.ts +3 -7
  141. package/dist/runtime/store/conferences.mjs +8 -8
  142. package/dist/runtime/store/conversations.d.ts +26 -3988
  143. package/dist/runtime/store/conversations.mjs +7 -7
  144. package/dist/runtime/store/modalPlayerConfig.d.ts +17 -488
  145. package/dist/runtime/store/modalPlayerConfig.mjs +1 -1
  146. package/dist/runtime/store/navigationConfig.d.ts +1 -1
  147. package/dist/runtime/store/presentations.d.ts +2 -2
  148. package/dist/runtime/store/templateConfigs.d.ts +6 -6
  149. package/dist/runtime/store/templateConfigs.mjs +6 -6
  150. package/dist/runtime/store/user.mjs +0 -1
  151. package/dist/runtime/v3plusCommonPlugin.d.ts +1 -1
  152. package/dist/types.d.mts +3 -2
  153. package/dist/types.d.ts +3 -2
  154. package/package.json +12 -12
  155. package/dist/runtime/components/media/components/JsonApi.vue +0 -33
  156. package/dist/runtime/components/media/components/JsonApi.vue.d.ts +0 -16
  157. package/dist/runtime/components/media/components/WindowContent.vue +0 -118
  158. package/dist/runtime/components/media/components/WindowContent.vue.d.ts +0 -50
  159. package/dist/runtime/components/media/components/WindowSlide.vue +0 -92
  160. package/dist/runtime/components/media/components/WindowSlide.vue.d.ts +0 -36
  161. package/dist/runtime/models/authUser.d.ts +0 -17
  162. /package/dist/runtime/{models/authUser.mjs → assets/scss/_footer.css} +0 -0
package/dist/module.d.ts CHANGED
@@ -1,4 +1,138 @@
1
1
  import * as _nuxt_schema from '@nuxt/schema';
2
+ import { AnalyticsInstance } from 'analytics';
3
+ import { VNode } from 'vue';
4
+
5
+ type AdobeLaunchFunctions = {
6
+ /**
7
+ * load script
8
+ */
9
+ loadAdobeLaunch: () => void;
10
+ };
11
+
12
+ type Analytics = {
13
+ readonly _analytics: AnalyticsInstance | null;
14
+ create: (id: string, userId: number) => void;
15
+ click: (event: string, label: string) => void;
16
+ };
17
+
18
+ type Merchant = {
19
+ id: number;
20
+ account_id: string;
21
+ };
22
+ type RegistrationField = {
23
+ id: number;
24
+ registration_form_id: number;
25
+ name: string;
26
+ label: string | null;
27
+ placeholder: string | null;
28
+ type: string;
29
+ order: number;
30
+ value: string | number | null;
31
+ validation: [];
32
+ options: [] | null;
33
+ };
34
+ type RegistrationForm = {
35
+ id: number;
36
+ portal_id: number;
37
+ name: string;
38
+ description: string | null;
39
+ fields?: RegistrationField[];
40
+ };
41
+ type Group = {
42
+ cc_enabled?: boolean;
43
+ ce_enabled: boolean;
44
+ code: string;
45
+ created_at?: string;
46
+ description: string | null;
47
+ enabled: boolean;
48
+ id: number;
49
+ merchant_id?: number | null;
50
+ name: string;
51
+ portal_id: number;
52
+ post_reg_login: boolean;
53
+ price: number;
54
+ promo_code: string | null;
55
+ registration_form_id?: number;
56
+ registration_message: string | null;
57
+ type: string;
58
+ updated_at?: string;
59
+ merchant?: Merchant;
60
+ registration_form?: RegistrationForm;
61
+ };
62
+
63
+ type Document = {
64
+ id: number;
65
+ name: string;
66
+ url: string;
67
+ description: string | null;
68
+ meta: string | null;
69
+ };
70
+
71
+ type Link = {
72
+ id: number;
73
+ name: string;
74
+ url: string;
75
+ description: string | null;
76
+ };
77
+
78
+ type Video = {
79
+ id: number;
80
+ name: string;
81
+ url: string;
82
+ description: string | null;
83
+ meta?: string | null;
84
+ };
85
+
86
+ type Meta = {
87
+ name: string;
88
+ description: string;
89
+ id: number;
90
+ };
91
+ type GlobalElements = {
92
+ [key: string]: {
93
+ class?: string;
94
+ label?: string;
95
+ name?: string;
96
+ note?: string;
97
+ type?: string;
98
+ value?: string;
99
+ variable?: string;
100
+ };
101
+ };
102
+ type MiscElements = {
103
+ [key: string]: {
104
+ class?: string;
105
+ label?: string;
106
+ name?: string;
107
+ note?: string;
108
+ type?: string;
109
+ value?: string;
110
+ variable?: string;
111
+ };
112
+ };
113
+ type PagesElements = {
114
+ [key: string]: {
115
+ class?: string;
116
+ label?: string;
117
+ name?: string;
118
+ note?: string;
119
+ type?: string;
120
+ value?: string;
121
+ variable?: string;
122
+ };
123
+ };
124
+ type SettingElements = {
125
+ label?: string;
126
+ name?: string;
127
+ type?: string;
128
+ value?: string;
129
+ };
130
+ type TemplateConfig = {
131
+ meta?: Meta;
132
+ global?: GlobalElements;
133
+ misc?: MiscElements;
134
+ pages?: Array<PagesElements>;
135
+ };
2
136
 
3
137
  declare enum ConferenceState {
4
138
  LIVE = "live",
@@ -16,6 +150,921 @@ declare enum PresentationType {
16
150
  EMBED = "embed",
17
151
  LINK = "link"
18
152
  }
153
+ type Presenter = {
154
+ biography: string | null;
155
+ client_id: number;
156
+ company: string | null;
157
+ designations: string | null;
158
+ email: string | null;
159
+ facebook_url: string | null;
160
+ first_name: string | null;
161
+ id: number;
162
+ last_name: string | null;
163
+ level?: string | null;
164
+ linkedin_url: string | null;
165
+ order?: number;
166
+ photo: string | null;
167
+ role?: string;
168
+ title: string | null;
169
+ twitter_url: string | null;
170
+ website: string | null;
171
+ youtube_url: string | null;
172
+ presentationId?: number | null;
173
+ conferences?: Array<Conference>;
174
+ presentations?: Array<Presentation>;
175
+ };
176
+ type PresenterWithPivot = Presenter & {
177
+ pivot?: {
178
+ [key: string]: any;
179
+ };
180
+ };
181
+ type Affiliate = {
182
+ biography: string | null;
183
+ booth?: string;
184
+ client_id: number;
185
+ code: string | null;
186
+ contact_address: string | null;
187
+ contact_email: string | null;
188
+ contact_location: string | null;
189
+ contact_name: string | null;
190
+ conact_phone: string | null;
191
+ contact_photo: string | null;
192
+ contact_title: string | null;
193
+ facebook_url: string | null;
194
+ html_header: string | null;
195
+ id: number;
196
+ label?: string;
197
+ level?: number;
198
+ linkedin_url: string | null;
199
+ name: string;
200
+ photo: string | null;
201
+ role?: string;
202
+ twitter_url: string | null;
203
+ user_id: number | null;
204
+ vanity?: boolean;
205
+ video: string | null;
206
+ website: string | null;
207
+ youtube_url: string | null;
208
+ conferences: Array<Conference>;
209
+ documents?: Array<Document>;
210
+ links?: Array<Link>;
211
+ template_config?: TemplateConfig;
212
+ videos?: Array<Video>;
213
+ affiliate_content?: {
214
+ html_vanity_page?: string;
215
+ contact_in_header?: number;
216
+ html_header?: string;
217
+ embed_video?: number;
218
+ custom_box_1?: string;
219
+ custom_box_2?: string;
220
+ };
221
+ };
222
+ type Sponsor = Affiliate;
223
+ type Presentation = {
224
+ access?: boolean;
225
+ captions_url: string | null;
226
+ date: string;
227
+ date_visible?: boolean;
228
+ description: string | null;
229
+ duration: number | null;
230
+ embed_html: string | null;
231
+ external_type: string | null;
232
+ id: number;
233
+ is_live?: boolean;
234
+ name: string;
235
+ photo?: string | boolean;
236
+ portal_id: number;
237
+ type: null | PresentationType;
238
+ video_url: string | null;
239
+ visible: boolean;
240
+ zoom_meeting_id: string | null;
241
+ zoom_meeting_password: string | null;
242
+ zoom_require_password: boolean;
243
+ presenters?: Array<Presenter>;
244
+ sponsors?: Array<Sponsor>;
245
+ tracks?: Array<Track>;
246
+ documents?: Array<Document>;
247
+ };
248
+ type VirtualPresentation = Presentation & {
249
+ track?: {
250
+ channel: number | string;
251
+ };
252
+ access?: boolean;
253
+ };
254
+ type PlayerPresentation = {
255
+ player_type: string;
256
+ data: VirtualPresentation;
257
+ };
258
+ type Track = {
259
+ access: boolean;
260
+ channel: number;
261
+ conference_day_id?: number;
262
+ date: string;
263
+ embed_html?: string | null;
264
+ id: number;
265
+ live_stream_id: number | null;
266
+ name: string;
267
+ groups?: Array<Group>;
268
+ presentations?: Array<Presentation>;
269
+ sponsors?: Array<Sponsor>;
270
+ type?: string;
271
+ };
272
+ type TrackGroup = {
273
+ conference_day_id?: number;
274
+ date: string;
275
+ id: number;
276
+ name: string;
277
+ type?: string;
278
+ tracks: Array<Track>;
279
+ };
280
+ type Day = {
281
+ access: boolean;
282
+ conference_id?: number;
283
+ date: string;
284
+ date_visible: boolean;
285
+ id: number;
286
+ name: string;
287
+ tracks?: Array<Track>;
288
+ track_groups?: Array<TrackGroup>;
289
+ sponsors?: Array<Sponsor>;
290
+ };
291
+ type CeCreditConfig = {
292
+ id: number;
293
+ conference_id: number;
294
+ enabled: boolean;
295
+ format: string;
296
+ text_response_answer: string | null;
297
+ randomize_interval: boolean;
298
+ per_hour: number;
299
+ sequence_array: Array<number>;
300
+ display_for: number;
301
+ prompt_text: string | null;
302
+ button_text: string | null;
303
+ created_at?: string | null;
304
+ updated_at?: string | null;
305
+ };
306
+ type Conference = {
307
+ access?: boolean;
308
+ agenda_enabled?: boolean;
309
+ access_config: number;
310
+ ce_credit_enabled?: boolean;
311
+ description: string | null;
312
+ end_date: string;
313
+ id: number;
314
+ location: string | null;
315
+ name: string;
316
+ presenters?: Array<Presenter>;
317
+ photo: string | null;
318
+ photo_large: string | null;
319
+ portal_id: number;
320
+ start_date: string;
321
+ state: ConferenceState;
322
+ timezone: string;
323
+ days?: Array<Day>;
324
+ groups?: Array<Group>;
325
+ affiliates?: Array<Sponsor>;
326
+ sponsors?: Array<Sponsor>;
327
+ template_config?: TemplateConfig;
328
+ ce_credit_config?: CeCreditConfig;
329
+ };
330
+ type Stream = {
331
+ id: number;
332
+ name: string;
333
+ type: string;
334
+ notes: string | null;
335
+ hls_url: string | null;
336
+ embed_html: string | null;
337
+ created_at?: string | null;
338
+ updated_at?: string | null;
339
+ };
340
+ type PlayerObj = {
341
+ addTrack?: Function;
342
+ autostart: boolean;
343
+ format: string;
344
+ getPosition?: Function;
345
+ loadCustomStream: Function;
346
+ playerDiv: string;
347
+ seek?: Function;
348
+ stop?: Function;
349
+ remove?: Function;
350
+ };
351
+ declare global {
352
+ interface Window {
353
+ ICVDMStreamPlayer: any;
354
+ }
355
+ }
356
+
357
+ type User = {
358
+ company: string | null;
359
+ email: string | null;
360
+ id: number;
361
+ linkedin_url: string | null;
362
+ name: string | null;
363
+ online: boolean;
364
+ profile_image: string | null;
365
+ title: string | null;
366
+ twitter_url: string | null;
367
+ type: string;
368
+ uuid?: string;
369
+ video_chat: boolean | null;
370
+ conferences?: Conference[];
371
+ groups?: Group[];
372
+ group_ids?: number[];
373
+ };
374
+ type UsersResult = {
375
+ page: number;
376
+ lastPage: number | null;
377
+ data: User[];
378
+ };
379
+ type AuthUser = User & {
380
+ uid: string;
381
+ token: string;
382
+ expires_at: string;
383
+ token_type: string;
384
+ };
385
+
386
+ interface Pagination {
387
+ total: number;
388
+ per_page: number;
389
+ current_page: number;
390
+ last_page: number;
391
+ first_page_url: string | null;
392
+ last_page_url: string | null;
393
+ next_page_url: string | null;
394
+ prev_page_url: string | null;
395
+ path: string | null;
396
+ from: number;
397
+ to: number;
398
+ }
399
+ declare const PAGE_LENGTH = 15;
400
+
401
+ type AttendeeList = {
402
+ page?: number | null;
403
+ lastPage?: number | null;
404
+ data: User[];
405
+ };
406
+ interface AttendeeListResult extends Pagination {
407
+ data?: User[] | null;
408
+ }
409
+
410
+ type MessagesRead = User[] | null;
411
+ type Message = {
412
+ id: number;
413
+ user: User | null;
414
+ message: string | null;
415
+ messages_read: MessagesRead;
416
+ created_atmess: string | null;
417
+ };
418
+ type Conversation = {
419
+ id: number;
420
+ users: User[] | null;
421
+ user: User | null;
422
+ messages: Message[] | null;
423
+ last_message: Message | null;
424
+ };
425
+
426
+ type ColorVariable = {
427
+ value: string;
428
+ class: string;
429
+ label: string;
430
+ name: string;
431
+ variable: string;
432
+ };
433
+ type HTMLVariable = {
434
+ label: string;
435
+ name: string;
436
+ type: string;
437
+ value: string;
438
+ };
439
+ type ToggleVariable = {
440
+ class: string;
441
+ label: string;
442
+ name: string;
443
+ type: string;
444
+ value: boolean;
445
+ };
446
+ type SelectVariable = {
447
+ label: string;
448
+ name: string;
449
+ type: string;
450
+ value: string;
451
+ };
452
+ type NumberVariable = {
453
+ label: string;
454
+ name: string;
455
+ note: string;
456
+ type: string;
457
+ value: string;
458
+ };
459
+ type ImageVariable = {
460
+ label: string;
461
+ name: string;
462
+ type: string;
463
+ value: string;
464
+ };
465
+ type TextVariable = {
466
+ label: string;
467
+ name: string;
468
+ type: string;
469
+ value: string;
470
+ };
471
+ type TogglePlusLabelVariable = {
472
+ label: string;
473
+ name: string;
474
+ type: string;
475
+ value: {
476
+ enabled: boolean;
477
+ label: string;
478
+ };
479
+ };
480
+ type DragPlusToggleVariable = {
481
+ label: string;
482
+ name: string;
483
+ type: string;
484
+ value: Array<{
485
+ enabled: boolean;
486
+ label: string;
487
+ name: string;
488
+ order: number;
489
+ }>;
490
+ };
491
+ type FontVariable = {
492
+ label: string;
493
+ name: string;
494
+ type: string;
495
+ value: string;
496
+ variable: string;
497
+ };
498
+ type TextAreaVariable = {
499
+ label: string;
500
+ name: string;
501
+ type: string;
502
+ value: string;
503
+ };
504
+ type HotspotVariable = {
505
+ label: string;
506
+ name: string;
507
+ type: string;
508
+ value: string;
509
+ };
510
+
511
+ type GroupVariable = {
512
+ label: string;
513
+ name: string;
514
+ type: string;
515
+ value: Group;
516
+ };
517
+ interface GlobalConfig {
518
+ accent_color_1: ColorVariable;
519
+ accent_color_2: ColorVariable;
520
+ accent_color_3: ColorVariable;
521
+ affiliate_page_button_alias: TextVariable;
522
+ azure_ad_client_id: NumberVariable;
523
+ azure_ad_message: TextVariable;
524
+ azure_ad_tenant_id: NumberVariable;
525
+ azure_ad_user_password: TextVariable;
526
+ body_color_1: ColorVariable;
527
+ body_color_2: ColorVariable;
528
+ body_color_3: ColorVariable;
529
+ body_color_4: ColorVariable;
530
+ body_color_5: ColorVariable;
531
+ body_color_6: ColorVariable;
532
+ body_font_1: FontVariable;
533
+ body_font_2: FontVariable;
534
+ button_color_1: ColorVariable;
535
+ button_color_2: ColorVariable;
536
+ captions_bg_color: ColorVariable;
537
+ captions_font: FontVariable;
538
+ captions_text_color: ColorVariable;
539
+ conference_photo_headers: ImageVariable;
540
+ custom_scripts: TextAreaVariable;
541
+ custom_css: TextAreaVariable;
542
+ enable_peer5: ToggleVariable;
543
+ enable_text_chat: ToggleVariable;
544
+ enable_video_chat: ToggleVariable;
545
+ external_reg_url: TextVariable;
546
+ global_color_1: ColorVariable;
547
+ global_color_2: ColorVariable;
548
+ global_color_3: ColorVariable;
549
+ global_color_4: ColorVariable;
550
+ global_color_5: ColorVariable;
551
+ global_color_6: ColorVariable;
552
+ header_font_1: FontVariable;
553
+ header_font_2: FontVariable;
554
+ header_titles: ToggleVariable;
555
+ heading_color_1: ColorVariable;
556
+ heading_color_2: ColorVariable;
557
+ heading_color_3: ColorVariable;
558
+ heading_color_4: ColorVariable;
559
+ heading_color_5: ColorVariable;
560
+ heading_color_6: ColorVariable;
561
+ hide_user_profile: ToggleVariable;
562
+ html_footer: HTMLVariable;
563
+ html_header: HTMLVariable;
564
+ link_color: ColorVariable;
565
+ link_hover: ColorVariable;
566
+ login_disabled: ToggleVariable;
567
+ login_disabled_user_email: TextVariable;
568
+ login_disabled_user_password: TextVariable;
569
+ login_process: SelectVariable;
570
+ login_redirect_enabled: ToggleVariable;
571
+ muted_photo_headers: SelectVariable;
572
+ nav_color_1: ColorVariable;
573
+ nav_color_2: ColorVariable;
574
+ nav_color_3: ColorVariable;
575
+ nav_color_4: ColorVariable;
576
+ nav_color_5: ColorVariable;
577
+ paragraph_color_1: ColorVariable;
578
+ paragraph_color_2: ColorVariable;
579
+ presenter_icon_color_style: SelectVariable;
580
+ reg_button_alias: TextVariable;
581
+ reg_button_enabled: ToggleVariable;
582
+ secure_site_access_enabled: ToggleVariable;
583
+ townhall_registration_enabled: ToggleVariable;
584
+ townhall_registration_group: GroupVariable;
585
+ ucc_client_id?: TextVariable;
586
+ ucc_url?: TextVariable;
587
+ view_archive_button_alias: TextVariable;
588
+ view_now_button_alias: TextVariable;
589
+ view_preview_button_alias: TextVariable;
590
+ }
591
+ interface VirtualGlobal extends GlobalConfig {
592
+ site_search?: ToggleVariable;
593
+ allow_favorites?: ToggleVariable;
594
+ }
595
+ type GlobalConfigKey = `${keyof VirtualGlobal & (string | number)}`;
596
+ type GlobalConfigKeyType<T extends keyof VirtualGlobal> = VirtualGlobal[T];
597
+
598
+ type Icon = {
599
+ color: string;
600
+ component: VNode;
601
+ };
602
+ type Icons = {
603
+ bell: Icon;
604
+ caret: Icon;
605
+ chat: Icon;
606
+ check: Icon;
607
+ chevron: Icon;
608
+ chevron2down: Icon;
609
+ chevron2right: Icon;
610
+ circlePlus: Icon;
611
+ circleMinus: Icon;
612
+ close: Icon;
613
+ downarrow: Icon;
614
+ facebook: Icon;
615
+ favoriteFilled: Icon;
616
+ favorite: Icon;
617
+ info: Icon;
618
+ linkedin: Icon;
619
+ minus: Icon;
620
+ newwindow: Icon;
621
+ notification: Icon;
622
+ offline: Icon;
623
+ online: Icon;
624
+ person: Icon;
625
+ playarrow: Icon;
626
+ twitter: Icon;
627
+ video: Icon;
628
+ website: Icon;
629
+ youtube: Icon;
630
+ zoom: Icon;
631
+ };
632
+
633
+ type LoginParams = {
634
+ email: string;
635
+ password: string;
636
+ revoke?: boolean;
637
+ };
638
+
639
+ type NavigationConfig = {
640
+ enabled: boolean;
641
+ label: string | null;
642
+ name: string | null;
643
+ order: number;
644
+ slug: string;
645
+ type: string;
646
+ url?: string | null;
647
+ };
648
+
649
+ type ArchiveContentTabsVariable = {
650
+ label: string;
651
+ name: string;
652
+ type: string;
653
+ value: Array<{
654
+ content: string;
655
+ label: string;
656
+ type: string;
657
+ }>;
658
+ };
659
+ type PlayerContentTabsVariable = {
660
+ label: string;
661
+ name: string;
662
+ type: string;
663
+ value: Array<{
664
+ content: string;
665
+ label: string;
666
+ type: string;
667
+ }>;
668
+ };
669
+ type AgendaPlayerPageConfigs = {
670
+ agenda_grouped_track_color_1: ColorVariable;
671
+ agenda_grouped_track_color_2: ColorVariable;
672
+ agenda_grouped_track_color_3: ColorVariable;
673
+ agenda_grouped_track_color_4: ColorVariable;
674
+ agenda_grouped_track_text_color: ColorVariable;
675
+ agenda_html_header: HTMLVariable;
676
+ agenda_presenter_color: ColorVariable;
677
+ agenda_tab_active_bg_color: ColorVariable;
678
+ agenda_tab_bg_color: ColorVariable;
679
+ agenda_tab_color: ColorVariable;
680
+ agenda_tab_sponsor_bg_color: ColorVariable;
681
+ agenda_track_bg_color: ColorVariable;
682
+ agenda_track_group_bg_color: ColorVariable;
683
+ session_end_times: ToggleVariable;
684
+ session_times: ToggleVariable;
685
+ session_desc_link: SelectVariable;
686
+ session_desc_link_text: TextVariable;
687
+ agendas_full_access: ToggleVariable;
688
+ tab_dates: ToggleVariable;
689
+ use_accordion: ToggleVariable;
690
+ use_presenter_modal: ToggleVariable;
691
+ sponsors: ToggleVariable;
692
+ add_to_google_calendar: ToggleVariable;
693
+ add_to_microsoft_calendar: ToggleVariable;
694
+ group_tracks: SelectVariable;
695
+ use_zoom_icon: ToggleVariable;
696
+ use_play_icon: ToggleVariable;
697
+ live_play_icon: ToggleVariable;
698
+ pre_recorded_play_icon: ToggleVariable;
699
+ zoom_text: TextVariable;
700
+ live_stream_text: TextVariable;
701
+ pre_recorded_text: TextVariable;
702
+ };
703
+ type ArchivePlayerPageConfigs = {
704
+ archive_content_tabs: ArchiveContentTabsVariable;
705
+ featured_sponsor_level: SelectVariable;
706
+ player_position: SelectVariable;
707
+ preview_duration: NumberVariable;
708
+ preview_enabled: ToggleVariable;
709
+ section_header_image: ImageVariable;
710
+ video_only_width: NumberVariable;
711
+ video_slide_width: NumberVariable;
712
+ };
713
+ type ExhibitorPageConfigs = {
714
+ layout_format: SelectVariable;
715
+ section_header_image: ImageVariable;
716
+ };
717
+ type MainPageConfigs = {
718
+ conference_external_reg_url: TextVariable;
719
+ conferece_reg_button_alias: TextVariable;
720
+ conference_reg_button_enabled: ToggleVariable;
721
+ countdown_event_has_begun_text: TextVariable;
722
+ countdown_timer: ToggleVariable;
723
+ countdown_timer_style: TextVariable;
724
+ current_event_block: ToggleVariable;
725
+ custom_block1_alias: TextVariable;
726
+ custom_block2_alias: TextVariable;
727
+ custom_block3_alias: TextVariable;
728
+ exhibitor_level_1: TogglePlusLabelVariable;
729
+ exhibitor_level_2: TogglePlusLabelVariable;
730
+ exhibitor_level_3: TogglePlusLabelVariable;
731
+ exhibitor_level_4: TogglePlusLabelVariable;
732
+ exhibitor_level_5: TogglePlusLabelVariable;
733
+ exhibitor_level_6: TogglePlusLabelVariable;
734
+ exhibitors_block_alias: TextVariable;
735
+ main_body_html: HTMLVariable;
736
+ main_page_components: DragPlusToggleVariable;
737
+ main_presenter_1_conferences: TextVariable;
738
+ main_presenter_2_conferences: TextVariable;
739
+ past_events_alias: TextVariable;
740
+ presenter_1_alias: TextVariable;
741
+ presenter_1_image_style: SelectVariable;
742
+ presenter_1_item_width: NumberVariable;
743
+ presenter_2_alias: TextVariable;
744
+ presenter_2_image_style: SelectVariable;
745
+ presetner_2_item_width: NumberVariable;
746
+ presenter_all_alias: TextVariable;
747
+ presenter_all_image_style: SelectVariable;
748
+ presenter_all_item_width: NumberVariable;
749
+ sponsor_level_1: TogglePlusLabelVariable;
750
+ sponsor_level_2: TogglePlusLabelVariable;
751
+ sponsor_level_3: TogglePlusLabelVariable;
752
+ sponsor_level_4: TogglePlusLabelVariable;
753
+ sponsor_level_5: TogglePlusLabelVariable;
754
+ sponsor_level_6: TogglePlusLabelVariable;
755
+ sponsor_block_alias: TextVariable;
756
+ upcoming_events_alias: TextVariable;
757
+ use_event_text: ToggleVariable;
758
+ use_event_text_date: ToggleVariable;
759
+ use_event_text_tz: ToggleVariable;
760
+ };
761
+ type PresenterPageConfigs = {
762
+ layout_format: SelectVariable;
763
+ presenter_1_alias: TogglePlusLabelVariable;
764
+ presenter_2_alias: TogglePlusLabelVariable;
765
+ presenter_3_alias: TogglePlusLabelVariable;
766
+ presenter_4_alias: TogglePlusLabelVariable;
767
+ presenter_5_alias: TogglePlusLabelVariable;
768
+ presenter_6_alias: TogglePlusLabelVariable;
769
+ presenter_7_alias: TogglePlusLabelVariable;
770
+ presenter_8_alias: TogglePlusLabelVariable;
771
+ presenter_9_alias: TogglePlusLabelVariable;
772
+ presenter_10_alias: TogglePlusLabelVariable;
773
+ presenter_11_alias: TogglePlusLabelVariable;
774
+ presenter_image_width: NumberVariable;
775
+ presenter_name_color: ColorVariable;
776
+ presenters_presenter_1_conferences: TextVariable;
777
+ presenters_presenter_2_conferences: TextVariable;
778
+ section_header_image: ImageVariable;
779
+ sort_by_level: ToggleVariable;
780
+ title: ColorVariable;
781
+ };
782
+ type RegistrationPageConfigs = {
783
+ registration_html: HTMLVariable;
784
+ };
785
+ type SponsorsPageConfigs = {
786
+ layout_format: SelectVariable;
787
+ section_header_image: ImageVariable;
788
+ };
789
+ type SupportPageConfigs = {
790
+ live_support_url: TextVariable;
791
+ section_header_image: ImageVariable;
792
+ support_faq: ToggleVariable;
793
+ support_form: ToggleVariable;
794
+ support_html: ToggleVariable;
795
+ };
796
+ type WebcastPageConfigs = {
797
+ chatroom_id: TextVariable;
798
+ featured_sponsor_level: SelectVariable;
799
+ player_position: SelectVariable;
800
+ section_header_image: ImageVariable;
801
+ session_title_visible: ToggleVariable;
802
+ video_only_width: NumberVariable;
803
+ video_slide_width: NumberVariable;
804
+ webcast_content_tabs: PlayerContentTabsVariable;
805
+ };
806
+ interface Pages {
807
+ agenda: AgendaPlayerPageConfigs;
808
+ archive_player: ArchivePlayerPageConfigs;
809
+ exhibitors: ExhibitorPageConfigs;
810
+ main: MainPageConfigs;
811
+ presenters: PresenterPageConfigs;
812
+ registration: RegistrationPageConfigs;
813
+ sponsors: SponsorsPageConfigs;
814
+ support: SupportPageConfigs;
815
+ webcast: WebcastPageConfigs;
816
+ }
817
+ type NestedKeyOf<ObjectType extends object> = {
818
+ [Key in keyof ObjectType & (string | number)]: ObjectType[Key] extends AgendaPlayerPageConfigs | ArchivePlayerPageConfigs | ExhibitorPageConfigs | MainPageConfigs | PresenterPageConfigs | RegistrationPageConfigs | SponsorsPageConfigs | SupportPageConfigs | WebcastPageConfigs ? "" | `${Key}.${NestedKeyOf<ObjectType[Key]>}` : `${Key}`;
819
+ }[keyof ObjectType & (string | number)];
820
+
821
+ type Portal = {
822
+ adobe_launch_url: string | null;
823
+ client_id: number;
824
+ description: string | null;
825
+ disclaimer_id?: number | null;
826
+ domain: string;
827
+ favicon: string | null;
828
+ ga_id: string | null;
829
+ ga_measurement_id: number | null;
830
+ gtm_id: string | null;
831
+ id: number;
832
+ name: string;
833
+ social_title: string | null;
834
+ social_description: string | null;
835
+ social_photo: string | null;
836
+ template_id: number | null;
837
+ };
838
+
839
+ type ContentData = {
840
+ contentObj?: {};
841
+ contentArray?: [];
842
+ contentString?: string;
843
+ contentType?: string;
844
+ modalSize?: number;
845
+ };
846
+
847
+ type VirtualMainPageConfigs = MainPageConfigs & {
848
+ background: ImageVariable;
849
+ Row01_spot_01: HotspotVariable;
850
+ Row01_spot_02: HotspotVariable;
851
+ Row01_spot_03: HotspotVariable;
852
+ Row01_spot_0234: HotspotVariable;
853
+ Row01_spot_04: HotspotVariable;
854
+ Row01_spot_05: HotspotVariable;
855
+ Row02_spot_06: HotspotVariable;
856
+ Row02_spot_06a: HotspotVariable;
857
+ Row02_spot_07: HotspotVariable;
858
+ Row02_spot_08: HotspotVariable;
859
+ Row02_spot_09: HotspotVariable;
860
+ Row02_spot_10: HotspotVariable;
861
+ Row02_spot_10a: HotspotVariable;
862
+ Row02_spot_11: HotspotVariable;
863
+ Row03_spot_12: HotspotVariable;
864
+ Row03_spot_13: HotspotVariable;
865
+ Row03_spot_14: HotspotVariable;
866
+ Row03_spot_15: HotspotVariable;
867
+ Row03_spot_16: HotspotVariable;
868
+ Row04_spot_17: HotspotVariable;
869
+ Row04_spot_18: HotspotVariable;
870
+ Row04_spot_19: HotspotVariable;
871
+ SideNav_R_1: HotspotVariable;
872
+ SideNav_R_2: HotspotVariable;
873
+ SideNav_R_3: HotspotVariable;
874
+ SideNav_R_4: HotspotVariable;
875
+ SideNav_R_5: HotspotVariable;
876
+ SideNav_L_1: HotspotVariable;
877
+ SideNav_L_2: HotspotVariable;
878
+ SideNav_L_3: HotspotVariable;
879
+ SideNav_L_4: HotspotVariable;
880
+ SideNav_L_5: HotspotVariable;
881
+ };
882
+ type AttendeesConfigs = VirtualMainPageConfigs;
883
+ type MeetingsConfigs = VirtualMainPageConfigs;
884
+ type PresentersConfigs = VirtualMainPageConfigs;
885
+ type SpotlightConfigs = VirtualMainPageConfigs;
886
+ type Spotlight1Configs = VirtualMainPageConfigs;
887
+ type Spotlight2Configs = VirtualMainPageConfigs;
888
+ type EntryWayConfigs = {
889
+ background: ImageVariable;
890
+ Row01_spot01: HotspotVariable;
891
+ Row02_spot02: HotspotVariable;
892
+ Row02_spot03: HotspotVariable;
893
+ Row03_spot04: HotspotVariable;
894
+ Row04_spot05: HotspotVariable;
895
+ Row04_spot06: HotspotVariable;
896
+ Row04_spot07: HotspotVariable;
897
+ };
898
+ type ExhibitHallConfigs = {
899
+ background: ImageVariable;
900
+ modular_layout: ToggleVariable;
901
+ Row01_spot01: HotspotVariable;
902
+ Row01_spot02: HotspotVariable;
903
+ Row01_spot03: HotspotVariable;
904
+ Row01_spot04: HotspotVariable;
905
+ Row01_spot05: HotspotVariable;
906
+ Row01_spot06: HotspotVariable;
907
+ Row01_spot07: HotspotVariable;
908
+ Row02_spot08: HotspotVariable;
909
+ Row02_spot09: HotspotVariable;
910
+ Row02_spot10: HotspotVariable;
911
+ Row02_spot11: HotspotVariable;
912
+ Row02_spot12: HotspotVariable;
913
+ Row02_spot13: HotspotVariable;
914
+ Row03_spot14: HotspotVariable;
915
+ Row03_spot15: HotspotVariable;
916
+ Row03_spot16: HotspotVariable;
917
+ Row04_spot17: HotspotVariable;
918
+ Row04_spot18: HotspotVariable;
919
+ hotspot_border_color: ColorVariable;
920
+ modular_row_1: HotspotVariable;
921
+ modular_row_2: HotspotVariable;
922
+ modular_row_3: HotspotVariable;
923
+ modular_row_4: HotspotVariable;
924
+ modular_row_5: HotspotVariable;
925
+ modular_row_6: HotspotVariable;
926
+ modular_row_7: HotspotVariable;
927
+ modular_row_8: HotspotVariable;
928
+ modular_row_9: HotspotVariable;
929
+ modular_row_10: HotspotVariable;
930
+ };
931
+ type AffiliateBoothSmallConfigs = {
932
+ background: ImageVariable;
933
+ custom_js: HTMLVariable;
934
+ Spot_01_Top_Banner_1: HotspotVariable;
935
+ Spot_02_Top_Banner_2: HotspotVariable;
936
+ Spot_03_Monitor_screen: HotspotVariable;
937
+ Spot_04_Shelf_Left_Top: HotspotVariable;
938
+ Spot_05_Shelf_Left_Middle: HotspotVariable;
939
+ Spot_06_Shelf_Left_Bottom: HotspotVariable;
940
+ Spot_07_Shelf_Right_Top: HotspotVariable;
941
+ Spot_08_Shelf_Right_Middle: HotspotVariable;
942
+ Spot_09_Shelf_Right_Bottom: HotspotVariable;
943
+ Spot_10_Floor_Banner_left: HotspotVariable;
944
+ Spot_11_Counter_Left: HotspotVariable;
945
+ Spot_12_Counter_Right: HotspotVariable;
946
+ Spot_13_Counter_Left_and_Right: HotspotVariable;
947
+ Spot_14_Floor_Banner_Right: HotspotVariable;
948
+ Blue_Stool_Left: ToggleVariable;
949
+ Blue_Stool_Right: ToggleVariable;
950
+ Plant_Right: ToggleVariable;
951
+ Plant_Left: ToggleVariable;
952
+ Booth_Rep_4_Right_Facing: ToggleVariable;
953
+ Booth_Rep_4_Left_Facing: ToggleVariable;
954
+ Booth_Rep_3_Right_Facing: ToggleVariable;
955
+ Booth_Rep_3_Left_Facing: ToggleVariable;
956
+ Booth_Rep_2_Right_Facing: ToggleVariable;
957
+ Booth_Rep_2_Left_Facing: ToggleVariable;
958
+ Booth_Rep_1_Right_Facing: ToggleVariable;
959
+ Booth_Rep_1_Left_Facing: ToggleVariable;
960
+ };
961
+ type AffiliateBoothMedConfigs = {
962
+ background: ImageVariable;
963
+ custom_js: HTMLVariable;
964
+ Row01_spot01: HotspotVariable;
965
+ Row01_spot02: HotspotVariable;
966
+ Row02_spot03: HotspotVariable;
967
+ Row02_spot04: HotspotVariable;
968
+ Row02_spot05: HotspotVariable;
969
+ Row03_spot06: HotspotVariable;
970
+ Row03_spot07: HotspotVariable;
971
+ Row03_spot08: HotspotVariable;
972
+ Row03_spot09: HotspotVariable;
973
+ Row03_spot10: HotspotVariable;
974
+ Row03_spot11: HotspotVariable;
975
+ Row04_spot12: HotspotVariable;
976
+ Row04_spot13: HotspotVariable;
977
+ Row04_spot14: HotspotVariable;
978
+ Row04_spot15: HotspotVariable;
979
+ Row04_spot16: HotspotVariable;
980
+ Row04_spot17: HotspotVariable;
981
+ Row04_spot18: HotspotVariable;
982
+ Row04_spot19: HotspotVariable;
983
+ acc_booth_rep: ToggleVariable;
984
+ acc_booth_seat: ToggleVariable;
985
+ };
986
+ type AffiliateBoothLgConfigs = {
987
+ background: ImageVariable;
988
+ custom_js: HTMLVariable;
989
+ Row01_spot01: HotspotVariable;
990
+ Row02_spot02: HotspotVariable;
991
+ Row02_spot03: HotspotVariable;
992
+ Row02_spot04: HotspotVariable;
993
+ Row03_spot05: HotspotVariable;
994
+ Row03_spot06: HotspotVariable;
995
+ Row03_spot07: HotspotVariable;
996
+ Row03_spot08: HotspotVariable;
997
+ Row03_spot09: HotspotVariable;
998
+ Row03_spot10: HotspotVariable;
999
+ Row03_spot11: HotspotVariable;
1000
+ Row03_spot12: HotspotVariable;
1001
+ Row03_spot13: HotspotVariable;
1002
+ Row03_spot14: HotspotVariable;
1003
+ Row03_spot15: HotspotVariable;
1004
+ Row04_spot16: HotspotVariable;
1005
+ Row04_spot17: HotspotVariable;
1006
+ Row04_spot18: HotspotVariable;
1007
+ Arch_left: ToggleVariable;
1008
+ Arch_right: ToggleVariable;
1009
+ };
1010
+ type AuditoriumConfigs = {
1011
+ background: ImageVariable;
1012
+ Row01_spot01: HotspotVariable;
1013
+ Row01_spot02: HotspotVariable;
1014
+ Row01_spot03: HotspotVariable;
1015
+ Row01_spot04: HotspotVariable;
1016
+ Row01_spot05: HotspotVariable;
1017
+ Row02_spot06: HotspotVariable;
1018
+ Row02_spot07: HotspotVariable;
1019
+ Row02_spot08: HotspotVariable;
1020
+ Row02_spot09: HotspotVariable;
1021
+ };
1022
+ type NetworkingConfigs = {
1023
+ background: ImageVariable;
1024
+ Row01_spot01: HotspotVariable;
1025
+ Row01_spot02: HotspotVariable;
1026
+ Row02_spot03: HotspotVariable;
1027
+ Row03_spot04: HotspotVariable;
1028
+ Row03_spot05: HotspotVariable;
1029
+ Row03_spot06: HotspotVariable;
1030
+ Row04_spot07: HotspotVariable;
1031
+ Row04_spot08: HotspotVariable;
1032
+ };
1033
+ type ResourcesConfigs = {
1034
+ background: ImageVariable;
1035
+ Row01_spot01: HotspotVariable;
1036
+ Row01_spot02: HotspotVariable;
1037
+ Row02_spot03: HotspotVariable;
1038
+ Row03_spot04: HotspotVariable;
1039
+ Row03_spot05: HotspotVariable;
1040
+ Row03_spot06: HotspotVariable;
1041
+ Row04_spot07: HotspotVariable;
1042
+ Row04_spot08: HotspotVariable;
1043
+ };
1044
+ interface VirtualPages {
1045
+ agenda: AgendaPlayerPageConfigs;
1046
+ archive_player: ArchivePlayerPageConfigs;
1047
+ attendees: AttendeesConfigs;
1048
+ auditorium: AuditoriumConfigs;
1049
+ exhibitors: ExhibitorPageConfigs;
1050
+ entryway: EntryWayConfigs;
1051
+ exhibit_hall: ExhibitHallConfigs;
1052
+ main: MainPageConfigs;
1053
+ meetings: MeetingsConfigs;
1054
+ networking: NetworkingConfigs;
1055
+ presenters: PresenterPageConfigs;
1056
+ registration: RegistrationPageConfigs;
1057
+ resources: ResourcesConfigs;
1058
+ sponsors: SponsorsPageConfigs;
1059
+ spotlight: SpotlightConfigs;
1060
+ spotlight_1: SpotlightConfigs;
1061
+ spotlight_2: SpotlightConfigs;
1062
+ support: SupportPageConfigs;
1063
+ webcast: WebcastPageConfigs;
1064
+ }
1065
+ type VirtualNestedKeyOf<ObjectType extends object> = {
1066
+ [Key in keyof ObjectType & (string | number)]: ObjectType[Key] extends AgendaPlayerPageConfigs | ArchivePlayerPageConfigs | ExhibitorPageConfigs | MainPageConfigs | EntryWayConfigs | ExhibitHallConfigs | AffiliateBoothSmallConfigs | AffiliateBoothMedConfigs | AffiliateBoothLgConfigs | AuditoriumConfigs | NetworkingConfigs | ResourcesConfigs | AttendeesConfigs | MeetingsConfigs | PresentersConfigs | SpotlightConfigs | Spotlight1Configs | Spotlight2Configs | PresenterPageConfigs | RegistrationPageConfigs | SponsorsPageConfigs | SupportPageConfigs | WebcastPageConfigs ? "" | `${Key}.${VirtualNestedKeyOf<ObjectType[Key]>}` : `${Key}`;
1067
+ }[keyof ObjectType & (string | number)];
19
1068
 
20
1069
  interface ModuleOptions {
21
1070
  portalHash?: null | string;
@@ -23,6 +1072,6 @@ interface ModuleOptions {
23
1072
  tailwindConfigPath?: null | string;
24
1073
  compileCss?: boolean;
25
1074
  }
26
- declare const _default: _nuxt_schema.NuxtModule<ModuleOptions>;
1075
+ declare const _default: _nuxt_schema.NuxtModule<ModuleOptions, ModuleOptions, false>;
27
1076
 
28
- export { ConferenceState, type ModuleOptions, PresentationType, _default as default };
1077
+ export { type AdobeLaunchFunctions, type Affiliate, type AffiliateBoothLgConfigs, type AffiliateBoothMedConfigs, type AffiliateBoothSmallConfigs, type AgendaPlayerPageConfigs, type Analytics, type ArchiveContentTabsVariable, type ArchivePlayerPageConfigs, type AttendeeList, type AttendeeListResult, type AttendeesConfigs, type AuditoriumConfigs, type AuthUser, type CeCreditConfig, type Conference, ConferenceState, type ContentData, type Conversation, type Day, type Document, type EntryWayConfigs, type ExhibitHallConfigs, type ExhibitorPageConfigs, type GlobalConfig, type GlobalConfigKey, type GlobalConfigKeyType, type GlobalElements, type Group, type GroupVariable, type Icon, type Icons, type Link, type LoginParams, type MainPageConfigs, type MeetingsConfigs, type Merchant, type Message, type MessagesRead, type Meta, type MiscElements, type ModuleOptions, type NavigationConfig, type NestedKeyOf, type NetworkingConfigs, PAGE_LENGTH, type Pages, type PagesElements, type Pagination, type PlayerContentTabsVariable, type PlayerObj, type PlayerPresentation, type Portal, type Presentation, PresentationType, type Presenter, type PresenterPageConfigs, type PresenterWithPivot, type PresentersConfigs, type RegistrationField, type RegistrationForm, type RegistrationPageConfigs, type ResourcesConfigs, type SettingElements, type Sponsor, type SponsorsPageConfigs, type Spotlight1Configs, type Spotlight2Configs, type SpotlightConfigs, type Stream, type SupportPageConfigs, type TemplateConfig, type Track, type TrackGroup, type User, type UsersResult, type Video, type VirtualGlobal, type VirtualMainPageConfigs, type VirtualNestedKeyOf, type VirtualPages, type VirtualPresentation, type WebcastPageConfigs, _default as default };