@profitliga/ui 1.2.39 → 1.2.40
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.
|
@@ -5,7 +5,7 @@ export interface IScrollAreaRootProps extends ScrollAreaRootProps {
|
|
|
5
5
|
maxHeight?: number | string;
|
|
6
6
|
}
|
|
7
7
|
declare const forwared: ComputedRef<Readonly<{
|
|
8
|
-
type: "
|
|
8
|
+
type: "auto" | "scroll" | "always" | "hover";
|
|
9
9
|
dir: "ltr" | "rtl";
|
|
10
10
|
scrollHideDelay: number;
|
|
11
11
|
asChild: boolean;
|
|
@@ -29,7 +29,7 @@ declare function __VLS_template(): {
|
|
|
29
29
|
$data: {};
|
|
30
30
|
$props: {
|
|
31
31
|
readonly maxHeight?: number | string | undefined;
|
|
32
|
-
readonly type?: ("
|
|
32
|
+
readonly type?: ("auto" | "scroll" | "always" | "hover") | undefined;
|
|
33
33
|
readonly dir?: ("ltr" | "rtl") | undefined;
|
|
34
34
|
readonly scrollHideDelay?: number | undefined;
|
|
35
35
|
readonly asChild?: boolean | undefined;
|
|
@@ -89,7 +89,7 @@ declare function __VLS_template(): {
|
|
|
89
89
|
$: ComponentInternalInstance;
|
|
90
90
|
$data: {};
|
|
91
91
|
$props: {
|
|
92
|
-
readonly type?: ("
|
|
92
|
+
readonly type?: ("auto" | "scroll" | "always" | "hover") | undefined;
|
|
93
93
|
readonly dir?: ("ltr" | "rtl") | undefined;
|
|
94
94
|
readonly scrollHideDelay?: number | undefined;
|
|
95
95
|
readonly asChild?: boolean | undefined;
|
|
@@ -114,7 +114,7 @@ declare function __VLS_template(): {
|
|
|
114
114
|
scrollTop: () => void;
|
|
115
115
|
scrollTopLeft: () => void;
|
|
116
116
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
117
|
-
type: "
|
|
117
|
+
type: "auto" | "scroll" | "always" | "hover";
|
|
118
118
|
scrollHideDelay: number;
|
|
119
119
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
120
120
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -137,7 +137,7 @@ declare function __VLS_template(): {
|
|
|
137
137
|
$nextTick: nextTick;
|
|
138
138
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
139
139
|
} & Readonly<{
|
|
140
|
-
type: "
|
|
140
|
+
type: "auto" | "scroll" | "always" | "hover";
|
|
141
141
|
scrollHideDelay: number;
|
|
142
142
|
}> & Omit<Readonly<ScrollAreaRootProps> & Readonly<{}>, "type" | "scrollHideDelay" | "viewport" | "scrollTop" | "scrollTopLeft"> & ShallowUnwrapRef<{
|
|
143
143
|
viewport: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
@@ -159,7 +159,7 @@ declare const __VLS_component: DefineComponent<IScrollAreaRootProps, {
|
|
|
159
159
|
$data: {};
|
|
160
160
|
$props: {
|
|
161
161
|
readonly maxHeight?: number | string | undefined;
|
|
162
|
-
readonly type?: ("
|
|
162
|
+
readonly type?: ("auto" | "scroll" | "always" | "hover") | undefined;
|
|
163
163
|
readonly dir?: ("ltr" | "rtl") | undefined;
|
|
164
164
|
readonly scrollHideDelay?: number | undefined;
|
|
165
165
|
readonly asChild?: boolean | undefined;
|
|
@@ -219,7 +219,7 @@ declare const __VLS_component: DefineComponent<IScrollAreaRootProps, {
|
|
|
219
219
|
$: ComponentInternalInstance;
|
|
220
220
|
$data: {};
|
|
221
221
|
$props: {
|
|
222
|
-
readonly type?: ("
|
|
222
|
+
readonly type?: ("auto" | "scroll" | "always" | "hover") | undefined;
|
|
223
223
|
readonly dir?: ("ltr" | "rtl") | undefined;
|
|
224
224
|
readonly scrollHideDelay?: number | undefined;
|
|
225
225
|
readonly asChild?: boolean | undefined;
|
|
@@ -244,7 +244,7 @@ declare const __VLS_component: DefineComponent<IScrollAreaRootProps, {
|
|
|
244
244
|
scrollTop: () => void;
|
|
245
245
|
scrollTopLeft: () => void;
|
|
246
246
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
247
|
-
type: "
|
|
247
|
+
type: "auto" | "scroll" | "always" | "hover";
|
|
248
248
|
scrollHideDelay: number;
|
|
249
249
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
250
250
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -267,7 +267,7 @@ declare const __VLS_component: DefineComponent<IScrollAreaRootProps, {
|
|
|
267
267
|
$nextTick: nextTick;
|
|
268
268
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
269
269
|
} & Readonly<{
|
|
270
|
-
type: "
|
|
270
|
+
type: "auto" | "scroll" | "always" | "hover";
|
|
271
271
|
scrollHideDelay: number;
|
|
272
272
|
}> & Omit<Readonly<ScrollAreaRootProps> & Readonly<{}>, "type" | "scrollHideDelay" | "viewport" | "scrollTop" | "scrollTopLeft"> & ShallowUnwrapRef<{
|
|
273
273
|
viewport: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|