@saooti/octopus-sdk 34.0.12 → 34.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": "34.0.12",
3
+ "version": "34.0.13",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -135,6 +135,7 @@ export default defineComponent({
135
135
  const queryString = newFilter.map(value => value.rubriquageId+':'+value.rubriqueId).join();
136
136
  this.$router.replace({ query: { ...this.$route.query, ...{ rubriquesId:"" !== queryString? queryString : undefined}} });
137
137
  }
138
+
138
139
  this.$store.commit('filterRubrique', newFilter);
139
140
  }
140
141
  if(event){
@@ -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
- id-checkbox="productor-search-input"
36
+ idSearch="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
- id-checkbox="podcast-list-search"
10
+ idSearch="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
- id-checkbox="podcast-filter-search"
16
+ idSearch="podcast-filter-search"
17
17
  :label="$t('Search')"
18
18
  />
19
19
  </div>
@@ -1,6 +1,5 @@
1
1
  <template>
2
2
  <div
3
- id="podcast-item-container"
4
3
  class="podcast-item-container"
5
4
  :class="[
6
5
  podcastShadow ? 'shadow-element' : '',
@@ -71,14 +71,13 @@ export default defineComponent({
71
71
  deep: true,
72
72
  immediate: true,
73
73
  handler(){
74
- if(this.rubriqueFilter.length){
75
- this.updateRubriquageFilter();
76
- }
74
+ this.updateRubriquageFilter();
77
75
  }
78
76
  }
79
77
  },
80
78
  methods:{
81
79
  updateRubriquageFilter(){
80
+ debugger;
82
81
  const length = this.rubriqueFilter.length;
83
82
  const rubriqueId: Array<number>= [];
84
83
  for (let index = 0; index < length; index++) {
@@ -5,7 +5,7 @@
5
5
  v-if="!hideBar"
6
6
  v-model:textInit="rawQuery"
7
7
  :autofocus="true"
8
- id-checkbox="search-page-input"
8
+ idSearch="search-page-input"
9
9
  :label="$t('Please type at least three characters')"
10
10
  />
11
11
  <PodcastList