@saooti/octopus-sdk 30.0.4 → 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.
Files changed (133) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
  3. package/src/App.vue +4 -4
  4. package/src/api/comments.ts +1 -1
  5. package/src/components/display/categories/CategoryChooser.vue +1 -1
  6. package/src/components/display/categories/CategoryFilter.vue +4 -4
  7. package/src/components/display/categories/CategoryList.vue +1 -1
  8. package/src/components/display/comments/CommentInput.vue +3 -3
  9. package/src/components/display/comments/CommentItem.vue +3 -3
  10. package/src/components/display/comments/CommentList.vue +4 -4
  11. package/src/components/display/comments/CommentParentInfo.vue +1 -1
  12. package/src/components/display/comments/CommentPlayer.vue +1 -1
  13. package/src/components/display/comments/CommentSection.vue +3 -3
  14. package/src/components/display/edit/EditBox.vue +1 -1
  15. package/src/components/display/edit/EditCommentBox.vue +1 -1
  16. package/src/components/display/emission/EmissionChooser.vue +2 -2
  17. package/src/components/display/emission/EmissionInlineList.vue +2 -2
  18. package/src/components/display/emission/EmissionItem.vue +1 -1
  19. package/src/components/display/emission/EmissionList.vue +3 -3
  20. package/src/components/display/emission/EmissionPlayerItem.vue +2 -2
  21. package/src/components/display/filter/AdvancedSearch.vue +1 -1
  22. package/src/components/display/filter/CategoryFilter.vue +1 -1
  23. package/src/components/display/filter/ProductorSearch.vue +1 -1
  24. package/src/components/display/filter/RubriqueChoice.vue +2 -2
  25. package/src/components/display/filter/RubriqueFilter.vue +2 -2
  26. package/src/components/display/live/LiveHorizontalList.vue +1 -1
  27. package/src/components/display/live/LiveItem.vue +2 -2
  28. package/src/components/display/live/LiveList.vue +1 -1
  29. package/src/components/display/organisation/OrganisationChooser.vue +1 -1
  30. package/src/components/display/organisation/OrganisationChooserLight.vue +1 -1
  31. package/src/components/display/participant/ParticipantItem.vue +1 -1
  32. package/src/components/display/participant/ParticipantList.vue +1 -1
  33. package/src/components/display/playlist/PlaylistItem.vue +1 -1
  34. package/src/components/display/playlist/PlaylistList.vue +1 -1
  35. package/src/components/display/playlist/PodcastList.vue +2 -2
  36. package/src/components/display/podcasts/AnimatorsItem.vue +1 -1
  37. package/src/components/display/podcasts/ParticipantDescription.vue +1 -1
  38. package/src/components/display/podcasts/PodcastFilterList.vue +2 -2
  39. package/src/components/display/podcasts/PodcastImage.vue +2 -2
  40. package/src/components/display/podcasts/PodcastInlineList.vue +2 -2
  41. package/src/components/display/podcasts/PodcastItem.vue +2 -2
  42. package/src/components/display/podcasts/PodcastList.vue +2 -2
  43. package/src/components/display/podcasts/PodcastModuleBox.vue +2 -2
  44. package/src/components/display/rubriques/RubriqueChooser.vue +1 -1
  45. package/src/components/display/rubriques/RubriqueList.vue +3 -3
  46. package/src/components/display/sharing/PlayerParameters.vue +7 -58
  47. package/src/components/display/sharing/ShareButtons.vue +2 -2
  48. package/src/components/display/sharing/ShareDistribution.vue +1 -1
  49. package/src/components/display/sharing/SharePlayer.vue +27 -34
  50. package/src/components/display/sharing/SharePlayerTypes.vue +5 -5
  51. package/src/components/display/sharing/SubscribeButtons.vue +1 -1
  52. package/src/components/misc/Footer.vue +2 -2
  53. package/src/components/misc/LeftMenu.vue +3 -3
  54. package/src/components/misc/Player.vue +2 -2
  55. package/src/components/misc/PlayerButtons.vue +2 -2
  56. package/src/components/misc/PlayerClockAndTimeline.vue +1 -1
  57. package/src/components/misc/PlayerProgressBar.vue +1 -1
  58. package/src/components/misc/TopBar.vue +2 -2
  59. package/src/components/misc/modal/ClipboardModal.vue +1 -1
  60. package/src/components/misc/modal/NewsletterModal.vue +2 -2
  61. package/src/components/misc/modal/QrCodeModal.vue +2 -2
  62. package/src/components/misc/modal/ShareModalPlayer.vue +1 -1
  63. package/src/components/mixins/init.ts +1 -1
  64. package/src/components/mixins/organisationFilter.ts +1 -1
  65. package/src/components/pages/Category.vue +1 -1
  66. package/src/components/pages/Emission.vue +1 -1
  67. package/src/components/pages/Emissions.vue +2 -2
  68. package/src/components/pages/Home.vue +4 -4
  69. package/src/components/pages/Lives.vue +2 -2
  70. package/src/components/pages/Participant.vue +1 -1
  71. package/src/components/pages/Playlist.vue +1 -1
  72. package/src/components/pages/Podcast.vue +4 -4
  73. package/src/components/pages/Podcasts.vue +3 -3
  74. package/src/store/class/{adserverConfig.ts → adserver/adserverConfig.ts} +0 -0
  75. package/src/store/class/adserver/adserverOtherEmission.ts +13 -0
  76. package/src/store/class/{adserverTiming.ts → adserver/adserverTiming.ts} +0 -0
  77. package/src/store/class/cartouchier/cartouche.ts +15 -0
  78. package/src/store/class/cartouchier/cartouchier.ts +9 -0
  79. package/src/store/class/conference/conference.ts +35 -0
  80. package/src/store/class/conference/conferenceMessage.ts +10 -0
  81. package/src/store/class/conference/conferenceParticipant.ts +18 -0
  82. package/src/store/class/conference/pad.ts +15 -0
  83. package/src/store/class/conference/studioCall.ts +7 -0
  84. package/src/store/class/contract/contract.ts +7 -0
  85. package/src/store/class/contract/contractOrganisation.ts +7 -0
  86. package/src/store/class/ftp/ftpEmission.ts +41 -0
  87. package/src/store/class/ftp/ftpParam.ts +12 -0
  88. package/src/store/class/ftp/testFtpEmission.ts +5 -0
  89. package/src/store/class/general/audioView.ts +21 -0
  90. package/src/store/class/{category.ts → general/category.ts} +1 -1
  91. package/src/store/class/general/comment.ts +16 -0
  92. package/src/store/class/general/customPlayer.ts +8 -0
  93. package/src/store/class/{emission.ts → general/emission.ts} +2 -2
  94. package/src/store/class/general/fetchParam.ts +33 -0
  95. package/src/store/class/general/initState.ts +25 -0
  96. package/src/store/class/general/ituneCategory.ts +5 -0
  97. package/src/store/class/general/media.ts +14 -0
  98. package/src/store/class/general/organisation.ts +19 -0
  99. package/src/store/class/general/pageable.ts +13 -0
  100. package/src/store/class/{participant.ts → general/participant.ts} +0 -0
  101. package/src/store/class/{player.ts → general/player.ts} +0 -0
  102. package/src/store/class/{playlist.ts → general/playlist.ts} +2 -2
  103. package/src/store/class/{podcast.ts → general/podcast.ts} +2 -1
  104. package/src/store/class/general/sortPageable.ts +5 -0
  105. package/src/store/class/general/soundcastCategory.ts +8 -0
  106. package/src/store/class/ouestFrance/ofTag.ts +36 -0
  107. package/src/store/class/ouestFrance/ofTagInfo.ts +9 -0
  108. package/src/store/class/ouestFrance/ofTagPage.ts +7 -0
  109. package/src/store/class/ouestFrance/ofTagSeo.ts +7 -0
  110. package/src/store/class/ouestFrance/ofTagVente.ts +6 -0
  111. package/src/store/class/ouestFrance/ofTagWithParents.ts +26 -0
  112. package/src/store/class/rss/aggregator.ts +28 -0
  113. package/src/store/class/rss/rssEmission.ts +14 -0
  114. package/src/store/class/rss/rssInfo.ts +8 -0
  115. package/src/store/class/{rubriquage.ts → rubrique/rubriquage.ts} +0 -0
  116. package/src/store/class/rubrique/rubriquageFilter.ts +6 -0
  117. package/src/store/class/rubrique/rubrique.ts +8 -0
  118. package/src/store/class/stat/statArrayIncome.ts +6 -0
  119. package/src/store/class/stat/statArrayObject.ts +34 -0
  120. package/src/store/class/stat/statGraph.ts +7 -0
  121. package/src/store/class/{person.ts → user/person.ts} +2 -2
  122. package/src/store/class/user/profile.ts +12 -0
  123. package/src/store/class/user/userKeycloak.ts +24 -0
  124. package/src/store/paramStore.ts +1 -1
  125. package/src/store/typeAppStore.ts +10 -10
  126. package/src/store/class/comment.ts +0 -16
  127. package/src/store/class/conference.ts +0 -31
  128. package/src/store/class/customPlayer.ts +0 -8
  129. package/src/store/class/fetchParam.ts +0 -33
  130. package/src/store/class/media.ts +0 -14
  131. package/src/store/class/organisation.ts +0 -19
  132. package/src/store/class/rubriquageFilter.ts +0 -6
  133. package/src/store/class/rubrique.ts +0 -9
