@dcrackel/hematournamentui 1.0.621 → 1.0.623
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.
|
@@ -163,7 +163,7 @@ const qe = /* @__PURE__ */ oe(pf, [["render", If]]), Bf = {
|
|
|
163
163
|
methods: {
|
|
164
164
|
onInput(n) {
|
|
165
165
|
let e = n.target.value;
|
|
166
|
-
this.inputType === "number" && (e = e.replace(/\D/g, "")), this.inputType === "text" && (e = e.replace(/[
|
|
166
|
+
this.inputType === "number" && (e = e.replace(/\D/g, "")), this.inputType === "text" && (e = e.replace(/[\\'"=*<>|?!@#$%^(){}[\]]/g, "")), this.internalValue = e, clearTimeout(this.timeout), this.timeout = setTimeout(() => {
|
|
167
167
|
this.$emit("update:value", this.internalValue);
|
|
168
168
|
}, 300);
|
|
169
169
|
},
|
|
@@ -10656,7 +10656,7 @@ const Ev = /* @__PURE__ */ oe(uv, [["render", Bv]]), Qv = {
|
|
|
10656
10656
|
},
|
|
10657
10657
|
validateAll() {
|
|
10658
10658
|
let n = !0;
|
|
10659
|
-
const e = /[
|
|
10659
|
+
const e = /[\/\\'"=:*<>|?&!@#$%^(){}[\]]/g;
|
|
10660
10660
|
return !this.eventConfig.EventName || this.eventConfig.EventName.trim().length < 4 ? (this.validation.EventName = {
|
|
10661
10661
|
invalid: !0,
|
|
10662
10662
|
message: "Event Name must be at least 3 characters long."
|