@saooti/octopus-sdk 39.3.1 → 39.3.3
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 +14 -26
- package/src/components/display/filter/AdvancedSearch.vue +1 -1
- package/src/components/display/filter/ProductorSearch.vue +1 -1
- package/src/components/display/live/RadioPlanning.vue +1 -1
- package/src/components/display/podcasts/PodcastInlineListTemplate.vue +1 -1
- package/src/components/misc/player/PlayerCompact.vue +1 -0
- package/src/components/pages/HomePage.vue +2 -0
- package/src/stores/CommentStore.ts +3 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saooti/octopus-sdk",
|
|
3
|
-
"version": "39.3.
|
|
3
|
+
"version": "39.3.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Javascript SDK for using octopus",
|
|
6
6
|
"author": "Saooti",
|
|
@@ -12,45 +12,41 @@
|
|
|
12
12
|
"proxy_non_authentifié": "node proxy.ts false",
|
|
13
13
|
"lint": "eslint --ext .js,.vue --fix src",
|
|
14
14
|
"build_bundle": "vue-cli-service build --target lib --name octopus ./index.js",
|
|
15
|
-
"sonar": "node sonarqube-scanner.js"
|
|
16
|
-
"test": "jest --coverage"
|
|
15
|
+
"sonar": "node sonarqube-scanner.js"
|
|
17
16
|
},
|
|
18
17
|
"dependencies": {
|
|
19
18
|
"@multiformats/murmur3": "^2.1.8",
|
|
20
19
|
"@popperjs/core": "^2.11.8",
|
|
21
20
|
"@stomp/stompjs": "^7.0.0",
|
|
22
|
-
"@tato30/vue-pdf": "^1.11.
|
|
21
|
+
"@tato30/vue-pdf": "^1.11.3",
|
|
23
22
|
"@tiptap/extension-hard-break": "^2.9.1",
|
|
24
23
|
"@tiptap/extension-link": "^2.9.1",
|
|
25
24
|
"@tiptap/extension-text-style": "^2.9.1",
|
|
26
25
|
"@tiptap/extension-underline": "^2.9.1",
|
|
27
26
|
"@tiptap/starter-kit": "^2.9.1",
|
|
28
27
|
"@tiptap/vue-3": "^2.9.1",
|
|
29
|
-
"@vue/cli": "^5.0.8",
|
|
30
|
-
"@vue/compat": "^3.5.12",
|
|
31
28
|
"@vuepic/vue-datepicker": "^10.0.0",
|
|
32
|
-
"@vueuse/core": "^
|
|
29
|
+
"@vueuse/core": "^12.0.0",
|
|
33
30
|
"autoprefixer": "^10.4.20",
|
|
34
|
-
"axios": "^1.7.
|
|
31
|
+
"axios": "^1.7.9",
|
|
35
32
|
"dayjs": "^1.11.13",
|
|
36
33
|
"emoji-mart-vue-fast": "^15.0.3",
|
|
37
34
|
"eslint-config-prettier": "^9.1.0",
|
|
38
35
|
"eslint-plugin-prettier": "^5.2.1",
|
|
39
|
-
"express": "^4.21.
|
|
36
|
+
"express": "^4.21.2",
|
|
40
37
|
"hls.js": "^1.5.17",
|
|
41
38
|
"humanize-duration": "^3.32.1",
|
|
42
|
-
"
|
|
43
|
-
"pinia": "^2.2.6",
|
|
39
|
+
"pinia": "^2.3.0",
|
|
44
40
|
"qrcode.vue": "^3.6.0",
|
|
45
|
-
"sass": "^1.
|
|
41
|
+
"sass": "^1.82.0",
|
|
46
42
|
"sockjs-client": "^1.6.1",
|
|
47
43
|
"sonarqube-scanner": "^3.3.0",
|
|
48
44
|
"swiper": "^11.1.14",
|
|
49
|
-
"video.js": "^8.
|
|
45
|
+
"video.js": "^8.21.0",
|
|
50
46
|
"videojs-quality-selector-hls": "^1.1.1",
|
|
51
47
|
"vite": "^5.4.11",
|
|
52
48
|
"vue": "^3.5.12",
|
|
53
|
-
"vue-i18n": "^
|
|
49
|
+
"vue-i18n": "^10.0.5",
|
|
54
50
|
"vue-material-design-icons": "^5.3.1",
|
|
55
51
|
"vue-recaptcha": "^2.0.3",
|
|
56
52
|
"vue-router": "^4.4.5",
|
|
@@ -60,14 +56,11 @@
|
|
|
60
56
|
},
|
|
61
57
|
"devDependencies": {
|
|
62
58
|
"@types/sockjs-client": "^1.5.4",
|
|
63
|
-
"@
|
|
64
|
-
"@typescript-eslint/
|
|
65
|
-
"@typescript-eslint/parser": "^7.18.0",
|
|
59
|
+
"@typescript-eslint/eslint-plugin": "^8.18.0",
|
|
60
|
+
"@typescript-eslint/parser": "^8.18.0",
|
|
66
61
|
"@vitejs/plugin-vue": "^5.1.4",
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"eslint": "^8.57.0",
|
|
70
|
-
"eslint-plugin-vue": "^9.29.1",
|
|
62
|
+
"eslint": "^9.16.0",
|
|
63
|
+
"eslint-plugin-vue": "^9.32.0",
|
|
71
64
|
"typescript": "^5.6.3"
|
|
72
65
|
},
|
|
73
66
|
"eslintConfig": {
|
|
@@ -122,10 +115,5 @@
|
|
|
122
115
|
"repository": {
|
|
123
116
|
"type": "git",
|
|
124
117
|
"url": "git+https://github.com/saooti/octopus-sdk.git"
|
|
125
|
-
},
|
|
126
|
-
"jestSonar": {
|
|
127
|
-
"reportPath": "coverage",
|
|
128
|
-
"reportFile": "test-reporter.xml",
|
|
129
|
-
"indent": 4
|
|
130
118
|
}
|
|
131
119
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<div class="d-flex flex-column justify-content-center align-items-center">
|
|
2
|
+
<div id="advanced-search" class="d-flex flex-column justify-content-center align-items-center">
|
|
3
3
|
<button
|
|
4
4
|
class="d-flex justify-content-center align-items-center mb-3 text-secondary btn-transparent"
|
|
5
5
|
@click="clickShowFilters"
|
|
@@ -130,7 +130,7 @@ export default defineComponent({
|
|
|
130
130
|
this.$emit("displayNext");
|
|
131
131
|
},
|
|
132
132
|
handleSeeMoreButton(event: { preventDefault: () => void }) {
|
|
133
|
-
if (
|
|
133
|
+
if (this.href ||
|
|
134
134
|
!this.rubriqueId ||
|
|
135
135
|
0 === this.rubriqueId.length ||
|
|
136
136
|
this.noRubriquageId.length
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
<!-- <AdsSkipButton/> -->
|
|
25
25
|
<PlayerSpeedButton v-if="!radioUrl" />
|
|
26
26
|
<button
|
|
27
|
+
id="player-up-btn"
|
|
27
28
|
:title="'' != transcriptText ? $t('View transcript') : $t('Enlarge')"
|
|
28
29
|
class="btn play-button-box btn-transparent text-light me-0"
|
|
29
30
|
@click="changePlayerLargeVersion"
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
style="min-height: 650px"
|
|
30
30
|
:rubrique-id="rubriqueId.concat(r.rubriqueId)"
|
|
31
31
|
:title="r.name"
|
|
32
|
+
:href="rubriqueMorePath? rubriqueMorePath+r.rubriqueId: undefined"
|
|
32
33
|
:button-text="$t('All podcast button', { name: r.name })"
|
|
33
34
|
/>
|
|
34
35
|
<template #preview>
|
|
@@ -84,6 +85,7 @@ export default defineComponent({
|
|
|
84
85
|
mixins: [rubriquesFilterComputed],
|
|
85
86
|
props: {
|
|
86
87
|
displayWithoutRubriques: { default: true, type: Boolean },
|
|
88
|
+
rubriqueMorePath: { default: undefined, type: String },
|
|
87
89
|
},
|
|
88
90
|
emits: ["categoriesLength"],
|
|
89
91
|
data() {
|
|
@@ -106,6 +106,9 @@ export const useCommentStore = defineStore("CommentStore", {
|
|
|
106
106
|
uuid: uuid,
|
|
107
107
|
uuidHash: hash,
|
|
108
108
|
};
|
|
109
|
+
if ("#miniplayer" === this.commentUser?.name) {
|
|
110
|
+
this.commentUser.name = null;
|
|
111
|
+
}
|
|
109
112
|
},
|
|
110
113
|
setCommentUser(name: string) {
|
|
111
114
|
const authStore = useAuthStore();
|