comand-component-library 4.2.64 → 4.2.65
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.
|
@@ -4794,7 +4794,8 @@ const Re = /* @__PURE__ */ P(Pr, [["render", Er]]), Hr = {
|
|
|
4794
4794
|
const e = this.formElements.filter((i) => i.required).length, t = this.formElements.filter((i) => i.required && !this.formValues[i.name]).length, n = e > 0 && e === t, s = e > 0 && t > 0;
|
|
4795
4795
|
this.$emit("empty-required-form-elements", { allRequiredFormElementsEmpty: n, emptyRequiredFormElementExists: s });
|
|
4796
4796
|
},
|
|
4797
|
-
immediate: !0
|
|
4797
|
+
immediate: !0,
|
|
4798
|
+
deep: !0
|
|
4798
4799
|
},
|
|
4799
4800
|
formElements: {
|
|
4800
4801
|
handler() {
|
|
@@ -21431,7 +21432,7 @@ const qx = /* @__PURE__ */ P(Ex, [["render", Hx]]), Rx = [
|
|
|
21431
21432
|
text: "Zimbabwe",
|
|
21432
21433
|
value: "zw"
|
|
21433
21434
|
}
|
|
21434
|
-
], n1 = "comand-component-library", i1 = "4.2.
|
|
21435
|
+
], n1 = "comand-component-library", i1 = "4.2.65", l1 = "GPL-3.0-only", o1 = "CoManD-UI", a1 = "module", s1 = {
|
|
21435
21436
|
prepublishOnly: "npm run build-lib",
|
|
21436
21437
|
dev: "vite",
|
|
21437
21438
|
build: "vite build",
|
package/package.json
CHANGED