hr-design-system-handlebars 1.64.0 → 1.65.0
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/CHANGELOG.md +24 -0
- package/build/handlebars/helpers/handlebar-helpers.js +2 -2
- package/dist/assets/index.css +3 -3
- package/dist/assets/js/components/externalService/dataWrapperNoResponsiveIframe.subfeature.js +4 -2
- package/dist/assets/js/components/externalService/externalServiceDs.feature.js +12 -28
- package/dist/views/components/button/components/button_icon.hbs +1 -1
- package/dist/views/components/event/calendar/event_calendar.hbs +0 -3
- package/dist/views/components/event/calendar/event_calendar_content.hbs +1 -1
- package/dist/views/components/event/calendar/event_calendar_event_teaser.hbs +1 -1
- package/dist/views/components/event/calendar/event_calendar_inline.hbs +1 -1
- package/dist/views/components/event/event_ticket_button.hbs +1 -1
- package/dist/views/components/externalService/external_service.hbs +7 -14
- package/dist/views/components/externalService/external_service_with_datapolicy_check.hbs +3 -4
- package/dist/views/components/mediaplayer/media_player.hbs +1 -1
- package/dist/views/components/mediaplayer/mediaplayer_button.hbs +1 -1
- package/dist/views/components/teaser/cluster/teaser_cluster_item.hbs +2 -2
- package/dist/views/components/teaser/teaser_event_calendar.hbs +4 -1
- package/dist/views_static/components/button/components/button_icon.hbs +1 -1
- package/dist/views_static/components/event/calendar/event_calendar.hbs +0 -3
- package/dist/views_static/components/event/calendar/event_calendar_content.hbs +1 -1
- package/dist/views_static/components/event/calendar/event_calendar_event_teaser.hbs +1 -1
- package/dist/views_static/components/event/calendar/event_calendar_inline.hbs +1 -1
- package/dist/views_static/components/event/event_ticket_button.hbs +1 -1
- package/dist/views_static/components/externalService/external_service.hbs +7 -14
- package/dist/views_static/components/externalService/external_service_with_datapolicy_check.hbs +3 -4
- package/dist/views_static/components/mediaplayer/media_player.hbs +1 -1
- package/dist/views_static/components/mediaplayer/mediaplayer_button.hbs +1 -1
- package/dist/views_static/components/teaser/cluster/teaser_cluster_item.hbs +2 -2
- package/dist/views_static/components/teaser/teaser_event_calendar.hbs +4 -1
- package/package.json +1 -1
- package/src/assets/fixtures/teaser/teasers.inc.json +1 -0
- package/src/stories/views/components/button/components/button_icon.hbs +1 -1
- package/src/stories/views/components/event/calendar/event_calendar.hbs +0 -3
- package/src/stories/views/components/event/calendar/event_calendar_content.hbs +1 -1
- package/src/stories/views/components/event/calendar/event_calendar_event_teaser.hbs +1 -1
- package/src/stories/views/components/event/calendar/event_calendar_inline.hbs +1 -1
- package/src/stories/views/components/event/event_ticket_button.hbs +1 -1
- package/src/stories/views/components/externalService/dataWrapperNoResponsiveIframe.subfeature.js +4 -2
- package/src/stories/views/components/externalService/externalServiceDs.feature.js +12 -28
- package/src/stories/views/components/externalService/external_service.hbs +7 -14
- package/src/stories/views/components/externalService/external_service.mdx +1 -18
- package/src/stories/views/components/externalService/external_service.stories.js +5 -0
- package/src/stories/views/components/externalService/external_service_with_datapolicy_check.hbs +3 -4
- package/src/stories/views/components/externalService/fixtures/external_service_with_datapolicy.json +48 -2
- package/src/stories/views/components/mediaplayer/media_player.hbs +1 -1
- package/src/stories/views/components/mediaplayer/mediaplayer_button.hbs +1 -1
- package/src/stories/views/components/teaser/cluster/teaser_cluster_item.hbs +2 -2
- package/src/stories/views/components/teaser/fixtures/teaser_event_calendar_100_no_future_events.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_event_calendar_100_serif.json +1 -1
- package/src/stories/views/components/teaser/teaser_event_calendar.hbs +4 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
# v1.65.0 (Thu Apr 18 2024)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- Feature/dpe 2696 [#911](https://github.com/mumprod/hr-design-system-handlebars/pull/911) ([@szuelch](https://github.com/szuelch))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@szuelch](https://github.com/szuelch)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v1.64.1 (Wed Apr 17 2024)
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- Code cleanup aspectratio fix [#909](https://github.com/mumprod/hr-design-system-handlebars/pull/909) ([@Paul-Atreidis](https://github.com/Paul-Atreidis))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- [@Paul-Atreidis](https://github.com/Paul-Atreidis)
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
1
25
|
# v1.64.0 (Wed Apr 17 2024)
|
|
2
26
|
|
|
3
27
|
#### 🚀 Enhancement
|
|
@@ -284,9 +284,9 @@ var helpers = {
|
|
|
284
284
|
|
|
285
285
|
'appendToDefault': function (context, defaultValue) {
|
|
286
286
|
if (context) {
|
|
287
|
-
return defaultValue +
|
|
287
|
+
return defaultValue + context
|
|
288
288
|
} else {
|
|
289
|
-
return defaultValue
|
|
289
|
+
return defaultValue.trim()
|
|
290
290
|
}
|
|
291
291
|
},
|
|
292
292
|
|
package/dist/assets/index.css
CHANGED
|
@@ -3348,7 +3348,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3348
3348
|
border-bottom-color: var(--color-secondary-ds);
|
|
3349
3349
|
}
|
|
3350
3350
|
.counter-reset {
|
|
3351
|
-
counter-reset:
|
|
3351
|
+
counter-reset: cnt1713444064775;
|
|
3352
3352
|
}
|
|
3353
3353
|
.hyphens-auto {
|
|
3354
3354
|
-webkit-hyphens: auto;
|
|
@@ -3727,7 +3727,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3727
3727
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3728
3728
|
}
|
|
3729
3729
|
.-ordered {
|
|
3730
|
-
counter-increment:
|
|
3730
|
+
counter-increment: cnt1713444064775 1;
|
|
3731
3731
|
}
|
|
3732
3732
|
.-ordered::before {
|
|
3733
3733
|
position: absolute;
|
|
@@ -3743,7 +3743,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3743
3743
|
letter-spacing: .0125em;
|
|
3744
3744
|
--tw-text-opacity: 1;
|
|
3745
3745
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3746
|
-
content: counter(
|
|
3746
|
+
content: counter(cnt1713444064775);
|
|
3747
3747
|
}
|
|
3748
3748
|
/*! ****************************/
|
|
3749
3749
|
/*! DataPolicy stuff */
|
package/dist/assets/js/components/externalService/dataWrapperNoResponsiveIframe.subfeature.js
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
const DataWrapperNoResponsiveIframe = function (context, configAR, configFixedHeight, embedCode) {
|
|
1
|
+
const DataWrapperNoResponsiveIframe = function (context, configAR, configFixedHeight, id, embedCode) {
|
|
2
2
|
|
|
3
3
|
const { element: rootElement } = context
|
|
4
4
|
let aspectRatio = configAR
|
|
5
5
|
let fixedHeight = configFixedHeight
|
|
6
|
+
let uniqueId = id
|
|
6
7
|
|
|
7
8
|
const createNoResponsiveIframe = function () {
|
|
8
9
|
|
|
@@ -65,7 +66,8 @@ const DataWrapperNoResponsiveIframe = function (context, configAR, configFixedHe
|
|
|
65
66
|
iframe.setAttribute('scrolling', 'no')
|
|
66
67
|
iframe.setAttribute('frameborder', '0')
|
|
67
68
|
iframe.src = embedCode
|
|
68
|
-
|
|
69
|
+
iframe.id = 'datawrapper-chart-' + uniqueId
|
|
70
|
+
|
|
69
71
|
div.appendChild(iframe)
|
|
70
72
|
parentDiv.appendChild(div)
|
|
71
73
|
rootElement.appendChild(parentDiv)
|
|
@@ -157,8 +157,14 @@ const ExternalService = function (context) {
|
|
|
157
157
|
removeDatapolicyBox()
|
|
158
158
|
createUniqueID()
|
|
159
159
|
if (iFrameConfig.noResponsiveIframe == 'true') {
|
|
160
|
-
noResponsiveIframe = new DataWrapperNoResponsiveIframe(context, iFrameConfig.aspectRatio, iFrameConfig.fixedHeight, embedCode)
|
|
160
|
+
noResponsiveIframe = new DataWrapperNoResponsiveIframe(context, iFrameConfig.aspectRatio, iFrameConfig.fixedHeight, uniqueId, embedCode)
|
|
161
161
|
noResponsiveIframe.createNoResponsiveIframe()
|
|
162
|
+
|
|
163
|
+
if (iFrameConfig.refreshContent == 'true') {
|
|
164
|
+
console.log("contentRefresher anfügen")
|
|
165
|
+
contentRefresher = new DataWrapperContentRefresher(context, uniqueId, iFrameConfig.refreshIntervall)
|
|
166
|
+
contentRefresher.createRefresher()
|
|
167
|
+
}
|
|
162
168
|
}
|
|
163
169
|
else {
|
|
164
170
|
var iframe = document.createElement('iframe')
|
|
@@ -178,6 +184,7 @@ const ExternalService = function (context) {
|
|
|
178
184
|
'https://static.hr.de/hessenschau/datawrapper/responsiveIframe.js',
|
|
179
185
|
true
|
|
180
186
|
)
|
|
187
|
+
|
|
181
188
|
if (iFrameConfig.refreshContent == 'true') {
|
|
182
189
|
console.log("contentRefresher anfügen")
|
|
183
190
|
contentRefresher = new DataWrapperContentRefresher(context, uniqueId, iFrameConfig.refreshIntervall)
|
|
@@ -275,40 +282,17 @@ const ExternalService = function (context) {
|
|
|
275
282
|
|
|
276
283
|
const loadIframe = function () {
|
|
277
284
|
console.log('load iframe ' + id)
|
|
278
|
-
iframe =
|
|
279
|
-
"<iframe id='i_frame' data-isloaded='0' src='" +
|
|
280
|
-
embedCode +
|
|
281
|
-
"' frameborder='0' class='w-full h-full' webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>"
|
|
285
|
+
iframe = "<iframe id='i_frame' data-isloaded='0' src='"+ embedCode +"' frameborder='0' class='w-full h-full' webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>"
|
|
282
286
|
if (iFrameConfig.aspectRatio) {
|
|
283
|
-
iframe =
|
|
284
|
-
"<div class='!h-full'><div class=" +
|
|
285
|
-
getAspectRatioClass() +
|
|
286
|
-
' ' +
|
|
287
|
-
id +
|
|
288
|
-
"'><iframe id='i_frame' data-isloaded='0' src='" +
|
|
289
|
-
embedCode +
|
|
290
|
-
"' frameborder='0' class='w-full h-full '" +
|
|
291
|
-
id +
|
|
292
|
-
"' webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div></div>"
|
|
287
|
+
iframe ="<div class='!h-full'><div class='"+ getAspectRatioClass() +"'><iframe id='i_frame' data-isloaded='0' src='"+ embedCode +"' frameborder='0' class='w-full h-full' webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div></div>"
|
|
293
288
|
//TODO Weiche Animation der Inhalte
|
|
294
289
|
} else {
|
|
295
290
|
if (iFrameConfig.fixedHeight) {
|
|
296
|
-
iframe =
|
|
297
|
-
"<div class='!h-full' style='height:" +
|
|
298
|
-
iFrameConfig.fixedHeight +
|
|
299
|
-
"px'><iframe data-isloaded='0' src='" +
|
|
300
|
-
embedCode +
|
|
301
|
-
"' frameborder='0' class='w-full h-full' webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div>"
|
|
291
|
+
iframe = "<div style='height:"+ iFrameConfig.fixedHeight +"px'><iframe data-isloaded='0' src='"+ embedCode +"' frameborder='0' class='w-full h-full' webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div>"
|
|
302
292
|
} else {
|
|
303
|
-
iframe =
|
|
304
|
-
"<div class='!h-full " +
|
|
305
|
-
id +
|
|
306
|
-
"'><iframe data-isloaded='0' src='" +
|
|
307
|
-
embedCode +
|
|
308
|
-
"' frameborder='0' class='w-full h-full' webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div>"
|
|
293
|
+
iframe = "<div class='!h-full'><iframe data-isloaded='0' src='"+ embedCode +"' frameborder='0' class='w-full h-full' webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div>"
|
|
309
294
|
}
|
|
310
295
|
}
|
|
311
|
-
|
|
312
296
|
replaceAnimated(rootElement, iframe, false)
|
|
313
297
|
}
|
|
314
298
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
{{> components/base/image/icon _addClass=(appendToDefault _css "ds-button-icon w-4 h-4 fill-current") _icon=_icon _iconmap=_iconmap}}
|
|
1
|
+
{{> components/base/image/icon _addClass=(appendToDefault _css "ds-button-icon w-4 h-4 fill-current ") _icon=_icon _iconmap=_iconmap}}
|
|
2
2
|
{{#*inline "css"}}{{/inline}}
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
<div class="flex flex-col border-event-calendar-secondary border gap-x-4 js-load" data-hr-filterer-ds="{}">
|
|
2
2
|
{{> @partial-block }}
|
|
3
|
-
{{#> components/modal/modal _type="userConsent" _trigger=".js-ticket-button-user-consent-needed"}}
|
|
4
|
-
{{> components/modal/user_consent _link=this.link _headline=(loca "ticket_modal_headline") _text=(loca "ticket_modal_text") _labelOk=(loca "ticket_modal_label_ok") _labelCancel=(loca "ticket_modal_label_cancel")}}
|
|
5
|
-
{{/components/modal/modal}}
|
|
6
3
|
</div>
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
{{#each this.days}}
|
|
4
4
|
{{#each this.instants}}
|
|
5
5
|
{{#unless this.isDateInstant}}
|
|
6
|
-
{{> components/event/calendar/event_calendar_event_teaser _showTeaser=../this.isFirstAvailable _withConcertInfo=../../../_withConcertInfo}}
|
|
6
|
+
{{> components/event/calendar/event_calendar_event_teaser _userConsentCheckId=../../../_userConsentCheckId _showTeaser=../this.isFirstAvailable _withConcertInfo=../../../_withConcertInfo}}
|
|
7
7
|
{{/unless}}
|
|
8
8
|
{{/each}}
|
|
9
9
|
{{/each}}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<div class="static pt-1 pb-3 pl-4 sm:absolute sm:pl-0 sm:pt-0 sm:pb-0 sm:right-4 sm:bottom-4">
|
|
2
2
|
{{#with this}}
|
|
3
|
-
{{#> components/button/button _css=
|
|
3
|
+
{{#> components/button/button _css=(appendToDefault _userConsentCheckId 'js-ticket-button-user-consent-needed-') _id=(nextRandom) _size="lg"}}
|
|
4
4
|
{{> components/button/components/button_icon _icon="ticket" _iconmap="icons" _css="mr-2"}}
|
|
5
5
|
{{>components/button/components/button_label _css='' _label="Tickets"}}
|
|
6
6
|
{{/components/button/button}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{{#if this.externalServiceConfig.makeConfigurable}}
|
|
2
|
-
|
|
2
|
+
<!-- Embedding via JS with DataPolicyCheck-->
|
|
3
3
|
{{> components/externalService/external_service_with_datapolicy_check }}
|
|
4
4
|
|
|
5
5
|
{{else}}
|
|
@@ -8,26 +8,19 @@
|
|
|
8
8
|
<div class="clear-both mt-10">
|
|
9
9
|
<span class="sr-only">{{loca "story_externalservice_intro_sr" }}</span>
|
|
10
10
|
{{#if this.externalServiceConfig.embedAsIFrame}}
|
|
11
|
-
|
|
11
|
+
<!-- Embedding via Iframe -->
|
|
12
12
|
<div class="{{#if this.fixedHeight}}overflow-y-hidden{{else}}overflow-hidden{{/if}}" {{#if this.fixedHeight}}style="height:{{this.fixedHeight}}px;"{{/if}}>
|
|
13
13
|
{{#unless this.fixedHeight}}<div class="{{~inline-switch this.aspectRatio '["16x9","16x7","4x3","100x27","100","9x16","7x16"]' '["ar-16-9","ar-16-7","ar-4-3","ar-100-27","ar-1-1","ar-9-16","ar-7-16","ar-16-9"]'~}}">{{/unless}}
|
|
14
|
-
<iframe frameborder="0" width="100%" height="100%"
|
|
15
|
-
src="{{{this.serviceUrl}}}" webkitallowfullscreen mozallowfullscreen
|
|
16
|
-
allowfullscreen scrolling='no'>
|
|
17
|
-
</iframe>
|
|
14
|
+
<iframe frameborder="0" width="100%" height="100%" src="{{{this.serviceUrl}}}" webkitallowfullscreen mozallowfullscreen allowfullscreen scrolling='no'></iframe>
|
|
18
15
|
{{#unless this.fixedHeight}}</div>{{/unless}}
|
|
19
16
|
</div>
|
|
20
|
-
|
|
21
17
|
{{else}}
|
|
22
|
-
|
|
18
|
+
<!-- Embedding via JS without DataPolicyCheck-->
|
|
23
19
|
<div class="c-externalService__{{this.externalServiceConfig.externalServiceId}} js-load"
|
|
24
|
-
data-hr-external-service-ds='{"id":"{{this.externalServiceConfig.externalServiceId}}","embedCode":"{{this.serviceUrl}}",
|
|
25
|
-
</div>
|
|
26
|
-
|
|
27
|
-
{{/if}}
|
|
28
|
-
|
|
20
|
+
data-hr-external-service-ds='{"id":"{{this.externalServiceConfig.externalServiceId}}","embedCode":"{{this.serviceUrl}}","embedType": "{{this.externalServiceConfig.externalServiceEmbedType}}","dataPolicyCheck": false,"iFrameConfig":{}}'>
|
|
21
|
+
</div>
|
|
22
|
+
{{/if}}
|
|
29
23
|
{{~> components/externalService/components/external_service_caption ~}}
|
|
30
|
-
|
|
31
24
|
<span class="sr-only">{{loca "story_externalservice_outro_sr" }}</span>
|
|
32
25
|
</div>
|
|
33
26
|
{{/if}}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
<div class="grid clear-both mt-10">
|
|
2
|
-
{{~> components/base/a11y/hiddenText _locaTag="story_externalservice_intro_sr" ~}}
|
|
2
|
+
{{~> components/base/a11y/hiddenText _locaTag="story_externalservice_intro_sr" ~}}
|
|
3
3
|
<div class="c-externalService c-externalService__{{this.externalServiceConfig.externalServiceId}} js-load"
|
|
4
|
-
data-hr-external-service-ds='{"id":"{{this.externalServiceConfig.externalServiceId}}","embedCode":"{{this.serviceUrl}}",
|
|
5
|
-
|
|
6
|
-
this.aspectRatio}}"aspectRatio":"{{this.aspectRatio}}"{{else}}"aspectRatio":"16x9"{{/if}}{{/if}},"noResponsiveIframe":"{{{this.setResponsiveIframe}}}","refreshContent":"{{{this.setTimedReloadIframe}}}","refreshIntervall":"{{this.setTimeForReload}}"}}'>
|
|
4
|
+
data-hr-external-service-ds='{"id":"{{this.externalServiceConfig.externalServiceId}}","embedCode":"{{this.serviceUrl}}","embedType":"{{this.externalServiceConfig.externalServiceEmbedType}}","dataPolicyCheck": true,"iFrameConfig": { {{#if this.fixedHeight}}
|
|
5
|
+
"fixedHeight":"{{this.fixedHeight}}"{{else}}{{#if this.aspectRatio}}"aspectRatio":"{{this.aspectRatio}}"{{else}}"aspectRatio":"16x9"{{/if}}{{/if}},"noResponsiveIframe":"{{{this.setResponsiveIframe}}}"{{#if this.setTimedReloadIframe}},"refreshContent":"{{{this.setTimedReloadIframe}}}","refreshIntervall":"{{this.setTimeForReload}}"{{/if}} }}'>
|
|
7
6
|
{{~> components/externalService/components/external_service_data_policy ~}}
|
|
8
7
|
</div>
|
|
9
8
|
{{~> components/externalService/components/external_service_caption ~}}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
{{/unless}}
|
|
10
10
|
{{#with _teaser}}
|
|
11
11
|
{{#if this.isTickerTeaser}}<a href="{{this.link.url}}" aria-label="Zum Ticker" tabindex="-1"{{#if (isUserConsentNeeded this.link.url)}} class="js-user-consent-needed"{{/if}}>{{/if}}
|
|
12
|
-
{{~> components/base/image/responsive_image this.teaserImage _type=(if this.teaserType this.teaserType 'story') _variant=(if this.content.imageVariant this.content.imageVariant '100-copytext') _addClassImg=(appendToDefault ../../_addClassImg-adjust_context "ar__content") _noDelay=this.dontLazyload ~}}
|
|
12
|
+
{{~> components/base/image/responsive_image this.teaserImage _type=(if this.teaserType this.teaserType 'story') _variant=(if this.content.imageVariant this.content.imageVariant '100-copytext') _addClassImg=(appendToDefault ../../_addClassImg-adjust_context "ar__content ") _noDelay=this.dontLazyload ~}}
|
|
13
13
|
{{#if this.isTickerTeaser}}</a>{{/if}}
|
|
14
14
|
{{/with}}
|
|
15
15
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{{#with this}}
|
|
2
2
|
{{#> components/button/button _variant="tertiary" _type="button" _css=_css _alpineClick="avStart = !avStart; $dispatch('player_start')"}}
|
|
3
3
|
{{#with this}}
|
|
4
|
-
{{> components/base/image/icon _addClass=(appendToDefault (if ../../_isLivestream-adjust_context "text-orange-spicyCarrot group-hover:fill-orange-spicyCarrot" "text-media-button group-hover:fill-media-button") "w-10 h-10 fill-white group-hover:text-white inline") _icon=../../_icon-adjust_context}}
|
|
4
|
+
{{> components/base/image/icon _addClass=(appendToDefault (if ../../_isLivestream-adjust_context "text-orange-spicyCarrot group-hover:fill-orange-spicyCarrot" "text-media-button group-hover:fill-media-button") "w-10 h-10 fill-white group-hover:text-white inline ") _icon=../../_icon-adjust_context}}
|
|
5
5
|
{{#*inline "css"}}{{/inline}}
|
|
6
6
|
{{/with}}
|
|
7
7
|
{{>components/button/components/button_label _css="sr-only" _label=../../_label-adjust_context}}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
{{#>components/base/link _link=this.link _css=(appendToDefault (if _firstItem "ds-teaser-focus") "block group") }}
|
|
1
|
+
{{#>components/base/link _link=this.link _css=(appendToDefault (if _firstItem "ds-teaser-focus ") "block group") }}
|
|
2
2
|
{{#if this.label}}
|
|
3
3
|
{{#> components/label/label_group _css=(if ../../_ordered-adjust_context "pl-8")}}
|
|
4
4
|
{{> components/label/label _type=this.label.type _text=(loca this.label.loca) _css=""}}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
{{/components/label/label_group}}
|
|
7
7
|
{{/if~}}
|
|
8
8
|
{{#> components/teaser/components/teaser_headline _css="" _headlineTag="h3"}}
|
|
9
|
-
{{> components/teaser/components/teaser_title _css=(appendToDefault (if ../../_ordered-adjust_context " pl-8") "group-hover:underline text-clusterTeaserLink") _text=this.title _size=../../_size-adjust_context _teaserType="cluster" _firstItem=../../_firstItem-adjust_context}}
|
|
9
|
+
{{> components/teaser/components/teaser_title _css=(appendToDefault (if ../../_ordered-adjust_context " pl-8 ") "group-hover:underline text-clusterTeaserLink") _text=this.title _size=../../_size-adjust_context _teaserType="cluster" _firstItem=../../_firstItem-adjust_context}}
|
|
10
10
|
{{/components/teaser/components/teaser_headline}}
|
|
11
11
|
{{/components/base/link}}
|
|
12
12
|
{{> components/teaser/cluster/teaser_cluster_byline _ordered=_ordered}}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
<article class="col-span-12{{~inline-switch this.teaserSize '["50"]' '[" md:col-span-6"]'}}">
|
|
2
2
|
{{#> components/event/calendar/event_calendar}}
|
|
3
|
+
{{#> components/modal/modal _type="userConsent" _trigger=(appendToDefault this.uuid '.js-ticket-button-user-consent-needed-')}}
|
|
4
|
+
{{> components/modal/user_consent _link=this.link _headline=(loca "ticket_modal_headline") _text=(loca "ticket_modal_text") _labelOk=(loca "ticket_modal_label_ok") _labelCancel=(loca "ticket_modal_label_cancel")}}
|
|
5
|
+
{{/components/modal/modal}}
|
|
3
6
|
{{> components/event/calendar/event_calendar_heading _headlineTag="h3"}}
|
|
4
7
|
{{> components/event/calendar/event_calendar_nav this.eventCalendar.months}}
|
|
5
|
-
{{> components/event/calendar/event_calendar_content this.eventCalendar}}
|
|
8
|
+
{{> components/event/calendar/event_calendar_content this.eventCalendar _userConsentCheckId=this.uuid}}
|
|
6
9
|
{{> components/event/calendar/event_calendar_footer}}
|
|
7
10
|
{{/components/event/calendar/event_calendar}}
|
|
8
11
|
</article>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
{{> components/base/image/icon _addClass=(appendToDefault _css "ds-button-icon w-4 h-4 fill-current") _icon=_icon _iconmap=_iconmap}}
|
|
1
|
+
{{> components/base/image/icon _addClass=(appendToDefault _css "ds-button-icon w-4 h-4 fill-current ") _icon=_icon _iconmap=_iconmap}}
|
|
2
2
|
{{#*inline "css"}}{{/inline}}
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
<div class="flex flex-col border-event-calendar-secondary border gap-x-4 js-load" data-hr-filterer-ds="{}">
|
|
2
2
|
{{> @partial-block }}
|
|
3
|
-
{{#> components/modal/modal _type="userConsent" _trigger=".js-ticket-button-user-consent-needed"}}
|
|
4
|
-
{{> components/modal/user_consent _link=this.link _headline=(loca "ticket_modal_headline") _text=(loca "ticket_modal_text") _labelOk=(loca "ticket_modal_label_ok") _labelCancel=(loca "ticket_modal_label_cancel")}}
|
|
5
|
-
{{/components/modal/modal}}
|
|
6
3
|
</div>
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
{{#each this.days}}
|
|
4
4
|
{{#each this.instants}}
|
|
5
5
|
{{#unless this.isDateInstant}}
|
|
6
|
-
{{> components/event/calendar/event_calendar_event_teaser _showTeaser=../this.isFirstAvailable _withConcertInfo=../../../_withConcertInfo}}
|
|
6
|
+
{{> components/event/calendar/event_calendar_event_teaser _userConsentCheckId=../../../_userConsentCheckId _showTeaser=../this.isFirstAvailable _withConcertInfo=../../../_withConcertInfo}}
|
|
7
7
|
{{/unless}}
|
|
8
8
|
{{/each}}
|
|
9
9
|
{{/each}}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<div class="static pt-1 pb-3 pl-4 sm:absolute sm:pl-0 sm:pt-0 sm:pb-0 sm:right-4 sm:bottom-4">
|
|
2
2
|
{{#with this}}
|
|
3
|
-
{{#> components/button/button _css=
|
|
3
|
+
{{#> components/button/button _css=(appendToDefault _userConsentCheckId 'js-ticket-button-user-consent-needed-') _id=(nextRandom) _size="lg"}}
|
|
4
4
|
{{> components/button/components/button_icon _icon="ticket" _iconmap="icons" _css="mr-2"}}
|
|
5
5
|
{{>components/button/components/button_label _css='' _label="Tickets"}}
|
|
6
6
|
{{/components/button/button}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{{#if this.externalServiceConfig.makeConfigurable}}
|
|
2
|
-
|
|
2
|
+
<!-- Embedding via JS with DataPolicyCheck-->
|
|
3
3
|
{{> components/externalService/external_service_with_datapolicy_check }}
|
|
4
4
|
|
|
5
5
|
{{else}}
|
|
@@ -8,26 +8,19 @@
|
|
|
8
8
|
<div class="clear-both mt-10">
|
|
9
9
|
<span class="sr-only">{{loca "story_externalservice_intro_sr" }}</span>
|
|
10
10
|
{{#if this.externalServiceConfig.embedAsIFrame}}
|
|
11
|
-
|
|
11
|
+
<!-- Embedding via Iframe -->
|
|
12
12
|
<div class="{{#if this.fixedHeight}}overflow-y-hidden{{else}}overflow-hidden{{/if}}" {{#if this.fixedHeight}}style="height:{{this.fixedHeight}}px;"{{/if}}>
|
|
13
13
|
{{#unless this.fixedHeight}}<div class="{{~inline-switch this.aspectRatio '["16x9","16x7","4x3","100x27","100","9x16","7x16"]' '["ar-16-9","ar-16-7","ar-4-3","ar-100-27","ar-1-1","ar-9-16","ar-7-16","ar-16-9"]'~}}">{{/unless}}
|
|
14
|
-
<iframe frameborder="0" width="100%" height="100%"
|
|
15
|
-
src="{{{this.serviceUrl}}}" webkitallowfullscreen mozallowfullscreen
|
|
16
|
-
allowfullscreen scrolling='no'>
|
|
17
|
-
</iframe>
|
|
14
|
+
<iframe frameborder="0" width="100%" height="100%" src="{{{this.serviceUrl}}}" webkitallowfullscreen mozallowfullscreen allowfullscreen scrolling='no'></iframe>
|
|
18
15
|
{{#unless this.fixedHeight}}</div>{{/unless}}
|
|
19
16
|
</div>
|
|
20
|
-
|
|
21
17
|
{{else}}
|
|
22
|
-
|
|
18
|
+
<!-- Embedding via JS without DataPolicyCheck-->
|
|
23
19
|
<div class="c-externalService__{{this.externalServiceConfig.externalServiceId}} js-load"
|
|
24
|
-
data-hr-external-service-ds='{"id":"{{this.externalServiceConfig.externalServiceId}}","embedCode":"{{this.serviceUrl}}",
|
|
25
|
-
</div>
|
|
26
|
-
|
|
27
|
-
{{/if}}
|
|
28
|
-
|
|
20
|
+
data-hr-external-service-ds='{"id":"{{this.externalServiceConfig.externalServiceId}}","embedCode":"{{this.serviceUrl}}","embedType": "{{this.externalServiceConfig.externalServiceEmbedType}}","dataPolicyCheck": false,"iFrameConfig":{}}'>
|
|
21
|
+
</div>
|
|
22
|
+
{{/if}}
|
|
29
23
|
{{~> components/externalService/components/external_service_caption ~}}
|
|
30
|
-
|
|
31
24
|
<span class="sr-only">{{loca "story_externalservice_outro_sr" }}</span>
|
|
32
25
|
</div>
|
|
33
26
|
{{/if}}
|
package/dist/views_static/components/externalService/external_service_with_datapolicy_check.hbs
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
<div class="grid clear-both mt-10">
|
|
2
|
-
{{~> components/base/a11y/hiddenText _locaTag="story_externalservice_intro_sr" ~}}
|
|
2
|
+
{{~> components/base/a11y/hiddenText _locaTag="story_externalservice_intro_sr" ~}}
|
|
3
3
|
<div class="c-externalService c-externalService__{{this.externalServiceConfig.externalServiceId}} js-load"
|
|
4
|
-
data-hr-external-service-ds='{"id":"{{this.externalServiceConfig.externalServiceId}}","embedCode":"{{this.serviceUrl}}",
|
|
5
|
-
|
|
6
|
-
this.aspectRatio}}"aspectRatio":"{{this.aspectRatio}}"{{else}}"aspectRatio":"16x9"{{/if}}{{/if}},"noResponsiveIframe":"{{{this.setResponsiveIframe}}}","refreshContent":"{{{this.setTimedReloadIframe}}}","refreshIntervall":"{{this.setTimeForReload}}"}}'>
|
|
4
|
+
data-hr-external-service-ds='{"id":"{{this.externalServiceConfig.externalServiceId}}","embedCode":"{{this.serviceUrl}}","embedType":"{{this.externalServiceConfig.externalServiceEmbedType}}","dataPolicyCheck": true,"iFrameConfig": { {{#if this.fixedHeight}}
|
|
5
|
+
"fixedHeight":"{{this.fixedHeight}}"{{else}}{{#if this.aspectRatio}}"aspectRatio":"{{this.aspectRatio}}"{{else}}"aspectRatio":"16x9"{{/if}}{{/if}},"noResponsiveIframe":"{{{this.setResponsiveIframe}}}"{{#if this.setTimedReloadIframe}},"refreshContent":"{{{this.setTimedReloadIframe}}}","refreshIntervall":"{{this.setTimeForReload}}"{{/if}} }}'>
|
|
7
6
|
{{~> components/externalService/components/external_service_data_policy ~}}
|
|
8
7
|
</div>
|
|
9
8
|
{{~> components/externalService/components/external_service_caption ~}}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
{{/unless}}
|
|
10
10
|
{{#with _teaser}}
|
|
11
11
|
{{#if this.isTickerTeaser}}<a href="{{this.link.url}}" aria-label="Zum Ticker" tabindex="-1"{{#if (isUserConsentNeeded this.link.url)}} class="js-user-consent-needed"{{/if}}>{{/if}}
|
|
12
|
-
{{~> components/base/image/responsive_image this.teaserImage _type=(if this.teaserType this.teaserType 'story') _variant=(if this.content.imageVariant this.content.imageVariant '100-copytext') _addClassImg=(appendToDefault _addClassImg "ar__content") _noDelay=this.dontLazyload ~}}
|
|
12
|
+
{{~> components/base/image/responsive_image this.teaserImage _type=(if this.teaserType this.teaserType 'story') _variant=(if this.content.imageVariant this.content.imageVariant '100-copytext') _addClassImg=(appendToDefault _addClassImg "ar__content ") _noDelay=this.dontLazyload ~}}
|
|
13
13
|
{{#if this.isTickerTeaser}}</a>{{/if}}
|
|
14
14
|
{{/with}}
|
|
15
15
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{{#with this}}
|
|
2
2
|
{{#> components/button/button _variant="tertiary" _type="button" _css=_css _alpineClick="avStart = !avStart; $dispatch('player_start')"}}
|
|
3
3
|
{{#with this}}
|
|
4
|
-
{{> components/base/image/icon _addClass=(appendToDefault (if _isLivestream "text-orange-spicyCarrot group-hover:fill-orange-spicyCarrot" "text-media-button group-hover:fill-media-button") "w-10 h-10 fill-white group-hover:text-white inline") _icon=_icon}}
|
|
4
|
+
{{> components/base/image/icon _addClass=(appendToDefault (if _isLivestream "text-orange-spicyCarrot group-hover:fill-orange-spicyCarrot" "text-media-button group-hover:fill-media-button") "w-10 h-10 fill-white group-hover:text-white inline ") _icon=_icon}}
|
|
5
5
|
{{#*inline "css"}}{{/inline}}
|
|
6
6
|
{{/with}}
|
|
7
7
|
{{>components/button/components/button_label _css="sr-only" _label=_label}}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
{{#>components/base/link _link=this.link _css=(appendToDefault (if _firstItem "ds-teaser-focus") "block group") }}
|
|
1
|
+
{{#>components/base/link _link=this.link _css=(appendToDefault (if _firstItem "ds-teaser-focus ") "block group") }}
|
|
2
2
|
{{#if this.label}}
|
|
3
3
|
{{#> components/label/label_group _css=(if _ordered "pl-8")}}
|
|
4
4
|
{{> components/label/label _type=this.label.type _text=(loca this.label.loca) _css=""}}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
{{/components/label/label_group}}
|
|
7
7
|
{{/if~}}
|
|
8
8
|
{{#> components/teaser/components/teaser_headline _css="" _headlineTag="h3"}}
|
|
9
|
-
{{> components/teaser/components/teaser_title _css=(appendToDefault (if _ordered " pl-8") "group-hover:underline text-clusterTeaserLink") _text=this.title _size=_size _teaserType="cluster" _firstItem=_firstItem}}
|
|
9
|
+
{{> components/teaser/components/teaser_title _css=(appendToDefault (if _ordered " pl-8 ") "group-hover:underline text-clusterTeaserLink") _text=this.title _size=_size _teaserType="cluster" _firstItem=_firstItem}}
|
|
10
10
|
{{/components/teaser/components/teaser_headline}}
|
|
11
11
|
{{/components/base/link}}
|
|
12
12
|
{{> components/teaser/cluster/teaser_cluster_byline _ordered=_ordered}}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
<article class="col-span-12{{~inline-switch this.teaserSize '["50"]' '[" md:col-span-6"]'}}">
|
|
2
2
|
{{#> components/event/calendar/event_calendar}}
|
|
3
|
+
{{#> components/modal/modal _type="userConsent" _trigger=(appendToDefault this.uuid '.js-ticket-button-user-consent-needed-')}}
|
|
4
|
+
{{> components/modal/user_consent _link=this.link _headline=(loca "ticket_modal_headline") _text=(loca "ticket_modal_text") _labelOk=(loca "ticket_modal_label_ok") _labelCancel=(loca "ticket_modal_label_cancel")}}
|
|
5
|
+
{{/components/modal/modal}}
|
|
3
6
|
{{> components/event/calendar/event_calendar_heading _headlineTag="h3"}}
|
|
4
7
|
{{> components/event/calendar/event_calendar_nav this.eventCalendar.months}}
|
|
5
|
-
{{> components/event/calendar/event_calendar_content this.eventCalendar}}
|
|
8
|
+
{{> components/event/calendar/event_calendar_content this.eventCalendar _userConsentCheckId=this.uuid}}
|
|
6
9
|
{{> components/event/calendar/event_calendar_footer}}
|
|
7
10
|
{{/components/event/calendar/event_calendar}}
|
|
8
11
|
</article>
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"repository": "https://github.com/szuelch/hr-design-system-handlebars",
|
|
9
|
-
"version": "1.
|
|
9
|
+
"version": "1.65.0",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -1895,6 +1895,7 @@
|
|
|
1895
1895
|
"teaserSize": "100",
|
|
1896
1896
|
"realTeaserSize": "100",
|
|
1897
1897
|
"title": "Konzertkalender",
|
|
1898
|
+
"uuid": "0a9e6389-d1a1-4af5-875d-4047cc2a82cb",
|
|
1898
1899
|
"eventCalendar": {
|
|
1899
1900
|
"months": {
|
|
1900
1901
|
"@->jsoninclude": "event/calendar/event_calendar_months.inc.json",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
{{> components/base/image/icon _addClass=(appendToDefault _css "ds-button-icon w-4 h-4 fill-current") _icon=_icon _iconmap=_iconmap}}
|
|
1
|
+
{{> components/base/image/icon _addClass=(appendToDefault _css "ds-button-icon w-4 h-4 fill-current ") _icon=_icon _iconmap=_iconmap}}
|
|
2
2
|
{{#*inline "css"}}{{/inline}}
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
<div class="flex flex-col border-event-calendar-secondary border gap-x-4 js-load" data-hr-filterer-ds="{}">
|
|
2
2
|
{{> @partial-block }}
|
|
3
|
-
{{#> components/modal/modal _type="userConsent" _trigger=".js-ticket-button-user-consent-needed"}}
|
|
4
|
-
{{> components/modal/user_consent _link=this.link _headline=(loca "ticket_modal_headline") _text=(loca "ticket_modal_text") _labelOk=(loca "ticket_modal_label_ok") _labelCancel=(loca "ticket_modal_label_cancel")}}
|
|
5
|
-
{{/components/modal/modal}}
|
|
6
3
|
</div>
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
{{#each this.days}}
|
|
4
4
|
{{#each this.instants}}
|
|
5
5
|
{{#unless this.isDateInstant}}
|
|
6
|
-
{{> components/event/calendar/event_calendar_event_teaser _showTeaser=../this.isFirstAvailable _withConcertInfo=../../../_withConcertInfo}}
|
|
6
|
+
{{> components/event/calendar/event_calendar_event_teaser _userConsentCheckId=../../../_userConsentCheckId _showTeaser=../this.isFirstAvailable _withConcertInfo=../../../_withConcertInfo}}
|
|
7
7
|
{{/unless}}
|
|
8
8
|
{{/each}}
|
|
9
9
|
{{/each}}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<div class="static pt-1 pb-3 pl-4 sm:absolute sm:pl-0 sm:pt-0 sm:pb-0 sm:right-4 sm:bottom-4">
|
|
2
2
|
{{#with this}}
|
|
3
|
-
{{#> components/button/button _css=
|
|
3
|
+
{{#> components/button/button _css=(appendToDefault _userConsentCheckId 'js-ticket-button-user-consent-needed-') _id=(nextRandom) _size="lg"}}
|
|
4
4
|
{{> components/button/components/button_icon _icon="ticket" _iconmap="icons" _css="mr-2"}}
|
|
5
5
|
{{>components/button/components/button_label _css='' _label="Tickets"}}
|
|
6
6
|
{{/components/button/button}}
|
package/src/stories/views/components/externalService/dataWrapperNoResponsiveIframe.subfeature.js
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
const DataWrapperNoResponsiveIframe = function (context, configAR, configFixedHeight, embedCode) {
|
|
1
|
+
const DataWrapperNoResponsiveIframe = function (context, configAR, configFixedHeight, id, embedCode) {
|
|
2
2
|
|
|
3
3
|
const { element: rootElement } = context
|
|
4
4
|
let aspectRatio = configAR
|
|
5
5
|
let fixedHeight = configFixedHeight
|
|
6
|
+
let uniqueId = id
|
|
6
7
|
|
|
7
8
|
const createNoResponsiveIframe = function () {
|
|
8
9
|
|
|
@@ -65,7 +66,8 @@ const DataWrapperNoResponsiveIframe = function (context, configAR, configFixedHe
|
|
|
65
66
|
iframe.setAttribute('scrolling', 'no')
|
|
66
67
|
iframe.setAttribute('frameborder', '0')
|
|
67
68
|
iframe.src = embedCode
|
|
68
|
-
|
|
69
|
+
iframe.id = 'datawrapper-chart-' + uniqueId
|
|
70
|
+
|
|
69
71
|
div.appendChild(iframe)
|
|
70
72
|
parentDiv.appendChild(div)
|
|
71
73
|
rootElement.appendChild(parentDiv)
|
|
@@ -157,8 +157,14 @@ const ExternalService = function (context) {
|
|
|
157
157
|
removeDatapolicyBox()
|
|
158
158
|
createUniqueID()
|
|
159
159
|
if (iFrameConfig.noResponsiveIframe == 'true') {
|
|
160
|
-
noResponsiveIframe = new DataWrapperNoResponsiveIframe(context, iFrameConfig.aspectRatio, iFrameConfig.fixedHeight, embedCode)
|
|
160
|
+
noResponsiveIframe = new DataWrapperNoResponsiveIframe(context, iFrameConfig.aspectRatio, iFrameConfig.fixedHeight, uniqueId, embedCode)
|
|
161
161
|
noResponsiveIframe.createNoResponsiveIframe()
|
|
162
|
+
|
|
163
|
+
if (iFrameConfig.refreshContent == 'true') {
|
|
164
|
+
console.log("contentRefresher anfügen")
|
|
165
|
+
contentRefresher = new DataWrapperContentRefresher(context, uniqueId, iFrameConfig.refreshIntervall)
|
|
166
|
+
contentRefresher.createRefresher()
|
|
167
|
+
}
|
|
162
168
|
}
|
|
163
169
|
else {
|
|
164
170
|
var iframe = document.createElement('iframe')
|
|
@@ -178,6 +184,7 @@ const ExternalService = function (context) {
|
|
|
178
184
|
'https://static.hr.de/hessenschau/datawrapper/responsiveIframe.js',
|
|
179
185
|
true
|
|
180
186
|
)
|
|
187
|
+
|
|
181
188
|
if (iFrameConfig.refreshContent == 'true') {
|
|
182
189
|
console.log("contentRefresher anfügen")
|
|
183
190
|
contentRefresher = new DataWrapperContentRefresher(context, uniqueId, iFrameConfig.refreshIntervall)
|
|
@@ -275,40 +282,17 @@ const ExternalService = function (context) {
|
|
|
275
282
|
|
|
276
283
|
const loadIframe = function () {
|
|
277
284
|
console.log('load iframe ' + id)
|
|
278
|
-
iframe =
|
|
279
|
-
"<iframe id='i_frame' data-isloaded='0' src='" +
|
|
280
|
-
embedCode +
|
|
281
|
-
"' frameborder='0' class='w-full h-full' webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>"
|
|
285
|
+
iframe = "<iframe id='i_frame' data-isloaded='0' src='"+ embedCode +"' frameborder='0' class='w-full h-full' webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>"
|
|
282
286
|
if (iFrameConfig.aspectRatio) {
|
|
283
|
-
iframe =
|
|
284
|
-
"<div class='!h-full'><div class=" +
|
|
285
|
-
getAspectRatioClass() +
|
|
286
|
-
' ' +
|
|
287
|
-
id +
|
|
288
|
-
"'><iframe id='i_frame' data-isloaded='0' src='" +
|
|
289
|
-
embedCode +
|
|
290
|
-
"' frameborder='0' class='w-full h-full '" +
|
|
291
|
-
id +
|
|
292
|
-
"' webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div></div>"
|
|
287
|
+
iframe ="<div class='!h-full'><div class='"+ getAspectRatioClass() +"'><iframe id='i_frame' data-isloaded='0' src='"+ embedCode +"' frameborder='0' class='w-full h-full' webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div></div>"
|
|
293
288
|
//TODO Weiche Animation der Inhalte
|
|
294
289
|
} else {
|
|
295
290
|
if (iFrameConfig.fixedHeight) {
|
|
296
|
-
iframe =
|
|
297
|
-
"<div class='!h-full' style='height:" +
|
|
298
|
-
iFrameConfig.fixedHeight +
|
|
299
|
-
"px'><iframe data-isloaded='0' src='" +
|
|
300
|
-
embedCode +
|
|
301
|
-
"' frameborder='0' class='w-full h-full' webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div>"
|
|
291
|
+
iframe = "<div style='height:"+ iFrameConfig.fixedHeight +"px'><iframe data-isloaded='0' src='"+ embedCode +"' frameborder='0' class='w-full h-full' webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div>"
|
|
302
292
|
} else {
|
|
303
|
-
iframe =
|
|
304
|
-
"<div class='!h-full " +
|
|
305
|
-
id +
|
|
306
|
-
"'><iframe data-isloaded='0' src='" +
|
|
307
|
-
embedCode +
|
|
308
|
-
"' frameborder='0' class='w-full h-full' webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div>"
|
|
293
|
+
iframe = "<div class='!h-full'><iframe data-isloaded='0' src='"+ embedCode +"' frameborder='0' class='w-full h-full' webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div>"
|
|
309
294
|
}
|
|
310
295
|
}
|
|
311
|
-
|
|
312
296
|
replaceAnimated(rootElement, iframe, false)
|
|
313
297
|
}
|
|
314
298
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{{#if this.externalServiceConfig.makeConfigurable}}
|
|
2
|
-
|
|
2
|
+
<!-- Embedding via JS with DataPolicyCheck-->
|
|
3
3
|
{{> components/externalService/external_service_with_datapolicy_check }}
|
|
4
4
|
|
|
5
5
|
{{else}}
|
|
@@ -8,26 +8,19 @@
|
|
|
8
8
|
<div class="clear-both mt-10">
|
|
9
9
|
<span class="sr-only">{{loca "story_externalservice_intro_sr" }}</span>
|
|
10
10
|
{{#if this.externalServiceConfig.embedAsIFrame}}
|
|
11
|
-
|
|
11
|
+
<!-- Embedding via Iframe -->
|
|
12
12
|
<div class="{{#if this.fixedHeight}}overflow-y-hidden{{else}}overflow-hidden{{/if}}" {{#if this.fixedHeight}}style="height:{{this.fixedHeight}}px;"{{/if}}>
|
|
13
13
|
{{#unless this.fixedHeight}}<div class="{{~inline-switch this.aspectRatio '["16x9","16x7","4x3","100x27","100","9x16","7x16"]' '["ar-16-9","ar-16-7","ar-4-3","ar-100-27","ar-1-1","ar-9-16","ar-7-16","ar-16-9"]'~}}">{{/unless}}
|
|
14
|
-
<iframe frameborder="0" width="100%" height="100%"
|
|
15
|
-
src="{{{this.serviceUrl}}}" webkitallowfullscreen mozallowfullscreen
|
|
16
|
-
allowfullscreen scrolling='no'>
|
|
17
|
-
</iframe>
|
|
14
|
+
<iframe frameborder="0" width="100%" height="100%" src="{{{this.serviceUrl}}}" webkitallowfullscreen mozallowfullscreen allowfullscreen scrolling='no'></iframe>
|
|
18
15
|
{{#unless this.fixedHeight}}</div>{{/unless}}
|
|
19
16
|
</div>
|
|
20
|
-
|
|
21
17
|
{{else}}
|
|
22
|
-
|
|
18
|
+
<!-- Embedding via JS without DataPolicyCheck-->
|
|
23
19
|
<div class="c-externalService__{{this.externalServiceConfig.externalServiceId}} js-load"
|
|
24
|
-
data-hr-external-service-ds='{"id":"{{this.externalServiceConfig.externalServiceId}}","embedCode":"{{this.serviceUrl}}",
|
|
25
|
-
</div>
|
|
26
|
-
|
|
27
|
-
{{/if}}
|
|
28
|
-
|
|
20
|
+
data-hr-external-service-ds='{"id":"{{this.externalServiceConfig.externalServiceId}}","embedCode":"{{this.serviceUrl}}","embedType": "{{this.externalServiceConfig.externalServiceEmbedType}}","dataPolicyCheck": false,"iFrameConfig":{}}'>
|
|
21
|
+
</div>
|
|
22
|
+
{{/if}}
|
|
29
23
|
{{~> components/externalService/components/external_service_caption ~}}
|
|
30
|
-
|
|
31
24
|
<span class="sr-only">{{loca "story_externalservice_outro_sr" }}</span>
|
|
32
25
|
</div>
|
|
33
26
|
{{/if}}
|
|
@@ -26,21 +26,4 @@ Die interaktiven Elemente sind:
|
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
## Beispiel Dienst Giphy
|
|
29
|
-
<Story of={ExternalServiceStories.ExterneDiensteGiphy} />
|
|
30
|
-
|
|
31
|
-
## Beispiel Dienst Datawrapper mit responsivem Iframe
|
|
32
|
-
Der Datawrapper wird standardmässig mit einem responsiven Iframe geladen, d.h. das der Inhalt des Iframes - die Datengrafik - an den äußeren Container skaliert wird.
|
|
33
|
-
|
|
34
|
-
<Story of={ExternalServiceStories.ExterneDiensteDatawrapper} />
|
|
35
|
-
|
|
36
|
-
## Beispiel Dienst Datawrapper ohne responsives Iframe und fester Höhe
|
|
37
|
-
Ist die Konfiguration "NoResponsiveIFrame" auf TRUE gesetzt werden die Felder für "FixedHeight" und "AspectRatio" ausgelesen. Ist das Feld FixedHeight befüllt, wird der Wert daraus übernommen
|
|
38
|
-
<Story of={ExternalServiceStories.ExterneDiensteDatawrapperNoResponsiveFixedHeight} />
|
|
39
|
-
|
|
40
|
-
## Beispiel Dienst Datawrapper ohne responsives Iframe und AspectRatio
|
|
41
|
-
Ist die Konfiguration "NoResponsiveIFrame" auf TRUE gesetzt werden die Felder für "FixedHeight" und "AspectRatio" ausgelesen. Ist das Feld AspectRatio ausgewählt wird der Wert daraus übernommen
|
|
42
|
-
<Story of={ExternalServiceStories.ExterneDiensteDatawrapperNoResponsiveAspectRatio} />
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
## Beispiel Dienst Datawrapper mit ContentRefresher
|
|
46
|
-
<Story of={ExternalServiceStories.ExterneDiensteDatawrapperContentRefresher} />
|
|
29
|
+
<Story of={ExternalServiceStories.ExterneDiensteGiphy} />
|
|
@@ -28,6 +28,11 @@ export const ExterneDiensteGiphy = {
|
|
|
28
28
|
name: 'Externe Dienste Giphy',
|
|
29
29
|
args: ExternalServiceContent.Giphy,
|
|
30
30
|
}
|
|
31
|
+
export const ExterneDiensteFlourish = {
|
|
32
|
+
render: TemplatePageExternalService.bind({}),
|
|
33
|
+
name: 'Externe Dienste Flourish',
|
|
34
|
+
args: ExternalServiceContent.Flourish,
|
|
35
|
+
}
|
|
31
36
|
export const ExterneDiensteDatawrapper = {
|
|
32
37
|
render: TemplatePageExternalService.bind({}),
|
|
33
38
|
name: 'Externe Dienste Datawrapper MIT Responsivem Iframe',
|
package/src/stories/views/components/externalService/external_service_with_datapolicy_check.hbs
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
<div class="grid clear-both mt-10">
|
|
2
|
-
{{~> components/base/a11y/hiddenText _locaTag="story_externalservice_intro_sr" ~}}
|
|
2
|
+
{{~> components/base/a11y/hiddenText _locaTag="story_externalservice_intro_sr" ~}}
|
|
3
3
|
<div class="c-externalService c-externalService__{{this.externalServiceConfig.externalServiceId}} js-load"
|
|
4
|
-
data-hr-external-service-ds='{"id":"{{this.externalServiceConfig.externalServiceId}}","embedCode":"{{this.serviceUrl}}",
|
|
5
|
-
|
|
6
|
-
this.aspectRatio}}"aspectRatio":"{{this.aspectRatio}}"{{else}}"aspectRatio":"16x9"{{/if}}{{/if}},"noResponsiveIframe":"{{{this.setResponsiveIframe}}}","refreshContent":"{{{this.setTimedReloadIframe}}}","refreshIntervall":"{{this.setTimeForReload}}"}}'>
|
|
4
|
+
data-hr-external-service-ds='{"id":"{{this.externalServiceConfig.externalServiceId}}","embedCode":"{{this.serviceUrl}}","embedType":"{{this.externalServiceConfig.externalServiceEmbedType}}","dataPolicyCheck": true,"iFrameConfig": { {{#if this.fixedHeight}}
|
|
5
|
+
"fixedHeight":"{{this.fixedHeight}}"{{else}}{{#if this.aspectRatio}}"aspectRatio":"{{this.aspectRatio}}"{{else}}"aspectRatio":"16x9"{{/if}}{{/if}},"noResponsiveIframe":"{{{this.setResponsiveIframe}}}"{{#if this.setTimedReloadIframe}},"refreshContent":"{{{this.setTimedReloadIframe}}}","refreshIntervall":"{{this.setTimeForReload}}"{{/if}} }}'>
|
|
7
6
|
{{~> components/externalService/components/external_service_data_policy ~}}
|
|
8
7
|
</div>
|
|
9
8
|
{{~> components/externalService/components/external_service_caption ~}}
|
package/src/stories/views/components/externalService/fixtures/external_service_with_datapolicy.json
CHANGED
|
@@ -26,7 +26,37 @@
|
|
|
26
26
|
"setTimedReloadIframe": false,
|
|
27
27
|
"setTimeForReload": ""
|
|
28
28
|
},
|
|
29
|
-
"
|
|
29
|
+
"Datawrapper_CDN_NoResponsiveFixedHeightReload": {
|
|
30
|
+
"externalServiceConfig": {
|
|
31
|
+
"makeConfigurable": true,
|
|
32
|
+
"embedAsIFrame": false,
|
|
33
|
+
"externalServiceId": "datawrapper_cdn",
|
|
34
|
+
"externalServiceEmbedType": "js",
|
|
35
|
+
"externalServiceName": "Datawrapper (Datengrafik)"
|
|
36
|
+
},
|
|
37
|
+
"serviceUrl": "https://datawrapper.dwcdn.net/IC3Xn/1/",
|
|
38
|
+
"fixedHeight": "700",
|
|
39
|
+
"aspectRatio": "",
|
|
40
|
+
"setResponsiveIframe": true,
|
|
41
|
+
"setTimedReloadIframe": true,
|
|
42
|
+
"setTimeForReload": "300"
|
|
43
|
+
},
|
|
44
|
+
"Datawrapper_CDN_NoResponsiveFixedHeight": {
|
|
45
|
+
"externalServiceConfig": {
|
|
46
|
+
"makeConfigurable": true,
|
|
47
|
+
"embedAsIFrame": false,
|
|
48
|
+
"externalServiceId": "datawrapper_cdn",
|
|
49
|
+
"externalServiceEmbedType": "js",
|
|
50
|
+
"externalServiceName": "Datawrapper (Datengrafik)"
|
|
51
|
+
},
|
|
52
|
+
"serviceUrl": "https://datawrapper.dwcdn.net/IC3Xn/1/",
|
|
53
|
+
"fixedHeight": "700",
|
|
54
|
+
"aspectRatio": "",
|
|
55
|
+
"setResponsiveIframe": true,
|
|
56
|
+
"setTimedReloadIframe": false,
|
|
57
|
+
"setTimeForReload": ""
|
|
58
|
+
},
|
|
59
|
+
"Datawrapper_CDN_NoResponsiveAspectRatio": {
|
|
30
60
|
"externalServiceConfig": {
|
|
31
61
|
"makeConfigurable": true,
|
|
32
62
|
"embedAsIFrame": false,
|
|
@@ -35,11 +65,27 @@
|
|
|
35
65
|
"externalServiceName": "Datawrapper (Datengrafik)"
|
|
36
66
|
},
|
|
37
67
|
"serviceUrl": "https://datawrapper.dwcdn.net/IC3Xn/1/",
|
|
38
|
-
"fixedHeight": "
|
|
68
|
+
"fixedHeight": "",
|
|
69
|
+
"aspectRatio": "4x3",
|
|
39
70
|
"setResponsiveIframe": true,
|
|
40
71
|
"setTimedReloadIframe": false,
|
|
41
72
|
"setTimeForReload": ""
|
|
42
73
|
},
|
|
74
|
+
"Datawrapper_CDN": {
|
|
75
|
+
"externalServiceConfig": {
|
|
76
|
+
"makeConfigurable": true,
|
|
77
|
+
"embedAsIFrame": false,
|
|
78
|
+
"externalServiceId": "datawrapper_cdn",
|
|
79
|
+
"externalServiceEmbedType": "js",
|
|
80
|
+
"externalServiceName": "Datawrapper (Datengrafik)"
|
|
81
|
+
},
|
|
82
|
+
"serviceUrl": "https://datawrapper.dwcdn.net/IC3Xn/1/",
|
|
83
|
+
"fixedHeight": "",
|
|
84
|
+
"aspectRatio": "",
|
|
85
|
+
"setResponsiveIframe": false,
|
|
86
|
+
"setTimedReloadIframe": false,
|
|
87
|
+
"setTimeForReload": ""
|
|
88
|
+
},
|
|
43
89
|
"Esri": {
|
|
44
90
|
"externalServiceConfig": {
|
|
45
91
|
"makeConfigurable": true,
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
{{/unless}}
|
|
10
10
|
{{#with _teaser}}
|
|
11
11
|
{{#if this.isTickerTeaser}}<a href="{{this.link.url}}" aria-label="Zum Ticker" tabindex="-1"{{#if (isUserConsentNeeded this.link.url)}} class="js-user-consent-needed"{{/if}}>{{/if}}
|
|
12
|
-
{{~> components/base/image/responsive_image this.teaserImage _type=(if this.teaserType this.teaserType 'story') _variant=(if this.content.imageVariant this.content.imageVariant '100-copytext') _addClassImg=(appendToDefault _addClassImg-adjust_context "ar__content") _noDelay=this.dontLazyload ~}}
|
|
12
|
+
{{~> components/base/image/responsive_image this.teaserImage _type=(if this.teaserType this.teaserType 'story') _variant=(if this.content.imageVariant this.content.imageVariant '100-copytext') _addClassImg=(appendToDefault _addClassImg-adjust_context "ar__content ") _noDelay=this.dontLazyload ~}}
|
|
13
13
|
{{#if this.isTickerTeaser}}</a>{{/if}}
|
|
14
14
|
{{/with}}
|
|
15
15
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{{#with this}}
|
|
2
2
|
{{#> components/button/button _variant="tertiary" _type="button" _css=_css _alpineClick="avStart = !avStart; $dispatch('player_start')"}}
|
|
3
3
|
{{#with this}}
|
|
4
|
-
{{> components/base/image/icon _addClass=(appendToDefault (if _isLivestream-adjust_context "text-orange-spicyCarrot group-hover:fill-orange-spicyCarrot" "text-media-button group-hover:fill-media-button") "w-10 h-10 fill-white group-hover:text-white inline") _icon=_icon-adjust_context}}
|
|
4
|
+
{{> components/base/image/icon _addClass=(appendToDefault (if _isLivestream-adjust_context "text-orange-spicyCarrot group-hover:fill-orange-spicyCarrot" "text-media-button group-hover:fill-media-button") "w-10 h-10 fill-white group-hover:text-white inline ") _icon=_icon-adjust_context}}
|
|
5
5
|
{{#*inline "css"}}{{/inline}}
|
|
6
6
|
{{/with}}
|
|
7
7
|
{{>components/button/components/button_label _css="sr-only" _label=_label-adjust_context}}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
{{#>components/base/link _link=this.link _css=(appendToDefault (if _firstItem "ds-teaser-focus") "block group") }}
|
|
1
|
+
{{#>components/base/link _link=this.link _css=(appendToDefault (if _firstItem "ds-teaser-focus ") "block group") }}
|
|
2
2
|
{{#if this.label}}
|
|
3
3
|
{{#> components/label/label_group _css=(if _ordered-adjust_context "pl-8")}}
|
|
4
4
|
{{> components/label/label _type=this.label.type _text=(loca this.label.loca) _css=""}}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
{{/components/label/label_group}}
|
|
7
7
|
{{/if~}}
|
|
8
8
|
{{#> components/teaser/components/teaser_headline _css="" _headlineTag="h3"}}
|
|
9
|
-
{{> components/teaser/components/teaser_title _css=(appendToDefault (if _ordered-adjust_context " pl-8") "group-hover:underline text-clusterTeaserLink") _text=this.title _size=_size-adjust_context _teaserType="cluster" _firstItem=_firstItem-adjust_context}}
|
|
9
|
+
{{> components/teaser/components/teaser_title _css=(appendToDefault (if _ordered-adjust_context " pl-8 ") "group-hover:underline text-clusterTeaserLink") _text=this.title _size=_size-adjust_context _teaserType="cluster" _firstItem=_firstItem-adjust_context}}
|
|
10
10
|
{{/components/teaser/components/teaser_headline}}
|
|
11
11
|
{{/components/base/link}}
|
|
12
12
|
{{> components/teaser/cluster/teaser_cluster_byline _ordered=_ordered}}
|
package/src/stories/views/components/teaser/fixtures/teaser_event_calendar_100_no_future_events.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"isSsi":true,"logicItem":{"includePath":"components/teaser/teaser_standard","includeModel":{"teaserSize":"100","realTeaserSize":"100","title":"Konzertkalender","eventCalendar":{"months":[{"date":{"monthNameShort":"Mai","yearShort":"22"},"hasDays":true,"days":[{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2021-05-21"}}],"date":{"weekdayNameShort":"Fr","day":"21","htmlDate":"2021-05-21"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2021-05-22"}}],"date":{"weekdayNameShort":"Sa","day":"22","htmlDate":"2021-05-22"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2021-05-23"}}],"date":{"weekdayNameShort":"So","day":"23","htmlDate":"2021-04-23"}}]},{"date":{"monthNameShort":"Jun","yearShort":"22"},"hasDays":true,"days":[{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2021-06-21"}}],"date":{"weekdayNameShort":"Fr","day":"21","htmlDate":"2021-06-21"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2021-06-22"}}],"date":{"weekdayNameShort":"Sa","day":"22","htmlDate":"2021-06-22"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2021-06-23"}}],"date":{"weekdayNameShort":"So","day":"23","htmlDate":"2021-06-23"}}]},{"date":{"monthNameShort":"Jul","yearShort":"22"},"hasDays":true,"days":[{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2021-07-21"}}],"date":{"weekdayNameShort":"Fr","day":"21","htmlDate":"2021-07-21"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2021-07-22"}}],"date":{"weekdayNameShort":"Sa","day":"22","htmlDate":"2021-07-22"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2021-07-23"}}],"date":{"weekdayNameShort":"So","day":"23","htmlDate":"2021-07-23"}}]},{"date":{"monthNameShort":"Aug","yearShort":"22"},"hasDays":true,"days":[{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2021-08-21"}}],"date":{"weekdayNameShort":"Fr","day":"21","htmlDate":"2021-08-21"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2021-08-22"}}],"date":{"weekdayNameShort":"Sa","day":"22","htmlDate":"2021-08-22"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2021-08-23"}}],"date":{"weekdayNameShort":"So","day":"23","htmlDate":"2021-08-23"}}]},{"date":{"monthNameShort":"Dez","yearShort":"22"},"hasDays":true,"days":[{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2021-09-21"}}],"date":{"weekdayNameShort":"Di","day":"21","htmlDate":"2021-09-21"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2021-09-22"}}],"date":{"weekdayNameShort":"Mi","day":"22","htmlDate":"2021-09-22"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2021-09-23"}}],"date":{"weekdayNameShort":"Do","day":"23","htmlDate":"2021-09-23"}}]}],"hasSelectedEvents":true,"hasFutureEventsFromNow":false},"link":{"url":"/monatsuebersicht-100","webviewUrl":"/monatsuebersicht-100#webview","isTargetBlank":false,"hasIcon":false,"iconName":"iconName","readMoreText":{"readMoreScreenreader":"Zum Artikel","readMore":"mehr","readMoreLong":"read More Long"}},"label":{"type":"event","loca":"label_event","byline":{"bylineSsi":" ","bylineText":"BylineText"}}}}}
|
|
1
|
+
{"isSsi":true,"logicItem":{"includePath":"components/teaser/teaser_standard","includeModel":{"teaserSize":"100","realTeaserSize":"100","title":"Konzertkalender","uuid":"0a9e6389-d1a1-4af5-875d-4047cc2a82cb","eventCalendar":{"months":[{"date":{"monthNameShort":"Mai","yearShort":"22"},"hasDays":true,"days":[{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2021-05-21"}}],"date":{"weekdayNameShort":"Fr","day":"21","htmlDate":"2021-05-21"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2021-05-22"}}],"date":{"weekdayNameShort":"Sa","day":"22","htmlDate":"2021-05-22"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2021-05-23"}}],"date":{"weekdayNameShort":"So","day":"23","htmlDate":"2021-04-23"}}]},{"date":{"monthNameShort":"Jun","yearShort":"22"},"hasDays":true,"days":[{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2021-06-21"}}],"date":{"weekdayNameShort":"Fr","day":"21","htmlDate":"2021-06-21"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2021-06-22"}}],"date":{"weekdayNameShort":"Sa","day":"22","htmlDate":"2021-06-22"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2021-06-23"}}],"date":{"weekdayNameShort":"So","day":"23","htmlDate":"2021-06-23"}}]},{"date":{"monthNameShort":"Jul","yearShort":"22"},"hasDays":true,"days":[{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2021-07-21"}}],"date":{"weekdayNameShort":"Fr","day":"21","htmlDate":"2021-07-21"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2021-07-22"}}],"date":{"weekdayNameShort":"Sa","day":"22","htmlDate":"2021-07-22"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2021-07-23"}}],"date":{"weekdayNameShort":"So","day":"23","htmlDate":"2021-07-23"}}]},{"date":{"monthNameShort":"Aug","yearShort":"22"},"hasDays":true,"days":[{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2021-08-21"}}],"date":{"weekdayNameShort":"Fr","day":"21","htmlDate":"2021-08-21"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2021-08-22"}}],"date":{"weekdayNameShort":"Sa","day":"22","htmlDate":"2021-08-22"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2021-08-23"}}],"date":{"weekdayNameShort":"So","day":"23","htmlDate":"2021-08-23"}}]},{"date":{"monthNameShort":"Dez","yearShort":"22"},"hasDays":true,"days":[{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2021-09-21"}}],"date":{"weekdayNameShort":"Di","day":"21","htmlDate":"2021-09-21"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2021-09-22"}}],"date":{"weekdayNameShort":"Mi","day":"22","htmlDate":"2021-09-22"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2021-09-23"}}],"date":{"weekdayNameShort":"Do","day":"23","htmlDate":"2021-09-23"}}]}],"hasSelectedEvents":true,"hasFutureEventsFromNow":false},"link":{"url":"/monatsuebersicht-100","webviewUrl":"/monatsuebersicht-100#webview","isTargetBlank":false,"hasIcon":false,"iconName":"iconName","readMoreText":{"readMoreScreenreader":"Zum Artikel","readMore":"mehr","readMoreLong":"read More Long"}},"label":{"type":"event","loca":"label_event","byline":{"bylineSsi":" ","bylineText":"BylineText"}}}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"isSsi":true,"logicItem":{"includePath":"components/teaser/teaser_alternative","includeModel":{"teaserSize":"100","realTeaserSize":"100","title":"Konzertkalender","eventCalendar":{"months":[{"date":{"monthNameShort":"Mai","yearShort":"22"},"hasDays":true,"days":[{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2022-05-21"}}],"date":{"weekdayNameShort":"Fr","day":"21","htmlDate":"2022-05-21"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2022-05-22"}}],"date":{"weekdayNameShort":"Sa","day":"22","htmlDate":"2022-05-22"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2022-05-23"}}],"date":{"weekdayNameShort":"So","day":"23","htmlDate":"2022-04-23"}}]},{"date":{"monthNameShort":"Jun","yearShort":"22"},"hasDays":true,"days":[{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2022-06-21"}}],"date":{"weekdayNameShort":"Fr","day":"21","htmlDate":"2022-06-21"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2022-06-22"}}],"date":{"weekdayNameShort":"Sa","day":"22","htmlDate":"2022-06-22"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2022-06-23"}}],"date":{"weekdayNameShort":"So","day":"23","htmlDate":"2022-06-23"}}]},{"date":{"monthNameShort":"Jul","yearShort":"22"},"hasDays":true,"days":[{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2022-07-21"}}],"date":{"weekdayNameShort":"Fr","day":"21","htmlDate":"2022-07-21"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2022-07-22"}}],"date":{"weekdayNameShort":"Sa","day":"22","htmlDate":"2022-07-22"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2022-07-23"}}],"date":{"weekdayNameShort":"So","day":"23","htmlDate":"2022-07-23"}}]},{"date":{"monthNameShort":"Aug","yearShort":"22"},"hasDays":true,"days":[{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2022-08-21"}}],"date":{"weekdayNameShort":"Fr","day":"21","htmlDate":"2022-08-21"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2022-08-22"}}],"date":{"weekdayNameShort":"Sa","day":"22","htmlDate":"2022-08-22"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2022-08-23"}}],"date":{"weekdayNameShort":"So","day":"23","htmlDate":"2022-08-23"}}]},{"date":{"monthNameShort":"Sep","yearShort":"22"},"hasDays":true,"days":[{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2022-09-21"}}],"date":{"weekdayNameShort":"Di","day":"21","htmlDate":"2022-09-21"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2022-09-22"}}],"date":{"weekdayNameShort":"Mi","day":"22","htmlDate":"2022-09-22"}},{"date":{"weekdayNameShort":"Do","day":"23","htmlDate":"2022-09-23"},"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2022-09-23"}}],"isStartOfWeek":false}]},{"date":{"monthNameShort":"Jan","yearShort":"23"},"hasDays":true,"isCurrentMonth":true,"hasFutureEventsFromNow":true,"contentUrl":"https://localhost:6006:/hr-bigband/konzerte/veranstaltungen-112~_month-2023-01.html","days":[{"isStartOfWeek":true,"hasInstants":true,"isFirstAvailable":true,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2023-01-09","day":9,"weekdayNameShort":"Mo","monthNameShort":"Jan"},"startTime":{"time":"18:00"},"image":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":true,"asImage":false,"fallback":"images/emmanuel-tjeknavorian-108_v-16to9.jpg","sources":[{"media":"all and (min-width: 1024px)","sizes":"25rem","srcset":"images/emmanuel-tjeknavorian-108_v-16to9__small.jpg 320w, images/emmanuel-tjeknavorian-108_v-16to9__medium.jpg 480w, images/emmanuel-tjeknavorian-108_v-16to9__medium__extended.jpg 640w, images/emmanuel-tjeknavorian-108_v-16to9.jpg 960w, images/emmanuel-tjeknavorian-108_v-16to9__retina.jpg 1920w"},{"media":"all and (max-width: 1023px)","sizes":"(min-width: 640px) 25rem, 100vw","srcset":"images/emmanuel-tjeknavorian-108_v-4to3__small.jpg 320w, images/emmanuel-tjeknavorian-108_v-4to3__medium.jpg 480w, images/emmanuel-tjeknavorian-108_v-4to3.jpg 650w, images/emmanuel-tjeknavorian-108_v-4to3__retina.jpg 1300w"}]}},"link":{"url":"/event_100","webviewUrl":"/event_100#webview","isTargetBlank":false,"hasIcon":false,"iconName":"iconName","readMoreText":{"readMoreScreenreader":"Zum Event","readMore":"mehr","readMoreLong":"read More Long"}},"label":{"type":"event","loca":"label_concert","byline":{"bylineSsi":"components/event/label_byline.ssi","context":{"firstInstant":{"hasStatus":false,"statusDescriptionForLabelShort":"event_status_cancelled","hasStartTime":true,"startDateTime":{"date":"14.10.22","time":"20:00"}},"moreThenOneEvent":false,"countEvents":1},"bylineText":"BylineText"}},"title":"Finale: Landeswettbewerb Jugend jazzt Hessen für Big Bands","eventtags":{"series":{"title":"Hessen lacht"},"project":{"title":"HR Bigband sucht den Superjazzer"}},"venue":{"addressCity":"Frankfurt","title":"Festhalle"},"isSoldOut":false,"isEventFinished":false,"hasStatus":true,"statusDescriptionForLabelShort":"event_status_cancelled","ticketLink":{"link":{"url":"https://hr.de","isTargetBlank":true,"webviewUrl":"","readMoreText":"","cmsDocument":{"trackingInformations":{"ticketLink":"finale-_landeswettbewerb_jugend_jazzt_hessen_fuer_big_bands_ticketoverlay_ok_geklickt_dokumentent_id_sophora_id_des_dokumentes_100"}}}},"concertInfo":{"artists":{"artistsAndGroups":[{"artist":{"name":"Peter Maffay","groupName":"hr bigband","role":"Sänger"},"artistGroup":"hr bigband"}],"isEmpty":false,"description":"Tolle Künstler"},"compositions":{"isEmpty":false,"description":"Komposition-Description","compositions":[{"composerAndComposition":true,"composer":"Udo Lindenberg","name":"Horizont"}]},"concertInfoHead":{"title":"Das Fest","description":"Ein tolles Festival erwartet Sie","isEmpty":false},"isEmpty":false}},{"isDateInstant":false,"startDate":{"htmlDate":"2023-01-09","day":9,"weekdayNameShort":"Fr","monthNameShort":"Jan"},"startTime":{"time":"18:00"},"image":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":true,"asImage":false,"fallback":"images/emmanuel-tjeknavorian-108_v-16to9.jpg","sources":[{"media":"all and (min-width: 1024px)","sizes":"25rem","srcset":"images/emmanuel-tjeknavorian-108_v-16to9__small.jpg 320w, images/emmanuel-tjeknavorian-108_v-16to9__medium.jpg 480w, images/emmanuel-tjeknavorian-108_v-16to9__medium__extended.jpg 640w, images/emmanuel-tjeknavorian-108_v-16to9.jpg 960w, images/emmanuel-tjeknavorian-108_v-16to9__retina.jpg 1920w"},{"media":"all and (max-width: 1023px)","sizes":"(min-width: 640px) 25rem, 100vw","srcset":"images/emmanuel-tjeknavorian-108_v-4to3__small.jpg 320w, images/emmanuel-tjeknavorian-108_v-4to3__medium.jpg 480w, images/emmanuel-tjeknavorian-108_v-4to3.jpg 650w, images/emmanuel-tjeknavorian-108_v-4to3__retina.jpg 1300w"}]}},"label":{"type":"event","loca":"label_concert","byline":{"bylineSsi":"components/event/label_byline.ssi","context":{"firstInstant":{"hasStatus":false,"statusDescriptionForLabelShort":"event_status_cancelled","hasStartTime":true,"startDateTime":{"date":"14.10.22","time":"20:00"}},"moreThenOneEvent":false,"countEvents":1},"bylineText":"BylineText"}},"title":"Finale: Landeswettbewerb Jugend jazzt Hessen für Big Bands","eventtags":{"series":{"title":"Hessen lacht"},"project":{"title":"HR Bigband sucht den Superjazzer"}},"link":{"url":"/event_100","webviewUrl":"/event_100#webview","isTargetBlank":false,"hasIcon":false,"iconName":"iconName","readMoreText":{"readMoreScreenreader":"Zum Event","readMore":"mehr","readMoreLong":"read More Long"}},"venue":{"addressCity":"Frankfurt","title":"Festhalle"},"concertInfo":{"artists":{"artistsAndGroups":[{"artist":{"name":"Peter Maffay","groupName":"hr bigband","role":"Sänger"},"artistGroup":"hr bigband"}],"isEmpty":false,"description":"Tolle Künstler"},"compositions":{"isEmpty":false,"description":"Komposition-Description","compositions":[{"composerAndComposition":true,"composer":"Udo Lindenberg","name":"Horizont"}]},"concertInfoHead":{"title":"Das Fest","description":"Ein tolles Festival erwartet Sie","isEmpty":false},"isEmpty":false}}],"date":{"weekdayNameShort":"Fr","day":"9","htmlDate":"2023-01-09"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2023-01-10","day":10,"weekdayNameShort":"Di","monthNameShort":"Jan"},"startTime":{"time":"18:00"},"image":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":true,"asImage":false,"fallback":"images/emmanuel-tjeknavorian-108_v-16to9.jpg","sources":[{"media":"all and (min-width: 1024px)","sizes":"25rem","srcset":"images/emmanuel-tjeknavorian-108_v-16to9__small.jpg 320w, images/emmanuel-tjeknavorian-108_v-16to9__medium.jpg 480w, images/emmanuel-tjeknavorian-108_v-16to9__medium__extended.jpg 640w, images/emmanuel-tjeknavorian-108_v-16to9.jpg 960w, images/emmanuel-tjeknavorian-108_v-16to9__retina.jpg 1920w"},{"media":"all and (max-width: 1023px)","sizes":"(min-width: 640px) 25rem, 100vw","srcset":"images/emmanuel-tjeknavorian-108_v-4to3__small.jpg 320w, images/emmanuel-tjeknavorian-108_v-4to3__medium.jpg 480w, images/emmanuel-tjeknavorian-108_v-4to3.jpg 650w, images/emmanuel-tjeknavorian-108_v-4to3__retina.jpg 1300w"}]}},"label":{"type":"event","loca":"label_concert","byline":{"bylineSsi":"components/event/label_byline.ssi","context":{"firstInstant":{"hasStatus":false,"statusDescriptionForLabelShort":"event_status_cancelled","hasStartTime":true,"startDateTime":{"date":"14.10.22","time":"20:00"}},"moreThenOneEvent":false,"countEvents":1},"bylineText":"BylineText"}},"title":"Finale: Landeswettbewerb Jugend jazzt Hessen für Big Bands","eventtags":{"series":{"title":"Hessen lacht"},"project":{"title":"HR Bigband sucht den Superjazzer"}},"link":{"url":"/event_100","webviewUrl":"/event_100#webview","isTargetBlank":false,"hasIcon":false,"iconName":"iconName","readMoreText":{"readMoreScreenreader":"Zum Event","readMore":"mehr","readMoreLong":"read More Long"}},"venue":{"addressCity":"Frankfurt","title":"Festhalle"},"concertInfo":{"artists":{"artistsAndGroups":[{"artist":{"name":"Peter Maffay","groupName":"hr bigband","role":"Sänger"},"artistGroup":"hr bigband"}],"isEmpty":false,"description":"Tolle Künstler"},"compositions":{"isEmpty":false,"description":"Komposition-Description","compositions":[{"composerAndComposition":true,"composer":"Udo Lindenberg","name":"Horizont"}]},"concertInfoHead":{"title":"Das Fest","description":"Ein tolles Festival erwartet Sie","isEmpty":false},"isEmpty":false}}],"date":{"weekdayNameShort":"Di","day":"10","htmlDate":"2023-01-10"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2023-01-11"}}],"date":{"weekdayNameShort":"So","day":"11","htmlDate":"2023-01-11"}},{"isStartOfWeek":true,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2023-01-12"}}],"date":{"weekdayNameShort":"Mo","day":"12","htmlDate":"2023-01-12"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2023-01-13"}}],"date":{"weekdayNameShort":"Di","day":"13","htmlDate":"2023-01-13"}}]},{"date":{"monthNameShort":"Feb","yearShort":"23"},"hasDays":true,"contentUrl":"https://localhost:6006:/hr-bigband/konzerte/veranstaltungen-112~_month-2023-01.html","days":[{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2023-02-09","day":9,"weekdayNameShort":"Fr","monthNameShort":"Jan"},"startTime":{"time":"18:00"},"image":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":true,"asImage":false,"fallback":"images/emmanuel-tjeknavorian-108_v-16to9.jpg","sources":[{"media":"all and (min-width: 1024px)","sizes":"25rem","srcset":"images/emmanuel-tjeknavorian-108_v-16to9__small.jpg 320w, images/emmanuel-tjeknavorian-108_v-16to9__medium.jpg 480w, images/emmanuel-tjeknavorian-108_v-16to9__medium__extended.jpg 640w, images/emmanuel-tjeknavorian-108_v-16to9.jpg 960w, images/emmanuel-tjeknavorian-108_v-16to9__retina.jpg 1920w"},{"media":"all and (max-width: 1023px)","sizes":"(min-width: 640px) 25rem, 100vw","srcset":"images/emmanuel-tjeknavorian-108_v-4to3__small.jpg 320w, images/emmanuel-tjeknavorian-108_v-4to3__medium.jpg 480w, images/emmanuel-tjeknavorian-108_v-4to3.jpg 650w, images/emmanuel-tjeknavorian-108_v-4to3__retina.jpg 1300w"}]}},"label":{"type":"event","loca":"label_concert","byline":{"bylineSsi":"components/event/label_byline.ssi","context":{"firstInstant":{"hasStatus":false,"statusDescriptionForLabelShort":"event_status_cancelled","hasStartTime":true,"startDateTime":{"date":"14.10.22","time":"20:00"}},"moreThenOneEvent":false,"countEvents":1},"bylineText":"BylineText"}},"title":"Finale: Landeswettbewerb Jugend jazzt Hessen für Big Bands","eventtags":{"series":{"title":"Hessen lacht"},"project":{"title":"HR Bigband sucht den Superjazzer"}},"venue":{"addressCity":"Frankfurt","title":"Festhalle"},"concertInfo":{"artists":{"artistsAndGroups":[{"artist":{"name":"Peter Maffay","groupName":"hr bigband","role":"Sänger"},"artistGroup":"hr bigband"}],"isEmpty":false,"description":"Tolle Künstler"},"compositions":{"isEmpty":false,"description":"Komposition-Description","compositions":[{"composerAndComposition":true,"composer":"Udo Lindenberg","name":"Horizont"}]},"concertInfoHead":{"title":"Das Fest","description":"Ein tolles Festival erwartet Sie","isEmpty":false},"isEmpty":false}}],"date":{"weekdayNameShort":"Fr","day":"9","htmlDate":"2023-02-09"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2023-02-10","day":10,"weekdayNameShort":"Sa","monthNameShort":"Jan"},"image":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":true,"asImage":false,"fallback":"images/pedro-martins-102_v-16to9.jpg","sources":[{"media":"all and (min-width: 1024px)","sizes":"25rem","srcset":"images/pedro-martins-102_v-16to9__small.jpg 320w, images/pedro-martins-102_v-16to9__medium.jpg 480w, images/pedro-martins-102_v-16to9__medium__extended.jpg 640w, images/pedro-martins-102_v-16to9.jpg 960w, images/pedro-martins-102_v-16to9__retina.jpg 1920w"},{"media":"all and (max-width: 1023px)","sizes":"(min-width: 640px) 25rem, 100vw","srcset":"images/pedro-martins-102_v-4to3__small.jpg 320w, images/pedro-martins-102_v-4to3__medium.jpg 480w, images/pedro-martins-102_v-4to3.jpg 650w, images/pedro-martins-102_v-4to3__retina.jpg 1300w"}]}},"label":{"type":"event","loca":"label_concert","byline":{"bylineSsi":"components/event/label_byline.ssi","context":{"firstInstant":{"hasStatus":false,"statusDescriptionForLabelShort":"event_status_cancelled","hasStartTime":true,"startDateTime":{"date":"14.10.22","time":"20:00"}},"moreThenOneEvent":false,"countEvents":1},"bylineText":"BylineText"}}}],"date":{"weekdayNameShort":"Sa","day":"10","htmlDate":"2023-02-10"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2023-02-11"}}],"date":{"weekdayNameShort":"So","day":"11","htmlDate":"2023-02-11"}},{"isStartOfWeek":true,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2023-02-12"}}],"date":{"weekdayNameShort":"Mo","day":"12","htmlDate":"2023-02-12"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2023-02-13"}}],"date":{"weekdayNameShort":"Di","day":"13","htmlDate":"2023-02-13"}}]},{"date":{"monthNameShort":"Mär","yearShort":"23"},"hasDays":true,"contentUrl":"https://localhost:6006:/hr-bigband/konzerte/veranstaltungen-112~_month-2023-01.html","days":[{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2023-03-09","day":9,"weekdayNameShort":"Fr","monthNameShort":"Jan"},"startTime":{"time":"18:00"},"image":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":true,"asImage":false,"fallback":"images/emmanuel-tjeknavorian-108_v-16to9.jpg","sources":[{"media":"all and (min-width: 1024px)","sizes":"25rem","srcset":"images/emmanuel-tjeknavorian-108_v-16to9__small.jpg 320w, images/emmanuel-tjeknavorian-108_v-16to9__medium.jpg 480w, images/emmanuel-tjeknavorian-108_v-16to9__medium__extended.jpg 640w, images/emmanuel-tjeknavorian-108_v-16to9.jpg 960w, images/emmanuel-tjeknavorian-108_v-16to9__retina.jpg 1920w"},{"media":"all and (max-width: 1023px)","sizes":"(min-width: 640px) 25rem, 100vw","srcset":"images/emmanuel-tjeknavorian-108_v-4to3__small.jpg 320w, images/emmanuel-tjeknavorian-108_v-4to3__medium.jpg 480w, images/emmanuel-tjeknavorian-108_v-4to3.jpg 650w, images/emmanuel-tjeknavorian-108_v-4to3__retina.jpg 1300w"}]}},"label":{"type":"event","loca":"label_concert","byline":{"bylineSsi":"components/event/label_byline.ssi","context":{"firstInstant":{"hasStatus":false,"statusDescriptionForLabelShort":"event_status_cancelled","hasStartTime":true,"startDateTime":{"date":"14.10.22","time":"20:00"}},"moreThenOneEvent":false,"countEvents":1},"bylineText":"BylineText"}},"title":"Finale: Landeswettbewerb Jugend jazzt Hessen für Big Bands","eventtags":{"series":{"title":"Hessen lacht"},"project":{"title":"HR Bigband sucht den Superjazzer"}},"venue":{"addressCity":"Frankfurt","title":"Festhalle"},"concertInfo":{"artists":{"artistsAndGroups":[{"artist":{"name":"Peter Maffay","groupName":"hr bigband","role":"Sänger"},"artistGroup":"hr bigband"}],"isEmpty":false,"description":"Tolle Künstler"},"compositions":{"isEmpty":false,"description":"Komposition-Description","compositions":[{"composerAndComposition":true,"composer":"Udo Lindenberg","name":"Horizont"}]},"concertInfoHead":{"title":"Das Fest","description":"Ein tolles Festival erwartet Sie","isEmpty":false},"isEmpty":false}}],"date":{"weekdayNameShort":"Fr","day":"9","htmlDate":"2023-03-09"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2023-03-10","day":10,"weekdayNameShort":"Sa","monthNameShort":"Jan"},"image":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":true,"asImage":false,"fallback":"images/pedro-martins-102_v-16to9.jpg","sources":[{"media":"all and (min-width: 1024px)","sizes":"25rem","srcset":"images/pedro-martins-102_v-16to9__small.jpg 320w, images/pedro-martins-102_v-16to9__medium.jpg 480w, images/pedro-martins-102_v-16to9__medium__extended.jpg 640w, images/pedro-martins-102_v-16to9.jpg 960w, images/pedro-martins-102_v-16to9__retina.jpg 1920w"},{"media":"all and (max-width: 1023px)","sizes":"(min-width: 640px) 25rem, 100vw","srcset":"images/pedro-martins-102_v-4to3__small.jpg 320w, images/pedro-martins-102_v-4to3__medium.jpg 480w, images/pedro-martins-102_v-4to3.jpg 650w, images/pedro-martins-102_v-4to3__retina.jpg 1300w"}]}},"label":{"type":"event","loca":"label_concert","byline":{"bylineSsi":"components/event/label_byline.ssi","context":{"firstInstant":{"hasStatus":false,"statusDescriptionForLabelShort":"event_status_cancelled","hasStartTime":true,"startDateTime":{"date":"14.10.22","time":"20:00"}},"moreThenOneEvent":false,"countEvents":1},"bylineText":"BylineText"}}}],"date":{"weekdayNameShort":"Sa","day":"10","htmlDate":"2023-03-10"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2023-03-11"}}],"date":{"weekdayNameShort":"So","day":"11","htmlDate":"2023-03-11"}},{"isStartOfWeek":true,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2023-03-12"}}],"date":{"weekdayNameShort":"Mo","day":"12","htmlDate":"2023-03-12"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2023-03-13"}}],"date":{"weekdayNameShort":"Di","day":"13","htmlDate":"2023-03-13"}}]}],"hasSelectedEvents":true,"hasFutureEventsFromNow":true},"link":{"url":"/monatsuebersicht-100","webviewUrl":"/monatsuebersicht-100#webview","isTargetBlank":false,"hasIcon":false,"iconName":"iconName","readMoreText":{"readMoreScreenreader":"Zum Artikel","readMore":"mehr","readMoreLong":"read More Long"}},"label":{"type":"event","loca":"label_event","byline":{"bylineSsi":" ","bylineText":"BylineText"}}}}}
|
|
1
|
+
{"isSsi":true,"logicItem":{"includePath":"components/teaser/teaser_alternative","includeModel":{"teaserSize":"100","realTeaserSize":"100","title":"Konzertkalender","uuid":"0a9e6389-d1a1-4af5-875d-4047cc2a82cb","eventCalendar":{"months":[{"date":{"monthNameShort":"Mai","yearShort":"22"},"hasDays":true,"days":[{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2022-05-21"}}],"date":{"weekdayNameShort":"Fr","day":"21","htmlDate":"2022-05-21"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2022-05-22"}}],"date":{"weekdayNameShort":"Sa","day":"22","htmlDate":"2022-05-22"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2022-05-23"}}],"date":{"weekdayNameShort":"So","day":"23","htmlDate":"2022-04-23"}}]},{"date":{"monthNameShort":"Jun","yearShort":"22"},"hasDays":true,"days":[{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2022-06-21"}}],"date":{"weekdayNameShort":"Fr","day":"21","htmlDate":"2022-06-21"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2022-06-22"}}],"date":{"weekdayNameShort":"Sa","day":"22","htmlDate":"2022-06-22"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2022-06-23"}}],"date":{"weekdayNameShort":"So","day":"23","htmlDate":"2022-06-23"}}]},{"date":{"monthNameShort":"Jul","yearShort":"22"},"hasDays":true,"days":[{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2022-07-21"}}],"date":{"weekdayNameShort":"Fr","day":"21","htmlDate":"2022-07-21"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2022-07-22"}}],"date":{"weekdayNameShort":"Sa","day":"22","htmlDate":"2022-07-22"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2022-07-23"}}],"date":{"weekdayNameShort":"So","day":"23","htmlDate":"2022-07-23"}}]},{"date":{"monthNameShort":"Aug","yearShort":"22"},"hasDays":true,"days":[{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2022-08-21"}}],"date":{"weekdayNameShort":"Fr","day":"21","htmlDate":"2022-08-21"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2022-08-22"}}],"date":{"weekdayNameShort":"Sa","day":"22","htmlDate":"2022-08-22"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2022-08-23"}}],"date":{"weekdayNameShort":"So","day":"23","htmlDate":"2022-08-23"}}]},{"date":{"monthNameShort":"Sep","yearShort":"22"},"hasDays":true,"days":[{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2022-09-21"}}],"date":{"weekdayNameShort":"Di","day":"21","htmlDate":"2022-09-21"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2022-09-22"}}],"date":{"weekdayNameShort":"Mi","day":"22","htmlDate":"2022-09-22"}},{"date":{"weekdayNameShort":"Do","day":"23","htmlDate":"2022-09-23"},"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2022-09-23"}}],"isStartOfWeek":false}]},{"date":{"monthNameShort":"Jan","yearShort":"23"},"hasDays":true,"isCurrentMonth":true,"hasFutureEventsFromNow":true,"contentUrl":"https://localhost:6006:/hr-bigband/konzerte/veranstaltungen-112~_month-2023-01.html","days":[{"isStartOfWeek":true,"hasInstants":true,"isFirstAvailable":true,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2023-01-09","day":9,"weekdayNameShort":"Mo","monthNameShort":"Jan"},"startTime":{"time":"18:00"},"image":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":true,"asImage":false,"fallback":"images/emmanuel-tjeknavorian-108_v-16to9.jpg","sources":[{"media":"all and (min-width: 1024px)","sizes":"25rem","srcset":"images/emmanuel-tjeknavorian-108_v-16to9__small.jpg 320w, images/emmanuel-tjeknavorian-108_v-16to9__medium.jpg 480w, images/emmanuel-tjeknavorian-108_v-16to9__medium__extended.jpg 640w, images/emmanuel-tjeknavorian-108_v-16to9.jpg 960w, images/emmanuel-tjeknavorian-108_v-16to9__retina.jpg 1920w"},{"media":"all and (max-width: 1023px)","sizes":"(min-width: 640px) 25rem, 100vw","srcset":"images/emmanuel-tjeknavorian-108_v-4to3__small.jpg 320w, images/emmanuel-tjeknavorian-108_v-4to3__medium.jpg 480w, images/emmanuel-tjeknavorian-108_v-4to3.jpg 650w, images/emmanuel-tjeknavorian-108_v-4to3__retina.jpg 1300w"}]}},"link":{"url":"/event_100","webviewUrl":"/event_100#webview","isTargetBlank":false,"hasIcon":false,"iconName":"iconName","readMoreText":{"readMoreScreenreader":"Zum Event","readMore":"mehr","readMoreLong":"read More Long"}},"label":{"type":"event","loca":"label_concert","byline":{"bylineSsi":"components/event/label_byline.ssi","context":{"firstInstant":{"hasStatus":false,"statusDescriptionForLabelShort":"event_status_cancelled","hasStartTime":true,"startDateTime":{"date":"14.10.22","time":"20:00"}},"moreThenOneEvent":false,"countEvents":1},"bylineText":"BylineText"}},"title":"Finale: Landeswettbewerb Jugend jazzt Hessen für Big Bands","eventtags":{"series":{"title":"Hessen lacht"},"project":{"title":"HR Bigband sucht den Superjazzer"}},"venue":{"addressCity":"Frankfurt","title":"Festhalle"},"isSoldOut":false,"isEventFinished":false,"hasStatus":true,"statusDescriptionForLabelShort":"event_status_cancelled","ticketLink":{"link":{"url":"https://hr.de","isTargetBlank":true,"webviewUrl":"","readMoreText":"","cmsDocument":{"trackingInformations":{"ticketLink":"finale-_landeswettbewerb_jugend_jazzt_hessen_fuer_big_bands_ticketoverlay_ok_geklickt_dokumentent_id_sophora_id_des_dokumentes_100"}}}},"concertInfo":{"artists":{"artistsAndGroups":[{"artist":{"name":"Peter Maffay","groupName":"hr bigband","role":"Sänger"},"artistGroup":"hr bigband"}],"isEmpty":false,"description":"Tolle Künstler"},"compositions":{"isEmpty":false,"description":"Komposition-Description","compositions":[{"composerAndComposition":true,"composer":"Udo Lindenberg","name":"Horizont"}]},"concertInfoHead":{"title":"Das Fest","description":"Ein tolles Festival erwartet Sie","isEmpty":false},"isEmpty":false}},{"isDateInstant":false,"startDate":{"htmlDate":"2023-01-09","day":9,"weekdayNameShort":"Fr","monthNameShort":"Jan"},"startTime":{"time":"18:00"},"image":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":true,"asImage":false,"fallback":"images/emmanuel-tjeknavorian-108_v-16to9.jpg","sources":[{"media":"all and (min-width: 1024px)","sizes":"25rem","srcset":"images/emmanuel-tjeknavorian-108_v-16to9__small.jpg 320w, images/emmanuel-tjeknavorian-108_v-16to9__medium.jpg 480w, images/emmanuel-tjeknavorian-108_v-16to9__medium__extended.jpg 640w, images/emmanuel-tjeknavorian-108_v-16to9.jpg 960w, images/emmanuel-tjeknavorian-108_v-16to9__retina.jpg 1920w"},{"media":"all and (max-width: 1023px)","sizes":"(min-width: 640px) 25rem, 100vw","srcset":"images/emmanuel-tjeknavorian-108_v-4to3__small.jpg 320w, images/emmanuel-tjeknavorian-108_v-4to3__medium.jpg 480w, images/emmanuel-tjeknavorian-108_v-4to3.jpg 650w, images/emmanuel-tjeknavorian-108_v-4to3__retina.jpg 1300w"}]}},"label":{"type":"event","loca":"label_concert","byline":{"bylineSsi":"components/event/label_byline.ssi","context":{"firstInstant":{"hasStatus":false,"statusDescriptionForLabelShort":"event_status_cancelled","hasStartTime":true,"startDateTime":{"date":"14.10.22","time":"20:00"}},"moreThenOneEvent":false,"countEvents":1},"bylineText":"BylineText"}},"title":"Finale: Landeswettbewerb Jugend jazzt Hessen für Big Bands","eventtags":{"series":{"title":"Hessen lacht"},"project":{"title":"HR Bigband sucht den Superjazzer"}},"link":{"url":"/event_100","webviewUrl":"/event_100#webview","isTargetBlank":false,"hasIcon":false,"iconName":"iconName","readMoreText":{"readMoreScreenreader":"Zum Event","readMore":"mehr","readMoreLong":"read More Long"}},"venue":{"addressCity":"Frankfurt","title":"Festhalle"},"concertInfo":{"artists":{"artistsAndGroups":[{"artist":{"name":"Peter Maffay","groupName":"hr bigband","role":"Sänger"},"artistGroup":"hr bigband"}],"isEmpty":false,"description":"Tolle Künstler"},"compositions":{"isEmpty":false,"description":"Komposition-Description","compositions":[{"composerAndComposition":true,"composer":"Udo Lindenberg","name":"Horizont"}]},"concertInfoHead":{"title":"Das Fest","description":"Ein tolles Festival erwartet Sie","isEmpty":false},"isEmpty":false}}],"date":{"weekdayNameShort":"Fr","day":"9","htmlDate":"2023-01-09"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2023-01-10","day":10,"weekdayNameShort":"Di","monthNameShort":"Jan"},"startTime":{"time":"18:00"},"image":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":true,"asImage":false,"fallback":"images/emmanuel-tjeknavorian-108_v-16to9.jpg","sources":[{"media":"all and (min-width: 1024px)","sizes":"25rem","srcset":"images/emmanuel-tjeknavorian-108_v-16to9__small.jpg 320w, images/emmanuel-tjeknavorian-108_v-16to9__medium.jpg 480w, images/emmanuel-tjeknavorian-108_v-16to9__medium__extended.jpg 640w, images/emmanuel-tjeknavorian-108_v-16to9.jpg 960w, images/emmanuel-tjeknavorian-108_v-16to9__retina.jpg 1920w"},{"media":"all and (max-width: 1023px)","sizes":"(min-width: 640px) 25rem, 100vw","srcset":"images/emmanuel-tjeknavorian-108_v-4to3__small.jpg 320w, images/emmanuel-tjeknavorian-108_v-4to3__medium.jpg 480w, images/emmanuel-tjeknavorian-108_v-4to3.jpg 650w, images/emmanuel-tjeknavorian-108_v-4to3__retina.jpg 1300w"}]}},"label":{"type":"event","loca":"label_concert","byline":{"bylineSsi":"components/event/label_byline.ssi","context":{"firstInstant":{"hasStatus":false,"statusDescriptionForLabelShort":"event_status_cancelled","hasStartTime":true,"startDateTime":{"date":"14.10.22","time":"20:00"}},"moreThenOneEvent":false,"countEvents":1},"bylineText":"BylineText"}},"title":"Finale: Landeswettbewerb Jugend jazzt Hessen für Big Bands","eventtags":{"series":{"title":"Hessen lacht"},"project":{"title":"HR Bigband sucht den Superjazzer"}},"link":{"url":"/event_100","webviewUrl":"/event_100#webview","isTargetBlank":false,"hasIcon":false,"iconName":"iconName","readMoreText":{"readMoreScreenreader":"Zum Event","readMore":"mehr","readMoreLong":"read More Long"}},"venue":{"addressCity":"Frankfurt","title":"Festhalle"},"concertInfo":{"artists":{"artistsAndGroups":[{"artist":{"name":"Peter Maffay","groupName":"hr bigband","role":"Sänger"},"artistGroup":"hr bigband"}],"isEmpty":false,"description":"Tolle Künstler"},"compositions":{"isEmpty":false,"description":"Komposition-Description","compositions":[{"composerAndComposition":true,"composer":"Udo Lindenberg","name":"Horizont"}]},"concertInfoHead":{"title":"Das Fest","description":"Ein tolles Festival erwartet Sie","isEmpty":false},"isEmpty":false}}],"date":{"weekdayNameShort":"Di","day":"10","htmlDate":"2023-01-10"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2023-01-11"}}],"date":{"weekdayNameShort":"So","day":"11","htmlDate":"2023-01-11"}},{"isStartOfWeek":true,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2023-01-12"}}],"date":{"weekdayNameShort":"Mo","day":"12","htmlDate":"2023-01-12"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2023-01-13"}}],"date":{"weekdayNameShort":"Di","day":"13","htmlDate":"2023-01-13"}}]},{"date":{"monthNameShort":"Feb","yearShort":"23"},"hasDays":true,"contentUrl":"https://localhost:6006:/hr-bigband/konzerte/veranstaltungen-112~_month-2023-01.html","days":[{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2023-02-09","day":9,"weekdayNameShort":"Fr","monthNameShort":"Jan"},"startTime":{"time":"18:00"},"image":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":true,"asImage":false,"fallback":"images/emmanuel-tjeknavorian-108_v-16to9.jpg","sources":[{"media":"all and (min-width: 1024px)","sizes":"25rem","srcset":"images/emmanuel-tjeknavorian-108_v-16to9__small.jpg 320w, images/emmanuel-tjeknavorian-108_v-16to9__medium.jpg 480w, images/emmanuel-tjeknavorian-108_v-16to9__medium__extended.jpg 640w, images/emmanuel-tjeknavorian-108_v-16to9.jpg 960w, images/emmanuel-tjeknavorian-108_v-16to9__retina.jpg 1920w"},{"media":"all and (max-width: 1023px)","sizes":"(min-width: 640px) 25rem, 100vw","srcset":"images/emmanuel-tjeknavorian-108_v-4to3__small.jpg 320w, images/emmanuel-tjeknavorian-108_v-4to3__medium.jpg 480w, images/emmanuel-tjeknavorian-108_v-4to3.jpg 650w, images/emmanuel-tjeknavorian-108_v-4to3__retina.jpg 1300w"}]}},"label":{"type":"event","loca":"label_concert","byline":{"bylineSsi":"components/event/label_byline.ssi","context":{"firstInstant":{"hasStatus":false,"statusDescriptionForLabelShort":"event_status_cancelled","hasStartTime":true,"startDateTime":{"date":"14.10.22","time":"20:00"}},"moreThenOneEvent":false,"countEvents":1},"bylineText":"BylineText"}},"title":"Finale: Landeswettbewerb Jugend jazzt Hessen für Big Bands","eventtags":{"series":{"title":"Hessen lacht"},"project":{"title":"HR Bigband sucht den Superjazzer"}},"venue":{"addressCity":"Frankfurt","title":"Festhalle"},"concertInfo":{"artists":{"artistsAndGroups":[{"artist":{"name":"Peter Maffay","groupName":"hr bigband","role":"Sänger"},"artistGroup":"hr bigband"}],"isEmpty":false,"description":"Tolle Künstler"},"compositions":{"isEmpty":false,"description":"Komposition-Description","compositions":[{"composerAndComposition":true,"composer":"Udo Lindenberg","name":"Horizont"}]},"concertInfoHead":{"title":"Das Fest","description":"Ein tolles Festival erwartet Sie","isEmpty":false},"isEmpty":false}}],"date":{"weekdayNameShort":"Fr","day":"9","htmlDate":"2023-02-09"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2023-02-10","day":10,"weekdayNameShort":"Sa","monthNameShort":"Jan"},"image":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":true,"asImage":false,"fallback":"images/pedro-martins-102_v-16to9.jpg","sources":[{"media":"all and (min-width: 1024px)","sizes":"25rem","srcset":"images/pedro-martins-102_v-16to9__small.jpg 320w, images/pedro-martins-102_v-16to9__medium.jpg 480w, images/pedro-martins-102_v-16to9__medium__extended.jpg 640w, images/pedro-martins-102_v-16to9.jpg 960w, images/pedro-martins-102_v-16to9__retina.jpg 1920w"},{"media":"all and (max-width: 1023px)","sizes":"(min-width: 640px) 25rem, 100vw","srcset":"images/pedro-martins-102_v-4to3__small.jpg 320w, images/pedro-martins-102_v-4to3__medium.jpg 480w, images/pedro-martins-102_v-4to3.jpg 650w, images/pedro-martins-102_v-4to3__retina.jpg 1300w"}]}},"label":{"type":"event","loca":"label_concert","byline":{"bylineSsi":"components/event/label_byline.ssi","context":{"firstInstant":{"hasStatus":false,"statusDescriptionForLabelShort":"event_status_cancelled","hasStartTime":true,"startDateTime":{"date":"14.10.22","time":"20:00"}},"moreThenOneEvent":false,"countEvents":1},"bylineText":"BylineText"}}}],"date":{"weekdayNameShort":"Sa","day":"10","htmlDate":"2023-02-10"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2023-02-11"}}],"date":{"weekdayNameShort":"So","day":"11","htmlDate":"2023-02-11"}},{"isStartOfWeek":true,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2023-02-12"}}],"date":{"weekdayNameShort":"Mo","day":"12","htmlDate":"2023-02-12"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2023-02-13"}}],"date":{"weekdayNameShort":"Di","day":"13","htmlDate":"2023-02-13"}}]},{"date":{"monthNameShort":"Mär","yearShort":"23"},"hasDays":true,"contentUrl":"https://localhost:6006:/hr-bigband/konzerte/veranstaltungen-112~_month-2023-01.html","days":[{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2023-03-09","day":9,"weekdayNameShort":"Fr","monthNameShort":"Jan"},"startTime":{"time":"18:00"},"image":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":true,"asImage":false,"fallback":"images/emmanuel-tjeknavorian-108_v-16to9.jpg","sources":[{"media":"all and (min-width: 1024px)","sizes":"25rem","srcset":"images/emmanuel-tjeknavorian-108_v-16to9__small.jpg 320w, images/emmanuel-tjeknavorian-108_v-16to9__medium.jpg 480w, images/emmanuel-tjeknavorian-108_v-16to9__medium__extended.jpg 640w, images/emmanuel-tjeknavorian-108_v-16to9.jpg 960w, images/emmanuel-tjeknavorian-108_v-16to9__retina.jpg 1920w"},{"media":"all and (max-width: 1023px)","sizes":"(min-width: 640px) 25rem, 100vw","srcset":"images/emmanuel-tjeknavorian-108_v-4to3__small.jpg 320w, images/emmanuel-tjeknavorian-108_v-4to3__medium.jpg 480w, images/emmanuel-tjeknavorian-108_v-4to3.jpg 650w, images/emmanuel-tjeknavorian-108_v-4to3__retina.jpg 1300w"}]}},"label":{"type":"event","loca":"label_concert","byline":{"bylineSsi":"components/event/label_byline.ssi","context":{"firstInstant":{"hasStatus":false,"statusDescriptionForLabelShort":"event_status_cancelled","hasStartTime":true,"startDateTime":{"date":"14.10.22","time":"20:00"}},"moreThenOneEvent":false,"countEvents":1},"bylineText":"BylineText"}},"title":"Finale: Landeswettbewerb Jugend jazzt Hessen für Big Bands","eventtags":{"series":{"title":"Hessen lacht"},"project":{"title":"HR Bigband sucht den Superjazzer"}},"venue":{"addressCity":"Frankfurt","title":"Festhalle"},"concertInfo":{"artists":{"artistsAndGroups":[{"artist":{"name":"Peter Maffay","groupName":"hr bigband","role":"Sänger"},"artistGroup":"hr bigband"}],"isEmpty":false,"description":"Tolle Künstler"},"compositions":{"isEmpty":false,"description":"Komposition-Description","compositions":[{"composerAndComposition":true,"composer":"Udo Lindenberg","name":"Horizont"}]},"concertInfoHead":{"title":"Das Fest","description":"Ein tolles Festival erwartet Sie","isEmpty":false},"isEmpty":false}}],"date":{"weekdayNameShort":"Fr","day":"9","htmlDate":"2023-03-09"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2023-03-10","day":10,"weekdayNameShort":"Sa","monthNameShort":"Jan"},"image":{"alttext":"Lorem ipsum","copyrightWithLinks":"","responsiveImage":{"asPicture":true,"asImage":false,"fallback":"images/pedro-martins-102_v-16to9.jpg","sources":[{"media":"all and (min-width: 1024px)","sizes":"25rem","srcset":"images/pedro-martins-102_v-16to9__small.jpg 320w, images/pedro-martins-102_v-16to9__medium.jpg 480w, images/pedro-martins-102_v-16to9__medium__extended.jpg 640w, images/pedro-martins-102_v-16to9.jpg 960w, images/pedro-martins-102_v-16to9__retina.jpg 1920w"},{"media":"all and (max-width: 1023px)","sizes":"(min-width: 640px) 25rem, 100vw","srcset":"images/pedro-martins-102_v-4to3__small.jpg 320w, images/pedro-martins-102_v-4to3__medium.jpg 480w, images/pedro-martins-102_v-4to3.jpg 650w, images/pedro-martins-102_v-4to3__retina.jpg 1300w"}]}},"label":{"type":"event","loca":"label_concert","byline":{"bylineSsi":"components/event/label_byline.ssi","context":{"firstInstant":{"hasStatus":false,"statusDescriptionForLabelShort":"event_status_cancelled","hasStartTime":true,"startDateTime":{"date":"14.10.22","time":"20:00"}},"moreThenOneEvent":false,"countEvents":1},"bylineText":"BylineText"}}}],"date":{"weekdayNameShort":"Sa","day":"10","htmlDate":"2023-03-10"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2023-03-11"}}],"date":{"weekdayNameShort":"So","day":"11","htmlDate":"2023-03-11"}},{"isStartOfWeek":true,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2023-03-12"}}],"date":{"weekdayNameShort":"Mo","day":"12","htmlDate":"2023-03-12"}},{"isStartOfWeek":false,"hasInstants":true,"isFirstAvailable":false,"instants":[{"isDateInstant":false,"startDate":{"htmlDate":"2023-03-13"}}],"date":{"weekdayNameShort":"Di","day":"13","htmlDate":"2023-03-13"}}]}],"hasSelectedEvents":true,"hasFutureEventsFromNow":true},"link":{"url":"/monatsuebersicht-100","webviewUrl":"/monatsuebersicht-100#webview","isTargetBlank":false,"hasIcon":false,"iconName":"iconName","readMoreText":{"readMoreScreenreader":"Zum Artikel","readMore":"mehr","readMoreLong":"read More Long"}},"label":{"type":"event","loca":"label_event","byline":{"bylineSsi":" ","bylineText":"BylineText"}}}}}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
<article class="col-span-12{{~inline-switch this.teaserSize '["50"]' '[" md:col-span-6"]'}}">
|
|
2
2
|
{{#> components/event/calendar/event_calendar}}
|
|
3
|
+
{{#> components/modal/modal _type="userConsent" _trigger=(appendToDefault this.uuid '.js-ticket-button-user-consent-needed-')}}
|
|
4
|
+
{{> components/modal/user_consent _link=this.link _headline=(loca "ticket_modal_headline") _text=(loca "ticket_modal_text") _labelOk=(loca "ticket_modal_label_ok") _labelCancel=(loca "ticket_modal_label_cancel")}}
|
|
5
|
+
{{/components/modal/modal}}
|
|
3
6
|
{{> components/event/calendar/event_calendar_heading _headlineTag="h3"}}
|
|
4
7
|
{{> components/event/calendar/event_calendar_nav this.eventCalendar.months}}
|
|
5
|
-
{{> components/event/calendar/event_calendar_content this.eventCalendar}}
|
|
8
|
+
{{> components/event/calendar/event_calendar_content this.eventCalendar _userConsentCheckId=this.uuid}}
|
|
6
9
|
{{> components/event/calendar/event_calendar_footer}}
|
|
7
10
|
{{/components/event/calendar/event_calendar}}
|
|
8
11
|
</article>
|