@saooti/octopus-sdk 41.0.4 → 41.0.5

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": "41.0.4",
3
+ "version": "41.0.5",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -78,7 +78,7 @@ export default {
78
78
  params.catchFunction();
79
79
  }else{
80
80
  const axiosError= error as AxiosError;
81
- return Promise.reject(new Error(axiosError.message));
81
+ return Promise.reject(axiosError);
82
82
  }
83
83
  });
84
84
  return response?.data;
@@ -116,8 +116,8 @@ const { t } = useI18n();
116
116
  const {handle403} = useErrorHandler();
117
117
 
118
118
  //Computed
119
- const changed = computed(() => `${props.size}|${props.reload}|${dsize.value}|${props.stateFilter}|${props.podcast?.podcastId}|${props.organisationId}`);
120
119
  const isNotAnAnswerList = computed(() => undefined === props.answerToComment);
120
+ const changed = computed(() => `${props.size}|${props.reload}|${dsize.value}|${props.stateFilter}|${props.podcast?.podcastId}|${props.organisationId}`);
121
121
  const sortChoice = computed(() =>{
122
122
  return [
123
123
  { title: t("The most recent"), value: "DATE_DESC" },
@@ -22,7 +22,6 @@
22
22
  :height="imageWidth"
23
23
  aria-hidden="true"
24
24
  alt=""
25
-
26
25
  :title="t('Episode name image', { name: podcastDisplay?.title })"
27
26
  class="player-image"
28
27
  :class="imageWidth > 50 ? 'big-player-image' : ''"
package/src/locale/de.ts CHANGED
@@ -146,8 +146,8 @@ export default {
146
146
  "Sort score": "Nach Relevanz",
147
147
  "Sort name": "Nach Titel",
148
148
  "Sort last": "Nach Datum",
149
- "Choose color": "Farbe wählen",
150
- "Choose theme": "Design wählen",
149
+ "Choose color": "Akzentfarbe",
150
+ "Choose theme": "Thema (Spielerhintergrund)",
151
151
  "Podcast no visible": "Podcast nicht sichtbar",
152
152
  "Display episodes": "Folgen anzeigen",
153
153
  "Podcast published in future": "Podcast geplant",
package/src/locale/en.ts CHANGED
@@ -145,8 +145,8 @@ export default {
145
145
  "Sort score": "Sorted by relevancy score",
146
146
  "Sort name": "Sorted title",
147
147
  "Sort last": "Sorted last",
148
- "Choose color": "Choose color",
149
- "Choose theme": "Choose theme",
148
+ "Choose color": "Accent color",
149
+ "Choose theme": "Theme (player background)",
150
150
  "Podcast no visible": "Podcast not visible",
151
151
  "Display episodes": "Display episodes",
152
152
  "Podcast published in future": "Podcast published in the future",
package/src/locale/es.ts CHANGED
@@ -145,8 +145,8 @@ export default {
145
145
  "Sort score": "Clasificación por pertinencia",
146
146
  "Sort name": "Clasificación por título",
147
147
  "Sort last": "Clasificación por fecha más reciente",
148
- "Choose color": "Elegir color",
149
- "Choose theme": "Elegir tema",
148
+ "Choose color": "Color de acento",
149
+ "Choose theme": "Tema (fondo del jugador)",
150
150
  "Podcast no visible": "Este pódcast no puede visualizarse",
151
151
  "Display episodes": "Mostrar episodios",
152
152
  "Podcast published in future": "Pódcast pendiente de publicación",
package/src/locale/fr.ts CHANGED
@@ -146,8 +146,8 @@ export default {
146
146
  "Sort score": "Pertinence",
147
147
  "Sort name": "Alphabétique",
148
148
  "Sort last": "Antéchronologique",
149
- "Choose color": "Couleur",
150
- "Choose theme": "Thème",
149
+ "Choose color": "Couleur d'accent",
150
+ "Choose theme": "Thème (fond du player)",
151
151
  "Podcast no visible": "Épisode non visible actuellement",
152
152
  "Display episodes": "Affichage des épisodes",
153
153
  "Podcast publish in future": "Épisode publié dans le futur",
package/src/locale/it.ts CHANGED
@@ -141,8 +141,8 @@ export default{
141
141
  'Sort score': 'Suddiviso per grado di rilevanza',
142
142
  'Sort name': 'Suddividi titolo',
143
143
  'Sort last': 'Suddividi ultimo',
144
- 'Choose color': 'Seleziona colore',
145
- 'Choose theme': 'Seleziona tema',
144
+ 'Choose color': 'Colore accento',
145
+ 'Choose theme': 'Tema (sfondo del giocatore)',
146
146
  'Podcast no visible': 'Podcast non visibile',
147
147
  'Display episodes': 'Mostra episodi',
148
148
  'Podcast published in future': 'Podcast pubblicato in futuro',
package/src/locale/sl.ts CHANGED
@@ -142,8 +142,8 @@ export default {
142
142
  "Sort score": "Razvrščeno po relevantnosti",
143
143
  "Sort name": "Naslov",
144
144
  "Sort last": "Zadnje",
145
- "Choose color": "Izberi barvo",
146
- "Choose theme": "Izberi temo",
145
+ "Choose color": "Poudarjena barva",
146
+ "Choose theme": "Tema (ozadje igralca)",
147
147
  "Podcast no visible": "Podkast je skrit",
148
148
  "Display episodes": "Prikaži epizode",
149
149
  "Podcast published in future": "Podkast bo objavljen v prihodnje",