@profitliga/ui 1.2.47 → 1.2.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.
@@ -5,6 +5,7 @@ export interface DrawerProps {
5
5
  width?: number;
6
6
  closeButton?: IDrawerCloseProps;
7
7
  zIndex?: number;
8
+ contentClass?: string | string[];
8
9
  }
9
10
  type __VLS_Props = DrawerProps;
10
11
  type __VLS_PublicProps = {
@@ -32,6 +33,7 @@ declare const __VLS_component: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}
32
33
  closeButton: IDrawerCloseProps;
33
34
  position: "right" | "left" | "top" | "bottom";
34
35
  zIndex: number;
36
+ contentClass: string | string[];
35
37
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
36
38
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
37
39
  export default _default;
@@ -11,6 +11,7 @@ type __VLS_Props = {
11
11
  alt?: string;
12
12
  size?: 'small' | 'medium' | 'large' | 'full';
13
13
  fullScreen?: boolean;
14
+ fullScreenZ?: number;
14
15
  viewInfo?: boolean;
15
16
  hideDelete?: boolean;
16
17
  };
@@ -1,5 +1,5 @@
1
1
  import { Ref } from 'vue';
2
- declare function open(src: string, alt?: string): void;
2
+ declare function open(src: string, alt?: string, zIndex?: number): void;
3
3
  declare function close(): void;
4
4
  export declare function useImageModal(): {
5
5
  state: Readonly< Ref<{