toku-form-extensions 1.6.3 → 1.6.4
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TCustomForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/TCustomForm/TCustomForm"],"names":[],"mappings":"AAKA,OAAO,EACL,mBAAmB,EACnB,gBAAgB,EAChB,eAAe,EACf,gBAAgB,EACjB,MAAM,sBAAsB,CAAC;AAgB9B,OAAO,yBAAyB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"TCustomForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/TCustomForm/TCustomForm"],"names":[],"mappings":"AAKA,OAAO,EACL,mBAAmB,EACnB,gBAAgB,EAChB,eAAe,EACf,gBAAgB,EACjB,MAAM,sBAAsB,CAAC;AAgB9B,OAAO,yBAAyB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+kBjC,wBAOG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
package/dist/index.es.js
CHANGED
|
@@ -11255,9 +11255,9 @@ const WT = /* @__PURE__ */ Cr(HT, [["__scopeId", "data-v-9f117c52"]]), BT = {
|
|
|
11255
11255
|
emits: ["submit-form-data", "reset", "autocomplete-subscription", "autocomplete-external-id", "link-clicked"],
|
|
11256
11256
|
setup(r, { emit: a }) {
|
|
11257
11257
|
Ls((P) => ({
|
|
11258
|
-
"
|
|
11259
|
-
"
|
|
11260
|
-
|
|
11258
|
+
"3773ba8f": m.value,
|
|
11259
|
+
"0b0772c6": f.value,
|
|
11260
|
+
"282a4532": h.value
|
|
11261
11261
|
}));
|
|
11262
11262
|
const n = r, i = a, l = ud({
|
|
11263
11263
|
colors: {
|
|
@@ -11320,7 +11320,7 @@ const WT = /* @__PURE__ */ Cr(HT, [["__scopeId", "data-v-9f117c52"]]), BT = {
|
|
|
11320
11320
|
return I.value.forEach((X) => {
|
|
11321
11321
|
if (ai(X))
|
|
11322
11322
|
return;
|
|
11323
|
-
const re = X.required && (X.value === void 0 || X.value === "") && (!X.relatedField || k(X)), we = X.regex && !RegExp(X.regex.pattern).test(X.value) && (!X.relatedField || k(X));
|
|
11323
|
+
const re = X.required && (X.value === void 0 || X.value === "") && (!X.relatedField || k(X)), we = X.regex && X.regex.pattern && !RegExp(X.regex.pattern).test(X.value) && (!X.relatedField || k(X));
|
|
11324
11324
|
(re || we) && (P = !1);
|
|
11325
11325
|
}), P;
|
|
11326
11326
|
}, O = () => {
|
|
@@ -11482,7 +11482,7 @@ const WT = /* @__PURE__ */ Cr(HT, [["__scopeId", "data-v-9f117c52"]]), BT = {
|
|
|
11482
11482
|
}, 8, ["theme"]));
|
|
11483
11483
|
}
|
|
11484
11484
|
});
|
|
11485
|
-
const GT = /* @__PURE__ */ Cr(YT, [["__scopeId", "data-v-
|
|
11485
|
+
const GT = /* @__PURE__ */ Cr(YT, [["__scopeId", "data-v-d2dd6c79"]]);
|
|
11486
11486
|
export {
|
|
11487
11487
|
qT as CustomForm,
|
|
11488
11488
|
GT as TCustomForm
|