@saooti/octopus-sdk 30.0.1 → 30.0.5
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/README.md +7 -0
- package/index.ts +5 -2
- package/package.json +1 -1
- package/public/img/ouest_france_logo.svg +12 -0
- package/src/App.vue +4 -4
- package/src/api/comments.ts +1 -1
- package/src/assets/form.scss +3 -1
- package/src/assets/modal.scss +1 -0
- package/src/components/display/categories/CategoryChooser.vue +1 -1
- package/src/components/display/categories/CategoryFilter.vue +4 -4
- package/src/components/display/categories/CategoryList.vue +1 -1
- package/src/components/display/comments/CommentInput.vue +3 -3
- package/src/components/display/comments/CommentItem.vue +3 -4
- package/src/components/display/comments/CommentList.vue +4 -4
- package/src/components/display/comments/CommentParentInfo.vue +1 -1
- package/src/components/display/comments/CommentPlayer.vue +1 -1
- package/src/components/display/comments/CommentSection.vue +3 -3
- package/src/components/display/edit/EditBox.vue +1 -1
- package/src/components/display/edit/EditCommentBox.vue +1 -1
- package/src/components/display/emission/EmissionChooser.vue +2 -2
- package/src/components/display/emission/EmissionInlineList.vue +2 -2
- package/src/components/display/emission/EmissionItem.vue +1 -1
- package/src/components/display/emission/EmissionList.vue +3 -3
- package/src/components/display/emission/EmissionPlayerItem.vue +2 -2
- package/src/components/display/filter/AdvancedSearch.vue +1 -1
- package/src/components/display/filter/CategoryFilter.vue +1 -1
- package/src/components/display/filter/ProductorSearch.vue +1 -1
- package/src/components/display/filter/RubriqueChoice.vue +2 -2
- package/src/components/display/filter/RubriqueFilter.vue +2 -2
- package/src/components/display/live/LiveHorizontalList.vue +1 -1
- package/src/components/display/live/LiveItem.vue +2 -2
- package/src/components/display/live/LiveList.vue +1 -1
- package/src/components/display/organisation/OrganisationChooser.vue +1 -1
- package/src/components/display/organisation/OrganisationChooserLight.vue +1 -1
- package/src/components/display/participant/ParticipantItem.vue +1 -1
- package/src/components/display/participant/ParticipantList.vue +1 -1
- package/src/components/display/playlist/PlaylistItem.vue +1 -1
- package/src/components/display/playlist/PlaylistList.vue +1 -1
- package/src/components/display/playlist/PodcastList.vue +2 -2
- package/src/components/display/podcasts/AnimatorsItem.vue +1 -1
- package/src/components/display/podcasts/ParticipantDescription.vue +1 -2
- package/src/components/display/podcasts/PodcastFilterList.vue +2 -2
- package/src/components/display/podcasts/PodcastImage.vue +2 -2
- package/src/components/display/podcasts/PodcastInlineList.vue +2 -2
- package/src/components/display/podcasts/PodcastItem.vue +2 -2
- package/src/components/display/podcasts/PodcastList.vue +2 -2
- package/src/components/display/podcasts/PodcastModuleBox.vue +3 -7
- package/src/components/display/podcasts/TagList.vue +46 -35
- package/src/components/display/rubriques/RubriqueChooser.vue +1 -1
- package/src/components/display/rubriques/RubriqueList.vue +3 -3
- package/src/components/display/sharing/PlayerParameters.vue +7 -58
- package/src/components/display/sharing/ShareButtons.vue +3 -2
- package/src/components/display/sharing/ShareDistribution.vue +1 -1
- package/src/components/display/sharing/SharePlayer.vue +37 -72
- package/src/components/display/sharing/SharePlayerColors.vue +4 -49
- package/src/components/display/sharing/SharePlayerTypes.vue +12 -15
- package/src/components/display/sharing/SubscribeButtons.vue +1 -1
- package/src/components/misc/Footer.vue +2 -2
- package/src/components/misc/LeftMenu.vue +3 -3
- package/src/components/misc/Player.vue +2 -2
- package/src/components/misc/PlayerButtons.vue +2 -2
- package/src/components/misc/PlayerClockAndTimeline.vue +1 -1
- package/src/components/misc/PlayerProgressBar.vue +1 -1
- package/src/components/misc/Popover.vue +1 -2
- package/src/components/misc/TopBar.vue +2 -2
- package/src/components/misc/modal/ClipboardModal.vue +1 -1
- package/src/components/misc/modal/NewsletterModal.vue +2 -2
- package/src/components/misc/modal/QrCodeModal.vue +2 -2
- package/src/components/misc/modal/ShareModalPlayer.vue +1 -1
- package/src/components/mixins/init.ts +1 -1
- package/src/components/mixins/organisationFilter.ts +1 -1
- package/src/components/mixins/tagOfMixins.ts +19 -0
- package/src/components/pages/Category.vue +1 -1
- package/src/components/pages/Emission.vue +1 -1
- package/src/components/pages/Emissions.vue +2 -2
- package/src/components/pages/Home.vue +4 -4
- package/src/components/pages/Lives.vue +2 -2
- package/src/components/pages/Participant.vue +1 -1
- package/src/components/pages/Playlist.vue +1 -1
- package/src/components/pages/Podcast.vue +4 -4
- package/src/components/pages/Podcasts.vue +3 -3
- package/src/locale/en.ts +0 -1
- package/src/locale/fr.ts +0 -1
- package/src/store/class/{adserverConfig.ts → adserver/adserverConfig.ts} +0 -0
- package/src/store/class/adserver/adserverOtherEmission.ts +13 -0
- package/src/store/class/{adserverTiming.ts → adserver/adserverTiming.ts} +0 -0
- package/src/store/class/cartouchier/cartouche.ts +15 -0
- package/src/store/class/cartouchier/cartouchier.ts +9 -0
- package/src/store/class/conference/conference.ts +35 -0
- package/src/store/class/conference/conferenceMessage.ts +10 -0
- package/src/store/class/conference/conferenceParticipant.ts +18 -0
- package/src/store/class/conference/pad.ts +15 -0
- package/src/store/class/conference/studioCall.ts +7 -0
- package/src/store/class/contract/contract.ts +7 -0
- package/src/store/class/contract/contractOrganisation.ts +7 -0
- package/src/store/class/ftp/ftpEmission.ts +41 -0
- package/src/store/class/ftp/ftpParam.ts +12 -0
- package/src/store/class/ftp/testFtpEmission.ts +5 -0
- package/src/store/class/general/audioView.ts +21 -0
- package/src/store/class/{category.ts → general/category.ts} +1 -1
- package/src/store/class/general/comment.ts +16 -0
- package/src/store/class/general/customPlayer.ts +8 -0
- package/src/store/class/{emission.ts → general/emission.ts} +2 -2
- package/src/store/class/general/fetchParam.ts +33 -0
- package/src/store/class/general/initState.ts +25 -0
- package/src/store/class/general/ituneCategory.ts +5 -0
- package/src/store/class/general/media.ts +14 -0
- package/src/store/class/general/organisation.ts +19 -0
- package/src/store/class/general/pageable.ts +13 -0
- package/src/store/class/{participant.ts → general/participant.ts} +0 -0
- package/src/store/class/{player.ts → general/player.ts} +0 -0
- package/src/store/class/{playlist.ts → general/playlist.ts} +2 -2
- package/src/store/class/{podcast.ts → general/podcast.ts} +2 -1
- package/src/store/class/general/sortPageable.ts +5 -0
- package/src/store/class/general/soundcastCategory.ts +8 -0
- package/src/store/class/ouestFrance/ofTag.ts +36 -0
- package/src/store/class/ouestFrance/ofTagInfo.ts +9 -0
- package/src/store/class/ouestFrance/ofTagPage.ts +7 -0
- package/src/store/class/ouestFrance/ofTagSeo.ts +7 -0
- package/src/store/class/ouestFrance/ofTagVente.ts +6 -0
- package/src/store/class/ouestFrance/ofTagWithParents.ts +26 -0
- package/src/store/class/rss/aggregator.ts +28 -0
- package/src/store/class/rss/rssEmission.ts +14 -0
- package/src/store/class/rss/rssInfo.ts +8 -0
- package/src/store/class/{rubriquage.ts → rubrique/rubriquage.ts} +0 -0
- package/src/store/class/rubrique/rubriquageFilter.ts +6 -0
- package/src/store/class/rubrique/rubrique.ts +8 -0
- package/src/store/class/stat/statArrayIncome.ts +6 -0
- package/src/store/class/stat/statArrayObject.ts +34 -0
- package/src/store/class/stat/statGraph.ts +7 -0
- package/src/store/class/{person.ts → user/person.ts} +2 -2
- package/src/store/class/user/profile.ts +12 -0
- package/src/store/class/user/userKeycloak.ts +24 -0
- package/src/store/paramStore.ts +8 -12
- package/src/store/typeAppStore.ts +10 -10
- package/src/store/class/comment.ts +0 -16
- package/src/store/class/conference.ts +0 -31
- package/src/store/class/customPlayer.ts +0 -8
- package/src/store/class/fetchParam.ts +0 -33
- package/src/store/class/media.ts +0 -14
- package/src/store/class/organisation.ts +0 -19
- package/src/store/class/rubriquageFilter.ts +0 -6
- package/src/store/class/rubrique.ts +0 -9
package/README.md
CHANGED
|
@@ -493,5 +493,12 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
|
|
|
493
493
|
* 29.0.24 Version stable vue3
|
|
494
494
|
* 29.0.25 Specific category does not display in correct order
|
|
495
495
|
* 29.0.26 Snackbar position
|
|
496
|
+
* 29.0.27 Petit cursor:pointer des familles
|
|
497
|
+
* 29.0.28 Petite couleur des familles
|
|
498
|
+
* 29.0.29 Amélioration Popover
|
|
496
499
|
|
|
497
500
|
* 30.0.1 Nouveau sprint
|
|
501
|
+
* 30.0.2 Correction css
|
|
502
|
+
* 30.0.3 Ajout tag page podcast
|
|
503
|
+
* 30.0.4 Remplacer la version "classique" des miniplayers par la version beta
|
|
504
|
+
* 30.0.5 Tri des classes dans des sous dossiers
|
package/index.ts
CHANGED
|
@@ -55,6 +55,7 @@ import {cookies} from "./src/components/mixins/functions";
|
|
|
55
55
|
import {displayMethods} from "./src/components/mixins/functions";
|
|
56
56
|
import {orgaFilter} from "./src/components/mixins/organisationFilter";
|
|
57
57
|
import {initSDK} from "./src/components/mixins/init";
|
|
58
|
+
import {tagOfMixins} from "./src/components/mixins/tagOfMixins";
|
|
58
59
|
|
|
59
60
|
const components = {
|
|
60
61
|
Lives,
|
|
@@ -97,7 +98,8 @@ const components = {
|
|
|
97
98
|
CategoryFilter,
|
|
98
99
|
orgaFilter,
|
|
99
100
|
initSDK,
|
|
100
|
-
Popover
|
|
101
|
+
Popover,
|
|
102
|
+
tagOfMixins
|
|
101
103
|
}
|
|
102
104
|
|
|
103
105
|
export default components;
|
|
@@ -143,5 +145,6 @@ export {
|
|
|
143
145
|
CategoryFilter,
|
|
144
146
|
orgaFilter,
|
|
145
147
|
initSDK,
|
|
146
|
-
Popover
|
|
148
|
+
Popover,
|
|
149
|
+
tagOfMixins
|
|
147
150
|
};
|
package/package.json
CHANGED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 41.1 41.2" style="enable-background:new 0 0 41.1 41.2;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:#E2001A;}
|
|
7
|
+
</style>
|
|
8
|
+
<g>
|
|
9
|
+
<path class="st0" d="M28.1,1.5v13.3H12.7v-2h13.4v-12C15.1-2.3,3.8,4.1,0.7,15.1c-2.8,10,2.3,20.6,12,24.6V26.5h15.4v2H14.7v11.9
|
|
10
|
+
c10.9,3.2,22.4-3,25.6-13.9C43.3,16.3,38,5.4,28.1,1.5z"/>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|
package/src/App.vue
CHANGED
|
@@ -24,12 +24,12 @@ import LeftMenu from '@/components/misc/LeftMenu.vue';
|
|
|
24
24
|
import Footer from '@/components/misc/Footer.vue';
|
|
25
25
|
import CategoryFilter from '@/components/display/categories/CategoryFilter.vue';
|
|
26
26
|
import { state } from './store/paramStore';
|
|
27
|
-
import { Rubriquage } from './store/class/rubriquage';
|
|
28
|
-
import { RubriquageFilter } from './store/class/rubriquageFilter';
|
|
29
|
-
import { Rubrique } from './store/class/rubrique';
|
|
27
|
+
import { Rubriquage } from './store/class/rubrique/rubriquage';
|
|
28
|
+
import { RubriquageFilter } from './store/class/rubrique/rubriquageFilter';
|
|
29
|
+
import { Rubrique } from './store/class/rubrique/rubrique';
|
|
30
30
|
import { initSDK } from './components/mixins/init';
|
|
31
31
|
import { defineComponent } from 'vue'
|
|
32
|
-
import { Category } from './store/class/category';
|
|
32
|
+
import { Category } from './store/class/general/category';
|
|
33
33
|
export default defineComponent({
|
|
34
34
|
name: 'App',
|
|
35
35
|
|
package/src/api/comments.ts
CHANGED
package/src/assets/form.scss
CHANGED
|
@@ -31,7 +31,8 @@
|
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
.form-check-input{
|
|
34
|
-
|
|
34
|
+
margin-right: 5px;
|
|
35
|
+
cursor: pointer;
|
|
35
36
|
}
|
|
36
37
|
|
|
37
38
|
.basic-select{
|
|
@@ -90,6 +91,7 @@
|
|
|
90
91
|
.nav{
|
|
91
92
|
border-bottom: 0.05rem solid #ddd;
|
|
92
93
|
.nav-item{
|
|
94
|
+
cursor: pointer;
|
|
93
95
|
flex-grow: 1;
|
|
94
96
|
text-align: center;
|
|
95
97
|
a {
|
package/src/assets/modal.scss
CHANGED
|
@@ -75,7 +75,7 @@ const getDefaultCategory = (defaultName: string) => {
|
|
|
75
75
|
return { name: defaultName, id: 0 };
|
|
76
76
|
};
|
|
77
77
|
|
|
78
|
-
import { Category } from '@/store/class/category';
|
|
78
|
+
import { Category } from '@/store/class/general/category';
|
|
79
79
|
import { defineComponent } from 'vue'
|
|
80
80
|
export default defineComponent({
|
|
81
81
|
components: {
|
|
@@ -60,10 +60,10 @@
|
|
|
60
60
|
</template>
|
|
61
61
|
|
|
62
62
|
<script lang="ts">
|
|
63
|
-
import { Category } from '@/store/class/category';
|
|
64
|
-
import { Rubriquage } from '@/store/class/rubriquage';
|
|
65
|
-
import { RubriquageFilter } from '@/store/class/rubriquageFilter';
|
|
66
|
-
import { Rubrique } from '@/store/class/rubrique';
|
|
63
|
+
import { Category } from '@/store/class/general/category';
|
|
64
|
+
import { Rubriquage } from '@/store/class/rubrique/rubriquage';
|
|
65
|
+
import { RubriquageFilter } from '@/store/class/rubrique/rubriquageFilter';
|
|
66
|
+
import { Rubrique } from '@/store/class/rubrique/rubrique';
|
|
67
67
|
import { defineComponent, defineAsyncComponent } from 'vue';
|
|
68
68
|
const CategoryList = defineAsyncComponent(() => import('./CategoryList.vue'));
|
|
69
69
|
const RubriqueList = defineAsyncComponent(() => import('./../rubriques/RubriqueList.vue'));
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
import octopusApi from '@saooti/octopus-api';
|
|
45
45
|
import { state } from '../../../store/paramStore';
|
|
46
46
|
|
|
47
|
-
import { Category } from '@/store/class/category';
|
|
47
|
+
import { Category } from '@/store/class/general/category';
|
|
48
48
|
import { defineComponent } from 'vue'
|
|
49
49
|
export default defineComponent({
|
|
50
50
|
name: 'CategoryList',
|
|
@@ -80,9 +80,9 @@ import octopusApi from '@saooti/octopus-api';
|
|
|
80
80
|
import commentApi from '@/api/comments';
|
|
81
81
|
import { cookies } from '../../mixins/functions';
|
|
82
82
|
import { state } from '../../../store/paramStore';
|
|
83
|
-
import { Podcast } from '@/store/class/podcast';
|
|
84
|
-
import { Conference } from '@/store/class/conference';
|
|
85
|
-
import { CommentPodcast } from '@/store/class/comment';
|
|
83
|
+
import { Podcast } from '@/store/class/general/podcast';
|
|
84
|
+
import { Conference } from '@/store/class/conference/conference';
|
|
85
|
+
import { CommentPodcast } from '@/store/class/general/comment';
|
|
86
86
|
|
|
87
87
|
import { defineComponent, defineAsyncComponent } from 'vue';
|
|
88
88
|
const AddCommentModal = defineAsyncComponent(() => import('./AddCommentModal.vue'));
|
|
@@ -24,7 +24,6 @@
|
|
|
24
24
|
}}</b>
|
|
25
25
|
<Popover
|
|
26
26
|
:target="'popover-comment' + comment.comId"
|
|
27
|
-
triggers="hover"
|
|
28
27
|
custom-class="wizard-help"
|
|
29
28
|
>
|
|
30
29
|
{{ $t('Comment waiting') }}
|
|
@@ -182,9 +181,9 @@
|
|
|
182
181
|
<script lang="ts">
|
|
183
182
|
import { state } from '../../../store/paramStore';
|
|
184
183
|
import { displayMethods, selenium } from '../../mixins/functions';
|
|
185
|
-
import { CommentPodcast } from '@/store/class/comment';
|
|
186
|
-
import { Podcast } from '@/store/class/podcast';
|
|
187
|
-
import { Conference } from '@/store/class/conference';
|
|
184
|
+
import { CommentPodcast } from '@/store/class/general/comment';
|
|
185
|
+
import { Podcast } from '@/store/class/general/podcast';
|
|
186
|
+
import { Conference } from '@/store/class/conference/conference';
|
|
188
187
|
import moment from 'moment';
|
|
189
188
|
import Popover from '../../misc/Popover.vue';
|
|
190
189
|
import { defineComponent, defineAsyncComponent } from 'vue';
|
|
@@ -52,11 +52,11 @@ import { state } from '../../../store/paramStore';
|
|
|
52
52
|
import octopusApi from '@saooti/octopus-api';
|
|
53
53
|
import moment from 'moment';
|
|
54
54
|
|
|
55
|
-
import { Podcast } from '@/store/class/podcast';
|
|
56
|
-
import { Conference } from '@/store/class/conference';
|
|
57
|
-
import { CommentPodcast } from '@/store/class/comment';
|
|
55
|
+
import { Podcast } from '@/store/class/general/podcast';
|
|
56
|
+
import { Conference } from '@/store/class/conference/conference';
|
|
57
|
+
import { CommentPodcast } from '@/store/class/general/comment';
|
|
58
58
|
import { defineComponent, defineAsyncComponent } from 'vue';
|
|
59
|
-
import { FetchParam } from '@/store/class/fetchParam';
|
|
59
|
+
import { FetchParam } from '@/store/class/general/fetchParam';
|
|
60
60
|
/* eslint-disable */
|
|
61
61
|
const CommentItem: any = defineAsyncComponent(() => import('./CommentItem.vue'));
|
|
62
62
|
/* eslint-enable */
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
<script lang="ts">
|
|
36
36
|
import octopusApi from '@saooti/octopus-api';
|
|
37
37
|
import moment from 'moment';
|
|
38
|
-
import { CommentPodcast } from '@/store/class/comment';
|
|
38
|
+
import { CommentPodcast } from '@/store/class/general/comment';
|
|
39
39
|
import { defineComponent } from 'vue'
|
|
40
40
|
export default defineComponent({
|
|
41
41
|
name: 'CommentParentInfo',
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
</template>
|
|
37
37
|
|
|
38
38
|
<script lang="ts">
|
|
39
|
-
import { CommentPodcast } from '@/store/class/comment';
|
|
39
|
+
import { CommentPodcast } from '@/store/class/general/comment';
|
|
40
40
|
import { selenium } from '../../mixins/functions';
|
|
41
41
|
import { defineComponent } from 'vue'
|
|
42
42
|
export default defineComponent({
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
import CommentList from './CommentList.vue';
|
|
44
44
|
import CommentInput from './CommentInput.vue';
|
|
45
45
|
import { cookies } from '../../mixins/functions';
|
|
46
|
-
import { Podcast } from '@/store/class/podcast';
|
|
47
|
-
import { Conference } from '@/store/class/conference';
|
|
46
|
+
import { Podcast } from '@/store/class/general/podcast';
|
|
47
|
+
import { Conference } from '@/store/class/conference/conference';
|
|
48
48
|
|
|
49
49
|
import { defineComponent } from 'vue'
|
|
50
50
|
import CommentListVue from './CommentList.vue';
|
|
51
|
-
import { CommentPodcast } from '@/store/class/comment';
|
|
51
|
+
import { CommentPodcast } from '@/store/class/general/comment';
|
|
52
52
|
export default defineComponent({
|
|
53
53
|
name: 'CommentSection',
|
|
54
54
|
|
|
@@ -107,9 +107,9 @@ const getDefaultEmission = (defaultName: string): Emission|undefined => {
|
|
|
107
107
|
};
|
|
108
108
|
};
|
|
109
109
|
|
|
110
|
-
import { Emission } from '@/store/class/emission';
|
|
110
|
+
import { Emission } from '@/store/class/general/emission';
|
|
111
111
|
import { defineComponent } from 'vue'
|
|
112
|
-
import { FetchParam } from '@/store/class/fetchParam';
|
|
112
|
+
import { FetchParam } from '@/store/class/general/fetchParam';
|
|
113
113
|
export default defineComponent({
|
|
114
114
|
components: {
|
|
115
115
|
VueMultiselect
|
|
@@ -74,8 +74,8 @@ import { state } from '../../../store/paramStore';
|
|
|
74
74
|
|
|
75
75
|
const PHONE_WIDTH = 960;
|
|
76
76
|
|
|
77
|
-
import { Emission } from '@/store/class/emission';
|
|
78
|
-
import { Rubrique } from '@/store/class/rubrique';
|
|
77
|
+
import { Emission } from '@/store/class/general/emission';
|
|
78
|
+
import { Rubrique } from '@/store/class/rubrique/rubrique';
|
|
79
79
|
import { defineComponent } from 'vue'
|
|
80
80
|
export default defineComponent({
|
|
81
81
|
name: 'EmissionInlineList',
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
</template>
|
|
90
90
|
|
|
91
91
|
<script lang="ts">
|
|
92
|
-
import { Emission } from '@/store/class/emission';
|
|
92
|
+
import { Emission } from '@/store/class/general/emission';
|
|
93
93
|
import { state } from '../../../store/paramStore';
|
|
94
94
|
import octopusApi from '@saooti/octopus-api';
|
|
95
95
|
import { displayMethods } from '../../mixins/functions';
|
|
@@ -63,10 +63,10 @@
|
|
|
63
63
|
import octopusApi from '@saooti/octopus-api';
|
|
64
64
|
import { state } from '../../../store/paramStore';
|
|
65
65
|
|
|
66
|
-
import { Emission } from '@/store/class/emission';
|
|
67
|
-
import { Rubrique } from '@/store/class/rubrique';
|
|
66
|
+
import { Emission } from '@/store/class/general/emission';
|
|
67
|
+
import { Rubrique } from '@/store/class/rubrique/rubrique';
|
|
68
68
|
import { defineComponent, defineAsyncComponent } from 'vue';
|
|
69
|
-
import { FetchParam } from '@/store/class/fetchParam';
|
|
69
|
+
import { FetchParam } from '@/store/class/general/fetchParam';
|
|
70
70
|
const EmissionItem = defineAsyncComponent(() => import('./EmissionItem.vue'));
|
|
71
71
|
const EmissionPlayerItem = defineAsyncComponent(() => import('./EmissionPlayerItem.vue'));
|
|
72
72
|
export default defineComponent({
|
|
@@ -122,8 +122,8 @@
|
|
|
122
122
|
|
|
123
123
|
<script lang="ts">
|
|
124
124
|
import octopusApi from '@saooti/octopus-api';
|
|
125
|
-
import { Emission } from '@/store/class/emission';
|
|
126
|
-
import { Podcast } from '@/store/class/podcast';
|
|
125
|
+
import { Emission } from '@/store/class/general/emission';
|
|
126
|
+
import { Podcast } from '@/store/class/general/podcast';
|
|
127
127
|
import { state } from '../../../store/paramStore';
|
|
128
128
|
import { displayMethods } from '../../mixins/functions';
|
|
129
129
|
import { defineComponent } from 'vue'
|
|
@@ -204,7 +204,7 @@ import { state } from '../../../store/paramStore';
|
|
|
204
204
|
import moment from 'moment';
|
|
205
205
|
import CategoryFilter from './CategoryFilter.vue';
|
|
206
206
|
import RubriqueFilter from './RubriqueFilter.vue';
|
|
207
|
-
import { RubriquageFilter } from '@/store/class/rubriquageFilter';
|
|
207
|
+
import { RubriquageFilter } from '@/store/class/rubrique/rubriquageFilter';
|
|
208
208
|
import { DatePicker } from 'v-calendar';
|
|
209
209
|
import { defineComponent, defineAsyncComponent } from 'vue';
|
|
210
210
|
const MonetizableFilter = defineAsyncComponent(() => import('./MonetizableFilter.vue'));
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
|
|
23
23
|
<script lang="ts">
|
|
24
24
|
import CategoryChooser from '../categories/CategoryChooser.vue';
|
|
25
|
-
import { Category } from '@/store/class/category';
|
|
25
|
+
import { Category } from '@/store/class/general/category';
|
|
26
26
|
import { defineComponent } from 'vue'
|
|
27
27
|
export default defineComponent({
|
|
28
28
|
components: {
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
<script lang="ts">
|
|
62
62
|
import { state } from '../../../store/paramStore';
|
|
63
63
|
import { orgaFilter } from '../../mixins/organisationFilter';
|
|
64
|
-
import { Organisation } from '@/store/class/organisation';
|
|
64
|
+
import { Organisation } from '@/store/class/general/organisation';
|
|
65
65
|
import { defineComponent, defineAsyncComponent } from 'vue';
|
|
66
66
|
const OrganisationChooser = defineAsyncComponent(() => import('../organisation/OrganisationChooser.vue'));
|
|
67
67
|
export default defineComponent({
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
</template>
|
|
47
47
|
|
|
48
48
|
<script lang="ts">
|
|
49
|
-
import { Rubriquage } from '@/store/class/rubriquage';
|
|
50
|
-
import { Rubrique } from '@/store/class/rubrique';
|
|
49
|
+
import { Rubriquage } from '@/store/class/rubrique/rubriquage';
|
|
50
|
+
import { Rubrique } from '@/store/class/rubrique/rubrique';
|
|
51
51
|
import { defineComponent, defineAsyncComponent } from 'vue';
|
|
52
52
|
const RubriqueChooser = defineAsyncComponent(() => import('../rubriques/RubriqueChooser.vue'));
|
|
53
53
|
export default defineComponent({
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
|
|
45
45
|
<script lang="ts">
|
|
46
46
|
import octopusApi from '@saooti/octopus-api';
|
|
47
|
-
import { Rubriquage } from '@/store/class/rubriquage';
|
|
48
|
-
import { RubriquageFilter } from '@/store/class/rubriquageFilter';
|
|
47
|
+
import { Rubriquage } from '@/store/class/rubrique/rubriquage';
|
|
48
|
+
import { RubriquageFilter } from '@/store/class/rubrique/rubriquageFilter';
|
|
49
49
|
import { defineComponent, defineAsyncComponent } from 'vue';
|
|
50
50
|
const RubriqueChoice = defineAsyncComponent(() => import('./RubriqueChoice.vue'));
|
|
51
51
|
export default defineComponent({
|
|
@@ -34,7 +34,7 @@ import octopusApi from '@saooti/octopus-api';
|
|
|
34
34
|
import PodcastItem from '../podcasts/PodcastItem.vue';
|
|
35
35
|
import { state } from '../../../store/paramStore';
|
|
36
36
|
|
|
37
|
-
import { Podcast } from '@/store/class/podcast';
|
|
37
|
+
import { Podcast } from '@/store/class/general/podcast';
|
|
38
38
|
import { defineComponent } from 'vue'
|
|
39
39
|
export default defineComponent({
|
|
40
40
|
name: 'LiveHorizontalList',
|
|
@@ -131,8 +131,8 @@ import moment from 'moment';
|
|
|
131
131
|
// @ts-ignore
|
|
132
132
|
import humanizeDuration from 'humanize-duration';
|
|
133
133
|
import { displayMethods } from '../../mixins/functions';
|
|
134
|
-
import { Podcast } from '@/store/class/podcast';
|
|
135
|
-
import { Participant } from '@/store/class/participant';
|
|
134
|
+
import { Podcast } from '@/store/class/general/podcast';
|
|
135
|
+
import { Participant } from '@/store/class/general/participant';
|
|
136
136
|
|
|
137
137
|
import { defineComponent, defineAsyncComponent } from 'vue';
|
|
138
138
|
const RecordingItemButton = defineAsyncComponent(() => import('@/components/display/studio/RecordingItemButton.vue'));
|
|
@@ -116,7 +116,7 @@ import LiveItem from './LiveItem.vue';
|
|
|
116
116
|
import octopusApi from '@saooti/octopus-api';
|
|
117
117
|
import moment from 'moment';
|
|
118
118
|
import { state } from '../../../store/paramStore';
|
|
119
|
-
import { Conference } from '@/store/class/conference';
|
|
119
|
+
import { Conference } from '@/store/class/conference/conference';
|
|
120
120
|
import { defineComponent } from 'vue'
|
|
121
121
|
export default defineComponent({
|
|
122
122
|
name: 'LiveList',
|
|
@@ -119,7 +119,7 @@ import { selenium } from '../../mixins/functions';
|
|
|
119
119
|
import VueMultiselect from 'vue-multiselect';
|
|
120
120
|
import octopusApi from '@saooti/octopus-api';
|
|
121
121
|
import { state } from '../../../store/paramStore';
|
|
122
|
-
import { Organisation } from '@/store/class/organisation';
|
|
122
|
+
import { Organisation } from '@/store/class/general/organisation';
|
|
123
123
|
|
|
124
124
|
const ELEMENTS_COUNT = 50;
|
|
125
125
|
const DEFAULT_ORGANISATION_ID = "";
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
<script lang="ts">
|
|
29
29
|
import octopusApi from '@saooti/octopus-api';
|
|
30
30
|
|
|
31
|
-
import { Organisation } from '@/store/class/organisation';
|
|
31
|
+
import { Organisation } from '@/store/class/general/organisation';
|
|
32
32
|
import { defineComponent } from 'vue'
|
|
33
33
|
export default defineComponent({
|
|
34
34
|
props: {
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
|
|
64
64
|
<script lang="ts">
|
|
65
65
|
import octopusApi from '@saooti/octopus-api';
|
|
66
|
-
import { Participant } from '@/store/class/participant';
|
|
66
|
+
import { Participant } from '@/store/class/general/participant';
|
|
67
67
|
import { state } from '../../../store/paramStore';
|
|
68
68
|
import { displayMethods } from '../../mixins/functions';
|
|
69
69
|
import { defineComponent } from 'vue'
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
import octopusApi from '@saooti/octopus-api';
|
|
44
44
|
import ParticipantItem from './ParticipantItem.vue';
|
|
45
45
|
|
|
46
|
-
import { Participant } from '@/store/class/participant';
|
|
46
|
+
import { Participant } from '@/store/class/general/participant';
|
|
47
47
|
import { defineComponent } from 'vue'
|
|
48
48
|
export default defineComponent({
|
|
49
49
|
name: 'ParticipantList',
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
</template>
|
|
69
69
|
|
|
70
70
|
<script lang="ts">
|
|
71
|
-
import { Playlist } from '@/store/class/playlist';
|
|
71
|
+
import { Playlist } from '@/store/class/general/playlist';
|
|
72
72
|
import { state } from '../../../store/paramStore';
|
|
73
73
|
import { displayMethods } from '../../mixins/functions';
|
|
74
74
|
import { defineComponent } from 'vue'
|
|
@@ -43,7 +43,7 @@ import octopusApi from '@saooti/octopus-api';
|
|
|
43
43
|
import PlaylistItem from './PlaylistItem.vue';
|
|
44
44
|
import { state } from '../../../store/paramStore';
|
|
45
45
|
|
|
46
|
-
import { Playlist } from '@/store/class/playlist';
|
|
46
|
+
import { Playlist } from '@/store/class/general/playlist';
|
|
47
47
|
import { defineComponent } from 'vue'
|
|
48
48
|
export default defineComponent({
|
|
49
49
|
name: 'PlaylistList',
|
|
@@ -79,8 +79,8 @@ import octopusApi from '@saooti/octopus-api';
|
|
|
79
79
|
import PodcastItem from '../podcasts/PodcastItem.vue';
|
|
80
80
|
import { state } from '../../../store/paramStore';
|
|
81
81
|
|
|
82
|
-
import { Podcast } from '@/store/class/podcast';
|
|
83
|
-
import { Playlist } from '@/store/class/playlist';
|
|
82
|
+
import { Podcast } from '@/store/class/general/podcast';
|
|
83
|
+
import { Playlist } from '@/store/class/general/playlist';
|
|
84
84
|
import { defineComponent } from 'vue'
|
|
85
85
|
export default defineComponent({
|
|
86
86
|
name: 'PodcastList',
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
</template>
|
|
24
24
|
|
|
25
25
|
<script lang="ts">
|
|
26
|
-
import { Participant } from '@/store/class/participant';
|
|
26
|
+
import { Participant } from '@/store/class/general/participant';
|
|
27
27
|
import { defineComponent } from 'vue'
|
|
28
28
|
export default defineComponent({
|
|
29
29
|
name: 'AnimatorsItem',
|
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
<span class="mx-1">:</span>
|
|
13
13
|
<Popover
|
|
14
14
|
:target="idPopover"
|
|
15
|
-
triggers="hover"
|
|
16
15
|
custom-class="participant-help"
|
|
17
16
|
>
|
|
18
17
|
<div class="text-center font-weight-bold">
|
|
@@ -55,7 +54,7 @@
|
|
|
55
54
|
|
|
56
55
|
<script lang="ts">
|
|
57
56
|
import Popover from '../../misc/Popover.vue';
|
|
58
|
-
import { Participant } from '@/store/class/participant';
|
|
57
|
+
import { Participant } from '@/store/class/general/participant';
|
|
59
58
|
import { defineComponent } from 'vue'
|
|
60
59
|
export default defineComponent({
|
|
61
60
|
name: 'ParticipantDescription',
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
<script lang="ts">
|
|
52
52
|
|
|
53
53
|
import PodcastList from './PodcastList.vue';
|
|
54
|
-
import { Category } from '@/store/class/category';
|
|
54
|
+
import { Category } from '@/store/class/general/category';
|
|
55
55
|
import { defineComponent, defineAsyncComponent } from 'vue';
|
|
56
|
-
import { Podcast } from '@/store/class/podcast';
|
|
56
|
+
import { Podcast } from '@/store/class/general/podcast';
|
|
57
57
|
const CategoryChooser = defineAsyncComponent(() => import('../categories/CategoryChooser.vue'));
|
|
58
58
|
export default defineComponent({
|
|
59
59
|
components: {
|
|
@@ -96,8 +96,8 @@
|
|
|
96
96
|
import { mapState } from 'vuex';
|
|
97
97
|
import { state } from '../../../store/paramStore';
|
|
98
98
|
import {StoreState} from '@/store/typeAppStore';
|
|
99
|
-
import { Podcast } from '@/store/class/podcast';
|
|
100
|
-
import { Conference } from '@/store/class/conference';
|
|
99
|
+
import { Podcast } from '@/store/class/general/podcast';
|
|
100
|
+
import { Conference } from '@/store/class/conference/conference';
|
|
101
101
|
import { defineComponent } from 'vue'
|
|
102
102
|
export default defineComponent({
|
|
103
103
|
name: 'PodcastImage',
|
|
@@ -88,8 +88,8 @@ import PodcastItem from './PodcastItem.vue';
|
|
|
88
88
|
|
|
89
89
|
const PHONE_WIDTH = 960;
|
|
90
90
|
|
|
91
|
-
import { Podcast } from '@/store/class/podcast';
|
|
92
|
-
import { RubriquageFilter } from '@/store/class/rubriquageFilter';
|
|
91
|
+
import { Podcast } from '@/store/class/general/podcast';
|
|
92
|
+
import { RubriquageFilter } from '@/store/class/rubrique/rubriquageFilter';
|
|
93
93
|
import { defineComponent } from 'vue'
|
|
94
94
|
import { RouteLocationRaw } from 'vue-router';
|
|
95
95
|
export default defineComponent({
|
|
@@ -89,8 +89,8 @@ import moment from 'moment';
|
|
|
89
89
|
// @ts-ignore
|
|
90
90
|
import humanizeDuration from 'humanize-duration';
|
|
91
91
|
|
|
92
|
-
import { Podcast } from '@/store/class/podcast';
|
|
93
|
-
import { Category } from '@/store/class/category';
|
|
92
|
+
import { Podcast } from '@/store/class/general/podcast';
|
|
93
|
+
import { Category } from '@/store/class/general/category';
|
|
94
94
|
import { defineComponent } from 'vue'
|
|
95
95
|
export default defineComponent({
|
|
96
96
|
name: 'PodcastItem',
|
|
@@ -49,9 +49,9 @@ import octopusApi from '@saooti/octopus-api';
|
|
|
49
49
|
import PodcastItem from './PodcastItem.vue';
|
|
50
50
|
import { state } from '../../../store/paramStore';
|
|
51
51
|
|
|
52
|
-
import { Podcast } from '@/store/class/podcast';
|
|
52
|
+
import { Podcast } from '@/store/class/general/podcast';
|
|
53
53
|
import { defineComponent } from 'vue'
|
|
54
|
-
import { FetchParam } from '@/store/class/fetchParam';
|
|
54
|
+
import { FetchParam } from '@/store/class/general/fetchParam';
|
|
55
55
|
export default defineComponent({
|
|
56
56
|
name: 'PodcastList',
|
|
57
57
|
|
|
@@ -146,7 +146,6 @@
|
|
|
146
146
|
</div>
|
|
147
147
|
</div>
|
|
148
148
|
<TagList
|
|
149
|
-
v-if="isTagList"
|
|
150
149
|
:tag-list="podcast.tags"
|
|
151
150
|
/>
|
|
152
151
|
</div>
|
|
@@ -155,17 +154,17 @@
|
|
|
155
154
|
<script lang="ts">
|
|
156
155
|
import PodcastImage from './PodcastImage.vue';
|
|
157
156
|
import ParticipantDescription from './ParticipantDescription.vue';
|
|
157
|
+
import TagList from './TagList.vue';
|
|
158
158
|
import { state } from '../../../store/paramStore';
|
|
159
159
|
import moment from 'moment';
|
|
160
160
|
// @ts-ignore
|
|
161
161
|
import humanizeDuration from 'humanize-duration';
|
|
162
162
|
import { displayMethods } from '../../mixins/functions';
|
|
163
|
-
import { Podcast } from '@/store/class/podcast';
|
|
164
|
-
import { Conference } from '@/store/class/conference';
|
|
163
|
+
import { Podcast } from '@/store/class/general/podcast';
|
|
164
|
+
import { Conference } from '@/store/class/conference/conference';
|
|
165
165
|
|
|
166
166
|
import { defineComponent, defineAsyncComponent } from 'vue';
|
|
167
167
|
const ShareButtons = defineAsyncComponent(() => import('../sharing/ShareButtons.vue'));
|
|
168
|
-
const TagList = defineAsyncComponent(() => import('./TagList.vue'));
|
|
169
168
|
const ErrorMessage = defineAsyncComponent(() => import('../../misc/ErrorMessage.vue'));
|
|
170
169
|
export default defineComponent({
|
|
171
170
|
name: "PodcastModuleBox",
|
|
@@ -205,9 +204,6 @@ export default defineComponent({
|
|
|
205
204
|
isOuestFrance(): boolean {
|
|
206
205
|
return (state.podcastPage.ouestFranceStyle as boolean);
|
|
207
206
|
},
|
|
208
|
-
isTagList(): boolean {
|
|
209
|
-
return (state.podcastPage.tagList as boolean);
|
|
210
|
-
},
|
|
211
207
|
isDownloadButton(): boolean {
|
|
212
208
|
return (state.podcastPage.downloadButton as boolean);
|
|
213
209
|
},
|