hr-design-system-handlebars 1.113.2 → 1.113.4
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 +25 -0
- package/dist/assets/brand/hessenschau/conf/locatags.merged.json +3 -0
- package/dist/assets/brand/hr/conf/locatags.merged.json +3 -0
- package/dist/assets/brand/hr-bigband/conf/locatags.merged.json +3 -0
- package/dist/assets/brand/hr-fernsehen/conf/locatags.merged.json +3 -0
- package/dist/assets/brand/hr-inforadio/conf/locatags.merged.json +3 -0
- package/dist/assets/brand/hr-rundfunkrat/conf/locatags.merged.json +3 -0
- package/dist/assets/brand/hr-sinfonieorchester/conf/locatags.merged.json +3 -0
- package/dist/assets/brand/hr-werbung/conf/locatags.merged.json +3 -0
- package/dist/assets/brand/hr1/conf/locatags.merged.json +3 -0
- package/dist/assets/brand/hr2/conf/locatags.merged.json +3 -0
- package/dist/assets/brand/hr3/conf/locatags.merged.json +3 -0
- package/dist/assets/brand/hr4/conf/locatags.merged.json +3 -0
- package/dist/assets/brand/you-fm/conf/locatags.merged.json +3 -0
- package/dist/assets/index.css +22 -12
- package/dist/views/components/forms/components/backgroundBox.hbs +1 -1
- package/dist/views/components/forms/components/choice.hbs +2 -2
- package/dist/views/components/forms/components/choiceGroup.hbs +3 -3
- package/dist/views/components/forms/components/fields.hbs +1 -1
- package/dist/views/components/forms/components/input.hbs +1 -1
- package/dist/views/components/forms/components/message.hbs +22 -13
- package/dist/views/components/forms/components/select.hbs +1 -1
- package/dist/views/components/forms/components/textarea.hbs +1 -1
- package/dist/views/components/forms/components/upload.hbs +2 -2
- package/dist/views/components/forms/webform.hbs +8 -4
- package/dist/views_static/components/forms/components/backgroundBox.hbs +1 -1
- package/dist/views_static/components/forms/components/choice.hbs +2 -2
- package/dist/views_static/components/forms/components/choiceGroup.hbs +3 -3
- package/dist/views_static/components/forms/components/fields.hbs +1 -1
- package/dist/views_static/components/forms/components/input.hbs +1 -1
- package/dist/views_static/components/forms/components/message.hbs +22 -13
- package/dist/views_static/components/forms/components/select.hbs +1 -1
- package/dist/views_static/components/forms/components/textarea.hbs +1 -1
- package/dist/views_static/components/forms/components/upload.hbs +2 -2
- package/dist/views_static/components/forms/webform.hbs +8 -4
- package/package.json +1 -1
- package/src/assets/brand/_default/conf/locatags.json +4 -1
- package/src/assets/brand/hessenschau/conf/locatags.merged.json +3 -0
- package/src/assets/brand/hr/conf/locatags.merged.json +3 -0
- package/src/assets/brand/hr-bigband/conf/locatags.merged.json +3 -0
- package/src/assets/brand/hr-fernsehen/conf/locatags.merged.json +3 -0
- package/src/assets/brand/hr-inforadio/conf/locatags.merged.json +3 -0
- package/src/assets/brand/hr-rundfunkrat/conf/locatags.merged.json +3 -0
- package/src/assets/brand/hr-sinfonieorchester/conf/locatags.merged.json +3 -0
- package/src/assets/brand/hr-werbung/conf/locatags.merged.json +3 -0
- package/src/assets/brand/hr1/conf/locatags.merged.json +3 -0
- package/src/assets/brand/hr2/conf/locatags.merged.json +3 -0
- package/src/assets/brand/hr3/conf/locatags.merged.json +3 -0
- package/src/assets/brand/hr4/conf/locatags.merged.json +3 -0
- package/src/assets/brand/you-fm/conf/locatags.merged.json +3 -0
- package/src/assets/fixtures/content/copytext/copytext_webform.json +8 -5
- package/src/assets/fixtures/content/copytext/copytext_webform_simple.json +4 -0
- package/src/stories/views/components/content/copytext/fixtures/copytext_webform.json +1 -1
- package/src/stories/views/components/content/copytext/fixtures/copytext_webform_simple.json +1 -1
- package/src/stories/views/components/forms/components/backgroundBox.hbs +1 -1
- package/src/stories/views/components/forms/components/choice.hbs +2 -2
- package/src/stories/views/components/forms/components/choiceGroup.hbs +3 -3
- package/src/stories/views/components/forms/components/fields.hbs +1 -1
- package/src/stories/views/components/forms/components/input.hbs +1 -1
- package/src/stories/views/components/forms/components/message.hbs +22 -13
- package/src/stories/views/components/forms/components/select.hbs +1 -1
- package/src/stories/views/components/forms/components/textarea.hbs +1 -1
- package/src/stories/views/components/forms/components/upload.hbs +2 -2
- package/src/stories/views/components/forms/form_upload.stories.js +2 -2
- package/src/stories/views/components/forms/webform.hbs +8 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
# v1.113.4 (Tue Oct 29 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- DPE-3413: adjust form spacing [#1131](https://github.com/mumprod/hr-design-system-handlebars/pull/1131) (saad.elbaciri@hr.de [@selbaciri](https://github.com/selbaciri))
|
|
6
|
+
|
|
7
|
+
#### Authors: 2
|
|
8
|
+
|
|
9
|
+
- Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
|
|
10
|
+
- selbaciri (saad.elbaciri@hr.de)
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
# v1.113.3 (Tue Oct 29 2024)
|
|
15
|
+
|
|
16
|
+
#### 🐛 Bug Fix
|
|
17
|
+
|
|
18
|
+
- added some improvements to contactform response view [#1130](https://github.com/mumprod/hr-design-system-handlebars/pull/1130) ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
19
|
+
|
|
20
|
+
#### Authors: 1
|
|
21
|
+
|
|
22
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
1
26
|
# v1.113.2 (Mon Oct 28 2024)
|
|
2
27
|
|
|
3
28
|
#### 🐛 Bug Fix
|
|
@@ -205,6 +205,9 @@
|
|
|
205
205
|
"webform_send_text_success": "Das Formular wurde erfolgreich versendet.",
|
|
206
206
|
"webform_send_text_error": "Das Formular konnte nicht versendet werden.",
|
|
207
207
|
"webform_upload_label": "Datei auswählen",
|
|
208
|
+
"webform_send_title_error": "Das hat leider nicht geklappt!",
|
|
209
|
+
"webform_send_title_success": "Vielen Dank! Die Nachricht wurde verschickt.",
|
|
210
|
+
"webform_send_form_back": "Zurück zum Formular",
|
|
208
211
|
"header_homepage_link_title": "Startseite hessenschau . d e",
|
|
209
212
|
"meta_application_name": "hessenschau.de"
|
|
210
213
|
}
|
|
@@ -205,6 +205,9 @@
|
|
|
205
205
|
"webform_send_text_success": "Das Formular wurde erfolgreich versendet.",
|
|
206
206
|
"webform_send_text_error": "Das Formular konnte nicht versendet werden.",
|
|
207
207
|
"webform_upload_label": "Datei auswählen",
|
|
208
|
+
"webform_send_title_error": "Das hat leider nicht geklappt!",
|
|
209
|
+
"webform_send_title_success": "Vielen Dank! Die Nachricht wurde verschickt.",
|
|
210
|
+
"webform_send_form_back": "Zurück zum Formular",
|
|
208
211
|
"header_homepage_link_title": "Startseite hr . d e",
|
|
209
212
|
"meta_application_name": "hr.de"
|
|
210
213
|
}
|
|
@@ -205,6 +205,9 @@
|
|
|
205
205
|
"webform_send_text_success": "Das Formular wurde erfolgreich versendet.",
|
|
206
206
|
"webform_send_text_error": "Das Formular konnte nicht versendet werden.",
|
|
207
207
|
"webform_upload_label": "Datei auswählen",
|
|
208
|
+
"webform_send_title_error": "Das hat leider nicht geklappt!",
|
|
209
|
+
"webform_send_title_success": "Vielen Dank! Die Nachricht wurde verschickt.",
|
|
210
|
+
"webform_send_form_back": "Zurück zum Formular",
|
|
208
211
|
"header_homepage_link_title": "Startseite hr-bigband . d e",
|
|
209
212
|
"meta_application_name": "hr-bigband.de"
|
|
210
213
|
}
|
|
@@ -205,6 +205,9 @@
|
|
|
205
205
|
"webform_send_text_success": "Das Formular wurde erfolgreich versendet.",
|
|
206
206
|
"webform_send_text_error": "Das Formular konnte nicht versendet werden.",
|
|
207
207
|
"webform_upload_label": "Datei auswählen",
|
|
208
|
+
"webform_send_title_error": "Das hat leider nicht geklappt!",
|
|
209
|
+
"webform_send_title_success": "Vielen Dank! Die Nachricht wurde verschickt.",
|
|
210
|
+
"webform_send_form_back": "Zurück zum Formular",
|
|
208
211
|
"header_homepage_link_title": "Startseite hr-fernsehen . d e",
|
|
209
212
|
"meta_application_name": "hr-fernsehen.de"
|
|
210
213
|
}
|
|
@@ -205,6 +205,9 @@
|
|
|
205
205
|
"webform_send_text_success": "Das Formular wurde erfolgreich versendet.",
|
|
206
206
|
"webform_send_text_error": "Das Formular konnte nicht versendet werden.",
|
|
207
207
|
"webform_upload_label": "Datei auswählen",
|
|
208
|
+
"webform_send_title_error": "Das hat leider nicht geklappt!",
|
|
209
|
+
"webform_send_title_success": "Vielen Dank! Die Nachricht wurde verschickt.",
|
|
210
|
+
"webform_send_form_back": "Zurück zum Formular",
|
|
208
211
|
"header_homepage_link_title": "Startseite hr-inforadio . d e",
|
|
209
212
|
"meta_application_name": "hr-inforadio.de"
|
|
210
213
|
}
|
|
@@ -205,6 +205,9 @@
|
|
|
205
205
|
"webform_send_text_success": "Das Formular wurde erfolgreich versendet.",
|
|
206
206
|
"webform_send_text_error": "Das Formular konnte nicht versendet werden.",
|
|
207
207
|
"webform_upload_label": "Datei auswählen",
|
|
208
|
+
"webform_send_title_error": "Das hat leider nicht geklappt!",
|
|
209
|
+
"webform_send_title_success": "Vielen Dank! Die Nachricht wurde verschickt.",
|
|
210
|
+
"webform_send_form_back": "Zurück zum Formular",
|
|
208
211
|
"header_homepage_link_title": "Startseite hr-rundfunkrat . d e",
|
|
209
212
|
"meta_application_name": "hr-rundfunkrat.de"
|
|
210
213
|
}
|
|
@@ -205,6 +205,9 @@
|
|
|
205
205
|
"webform_send_text_success": "Das Formular wurde erfolgreich versendet.",
|
|
206
206
|
"webform_send_text_error": "Das Formular konnte nicht versendet werden.",
|
|
207
207
|
"webform_upload_label": "Datei auswählen",
|
|
208
|
+
"webform_send_title_error": "Das hat leider nicht geklappt!",
|
|
209
|
+
"webform_send_title_success": "Vielen Dank! Die Nachricht wurde verschickt.",
|
|
210
|
+
"webform_send_form_back": "Zurück zum Formular",
|
|
208
211
|
"header_homepage_link_title": "Startseite hr-sinfonieorchester . d e",
|
|
209
212
|
"meta_application_name": "hr-sinfonieorchester.de"
|
|
210
213
|
}
|
|
@@ -205,6 +205,9 @@
|
|
|
205
205
|
"webform_send_text_success": "Das Formular wurde erfolgreich versendet.",
|
|
206
206
|
"webform_send_text_error": "Das Formular konnte nicht versendet werden.",
|
|
207
207
|
"webform_upload_label": "Datei auswählen",
|
|
208
|
+
"webform_send_title_error": "Das hat leider nicht geklappt!",
|
|
209
|
+
"webform_send_title_success": "Vielen Dank! Die Nachricht wurde verschickt.",
|
|
210
|
+
"webform_send_form_back": "Zurück zum Formular",
|
|
208
211
|
"header_homepage_link_title": "Startseite hr-werbung . d e",
|
|
209
212
|
"meta_application_name": "hr-werbung.de"
|
|
210
213
|
}
|
|
@@ -205,6 +205,9 @@
|
|
|
205
205
|
"webform_send_text_success": "Das Formular wurde erfolgreich versendet.",
|
|
206
206
|
"webform_send_text_error": "Das Formular konnte nicht versendet werden.",
|
|
207
207
|
"webform_upload_label": "Datei auswählen",
|
|
208
|
+
"webform_send_title_error": "Das hat leider nicht geklappt!",
|
|
209
|
+
"webform_send_title_success": "Vielen Dank! Die Nachricht wurde verschickt.",
|
|
210
|
+
"webform_send_form_back": "Zurück zum Formular",
|
|
208
211
|
"header_homepage_link_title": "Startseite hr1 . d e",
|
|
209
212
|
"meta_application_name": "hr1.de"
|
|
210
213
|
}
|
|
@@ -205,6 +205,9 @@
|
|
|
205
205
|
"webform_send_text_success": "Das Formular wurde erfolgreich versendet.",
|
|
206
206
|
"webform_send_text_error": "Das Formular konnte nicht versendet werden.",
|
|
207
207
|
"webform_upload_label": "Datei auswählen",
|
|
208
|
+
"webform_send_title_error": "Das hat leider nicht geklappt!",
|
|
209
|
+
"webform_send_title_success": "Vielen Dank! Die Nachricht wurde verschickt.",
|
|
210
|
+
"webform_send_form_back": "Zurück zum Formular",
|
|
208
211
|
"header_homepage_link_title": "Startseite hr2 . d e",
|
|
209
212
|
"meta_application_name": "hr2.de"
|
|
210
213
|
}
|
|
@@ -205,6 +205,9 @@
|
|
|
205
205
|
"webform_send_text_success": "Das Formular wurde erfolgreich versendet.",
|
|
206
206
|
"webform_send_text_error": "Das Formular konnte nicht versendet werden.",
|
|
207
207
|
"webform_upload_label": "Datei auswählen",
|
|
208
|
+
"webform_send_title_error": "Das hat leider nicht geklappt!",
|
|
209
|
+
"webform_send_title_success": "Vielen Dank! Die Nachricht wurde verschickt.",
|
|
210
|
+
"webform_send_form_back": "Zurück zum Formular",
|
|
208
211
|
"header_homepage_link_title": "Startseite hr3 . d e",
|
|
209
212
|
"meta_application_name": "hr3.de"
|
|
210
213
|
}
|
|
@@ -205,6 +205,9 @@
|
|
|
205
205
|
"webform_send_text_success": "Das Formular wurde erfolgreich versendet.",
|
|
206
206
|
"webform_send_text_error": "Das Formular konnte nicht versendet werden.",
|
|
207
207
|
"webform_upload_label": "Datei auswählen",
|
|
208
|
+
"webform_send_title_error": "Das hat leider nicht geklappt!",
|
|
209
|
+
"webform_send_title_success": "Vielen Dank! Die Nachricht wurde verschickt.",
|
|
210
|
+
"webform_send_form_back": "Zurück zum Formular",
|
|
208
211
|
"header_homepage_link_title": "Startseite hr4 . d e",
|
|
209
212
|
"meta_application_name": "hr4.de"
|
|
210
213
|
}
|
|
@@ -205,6 +205,9 @@
|
|
|
205
205
|
"webform_send_text_success": "Das Formular wurde erfolgreich versendet.",
|
|
206
206
|
"webform_send_text_error": "Das Formular konnte nicht versendet werden.",
|
|
207
207
|
"webform_upload_label": "Datei auswählen",
|
|
208
|
+
"webform_send_title_error": "Das hat leider nicht geklappt!",
|
|
209
|
+
"webform_send_title_success": "Vielen Dank! Die Nachricht wurde verschickt.",
|
|
210
|
+
"webform_send_form_back": "Zurück zum Formular",
|
|
208
211
|
"header_homepage_link_title": "Startseite you-fm . d e",
|
|
209
212
|
"meta_application_name": "you-fm.de"
|
|
210
213
|
}
|
package/dist/assets/index.css
CHANGED
|
@@ -1535,6 +1535,9 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
1535
1535
|
.mt-60 {
|
|
1536
1536
|
margin-top: 15rem;
|
|
1537
1537
|
}
|
|
1538
|
+
.mt-7 {
|
|
1539
|
+
margin-top: 1.75rem;
|
|
1540
|
+
}
|
|
1538
1541
|
.mt-9 {
|
|
1539
1542
|
margin-top: 2.25rem;
|
|
1540
1543
|
}
|
|
@@ -1728,6 +1731,9 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
1728
1731
|
.min-h-3 {
|
|
1729
1732
|
min-height: 0.75rem;
|
|
1730
1733
|
}
|
|
1734
|
+
.min-h-5 {
|
|
1735
|
+
min-height: 1.25rem;
|
|
1736
|
+
}
|
|
1731
1737
|
.min-h-6 {
|
|
1732
1738
|
min-height: 1.5rem;
|
|
1733
1739
|
}
|
|
@@ -2141,6 +2147,9 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
2141
2147
|
.gap-5 {
|
|
2142
2148
|
gap: 1.25rem;
|
|
2143
2149
|
}
|
|
2150
|
+
.gap-6 {
|
|
2151
|
+
gap: 1.5rem;
|
|
2152
|
+
}
|
|
2144
2153
|
.gap-8 {
|
|
2145
2154
|
gap: 2rem;
|
|
2146
2155
|
}
|
|
@@ -2176,9 +2185,6 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
2176
2185
|
.gap-y-3 {
|
|
2177
2186
|
row-gap: 0.75rem;
|
|
2178
2187
|
}
|
|
2179
|
-
.gap-y-4 {
|
|
2180
|
-
row-gap: 1rem;
|
|
2181
|
-
}
|
|
2182
2188
|
.gap-y-5 {
|
|
2183
2189
|
row-gap: 1.25rem;
|
|
2184
2190
|
}
|
|
@@ -3618,7 +3624,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3618
3624
|
border-bottom-color: var(--color-secondary-ds);
|
|
3619
3625
|
}
|
|
3620
3626
|
.counter-reset {
|
|
3621
|
-
counter-reset:
|
|
3627
|
+
counter-reset: cnt1730207516278;
|
|
3622
3628
|
}
|
|
3623
3629
|
.placeholder-text-xs::-webkit-input-placeholder {
|
|
3624
3630
|
font-size: 0.75rem;
|
|
@@ -4032,7 +4038,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
4032
4038
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
4033
4039
|
}
|
|
4034
4040
|
.-ordered {
|
|
4035
|
-
counter-increment:
|
|
4041
|
+
counter-increment: cnt1730207516278 1;
|
|
4036
4042
|
}
|
|
4037
4043
|
.-ordered::before {
|
|
4038
4044
|
position: absolute;
|
|
@@ -4050,7 +4056,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
4050
4056
|
--tw-text-opacity: 1;
|
|
4051
4057
|
color: rgba(0, 0, 0, 1);
|
|
4052
4058
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
4053
|
-
content: counter(
|
|
4059
|
+
content: counter(cnt1730207516278);
|
|
4054
4060
|
}
|
|
4055
4061
|
/*! ****************************/
|
|
4056
4062
|
/*! DataPolicy stuff */
|
|
@@ -7013,14 +7019,14 @@ select:has(option:checked[value='']) {
|
|
|
7013
7019
|
margin-bottom: 0px;
|
|
7014
7020
|
}
|
|
7015
7021
|
|
|
7016
|
-
.md\:mb-12 {
|
|
7017
|
-
margin-bottom: 3rem;
|
|
7018
|
-
}
|
|
7019
|
-
|
|
7020
7022
|
.md\:mb-16 {
|
|
7021
7023
|
margin-bottom: 4rem;
|
|
7022
7024
|
}
|
|
7023
7025
|
|
|
7026
|
+
.md\:mb-2 {
|
|
7027
|
+
margin-bottom: 0.5rem;
|
|
7028
|
+
}
|
|
7029
|
+
|
|
7024
7030
|
.md\:mb-3 {
|
|
7025
7031
|
margin-bottom: 0.75rem;
|
|
7026
7032
|
}
|
|
@@ -7211,6 +7217,10 @@ select:has(option:checked[value='']) {
|
|
|
7211
7217
|
justify-content: space-between;
|
|
7212
7218
|
}
|
|
7213
7219
|
|
|
7220
|
+
.md\:gap-10 {
|
|
7221
|
+
gap: 2.5rem;
|
|
7222
|
+
}
|
|
7223
|
+
|
|
7214
7224
|
.md\:gap-x-3 {
|
|
7215
7225
|
-moz-column-gap: 0.75rem;
|
|
7216
7226
|
column-gap: 0.75rem;
|
|
@@ -7230,8 +7240,8 @@ select:has(option:checked[value='']) {
|
|
|
7230
7240
|
row-gap: 3.5rem;
|
|
7231
7241
|
}
|
|
7232
7242
|
|
|
7233
|
-
.md\:gap-y-
|
|
7234
|
-
row-gap:
|
|
7243
|
+
.md\:gap-y-2 {
|
|
7244
|
+
row-gap: 0.5rem;
|
|
7235
7245
|
}
|
|
7236
7246
|
|
|
7237
7247
|
.md\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<div class="relative px-5 pt-6 pb-8 mt-
|
|
1
|
+
<div class="relative px-5 pt-6 pb-8 mb-5 mt-7 sm:mt-12 bg-highlight-1 dark:bg-highlight-1-dark sm:rounded-tl-hr sm:rounded-br-hr sm:px-13 sm:pt-12 article-full-width sm:article-narrow" >
|
|
2
2
|
{{> @partial-block }}
|
|
3
3
|
</div>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{{~changeRandom~}}
|
|
2
|
-
<div class="relative flex flex-col w-full {{#unless _inGroup}} mb-
|
|
2
|
+
<div class="relative flex flex-col w-full {{#unless _inGroup}} mb-5 md:mb-7{{/unless}} gap-y-1 md:gap-y-2"
|
|
3
3
|
{{#unless _inGroup}}
|
|
4
4
|
{{#if _required}}
|
|
5
5
|
ax-load
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
</label>
|
|
76
76
|
</div>
|
|
77
77
|
{{#unless _inGroup}}
|
|
78
|
-
<div class="font-heading">
|
|
78
|
+
<div class="flex items-end justify-between min-h-5 font-heading">
|
|
79
79
|
{{#if _description}}
|
|
80
80
|
<div class="text-xs text-gray-scorpion dark:text-text-dark" {{#if _required}}:class="{'hidden': hideDescription() }"{{/if}}>{{_description}}</div>
|
|
81
81
|
{{/if}}
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
x-ignore
|
|
6
6
|
{{/if}}
|
|
7
7
|
>
|
|
8
|
-
<div class="relative flex flex-col w-full mb-
|
|
9
|
-
<legend class="text-lg font-bold text-text dark:text-text-dark md:text-xl font-heading">
|
|
8
|
+
<div class="relative flex flex-col w-full mb-5 md:mb-7 gap-y-1 md:gap-y-2">
|
|
9
|
+
<legend class="mb-1 text-lg font-bold text-text dark:text-text-dark md:text-xl font-heading md:mb-2">
|
|
10
10
|
{{#if _hasBody}}
|
|
11
11
|
{{decorator_body}}{{#if _required}}*{{/if}}
|
|
12
12
|
{{else}}
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
</div>
|
|
38
38
|
{{/each}}
|
|
39
39
|
</div>
|
|
40
|
-
<div class="font-heading">
|
|
40
|
+
<div class="flex items-end justify-between min-h-5 font-heading">
|
|
41
41
|
{{#if _description}}
|
|
42
42
|
<div class="text-xs text-gray-scorpion dark:text-text-dark" {{#if _required}}:class="{'hidden': hideDescription()}"{{/if}}>{{_description}}</div>
|
|
43
43
|
{{/if}}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
{{#if this.caption}}
|
|
5
5
|
<fieldset>
|
|
6
|
-
<legend class="mb-
|
|
6
|
+
<legend class="mb-2 text-lg font-bold md:mb-3 text-text dark:text-text-dark md:text-xl font-heading">{{this.caption}}</legend>
|
|
7
7
|
{{~> components/forms/components/fields _formId=../_formId}}
|
|
8
8
|
</fieldset>
|
|
9
9
|
{{else}}
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
{{> components/forms/components/error_icon _class="hidden" _xclass="{'hidden': hideError() }"}}
|
|
65
65
|
</div>
|
|
66
66
|
|
|
67
|
-
<div class="flex items-end justify-between h-5 font-heading">
|
|
67
|
+
<div class="flex items-end justify-between min-h-5 font-heading">
|
|
68
68
|
{{#if _description}}
|
|
69
69
|
<div class="pl-4 text-xs text-gray-scorpion dark:text-text-dark" :class="{'hidden': hideDescription() }">{{_description}}</div>
|
|
70
70
|
{{/if}}
|
|
@@ -1,19 +1,28 @@
|
|
|
1
|
-
<div class="flex flex-
|
|
1
|
+
<div class="flex flex-col justify-between w-full gap-6 md:gap-10">
|
|
2
2
|
<div class="flex items-center gap-x-2 md:gap-x-3">
|
|
3
3
|
{{#if _success}}
|
|
4
4
|
{{> components/forms/components/success_icon}}
|
|
5
|
-
<
|
|
5
|
+
<h3 class="font-bold text-success">{{~loca "webform_send_title_success"}}</h3>
|
|
6
6
|
{{else}}
|
|
7
7
|
{{> components/forms/components/error_icon _class="!block"}}
|
|
8
|
-
<
|
|
8
|
+
<h3 class="font-bold text-error dark:text-error-dark">{{~loca "webform_send_title_error"}}</h3>
|
|
9
9
|
{{/if}}
|
|
10
|
-
</div>
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
10
|
+
</div>
|
|
11
|
+
</div>
|
|
12
|
+
<span class="font-copy">
|
|
13
|
+
{{#if _locaKeyText}}
|
|
14
|
+
{{loca _locaKeyText}}
|
|
15
|
+
{{else}}
|
|
16
|
+
{{{_text}}}
|
|
17
|
+
{{/if}}
|
|
18
|
+
</span>
|
|
19
|
+
{{#unless _success}}
|
|
20
|
+
<div class="flex justify-end">
|
|
21
|
+
{{#> components/button/button _variant="primary" _size="lg" }}
|
|
22
|
+
<span class="text-base ds-button-label ">{{loca "webform_send_form_back"}}</span>
|
|
23
|
+
{{/components/button/button}}
|
|
24
|
+
{{#*inline "htmlProperties"}}
|
|
25
|
+
@click="retryHandler"
|
|
26
|
+
{{/inline}}
|
|
27
|
+
</div>
|
|
28
|
+
{{/unless}}
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
">
|
|
44
44
|
{{_label}}{{#if _required}}*{{/if}}
|
|
45
45
|
</label>
|
|
46
|
-
<div class="flex items-end justify-between h-5 font-heading">
|
|
46
|
+
<div class="flex items-end justify-between min-h-5 font-heading">
|
|
47
47
|
{{#if _description}}
|
|
48
48
|
<div class="pl-4 text-xs text-gray-scorpion dark:text-text-dark" :class="{'hidden': hideDescription()}">{{_description}}</div>
|
|
49
49
|
{{/if}}
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
{{> components/forms/components/error_icon _class="hidden" _xclass="{'hidden': hideError() }"}}
|
|
65
65
|
</div>
|
|
66
66
|
{{/if}}
|
|
67
|
-
<div class="flex items-end justify-between h-5 font-heading">
|
|
67
|
+
<div class="flex items-end justify-between min-h-5 font-heading">
|
|
68
68
|
{{#if _description}}
|
|
69
69
|
<div class="pl-4 text-xs text-gray-scorpion" :class="{'hidden': hideDescription() }">{{_description}}</div>
|
|
70
70
|
{{/if}}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<div class="relative flex flex-col w-full mb-
|
|
1
|
+
<div class="relative flex flex-col w-full mb-5 gap-y-1 md:mb-7"
|
|
2
2
|
ax-load
|
|
3
3
|
x-data="inputHandler('input{{nextRandom}}','{{_formId}}','{{_errorMandatory}}','{{_type}}','', '', '{{_name}}')"
|
|
4
4
|
x-init="validateUpload()"
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
</button>
|
|
62
62
|
</div>
|
|
63
63
|
</div>
|
|
64
|
-
<div class="font-heading">
|
|
64
|
+
<div class="flex items-end justify-between min-h-5 font-heading">
|
|
65
65
|
{{#if _description}}
|
|
66
66
|
<div class="text-xs text-gray-500 dark:text-text-dark" {{#if _required}}:class="{'hidden': hideDescription()}"{{/if}}>{{_description}}</div>
|
|
67
67
|
{{/if}}
|
|
@@ -32,21 +32,25 @@
|
|
|
32
32
|
|
|
33
33
|
{{> components/forms/components/controls }}
|
|
34
34
|
</div>
|
|
35
|
-
<div id="successMessage" x-show="wasPostedWithSuccess"
|
|
35
|
+
<div class="flex flex-col gap-6 md:gap-10" id="successMessage" x-show="wasPostedWithSuccess"
|
|
36
36
|
x-transition:enter="transition ease-out duration-300 delay-75"
|
|
37
37
|
x-transition:enter-start="opacity-0 transform scale-90"
|
|
38
38
|
x-transition:enter-end="opacity-100 transform scale-100"
|
|
39
39
|
x-cloak
|
|
40
40
|
>
|
|
41
|
-
{{
|
|
41
|
+
{{#if this.successText}}
|
|
42
|
+
{{> components/forms/components/message _success=true _locaKeyTitle="webform_send_title_success" _text=this.successText.richtext }}
|
|
43
|
+
{{else}}
|
|
44
|
+
{{> components/forms/components/message _success=true _locaKeyTitle="webform_send_title_success" _locaKeyText="webform_send_text_success" }}
|
|
45
|
+
{{/if}}
|
|
42
46
|
</div>
|
|
43
47
|
|
|
44
|
-
<div id="errorMessage" x-show="wasPostedWithError"
|
|
48
|
+
<div class="flex flex-col gap-6 md:gap-10" id="errorMessage" x-show="wasPostedWithError"
|
|
45
49
|
x-transition:enter="transition ease-out duration-300 delay-75"
|
|
46
50
|
x-transition:enter-start="opacity-0 transform scale-90"
|
|
47
51
|
x-transition:enter-end="opacity-100 transform scale-100"
|
|
48
52
|
x-cloak>
|
|
49
|
-
{{> components/forms/components/message _success=false }}
|
|
53
|
+
{{> components/forms/components/message _success=false _locaKeyTitle="webform_send_title_error" _locaKeyText="webform_send_text_error"}}
|
|
50
54
|
</div>
|
|
51
55
|
|
|
52
56
|
</form>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<div class="relative px-5 pt-6 pb-8 mt-
|
|
1
|
+
<div class="relative px-5 pt-6 pb-8 mb-5 mt-7 sm:mt-12 bg-highlight-1 dark:bg-highlight-1-dark sm:rounded-tl-hr sm:rounded-br-hr sm:px-13 sm:pt-12 article-full-width sm:article-narrow" >
|
|
2
2
|
{{> @partial-block }}
|
|
3
3
|
</div>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{{~changeRandom~}}
|
|
2
|
-
<div class="relative flex flex-col w-full {{#unless _inGroup}} mb-
|
|
2
|
+
<div class="relative flex flex-col w-full {{#unless _inGroup}} mb-5 md:mb-7{{/unless}} gap-y-1 md:gap-y-2"
|
|
3
3
|
{{#unless _inGroup}}
|
|
4
4
|
{{#if _required}}
|
|
5
5
|
ax-load
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
</label>
|
|
76
76
|
</div>
|
|
77
77
|
{{#unless _inGroup}}
|
|
78
|
-
<div class="font-heading">
|
|
78
|
+
<div class="flex items-end justify-between min-h-5 font-heading">
|
|
79
79
|
{{#if _description}}
|
|
80
80
|
<div class="text-xs text-gray-scorpion dark:text-text-dark" {{#if _required}}:class="{'hidden': hideDescription() }"{{/if}}>{{_description}}</div>
|
|
81
81
|
{{/if}}
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
x-ignore
|
|
6
6
|
{{/if}}
|
|
7
7
|
>
|
|
8
|
-
<div class="relative flex flex-col w-full mb-
|
|
9
|
-
<legend class="text-lg font-bold text-text dark:text-text-dark md:text-xl font-heading">
|
|
8
|
+
<div class="relative flex flex-col w-full mb-5 md:mb-7 gap-y-1 md:gap-y-2">
|
|
9
|
+
<legend class="mb-1 text-lg font-bold text-text dark:text-text-dark md:text-xl font-heading md:mb-2">
|
|
10
10
|
{{#if _hasBody}}
|
|
11
11
|
{{decorator_body}}{{#if _required}}*{{/if}}
|
|
12
12
|
{{else}}
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
</div>
|
|
38
38
|
{{/each}}
|
|
39
39
|
</div>
|
|
40
|
-
<div class="font-heading">
|
|
40
|
+
<div class="flex items-end justify-between min-h-5 font-heading">
|
|
41
41
|
{{#if _description}}
|
|
42
42
|
<div class="text-xs text-gray-scorpion dark:text-text-dark" {{#if _required}}:class="{'hidden': hideDescription()}"{{/if}}>{{_description}}</div>
|
|
43
43
|
{{/if}}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
{{#if this.caption}}
|
|
5
5
|
<fieldset>
|
|
6
|
-
<legend class="mb-
|
|
6
|
+
<legend class="mb-2 text-lg font-bold md:mb-3 text-text dark:text-text-dark md:text-xl font-heading">{{this.caption}}</legend>
|
|
7
7
|
{{~> components/forms/components/fields _formId=../_formId}}
|
|
8
8
|
</fieldset>
|
|
9
9
|
{{else}}
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
{{> components/forms/components/error_icon _class="hidden" _xclass="{'hidden': hideError() }"}}
|
|
65
65
|
</div>
|
|
66
66
|
|
|
67
|
-
<div class="flex items-end justify-between h-5 font-heading">
|
|
67
|
+
<div class="flex items-end justify-between min-h-5 font-heading">
|
|
68
68
|
{{#if _description}}
|
|
69
69
|
<div class="pl-4 text-xs text-gray-scorpion dark:text-text-dark" :class="{'hidden': hideDescription() }">{{_description}}</div>
|
|
70
70
|
{{/if}}
|
|
@@ -1,19 +1,28 @@
|
|
|
1
|
-
<div class="flex flex-
|
|
1
|
+
<div class="flex flex-col justify-between w-full gap-6 md:gap-10">
|
|
2
2
|
<div class="flex items-center gap-x-2 md:gap-x-3">
|
|
3
3
|
{{#if _success}}
|
|
4
4
|
{{> components/forms/components/success_icon}}
|
|
5
|
-
<
|
|
5
|
+
<h3 class="font-bold text-success">{{~loca "webform_send_title_success"}}</h3>
|
|
6
6
|
{{else}}
|
|
7
7
|
{{> components/forms/components/error_icon _class="!block"}}
|
|
8
|
-
<
|
|
8
|
+
<h3 class="font-bold text-error dark:text-error-dark">{{~loca "webform_send_title_error"}}</h3>
|
|
9
9
|
{{/if}}
|
|
10
|
-
</div>
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
10
|
+
</div>
|
|
11
|
+
</div>
|
|
12
|
+
<span class="font-copy">
|
|
13
|
+
{{#if _locaKeyText}}
|
|
14
|
+
{{loca _locaKeyText}}
|
|
15
|
+
{{else}}
|
|
16
|
+
{{{_text}}}
|
|
17
|
+
{{/if}}
|
|
18
|
+
</span>
|
|
19
|
+
{{#unless _success}}
|
|
20
|
+
<div class="flex justify-end">
|
|
21
|
+
{{#> components/button/button _variant="primary" _size="lg" }}
|
|
22
|
+
<span class="text-base ds-button-label ">{{loca "webform_send_form_back"}}</span>
|
|
23
|
+
{{/components/button/button}}
|
|
24
|
+
{{#*inline "htmlProperties"}}
|
|
25
|
+
@click="retryHandler"
|
|
26
|
+
{{/inline}}
|
|
27
|
+
</div>
|
|
28
|
+
{{/unless}}
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
">
|
|
44
44
|
{{_label}}{{#if _required}}*{{/if}}
|
|
45
45
|
</label>
|
|
46
|
-
<div class="flex items-end justify-between h-5 font-heading">
|
|
46
|
+
<div class="flex items-end justify-between min-h-5 font-heading">
|
|
47
47
|
{{#if _description}}
|
|
48
48
|
<div class="pl-4 text-xs text-gray-scorpion dark:text-text-dark" :class="{'hidden': hideDescription()}">{{_description}}</div>
|
|
49
49
|
{{/if}}
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
{{> components/forms/components/error_icon _class="hidden" _xclass="{'hidden': hideError() }"}}
|
|
65
65
|
</div>
|
|
66
66
|
{{/if}}
|
|
67
|
-
<div class="flex items-end justify-between h-5 font-heading">
|
|
67
|
+
<div class="flex items-end justify-between min-h-5 font-heading">
|
|
68
68
|
{{#if _description}}
|
|
69
69
|
<div class="pl-4 text-xs text-gray-scorpion" :class="{'hidden': hideDescription() }">{{_description}}</div>
|
|
70
70
|
{{/if}}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<div class="relative flex flex-col w-full mb-
|
|
1
|
+
<div class="relative flex flex-col w-full mb-5 gap-y-1 md:mb-7"
|
|
2
2
|
ax-load
|
|
3
3
|
x-data="inputHandler('input{{nextRandom}}','{{_formId}}','{{_errorMandatory}}','{{_type}}','', '', '{{_name}}')"
|
|
4
4
|
x-init="validateUpload()"
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
</button>
|
|
62
62
|
</div>
|
|
63
63
|
</div>
|
|
64
|
-
<div class="font-heading">
|
|
64
|
+
<div class="flex items-end justify-between min-h-5 font-heading">
|
|
65
65
|
{{#if _description}}
|
|
66
66
|
<div class="text-xs text-gray-500 dark:text-text-dark" {{#if _required}}:class="{'hidden': hideDescription()}"{{/if}}>{{_description}}</div>
|
|
67
67
|
{{/if}}
|
|
@@ -32,21 +32,25 @@
|
|
|
32
32
|
|
|
33
33
|
{{> components/forms/components/controls }}
|
|
34
34
|
</div>
|
|
35
|
-
<div id="successMessage" x-show="wasPostedWithSuccess"
|
|
35
|
+
<div class="flex flex-col gap-6 md:gap-10" id="successMessage" x-show="wasPostedWithSuccess"
|
|
36
36
|
x-transition:enter="transition ease-out duration-300 delay-75"
|
|
37
37
|
x-transition:enter-start="opacity-0 transform scale-90"
|
|
38
38
|
x-transition:enter-end="opacity-100 transform scale-100"
|
|
39
39
|
x-cloak
|
|
40
40
|
>
|
|
41
|
-
{{
|
|
41
|
+
{{#if this.successText}}
|
|
42
|
+
{{> components/forms/components/message _success=true _locaKeyTitle="webform_send_title_success" _text=this.successText.richtext }}
|
|
43
|
+
{{else}}
|
|
44
|
+
{{> components/forms/components/message _success=true _locaKeyTitle="webform_send_title_success" _locaKeyText="webform_send_text_success" }}
|
|
45
|
+
{{/if}}
|
|
42
46
|
</div>
|
|
43
47
|
|
|
44
|
-
<div id="errorMessage" x-show="wasPostedWithError"
|
|
48
|
+
<div class="flex flex-col gap-6 md:gap-10" id="errorMessage" x-show="wasPostedWithError"
|
|
45
49
|
x-transition:enter="transition ease-out duration-300 delay-75"
|
|
46
50
|
x-transition:enter-start="opacity-0 transform scale-90"
|
|
47
51
|
x-transition:enter-end="opacity-100 transform scale-100"
|
|
48
52
|
x-cloak>
|
|
49
|
-
{{> components/forms/components/message _success=false }}
|
|
53
|
+
{{> components/forms/components/message _success=false _locaKeyTitle="webform_send_title_error" _locaKeyText="webform_send_text_error"}}
|
|
50
54
|
</div>
|
|
51
55
|
|
|
52
56
|
</form>
|
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.113.
|
|
9
|
+
"version": "1.113.4",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -204,5 +204,8 @@
|
|
|
204
204
|
"votingform_vote_result": "Anzahl der abgegebenen Stimmen: ",
|
|
205
205
|
"webform_send_text_success": "Das Formular wurde erfolgreich versendet.",
|
|
206
206
|
"webform_send_text_error": "Das Formular konnte nicht versendet werden.",
|
|
207
|
-
"webform_upload_label": "Datei auswählen"
|
|
207
|
+
"webform_upload_label": "Datei auswählen",
|
|
208
|
+
"webform_send_title_error": "Das hat leider nicht geklappt!",
|
|
209
|
+
"webform_send_title_success": "Vielen Dank! Die Nachricht wurde verschickt.",
|
|
210
|
+
"webform_send_form_back": "Zurück zum Formular"
|
|
208
211
|
}
|
|
@@ -205,6 +205,9 @@
|
|
|
205
205
|
"webform_send_text_success": "Das Formular wurde erfolgreich versendet.",
|
|
206
206
|
"webform_send_text_error": "Das Formular konnte nicht versendet werden.",
|
|
207
207
|
"webform_upload_label": "Datei auswählen",
|
|
208
|
+
"webform_send_title_error": "Das hat leider nicht geklappt!",
|
|
209
|
+
"webform_send_title_success": "Vielen Dank! Die Nachricht wurde verschickt.",
|
|
210
|
+
"webform_send_form_back": "Zurück zum Formular",
|
|
208
211
|
"header_homepage_link_title": "Startseite hessenschau . d e",
|
|
209
212
|
"meta_application_name": "hessenschau.de"
|
|
210
213
|
}
|
|
@@ -205,6 +205,9 @@
|
|
|
205
205
|
"webform_send_text_success": "Das Formular wurde erfolgreich versendet.",
|
|
206
206
|
"webform_send_text_error": "Das Formular konnte nicht versendet werden.",
|
|
207
207
|
"webform_upload_label": "Datei auswählen",
|
|
208
|
+
"webform_send_title_error": "Das hat leider nicht geklappt!",
|
|
209
|
+
"webform_send_title_success": "Vielen Dank! Die Nachricht wurde verschickt.",
|
|
210
|
+
"webform_send_form_back": "Zurück zum Formular",
|
|
208
211
|
"header_homepage_link_title": "Startseite hr . d e",
|
|
209
212
|
"meta_application_name": "hr.de"
|
|
210
213
|
}
|
|
@@ -205,6 +205,9 @@
|
|
|
205
205
|
"webform_send_text_success": "Das Formular wurde erfolgreich versendet.",
|
|
206
206
|
"webform_send_text_error": "Das Formular konnte nicht versendet werden.",
|
|
207
207
|
"webform_upload_label": "Datei auswählen",
|
|
208
|
+
"webform_send_title_error": "Das hat leider nicht geklappt!",
|
|
209
|
+
"webform_send_title_success": "Vielen Dank! Die Nachricht wurde verschickt.",
|
|
210
|
+
"webform_send_form_back": "Zurück zum Formular",
|
|
208
211
|
"header_homepage_link_title": "Startseite hr-bigband . d e",
|
|
209
212
|
"meta_application_name": "hr-bigband.de"
|
|
210
213
|
}
|
|
@@ -205,6 +205,9 @@
|
|
|
205
205
|
"webform_send_text_success": "Das Formular wurde erfolgreich versendet.",
|
|
206
206
|
"webform_send_text_error": "Das Formular konnte nicht versendet werden.",
|
|
207
207
|
"webform_upload_label": "Datei auswählen",
|
|
208
|
+
"webform_send_title_error": "Das hat leider nicht geklappt!",
|
|
209
|
+
"webform_send_title_success": "Vielen Dank! Die Nachricht wurde verschickt.",
|
|
210
|
+
"webform_send_form_back": "Zurück zum Formular",
|
|
208
211
|
"header_homepage_link_title": "Startseite hr-fernsehen . d e",
|
|
209
212
|
"meta_application_name": "hr-fernsehen.de"
|
|
210
213
|
}
|
|
@@ -205,6 +205,9 @@
|
|
|
205
205
|
"webform_send_text_success": "Das Formular wurde erfolgreich versendet.",
|
|
206
206
|
"webform_send_text_error": "Das Formular konnte nicht versendet werden.",
|
|
207
207
|
"webform_upload_label": "Datei auswählen",
|
|
208
|
+
"webform_send_title_error": "Das hat leider nicht geklappt!",
|
|
209
|
+
"webform_send_title_success": "Vielen Dank! Die Nachricht wurde verschickt.",
|
|
210
|
+
"webform_send_form_back": "Zurück zum Formular",
|
|
208
211
|
"header_homepage_link_title": "Startseite hr-inforadio . d e",
|
|
209
212
|
"meta_application_name": "hr-inforadio.de"
|
|
210
213
|
}
|
|
@@ -205,6 +205,9 @@
|
|
|
205
205
|
"webform_send_text_success": "Das Formular wurde erfolgreich versendet.",
|
|
206
206
|
"webform_send_text_error": "Das Formular konnte nicht versendet werden.",
|
|
207
207
|
"webform_upload_label": "Datei auswählen",
|
|
208
|
+
"webform_send_title_error": "Das hat leider nicht geklappt!",
|
|
209
|
+
"webform_send_title_success": "Vielen Dank! Die Nachricht wurde verschickt.",
|
|
210
|
+
"webform_send_form_back": "Zurück zum Formular",
|
|
208
211
|
"header_homepage_link_title": "Startseite hr-rundfunkrat . d e",
|
|
209
212
|
"meta_application_name": "hr-rundfunkrat.de"
|
|
210
213
|
}
|
|
@@ -205,6 +205,9 @@
|
|
|
205
205
|
"webform_send_text_success": "Das Formular wurde erfolgreich versendet.",
|
|
206
206
|
"webform_send_text_error": "Das Formular konnte nicht versendet werden.",
|
|
207
207
|
"webform_upload_label": "Datei auswählen",
|
|
208
|
+
"webform_send_title_error": "Das hat leider nicht geklappt!",
|
|
209
|
+
"webform_send_title_success": "Vielen Dank! Die Nachricht wurde verschickt.",
|
|
210
|
+
"webform_send_form_back": "Zurück zum Formular",
|
|
208
211
|
"header_homepage_link_title": "Startseite hr-sinfonieorchester . d e",
|
|
209
212
|
"meta_application_name": "hr-sinfonieorchester.de"
|
|
210
213
|
}
|
|
@@ -205,6 +205,9 @@
|
|
|
205
205
|
"webform_send_text_success": "Das Formular wurde erfolgreich versendet.",
|
|
206
206
|
"webform_send_text_error": "Das Formular konnte nicht versendet werden.",
|
|
207
207
|
"webform_upload_label": "Datei auswählen",
|
|
208
|
+
"webform_send_title_error": "Das hat leider nicht geklappt!",
|
|
209
|
+
"webform_send_title_success": "Vielen Dank! Die Nachricht wurde verschickt.",
|
|
210
|
+
"webform_send_form_back": "Zurück zum Formular",
|
|
208
211
|
"header_homepage_link_title": "Startseite hr-werbung . d e",
|
|
209
212
|
"meta_application_name": "hr-werbung.de"
|
|
210
213
|
}
|
|
@@ -205,6 +205,9 @@
|
|
|
205
205
|
"webform_send_text_success": "Das Formular wurde erfolgreich versendet.",
|
|
206
206
|
"webform_send_text_error": "Das Formular konnte nicht versendet werden.",
|
|
207
207
|
"webform_upload_label": "Datei auswählen",
|
|
208
|
+
"webform_send_title_error": "Das hat leider nicht geklappt!",
|
|
209
|
+
"webform_send_title_success": "Vielen Dank! Die Nachricht wurde verschickt.",
|
|
210
|
+
"webform_send_form_back": "Zurück zum Formular",
|
|
208
211
|
"header_homepage_link_title": "Startseite hr1 . d e",
|
|
209
212
|
"meta_application_name": "hr1.de"
|
|
210
213
|
}
|
|
@@ -205,6 +205,9 @@
|
|
|
205
205
|
"webform_send_text_success": "Das Formular wurde erfolgreich versendet.",
|
|
206
206
|
"webform_send_text_error": "Das Formular konnte nicht versendet werden.",
|
|
207
207
|
"webform_upload_label": "Datei auswählen",
|
|
208
|
+
"webform_send_title_error": "Das hat leider nicht geklappt!",
|
|
209
|
+
"webform_send_title_success": "Vielen Dank! Die Nachricht wurde verschickt.",
|
|
210
|
+
"webform_send_form_back": "Zurück zum Formular",
|
|
208
211
|
"header_homepage_link_title": "Startseite hr2 . d e",
|
|
209
212
|
"meta_application_name": "hr2.de"
|
|
210
213
|
}
|
|
@@ -205,6 +205,9 @@
|
|
|
205
205
|
"webform_send_text_success": "Das Formular wurde erfolgreich versendet.",
|
|
206
206
|
"webform_send_text_error": "Das Formular konnte nicht versendet werden.",
|
|
207
207
|
"webform_upload_label": "Datei auswählen",
|
|
208
|
+
"webform_send_title_error": "Das hat leider nicht geklappt!",
|
|
209
|
+
"webform_send_title_success": "Vielen Dank! Die Nachricht wurde verschickt.",
|
|
210
|
+
"webform_send_form_back": "Zurück zum Formular",
|
|
208
211
|
"header_homepage_link_title": "Startseite hr3 . d e",
|
|
209
212
|
"meta_application_name": "hr3.de"
|
|
210
213
|
}
|
|
@@ -205,6 +205,9 @@
|
|
|
205
205
|
"webform_send_text_success": "Das Formular wurde erfolgreich versendet.",
|
|
206
206
|
"webform_send_text_error": "Das Formular konnte nicht versendet werden.",
|
|
207
207
|
"webform_upload_label": "Datei auswählen",
|
|
208
|
+
"webform_send_title_error": "Das hat leider nicht geklappt!",
|
|
209
|
+
"webform_send_title_success": "Vielen Dank! Die Nachricht wurde verschickt.",
|
|
210
|
+
"webform_send_form_back": "Zurück zum Formular",
|
|
208
211
|
"header_homepage_link_title": "Startseite hr4 . d e",
|
|
209
212
|
"meta_application_name": "hr4.de"
|
|
210
213
|
}
|
|
@@ -205,6 +205,9 @@
|
|
|
205
205
|
"webform_send_text_success": "Das Formular wurde erfolgreich versendet.",
|
|
206
206
|
"webform_send_text_error": "Das Formular konnte nicht versendet werden.",
|
|
207
207
|
"webform_upload_label": "Datei auswählen",
|
|
208
|
+
"webform_send_title_error": "Das hat leider nicht geklappt!",
|
|
209
|
+
"webform_send_title_success": "Vielen Dank! Die Nachricht wurde verschickt.",
|
|
210
|
+
"webform_send_form_back": "Zurück zum Formular",
|
|
208
211
|
"header_homepage_link_title": "Startseite you-fm . d e",
|
|
209
212
|
"meta_application_name": "you-fm.de"
|
|
210
213
|
}
|
|
@@ -10,12 +10,15 @@
|
|
|
10
10
|
"hasNewWebForm": true,
|
|
11
11
|
"title": "Kontaktformular",
|
|
12
12
|
"jsonUrl": "https://ugc-hessenschau.dev-ext.hrcms.gcp.cloud.hr.de",
|
|
13
|
+
"successText":
|
|
14
|
+
{
|
|
15
|
+
"richtext":"Liebe Nutzerin, lieber Nutzer,<br><br>ich werde mich so schnell wie möglich um Ihr Anliegen kümmern. Hier geht's zur <a class='' href='https://www.hessenschau.de/index.html'>hessenschau.de-Startseite</a> mit aktuellen Nachrichten aus Hessen.<br><br>Viele Grüße, <br><br>Karsten Hufer"
|
|
16
|
+
},
|
|
13
17
|
"errorMessages":
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
},
|
|
18
|
+
{
|
|
19
|
+
"@->jsoninclude": "forms/error_messages.inc.json",
|
|
20
|
+
"@->contentpath": "error-messages"
|
|
21
|
+
},
|
|
19
22
|
"isMultipart": "isMultipart",
|
|
20
23
|
"trackingInformations": "trackingInformations",
|
|
21
24
|
"fields":[
|
|
@@ -9,6 +9,10 @@
|
|
|
9
9
|
"isWebForm": true,
|
|
10
10
|
"hasNewWebForm": true,
|
|
11
11
|
"title": "Kontaktformular",
|
|
12
|
+
"successText":
|
|
13
|
+
{
|
|
14
|
+
"richtext":"Liebe Nutzerin, lieber Nutzer,<br><br>ich werde mich so schnell wie möglich um Ihr Anliegen kümmern. Hier geht's zur <a class='' href='https://www.hessenschau.de/index.html'>hessenschau.de-Startseite</a> mit aktuellen Nachrichten aus Hessen.<br><br>Viele Grüße, <br><br>Karsten Hufer"
|
|
15
|
+
},
|
|
12
16
|
"jsonUrl": "https://ugc-hessenschau.dev-ext.hrcms.gcp.cloud.hr.de",
|
|
13
17
|
"errorMessages":
|
|
14
18
|
{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"copytextParagraph":[{"isHeadline":true,"text":"Copytext mit Formular"},{"paragraphBoxItem":{"isWebForm":true,"hasNewWebForm":true,"title":"Kontaktformular","jsonUrl":"https://ugc-hessenschau.dev-ext.hrcms.gcp.cloud.hr.de","errorMessages":""form_error_required":"Server: Pflichtfeld","form_error_max":"Server: Zu viele Zeichen","form_error_validurl":"Server: Ungültige URL","form_error_empty":"Server: Darf nicht ausgefüllt werden","form_error_constants_or_null":"Server: Ungültiger Wert","form_error_constants":"Server: Ungültiger Wert","form_error_max_multivalue":"Server: Die maximale Anzahl an Antwortmöglichkeiten wurde überschritten","vote_error_identity_already_used":"Server: Unter dieser E-Mail-Adresse wurde bereits abgestimmt. Eine weitere Abstimmung ist nicht möglich.","vote_error_token_request_count_exceeded":"Server: Die maximale Anzahl an Bestätigungs-E-Mails wurde bereits verschickt.","form_error_email":"Server: Ungültige E-Mail-Adresse"","isMultipart":"isMultipart","trackingInformations":"trackingInformations","fields":[{"type":{"isText":true,"asString":"text"},"name":"vorname","label":"Vorname","description":"Das ist der Beschreibungstext (*Pflichtfeld)","defaultValue":"","isHidden":false,"isRequired":true,"maxLength":"140"},{"type":{"isText":true,"asString":"text"},"name":"nachname","label":"Nachname","description":"","defaultValue":"","isHidden":false,"isRequired":true,"maxLength":"140"},{"type":{"isUpload":true,"asString":"upload"},"name":"Datei Hochladen","label":"Wählen Sie eine Datei zum Hochladen","description":"Maximale Dateigröße: 35 MB.","isRequired":true},{"type":{"isSelect":true,"asString":"select"},"name":"Select Name","label":"Wen möchten Sie erreichen?","description":"Das ist der Beschreibungstext von Select","defaultValue":"","isHidden":false,"isRequired":true,"options":[{"id":"option1","value":"option1","selected":false,"label":"Option 1"},{"id":"option2","value":"option2","selected":false,"label":"Option 2"},{"id":"option3","value":"option3","selected":false,"label":"Option 3"},{"id":"option4","value":"option4","selected":false,"label":"Option 4"}]},{"isGrouped":true,"type":{"isChoice":true,"asString":"checkbox"},"name":"interessen","label":"Wählen Sie Ihre Interessen","isMeta":false,"description":"Bitte kreuzen Sie alle Interessen an, die auf Sie zutreffen. Ihre Auswahl hilft uns, Ihnen relevante Inhalte anzubieten.","isRequired":false,"options":[{"value":"sport","label":"sport","title":"sport","isSelected":false},{"value":"musik","label":"musik","title":"musik","isSelected":false},{"value":"lesen","label":"lesen","title":"lesen","isSelected":false},{"value":"reisen","label":"reisen","title":"reisen","isSelected":false},{"value":"kochen","label":"kochen","title":"kochen","isSelected":false},{"value":"filme","label":"filme","title":"filme","isSelected":false},{"value":"tanzen","label":"tanzen","title":"tanzen","isSelected":false},{"value":"fotografie","label":"fotografie","title":"fotografie","isSelected":false}]},{"isGrouped":true,"type":{"isChoice":true,"isRadioChoice":true,"asString":"radio"},"name":"lieblingsfarbe","label":"Wählen Sie Ihre Lieblingsfarbe","isMeta":false,"description":"Bitte wählen Sie eine der folgenden Farben aus.","isRequired":true,"options":[{"value":"rot","label":"rot","title":"rot","isSelected":false},{"value":"blau","label":"blau","title":"blau","isSelected":false},{"value":"grün","label":"grün","title":"grün","isSelected":false}]},{"isGrouped":true,"type":{"isChoice":true,"isRadioChoice":true,"asString":"radio"},"name":"lieblingsfarbe","label":"Wählen Sie Ihre Lieblingsfarbe","isMeta":false,"description":"Bitte wählen Sie eine der folgenden Farben aus.","isRequired":false,"options":[{"value":"rot","label":"rot","title":"rot","isSelected":false},{"value":"blau","label":"blau","title":"blau","isSelected":false},{"value":"grün","label":"grün","title":"grün","isSelected":false}]},{"isGrouped":false,"type":{"isChoice":true,"asString":"checkbox"},"name":"checkbox","label":"Ich bin damit einverstanden.","isMeta":false,"description":"Das ist der Beschreibungstext von Checkbox","isRequired":false},{"isGrouped":false,"type":{"isChoice":true,"asString":"checkbox"},"name":"checkbox","label":"Ich bin damit einverstanden, dass der hr die von mir im vorstehenden Formular angegebenen personenbezogenen Daten für den Zweck der Kontaktaufnahme mit Upload verarbeitet. Eine Weitergabe an Dritte findet nicht statt, es sei denn, es wird ausdrücklich darauf hingewiesen. Unsere Datenschutzerklärung mit sämtlichen Informationen gemäß Art 13 DSGVO zur Datenverarbeitung durch den hr und zu Ihren Rechten können Sie unter Datenschutzerklärung einsehen. Den Datenschutzbeauftragten des hr erreichen Sie unter datenschutz@hr.de.","isMeta":false,"description":"Das ist der Beschreibungstext von Checkbox","isRequired":true}]}}]}
|
|
1
|
+
{"copytextParagraph":[{"isHeadline":true,"text":"Copytext mit Formular"},{"paragraphBoxItem":{"isWebForm":true,"hasNewWebForm":true,"title":"Kontaktformular","jsonUrl":"https://ugc-hessenschau.dev-ext.hrcms.gcp.cloud.hr.de","successText":{"richtext":"Liebe Nutzerin, lieber Nutzer,<br><br>ich werde mich so schnell wie möglich um Ihr Anliegen kümmern. Hier geht's zur <a class='' href='https://www.hessenschau.de/index.html'>hessenschau.de-Startseite</a> mit aktuellen Nachrichten aus Hessen.<br><br>Viele Grüße, <br><br>Karsten Hufer"},"errorMessages":""form_error_required":"Server: Pflichtfeld","form_error_max":"Server: Zu viele Zeichen","form_error_validurl":"Server: Ungültige URL","form_error_empty":"Server: Darf nicht ausgefüllt werden","form_error_constants_or_null":"Server: Ungültiger Wert","form_error_constants":"Server: Ungültiger Wert","form_error_max_multivalue":"Server: Die maximale Anzahl an Antwortmöglichkeiten wurde überschritten","vote_error_identity_already_used":"Server: Unter dieser E-Mail-Adresse wurde bereits abgestimmt. Eine weitere Abstimmung ist nicht möglich.","vote_error_token_request_count_exceeded":"Server: Die maximale Anzahl an Bestätigungs-E-Mails wurde bereits verschickt.","form_error_email":"Server: Ungültige E-Mail-Adresse"","isMultipart":"isMultipart","trackingInformations":"trackingInformations","fields":[{"type":{"isText":true,"asString":"text"},"name":"vorname","label":"Vorname","description":"Das ist der Beschreibungstext (*Pflichtfeld)","defaultValue":"","isHidden":false,"isRequired":true,"maxLength":"140"},{"type":{"isText":true,"asString":"text"},"name":"nachname","label":"Nachname","description":"","defaultValue":"","isHidden":false,"isRequired":true,"maxLength":"140"},{"type":{"isUpload":true,"asString":"upload"},"name":"Datei Hochladen","label":"Wählen Sie eine Datei zum Hochladen","description":"Maximale Dateigröße: 35 MB.","isRequired":true},{"type":{"isSelect":true,"asString":"select"},"name":"Select Name","label":"Wen möchten Sie erreichen?","description":"Das ist der Beschreibungstext von Select","defaultValue":"","isHidden":false,"isRequired":true,"options":[{"id":"option1","value":"option1","selected":false,"label":"Option 1"},{"id":"option2","value":"option2","selected":false,"label":"Option 2"},{"id":"option3","value":"option3","selected":false,"label":"Option 3"},{"id":"option4","value":"option4","selected":false,"label":"Option 4"}]},{"isGrouped":true,"type":{"isChoice":true,"asString":"checkbox"},"name":"interessen","label":"Wählen Sie Ihre Interessen","isMeta":false,"description":"Bitte kreuzen Sie alle Interessen an, die auf Sie zutreffen. Ihre Auswahl hilft uns, Ihnen relevante Inhalte anzubieten.","isRequired":false,"options":[{"value":"sport","label":"sport","title":"sport","isSelected":false},{"value":"musik","label":"musik","title":"musik","isSelected":false},{"value":"lesen","label":"lesen","title":"lesen","isSelected":false},{"value":"reisen","label":"reisen","title":"reisen","isSelected":false},{"value":"kochen","label":"kochen","title":"kochen","isSelected":false},{"value":"filme","label":"filme","title":"filme","isSelected":false},{"value":"tanzen","label":"tanzen","title":"tanzen","isSelected":false},{"value":"fotografie","label":"fotografie","title":"fotografie","isSelected":false}]},{"isGrouped":true,"type":{"isChoice":true,"isRadioChoice":true,"asString":"radio"},"name":"lieblingsfarbe","label":"Wählen Sie Ihre Lieblingsfarbe","isMeta":false,"description":"Bitte wählen Sie eine der folgenden Farben aus.","isRequired":true,"options":[{"value":"rot","label":"rot","title":"rot","isSelected":false},{"value":"blau","label":"blau","title":"blau","isSelected":false},{"value":"grün","label":"grün","title":"grün","isSelected":false}]},{"isGrouped":true,"type":{"isChoice":true,"isRadioChoice":true,"asString":"radio"},"name":"lieblingsfarbe","label":"Wählen Sie Ihre Lieblingsfarbe","isMeta":false,"description":"Bitte wählen Sie eine der folgenden Farben aus.","isRequired":false,"options":[{"value":"rot","label":"rot","title":"rot","isSelected":false},{"value":"blau","label":"blau","title":"blau","isSelected":false},{"value":"grün","label":"grün","title":"grün","isSelected":false}]},{"isGrouped":false,"type":{"isChoice":true,"asString":"checkbox"},"name":"checkbox","label":"Ich bin damit einverstanden.","isMeta":false,"description":"Das ist der Beschreibungstext von Checkbox","isRequired":false},{"isGrouped":false,"type":{"isChoice":true,"asString":"checkbox"},"name":"checkbox","label":"Ich bin damit einverstanden, dass der hr die von mir im vorstehenden Formular angegebenen personenbezogenen Daten für den Zweck der Kontaktaufnahme mit Upload verarbeitet. Eine Weitergabe an Dritte findet nicht statt, es sei denn, es wird ausdrücklich darauf hingewiesen. Unsere Datenschutzerklärung mit sämtlichen Informationen gemäß Art 13 DSGVO zur Datenverarbeitung durch den hr und zu Ihren Rechten können Sie unter Datenschutzerklärung einsehen. Den Datenschutzbeauftragten des hr erreichen Sie unter datenschutz@hr.de.","isMeta":false,"description":"Das ist der Beschreibungstext von Checkbox","isRequired":true}]}}]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"copytextParagraph":[{"isHeadline":true,"text":"Copytext mit Formular"},{"paragraphBoxItem":{"isWebForm":true,"hasNewWebForm":true,"title":"Kontaktformular","jsonUrl":"https://ugc-hessenschau.dev-ext.hrcms.gcp.cloud.hr.de","errorMessages":""form_error_required":"Server: Pflichtfeld","form_error_max":"Server: Zu viele Zeichen","form_error_validurl":"Server: Ungültige URL","form_error_empty":"Server: Darf nicht ausgefüllt werden","form_error_constants_or_null":"Server: Ungültiger Wert","form_error_constants":"Server: Ungültiger Wert","form_error_max_multivalue":"Server: Die maximale Anzahl an Antwortmöglichkeiten wurde überschritten","vote_error_identity_already_used":"Server: Unter dieser E-Mail-Adresse wurde bereits abgestimmt. Eine weitere Abstimmung ist nicht möglich.","vote_error_token_request_count_exceeded":"Server: Die maximale Anzahl an Bestätigungs-E-Mails wurde bereits verschickt.","form_error_email":"Server: Ungültige E-Mail-Adresse"","isMultipart":"isMultipart","trackingInformations":"trackingInformations","fields":[{"type":{"isText":true,"asString":"text"},"name":"vorname","label":"Vorname","description":"Das ist der Beschreibungstext von Vorname","defaultValue":"","isHidden":false,"isRequired":false}]}}]}
|
|
1
|
+
{"copytextParagraph":[{"isHeadline":true,"text":"Copytext mit Formular"},{"paragraphBoxItem":{"isWebForm":true,"hasNewWebForm":true,"title":"Kontaktformular","successText":{"richtext":"Liebe Nutzerin, lieber Nutzer,<br><br>ich werde mich so schnell wie möglich um Ihr Anliegen kümmern. Hier geht's zur <a class='' href='https://www.hessenschau.de/index.html'>hessenschau.de-Startseite</a> mit aktuellen Nachrichten aus Hessen.<br><br>Viele Grüße, <br><br>Karsten Hufer"},"jsonUrl":"https://ugc-hessenschau.dev-ext.hrcms.gcp.cloud.hr.de","errorMessages":""form_error_required":"Server: Pflichtfeld","form_error_max":"Server: Zu viele Zeichen","form_error_validurl":"Server: Ungültige URL","form_error_empty":"Server: Darf nicht ausgefüllt werden","form_error_constants_or_null":"Server: Ungültiger Wert","form_error_constants":"Server: Ungültiger Wert","form_error_max_multivalue":"Server: Die maximale Anzahl an Antwortmöglichkeiten wurde überschritten","vote_error_identity_already_used":"Server: Unter dieser E-Mail-Adresse wurde bereits abgestimmt. Eine weitere Abstimmung ist nicht möglich.","vote_error_token_request_count_exceeded":"Server: Die maximale Anzahl an Bestätigungs-E-Mails wurde bereits verschickt.","form_error_email":"Server: Ungültige E-Mail-Adresse"","isMultipart":"isMultipart","trackingInformations":"trackingInformations","fields":[{"type":{"isText":true,"asString":"text"},"name":"vorname","label":"Vorname","description":"Das ist der Beschreibungstext von Vorname","defaultValue":"","isHidden":false,"isRequired":false}]}}]}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<div class="relative px-5 pt-6 pb-8 mt-
|
|
1
|
+
<div class="relative px-5 pt-6 pb-8 mb-5 mt-7 sm:mt-12 bg-highlight-1 dark:bg-highlight-1-dark sm:rounded-tl-hr sm:rounded-br-hr sm:px-13 sm:pt-12 article-full-width sm:article-narrow" >
|
|
2
2
|
{{> @partial-block }}
|
|
3
3
|
</div>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{{~changeRandom~}}
|
|
2
|
-
<div class="relative flex flex-col w-full {{#unless _inGroup}} mb-
|
|
2
|
+
<div class="relative flex flex-col w-full {{#unless _inGroup}} mb-5 md:mb-7{{/unless}} gap-y-1 md:gap-y-2"
|
|
3
3
|
{{#unless _inGroup}}
|
|
4
4
|
{{#if _required}}
|
|
5
5
|
ax-load
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
</label>
|
|
76
76
|
</div>
|
|
77
77
|
{{#unless _inGroup}}
|
|
78
|
-
<div class="font-heading">
|
|
78
|
+
<div class="flex items-end justify-between min-h-5 font-heading">
|
|
79
79
|
{{#if _description}}
|
|
80
80
|
<div class="text-xs text-gray-scorpion dark:text-text-dark" {{#if _required}}:class="{'hidden': hideDescription() }"{{/if}}>{{_description}}</div>
|
|
81
81
|
{{/if}}
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
x-ignore
|
|
6
6
|
{{/if}}
|
|
7
7
|
>
|
|
8
|
-
<div class="relative flex flex-col w-full mb-
|
|
9
|
-
<legend class="text-lg font-bold text-text dark:text-text-dark md:text-xl font-heading">
|
|
8
|
+
<div class="relative flex flex-col w-full mb-5 md:mb-7 gap-y-1 md:gap-y-2">
|
|
9
|
+
<legend class="mb-1 text-lg font-bold text-text dark:text-text-dark md:text-xl font-heading md:mb-2">
|
|
10
10
|
{{#if _hasBody}}
|
|
11
11
|
{{decorator_body}}{{#if _required}}*{{/if}}
|
|
12
12
|
{{else}}
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
</div>
|
|
38
38
|
{{/each}}
|
|
39
39
|
</div>
|
|
40
|
-
<div class="font-heading">
|
|
40
|
+
<div class="flex items-end justify-between min-h-5 font-heading">
|
|
41
41
|
{{#if _description}}
|
|
42
42
|
<div class="text-xs text-gray-scorpion dark:text-text-dark" {{#if _required}}:class="{'hidden': hideDescription()}"{{/if}}>{{_description}}</div>
|
|
43
43
|
{{/if}}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
{{#if this.caption}}
|
|
5
5
|
<fieldset>
|
|
6
|
-
<legend class="mb-
|
|
6
|
+
<legend class="mb-2 text-lg font-bold md:mb-3 text-text dark:text-text-dark md:text-xl font-heading">{{this.caption}}</legend>
|
|
7
7
|
{{~> components/forms/components/fields _formId=../_formId}}
|
|
8
8
|
</fieldset>
|
|
9
9
|
{{else}}
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
{{> components/forms/components/error_icon _class="hidden" _xclass="{'hidden': hideError() }"}}
|
|
65
65
|
</div>
|
|
66
66
|
|
|
67
|
-
<div class="flex items-end justify-between h-5 font-heading">
|
|
67
|
+
<div class="flex items-end justify-between min-h-5 font-heading">
|
|
68
68
|
{{#if _description}}
|
|
69
69
|
<div class="pl-4 text-xs text-gray-scorpion dark:text-text-dark" :class="{'hidden': hideDescription() }">{{_description}}</div>
|
|
70
70
|
{{/if}}
|
|
@@ -1,19 +1,28 @@
|
|
|
1
|
-
<div class="flex flex-
|
|
1
|
+
<div class="flex flex-col justify-between w-full gap-6 md:gap-10">
|
|
2
2
|
<div class="flex items-center gap-x-2 md:gap-x-3">
|
|
3
3
|
{{#if _success}}
|
|
4
4
|
{{> components/forms/components/success_icon}}
|
|
5
|
-
<
|
|
5
|
+
<h3 class="font-bold text-success">{{~loca "webform_send_title_success"}}</h3>
|
|
6
6
|
{{else}}
|
|
7
7
|
{{> components/forms/components/error_icon _class="!block"}}
|
|
8
|
-
<
|
|
8
|
+
<h3 class="font-bold text-error dark:text-error-dark">{{~loca "webform_send_title_error"}}</h3>
|
|
9
9
|
{{/if}}
|
|
10
|
-
</div>
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
10
|
+
</div>
|
|
11
|
+
</div>
|
|
12
|
+
<span class="font-copy">
|
|
13
|
+
{{#if _locaKeyText}}
|
|
14
|
+
{{loca _locaKeyText}}
|
|
15
|
+
{{else}}
|
|
16
|
+
{{{_text}}}
|
|
17
|
+
{{/if}}
|
|
18
|
+
</span>
|
|
19
|
+
{{#unless _success}}
|
|
20
|
+
<div class="flex justify-end">
|
|
21
|
+
{{#> components/button/button _variant="primary" _size="lg" }}
|
|
22
|
+
<span class="text-base ds-button-label ">{{loca "webform_send_form_back"}}</span>
|
|
23
|
+
{{/components/button/button}}
|
|
24
|
+
{{#*inline "htmlProperties"}}
|
|
25
|
+
@click="retryHandler"
|
|
26
|
+
{{/inline}}
|
|
27
|
+
</div>
|
|
28
|
+
{{/unless}}
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
">
|
|
44
44
|
{{_label}}{{#if _required}}*{{/if}}
|
|
45
45
|
</label>
|
|
46
|
-
<div class="flex items-end justify-between h-5 font-heading">
|
|
46
|
+
<div class="flex items-end justify-between min-h-5 font-heading">
|
|
47
47
|
{{#if _description}}
|
|
48
48
|
<div class="pl-4 text-xs text-gray-scorpion dark:text-text-dark" :class="{'hidden': hideDescription()}">{{_description}}</div>
|
|
49
49
|
{{/if}}
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
{{> components/forms/components/error_icon _class="hidden" _xclass="{'hidden': hideError() }"}}
|
|
65
65
|
</div>
|
|
66
66
|
{{/if}}
|
|
67
|
-
<div class="flex items-end justify-between h-5 font-heading">
|
|
67
|
+
<div class="flex items-end justify-between min-h-5 font-heading">
|
|
68
68
|
{{#if _description}}
|
|
69
69
|
<div class="pl-4 text-xs text-gray-scorpion" :class="{'hidden': hideDescription() }">{{_description}}</div>
|
|
70
70
|
{{/if}}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<div class="relative flex flex-col w-full mb-
|
|
1
|
+
<div class="relative flex flex-col w-full mb-5 gap-y-1 md:mb-7"
|
|
2
2
|
ax-load
|
|
3
3
|
x-data="inputHandler('input{{nextRandom}}','{{_formId}}','{{_errorMandatory}}','{{_type}}','', '', '{{_name}}')"
|
|
4
4
|
x-init="validateUpload()"
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
</button>
|
|
62
62
|
</div>
|
|
63
63
|
</div>
|
|
64
|
-
<div class="font-heading">
|
|
64
|
+
<div class="flex items-end justify-between min-h-5 font-heading">
|
|
65
65
|
{{#if _description}}
|
|
66
66
|
<div class="text-xs text-gray-500 dark:text-text-dark" {{#if _required}}:class="{'hidden': hideDescription()}"{{/if}}>{{_description}}</div>
|
|
67
67
|
{{/if}}
|
|
@@ -18,11 +18,11 @@ export default {
|
|
|
18
18
|
}
|
|
19
19
|
const Template = (args) => {
|
|
20
20
|
let hbsTemplate = handlebars.compile(`
|
|
21
|
-
{{#>components/forms/backgroundBox }}
|
|
21
|
+
{{#>components/forms/components/backgroundBox }}
|
|
22
22
|
<form class="relative flex flex-col justify-center overflow-hidden group" id="form{{nextRandom}}" action="{{this.url}}" method="post" enctype="{{if this.isMultipart 'multipart/form-data' 'application/x-www-form-urlencoded'}}" accept-charset="utf-8" >
|
|
23
23
|
{{> components/forms/components/fields }}
|
|
24
24
|
</form>
|
|
25
|
-
{{/components/forms/backgroundBox }}
|
|
25
|
+
{{/components/forms/components/backgroundBox }}
|
|
26
26
|
`)
|
|
27
27
|
return hbsTemplate({ ...args })
|
|
28
28
|
}
|
|
@@ -32,21 +32,25 @@
|
|
|
32
32
|
|
|
33
33
|
{{> components/forms/components/controls }}
|
|
34
34
|
</div>
|
|
35
|
-
<div id="successMessage" x-show="wasPostedWithSuccess"
|
|
35
|
+
<div class="flex flex-col gap-6 md:gap-10" id="successMessage" x-show="wasPostedWithSuccess"
|
|
36
36
|
x-transition:enter="transition ease-out duration-300 delay-75"
|
|
37
37
|
x-transition:enter-start="opacity-0 transform scale-90"
|
|
38
38
|
x-transition:enter-end="opacity-100 transform scale-100"
|
|
39
39
|
x-cloak
|
|
40
40
|
>
|
|
41
|
-
{{
|
|
41
|
+
{{#if this.successText}}
|
|
42
|
+
{{> components/forms/components/message _success=true _locaKeyTitle="webform_send_title_success" _text=this.successText.richtext }}
|
|
43
|
+
{{else}}
|
|
44
|
+
{{> components/forms/components/message _success=true _locaKeyTitle="webform_send_title_success" _locaKeyText="webform_send_text_success" }}
|
|
45
|
+
{{/if}}
|
|
42
46
|
</div>
|
|
43
47
|
|
|
44
|
-
<div id="errorMessage" x-show="wasPostedWithError"
|
|
48
|
+
<div class="flex flex-col gap-6 md:gap-10" id="errorMessage" x-show="wasPostedWithError"
|
|
45
49
|
x-transition:enter="transition ease-out duration-300 delay-75"
|
|
46
50
|
x-transition:enter-start="opacity-0 transform scale-90"
|
|
47
51
|
x-transition:enter-end="opacity-100 transform scale-100"
|
|
48
52
|
x-cloak>
|
|
49
|
-
{{> components/forms/components/message _success=false }}
|
|
53
|
+
{{> components/forms/components/message _success=false _locaKeyTitle="webform_send_title_error" _locaKeyText="webform_send_text_error"}}
|
|
50
54
|
</div>
|
|
51
55
|
|
|
52
56
|
</form>
|