@dcrackel/hematournamentui 1.0.271 → 1.0.273
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 +6 -6
- package/dist/HemaTournamentUI-lib.umd.js +2 -2
- package/package.json +1 -1
- package/src/mocks/tournamentMock.js +2 -2
- package/src/stories/Organisms/ComplexInputs/ImageCropper/ImageCropper.vue +2 -2
- package/src/stories/Templates/TournamentManagement/AddTournament/PageOne/AddTournamentPageOne.stories.js +6 -6
- package/src/stories/Templates/TournamentManagement/AddTournament/PageOne/AddTournamentPageOne.vue +2 -2
- package/src/stories/Templates/TournamentManagement/EditTournament/EditBasic/EditTournamentBasicInfo.vue +2 -2
|
@@ -13350,11 +13350,11 @@ const mu = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAACRCAYAAADtlO7dAA
|
|
|
13350
13350
|
},
|
|
13351
13351
|
uploadServer: {
|
|
13352
13352
|
type: String,
|
|
13353
|
-
default: "http://localhost/api/upload/"
|
|
13353
|
+
default: "http://localhost:3000/api/upload/"
|
|
13354
13354
|
},
|
|
13355
13355
|
imageServer: {
|
|
13356
13356
|
type: String,
|
|
13357
|
-
default: "http://localhost/uploads/"
|
|
13357
|
+
default: "http://localhost:3000/uploads/"
|
|
13358
13358
|
}
|
|
13359
13359
|
},
|
|
13360
13360
|
components: {
|
|
@@ -29920,11 +29920,11 @@ const Qc = /* @__PURE__ */ ie(NT, [["render", qT]]), zT = {
|
|
|
29920
29920
|
},
|
|
29921
29921
|
uploadServer: {
|
|
29922
29922
|
type: String,
|
|
29923
|
-
default: "http://localhost/uploads/"
|
|
29923
|
+
default: "http://localhost:3000/uploads/"
|
|
29924
29924
|
},
|
|
29925
29925
|
imageServer: {
|
|
29926
29926
|
type: String,
|
|
29927
|
-
default: "http://localhost/uploads/"
|
|
29927
|
+
default: "http://localhost:3000/uploads/"
|
|
29928
29928
|
}
|
|
29929
29929
|
},
|
|
29930
29930
|
data() {
|
|
@@ -30405,11 +30405,11 @@ const Qn = /* @__PURE__ */ ie(BO, [["render", vO]]), wO = {
|
|
|
30405
30405
|
},
|
|
30406
30406
|
uploadServer: {
|
|
30407
30407
|
type: String,
|
|
30408
|
-
default: "http://localhost/uploads/"
|
|
30408
|
+
default: "http://localhost:3000/uploads/"
|
|
30409
30409
|
},
|
|
30410
30410
|
imageServer: {
|
|
30411
30411
|
type: String,
|
|
30412
|
-
default: "http://localhost/uploads/"
|
|
30412
|
+
default: "http://localhost:3000/uploads/"
|
|
30413
30413
|
}
|
|
30414
30414
|
},
|
|
30415
30415
|
emits: ["tab:menu-click", "manageEvent", "editEvent", "addEvent", "image:upload"],
|