@saooti/octopus-sdk 31.0.23 → 31.0.24
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 +1 -0
- package/package.json +1 -1
- package/src/assets/live.scss +13 -13
- package/src/assets/multiselect.scss +1 -1
- package/src/components/display/categories/CategoryChooser.vue +1 -0
- package/src/components/display/comments/CommentBasicView.vue +1 -0
- package/src/components/display/emission/EmissionChooser.vue +1 -0
- package/src/components/display/emission/EmissionItem.vue +1 -0
- package/src/components/display/emission/EmissionPlayerItem.vue +1 -0
- package/src/components/display/filter/ProductorSearch.vue +2 -0
- package/src/components/display/organisation/OrganisationChooser.vue +1 -0
- package/src/components/display/participant/ParticipantItem.vue +1 -0
- package/src/components/display/playlist/PlaylistItem.vue +1 -0
- package/src/components/display/podcasts/ParticipantDescription.vue +1 -0
- package/src/components/display/podcasts/PodcastImage.vue +1 -0
- package/src/components/display/podcasts/TagList.vue +2 -0
- package/src/components/display/rubriques/RubriqueChooser.vue +1 -0
- package/src/components/display/sharing/ShareButtons.vue +1 -0
- package/src/components/display/sharing/SharePlayer.vue +1 -1
- package/src/components/form/ClassicCheckbox.vue +6 -1
- package/src/components/form/ClassicLoading.vue +2 -2
- package/src/components/form/ClassicRadio.vue +6 -1
- package/src/components/misc/ErrorMessage.vue +1 -0
- package/src/components/pages/Participant.vue +1 -0
- package/src/sass/_variables.scss +2 -0
package/README.md
CHANGED
package/package.json
CHANGED
package/src/assets/live.scss
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
.planned-bg {
|
|
2
|
-
background:
|
|
2
|
+
background: rgb(188, 88, 16);
|
|
3
3
|
}
|
|
4
4
|
.pending-bg {
|
|
5
|
-
background:
|
|
5
|
+
background: rgb(216, 58, 14);
|
|
6
6
|
}
|
|
7
7
|
.recording-bg {
|
|
8
|
-
background:
|
|
8
|
+
background: rgb(233, 12, 12);
|
|
9
9
|
}
|
|
10
10
|
.error-bg {
|
|
11
|
-
background:
|
|
11
|
+
background: rgb(173, 0, 0);
|
|
12
12
|
}
|
|
13
13
|
.debriefing-bg {
|
|
14
|
-
background:
|
|
14
|
+
background: rgb(54, 134, 54);
|
|
15
15
|
}
|
|
16
16
|
.done-bg {
|
|
17
|
-
background:
|
|
17
|
+
background: rgb(42, 117, 218);
|
|
18
18
|
}
|
|
19
19
|
.publishing-bg {
|
|
20
|
-
background:
|
|
20
|
+
background: rgb(112, 112, 112);
|
|
21
21
|
}
|
|
22
22
|
.planned-shadow {
|
|
23
|
-
box-shadow: 0px 12px 48px 6px rgba(
|
|
23
|
+
box-shadow: 0px 12px 48px 6px rgba(188, 88, 16, 0.2);
|
|
24
24
|
}
|
|
25
25
|
.pending-shadow {
|
|
26
|
-
box-shadow: 0px 12px 48px 6px rgba(
|
|
26
|
+
box-shadow: 0px 12px 48px 6px rgba(216, 58, 14, 0.2);
|
|
27
27
|
}
|
|
28
28
|
.recording-shadow {
|
|
29
|
-
box-shadow: 0px 12px 48px 6px rgba(
|
|
29
|
+
box-shadow: 0px 12px 48px 6px rgba(233, 12, 12, 0.2);
|
|
30
30
|
}
|
|
31
31
|
.debriefing-shadow {
|
|
32
|
-
box-shadow: 0px 12px 48px 6px rgba(
|
|
32
|
+
box-shadow: 0px 12px 48px 6px rgba(54, 134, 54, 0.2);
|
|
33
33
|
}
|
|
34
34
|
.publishing-shadow {
|
|
35
|
-
box-shadow: 0px 12px 48px 6px rgba(
|
|
35
|
+
box-shadow: 0px 12px 48px 6px rgba(112, 112, 112, 0.2);
|
|
36
36
|
}
|
|
37
37
|
.error-shadow {
|
|
38
|
-
box-shadow: 0px 12px 48px 6px rgba(
|
|
38
|
+
box-shadow: 0px 12px 48px 6px rgba(173, 0, 0, 0.2);
|
|
39
39
|
}
|
|
@@ -13,6 +13,8 @@
|
|
|
13
13
|
v-if="!!organisationId"
|
|
14
14
|
v-model:textInit="keepOrganisation"
|
|
15
15
|
class="m-3"
|
|
16
|
+
:label="$t('check this box if you want to keep this filter for the rest of your visit')"
|
|
17
|
+
:display-label="false"
|
|
16
18
|
id-checkbox="organisation-checkbox"
|
|
17
19
|
@clickAction="onKeepOrganisation"
|
|
18
20
|
/>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div>
|
|
3
|
-
<div class="module-box text-center-mobile">
|
|
3
|
+
<div class="module-box text-center-mobile overflow-visible">
|
|
4
4
|
<h3>{{ $t('Embed') }}</h3>
|
|
5
5
|
<template v-if="!exclusive && (authenticated || notExclusive)">
|
|
6
6
|
<div class="d-flex flex-column align-items-center">
|
|
@@ -9,10 +9,13 @@
|
|
|
9
9
|
type="checkbox"
|
|
10
10
|
class="form-check-input"
|
|
11
11
|
:disabled="isDisabled"
|
|
12
|
+
:title="displayLabel?'':label"
|
|
13
|
+
:data-selenium="selenium"
|
|
12
14
|
@click="emitClickAction"
|
|
13
15
|
>
|
|
14
16
|
<label
|
|
15
17
|
class="form-check-label"
|
|
18
|
+
:class="displayLabel? '': 'd-none'"
|
|
16
19
|
:for="idCheckbox"
|
|
17
20
|
>{{ label }}</label>
|
|
18
21
|
</div>
|
|
@@ -28,7 +31,9 @@ export default defineComponent({
|
|
|
28
31
|
label: { default: '', type: String },
|
|
29
32
|
isDisabled: { default: false, type: Boolean },
|
|
30
33
|
textInit: { default: false, type: Boolean },
|
|
31
|
-
isSwitch:{default:false, type:Boolean}
|
|
34
|
+
isSwitch:{default:false, type:Boolean},
|
|
35
|
+
displayLabel: {default:true, type: Boolean},
|
|
36
|
+
selenium: { default: '', type: String },
|
|
32
37
|
},
|
|
33
38
|
emits: ['update:textInit', 'clickAction'],
|
|
34
39
|
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<div
|
|
2
|
+
<div
|
|
3
|
+
class="d-flex"
|
|
4
|
+
:class="isColumn? 'flex-column':''"
|
|
5
|
+
>
|
|
3
6
|
<div
|
|
4
7
|
v-for="option in options"
|
|
5
8
|
:key="option.title"
|
|
6
9
|
class="form-check"
|
|
10
|
+
:class="isColumn? '':'me-2'"
|
|
7
11
|
>
|
|
8
12
|
<input
|
|
9
13
|
:id="idRadio + option.value"
|
|
@@ -34,6 +38,7 @@ export default defineComponent({
|
|
|
34
38
|
isDisabled: { default: false, type: Boolean },
|
|
35
39
|
options: { default: ()=>[], type: Array as () => Array<{title: string, value: string|undefined}> },
|
|
36
40
|
textInit: { default: undefined, type: String },
|
|
41
|
+
isColumn: {default:true, type:Boolean}
|
|
37
42
|
},
|
|
38
43
|
emits: ['update:textInit'],
|
|
39
44
|
|