@saooti/octopus-sdk 30.0.3 → 30.0.7
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 +6 -0
- package/package.json +1 -1
- package/src/App.vue +4 -4
- package/src/api/comments.ts +1 -1
- package/src/assets/form.scss +0 -15
- package/src/assets/multiselect.scss +1 -1
- 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 +4 -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 -5
- package/src/components/display/filter/CategoryFilter.vue +1 -1
- package/src/components/display/filter/MonetizableFilter.vue +1 -1
- package/src/components/display/filter/ProductorSearch.vue +1 -1
- package/src/components/display/filter/RubriqueChoice.vue +3 -3
- 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 +2 -2
- 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 +2 -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 +2 -2
- package/src/components/display/podcasts/TagList.vue +1 -2
- package/src/components/display/rubriques/RubriqueChooser.vue +1 -1
- package/src/components/display/rubriques/RubriqueList.vue +4 -4
- package/src/components/display/sharing/PlayerParameters.vue +7 -58
- package/src/components/display/sharing/ShareButtons.vue +4 -3
- 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 +8 -3
- 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/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 +2 -4
- 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
|
@@ -495,7 +495,13 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
|
|
|
495
495
|
* 29.0.26 Snackbar position
|
|
496
496
|
* 29.0.27 Petit cursor:pointer des familles
|
|
497
497
|
* 29.0.28 Petite couleur des familles
|
|
498
|
+
* 29.0.29 Amélioration Popover
|
|
499
|
+
* 29.0.30 Amélioration Popover
|
|
498
500
|
|
|
499
501
|
* 30.0.1 Nouveau sprint
|
|
500
502
|
* 30.0.2 Correction css
|
|
501
503
|
* 30.0.3 Ajout tag page podcast
|
|
504
|
+
* 30.0.4 Remplacer la version "classique" des miniplayers par la version beta
|
|
505
|
+
* 30.0.5 Tri des classes dans des sous dossiers
|
|
506
|
+
* 30.0.6 Merge 29
|
|
507
|
+
* 30.0.7 Améliorations css
|
package/package.json
CHANGED
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
|
@@ -35,21 +35,6 @@
|
|
|
35
35
|
cursor: pointer;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
.basic-select{
|
|
39
|
-
background: white;
|
|
40
|
-
min-height: 40px;
|
|
41
|
-
text-align: left;
|
|
42
|
-
color: #35495e;
|
|
43
|
-
padding: 0.5rem;
|
|
44
|
-
border-radius: 0.3rem;
|
|
45
|
-
border-style: none;
|
|
46
|
-
outline: transparent;
|
|
47
|
-
width: 350px;
|
|
48
|
-
margin-bottom: 1rem;
|
|
49
|
-
overflow: hidden;
|
|
50
|
-
text-overflow: ellipsis;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
38
|
.filter-search-input{
|
|
54
39
|
flex-grow: 1;
|
|
55
40
|
height: 2rem;
|
|
@@ -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'));
|
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
<template v-else>
|
|
19
19
|
<b
|
|
20
20
|
:id="'popover-comment' + comment.comId"
|
|
21
|
+
tabindex="-1"
|
|
21
22
|
class="mr-2 text-danger"
|
|
22
23
|
>{{
|
|
23
24
|
comment.name
|
|
24
25
|
}}</b>
|
|
25
26
|
<Popover
|
|
26
27
|
:target="'popover-comment' + comment.comId"
|
|
27
|
-
triggers="hover"
|
|
28
28
|
custom-class="wizard-help"
|
|
29
29
|
>
|
|
30
30
|
{{ $t('Comment waiting') }}
|
|
@@ -182,9 +182,9 @@
|
|
|
182
182
|
<script lang="ts">
|
|
183
183
|
import { state } from '../../../store/paramStore';
|
|
184
184
|
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';
|
|
185
|
+
import { CommentPodcast } from '@/store/class/general/comment';
|
|
186
|
+
import { Podcast } from '@/store/class/general/podcast';
|
|
187
|
+
import { Conference } from '@/store/class/conference/conference';
|
|
188
188
|
import moment from 'moment';
|
|
189
189
|
import Popover from '../../misc/Popover.vue';
|
|
190
190
|
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'));
|
|
@@ -436,10 +436,6 @@ export default defineComponent({
|
|
|
436
436
|
}
|
|
437
437
|
}
|
|
438
438
|
padding: 1rem;
|
|
439
|
-
.basic-select {
|
|
440
|
-
width: 100%;
|
|
441
|
-
margin: 0 !important;
|
|
442
|
-
}
|
|
443
439
|
|
|
444
440
|
label.wrap {
|
|
445
441
|
width: 100%;
|
|
@@ -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({
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<label class="wrap">
|
|
4
4
|
<select
|
|
5
5
|
v-model="rubriquageId"
|
|
6
|
-
class="
|
|
6
|
+
class="ms-2 mb-0 c-hand"
|
|
7
7
|
@change="onRubriquageSelected"
|
|
8
8
|
>
|
|
9
9
|
<option
|
|
@@ -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 = "";
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
<select
|
|
8
8
|
:id="'organisation_chooser_light' + page"
|
|
9
9
|
v-model="actual"
|
|
10
|
-
class="
|
|
10
|
+
class="mb-0 c-hand border-0"
|
|
11
11
|
@change="onOrganisationSelected"
|
|
12
12
|
>
|
|
13
13
|
<option :value="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',
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
{{ title }}
|
|
7
7
|
<span
|
|
8
8
|
:id="idPopover"
|
|
9
|
+
tabindex="-1"
|
|
9
10
|
class="saooti-help m-0"
|
|
10
11
|
:aria-label="$t('Help')"
|
|
11
12
|
/>
|
|
12
13
|
<span class="mx-1">:</span>
|
|
13
14
|
<Popover
|
|
14
15
|
:target="idPopover"
|
|
15
|
-
triggers="hover"
|
|
16
16
|
custom-class="participant-help"
|
|
17
17
|
>
|
|
18
18
|
<div class="text-center font-weight-bold">
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
|
|
56
56
|
<script lang="ts">
|
|
57
57
|
import Popover from '../../misc/Popover.vue';
|
|
58
|
-
import { Participant } from '@/store/class/participant';
|
|
58
|
+
import { Participant } from '@/store/class/general/participant';
|
|
59
59
|
import { defineComponent } from 'vue'
|
|
60
60
|
export default defineComponent({
|
|
61
61
|
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
|
|
|
@@ -160,8 +160,8 @@ 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'));
|