@dcrackel/hematournamentui 1.0.338 → 1.0.341
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/dist/HemaTournamentUI-lib.es.js +10 -12
- package/dist/HemaTournamentUI-lib.umd.js +2 -2
- package/package.json +1 -1
- package/src/stories/Organisms/ComplexInputs/ImageCropper/ImageCropper.vue +2 -2
- package/src/stories/Templates/ClubManagement/ClubManagement.vue +2 -2
- package/src/stories/Templates/PersonManagement/PersonManagement.vue +2 -4
- package/src/stories/Templates/TournamentManagement/AddTournament/PageOne/AddTournamentPageOne.vue +2 -2
- package/src/stories/Templates/TournamentManagement/EditTournament/EditBasic/EditTournamentBasicInfo.vue +2 -2
package/package.json
CHANGED
|
@@ -55,11 +55,11 @@ export default {
|
|
|
55
55
|
},
|
|
56
56
|
uploadServer: {
|
|
57
57
|
type: String,
|
|
58
|
-
default: '
|
|
58
|
+
default: ''
|
|
59
59
|
},
|
|
60
60
|
imageServer: {
|
|
61
61
|
type: String,
|
|
62
|
-
default: '
|
|
62
|
+
default: ''
|
|
63
63
|
},
|
|
64
64
|
cropperOptions: {
|
|
65
65
|
type: Object,
|
|
@@ -94,11 +94,11 @@ export default {
|
|
|
94
94
|
},
|
|
95
95
|
uploadServer: {
|
|
96
96
|
type: String,
|
|
97
|
-
default: '
|
|
97
|
+
default: ''
|
|
98
98
|
},
|
|
99
99
|
imageServer: {
|
|
100
100
|
type: String,
|
|
101
|
-
default: '
|
|
101
|
+
default: ''
|
|
102
102
|
},
|
|
103
103
|
locations: {
|
|
104
104
|
type: Array,
|
|
@@ -144,12 +144,10 @@ export default {
|
|
|
144
144
|
default: 'profile-pic'
|
|
145
145
|
},
|
|
146
146
|
uploadServer: {
|
|
147
|
-
type: String
|
|
148
|
-
default: 'http://localhost:3000/api/upload/'
|
|
147
|
+
type: String
|
|
149
148
|
},
|
|
150
149
|
imageServer: {
|
|
151
|
-
type: String
|
|
152
|
-
default: 'http://localhost:3000/uploads/'
|
|
150
|
+
type: String
|
|
153
151
|
},
|
|
154
152
|
fencingClubs: {
|
|
155
153
|
type: Array,
|
package/src/stories/Templates/TournamentManagement/AddTournament/PageOne/AddTournamentPageOne.vue
CHANGED
|
@@ -114,11 +114,11 @@ export default {
|
|
|
114
114
|
},
|
|
115
115
|
uploadServer: {
|
|
116
116
|
type: String,
|
|
117
|
-
default: '
|
|
117
|
+
default: ''
|
|
118
118
|
},
|
|
119
119
|
imageServer: {
|
|
120
120
|
type: String,
|
|
121
|
-
default: '
|
|
121
|
+
default: ''
|
|
122
122
|
}
|
|
123
123
|
},
|
|
124
124
|
data() {
|
|
@@ -127,11 +127,11 @@ export default {
|
|
|
127
127
|
},
|
|
128
128
|
uploadServer: {
|
|
129
129
|
type: String,
|
|
130
|
-
default: '
|
|
130
|
+
default: ''
|
|
131
131
|
},
|
|
132
132
|
imageServer: {
|
|
133
133
|
type: String,
|
|
134
|
-
default: '
|
|
134
|
+
default: ''
|
|
135
135
|
},
|
|
136
136
|
userLevel: {
|
|
137
137
|
type: String,
|