changeset 2269:dfa4db82e784

refac: classes for automatic filling added
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 14 Feb 2019 15:42:35 +0100
parents 05cfeeb65411
children 1c8b8a4476af
files client/package.json client/src/components/importschedule/importtypes/Availablefairwaydepth.vue client/src/components/importschedule/importtypes/Bottleneck.vue client/src/components/importschedule/importtypes/Distancemarksashore.vue client/src/components/importschedule/importtypes/Distancemarksvirtual.vue client/src/components/importschedule/importtypes/Fairwaydimensions.vue client/src/components/importschedule/importtypes/Gaugemeasurement.vue client/src/components/importschedule/importtypes/Waterwayarea.vue client/src/components/importschedule/importtypes/Waterwayaxis.vue client/src/components/importschedule/importtypes/Waterwaygauges.vue
diffstat 10 files changed, 29 insertions(+), 29 deletions(-) [+]
line wrap: on
line diff
--- a/client/package.json	Thu Feb 14 15:33:35 2019 +0100
+++ b/client/package.json	Thu Feb 14 15:42:35 2019 +0100
@@ -22,14 +22,14 @@
     "@fortawesome/free-solid-svg-icons": "^5.5.0",
     "@fortawesome/vue-fontawesome": "^0.1.2",
     "@turf/bbox": "^6.0.1",
+    "@turf/boolean-contains": "^6.0.1",
+    "@turf/boolean-within": "^6.0.1",
     "@turf/center": "^6.0.1",
     "@turf/distance": "^6.0.1",
     "@turf/helpers": "^6.1.4",
-    "@turf/line-split": "^5.1.5",
+    "@turf/line-intersect": "^6.0.2",
     "@turf/line-slice": "^5.1.5",
-    "@turf/line-intersect": "^6.0.2",
-    "@turf/boolean-within": "^6.0.1",
-    "@turf/boolean-contains": "^6.0.1",
+    "@turf/line-split": "^5.1.5",
     "animate.css": "^3.7.0",
     "axios": "^0.18.0",
     "bootstrap": "^4.1.1",
--- a/client/src/components/importschedule/importtypes/Availablefairwaydepth.vue	Thu Feb 14 15:33:35 2019 +0100
+++ b/client/src/components/importschedule/importtypes/Availablefairwaydepth.vue	Thu Feb 14 15:42:35 2019 +0100
@@ -8,7 +8,7 @@
         <div class="w-100">
           <input
             @input="urlChanged"
-            class="form-control"
+            class="url form-control"
             type="url"
             :value="url"
           />
--- a/client/src/components/importschedule/importtypes/Bottleneck.vue	Thu Feb 14 15:33:35 2019 +0100
+++ b/client/src/components/importschedule/importtypes/Bottleneck.vue	Thu Feb 14 15:42:35 2019 +0100
@@ -8,7 +8,7 @@
         <div class="w-100">
           <input
             @input="urlChanged"
-            class="form-control"
+            class="url form-control"
             type="url"
             :value="url"
           />
--- a/client/src/components/importschedule/importtypes/Distancemarksashore.vue	Thu Feb 14 15:33:35 2019 +0100
+++ b/client/src/components/importschedule/importtypes/Distancemarksashore.vue	Thu Feb 14 15:42:35 2019 +0100
@@ -8,7 +8,7 @@
         <div class="w-100">
           <input
             @input="urlChanged"
-            class="form-control"
+            class="url form-control"
             type="url"
             :value="url"
           />
@@ -28,7 +28,7 @@
         <div class="w-100">
           <input
             @input="featureTypeChanged"
-            class="form-control"
+            class="featuretype form-control"
             type="text"
             :value="featureType"
           />
@@ -48,7 +48,7 @@
         <div class="w-100">
           <input
             @input="sortByChanged"
-            class="form-control"
+            class="sortby form-control"
             type="text"
             :value="sortBy"
           />
--- a/client/src/components/importschedule/importtypes/Distancemarksvirtual.vue	Thu Feb 14 15:33:35 2019 +0100
+++ b/client/src/components/importschedule/importtypes/Distancemarksvirtual.vue	Thu Feb 14 15:42:35 2019 +0100
@@ -8,7 +8,7 @@
         <div class="w-100">
           <input
             @input="urlChanged"
-            class="form-control"
+            class="url form-control"
             type="url"
             :value="url"
           />
@@ -28,7 +28,7 @@
         <div class="w-100">
           <input
             @input="usernameChanged"
-            class="form-control"
+            class="username orm-control"
             type="text"
             :value="username"
           />
@@ -48,7 +48,7 @@
         <div class="w-100 d-flex flex-row">
           <input
             @input="passwordChanged"
-            class="form-control"
+            class="pasword form-control"
             :type="showPassword"
             :value="password"
           />