package/README.md CHANGED
@@ -501,3 +501,4 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
501
501
  * 30.0.2 Correction css
502
502
  * 30.0.3 Ajout tag page podcast
503
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "30.0.4",
3
+ "version": "30.0.5",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
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
 
@@ -1,4 +1,4 @@
1
- import { CommentPodcast } from "@/store/class/comment";
1
+ import { CommentPodcast } from "@/store/class/general/comment";
2
2
  import { StoreState } from "@/store/typeAppStore";
3
3
 
4
4
  import octopusApi from '@saooti/octopus-api';
@@ -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'));
@@ -181,9 +181,9 @@
181
181
  <script lang="ts">
182
182
  import { state } from '../../../store/paramStore';
183
183
  import { displayMethods, selenium } from '../../mixins/functions';
184
- import { CommentPodcast } from '@/store/class/comment';
185
- import { Podcast } from '@/store/class/podcast';
186
- 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';
187
187
  import moment from 'moment';
188
188
  import Popover from '../../misc/Popover.vue';
189
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
 
@@ -3,7 +3,7 @@
3
3
  </template>
4
4
 
5
5
  <script lang="ts">
6
- import { CommentPodcast } from '@/store/class/comment';
6
+ import { CommentPodcast } from '@/store/class/general/comment';
7
7
  import { defineComponent } from 'vue'
