@saooti/octopus-sdk 30.0.40 → 30.0.41
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/README.md
CHANGED
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
:title="$t('Display previous')"
|
|
12
12
|
@click="displayPrevious()"
|
|
13
13
|
>
|
|
14
|
-
<div class="saooti-
|
|
14
|
+
<div class="saooti-left fw-bold" />
|
|
15
15
|
</button>
|
|
16
16
|
<button
|
|
17
17
|
class="btn admin-button m-1"
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
:title="$t('Display next')"
|
|
20
20
|
@click="displayNext()"
|
|
21
21
|
>
|
|
22
|
-
<div class="saooti-
|
|
22
|
+
<div class="saooti-right fw-bold" />
|
|
23
23
|
</button>
|
|
24
24
|
</div>
|
|
25
25
|
</div>
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
:title="$t('Display previous')"
|
|
32
32
|
@click="displayPrevious()"
|
|
33
33
|
>
|
|
34
|
-
<div class="saooti-
|
|
34
|
+
<div class="saooti-left fw-bold" />
|
|
35
35
|
</button>
|
|
36
36
|
<button
|
|
37
37
|
class="btn admin-button m-1"
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
:title="$t('Display next')"
|
|
40
40
|
@click="displayNext()"
|
|
41
41
|
>
|
|
42
|
-
<div class="saooti-
|
|
42
|
+
<div class="saooti-right fw-bold" />
|
|
43
43
|
</button>
|
|
44
44
|
</div>
|
|
45
45
|
</div>
|
|
@@ -24,13 +24,6 @@
|
|
|
24
24
|
:title="$t('Without rubric')"
|
|
25
25
|
:button-text="$t('All podcast button', { name: $t('Without rubric') })"
|
|
26
26
|
/>
|
|
27
|
-
<PodcastInlineList
|
|
28
|
-
v-if="rubriqueDisplay && rubriqueDisplay.length"
|
|
29
|
-
:no-rubriquage-id="[rubriqueDisplay[0].rubriquageId]"
|
|
30
|
-
:rubrique-id="rubriqueId"
|
|
31
|
-
:title="$t('Without rubric')"
|
|
32
|
-
:button-text="$t('All podcast button', { name: $t('Without rubric') })"
|
|
33
|
-
/>
|
|
34
27
|
</template>
|
|
35
28
|
</div>
|
|
36
29
|
</template>
|