@saooti/octopus-sdk 35.1.5 → 35.1.7

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": "35.1.5",
3
+ "version": "35.1.7",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -24,7 +24,7 @@
24
24
  "dayjs": "^1.11.7",
25
25
  "express": "^4.18.2",
26
26
  "hls.js": "^1.3.2",
27
- "humanize-duration": "^3.27.2",
27
+ "humanize-duration": "3.27.1",
28
28
  "jest": "^29.4.1",
29
29
  "jquery": "^3.6.3",
30
30
  "qrcode.vue": "^3.3.3",
@@ -33,7 +33,7 @@
33
33
  :text-init="searchPattern"
34
34
  class="d-flex align-items-center flex-grow-1"
35
35
  :autofocus="true"
36
- idSearch="productor-search-input"
36
+ id-search="productor-search-input"
37
37
  :label="searchText"
38
38
  @update:textInit="$emit('update:searchPattern', $event)"
39
39
  />
@@ -7,7 +7,7 @@
7
7
  v-if="!loading && notEmptyPlaylist"
8
8
  v-model:textInit="searchPattern"
9
9
  class="width-600 align-self-baseline mb-2"
10
- idSearch="podcast-list-search"
10
+ id-search="podcast-list-search"
11
11
  :label="$t('Search')"
12
12
  />
13
13
  <ListPaginate
@@ -13,7 +13,7 @@
13
13
  <ClassicSearch
14
14
  v-model:textInit="searchPattern"
15
15
  class="flex-small-grow"
16
- idSearch="podcast-filter-search"
16
+ id-search="podcast-filter-search"
17
17
  :label="$t('Search')"
18
18
  />
19
19
  </div>
@@ -186,7 +186,7 @@ export default defineComponent({
186
186
  handleAnnotations(){
187
187
  if (!this.emission || !this.emission.annotations) return;
188
188
  this.rssEmission = 'RSS'===this.emission.annotations.SOURCE_KIND? true: false;
189
- this.ftpEmission = this.emission.annotations.FTP? true: false;
189
+ this.ftpEmission = 'FTP'===this.emission.annotations.SOURCE_KIND? true: false;
190
190
  if (this.emission.annotations.exclusive) {
191
191
  this.exclusive ='true' === this.emission.annotations.exclusive;
192
192
  this.exclusive =this.exclusive && this.myOrganisationId !== this.emission.orga.id;
@@ -5,7 +5,7 @@
5
5
  v-if="!hideBar"
6
6
  v-model:textInit="rawQuery"
7
7
  :autofocus="true"
8
- idSearch="search-page-input"
8
+ id-search="search-page-input"
9
9
  :label="$t('Please type at least three characters')"
10
10
  />
11
11
  <PodcastList