@icvdeveloper/common-module 0.0.51 → 0.0.52

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 (74) hide show
  1. package/README.md +6 -6
  2. package/dist/module.json +1 -1
  3. package/dist/runtime/assets/svg/answer.svg +14 -14
  4. package/dist/runtime/assets/svg/avatar.svg +1 -1
  5. package/dist/runtime/assets/svg/bell-icon.svg +3 -3
  6. package/dist/runtime/assets/svg/checkmark-icon.svg +1 -1
  7. package/dist/runtime/assets/svg/close-icon.svg +1 -1
  8. package/dist/runtime/assets/svg/icon-avatar.svg +1 -1
  9. package/dist/runtime/assets/svg/icon-chevron.svg +4 -4
  10. package/dist/runtime/assets/svg/icon-close.svg +1 -1
  11. package/dist/runtime/assets/svg/icon-info.svg +2 -2
  12. package/dist/runtime/assets/svg/icon-new-window.svg +11 -11
  13. package/dist/runtime/assets/svg/icon-offline.svg +3 -3
  14. package/dist/runtime/assets/svg/icon-online.svg +3 -3
  15. package/dist/runtime/assets/svg/icon-person.svg +2 -2
  16. package/dist/runtime/assets/svg/icon-play.svg +2 -2
  17. package/dist/runtime/assets/svg/icon-star-filled.svg +29 -29
  18. package/dist/runtime/assets/svg/icon-star.svg +24 -24
  19. package/dist/runtime/assets/svg/icon-video-chat.svg +14 -14
  20. package/dist/runtime/assets/svg/icon-website.svg +2 -2
  21. package/dist/runtime/assets/svg/icon-zoom.svg +10 -10
  22. package/dist/runtime/assets/svg/notification-icon.svg +32 -32
  23. package/dist/runtime/assets/svg/offline-icon.svg +1 -1
  24. package/dist/runtime/assets/svg/online-icon.svg +3 -3
  25. package/dist/runtime/assets/svg/peer2peer.svg +3 -3
  26. package/dist/runtime/assets/svg/phone.svg +1 -1
  27. package/dist/runtime/assets/svg/plus-icon.svg +1 -1
  28. package/dist/runtime/assets/svg/red-icon.svg +3 -3
  29. package/dist/runtime/assets/svg/reject.svg +14 -14
  30. package/dist/runtime/assets/svg/search-icon.svg +3 -3
  31. package/dist/runtime/components/affiliates/AffiliatePage.vue +17 -17
  32. package/dist/runtime/components/agenda/AgendaTabbed.vue +300 -300
  33. package/dist/runtime/components/agenda/components/InfoLink.vue +56 -56
  34. package/dist/runtime/components/agenda/components/PlayIcon.vue +49 -49
  35. package/dist/runtime/components/agenda/components/PresentationLink.vue +137 -137
  36. package/dist/runtime/components/agenda/components/Sponsor.vue +132 -132
  37. package/dist/runtime/components/auth/LoginFullWidth.vue +78 -78
  38. package/dist/runtime/components/auth/PasswordReset.vue +60 -60
  39. package/dist/runtime/components/auth/Registration.vue +27 -27
  40. package/dist/runtime/components/auth/Ucc.vue +52 -52
  41. package/dist/runtime/components/core/Accordion.vue +97 -97
  42. package/dist/runtime/components/core/CountdownTimer.vue +308 -308
  43. package/dist/runtime/components/core/DynamicHtml.vue +1 -1
  44. package/dist/runtime/components/core/Modal.vue +111 -111
  45. package/dist/runtime/components/core/Navbar.vue +154 -154
  46. package/dist/runtime/components/core/SvgIcon.vue +145 -145
  47. package/dist/runtime/components/core/ZoomModal.vue +37 -37
  48. package/dist/runtime/components/events/EventHeader.vue +133 -133
  49. package/dist/runtime/components/events/ListEvents.vue +477 -477
  50. package/dist/runtime/components/forms/AlertBox.vue +21 -21
  51. package/dist/runtime/components/forms/ErrorField.vue +17 -17
  52. package/dist/runtime/components/forms/Message.vue +27 -27
  53. package/dist/runtime/components/forms/SearchInput.vue +38 -38
  54. package/dist/runtime/components/forms/SupportForm.vue +112 -112
  55. package/dist/runtime/components/forms/SwitchInput.vue +42 -42
  56. package/dist/runtime/components/forms/TextArea.vue +26 -26
  57. package/dist/runtime/components/forms/TextInput.vue +28 -28
  58. package/dist/runtime/components/layouts/Accordion.vue +78 -78
  59. package/dist/runtime/components/presenters/PresenterListing.vue +164 -164
  60. package/dist/runtime/components/presenters/PresenterModal.vue +225 -225
  61. package/dist/runtime/components/profile/Profile.vue +149 -149
  62. package/dist/runtime/components/profile/components/Sidebar.vue +27 -27
  63. package/dist/runtime/components/profile/components/SidebarNavItem.vue +39 -39
  64. package/dist/runtime/components/profile/tabs/Favorites.vue +21 -21
  65. package/dist/runtime/components/profile/tabs/GeneralInformation.vue +122 -122
  66. package/dist/runtime/components/profile/tabs/ProfileImage.vue +75 -75
  67. package/dist/runtime/components/support/FAQAccordion.vue +137 -137
  68. package/dist/runtime/composables/index.d.ts +1 -0
  69. package/dist/runtime/composables/index.mjs +1 -0
  70. package/dist/runtime/composables/useScripts.d.ts +7 -0
  71. package/dist/runtime/composables/useScripts.mjs +12 -0
  72. package/dist/runtime/models/globalConfig.d.ts +1 -0
  73. package/dist/runtime/store/templateConfigs.d.ts +1 -1
  74. package/package.json +1 -1
