@saooti/octopus-sdk 35.2.1 → 35.2.2
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.2.
|
|
3
|
+
"version": "35.2.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Javascript SDK for using octopus",
|
|
6
6
|
"author": "Saooti",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"test": "jest --coverage"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@saooti/octopus-api": "^0.34.
|
|
19
|
+
"@saooti/octopus-api": "^0.34.3",
|
|
20
20
|
"@vue/cli": "^5.0.8",
|
|
21
21
|
"@vue/compat": "^3.2.45",
|
|
22
22
|
"autoprefixer": "^10.4.13",
|
|
@@ -138,6 +138,7 @@ import { Conference } from '@/stores/class/conference/conference';
|
|
|
138
138
|
import CommentBasicView from './CommentBasicView.vue';
|
|
139
139
|
import Constants from '../../../../public/config';
|
|
140
140
|
import { useCommentStore } from '@/stores/CommentStore';
|
|
141
|
+
import { useGeneralStore } from '@/stores/GeneralStore';
|
|
141
142
|
import { mapState, mapActions } from 'pinia';
|
|
142
143
|
import { defineComponent, defineAsyncComponent } from 'vue';
|
|
143
144
|
const CommentInput = defineAsyncComponent(() => import('./CommentInput.vue'));
|
|
@@ -41,6 +41,7 @@ import cookies from '../../mixins/cookies';
|
|
|
41
41
|
import { Podcast } from '@/stores/class/general/podcast';
|
|
42
42
|
import { Conference } from '@/stores/class/conference/conference';
|
|
43
43
|
import { useCommentStore } from '@/stores/CommentStore';
|
|
44
|
+
import { useGeneralStore } from '@/stores/GeneralStore';
|
|
44
45
|
import { mapState, mapActions } from 'pinia';
|
|
45
46
|
import { defineComponent } from 'vue'
|
|
46
47
|
import { CommentPodcast } from '@/stores/class/general/comment';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
Productors: '
|
|
3
|
-
Productor: 'Établissement',
|
|
2
|
+
Productors: 'Académies & collectivités',
|
|
3
|
+
/* Productor: 'Établissement',
|
|
4
4
|
'Number productors': '{nb} établissements',
|
|
5
5
|
'select productor': 'Choisir un établissement',
|
|
6
6
|
'Please chose a productor': 'Veuillez choisir un établissement',
|
|
@@ -9,5 +9,5 @@ export default {
|
|
|
9
9
|
'Type string to filter by organisation': 'Filtrer les établissements par nom',
|
|
10
10
|
'No organisation filter': 'Tous les établissements',
|
|
11
11
|
'Loading productors ...': 'Chargement des établissements en cours...',
|
|
12
|
-
"Productor doesn't exist": "L'établissement demandé n'existe pas",
|
|
12
|
+
"Productor doesn't exist": "L'établissement demandé n'existe pas", */
|
|
13
13
|
};
|