Compare commits
12 Commits
2ca44f2550
...
e85851bd4d
Author | SHA1 | Date | |
---|---|---|---|
e85851bd4d | |||
bfb39a0259 | |||
e7a5e163ff | |||
95e1b02760 | |||
b12af44825 | |||
d90aa2726b | |||
7387ce7f50 | |||
7792005403 | |||
b538e754d2 | |||
d805ef35b1 | |||
a1916e3219 | |||
9093caa557 |
11
config/sync/caravane.settings.yml
Normal file
11
config/sync/caravane.settings.yml
Normal file
@ -0,0 +1,11 @@
|
||||
features:
|
||||
node_user_picture: false
|
||||
comment_user_picture: true
|
||||
comment_user_verification: true
|
||||
favicon: 0
|
||||
logo:
|
||||
use_default: 0
|
||||
path: 'public://favicon-caravane_1.png'
|
||||
favicon:
|
||||
use_default: 0
|
||||
path: ''
|
@ -1,4 +1,4 @@
|
||||
uuid: b0c240c8-beea-4be3-96b8-6543b6734b25
|
||||
uuid: 39f683b9-ea9f-4e84-8dec-c30162c19b72
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
@ -12,6 +12,6 @@ context:
|
||||
fallback:
|
||||
language: ''
|
||||
menu:
|
||||
path: /edit/partenaire
|
||||
path: /edit/partenaires
|
||||
weight: 0
|
||||
description: ''
|
||||
|
@ -1,9 +1,9 @@
|
||||
uuid: 86c7ea1e-a93e-4ddf-9887-e1f302a99ea9
|
||||
uuid: 67828fd5-674e-4e52-9f2f-3457e06c0baa
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: intro_partenaires
|
||||
label: 'Intro partenaires'
|
||||
id: intro_ressource
|
||||
label: 'intro ressource'
|
||||
token: false
|
||||
context:
|
||||
show_warning: true
|
||||
@ -12,6 +12,6 @@ context:
|
||||
fallback:
|
||||
language: ''
|
||||
menu:
|
||||
path: /edit/partenaires
|
||||
path: /edit/ressource
|
||||
weight: 0
|
||||
description: ''
|
@ -1,4 +1,4 @@
|
||||
uuid: c8c782e1-e597-4e4d-ac96-65142dbadedb
|
||||
uuid: 3d095235-90fe-4b5f-ae32-ef10c26c1f47
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
|
@ -1,24 +0,0 @@
|
||||
uuid: 03e534f2-ceae-4f84-89f2-a0f9997f8a9d
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- config_pages.type.intro_partenaires
|
||||
- field.field.config_pages.intro_partenaires.field_intro
|
||||
module:
|
||||
- text
|
||||
id: config_pages.intro_partenaires.default
|
||||
targetEntityType: config_pages
|
||||
bundle: intro_partenaires
|
||||
mode: default
|
||||
content:
|
||||
field_intro:
|
||||
type: text_textarea
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
label: true
|
@ -0,0 +1,33 @@
|
||||
uuid: c5c09811-6a65-4cff-9936-78dc896b9adf
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- config_pages.type.intro_ressource
|
||||
- field.field.config_pages.intro_ressource.field_intro
|
||||
- field.field.config_pages.intro_ressource.field_titre
|
||||
module:
|
||||
- text
|
||||
id: config_pages.intro_ressource.default
|
||||
targetEntityType: config_pages
|
||||
bundle: intro_ressource
|
||||
mode: default
|
||||
content:
|
||||
field_intro:
|
||||
type: text_textarea
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_titre:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
label: true
|
@ -7,6 +7,7 @@ dependencies:
|
||||
- field.field.node.ressource.field_date_ressource
|
||||
- field.field.node.ressource.field_etape
|
||||
- field.field.node.ressource.field_introduction
|
||||
- field.field.node.ressource.field_mis_en_avant
|
||||
- field.field.node.ressource.field_parties_ressource
|
||||
- field.field.node.ressource.field_thematiques
|
||||
- field.field.node.ressource.field_type_de_ressource
|
||||
@ -22,11 +23,12 @@ third_party_settings:
|
||||
field_group:
|
||||
group_details:
|
||||
children:
|
||||
- field_type_de_ressource
|
||||
- field_thematiques
|
||||
- field_etape
|
||||
- status
|
||||
- path
|
||||
- field_mis_en_avant
|
||||
- field_type_de_ressource
|
||||
label: Details
|
||||
region: content
|
||||
parent_name: ''
|
||||
@ -112,7 +114,7 @@ content:
|
||||
third_party_settings: { }
|
||||
field_etape:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 5
|
||||
weight: 28
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
@ -128,6 +130,13 @@ content:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_mis_en_avant:
|
||||
type: boolean_checkbox
|
||||
weight: 31
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
field_parties_ressource:
|
||||
type: paragraphs
|
||||
weight: 5
|
||||
@ -148,7 +157,7 @@ content:
|
||||
third_party_settings: { }
|
||||
field_thematiques:
|
||||
type: autocomplete_deluxe
|
||||
weight: 4
|
||||
weight: 27
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
@ -164,24 +173,20 @@ content:
|
||||
no_empty_message: 'No terms could be found. Please type in order to add a new term.'
|
||||
third_party_settings: { }
|
||||
field_type_de_ressource:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 3
|
||||
type: options_select
|
||||
weight: 32
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
path:
|
||||
type: path
|
||||
weight: 7
|
||||
weight: 30
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
weight: 6
|
||||
weight: 29
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
|
@ -1,4 +1,4 @@
|
||||
uuid: a79b589c-3286-425b-b508-38744f9ebeb1
|
||||
uuid: cad2e853-7706-4477-a3cc-d810dcd76c96
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
@ -18,7 +18,7 @@ content:
|
||||
label: visually_hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
weight: 0
|
||||
region: content
|
||||
field_titre:
|
||||
type: string
|
||||
@ -26,7 +26,7 @@ content:
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
weight: 1
|
||||
region: content
|
||||
hidden:
|
||||
search_api_excerpt: true
|
||||
|
@ -1,23 +0,0 @@
|
||||
uuid: ac925def-bc83-4add-a5c9-88bc02e771b5
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- config_pages.type.intro_partenaires
|
||||
- field.field.config_pages.intro_partenaires.field_intro
|
||||
module:
|
||||
- text
|
||||
id: config_pages.intro_partenaires.default
|
||||
targetEntityType: config_pages
|
||||
bundle: intro_partenaires
|
||||
mode: default
|
||||
content:
|
||||
field_intro:
|
||||
type: text_default
|
||||
label: visually_hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
hidden:
|
||||
search_api_excerpt: true
|
@ -0,0 +1,32 @@
|
||||
uuid: 342c8cdf-4085-4e41-941f-b503beb0ad1f
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- config_pages.type.intro_ressource
|
||||
- field.field.config_pages.intro_ressource.field_intro
|
||||
- field.field.config_pages.intro_ressource.field_titre
|
||||
module:
|
||||
- text
|
||||
id: config_pages.intro_ressource.default
|
||||
targetEntityType: config_pages
|
||||
bundle: intro_ressource
|
||||
mode: default
|
||||
content:
|
||||
field_intro:
|
||||
type: text_default
|
||||
label: visually_hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
field_titre:
|
||||
type: string
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
hidden:
|
||||
search_api_excerpt: true
|
@ -7,6 +7,7 @@ dependencies:
|
||||
- field.field.node.ressource.field_date_ressource
|
||||
- field.field.node.ressource.field_etape
|
||||
- field.field.node.ressource.field_introduction
|
||||
- field.field.node.ressource.field_mis_en_avant
|
||||
- field.field.node.ressource.field_parties_ressource
|
||||
- field.field.node.ressource.field_thematiques
|
||||
- field.field.node.ressource.field_type_de_ressource
|
||||
@ -14,6 +15,7 @@ dependencies:
|
||||
module:
|
||||
- datetime
|
||||
- entity_reference_revisions
|
||||
- options
|
||||
- text
|
||||
- user
|
||||
id: node.ressource.default
|
||||
@ -53,6 +55,16 @@ content:
|
||||
third_party_settings: { }
|
||||
weight: 107
|
||||
region: content
|
||||
field_mis_en_avant:
|
||||
type: boolean
|
||||
label: above
|
||||
settings:
|
||||
format: default
|
||||
format_custom_false: ''
|
||||
format_custom_true: ''
|
||||
third_party_settings: { }
|
||||
weight: 109
|
||||
region: content
|
||||
field_parties_ressource:
|
||||
type: entity_reference_revisions_entity_view
|
||||
label: above
|
||||
@ -71,12 +83,11 @@ content:
|
||||
weight: 4
|
||||
region: content
|
||||
field_type_de_ressource:
|
||||
type: entity_reference_label
|
||||
type: list_default
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 102
|
||||
weight: 108
|
||||
region: content
|
||||
links:
|
||||
settings: { }
|
||||
|
@ -8,6 +8,7 @@ dependencies:
|
||||
- field.field.node.ressource.field_date_ressource
|
||||
- field.field.node.ressource.field_etape
|
||||
- field.field.node.ressource.field_introduction
|
||||
- field.field.node.ressource.field_mis_en_avant
|
||||
- field.field.node.ressource.field_parties_ressource
|
||||
- field.field.node.ressource.field_thematiques
|
||||
- field.field.node.ressource.field_type_de_ressource
|
||||
@ -29,6 +30,7 @@ hidden:
|
||||
field_date_ressource: true
|
||||
field_etape: true
|
||||
field_introduction: true
|
||||
field_mis_en_avant: true
|
||||
field_parties_ressource: true
|
||||
field_thematiques: true
|
||||
field_type_de_ressource: true
|
||||
|
@ -1,4 +1,4 @@
|
||||
uuid: 3035b470-e4d9-4807-acd6-24a09525f537
|
||||
uuid: 884f84e5-faeb-4719-a083-32cb215fd311
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
|
@ -1,4 +1,4 @@
|
||||
uuid: bbddf173-169d-4977-ba3f-d1ec9f5aa452
|
||||
uuid: 00096414-fab5-4bed-ac99-b819ad041ed9
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
|
@ -1,17 +1,17 @@
|
||||
uuid: 52fa2fc6-d3ca-4fef-b91b-06be4145e8e3
|
||||
uuid: e669e2a0-7ad6-4744-9bcf-efd428aa8070
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- config_pages.type.intro_partenaires
|
||||
- config_pages.type.intro_ressource
|
||||
- field.storage.config_pages.field_intro
|
||||
- filter.format.wysiwyg
|
||||
module:
|
||||
- text
|
||||
id: config_pages.intro_partenaires.field_intro
|
||||
id: config_pages.intro_ressource.field_intro
|
||||
field_name: field_intro
|
||||
entity_type: config_pages
|
||||
bundle: intro_partenaires
|
||||
bundle: intro_ressource
|
||||
label: Intro
|
||||
description: ''
|
||||
required: false
|
@ -0,0 +1,19 @@
|
||||
uuid: 1a5ca231-32de-4adc-b066-22a8377bf323
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- config_pages.type.intro_ressource
|
||||
- field.storage.config_pages.field_titre
|
||||
id: config_pages.intro_ressource.field_titre
|
||||
field_name: field_titre
|
||||
entity_type: config_pages
|
||||
bundle: intro_ressource
|
||||
label: titre
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
@ -9,7 +9,7 @@ id: node.ressource.field_autheurice
|
||||
field_name: field_autheurice
|
||||
entity_type: node
|
||||
bundle: ressource
|
||||
label: Autheur⋅ice
|
||||
label: Auteur⋅ice
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
|
@ -0,0 +1,23 @@
|
||||
uuid: 3e824533-8b04-4c3c-acb4-cdf87f40e281
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_mis_en_avant
|
||||
- node.type.ressource
|
||||
id: node.ressource.field_mis_en_avant
|
||||
field_name: field_mis_en_avant
|
||||
entity_type: node
|
||||
bundle: ressource
|
||||
label: 'mis en avant'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value:
|
||||
-
|
||||
value: 0
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
on_label: Activé
|
||||
off_label: Désactivé
|
||||
field_type: boolean
|
@ -1,29 +1,21 @@
|
||||
uuid: 2c08a730-15f1-48fb-99b5-9b3abb866321
|
||||
uuid: e439dc6f-3fc5-40cb-b615-f95c5a22a6f9
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_type_de_ressource
|
||||
- node.type.ressource
|
||||
- taxonomy.vocabulary.type_de_ressource
|
||||
module:
|
||||
- options
|
||||
id: node.ressource.field_type_de_ressource
|
||||
field_name: field_type_de_ressource
|
||||
entity_type: node
|
||||
bundle: ressource
|
||||
label: 'Type de ressource'
|
||||
description: ''
|
||||
required: false
|
||||
required: true
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
handler: 'default:taxonomy_term'
|
||||
handler_settings:
|
||||
target_bundles:
|
||||
type_de_ressource: type_de_ressource
|
||||
sort:
|
||||
field: name
|
||||
direction: asc
|
||||
auto_create: false
|
||||
auto_create_bundle: ''
|
||||
field_type: entity_reference
|
||||
settings: { }
|
||||
field_type: list_string
|
||||
|
18
config/sync/field.storage.node.field_mis_en_avant.yml
Normal file
18
config/sync/field.storage.node.field_mis_en_avant.yml
Normal file
@ -0,0 +1,18 @@
|
||||
uuid: e92021e0-c606-4e50-b042-012920aa6341
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
id: node.field_mis_en_avant
|
||||
field_name: field_mis_en_avant
|
||||
entity_type: node
|
||||
type: boolean
|
||||
settings: { }
|
||||
module: core
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
@ -1,17 +1,30 @@
|
||||
uuid: 9dedf9d1-5a9a-4c71-9896-4d4f2b2b5387
|
||||
uuid: be6b9eb9-d827-4adc-9106-e7c31b94aff6
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
- taxonomy
|
||||
- options
|
||||
id: node.field_type_de_ressource
|
||||
field_name: field_type_de_ressource
|
||||
entity_type: node
|
||||
type: entity_reference
|
||||
type: list_string
|
||||
settings:
|
||||
target_type: taxonomy_term
|
||||
module: core
|
||||
allowed_values:
|
||||
-
|
||||
value: cartes_blanches
|
||||
label: 'Cartes blanches'
|
||||
-
|
||||
value: reportages
|
||||
label: Reportages
|
||||
-
|
||||
value: videos
|
||||
label: Videos
|
||||
-
|
||||
value: documents
|
||||
label: Documents
|
||||
allowed_values_function: ''
|
||||
module: options
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
|
@ -4,7 +4,7 @@ favicon:
|
||||
mimetype: image/vnd.microsoft.icon
|
||||
path: ''
|
||||
url: ''
|
||||
use_default: true
|
||||
use_default: false
|
||||
features:
|
||||
comment_user_picture: true
|
||||
comment_user_verification: true
|
||||
|
@ -20,4 +20,5 @@ permissions:
|
||||
- 'restful get rest_menu_item'
|
||||
- 'view intro_gouvernance config page entity'
|
||||
- 'view intro_partenaire config page entity'
|
||||
- 'view intro_ressource config page entity'
|
||||
- 'view media'
|
||||
|
@ -200,7 +200,7 @@ display:
|
||||
type: normal
|
||||
title: 'Les partenaires'
|
||||
description: ''
|
||||
weight: -48
|
||||
weight: -47
|
||||
expanded: false
|
||||
menu_name: main
|
||||
parent: ''
|
||||
|
@ -12,7 +12,8 @@ import '../scss/main.scss'
|
||||
|
||||
(function ($, Drupal, drupalSettings) {
|
||||
const CaravaneTheme = function () {
|
||||
function init () {
|
||||
function init () {
|
||||
console.log('07/04 ci-cd fonctionne, import des configs ?')
|
||||
// console.log('DrupalSettings', drupalSettings);
|
||||
|
||||
const baseUrl = window.location.protocol + "//" + window.location.host;
|
||||
|
@ -3,96 +3,76 @@
|
||||
import { defineStore } from 'pinia';
|
||||
import REST from '../api/rest-axios';
|
||||
|
||||
import { useLayoutStore } from './layout';
|
||||
|
||||
import { findContentByPath } from '../utils/content/findContentByPath';
|
||||
import {
|
||||
getCleanDate,
|
||||
fetchFromRelationships,
|
||||
getRelatedEtape,
|
||||
} from '../utils/content/contentFetchUtils';
|
||||
import {
|
||||
getCarteSensible,
|
||||
getTitreTexte,
|
||||
getChiffresCles,
|
||||
getDiaporama,
|
||||
getEntretien,
|
||||
getVideos,
|
||||
} from '../utils/content/cleanParties';
|
||||
import {
|
||||
getPartenaires,
|
||||
getGouvernance,
|
||||
} from '../utils/content/multiItemPages';
|
||||
import { getCleanDate, fetchFromRelationships, getRelatedEtape, getRelatedRessources } from '../utils/content/contentFetchUtils';
|
||||
import { getCarteSensible, getTitreTexte, getChiffresCles, getDiaporama, getEntretien, getVideos, getDocument, getGallerie } from '../utils/content/cleanParties';
|
||||
import { getPartenaires, getGouvernance, getRessources } from '../utils/content/multiItemPages';
|
||||
|
||||
export const useContentStore = defineStore('content', {
|
||||
state: () => ({
|
||||
contentType: '',
|
||||
pageTitle: '',
|
||||
content: {
|
||||
contentTitle: '',
|
||||
coordinates: {},
|
||||
adresse: {},
|
||||
etape_number: '',
|
||||
couleur: '',
|
||||
dates: {},
|
||||
previous: {},
|
||||
next: {},
|
||||
vignette: {},
|
||||
parties: [],
|
||||
liens: [],
|
||||
pieces_jointes: [],
|
||||
|
||||
intro: '',
|
||||
partenaires: [],
|
||||
gouvernances: [],
|
||||
},
|
||||
content: {},
|
||||
loading: false,
|
||||
error: null,
|
||||
}),
|
||||
actions: {
|
||||
async fetchContentData(path) {
|
||||
this.resetStore(false);
|
||||
const contentTypes = ['etape', 'static', 'gouvernance', 'partenaire'];
|
||||
const contentTypes = ['etape', 'static', 'gouvernance', 'partenaire', 'ressource'];
|
||||
try {
|
||||
const { contentType, rawContent } = await findContentByPath(contentTypes, path);
|
||||
this.contentType = contentType;
|
||||
|
||||
if (this.contentType !== 'gouvernance' && this.contentType !== 'partenaire') {
|
||||
if (
|
||||
this.contentType === 'etape'
|
||||
|| this.contentType === 'static'
|
||||
|| this.contentType === 'ressourceItem'
|
||||
) {
|
||||
const vignettePromise = fetchFromRelationships('field_vignette', rawContent.relationships);
|
||||
const partiesPromise = fetchFromRelationships('field_parties', rawContent.relationships);
|
||||
const partiesPromise = fetchFromRelationships(this.contentType === 'ressourceItem' ? 'field_parties_ressource' : 'field_parties', rawContent.relationships);
|
||||
|
||||
let previousEtapePromise, nextEtapePromise;
|
||||
|
||||
if (contentType === 'etape') {
|
||||
// related étapes
|
||||
|
||||
if (this.contentType === 'etape') {
|
||||
previousEtapePromise = getRelatedEtape('previous', path);
|
||||
nextEtapePromise = getRelatedEtape('next', path);
|
||||
|
||||
// coordinates
|
||||
this.content.coordinates = {
|
||||
lat: rawContent.attributes.field_geofield.lat,
|
||||
lon: rawContent.attributes.field_geofield.lon,
|
||||
};
|
||||
// adresse
|
||||
this.content.adresse = rawContent.attributes.field_adresse;
|
||||
// étape number
|
||||
this.content.etape_number = rawContent.attributes.field_arret_numero;
|
||||
// couleur
|
||||
this.content.couleur = rawContent.attributes.field_couleur;
|
||||
// dates
|
||||
this.content.dates = {
|
||||
start: getCleanDate(rawContent.attributes.field_dates.value),
|
||||
end: getCleanDate(rawContent.attributes.field_dates.end_value),
|
||||
}
|
||||
this.content.relatedRessources = await getRelatedRessources(rawContent.id);
|
||||
}
|
||||
|
||||
// pageTitle
|
||||
for (let tag of rawContent.attributes.metatag) {
|
||||
if (tag.tag === "meta") {
|
||||
this.pageTitle = tag.attributes.content;
|
||||
break;
|
||||
|
||||
if (this.contentType === 'ressourceItem') {
|
||||
console.log(rawContent);
|
||||
|
||||
this.content.ressourceType = rawContent.attributes.field_type_de_ressource;
|
||||
this.content.auteurice = rawContent.attributes.field_autheurice;
|
||||
this.content.date = getCleanDate(rawContent.attributes.field_date_ressource);
|
||||
this.content.introduction = rawContent.attributes.field_introduction?.processed;
|
||||
if (rawContent.relationships.field_etape.data) {
|
||||
const relatedEtapeFetch = fetchFromRelationships('field_etape', rawContent.relationships);
|
||||
const relatedEtape = await Promise.resolve(relatedEtapeFetch);
|
||||
const relatedEtapeUrl = relatedEtape.attributes.metatag.find(tag => tag.tag === "link")?.attributes.href;
|
||||
this.content.relatedEtape = await getRelatedEtape('', relatedEtapeUrl);
|
||||
}
|
||||
|
||||
useLayoutStore().hideEtapeList(true);
|
||||
}
|
||||
|
||||
// contentTitle
|
||||
this.pageTitle = rawContent.attributes.metatag.find(tag => tag.tag === "meta")?.attributes.content;
|
||||
this.content.contentTitle = rawContent.attributes.title;
|
||||
|
||||
const [vignetteData, partiesData] = await Promise.all([vignettePromise, partiesPromise]);
|
||||
@ -112,7 +92,7 @@ export const useContentStore = defineStore('content', {
|
||||
if (partiesData) {
|
||||
const partiesPromises = partiesData.map(async (partie) => {
|
||||
const partieType = partie.type.replace(/^paragraph--/, "");
|
||||
let partieContent = { type: partieType };
|
||||
let partieContent = { type: partieType };
|
||||
|
||||
switch (partieType) {
|
||||
case 'carte_sensible':
|
||||
@ -138,10 +118,41 @@ export const useContentStore = defineStore('content', {
|
||||
case 'video':
|
||||
partieContent.videos = getVideos(partie);
|
||||
break;
|
||||
case 'document':
|
||||
partieContent.document = await getDocument(partie);
|
||||
break;
|
||||
case 'galleries':
|
||||
partieContent.gallerie = await getGallerie(partie);
|
||||
break;
|
||||
}
|
||||
return partieContent;
|
||||
});
|
||||
|
||||
// liens
|
||||
if (rawContent.attributes.field_liens?.length) {
|
||||
this.content.liens = [];
|
||||
for (let lien of rawContent.attributes.field_liens) {
|
||||
this.content.liens.push({
|
||||
title: lien.title,
|
||||
url: lien.uri,
|
||||
});
|
||||
}
|
||||
}
|
||||
// pièces jointes
|
||||
if (rawContent.relationships.field_pieces_jointes?.data.length) {
|
||||
this.content.pieces_jointes = [];
|
||||
for (let pieceJointe of rawContent.relationships.field_pieces_jointes.data) {
|
||||
if (pieceJointe.meta.display) {
|
||||
const uuid = pieceJointe.id;
|
||||
const response = await REST.get(`/jsonapi/file/file/${uuid}`);
|
||||
this.content.pieces_jointes.push({
|
||||
title: pieceJointe.meta.description,
|
||||
url: response.data.data.attributes.uri.url,
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
this.content.parties = await Promise.all(partiesPromises);
|
||||
}
|
||||
|
||||
@ -152,26 +163,35 @@ export const useContentStore = defineStore('content', {
|
||||
this.content.next = nextContent;
|
||||
}
|
||||
} else {
|
||||
// pages gouvernance (contact) et partenaire
|
||||
// ont plusieurs items par pages
|
||||
// pages gouvernance (contact), ressources et partenaire
|
||||
// ont plusieurs items par pages
|
||||
const intro = await REST.get(`/jsonapi/config_pages/intro_${this.contentType}/`);
|
||||
const introContent = intro.data.data[0];
|
||||
|
||||
this.pageTitle =
|
||||
`${introContent.attributes.field_titre} ${introContent.attributes.metatag.find(tag => tag.tag === "meta")?.attributes.content}`;
|
||||
`${introContent.attributes.field_titre} ${introContent.attributes.metatag.find(tag => tag.tag === "meta")?.attributes.content}`;
|
||||
|
||||
this.content.contentTitle = introContent.attributes.field_titre;
|
||||
this.content.intro = introContent.attributes.field_intro?.value;
|
||||
|
||||
let multiItemPageArray = [];
|
||||
let multiItemPageArray = [];
|
||||
|
||||
if (this.contentType === 'partenaire') {
|
||||
multiItemPageArray = await getPartenaires(rawContent);
|
||||
} else if (this.contentType === 'gouvernance') {
|
||||
multiItemPageArray = await getGouvernance(rawContent);
|
||||
}
|
||||
switch (this.contentType) {
|
||||
case 'ressource':
|
||||
multiItemPageArray = await getRessources(rawContent);
|
||||
this.content.ressourceTypes = new Set(multiItemPageArray.map(item => item.ressourceType));
|
||||
useLayoutStore().hideEtapeList(true);
|
||||
break;
|
||||
case 'partenaire':
|
||||
multiItemPageArray = await getPartenaires(rawContent);
|
||||
break;
|
||||
case 'gouvernance':
|
||||
multiItemPageArray = await getGouvernance(rawContent);
|
||||
break;
|
||||
}
|
||||
|
||||
this.content[`${this.contentType}s`] = multiItemPageArray;
|
||||
|
||||
}
|
||||
} catch (error) {
|
||||
this.error = 'Failed to fetch data';
|
||||
@ -186,6 +206,7 @@ export const useContentStore = defineStore('content', {
|
||||
this.content = {};
|
||||
this.loading = !forFrontDisplay;
|
||||
this.error = null;
|
||||
useLayoutStore().hideEtapeList(false);
|
||||
}
|
||||
},
|
||||
});
|
||||
|
@ -46,6 +46,30 @@ export const useLayoutStore = defineStore('layout', {
|
||||
|
||||
this.toggleEtapeListScroll(isIntersecting, listeEtape, column, headerRect.height, animationToggleRect.top);
|
||||
},
|
||||
hideEtapeList(souldListHide) {
|
||||
const etapeList = document.querySelector(window.innerWidth >= this.minDesktopWidth ? '#etapes-liste' : '.layout__region--third');
|
||||
const animationButton = document.querySelector('#animation-toggle');
|
||||
const listContainer = etapeList.parentNode;
|
||||
if (souldListHide) {
|
||||
listContainer.style.minWidth = '30vw';
|
||||
etapeList.style.opacity = '0';
|
||||
setTimeout(() => {
|
||||
etapeList.style.display = 'none';
|
||||
}, 300);
|
||||
if (window.innerWidth >= this.minDesktopWidth) {
|
||||
animationButton.style.display = 'none';
|
||||
}
|
||||
} else {
|
||||
listContainer.style.minWidth = 'unset';
|
||||
etapeList.style.display = 'block';
|
||||
setTimeout(() => {
|
||||
etapeList.style.opacity = '1';
|
||||
}, 10);
|
||||
if (window.innerWidth >= this.minDesktopWidth) {
|
||||
animationButton.style.display = 'block';
|
||||
}
|
||||
}
|
||||
},
|
||||
toggleEtapeListScroll(isIntersecting, listeEtape, column, headerHeight, animationToggleTop) {
|
||||
if (isIntersecting && !this.isEtapeListeScrollable
|
||||
|| !isIntersecting && this.isEtapeListeScrollable) {
|
||||
|
@ -23,21 +23,15 @@ export const useMapStore = defineStore('mapState', {
|
||||
this.maxZoom,
|
||||
{ animate: this.animationsAreEnabled, duration: this.animationDuration });
|
||||
this.currentZoom = this.maxZoom;
|
||||
this.lockMap();
|
||||
},
|
||||
resetMap(animate = this.animationsAreEnabled, duration = this.animationDuration) {
|
||||
resetMap(animate = this.animationsAreEnabled, duration = this.animationDuration) {
|
||||
this.map.flyTo(
|
||||
this.defaultMapCenter,
|
||||
useLayoutStore().isDesktop ? this.defaultZoomDesktop : this.defaultZoomMobile,
|
||||
{ animate, duration });
|
||||
this.currentZoom = useLayoutStore().isDesktop ? this.defaultZoomDesktop : this.defaultZoomMobile;
|
||||
this.unlockMap();
|
||||
},
|
||||
lockMap() {
|
||||
setTimeout(() => {
|
||||
this.map.options.minZoom = this.currentZoom;
|
||||
this.map.options.maxZoom = this.currentZoom;
|
||||
}, this.animationDuration * 1000 + 100);
|
||||
lockMap() {
|
||||
this.map.dragging.disable();
|
||||
this.map.touchZoom.disable();
|
||||
this.map.doubleClickZoom.disable();
|
||||
|
@ -1,5 +1,5 @@
|
||||
import REST from '../../api/rest-axios';
|
||||
import { fetchFromRelationships } from './contentFetchUtils';
|
||||
import { fetchFromRelationships, getCleanDate } from './contentFetchUtils';
|
||||
|
||||
|
||||
export async function getCarteSensible(partie) {
|
||||
@ -131,4 +131,46 @@ export function getVideos(partie) {
|
||||
videos.push(videoUrl);
|
||||
}
|
||||
return videos;
|
||||
}
|
||||
|
||||
export async function getDocument(partie) {
|
||||
// const documentFetch = await fetchFromRelationships('field_document', partie.relationships);
|
||||
const uuid = partie.relationships.field_document.data.id;
|
||||
const documentFetch = await REST.get(`/jsonapi/file/file/${uuid}`);
|
||||
const url = documentFetch.data.data.attributes.uri.url;
|
||||
|
||||
const titre = partie.attributes.field_titre;
|
||||
const sousTitre = partie.attributes.field_sous_titre;
|
||||
const date = partie.attributes.field_date ? getCleanDate(partie.attributes.field_date) : null;
|
||||
const auteurice = partie.relationships.field_autheurice_s;
|
||||
const description = partie.relationships.field_document.data.meta.description;
|
||||
|
||||
const vignetteFetch = await REST.get(`/jsonapi/file/file/${partie.relationships.field_vignette.data.id}`);
|
||||
const vignette = { url: vignetteFetch.data.data.attributes.image_style_uri.content_small, alt: partie.relationships.field_vignette.data.meta.alt };
|
||||
|
||||
return { url, titre, sousTitre, date, auteurice, description, vignette };
|
||||
}
|
||||
|
||||
export async function getGallerie(partie) {
|
||||
const gallerieFetch = await fetchFromRelationships('field_gallerie', partie.relationships);
|
||||
|
||||
if (gallerieFetch) {
|
||||
const titre = gallerieFetch.attributes.title;
|
||||
const introduction = gallerieFetch.attributes.body?.processed;
|
||||
|
||||
const imagesFetch = await fetchFromRelationships('field_images', gallerieFetch.relationships);
|
||||
let images = [];
|
||||
imagesFetch.forEach((image, index) => {
|
||||
images.push({
|
||||
url: {
|
||||
original: image.attributes.uri.url,
|
||||
small: image.attributes.image_style_uri.content_small,
|
||||
medium: image.attributes.image_style_uri.content_medium,
|
||||
large: image.attributes.image_style_uri.content_large,
|
||||
},
|
||||
alt: gallerieFetch.relationships.field_images.data[index].meta.alt,
|
||||
});
|
||||
});
|
||||
return { titre, introduction, images };
|
||||
}
|
||||
}
|
@ -3,7 +3,7 @@ import REST from '../../api/rest-axios';
|
||||
export async function fetchFromRelationships(field, relationships) {
|
||||
field = relationships[field] ? field : `${field}_static`;
|
||||
|
||||
if (relationships[field].links) {
|
||||
if (relationships[field]?.links) {
|
||||
const contentLink = relationships[field].links.related.href;
|
||||
return REST.get(contentLink)
|
||||
.then(contentFetch => contentFetch.data.data)
|
||||
@ -60,9 +60,91 @@ export async function getRelatedEtape(direction, path) {
|
||||
if (etape.attributes.metatag.some(tag =>
|
||||
tag.tag === "link" && tag.attributes.href === path
|
||||
)) {
|
||||
const relatedEtapeIndex = direction === 'next' ? index + 1 : index - 1;
|
||||
const relatedEtapeIndex = direction ? (direction === 'next' ? index + 1 : index - 1) : index;
|
||||
return getRelatedEtapeContent(allEtapesData.data.data[relatedEtapeIndex]);
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
export async function getRessourceItemCard(item) {
|
||||
try {
|
||||
const ressourceFetch = await REST.get(item.links.self.href);
|
||||
|
||||
const partiesFetch = await REST.get(item.relationships.field_parties_ressource.links.related.href);
|
||||
const parties = partiesFetch.data.data;
|
||||
|
||||
const vignettePartie = parties.find(partie => partie.type !== "paragraph--titre_texte");
|
||||
|
||||
let vignette = null;
|
||||
if (vignettePartie) {
|
||||
let alt;
|
||||
switch (vignettePartie.type) {
|
||||
case 'paragraph--diaporama':
|
||||
alt = vignettePartie.relationships.field_diaporama.data[0].meta.alt;
|
||||
const diaporamaFetch = await REST.get(vignettePartie.relationships.field_diaporama.links.related.href);
|
||||
vignette = {
|
||||
url: diaporamaFetch.data.data[0].attributes.image_style_uri.content_small,
|
||||
alt
|
||||
};
|
||||
break;
|
||||
|
||||
case 'paragraph--video':
|
||||
const videoId = vignettePartie.attributes.field_videos[0].split('?v=')[1];
|
||||
vignette = {
|
||||
url: `https://img.youtube.com/vi/${videoId}/0.jpg`,
|
||||
alt: item.attributes.title
|
||||
};
|
||||
break;
|
||||
|
||||
case 'paragraph--galleries':
|
||||
const gallerieFetch = await REST.get(vignettePartie.relationships.field_gallerie.links.related.href);
|
||||
const galleryAlt = gallerieFetch.data.data.relationships.field_images.data[0].meta.alt;
|
||||
const gallerieImageFetch = await REST.get(gallerieFetch.data.data.relationships.field_images.links.related.href);
|
||||
vignette = {
|
||||
url: gallerieImageFetch.data.data[0].attributes.image_style_uri.content_small,
|
||||
alt: galleryAlt
|
||||
};
|
||||
break;
|
||||
|
||||
case 'paragraph--document':
|
||||
alt = vignettePartie.relationships.field_vignette.data.meta.alt;
|
||||
const documentFetch = await REST.get(vignettePartie.relationships.field_vignette.links.related.href);
|
||||
vignette = {
|
||||
url: documentFetch.data.data.attributes.image_style_uri.content_small,
|
||||
alt
|
||||
};
|
||||
break;
|
||||
|
||||
default:
|
||||
vignette = null;
|
||||
}
|
||||
}
|
||||
|
||||
const relatedEtape = await REST.get(item.relationships.field_etape.links.related.href);
|
||||
console.log(item);
|
||||
|
||||
|
||||
return {
|
||||
ressourceType: item.attributes.field_type_de_ressource,
|
||||
title: item.attributes.title,
|
||||
auteurice: item.attributes.field_autheurice,
|
||||
promoted: item.attributes.field_mis_en_avant,
|
||||
date: getCleanDate(item.attributes.field_date_ressource),
|
||||
url: ressourceFetch.data.data.attributes.metatag.find(tag => tag.tag === "link")?.attributes.href,
|
||||
relatedEtape: relatedEtape.data.data.attributes.title,
|
||||
vignette
|
||||
};
|
||||
} catch (error) {
|
||||
console.error('Error fetching resource:', error);
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
export async function getRelatedRessources(etapeId) {
|
||||
const ressources = await REST.get(`/jsonapi/node/ressource/`);
|
||||
const ressourcesRelatedToEtape = ressources.data.data.filter(ressource => ressource.relationships.field_etape.data?.id === etapeId);
|
||||
const ressourcesRelatedPromises = ressourcesRelatedToEtape.map(ressource => getRessourceItemCard(ressource));
|
||||
|
||||
return await Promise.all(ressourcesRelatedPromises);
|
||||
}
|
@ -10,15 +10,15 @@ export async function findContentByPath(contentTypes, path) {
|
||||
)
|
||||
);
|
||||
|
||||
if (content) {
|
||||
if (content) {
|
||||
return {
|
||||
contentType: type,
|
||||
contentType: content.type === 'node--ressource' ? 'ressourceItem' : type,
|
||||
rawContent: content,
|
||||
};
|
||||
}
|
||||
|
||||
// Handle special case for governance/partners (multiple items per page)
|
||||
const pageRequested = window.location.href.split('/').pop().replace(/s?$/, '');
|
||||
// Handle special case for gouvernance, ressources, partenaires (multiple items per page)
|
||||
let pageRequested = window.location.href.split('/').pop().replace(/s?$/, '');
|
||||
if (type === pageRequested
|
||||
|| (type === 'gouvernance' && pageRequested === 'contact')
|
||||
) {
|
||||
|
@ -1,4 +1,5 @@
|
||||
import REST from '../../api/rest-axios';
|
||||
import { getCleanDate, getRessourceItemCard } from './contentFetchUtils';
|
||||
|
||||
export async function getPartenaires(rawContent) {
|
||||
const logoPromises = rawContent.map(item =>
|
||||
@ -51,4 +52,12 @@ export async function getGouvernance(rawContent) {
|
||||
);
|
||||
|
||||
return await Promise.all(itemPromises);
|
||||
}
|
||||
|
||||
export async function getRessources(rawContent) {
|
||||
console.log(rawContent);
|
||||
|
||||
const ressourcesPromises = rawContent.map(item => getRessourceItemCard(item));
|
||||
|
||||
return await Promise.all(ressourcesPromises);
|
||||
}
|
@ -3,18 +3,17 @@
|
||||
:enter-active-class="animationsAreEnabled ? 'v-enter-active' : 'no-transition'"
|
||||
:leave-active-class="animationsAreEnabled ? 'v-leave-active' : 'no-transition'"
|
||||
>
|
||||
<div v-if="!loading && (
|
||||
contentType === 'etape'
|
||||
|| contentType === 'static'
|
||||
|| contentType === 'gouvernance'
|
||||
|| contentType === 'partenaire'
|
||||
)">
|
||||
<div v-if="!loading && contentType != ''">
|
||||
<div class="content-wrapper">
|
||||
<ModaleHeader
|
||||
:contentType="contentType"
|
||||
:content="content"
|
||||
:couleur="content.couleur || brandColor" />
|
||||
<main>
|
||||
<RessourceItemHeader
|
||||
v-if="contentType === 'ressourceItem'"
|
||||
:content="content"
|
||||
:couleur="brandColor" />
|
||||
<div v-for="partie in content.parties" class="partie">
|
||||
<ModaleCarteSensible
|
||||
v-if="partie.type === 'carte_sensible'"
|
||||
@ -42,31 +41,46 @@
|
||||
<ModaleVideos
|
||||
v-if="partie.type === 'video'"
|
||||
:partie="partie" />
|
||||
<ModaleGallerie
|
||||
v-if="partie.type === 'galleries'"
|
||||
:partie="partie"
|
||||
:couleur="content.couleur || brandColor" />
|
||||
<ModaleDocument
|
||||
v-if="partie.type === 'document'"
|
||||
:partie="partie"
|
||||
:couleur="content.couleur || brandColor" />
|
||||
</div>
|
||||
<EquipeContent
|
||||
v-if="contentType === 'gouvernance'"
|
||||
:content="content"
|
||||
:couleur="content.couleur || brandColor" />
|
||||
v-if="contentType === 'gouvernance'"
|
||||
:content="content"
|
||||
:couleur="brandColor" />
|
||||
<PartenairesContent
|
||||
v-if="contentType === 'partenaire'"
|
||||
:content="content" />
|
||||
v-if="contentType === 'partenaire'"
|
||||
:content="content" />
|
||||
<CentreDeRessource
|
||||
v-if="contentType === 'ressource'"
|
||||
:content="content"
|
||||
:couleur="brandColor" />
|
||||
<RelatedRessources
|
||||
v-if="contentType === 'etape' && content.relatedRessources.length"
|
||||
:relatedRessources="content.relatedRessources"
|
||||
:couleur="content.couleur || brandColor" />
|
||||
</main>
|
||||
<PiecesJointes
|
||||
v-if="content.pieces_jointes || content.liens"
|
||||
:content="content"
|
||||
:couleur="content.couleur || brandColor"
|
||||
/>
|
||||
:couleur="content.couleur || brandColor" />
|
||||
<ModaleFooter
|
||||
:contentType="contentType"
|
||||
:content="content"
|
||||
:couleur="content.couleur || brandColor"
|
||||
/>
|
||||
:contentType="contentType"
|
||||
:content="content"
|
||||
:couleur="content.couleur || brandColor" />
|
||||
</div>
|
||||
</div>
|
||||
</Transition>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { watch, onMounted } from 'vue';
|
||||
import { watch, onMounted, nextTick } from 'vue';
|
||||
|
||||
import { storeToRefs } from 'pinia';
|
||||
import { useContentStore } from '../stores/content';
|
||||
@ -76,7 +90,10 @@ import ModaleHeader from './components/ModaleHeader.vue';
|
||||
import ModaleFooter from './components/ModaleFooter.vue';
|
||||
import EquipeContent from './components/EquipeContent.vue';
|
||||
import PartenairesContent from './components/PartenairesContent.vue';
|
||||
import CentreDeRessource from './components/CentreDeRessource.vue';
|
||||
import RessourceItemHeader from './components/RessourceItemHeader.vue';
|
||||
import PiecesJointes from './components/PiecesJointes.vue';
|
||||
import RelatedRessources from './components/RelatedRessources.vue';
|
||||
|
||||
import ModaleCarteSensible from './components/parties/ModaleCarteSensible.vue';
|
||||
import ModaleTitreTexte from './components/parties/ModaleTitreTexte.vue';
|
||||
@ -85,6 +102,8 @@ import ModaleDiaporama from './components/parties/ModaleDiaporama.vue';
|
||||
import ModaleEntretien from './components/parties/ModaleEntretien.vue';
|
||||
import ModaleExergue from './components/parties/ModaleExergue.vue';
|
||||
import ModaleVideos from './components/parties/ModaleVideos.vue';
|
||||
import ModaleGallerie from './components/parties/ModaleGallerie.vue';
|
||||
import ModaleDocument from './components/parties/ModaleDocument.vue';
|
||||
|
||||
const store = useContentStore();
|
||||
const mapState = useMapStore();
|
||||
@ -118,8 +137,9 @@ const handleMapMovement = () => {
|
||||
() => loading.value,
|
||||
() => {
|
||||
if (!loading.value) {
|
||||
console.log('loading done');
|
||||
isModaleEtape = contentType.value === 'etape';
|
||||
console.log(contentType.value);
|
||||
|
||||
|
||||
// Define helper functions in variables
|
||||
const disableModaleTransition = () => {
|
||||
@ -138,7 +158,6 @@ const handleMapMovement = () => {
|
||||
};
|
||||
|
||||
if (animationsAreEnabled.value) {
|
||||
|
||||
if (isModaleEtape) {
|
||||
if (!wasModaleEtape) {
|
||||
// national -> détail
|
||||
@ -161,8 +180,10 @@ const handleMapMovement = () => {
|
||||
}
|
||||
} else {
|
||||
if (isModaleEtape) {
|
||||
// ? -> détail
|
||||
zoomToContentPlace();
|
||||
} else {
|
||||
// ? -> national
|
||||
mapState.resetMap();
|
||||
}
|
||||
disableModaleTransition();
|
||||
@ -176,12 +197,38 @@ const handleMapMovement = () => {
|
||||
);
|
||||
};
|
||||
|
||||
watch(() => contentType.value, () => {
|
||||
if (contentType.value === '') {
|
||||
handleMapLock(false);
|
||||
} else {
|
||||
handleMapLock(true);
|
||||
}
|
||||
});
|
||||
|
||||
const handleMapLock = (shoudLock) => {
|
||||
const checkAndExecute = () => {
|
||||
const leafletLayer = document.querySelector('.leaflet-layer');
|
||||
|
||||
if (leafletLayer) {
|
||||
if (shoudLock) {
|
||||
mapState.lockMap();
|
||||
} else {
|
||||
mapState.unlockMap();
|
||||
}
|
||||
} else {
|
||||
setTimeout(checkAndExecute, 100);
|
||||
}
|
||||
}
|
||||
checkAndExecute();
|
||||
}
|
||||
|
||||
onMounted(() => {
|
||||
console.log('modale mounted');
|
||||
isModaleEtape = contentType.value === 'etape';
|
||||
wasModaleEtape = isModaleEtape;
|
||||
handleColorChange();
|
||||
handleMapMovement();
|
||||
nextTick(() => {
|
||||
isModaleEtape = contentType.value === 'etape';
|
||||
wasModaleEtape = isModaleEtape;
|
||||
handleColorChange();
|
||||
handleMapMovement();
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
|
@ -0,0 +1,162 @@
|
||||
<template>
|
||||
<div id="centre-de-ressource" :style="{ '--couleur': couleur }">
|
||||
<div class="filters">
|
||||
<input type="text" v-model="searchQuery" placeholder="Rechercher..." class="search-bar">
|
||||
<select v-model="selectedType">
|
||||
<option value="">Tous les types</option>
|
||||
<option v-for="type in content.ressourceTypes" :key="type" :value="type">
|
||||
{{ type.replace(/_/g, ' ').replace(/^\w/, char => char.toUpperCase()) }}
|
||||
</option>
|
||||
</select>
|
||||
<select v-model="selectedEtape">
|
||||
<option value="">Toutes les étapes</option>
|
||||
<option v-for="etape in allRelatedEtapes" :key="etape" :value="etape">
|
||||
{{ etape }}
|
||||
</option>
|
||||
</select>
|
||||
</div>
|
||||
<div v-if="content.intro" v-html="content.intro" class="intro"></div>
|
||||
<template v-for="(type, typeIndex) in filteredTypes" :key="type">
|
||||
<div class="type-section" v-if="ressourcesToDisplay[type] && ressourcesToDisplay[type].length > 0">
|
||||
<h3>{{ type.replace(/_/g, ' ').replace(/^\w/, char => char.toUpperCase()) }}</h3>
|
||||
<div class="ressource-list">
|
||||
<TransitionGroup name="itemFade" tag="div" appear>
|
||||
<div class="ressource-item"
|
||||
v-for="(ressource, ressourceIndex) in ressourcesToDisplay[type]"
|
||||
:key="`${type}-${ressourceIndex}`"
|
||||
:style="{ '--index': ressourceIndex - visibleItemsPerSection }">
|
||||
<RessourceCard :ressource="ressource" :index="`${typeIndex}-${ressourceIndex}`" />
|
||||
</div>
|
||||
</TransitionGroup>
|
||||
</div>
|
||||
<div class="button-container">
|
||||
<div v-if="ressourcesByType(type).length > visibleItemsPerSection
|
||||
&& ressourcesToDisplay[type].length === visibleItemsPerSection"
|
||||
class="ressource-button"
|
||||
@click="loadMore(type)">
|
||||
Voir plus ↓
|
||||
</div>
|
||||
<div v-if="ressourcesToDisplay[type].length > visibleItemsPerSection"
|
||||
class="ressource-button"
|
||||
@click="showLess(type)">
|
||||
Voir moins ↑
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import RessourceCard from './RessourceCard.vue';
|
||||
import useParseDate from '../composables/useParseDates';
|
||||
|
||||
import { ref, computed, watch, nextTick } from 'vue';
|
||||
|
||||
const props = defineProps({
|
||||
content: Object,
|
||||
couleur: String,
|
||||
});
|
||||
|
||||
const searchQuery = ref('');
|
||||
const selectedType = ref('');
|
||||
const ressourcesToDisplay = ref({});
|
||||
const visibleItemsPerSection = 4;
|
||||
const selectedEtape = ref('');
|
||||
const allRelatedEtapes = new Set();
|
||||
|
||||
props.content.ressources.forEach(ressource => {
|
||||
if (ressource.relatedEtape) {
|
||||
allRelatedEtapes.add(ressource.relatedEtape);
|
||||
}
|
||||
})
|
||||
|
||||
const filteredTypes = computed(() => {
|
||||
return selectedType.value ? [selectedType.value] : props.content.ressourceTypes;
|
||||
});
|
||||
|
||||
const ressourcesByType = (type) => {
|
||||
return props.content.ressources
|
||||
.filter(ressource => !selectedEtape.value || ressource.relatedEtape === selectedEtape.value)
|
||||
.filter(ressource => ressource.ressourceType === type)
|
||||
.filter(ressource =>
|
||||
searchQuery.value === '' ||
|
||||
ressource.title.toLowerCase().includes(searchQuery.value.toLowerCase())
|
||||
).sort((a, b) => {
|
||||
if (a.promoted && !b.promoted) return -1;
|
||||
if (!a.promoted && b.promoted) return 1;
|
||||
|
||||
const dateA = useParseDate(a.date);
|
||||
const dateB = useParseDate(b.date);
|
||||
|
||||
return dateB - dateA; // descending order (newest first)
|
||||
});
|
||||
};
|
||||
|
||||
const initializeRessources = (type) => {
|
||||
ressourcesToDisplay.value[type] = ressourcesByType(type).slice(0, visibleItemsPerSection);
|
||||
};
|
||||
|
||||
props.content.ressourceTypes.forEach(type => initializeRessources(type));
|
||||
|
||||
const loadMore = (type) => {
|
||||
const currentLength = ressourcesToDisplay.value[type].length;
|
||||
|
||||
if (currentLength < ressourcesByType(type).length) {
|
||||
ressourcesToDisplay.value[type] = ressourcesByType(type).slice(0, currentLength + visibleItemsPerSection);
|
||||
}
|
||||
};
|
||||
|
||||
const showLess = (type) => {
|
||||
ressourcesToDisplay.value[type] = ressourcesByType(type).slice(0, visibleItemsPerSection);
|
||||
};
|
||||
|
||||
watch(searchQuery, () => {
|
||||
props.content.ressourceTypes.forEach(type => {
|
||||
initializeRessources(type);
|
||||
});
|
||||
});
|
||||
|
||||
watch(ressourcesToDisplay.value, async () => {
|
||||
await nextTick();
|
||||
document.querySelectorAll('.ressource-item > div').forEach(el => {
|
||||
const card = el.__vueParentComponent.exposed;
|
||||
if (card && card.setClickableElements) {
|
||||
card.setClickableElements();
|
||||
}
|
||||
});
|
||||
}, { deep: true });
|
||||
|
||||
watch(selectedType, async () => {
|
||||
await nextTick();
|
||||
document.querySelectorAll('.ressource-item > div').forEach(el => {
|
||||
const card = el.__vueParentComponent.exposed;
|
||||
if (card && card.setClickableElements) {
|
||||
card.setClickableElements();
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
watch(selectedEtape, () => {
|
||||
props.content.ressourceTypes.forEach(type => {
|
||||
initializeRessources(type);
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.itemFade-enter-active, .itemFade-leave-active {
|
||||
transition: all 0.3s ease !important;
|
||||
transition-delay: calc(0.1s * var(--index)) !important;
|
||||
}
|
||||
|
||||
.itemFade-enter-from, .itemFade-leave-to {
|
||||
opacity: 0;
|
||||
transform: translateY(-20px) !important;
|
||||
}
|
||||
|
||||
.itemFade-enter-to, .itemFade-leave-from {
|
||||
opacity: 1;
|
||||
transform: translateY(0px);
|
||||
}
|
||||
</style>
|
@ -0,0 +1,39 @@
|
||||
<template>
|
||||
<div class="card" :class="direction ? (direction === 'previous' ? 'previous' : 'next') : 'solo'" :data-href="relatedContent.url">
|
||||
<div class="icon" :style="{ backgroundColor: relatedContent.couleur }"></div>
|
||||
<div class="card-content">
|
||||
<div class="infos">
|
||||
<div class="titre">{{ relatedContent.title }} <span>({{ relatedContent.postalCode.slice(0, 2) }})</span></div>
|
||||
<div class="date">Du {{ relatedContent.dates.start.d }} {{ relatedContent.dates.start.m }}<br>au {{ relatedContent.dates.end.d }} {{ relatedContent.dates.end.m }} {{ relatedContent.dates.end.y }}</div>
|
||||
</div>
|
||||
<div class="vignette">
|
||||
<img :src="relatedContent.vignette.url.small" :alt="relatedContent.vignette.alt">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
const props = defineProps({
|
||||
relatedContent: Object,
|
||||
direction: String,
|
||||
});
|
||||
|
||||
import { onMounted } from 'vue';
|
||||
import router from '../../router/router';
|
||||
|
||||
import { useContentStore } from '../../stores/content';
|
||||
import { useMapStore } from '../../stores/map';
|
||||
|
||||
import { handleClickableElements } from '../../utils/handle-navigation.js';
|
||||
|
||||
const store = useContentStore();
|
||||
const mapStore = useMapStore();
|
||||
const siteName = document.querySelector('#site_name').innerText;
|
||||
|
||||
onMounted(() => {
|
||||
const relatedEtapesCards = document.querySelectorAll('.card');
|
||||
const baseUrl = window.location.protocol + "//" + window.location.host;
|
||||
handleClickableElements(relatedEtapesCards, store, router, baseUrl, siteName, mapStore);
|
||||
});
|
||||
</script>
|
@ -16,6 +16,7 @@
|
||||
:navigation="true"
|
||||
:pagination="true"
|
||||
:initialSlide="currentSlideIndex"
|
||||
:keyboard="{ enabled: true }"
|
||||
:injectStyles="[`
|
||||
.swiper-button-next, .swiper-button-prev {
|
||||
color: white;
|
||||
|
@ -5,49 +5,20 @@
|
||||
</div>
|
||||
|
||||
<div v-if="contentType === 'etape' && (content.previous || content.next)" class="related-etape-links">
|
||||
<div v-if="content.previous" class="card previous" :data-href="content.previous.url">
|
||||
<div class="icon" :style="{ backgroundColor: content.previous.couleur }"></div>
|
||||
<div class="card-content">
|
||||
<div class="infos">
|
||||
<div class="titre">{{ content.previous.title }} <span>({{ content.previous.postalCode.slice(0, 2) }})</span></div>
|
||||
<div class="date">Du {{ content.previous.dates.start.d }} {{ content.previous.dates.start.m }}<br>au {{ content.previous.dates.end.d }} {{ content.previous.dates.end.m }} {{ content.previous.dates.end.y }}</div>
|
||||
</div>
|
||||
<div class="vignette">
|
||||
<img :src="content.previous.vignette.url.small" :alt="content.previous.vignette.alt">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div v-if="content.next" class="card next" :data-href="content.next.url">
|
||||
<div class="icon" :style="{ backgroundColor: content.next.couleur }"></div>
|
||||
<div class="card-content">
|
||||
<div class="infos">
|
||||
<div class="titre">{{ content.next.title }} <span>({{ content.next.postalCode.slice(0, 2) }})</span></div>
|
||||
<div class="date">Du {{ content.next.dates.start.d }} {{ content.next.dates.start.m }}<br>au {{ content.next.dates.end.d }} {{ content.next.dates.end.m }} {{ content.next.dates.end.y }}</div>
|
||||
</div>
|
||||
<div class="vignette">
|
||||
<img :src="content.next.vignette.url.small" :alt="content.next.vignette.alt">
|
||||
</div>
|
||||
</div>
|
||||
<EtapeCard v-if="content.previous" :relatedContent="content.previous" :direction="'previous'"/>
|
||||
<EtapeCard v-if="content.next" :relatedContent="content.next" :direction="'next'"/>
|
||||
</div>
|
||||
<div v-if="contentType === 'ressourceItem' && content.relatedEtape" >
|
||||
<div class="related-etape-label" :style="{ backgroundColor: couleur }">Étape de la ressource</div>
|
||||
<div class="related-etape-links">
|
||||
<EtapeCard :relatedContent="content.relatedEtape" :direction="''" />
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { onMounted } from 'vue';
|
||||
import router from '../../router/router';
|
||||
|
||||
import { useContentStore } from '../../stores/content';
|
||||
import { useMapStore } from '../../stores/map';
|
||||
|
||||
import { handleClickableElements } from '../../utils/handle-navigation.js';
|
||||
|
||||
const brandColor = "#80c8bf";
|
||||
|
||||
const store = useContentStore();
|
||||
const mapStore = useMapStore();
|
||||
const siteName = document.querySelector('#site_name').innerText;
|
||||
|
||||
import EtapeCard from './EtapeCard.vue';
|
||||
|
||||
const props = defineProps({
|
||||
contentType: String,
|
||||
@ -55,10 +26,4 @@ const props = defineProps({
|
||||
couleur: String,
|
||||
map: Object,
|
||||
});
|
||||
|
||||
onMounted(() => {
|
||||
const relatedEtapesCards = document.querySelectorAll('.card');
|
||||
const baseUrl = window.location.protocol + "//" + window.location.host;
|
||||
handleClickableElements(relatedEtapesCards, store, router, baseUrl, siteName, mapStore);
|
||||
});
|
||||
</script>
|
||||
|
@ -14,7 +14,7 @@
|
||||
<div class="locality">
|
||||
<div class="top-triangle" v-if="contentType === 'etape'"></div>
|
||||
<div class="locality-title">
|
||||
<h1>{{content.contentTitle}} <em v-if="content.adresse">({{ content.adresse.postal_code.slice(0, 2) }})</em></h1>
|
||||
<h1>{{ contentType === 'ressourceItem' ? 'Centre de ressources' : content.contentTitle }} <em v-if="content.adresse">({{ content.adresse.postal_code.slice(0, 2) }})</em></h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -0,0 +1,23 @@
|
||||
<template>
|
||||
<div class="partie related-ressources">
|
||||
<h3>
|
||||
<p :style="{ background: `linear-gradient(transparent 70%, ${couleur} 70%)` }">
|
||||
Ressources liées
|
||||
</p>
|
||||
</h3>
|
||||
<div class="ressource-list sm-ressource-list">
|
||||
<div class="ressource-item" v-for="(relatedRessource, index) in relatedRessources">
|
||||
<RessourceCard :ressource="relatedRessource" :index="index" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import RessourceCard from './RessourceCard.vue';
|
||||
|
||||
const props = defineProps({
|
||||
relatedRessources: Object,
|
||||
couleur: String,
|
||||
});
|
||||
</script>
|
@ -0,0 +1,49 @@
|
||||
<template>
|
||||
<div
|
||||
:data-href="ressource.url"
|
||||
:id="`ressource-${index}`"
|
||||
:class="ressource.promoted ? 'promoted' : ''">
|
||||
<figure>
|
||||
<img :src="ressource.vignette.url" :alt="ressource.vignette.alt" />
|
||||
</figure>
|
||||
<div>
|
||||
<h4>{{ ressource.title }}</h4>
|
||||
<p>Le {{ ressource.date.d }} {{ ressource.date.m }} {{ ressource.date.y }}</p>
|
||||
<p>Par {{ ressource.auteurice }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { onMounted } from 'vue';
|
||||
import router from '../../router/router';
|
||||
import { handleClickableElements } from '../../utils/handle-navigation.js';
|
||||
|
||||
import { useContentStore } from '../../stores/content';
|
||||
import { useMapStore } from '../../stores/map';
|
||||
|
||||
const store = useContentStore();
|
||||
const mapStore = useMapStore();
|
||||
const siteName = document.querySelector('#site_name').innerText;
|
||||
|
||||
|
||||
let relatedItemCards, baseUrl;
|
||||
|
||||
onMounted(() => {
|
||||
baseUrl = window.location.protocol + "//" + window.location.host;
|
||||
setClickableElements();
|
||||
});
|
||||
|
||||
const setClickableElements = () => {
|
||||
relatedItemCards = document.querySelector(`#ressource-${props.index}`);
|
||||
handleClickableElements([relatedItemCards], store, router, baseUrl, siteName, mapStore);
|
||||
}
|
||||
|
||||
defineExpose({
|
||||
setClickableElements,
|
||||
});
|
||||
const props = defineProps({
|
||||
ressource: Object,
|
||||
index: String,
|
||||
});
|
||||
</script>
|
@ -0,0 +1,63 @@
|
||||
<template>
|
||||
<header id="ressource-item-header">
|
||||
<div class="retour">
|
||||
<p data-href="/ressources">← Retour au centre de ressources</p>
|
||||
</div>
|
||||
<div class="type">{{ content.displayedType }}</div>
|
||||
<div class="title">
|
||||
<h2
|
||||
:style="{ background: `linear-gradient(transparent 70%, ${couleur} 70%)` }">
|
||||
{{ content.contentTitle }}
|
||||
</h2>
|
||||
</div>
|
||||
<div class="meta">Par {{ content.auteurice }}, le {{ content.date.d }} {{ content.date.m }} {{ content.date.y }}</div>
|
||||
</header>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { onMounted } from 'vue';
|
||||
import router from '../../router/router';
|
||||
|
||||
import { useContentStore } from '../../stores/content';
|
||||
import { useMapStore } from '../../stores/map';
|
||||
|
||||
import { handleClickableElements } from '../../utils/handle-navigation.js';
|
||||
|
||||
const store = useContentStore();
|
||||
const mapStore = useMapStore();
|
||||
const siteName = document.querySelector('#site_name').innerText;
|
||||
|
||||
const props = defineProps({
|
||||
content: Object,
|
||||
couleur: String,
|
||||
});
|
||||
|
||||
function setDisplayedType() {
|
||||
const ressourceType = props.content.ressourceType;
|
||||
switch (ressourceType) {
|
||||
case 'cartes_blanches':
|
||||
props.content.displayedType = 'Carte blanche';
|
||||
break;
|
||||
case 'documents':
|
||||
props.content.displayedType = 'Document';
|
||||
break;
|
||||
case 'galleries':
|
||||
props.content.displayedType = 'Galerie';
|
||||
break;
|
||||
case 'videos':
|
||||
props.content.displayedType = 'Vidéo';
|
||||
break;
|
||||
case 'reportages':
|
||||
props.content.displayedType = 'Reportage';
|
||||
break;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
onMounted(() => {
|
||||
const backToRessourcesLink = document.querySelectorAll('.retour > p');
|
||||
const baseUrl = window.location.protocol + "//" + window.location.host;
|
||||
handleClickableElements(backToRessourcesLink, store, router, baseUrl, siteName, mapStore);
|
||||
setDisplayedType();
|
||||
});
|
||||
</script>
|
@ -59,7 +59,7 @@ const handleImageClick = (event) => {
|
||||
const swiperEl = img.closest('swiper-container');
|
||||
swiperEl.querySelectorAll('swiper-slide').forEach((slide) => {
|
||||
const img = slide.querySelector('img');
|
||||
const altText = slide.querySelector('figcaption')?.textContent || '';
|
||||
const altText = slide.querySelector('figcaption')?.textContent || '';
|
||||
Object.values(props.partie.diaporama).forEach((image) => {
|
||||
if (image.url.medium === img.src) {
|
||||
swiperMedia.push({ src: image.url.large, alt: altText });
|
||||
|
@ -0,0 +1,50 @@
|
||||
<template>
|
||||
<div class="document"
|
||||
:style="{ '--couleur': couleur }">
|
||||
<div
|
||||
class="intro"
|
||||
v-html="partie.document.description">
|
||||
</div>
|
||||
<div class="document-grid">
|
||||
<figure>
|
||||
<a :href="partie.document.url" target="_blank">
|
||||
<img :src="partie.document.vignette.url" :alt="partie.document.vignette.alt" />
|
||||
</a>
|
||||
</figure>
|
||||
<div class="infos">
|
||||
<p>{{ partie.document.titre }}</p>
|
||||
<p>{{ partie.document.sousTitre }}</p>
|
||||
<p>{{ partie.document.auteurice }}</p>
|
||||
<p>{{ partie.document.date?.m }} {{ partie.document.date?.y }}</p>
|
||||
</div>
|
||||
<div class="download">
|
||||
<a :href="partie.document.url" target="_blank">Télécharger le document</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
const props = defineProps({
|
||||
partie: Object,
|
||||
couleur: String,
|
||||
});
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.intro {
|
||||
position: relative;
|
||||
padding-left: 1.8rem;
|
||||
margin: 3rem 0;
|
||||
&::before {
|
||||
content: '';
|
||||
display: block;
|
||||
position: absolute;
|
||||
background-color: var(--couleur);
|
||||
width: 0.8rem;
|
||||
height: 100%;
|
||||
margin-right: 1rem;
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
</style>
|
@ -0,0 +1,84 @@
|
||||
<template>
|
||||
<div class="gallerie">
|
||||
<h3><p :style="{ background: `linear-gradient(transparent 70%, ${couleur} 70%)` }">{{ partie.gallerie.titre }}</p></h3>
|
||||
<div class="intro" v-html="partie.gallerie.introduction"></div>
|
||||
<div class="images-grid">
|
||||
<figure v-for="image in partie.gallerie.images">
|
||||
<img :src="image.url.medium" :alt="image.alt" @click="handleImageClick">
|
||||
<figcaption class="caption">{{ image.alt }}</figcaption>
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<ImageModale
|
||||
:isOpen="isModaleOpen"
|
||||
:image="currentImage"
|
||||
:swiperContent="swiperPopupContent"
|
||||
@close="closeImageModale" />
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { onMounted } from 'vue';
|
||||
import { useImageModal } from '../../composables/useImageModale';
|
||||
import ImageModale from '../ImageModale.vue';
|
||||
// WebComponent
|
||||
// https://swiperjs.com/element
|
||||
import { register } from 'swiper/element/bundle';
|
||||
register();
|
||||
|
||||
const props = defineProps({
|
||||
partie: Object,
|
||||
couleur: String,
|
||||
});
|
||||
|
||||
const {
|
||||
isModaleOpen,
|
||||
currentImage,
|
||||
swiperPopupContent,
|
||||
openImageModale,
|
||||
closeImageModale
|
||||
} = useImageModal();
|
||||
|
||||
const handleImageClick = (event) => {
|
||||
const clickedImg = event.target;
|
||||
if (clickedImg.tagName === 'IMG') {
|
||||
let swiperMedia = [];
|
||||
const imgGrid = clickedImg.closest('.images-grid');
|
||||
|
||||
imgGrid.querySelectorAll('figure').forEach((figure) => {
|
||||
const img = figure.querySelector('img');
|
||||
const altText = figure.querySelector('figcaption')?.textContent || '';
|
||||
Object.values(props.partie.gallerie.images).forEach((image) => {
|
||||
if (img.src === image.url.medium) {
|
||||
swiperMedia.push({ src: image.url.large, alt: altText });
|
||||
}
|
||||
});
|
||||
});
|
||||
openImageModale(clickedImg.src, clickedImg.alt, swiperMedia);
|
||||
}
|
||||
}
|
||||
|
||||
onMounted(() => {
|
||||
setVerticalImages();
|
||||
document.documentElement.style.setProperty('--etape-couleur', props.couleur);
|
||||
});
|
||||
|
||||
function setVerticalImages() {
|
||||
const images = document.querySelectorAll('.images-grid figure img');
|
||||
images.forEach((img) => {
|
||||
if (img.naturalHeight > img.naturalWidth) {
|
||||
img.classList.add('vertical');
|
||||
img.closest('figure').querySelector('figcaption').style.textAlign = 'center';
|
||||
}
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
:root {
|
||||
--swiper-navigation-color: #1a1918; /* cf main.scss */
|
||||
--swiper-pagination-color: var(--etape-couleur);
|
||||
--swiper-navigation-top-offset: calc(100% - 1.5rem);
|
||||
--swiper-navigation-sides-offset: 5vw; /* cf main.scss */
|
||||
}
|
||||
</style>
|
@ -9,7 +9,7 @@ export function useImageModal() {
|
||||
const hamburger = document.querySelector('#hamburger');
|
||||
const menu = document.querySelector('#menu');
|
||||
|
||||
const openImageModale = (src, alt, swiperMedia) => {
|
||||
const openImageModale = (src, alt, swiperMedia) => {
|
||||
currentImage.value = { src, alt };
|
||||
swiperPopupContent.value = swiperMedia || [];
|
||||
isModaleOpen.value = true;
|
||||
|
@ -0,0 +1,26 @@
|
||||
const frenchMonthMap = {
|
||||
janvier: 0,
|
||||
février: 1,
|
||||
mars: 2,
|
||||
avril: 3,
|
||||
mai: 4,
|
||||
juin: 5,
|
||||
juillet: 6,
|
||||
août: 7,
|
||||
septembre: 8,
|
||||
octobre: 9,
|
||||
novembre: 10,
|
||||
décembre: 11
|
||||
};
|
||||
|
||||
export default function parseDate(dateObj) {
|
||||
if (!dateObj || !frenchMonthMap[dateObj.m?.toLowerCase()]) return new Date(0);
|
||||
|
||||
const day = Number(dateObj.d);
|
||||
const month = frenchMonthMap[dateObj.m.toLowerCase()];
|
||||
const year = Number(dateObj.y);
|
||||
|
||||
if (isNaN(day) || isNaN(month) || isNaN(year)) return new Date(0);
|
||||
|
||||
return new Date(year, month, day);
|
||||
}
|
@ -768,11 +768,30 @@ body{
|
||||
position: relative;
|
||||
background-color: white;
|
||||
font-size: $labeur-font-size-mobile;
|
||||
//padding-bottom: $modale-bottom-padding;
|
||||
&:has(#centre-de-ressource, #ressource-item-header) {
|
||||
left: 5vw;
|
||||
}
|
||||
@media screen and (min-width: $desktop-min-width) {
|
||||
font-size: $labeur-font-size-desktop;
|
||||
width: $modale-width-desktop;
|
||||
}
|
||||
&:has(#centre-de-ressource),
|
||||
&:has(#ressource-item-header) {
|
||||
@media screen and (min-width: $tablet-min-width) {
|
||||
left: 8vw;
|
||||
width: 84vw;
|
||||
.locality-title {
|
||||
width: 42vw;
|
||||
margin-left: 21vw;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: $desktop-min-width) {
|
||||
.locality-title {
|
||||
width: 30vw;
|
||||
margin-left: 27vw;
|
||||
}
|
||||
}
|
||||
}
|
||||
img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
@ -911,6 +930,14 @@ body{
|
||||
padding: 0 $modale-x-padding;
|
||||
padding-bottom: 5vh;
|
||||
box-sizing: border-box;
|
||||
&:has(#ressource-item-header) {
|
||||
// padding-right: 50%;
|
||||
margin-bottom: 3rem;
|
||||
@media screen and (min-width: $desktop-min-width) {
|
||||
margin-bottom: 6rem;
|
||||
padding: 0 calc($modale-x-padding * 4);
|
||||
}
|
||||
}
|
||||
> .partie,
|
||||
> #equipe {
|
||||
width: 100%;
|
||||
@ -938,7 +965,9 @@ body{
|
||||
}
|
||||
.partie-title,
|
||||
> .chiffres-cles,
|
||||
> .entretien {
|
||||
> .entretien,
|
||||
> .gallerie,
|
||||
&.related-ressources {
|
||||
> h3 {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
@ -1075,6 +1104,99 @@ body{
|
||||
> .videos iframe {
|
||||
margin: 2rem 0;
|
||||
}
|
||||
> .gallerie {
|
||||
> .intro {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
> .images-grid {
|
||||
margin-top: 3rem;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
column-gap: 5rem;
|
||||
row-gap: 2rem;
|
||||
@media screen and (min-width: $desktop-min-width) {
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
}
|
||||
}
|
||||
figure {
|
||||
margin: 0;
|
||||
> img {
|
||||
cursor: pointer;
|
||||
transform: scale(1);
|
||||
transition: transform 0.2s ease-in-out;
|
||||
&:hover {
|
||||
transform: scale(1.02);
|
||||
}
|
||||
&.vertical {
|
||||
box-sizing: border-box;
|
||||
padding: 0 25%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
> .document {
|
||||
.download {
|
||||
> a {
|
||||
color: $main-color;
|
||||
text-decoration: none;
|
||||
font-size: $sm-font-size-mobile;
|
||||
background-color: $brand-color;
|
||||
font-weight: bold;
|
||||
padding: 0.5rem 1rem;
|
||||
border-radius: 1rem;
|
||||
display: inline-block;
|
||||
transform: scale(1);
|
||||
transition: transform 0.2s ease-in-out;
|
||||
&:hover {
|
||||
transform: scale(1.02);
|
||||
}
|
||||
@media screen and (min-width: $desktop-min-width) {
|
||||
font-size: $sm-font-size-desktop;
|
||||
}
|
||||
}
|
||||
}
|
||||
> .document-grid {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
grid-template-rows: auto auto;
|
||||
column-gap: 2rem;
|
||||
> figure {
|
||||
grid-column: 1 / 2;
|
||||
grid-row: 1 / 3;
|
||||
margin: 0;
|
||||
background-color: var(--couleur);
|
||||
img {
|
||||
padding: 0.6rem;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
object-fit: cover;
|
||||
transform: scale(1);
|
||||
transition: transform 0.2s ease-in-out;
|
||||
&:hover {
|
||||
transform: scale(1.02);
|
||||
}
|
||||
@media screen and (min-width: $desktop-min-width) {
|
||||
padding: 2rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
> .infos {
|
||||
> p {
|
||||
margin: 0;
|
||||
margin-bottom: 0.8rem;
|
||||
&:first-of-type {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
> .download {
|
||||
align-self: end;
|
||||
justify-self: end;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.caption {
|
||||
font-size: $sm-font-size-mobile;
|
||||
@ -1157,6 +1279,113 @@ body{
|
||||
margin-top: 10vh;
|
||||
}
|
||||
}
|
||||
#centre-de-ressource {
|
||||
.filters {
|
||||
margin: 3rem 0;
|
||||
margin-top: 5rem;
|
||||
> .search-bar{
|
||||
margin-right: 2rem;
|
||||
border: solid 1px var(--couleur);
|
||||
padding: 0.5rem 1rem;
|
||||
border-radius: 1rem;
|
||||
font-size: $sm-font-size-mobile;
|
||||
font-family: 'Marianne', sans-serif;
|
||||
}
|
||||
> select {
|
||||
max-width: 20%;
|
||||
margin-right: 2rem;
|
||||
appearance: none;
|
||||
border: solid 1px var(--couleur);
|
||||
padding: 0.5rem 1rem;
|
||||
font-size: $sm-font-size-mobile;
|
||||
font-family: 'Marianne', sans-serif;
|
||||
border-radius: 1rem;
|
||||
background-color: white;
|
||||
background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='rgba(128, 200, 191)' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
|
||||
background-position: calc(100% - 1rem) center !important;
|
||||
padding-right: 2.5rem !important;
|
||||
}
|
||||
}
|
||||
> .intro {
|
||||
font-size: $sm-font-size-mobile;
|
||||
margin-bottom: 4rem;
|
||||
@media screen and (min-width: $desktop-min-width) {
|
||||
font-size: $sm-font-size-desktop;
|
||||
width: 66%;
|
||||
}
|
||||
}
|
||||
> .type-section {
|
||||
> h3 {
|
||||
display: inline-block;
|
||||
font-size: $l-font-size-mobile;
|
||||
font-family: 'Joost', sans-serif;
|
||||
margin: 0;
|
||||
margin-bottom: 2rem;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
padding: 0 0.5rem;
|
||||
background: linear-gradient(transparent 70%, $brand-color 70%);
|
||||
@media screen and (min-width: $desktop-min-width) {
|
||||
font-size: $l-font-size-desktop;
|
||||
}
|
||||
}
|
||||
> .button-container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
> .ressource-button {
|
||||
display: inline;
|
||||
font-size: $sm-font-size-mobile;
|
||||
background-color: $brand-color;
|
||||
padding: 0.5rem 1.5rem;
|
||||
border-radius: 1rem;
|
||||
cursor: pointer;
|
||||
transition: transform 0.2s ease-in-out;
|
||||
transform: scale(1);
|
||||
&:hover {
|
||||
transform: scale(0.95);
|
||||
}
|
||||
@media screen and (min-width: $desktop-min-width) {
|
||||
font-size: $sm-font-size-desktop;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
> #ressource-item-header {
|
||||
> .retour {
|
||||
margin-bottom: 1.5rem;
|
||||
> p {
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
font-size: $sm-font-size-mobile;
|
||||
@media screen and (min-width: $desktop-min-width) {
|
||||
font-size: $sm-font-size-desktop;
|
||||
}
|
||||
}
|
||||
}
|
||||
> .type,
|
||||
> .meta {
|
||||
text-align: center;
|
||||
font-size: $m-font-size-mobile;
|
||||
font-family: 'Joost', sans-serif;
|
||||
@media screen and (min-width: $desktop-min-width) {
|
||||
font-size: $m-font-size-desktop;
|
||||
}
|
||||
}
|
||||
> .title {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
> h2 {
|
||||
display: inline-block;
|
||||
margin-top: 1rem;
|
||||
font-size: $xl-font-size-mobile;
|
||||
font-family: 'Joost', sans-serif;
|
||||
@media screen and (min-width: $desktop-min-width) {
|
||||
font-size: $xl-font-size-desktop;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
> .pieces-jointes {
|
||||
z-index: 1;
|
||||
@ -1225,15 +1454,33 @@ body{
|
||||
background-size: 300px;
|
||||
background-size: repeat;
|
||||
}
|
||||
> div:has(.related-etape-label) {
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
.related-etape-label {
|
||||
display: inline-block;
|
||||
padding: 0.5rem 1rem;
|
||||
padding-left: calc($modale-x-padding / 2);
|
||||
font-size: $sm-font-size-mobile;
|
||||
margin-bottom: 1.5rem;
|
||||
@media screen and (min-width: $desktop-min-width) {
|
||||
margin-bottom: 0;
|
||||
font-size: $sm-font-size-desktop;
|
||||
}
|
||||
}
|
||||
}
|
||||
.related-etape-links {
|
||||
position: absolute;
|
||||
//bottom: calc(($modale-bottom-padding / 2) * -1);
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
padding: 0 calc($modale-x-padding / 2);
|
||||
display: grid;
|
||||
grid-template-rows: 1fr 1fr;
|
||||
grid-template-columns: 1fr;
|
||||
width: 75%;
|
||||
&:not(:has(.solo)) {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
grid-template-rows: 1fr 1fr;
|
||||
}
|
||||
@media screen and (min-width: $desktop-min-width) {
|
||||
grid-template-columns: 1fr 1fr;
|
||||
margin-top: 2.5rem;
|
||||
@ -1323,6 +1570,84 @@ body{
|
||||
}
|
||||
}
|
||||
}
|
||||
.ressource-list > div:not(.ressource-item),
|
||||
.ressource-list.sm-ressource-list {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
align-items: start;
|
||||
gap: 2rem;
|
||||
margin-bottom: 2.5rem;
|
||||
@media screen and (min-width: $tablet-min-width) {
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
}
|
||||
@media screen and (min-width: $desktop-min-width) {
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
}
|
||||
&.sm-ressource-list {
|
||||
margin-top: 2rem;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
}
|
||||
> .ressource-item > div {
|
||||
display: flex;
|
||||
gap: 0.8rem;
|
||||
|
||||
@media screen and (min-width: $desktop-min-width) {
|
||||
gap: 1.2rem;
|
||||
}
|
||||
cursor: pointer;
|
||||
transform: scale(1);
|
||||
transition: transform 0.2s ease-in-out;
|
||||
&.promoted {
|
||||
&::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: -10px;
|
||||
left: -10px;
|
||||
width: 20px !important;
|
||||
height: 20px !important;
|
||||
background-color: $brand-color;
|
||||
mask-image: url("/themes/custom/caravane/assets/pictograms/hexagone.svg");
|
||||
mask-size: contain;
|
||||
mask-repeat: no-repeat;
|
||||
}
|
||||
}
|
||||
&:hover {
|
||||
transform: scale(1.05);
|
||||
}
|
||||
> figure {
|
||||
width: 40%;
|
||||
margin: 0;
|
||||
}
|
||||
> div {
|
||||
width: 50%;
|
||||
> h4 {
|
||||
font-size: $m-font-size-mobile;
|
||||
font-family: 'Joost', sans-serif;
|
||||
margin: 0;
|
||||
margin-bottom: 0.5rem;
|
||||
@media screen and (min-width: $desktop-min-width) {
|
||||
font-size: $m-font-size-desktop;
|
||||
}
|
||||
}
|
||||
> p {
|
||||
margin: 0;
|
||||
font-size: $sm-font-size-mobile;
|
||||
@media screen and (min-width: $desktop-min-width) {
|
||||
font-size: $sm-font-size-desktop;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
> #animation-toggle {
|
||||
transition: opacity 0.3s ease-out;
|
||||
|
Loading…
x
Reference in New Issue
Block a user