8
8
  export default defineComponent({
9
9
  methods:{
@@ -34,7 +34,7 @@
34
34
  </template>
35
35
 
36
36
  <script lang="ts">
37
- import { CommentPodcast } from '@/store/class/comment';
37
+ import { CommentPodcast } from '@/store/class/general/comment';
38
38
  import { defineComponent } from 'vue'
39
39
  export default defineComponent({
40
40
  props: {
@@ -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',
@@ -54,7 +54,7 @@
54
54
 
55
55
  <script lang="ts">
56
56
  import Popover from '../../misc/Popover.vue';
57
- import { Participant } from '@/store/class/participant';
57
+ import { Participant } from '@/store/class/general/participant';
58
58
  import { defineComponent } from 'vue'
59
59
  export default defineComponent({
60
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
 
@@ -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'));
@@ -70,7 +70,7 @@
70
70
  import { selenium } from '../../mixins/functions';
71
71
  //@ts-ignore
72
72
  import VueMultiselect from 'vue-multiselect';
73
- import { Rubrique } from '@/store/class/rubrique';
73
+ import { Rubrique } from '@/store/class/rubrique/rubrique';
74
74
  const getDefaultRubrique = (defaultName: string) => {
75
75
  if ('' === defaultName){
76
76
  return undefined;
@@ -54,9 +54,9 @@
54
54
  </template>
55
55
 
56
56
  <script lang="ts">
57
- import { Rubrique } from '@/store/class/rubrique';
58
- import { Rubriquage } from '@/store/class/rubriquage';
59
- import { RubriquageFilter } from '@/store/class/rubriquageFilter';
57
+ import { Rubrique } from '@/store/class/rubrique/rubrique';
58
+ import { Rubriquage } from '@/store/class/rubrique/rubriquage';
59
+ import { RubriquageFilter } from '@/store/class/rubrique/rubriquageFilter';
60
60
  import { defineComponent } from 'vue'
61
61
  export default defineComponent({
62
62
  name: 'RubriqueList',