@saooti/octopus-sdk 39.2.7 → 39.2.9

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": "39.2.7",
3
+ "version": "39.2.9",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -33,7 +33,6 @@
33
33
  border: 0.1rem solid #dee2e6;
34
34
  border-radius: octopusVariables.$octopus-borderradius;
35
35
  height: 2rem;
36
- max-width: 85vw;
37
36
  padding-right: 40px;
38
37
  }
39
38
  input[type="checkbox"], input[type="radio"]{
@@ -201,6 +201,7 @@ body{
201
201
  display: flex;
202
202
  flex-wrap: wrap;
203
203
  align-items: center;
204
+ margin: 0.5rem 0;
204
205
  > a {
205
206
  text-transform: capitalize;
206
207
  &:after {
@@ -53,11 +53,9 @@
53
53
  </router-link>
54
54
  </div>
55
55
  <ParticipantDescription
56
- class="mb-1"
57
56
  :participants="podcast.animators"
58
57
  />
59
58
  <ParticipantDescription
60
- class="mb-1"
61
59
  :participants="podcast.guests"
62
60
  :is-guest="true"
63
61
  />
@@ -16,9 +16,8 @@
16
16
  v-html="urlify(podcast.description)"
17
17
  />
18
18
  <!-- eslint-enable -->
19
- <ParticipantDescription class="mb-1" :participants="podcast.animators" />
19
+ <ParticipantDescription :participants="podcast.animators" />
20
20
  <ParticipantDescription
21
- class="mb-1"
22
21
  :participants="podcast.guests"
23
22
  :is-guest="true"
24
23
  />
@@ -11,6 +11,7 @@
11
11
  aria-valuenow="0"
12
12
  aria-valuemin="0"
13
13
  aria-valuemax="100"
14
+ :aria-label="$t('Live progress bar')"
14
15
  :style="'width: ' + secondaryProgress + '%'"
15
16
  />
16
17
  <template v-if="playerMedia">
@@ -31,6 +32,7 @@
31
32
  aria-valuenow="0"
32
33
  aria-valuemin="0"
33
34
  aria-valuemax="100"
35
+ :aria-label="$t('Listening progress bar')"
34
36
  :style="'width: ' + mainProgress + '%'"
35
37
  />
36
38
  <template v-if="playerMedia">
@@ -60,10 +62,6 @@
60
62
  <div
61
63
  :id="'chapter-' + chapter.startPercent"
62
64
  class="octopus-progress-bar octopus-chapter"
63
- role="progressbar"
64
- aria-valuenow="0"
65
- aria-valuemin="0"
66
- aria-valuemax="100"
67
65
  :style="{
68
66
  left: chapter.startPercent + '%',
69
67
  right: 100 - chapter.endPercent + '%',
@@ -6,6 +6,7 @@
6
6
  aria-valuenow="0"
7
7
  aria-valuemin="0"
8
8
  aria-valuemax="100"
9
+ :aria-label="$t('Advertising')"
9
10
  :style="'width: ' + adPercentProgress + '%'"
10
11
  />
11
12
  </div>
@@ -10,6 +10,7 @@
10
10
  aria-valuenow="0"
11
11
  aria-valuemin="0"
12
12
  aria-valuemax="100"
13
+ :aria-label="$t('Radio')"
13
14
  :style="'width: ' + percentProgress + '%'"
14
15
  />
15
16
  </div>
@@ -1,6 +1,6 @@
1
1
  <template>
2
- <div class="page-box">
3
- <h1>{{ $t("Site map") }}</h1>
2
+ <div class="page-box map-page">
3
+ <component :is="titleTag">{{ $t("Site map") }}</component>
4
4
  <div class="d-flex flex-column align-items-center">
5
5
  <ul class="my-1">
6
6
  <template v-for="linkItem in siteMap" :key="linkItem.id">
@@ -48,6 +48,7 @@ export default defineComponent({
48
48
  props: {
49
49
  isEducation: { default: false, type: Boolean },
50
50
  externLinks: { default: ()=>[], type: Array as () => Array<LinkMapSite> },
51
+ titleTag: { default: "h1", type: String },
51
52
  },
52
53
 
53
54
  data() {
@@ -102,7 +103,13 @@ export default defineComponent({
102
103
  contentSection() {
103
104
  return [
104
105
  {
105
- title: this.$t("Radio & Live"),
106
+ title: this.$t("Home"),
107
+ id:"link-page-home",
108
+ href:'/main/pub/home',
109
+ condition: true
110
+ },
111
+ {
112
+ title: this.isPodcastmaker ? this.$t("Live") : this.$t("Radio & Live"),
106
113
  id:"link-page-lives",
107
114
  href: "/main/pub/lives",
108
115
  condition: true,
package/src/locale/de.ts CHANGED
@@ -395,4 +395,7 @@ export default {
395
395
  "Participant name page": "Seite des Teilnehmers \"{name}\"",
396
396
  "Playlist name page": "Seite der Playlist \"{name}\"",
397
397
  "Site map": "Seitenübersicht",
398
+ Editing: "Bearbeiten",
399
+ "Live progress bar":"Live-Fortschrittsbalken",
400
+ "Listening progress bar":"Fortschrittsbalken beim Zuhören",
398
401
  }
package/src/locale/en.ts CHANGED
@@ -396,4 +396,7 @@ export default {
396
396
  "Participant name page": "\"{name}\" participant page",
397
397
  "Playlist name page": "\"{name}\" playlist page",
398
398
  "Site map": "Site map",
399
+ Editing: "Edit",
400
+ "Live progress bar":"Live progress bar",
401
+ "Listening progress bar":"Listening progress bar",
399
402
  };
package/src/locale/es.ts CHANGED
@@ -396,4 +396,7 @@ export default {
396
396
  "Participant name page": "Página del participante \"{name}\"",
397
397
  "Playlist name page": "Página de la lista de reproducción \"{name}\"",
398
398
  "Site map": "Mapa del sitio",
399
+ Editing: "Editar",
400
+ "Live progress bar":"Barra de progreso en vivo",
401
+ "Listening progress bar":"Barra de progreso de escucha",
399
402
  }
package/src/locale/fr.ts CHANGED
@@ -403,4 +403,7 @@ export default {
403
403
  "Participant name page": "Page de l'intervenant \"{name}\"",
404
404
  "Playlist name page": "Page de la paylist \"{name}\"",
405
405
  "Site map":"Plan du site",
406
+ Editing: "Éditer",
407
+ "Live progress bar":"Barre de progression du live",
408
+ "Listening progress bar":"Barre de progression de l'écoute",
406
409
  };
package/src/locale/it.ts CHANGED
@@ -390,4 +390,7 @@ export default{
390
390
  "Participant name page": "Pagina del partecipante \"{name}\"",
391
391
  "Playlist name page": "Pagina della playlist \"{name}\"",
392
392
  "Site map": "Mappa del sito",
393
+ Editing: "Modifica",
394
+ "Live progress bar":"Barra di avanzamento in tempo reale",
395
+ "Listening progress bar":"Barra di avanzamento dell'ascolto",
393
396
  };
package/src/locale/sl.ts CHANGED
@@ -386,4 +386,7 @@ export default {
386
386
  "Participant name page": "Stran udeleženca \"{name}\"",
387
387
  "Playlist name page": "Stran seznama predvajanja \"{name}\"",
388
388
  "Site map": "Zemljevid spletnega mesta",
389
+ Editing: "Uredi",
390
+ "Live progress bar":"Vrstica napredka v živo",
391
+ "Listening progress bar":"Vrstica napredka poslušanja",
389
392
  }