diff --git a/package-lock.json b/package-lock.json index 46ef06aa..f7851422 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,6 @@ "stimulus-use": "^0.25.4", "vue": "^2.6.14", "vue-router": "^3.5.2", - "vue-scrollto": "^2.20.0", "vue-session": "^1.0.0", "vuex": "^3.6.2", "whatwg-fetch": "^3.6.2" @@ -2777,11 +2776,6 @@ "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==", "dev": true }, - "node_modules/bezier-easing": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/bezier-easing/-/bezier-easing-2.1.0.tgz", - "integrity": "sha512-gbIqZ/eslnUFC1tjEvtz0sgx+xTK20wDnYMIA27VA04R7w6xxXQPZDbibjA9DTWZRA2CXtwHykkVzlCaAJAZig==" - }, "node_modules/big.js": { "version": "5.2.2", "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", @@ -8206,14 +8200,6 @@ "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.5.4.tgz", "integrity": "sha512-x+/DLAJZv2mcQ7glH2oV9ze8uPwcI+H+GgTgTmb5I55bCgY3+vXWIsqbYUzbBSZnwFHEJku4eoaH/x98veyymQ==" }, - "node_modules/vue-scrollto": { - "version": "2.20.0", - "resolved": "https://registry.npmjs.org/vue-scrollto/-/vue-scrollto-2.20.0.tgz", - "integrity": "sha512-7i+AGKJTThZnMEkhIPgrZjyAX+fXV7/rGdg+CV283uZZwCxwiMXaBLTmIc5RTA4uwGnT+E6eJle3mXQfM2OD3A==", - "dependencies": { - "bezier-easing": "2.1.0" - } - }, "node_modules/vue-session": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/vue-session/-/vue-session-1.0.0.tgz", @@ -10808,11 +10794,6 @@ "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==", "dev": true }, - "bezier-easing": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/bezier-easing/-/bezier-easing-2.1.0.tgz", - "integrity": "sha512-gbIqZ/eslnUFC1tjEvtz0sgx+xTK20wDnYMIA27VA04R7w6xxXQPZDbibjA9DTWZRA2CXtwHykkVzlCaAJAZig==" - }, "big.js": { "version": "5.2.2", "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", @@ -14754,14 +14735,6 @@ "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.5.4.tgz", "integrity": "sha512-x+/DLAJZv2mcQ7glH2oV9ze8uPwcI+H+GgTgTmb5I55bCgY3+vXWIsqbYUzbBSZnwFHEJku4eoaH/x98veyymQ==" }, - "vue-scrollto": { - "version": "2.20.0", - "resolved": "https://registry.npmjs.org/vue-scrollto/-/vue-scrollto-2.20.0.tgz", - "integrity": "sha512-7i+AGKJTThZnMEkhIPgrZjyAX+fXV7/rGdg+CV283uZZwCxwiMXaBLTmIc5RTA4uwGnT+E6eJle3mXQfM2OD3A==", - "requires": { - "bezier-easing": "2.1.0" - } - }, "vue-session": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/vue-session/-/vue-session-1.0.0.tgz", diff --git a/package.json b/package.json index 991dbb7c..6e274b26 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,6 @@ "stimulus-use": "^0.25.4", "vue": "^2.6.14", "vue-router": "^3.5.2", - "vue-scrollto": "^2.20.0", "vue-session": "^1.0.0", "vuex": "^3.6.2", "whatwg-fetch": "^3.6.2" diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/Address.vue b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/Address.vue index 196f4868..f903dc6c 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/Address.vue +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/Address.vue @@ -62,13 +62,12 @@ diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/App.vue b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/App.vue index 5d561e6f..e2a001c4 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/App.vue +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/App.vue @@ -1,8 +1,9 @@ - - - My E&P - + + + My E&P + Adressdaten @@ -11,7 +12,7 @@ Buchungen Teamer - Logout + Logout @@ -19,7 +20,7 @@ - + @@ -31,7 +32,7 @@ diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/BookingEdit.vue b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/BookingEdit.vue index 0dbfa8da..30eb77c1 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/BookingEdit.vue +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/BookingEdit.vue @@ -158,7 +158,6 @@ diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/CrmData.vue b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/CrmData.vue index c5df36ef..9b2d4675 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/CrmData.vue +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/CrmData.vue @@ -51,7 +51,7 @@ diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/Events.vue b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/Events.vue index 1d07c175..a7a99865 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/Events.vue +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/Events.vue @@ -75,10 +75,10 @@ diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/Teamer.vue b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/Teamer.vue index dd6a48a8..95cde61e 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/Teamer.vue +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/Teamer.vue @@ -1,81 +1,77 @@ - Teamer + Teamer - - - Fährst du Ski oder Board? - - - - - - {{ ability['title'] }} - - + + + Fährst du Ski oder Board? + + + + {{ ability.title }} + - Mögliche Jobprofile - - - - - - {{ jobProfile['title'] }} - - + Mögliche Jobprofile + + + + {{ jobProfile.title }} + - Sonstiges - - - - - - Ich möchte eine Fahrtenleitung übernehmen. - - + Sonstiges + + + + Ich möchte eine Fahrtenleitung übernehmen + - + {{ status.label }} - + {{ size }} - + - - Verfügbarkeiten - - - + Verfügbarkeiten + + + - - {{ timeFrame | period }} + {{ timeFrame | period }} - - - - - - Ich habe Zeit und würde gerne über einen Monat am Stück in eine Destination. + + + Ich habe Zeit und würde gerne über einen Monat am Stück in eine Destination. - - - - - - Speichern - - + + + Speichern + @@ -84,10 +80,10 @@
Teamer