@@ -1,3 +1,3 @@
1
- <svg class="h-2 w-2 fill-current text-red mr-2" viewBox="0 0 20 20">
2
- <circle cx="10" cy="10" r="10"/>
3
- </svg>
1
+ <svg class="h-2 w-2 fill-current text-red mr-2" viewBox="0 0 20 20">
2
+ <circle cx="10" cy="10" r="10"/>
3
+ </svg>
@@ -1,14 +1,14 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="50px" height="50px" viewBox="0 0 525 525" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.6 (67491) - http://www.bohemiancoding.com/sketch -->
4
- <title>reject</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <g id="Video-Call-yes-no-(1)" transform="translate(-622.000000, -134.000000)">
8
- <g id="reject" transform="translate(622.000000, 134.000000)">
9
- <circle id="Oval" fill="#9F2214" cx="262.32" cy="262.62" r="262.12"></circle>
10
- <path d="M431.13,324.68 C439.848013,309.180629 442.302617,290.932119 437.99,273.68 C416.99,187.68 263.99,190.13 263.99,190.13 C263.99,190.13 111,182.69 87.24,267.92 C82.3719639,285.020231 84.2288246,303.334817 92.43,319.11 L92.5,319.26 C96.787592,327.204682 105.735171,331.447697 114.6,329.74 L185.18,316.46 C185.18,316.46 208.36,310.18 206.24,290.15 C205.764001,286.286139 204.631018,282.532076 202.89,279.05 C199.05,267.58 192.23,250.83 184.23,247.22 C194.73,243.76 220.14,237.37 263.05,238.07 C305.96,238.77 331.14,246 341.52,249.8 C333.41,253.15 326.05,269.66 321.82,281.01 C319.970001,284.440405 318.715528,288.159869 318.11,292.01 C315.33,311.95 338.29,319.01 338.29,319.01 L408.61,334.65 C417.413254,336.643207 426.492273,332.696687 431.04,324.9 L431.13,324.68 Z" id="Path" fill="#FFFFFF"></path>
11
- </g>
12
- </g>
13
- </g>
14
- </svg>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="50px" height="50px" viewBox="0 0 525 525" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 52.6 (67491) - http://www.bohemiancoding.com/sketch -->
4
+ <title>reject</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
+ <g id="Video-Call-yes-no-(1)" transform="translate(-622.000000, -134.000000)">
8
+ <g id="reject" transform="translate(622.000000, 134.000000)">
9
+ <circle id="Oval" fill="#9F2214" cx="262.32" cy="262.62" r="262.12"></circle>
10
+ <path d="M431.13,324.68 C439.848013,309.180629 442.302617,290.932119 437.99,273.68 C416.99,187.68 263.99,190.13 263.99,190.13 C263.99,190.13 111,182.69 87.24,267.92 C82.3719639,285.020231 84.2288246,303.334817 92.43,319.11 L92.5,319.26 C96.787592,327.204682 105.735171,331.447697 114.6,329.74 L185.18,316.46 C185.18,316.46 208.36,310.18 206.24,290.15 C205.764001,286.286139 204.631018,282.532076 202.89,279.05 C199.05,267.58 192.23,250.83 184.23,247.22 C194.73,243.76 220.14,237.37 263.05,238.07 C305.96,238.77 331.14,246 341.52,249.8 C333.41,253.15 326.05,269.66 321.82,281.01 C319.970001,284.440405 318.715528,288.159869 318.11,292.01 C315.33,311.95 338.29,319.01 338.29,319.01 L408.61,334.65 C417.413254,336.643207 426.492273,332.696687 431.04,324.9 L431.13,324.68 Z" id="Path" fill="#FFFFFF"></path>
11
+ </g>
12
+ </g>
13
+ </g>
14
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg class="fill-current text-grey h-4 w-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
2
- <path d="M12.9 14.32a8 8 0 1 1 1.41-1.41l5.35 5.33-1.42 1.42-5.33-5.34zM8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12z" />
3
- </svg>
1
+ <svg class="fill-current text-grey h-4 w-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
2
+ <path d="M12.9 14.32a8 8 0 1 1 1.41-1.41l5.35 5.33-1.42 1.42-5.33-5.34zM8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12z" />
3
+ </svg>
@@ -1,17 +1,17 @@
1
- <script lang="ts" setup>
2
- import { toRefs } from "vue";
3
- import { Affiliate } from "../../models/affiliate";
4
- import { Sponsor } from "../../models/conference";
5
-
6
- type Props = {
7
- affiliate: Affiliate | Sponsor;
8
- };
9
-
10
- const props = defineProps<Props>();
11
-
12
- const { affiliate } = toRefs(props);
13
- </script>
14
-
15
- <template>
16
- <div class="flex w-full flex-col"></div>
17
- </template>
1
+ <script lang="ts" setup>
2
+ import { toRefs } from "vue";
3
+ import { Affiliate } from "../../models/affiliate";
4
+ import { Sponsor } from "../../models/conference";
5
+
6
+ type Props = {
7
+ affiliate: Affiliate | Sponsor;
8
+ };
9
+
10
+ const props = defineProps<Props>();
11
+
12
+ const { affiliate } = toRefs(props);
13
+ </script>
14
+
15
+ <template>
16
+ <div class="flex w-full flex-col"></div>
17
+ </template>