comand-component-library 4.0.49 → 4.0.51
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/comand-component-library.js +6 -9
- package/dist/comand-component-library.umd.cjs +1 -1
- package/package.json +1 -1
- package/src/ComponentLibrary.vue +1 -1
- package/src/assets/data/social-networks-page-by-json.json +32 -30
- package/src/assets/data/social-networks-page-by-property.json +32 -30
- package/src/components/CmdForm.vue +1 -1
- package/src/components/CmdPageFooter.vue +4 -2
- package/src/components/CmdSiteSearch.vue +3 -3
@@ -4124,7 +4124,7 @@ const vy = /* @__PURE__ */ L(ga, [["render", xa]]), wa = {
|
|
4124
4124
|
type: "submit",
|
4125
4125
|
position: "insideFieldset",
|
4126
4126
|
primary: !0,
|
4127
|
-
...submitButton
|
4127
|
+
...this.submitButton
|
4128
4128
|
};
|
4129
4129
|
}
|
4130
4130
|
},
|
@@ -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:
|
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
|
-
},
|
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.
|
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.
|
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
|