x-block-lib 0.7.3 → 0.7.4
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.
|
@@ -12,7 +12,7 @@ type __VLS_PublicProps = __VLS_Props & {
|
|
|
12
12
|
};
|
|
13
13
|
declare var __VLS_1: {};
|
|
14
14
|
type __VLS_Slots = {} & {
|
|
15
|
-
|
|
15
|
+
bottom?: (props: typeof __VLS_1) => any;
|
|
16
16
|
};
|
|
17
17
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
18
18
|
loading: import("vue").Ref<boolean, boolean>;
|
package/dist/index.js
CHANGED
|
@@ -10642,7 +10642,7 @@ const ya = { class: "position-relative w-100 h-100" }, va = /* @__PURE__ */ se({
|
|
|
10642
10642
|
J("div", {
|
|
10643
10643
|
style: X(ce.value)
|
|
10644
10644
|
}, [
|
|
10645
|
-
Eo(v.$slots, "
|
|
10645
|
+
Eo(v.$slots, "bottom")
|
|
10646
10646
|
], 4),
|
|
10647
10647
|
A.value ? (D(), Q("div", {
|
|
10648
10648
|
key: 0,
|