comand-component-library 4.2.29 → 4.2.30
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.
@@ -9523,7 +9523,7 @@ const Ki = /* @__PURE__ */ F(_m, [["render", Pm]]), Em = {
|
|
9523
9523
|
*/
|
9524
9524
|
enableLoginWithGoogle: {
|
9525
9525
|
type: Boolean,
|
9526
|
-
default: !
|
9526
|
+
default: !1
|
9527
9527
|
},
|
9528
9528
|
/**
|
9529
9529
|
* activate if login with facebook should be enabled
|
@@ -9904,7 +9904,7 @@ function $m(e, t, n, s, i, l) {
|
|
9904
9904
|
])
|
9905
9905
|
])) : m("", !0),
|
9906
9906
|
n.enableLoginWithFacebook ? (a(), r("div", Nm)) : m("", !0),
|
9907
|
-
|
9907
|
+
i.showLogin ? m("", !0) : (a(), r("button", I({
|
9908
9908
|
key: 3,
|
9909
9909
|
class: "button stretch-on-small-devices"
|
9910
9910
|
}, l.buttonLoginWithYourDataDefaultOptions, {
|
@@ -9917,7 +9917,7 @@ function $m(e, t, n, s, i, l) {
|
|
9917
9917
|
title: l.buttonLoginWithYourDataDefaultOptions.icon.tooltip
|
9918
9918
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0),
|
9919
9919
|
l.buttonLoginWithYourDataDefaultOptions.text ? (a(), r("span", Um, y(l.buttonLoginWithYourDataDefaultOptions.text), 1)) : m("", !0)
|
9920
|
-
], 16))
|
9920
|
+
], 16)),
|
9921
9921
|
$(o("div", {
|
9922
9922
|
class: x(["login-fields flex-container", { vertical: n.orientation === "vertical" }])
|
9923
9923
|
}, [
|
@@ -20456,7 +20456,7 @@ const px = /* @__PURE__ */ F(cx, [["render", mx]]), fx = [
|
|
20456
20456
|
text: "Zimbabwe",
|
20457
20457
|
value: "zw"
|
20458
20458
|
}
|
20459
|
-
], _C = "comand-component-library", OC = "4.2.
|
20459
|
+
], _C = "comand-component-library", OC = "4.2.30", LC = "GPL-3.0-only", IC = "CoManD-UI", BC = "module", DC = {
|
20460
20460
|
prepublishOnly: "npm run build-lib",
|
20461
20461
|
dev: "vite",
|
20462
20462
|
build: "vite build",
|
package/package.json
CHANGED
@@ -49,7 +49,7 @@
|
|
49
49
|
<!-- end Facebook-Login-Button -->
|
50
50
|
|
51
51
|
<!-- begin default-login-button -->
|
52
|
-
<button v-if="
|
52
|
+
<button v-if="!showLogin"
|
53
53
|
class="button stretch-on-small-devices"
|
54
54
|
v-bind="buttonLoginWithYourDataDefaultOptions"
|
55
55
|
@click.prevent="showLogin = true">
|
@@ -241,7 +241,7 @@ export default {
|
|
241
241
|
enableLoginWithGoogle:
|
242
242
|
{
|
243
243
|
type: Boolean,
|
244
|
-
default:
|
244
|
+
default: false
|
245
245
|
},
|
246
246
|
/**
|
247
247
|
* activate if login with facebook should be enabled
|