@xiaou66/u-web-ui 0.0.48 → 0.0.49
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.
|
@@ -10,7 +10,7 @@ declare function __VLS_template(): {
|
|
|
10
10
|
default?(_: {}): any;
|
|
11
11
|
};
|
|
12
12
|
refs: {
|
|
13
|
-
box:
|
|
13
|
+
box: HTMLDivElement;
|
|
14
14
|
};
|
|
15
15
|
rootEl: any;
|
|
16
16
|
};
|
|
@@ -20,7 +20,7 @@ declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, Comp
|
|
|
20
20
|
h: string;
|
|
21
21
|
distance: number;
|
|
22
22
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
23
|
-
box:
|
|
23
|
+
box: HTMLDivElement;
|
|
24
24
|
}, any>;
|
|
25
25
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
26
26
|
export default _default;
|
package/dist/index.es.js
CHANGED
|
@@ -1342,7 +1342,7 @@ var Ot = /* @__PURE__ */ f({
|
|
|
1342
1342
|
rootMargin: `${t.distance}px`,
|
|
1343
1343
|
threshold: 0
|
|
1344
1344
|
});
|
|
1345
|
-
return (e, t) => n.value ? D(e.$slots, "default", { key: 0 }) : (S(), o("
|
|
1345
|
+
return (e, t) => n.value ? D(e.$slots, "default", { key: 0 }) : (S(), o("div", {
|
|
1346
1346
|
key: 1,
|
|
1347
1347
|
ref_key: "box",
|
|
1348
1348
|
ref: r,
|