@frollo/frollo-web-ui 0.2.0 → 0.2.1
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.
- package/cjs/index.js +1 -1
- package/esm/fw-card.js +1 -1
- package/frollo-web-ui.esm.js +1 -1
- package/package.json +1 -1
package/cjs/index.js
CHANGED
|
@@ -5008,7 +5008,7 @@ function render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5008
5008
|
to: _ctx.to ? _ctx.to : null,
|
|
5009
5009
|
href: _ctx.href ? _ctx.href : null,
|
|
5010
5010
|
tabindex: _ctx.to ? 0 : null,
|
|
5011
|
-
"class": vue.normalizeClass(["fw-card shadow-card rounded-lg", _ctx.to || _ctx.href ? _ctx.linkClass : ''])
|
|
5011
|
+
"class": vue.normalizeClass(["fw-card shadow-card rounded-lg", _ctx.to || _ctx.href || !!_ctx.$attrs.onClick ? _ctx.linkClass : ''])
|
|
5012
5012
|
}, {
|
|
5013
5013
|
"default": vue.withCtx(function () {
|
|
5014
5014
|
return [_ctx.title || _ctx.prefixTitle ? (vue.openBlock(), vue.createElementBlock("h4", _hoisted_1$4, [_ctx.prefixTitle ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$3, vue.toDisplayString(_ctx.prefixTitle), 1)) : vue.createCommentVNode("", true), _ctx.title ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_3$3, vue.toDisplayString(_ctx.title), 1)) : vue.createCommentVNode("", true)])) : vue.createCommentVNode("", true), _ctx.$slots["default"] ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4$2, [vue.renderSlot(_ctx.$slots, "default")])) : vue.createCommentVNode("", true)];
|
package/esm/fw-card.js
CHANGED
|
@@ -64,7 +64,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
64
64
|
to: _ctx.to ? _ctx.to : null,
|
|
65
65
|
href: _ctx.href ? _ctx.href : null,
|
|
66
66
|
tabindex: _ctx.to ? 0 : null,
|
|
67
|
-
"class": normalizeClass(["fw-card shadow-card rounded-lg", _ctx.to || _ctx.href ? _ctx.linkClass : ''])
|
|
67
|
+
"class": normalizeClass(["fw-card shadow-card rounded-lg", _ctx.to || _ctx.href || !!_ctx.$attrs.onClick ? _ctx.linkClass : ''])
|
|
68
68
|
}, {
|
|
69
69
|
"default": withCtx(function () {
|
|
70
70
|
return [_ctx.title || _ctx.prefixTitle ? (openBlock(), createElementBlock("h4", _hoisted_1, [_ctx.prefixTitle ? (openBlock(), createElementBlock("span", _hoisted_2, toDisplayString(_ctx.prefixTitle), 1)) : createCommentVNode("", true), _ctx.title ? (openBlock(), createElementBlock("span", _hoisted_3, toDisplayString(_ctx.title), 1)) : createCommentVNode("", true)])) : createCommentVNode("", true), _ctx.$slots["default"] ? (openBlock(), createElementBlock("div", _hoisted_4, [renderSlot(_ctx.$slots, "default")])) : createCommentVNode("", true)];
|
package/frollo-web-ui.esm.js
CHANGED
|
@@ -5262,7 +5262,7 @@ function render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5262
5262
|
to: _ctx.to ? _ctx.to : null,
|
|
5263
5263
|
href: _ctx.href ? _ctx.href : null,
|
|
5264
5264
|
tabindex: _ctx.to ? 0 : null,
|
|
5265
|
-
"class": normalizeClass(["fw-card shadow-card rounded-lg", _ctx.to || _ctx.href ? _ctx.linkClass : ''])
|
|
5265
|
+
"class": normalizeClass(["fw-card shadow-card rounded-lg", _ctx.to || _ctx.href || !!_ctx.$attrs.onClick ? _ctx.linkClass : ''])
|
|
5266
5266
|
}, {
|
|
5267
5267
|
"default": withCtx(function () {
|
|
5268
5268
|
return [_ctx.title || _ctx.prefixTitle ? (openBlock(), createElementBlock("h4", _hoisted_1$4, [_ctx.prefixTitle ? (openBlock(), createElementBlock("span", _hoisted_2$3, toDisplayString(_ctx.prefixTitle), 1)) : createCommentVNode("", true), _ctx.title ? (openBlock(), createElementBlock("span", _hoisted_3$3, toDisplayString(_ctx.title), 1)) : createCommentVNode("", true)])) : createCommentVNode("", true), _ctx.$slots["default"] ? (openBlock(), createElementBlock("div", _hoisted_4$2, [renderSlot(_ctx.$slots, "default")])) : createCommentVNode("", true)];
|