@authup/client-web-kit 1.0.0-beta.38 → 1.0.0-beta.40
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/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +15 -15
package/dist/index.mjs
CHANGED
|
@@ -773,7 +773,7 @@ let VuelidateCustomRuleKey = /* @__PURE__ */ function(VuelidateCustomRuleKey) {
|
|
|
773
773
|
}({});
|
|
774
774
|
const VuelidateCustomRule = {
|
|
775
775
|
["alphaNumHyphenUnderscore"]: helpers.regex(/^[a-z0-9-_]*$/),
|
|
776
|
-
["alphaUpperNumHyphenUnderscoreDot"]: helpers.regex(/^[a-
|
|
776
|
+
["alphaUpperNumHyphenUnderscoreDot"]: helpers.regex(/^[a-z0-9-_.]*$/)
|
|
777
777
|
};
|
|
778
778
|
function getVuelidateSeverity(vuelidate) {
|
|
779
779
|
return getSeverity(vuelidate);
|
|
@@ -790,7 +790,7 @@ function extractVuelidateResultsFromChild(vuelidate, child, keys) {
|
|
|
790
790
|
//#region src/core/translator/de/vuelidate.ts
|
|
791
791
|
const TranslatorTranslationVuelidateGerman = {
|
|
792
792
|
["alphaNumHyphenUnderscore"]: "Der Eingabewert darf nur aus folgenden Zeichen bestehen: [0-9a-z-_]+",
|
|
793
|
-
["alphaUpperNumHyphenUnderscoreDot"]: "Der Eingabewert darf nur aus folgenden Zeichen bestehen: [0-9a-
|
|
793
|
+
["alphaUpperNumHyphenUnderscoreDot"]: "Der Eingabewert darf nur aus folgenden Zeichen bestehen: [0-9a-z-_.]+"
|
|
794
794
|
};
|
|
795
795
|
//#endregion
|
|
796
796
|
//#region src/core/translator/de/vuecs.ts
|
|
@@ -845,7 +845,7 @@ const TranslatorTranslationDefaultEnglish = {
|
|
|
845
845
|
//#region src/core/translator/en/vuelidate.ts
|
|
846
846
|
const TranslatorTranslationVuelidateEnglish = {
|
|
847
847
|
["alphaNumHyphenUnderscore"]: "The input value is only allowed to consist of the following characters: [0-9a-z-_]+",
|
|
848
|
-
["alphaUpperNumHyphenUnderscoreDot"]: "The input value is only allowed to consist of the following characters: [0-9a-
|
|
848
|
+
["alphaUpperNumHyphenUnderscoreDot"]: "The input value is only allowed to consist of the following characters: [0-9a-z-_.]+"
|
|
849
849
|
};
|
|
850
850
|
//#endregion
|
|
851
851
|
//#region src/core/translator/en/vuecs.ts
|