@dcrackel/hematournamentui 1.0.339 → 1.0.342
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 +13 -15
- package/dist/HemaTournamentUI-lib.umd.js +2 -2
- package/package.json +1 -1
- package/src/stories/Organisms/ComplexInputs/ImageCropper/ImageCropper.vue +3 -3
- 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.stories.js +6 -6
- package/src/stories/Templates/TournamentManagement/AddTournament/PageOne/AddTournamentPageOne.vue +3 -3
- package/src/stories/Templates/TournamentManagement/EditTournament/EditBasic/EditTournamentBasicInfo.vue +2 -2
|
@@ -12999,11 +12999,11 @@ const Xc = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAACRCAYAAADtlO7dAA
|
|
|
12999
12999
|
},
|
|
13000
13000
|
uploadServer: {
|
|
13001
13001
|
type: String,
|
|
13002
|
-
default: "
|
|
13002
|
+
default: ""
|
|
13003
13003
|
},
|
|
13004
13004
|
imageServer: {
|
|
13005
13005
|
type: String,
|
|
13006
|
-
default: "
|
|
13006
|
+
default: ""
|
|
13007
13007
|
},
|
|
13008
13008
|
cropperOptions: {
|
|
13009
13009
|
type: Object,
|
|
@@ -13029,7 +13029,7 @@ const Xc = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAACRCAYAAADtlO7dAA
|
|
|
13029
13029
|
},
|
|
13030
13030
|
computed: {
|
|
13031
13031
|
getClasses() {
|
|
13032
|
-
return this.customClass ? this.customClass : "h-
|
|
13032
|
+
return this.customClass ? this.customClass : "h-40 w-80 border-2 border-dashed rounded-lg bg-contain bg-contain bg-center bg-no-repeat";
|
|
13033
13033
|
},
|
|
13034
13034
|
getSkeletonClass() {
|
|
13035
13035
|
return this.customSkeletonClass ? this.customSkeletonClass : "border-2 h-40 w-80 border-dashed rounded-lg bg-quaternaryHighlight animate-pulse";
|
|
@@ -29730,11 +29730,11 @@ const Ts = /* @__PURE__ */ ie(ZM, [["render", nO]]), rO = {
|
|
|
29730
29730
|
},
|
|
29731
29731
|
uploadServer: {
|
|
29732
29732
|
type: String,
|
|
29733
|
-
default: "
|
|
29733
|
+
default: ""
|
|
29734
29734
|
},
|
|
29735
29735
|
imageServer: {
|
|
29736
29736
|
type: String,
|
|
29737
|
-
default: "
|
|
29737
|
+
default: ""
|
|
29738
29738
|
}
|
|
29739
29739
|
},
|
|
29740
29740
|
data() {
|
|
@@ -29832,10 +29832,10 @@ function IO(n, e, t, r, i, o) {
|
|
|
29832
29832
|
p(s, {
|
|
29833
29833
|
urlToImage: t.urlToImage,
|
|
29834
29834
|
uploadImageName: t.uploadImageName,
|
|
29835
|
-
|
|
29835
|
+
uploadServer: t.uploadServer,
|
|
29836
29836
|
imageServer: t.imageServer,
|
|
29837
29837
|
"onUpdate:url": o.handleNewImageUrl
|
|
29838
|
-
}, null, 8, ["urlToImage", "uploadImageName", "
|
|
29838
|
+
}, null, 8, ["urlToImage", "uploadImageName", "uploadServer", "imageServer", "onUpdate:url"])
|
|
29839
29839
|
]),
|
|
29840
29840
|
aO,
|
|
29841
29841
|
h("div", lO, [
|
|
@@ -30219,11 +30219,11 @@ const bn = /* @__PURE__ */ ie(LO, [["render", NO]]), HO = {
|
|
|
30219
30219
|
},
|
|
30220
30220
|
uploadServer: {
|
|
30221
30221
|
type: String,
|
|
30222
|
-
default: "
|
|
30222
|
+
default: ""
|
|
30223
30223
|
},
|
|
30224
30224
|
imageServer: {
|
|
30225
30225
|
type: String,
|
|
30226
|
-
default: "
|
|
30226
|
+
default: ""
|
|
30227
30227
|
},
|
|
30228
30228
|
userLevel: {
|
|
30229
30229
|
type: String,
|
|
@@ -37400,12 +37400,10 @@ const hH = /* @__PURE__ */ ie(lH, [["render", gH]]), pH = {
|
|
|
37400
37400
|
default: "profile-pic"
|
|
37401
37401
|
},
|
|
37402
37402
|
uploadServer: {
|
|
37403
|
-
type: String
|
|
37404
|
-
default: "http://localhost:3000/api/upload/"
|
|
37403
|
+
type: String
|
|
37405
37404
|
},
|
|
37406
37405
|
imageServer: {
|
|
37407
|
-
type: String
|
|
37408
|
-
default: "http://localhost:3000/uploads/"
|
|
37406
|
+
type: String
|
|
37409
37407
|
},
|
|
37410
37408
|
fencingClubs: {
|
|
37411
37409
|
type: Array,
|
|
@@ -37866,11 +37864,11 @@ const _H = /* @__PURE__ */ ie(JH, [["render", ZH]]), $H = {
|
|
|
37866
37864
|
},
|
|
37867
37865
|
uploadServer: {
|
|
37868
37866
|
type: String,
|
|
37869
|
-
default: "
|
|
37867
|
+
default: ""
|
|
37870
37868
|
},
|
|
37871
37869
|
imageServer: {
|
|
37872
37870
|
type: String,
|
|
37873
|
-
default: "
|
|
37871
|
+
default: ""
|
|
37874
37872
|
},
|
|
37875
37873
|
locations: {
|
|
37876
37874
|
type: Array,
|