@saooti/octopus-sdk 38.0.12 → 38.0.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "38.0.12",
3
+ "version": "38.0.13",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
package/src/App.vue CHANGED
@@ -3,7 +3,7 @@
3
3
  <TopBar :is-education="false" />
4
4
  <CategoryFilter v-if="firstDisplayCategoryFilter" />
5
5
  <router-view />
6
- <ClassicLazy v-if="pageFullyLoad" :min-height="125" :unrender="true">
6
+ <ClassicLazy v-if="pageFullyLoad" :min-height="125">
7
7
  <FooterOctopus />
8
8
  </ClassicLazy>
9
9
  <PlayerComponent />
@@ -23,7 +23,6 @@
23
23
  v-for="e in displayArray"
24
24
  :key="e.emissionId"
25
25
  :min-height="250"
26
- :unrender="true"
27
26
  >
28
27
  <EmissionItem v-if="0 !== e.emissionId" :emission="e" />
29
28
  <template #preview>
@@ -21,7 +21,6 @@
21
21
  v-for="p in displayArray"
22
22
  :key="p.participantId"
23
23
  :min-height="360"
24
- :unrender="true"
25
24
  >
26
25
  <ParticipantItem v-if="0 !== p.participantId" :participant="p" />
27
26
  <template #preview>
@@ -19,7 +19,6 @@
19
19
  v-for="p in displayArray"
20
20
  :key="p.playlistId"
21
21
  :min-height="250"
22
- :unrender="true"
23
22
  >
24
23
  <PlaylistItem v-if="0 !== p.playlistId" :playlist="p" />
25
24
  <template #preview>
@@ -35,7 +35,6 @@
35
35
  v-for="p in podcastsDisplay"
36
36
  :key="p.podcastId"
37
37
  :min-height="410"
38
- :unrender="true"
39
38
  >
40
39
  <PodcastItem v-if="0 !== p.podcastId" :podcast="p" />
41
40
  <template #preview>
@@ -25,7 +25,6 @@
25
25
  v-for="p in displayArray"
26
26
  :key="p.podcastId"
27
27
  :min-height="410"
28
- :unrender="true"
29
28
  >
30
29
  <PodcastItem v-if="0 !== p.podcastId" :podcast="p" />
31
30
  <template #preview>
@@ -5,7 +5,6 @@
5
5
  v-for="(c, index) in categories"
6
6
  :key="c.id"
7
7
  :min-height="0"
8
- :unrender="true"
9
8
  :init-render-delay="3 < index ? 1000 : 0"
10
9
  >
11
10
  <PodcastInlineList
@@ -23,7 +22,6 @@
23
22
  v-for="(r, index) in rubriqueToShow"
24
23
  :key="r.rubriqueId"
25
24
  :min-height="0"
26
- :unrender="true"
27
25
  :init-render-delay="3 < index ? 1000 : 0"
28
26
  >
29
27
  <PodcastInlineList
@@ -46,7 +46,7 @@
46
46
  :title="$t('More episodes of this emission')"
47
47
  :button-text="$t('All podcast emission button')"
48
48
  />
49
- <ClassicLazy :min-height="550" :unrender="true">
49
+ <ClassicLazy :min-height="550">
50
50
  <PodcastInlineList
51
51
  :podcast-id="podcastId"
52
52
  :title="$t('Suggested listening')"
@@ -56,7 +56,6 @@
56
56
  v-for="c in categories"
57
57
  :key="c.id"
58
58
  :min-height="550"
59
- :unrender="true"
60
59
  >
61
60
  <PodcastInlineList
62
61
  :iab-id="c.id"