--- a/client/src/components/importschedule/importtypes/Fairwaydimensions.vue	Thu Feb 14 15:33:35 2019 +0100
+++ b/client/src/components/importschedule/importtypes/Fairwaydimensions.vue	Thu Feb 14 15:42:35 2019 +0100
@@ -8,7 +8,7 @@
         <div class="w-100">
           <input
             @input="urlChanged"
-            class="form-control"
+            class="url form-control"
             type="url"
             :value="url"
           />
@@ -28,7 +28,7 @@
         <div class="w-100">
           <input
             @input="featureTypeChanged"
-            class="form-control"
+            class="featuretype form-control"
             type="text"
             :value="featureType"
           />
@@ -48,7 +48,7 @@
         <div class="w-100">
           <input
             @input="sortByChanged"
-            class="form-control"
+            class="sortby form-control"
             type="text"
             :value="sortBy"
           />
@@ -89,7 +89,7 @@
         <div class="d-flex flex-row">
           <input
             @input="depthChanged"
-            class="form-control"
+            class="depth form-control"
             type="number"
             :value="depth"
           />
@@ -112,7 +112,7 @@
         <div class="d-flex flex-row">
           <input
             @input="minWidthChanged"
-            class="form-control"
+            class="minwidth form-control"
             type="number"
             :value="minWidth"
           />
@@ -133,7 +133,7 @@
         <div class="d-flex flex-row">
           <input
             @input="maxWidthChanged"
-            class="form-control"
+            class="maxwidth form-control"
             type="number"
             :value="maxWidth"
           />
@@ -158,7 +158,7 @@
         <div class="w-100">
           <input
             @input="sourceOrganizationChanged"
-            class="form-control"
+            class="sourceorganization form-control"
             type="text"
             :value="sourceOrganization"
           />
--- a/client/src/components/importschedule/importtypes/Gaugemeasurement.vue	Thu Feb 14 15:33:35 2019 +0100
+++ b/client/src/components/importschedule/importtypes/Gaugemeasurement.vue	Thu Feb 14 15:42:35 2019 +0100
@@ -8,7 +8,7 @@
         <div class="w-100">
           <input
             @input="urlChanged"
-            class="form-control"
+            class="url form-control"
             type="url"
             :value="url"
           />
--- a/client/src/components/importschedule/importtypes/Waterwayarea.vue	Thu Feb 14 15:33:35 2019 +0100
+++ b/client/src/components/importschedule/importtypes/Waterwayarea.vue	Thu Feb 14 15:42:35 2019 +0100
@@ -8,7 +8,7 @@
         <div class="w-100">
           <input
             @input="urlChanged"
-            class="form-control"
+            class="url form-control"
             type="url"
             :value="url"
           />
@@ -28,7 +28,7 @@
         <div class="w-100">
           <input
             @input="featureTypeChanged"
-            class="form-control"
+            class="featuretype form-control"
             type="text"
             :value="featureType"
           />
@@ -48,7 +48,7 @@
         <div class="w-100">
           <input
             @input="sortByChanged"
-            class="form-control"
+            class="sortby form-control"
             type="text"
             :value="sortBy"
           />
--- a/client/src/components/importschedule/importtypes/Waterwayaxis.vue	Thu Feb 14 15:33:35 2019 +0100
+++ b/client/src/components/importschedule/importtypes/Waterwayaxis.vue	Thu Feb 14 15:42:35 2019 +0100
@@ -8,7 +8,7 @@
         <div class="w-100">
           <input
             @input="urlChanged"
-            class="form-control"
+            class="url form-control"
             type="url"
             :value="url"
           />
@@ -28,7 +28,7 @@
         <div class="w-100">
           <input
             @input="featureTypeChanged"
-            class="form-control"
+            class="featuretype form-control"
             type="text"
             :value="featureType"
           />
@@ -48,7 +48,7 @@
         <div class="w-100">
           <input
             @input="sortByChanged"
-            class="form-control"
+            class="sortby form-control"
             type="text"
             :value="sortBy"
           />
--- a/client/src/components/importschedule/importtypes/Waterwaygauges.vue	Thu Feb 14 15:33:35 2019 +0100
+++ b/client/src/components/importschedule/importtypes/Waterwaygauges.vue	Thu Feb 14 15:42:35 2019 +0100
@@ -8,7 +8,7 @@
         <div class="w-100">
           <input
             @input="urlChanged"
-            class="form-control"
+            class="url form-control"
             type="url"
             :value="url"
           />
@@ -28,7 +28,7 @@
         <div class="w-100">
           <input
             @input="usernameChanged"
-            class="form-control"
+            class="username form-control"
             type="text"
             :value="username"
           />
@@ -48,7 +48,7 @@
         <div class="w-100 d-flex flex-row">
           <input
             @input="passwordChanged"
-            class="form-control"
+            class="password form-control"
             :type="showPassword"
             :value="password"
           />