@profitliga/ui 1.2.38 → 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.
@@ -12,6 +12,7 @@ export interface ConfirmOptions {
12
12
  widthContent?: number;
13
13
  icon?: Component | VNode;
14
14
  iconColor?: string;
15
+ zIndex?: number;
15
16
  acceptProps?: ConfirmDialogButtonProps & {
16
17
  customClose?: boolean;
17
18
  loading?: MaybeRefOrGetter<boolean>;
@@ -4,6 +4,7 @@ export interface DialogProps {
4
4
  title?: IDialogTitleProps;
5
5
  closeButton?: IDialogCloseProps;
6
6
  width?: number;
7
+ zIndex?: number;
7
8
  }
8
9
  type __VLS_Props = DialogProps;
9
10
  type __VLS_PublicProps = {
@@ -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: "scroll" | "always" | "auto" | "hover";
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?: ("scroll" | "always" | "auto" | "hover") | undefined;
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?: ("scroll" | "always" | "auto" | "hover") | undefined;
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: "scroll" | "always" | "auto" | "hover";
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: "scroll" | "always" | "auto" | "hover";
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?: ("scroll" | "always" | "auto" | "hover") | undefined;
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?: ("scroll" | "always" | "auto" | "hover") | undefined;
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: "scroll" | "always" | "auto" | "hover";
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: "scroll" | "always" | "auto" | "hover";
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>;