@saooti/octopus-sdk 37.0.52 → 37.0.54
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/index.ts
CHANGED
|
@@ -47,9 +47,12 @@ export const getRubriqueChooser = () => import("./src/components/display/rubriqu
|
|
|
47
47
|
export const getCommentList = () => import("./src/components/display/comments/CommentList.vue");
|
|
48
48
|
export const getCommentInput = () => import("./src/components/display/comments/CommentInput.vue");
|
|
49
49
|
export const getPodcastPlaylistInlineList = () => import("./src/components/display/playlist/PodcastPlaylistInlineList.vue");
|
|
50
|
+
export const getLiveList = () => import("./src/components/display/live/LiveList.vue");
|
|
51
|
+
|
|
50
52
|
|
|
51
53
|
//Radio
|
|
52
54
|
export const getRadioCurrently = () => import("./src/components/display/live/RadioCurrently.vue");
|
|
55
|
+
export const getRadioPlanning = () => import("./src/components/display/live/RadioPlanning.vue");
|
|
53
56
|
|
|
54
57
|
|
|
55
58
|
//AdvancedSearch
|
package/package.json
CHANGED
|
@@ -153,7 +153,7 @@ export default defineComponent({
|
|
|
153
153
|
computed: {
|
|
154
154
|
...mapState(useAuthStore, ["authOrganisation"]),
|
|
155
155
|
displayWaveParam(): boolean {
|
|
156
|
-
return
|
|
156
|
+
return 'default'===this.iFrameModel || 'emission'===this.iFrameModel;
|
|
157
157
|
},
|
|
158
158
|
displayArticleParam(): boolean {
|
|
159
159
|
return (
|