@saooti/octopus-sdk 29.0.29 → 29.0.33
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 +4 -0
- package/package.json +2 -2
- package/src/components/display/aggregator/RssSection.vue +0 -1
- package/src/components/display/categories/CategoryChooser.vue +0 -1
- package/src/components/display/categories/CategoryFilter.vue +0 -1
- package/src/components/display/comments/AddCommentModal.vue +0 -1
- package/src/components/display/comments/CommentItem.vue +1 -1
- package/src/components/display/comments/CommentParentInfo.vue +0 -1
- package/src/components/display/edit/EditBox.vue +1 -1
- package/src/components/display/edit/EditCommentBox.vue +0 -1
- package/src/components/display/emission/EmissionChooser.vue +0 -1
- package/src/components/display/emission/EmissionInlineList.vue +19 -16
- package/src/components/display/emission/EmissionItem.vue +0 -1
- package/src/components/display/emission/EmissionList.vue +0 -1
- package/src/components/display/filter/CategoryFilter.vue +0 -1
- package/src/components/display/filter/MonetizableFilter.vue +0 -1
- package/src/components/display/filter/RubriqueChoice.vue +0 -1
- package/src/components/display/filter/RubriqueFilter.vue +0 -1
- package/src/components/display/live/CountDown.vue +0 -1
- package/src/components/display/live/LiveHorizontalList.vue +0 -1
- package/src/components/display/organisation/OrganisationChooser.vue +0 -1
- package/src/components/display/organisation/OrganisationChooserLight.vue +0 -1
- package/src/components/display/playlist/PlaylistItem.vue +0 -1
- package/src/components/display/playlist/PlaylistList.vue +0 -1
- package/src/components/display/podcasts/ParticipantDescription.vue +1 -0
- package/src/components/display/podcasts/PodcastInlineList.vue +0 -1
- package/src/components/display/podcasts/PodcastList.vue +0 -1
- package/src/components/display/rubriques/RubriqueChooser.vue +0 -1
- package/src/components/display/sharing/QrCode.vue +0 -1
- package/src/components/display/sharing/ShareButtons.vue +1 -1
- package/src/components/display/sharing/SubscribeButtons.vue +0 -1
- package/src/components/display/studio/RecordingItemButton.vue +1 -1
- package/src/components/misc/Popover.vue +8 -2
- package/src/components/misc/modal/MessageModal.vue +0 -1
- package/src/components/misc/modal/QrCodeModal.vue +0 -1
- package/src/components/pages/Category.vue +0 -1
- package/src/components/pages/Emission.vue +0 -1
- package/src/components/pages/Emissions.vue +0 -1
- package/src/components/pages/Home.vue +0 -1
- package/src/components/pages/Lives.vue +0 -1
- package/src/components/pages/Participants.vue +0 -1
- package/src/components/pages/Playlist.vue +0 -1
- package/src/components/pages/Playlists.vue +0 -1
- package/src/components/pages/Podcasts.vue +0 -1
- package/src/components/pages/Rubrique.vue +0 -1
package/README.md
CHANGED
|
@@ -496,4 +496,8 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
|
|
|
496
496
|
* 29.0.27 Petit cursor:pointer des familles
|
|
497
497
|
* 29.0.28 Petite couleur des familles
|
|
498
498
|
* 29.0.29 Amélioration Popover
|
|
499
|
+
* 29.0.30 Amélioration Popover
|
|
500
|
+
* 29.0.31 Pb CSS
|
|
501
|
+
* 29.0.32 PB CSS
|
|
502
|
+
* 29.0.33 Webpack version
|
|
499
503
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saooti/octopus-sdk",
|
|
3
|
-
"version": "29.0.
|
|
3
|
+
"version": "29.0.33",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Javascript SDK for using octopus",
|
|
6
6
|
"author": "Saooti",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"vue-router": "^4.0.12",
|
|
40
40
|
"vue3-swatches": "^1.0.5",
|
|
41
41
|
"vuex": "^4.0.2",
|
|
42
|
-
"webpack": "^5.
|
|
42
|
+
"webpack": "^5.66.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@types/bootstrap": "^5.1.6",
|
|
@@ -257,22 +257,25 @@ export default defineComponent({
|
|
|
257
257
|
</script>
|
|
258
258
|
|
|
259
259
|
<style lang="scss">
|
|
260
|
-
.
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
260
|
+
.octopus-app{
|
|
261
|
+
.podcast-list-inline.overflowScroll {
|
|
262
|
+
display: flex;
|
|
263
|
+
flex-wrap: wrap ;
|
|
264
|
+
-webkit-overflow-scrolling: touch;
|
|
265
|
+
scroll-behavior: smooth;
|
|
266
|
+
padding-bottom: 1rem;
|
|
267
|
+
width: 100%;
|
|
268
|
+
height: 80vh;
|
|
269
|
+
overflow-y: auto;
|
|
270
|
+
grid-gap: inherit;
|
|
271
|
+
@media (max-width: 960px) {
|
|
272
|
+
overflow-x: hidden;
|
|
273
|
+
flex-direction: column;
|
|
274
|
+
flex-wrap: nowrap;
|
|
275
|
+
}
|
|
276
|
+
.item-phone-margin {
|
|
277
|
+
margin: 1rem 0.5rem !important;
|
|
278
|
+
}
|
|
276
279
|
}
|
|
277
280
|
}
|
|
278
281
|
</style>
|
|
@@ -14,13 +14,13 @@
|
|
|
14
14
|
v-if="authenticated"
|
|
15
15
|
id="popover-share-help"
|
|
16
16
|
role="button"
|
|
17
|
+
tabindex="-1"
|
|
17
18
|
class="saooti-help ml-2"
|
|
18
19
|
:aria-label="$t('Help')"
|
|
19
20
|
/>
|
|
20
21
|
<Popover
|
|
21
22
|
v-if="authenticated"
|
|
22
23
|
target="popover-share-help"
|
|
23
|
-
triggers="hover"
|
|
24
24
|
placement="right"
|
|
25
25
|
>
|
|
26
26
|
{{ $t('Share this page without edit and share blocks') }}
|
|
@@ -45,7 +45,7 @@ export default defineComponent({
|
|
|
45
45
|
function initPopover(){
|
|
46
46
|
instance.value = new Popover(`#${props.target}`, {
|
|
47
47
|
container: 'body',
|
|
48
|
-
trigger: "
|
|
48
|
+
trigger: "hover focus",
|
|
49
49
|
placement: props.placement,
|
|
50
50
|
title: titleRef.value?.innerHTML || '',
|
|
51
51
|
content: contentRef.value?.innerHTML || '',
|
|
@@ -104,4 +104,10 @@ export default defineComponent({
|
|
|
104
104
|
}
|
|
105
105
|
|
|
106
106
|
})
|
|
107
|
-
</script>
|
|
107
|
+
</script>
|
|
108
|
+
<style lang="scss">
|
|
109
|
+
.popover{
|
|
110
|
+
max-height: 80vh;
|
|
111
|
+
overflow: auto;
|
|
112
|
+
}
|
|
113
|
+
</style>
|