@wikicasa-dev/components 2.5.1-alpha.0 → 2.5.1-alpha.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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "../../packages/components/lib/UIKit/ShimmerLoader/BaseShimmerLoader.vue.js";
|
|
2
2
|
import '../../assets/BaseShimmerLoader.css';/* empty css */
|
|
3
3
|
import r from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const a = /* @__PURE__ */ r(o, [["__scopeId", "data-v-
|
|
4
|
+
const a = /* @__PURE__ */ r(o, [["__scopeId", "data-v-83429b3e"]]);
|
|
5
5
|
export {
|
|
6
6
|
a as default
|
|
7
7
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.shimmer[data-v-
|
|
1
|
+
.shimmer[data-v-83429b3e]{animation:shimmer-83429b3e 1.4s infinite;background-image:linear-gradient(90deg,#fff0,#fff3 20%,#ffffff80 60%,#fff0)}@keyframes shimmer-83429b3e{to{transform:translate(100%)}}
|
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
const
|
|
1
|
+
import { defineComponent as l, createElementBlock as s, openBlock as r, normalizeStyle as a, normalizeClass as t, createElementVNode as o, renderSlot as u } from "vue";
|
|
2
|
+
const d = /* @__PURE__ */ l({
|
|
3
3
|
inheritAttrs: !1,
|
|
4
4
|
__name: "BaseShimmerLoader",
|
|
5
5
|
props: {
|
|
6
6
|
shimmerClasses: { default: "" }
|
|
7
7
|
},
|
|
8
8
|
setup(i) {
|
|
9
|
-
return (e,
|
|
10
|
-
class: t(["uikit-relative uikit-overflow-hidden uikit-bg-w-lavender", e.$attrs.class])
|
|
9
|
+
return (e, n) => (r(), s("div", {
|
|
10
|
+
class: t(["uikit-relative uikit-overflow-hidden uikit-bg-w-lavender", e.$attrs.class]),
|
|
11
|
+
style: a(e.$attrs.style)
|
|
11
12
|
}, [
|
|
12
|
-
|
|
13
|
+
o("div", {
|
|
13
14
|
class: t(["shimmer uikit-absolute uikit-bottom-0 uikit-left-0 uikit-right-0 uikit-top-0 uikit-h-full -uikit-translate-x-full", i.shimmerClasses])
|
|
14
15
|
}, null, 2),
|
|
15
|
-
|
|
16
|
-
],
|
|
16
|
+
u(e.$slots, "default", {}, void 0, !0)
|
|
17
|
+
], 6));
|
|
17
18
|
}
|
|
18
19
|
});
|
|
19
20
|
export {
|
|
20
|
-
|
|
21
|
+
d as default
|
|
21
22
|
};
|