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.64", l1 = "GPL-3.0-only", o1 = "CoManD-UI", a1 = "module", s1 = {
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "comand-component-library",
3
- "version": "4.2.64",
3
+ "version": "4.2.65",
4
4
  "license": "GPL-3.0-only",
5
5
  "author": "CoManD-UI",
6
6
  "private": false,
@@ -318,7 +318,8 @@ export default {
318
318
 
319
319
  this.$emit("empty-required-form-elements", { allRequiredFormElementsEmpty, emptyRequiredFormElementExists })
320
320
  },
321
- immediate: true
321
+ immediate: true,
322
+ deep: true
322
323
  },
323
324
  formElements: {
324
325
  handler() {