comand-component-library 4.0.50 → 4.0.51

Sign up to get free protection for your applications and to get access to all the features.
@@ -10921,7 +10921,7 @@ const bf = /* @__PURE__ */ L(hf, [["render", yf]]), Cf = {
10921
10921
  * properties for CmdSocialNetworks-component
10922
10922
  */
10923
10923
  cmdSocialNetworks: {
10924
- type: Array,
10924
+ type: Object,
10925
10925
  required: !1
10926
10926
  },
10927
10927
  /**
@@ -10958,15 +10958,12 @@ function kf(e, n, t, s, o, i) {
10958
10958
  return l(), a("footer", {
10959
10959
  class: b(["cmd-page-footer flex-container", { "small-buttons": t.useSmallButtons }])
10960
10960
  }, [
10961
- t.cmdSocialNetworks ? (l(), C(r, {
10962
- key: 0,
10963
- networks: t.cmdSocialNetworks
10964
- }, {
10961
+ t.cmdSocialNetworks ? (l(), C(r, j(M({ key: 0 }, t.cmdSocialNetworks)), {
10965
10962
  default: V(() => [
10966
10963
  A(e.$slots, "cmd-social-networks")
10967
10964
  ]),
10968
10965
  _: 3
10969
- }, 8, ["networks"])) : c("", !0),
10966
+ }, 16)) : c("", !0),
10970
10967
  f("div", _f, [
10971
10968
  A(e.$slots, "default"),
10972
10969
  t.buttonPrintView.show ? (l(), a("button", {
@@ -11596,7 +11593,7 @@ const Ny = /* @__PURE__ */ L(Uf, [["render", Wf]]), Gf = {
11596
11593
  }
11597
11594
  },
11598
11595
  buttonSearchDisabled() {
11599
- const e = !this.cmdFormElementInput1.required || this.searchValue1.trim(), n = !this.cmdFormElementInput2.show || !this.cmdFormElementInput2.required || this.searchValue2.trim(), t = !this.cmdFormElementRadius.show || !this.cmdFormElementRadius.required || this.radius;
11596
+ const e = !this.cmdFormElementInput1.required || this.searchValue1.trim(), n = !this.cmdFormElementInput2.show || !this.cmdFormElementInput2.required || this.searchValue2.trim(), t = !this.cmdFormElementRadiusOptions.show || !this.cmdFormElementRadiusOptions.required || this.radius;
11600
11597
  return !(e && n && t);
11601
11598
  }
11602
11599
  },
@@ -11620,7 +11617,7 @@ const Ny = /* @__PURE__ */ L(Uf, [["render", Wf]]), Gf = {
11620
11617
  cmdFormElementRadius: {
11621
11618
  handler() {
11622
11619
  var e, n;
11623
- (e = this.cmdFormElementRadius) != null && e.selectOptions && ((n = this.cmdFormElementRadius) != null && n.selectOptions.length) && this.modelValueRadius == null && (this.radius = this.cmdFormElementRadius.selectOptions[0].value);
11620
+ (e = this.cmdFormElementRadiusOptions) != null && e.selectOptions && ((n = this.cmdFormElementRadiusOptions) != null && n.selectOptions.length) && this.modelValueRadius == null && (this.radius = this.cmdFormElementRadiusOptions.selectOptions[0].value);
11624
11621
  },
11625
11622
  immediate: !0,
11626
11623
  deep: !0