pangea-lib 4.0.4 → 4.0.5

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.
@@ -7,9 +7,6 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
7
7
  maxVideosQuantity?: number;
8
8
  uploadFn?: (params: UploadFilesParams) => Promise<VideoStr[]>;
9
9
  deleteFn?: (params: RemoveFilesParams) => Promise<void>;
10
- size?: 's' | 'm' | 'l';
11
- height?: string;
12
- width?: string;
13
10
  }>, {
14
11
  maxVideosQuantity: number;
15
12
  }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
@@ -17,9 +14,6 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
17
14
  maxVideosQuantity?: number;
18
15
  uploadFn?: (params: UploadFilesParams) => Promise<VideoStr[]>;
19
16
  deleteFn?: (params: RemoveFilesParams) => Promise<void>;
20
- size?: 's' | 'm' | 'l';
21
- height?: string;
22
- width?: string;
23
17
  }>, {
24
18
  maxVideosQuantity: number;
25
19
  }>>>, {
@@ -7,9 +7,6 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
7
7
  maxImagesQuantity?: number;
8
8
  uploadFn?: (params: UploadFilesParams) => Promise<ImageStr[]>;
9
9
  deleteFn?: (params: RemoveFilesParams) => Promise<void>;
10
- size?: 's' | 'm' | 'l';
11
- height?: string;
12
- width?: string;
13
10
  }>, {
14
11
  maxImagesQuantity: number;
15
12
  }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
@@ -17,9 +14,6 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
17
14
  maxImagesQuantity?: number;
18
15
  uploadFn?: (params: UploadFilesParams) => Promise<ImageStr[]>;
19
16
  deleteFn?: (params: RemoveFilesParams) => Promise<void>;
20
- size?: 's' | 'm' | 'l';
21
- height?: string;
22
- width?: string;
23
17
  }>, {
24
18
  maxImagesQuantity: number;
25
19
  }>>>, {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pangea-lib",
3
3
  "description": "",
4
- "version": "4.0.4",
4
+ "version": "4.0.5",
5
5
  "author": "Gianfranco Raselli",
6
6
  "license": "ISC",
7
7
  "homepage": "https://github.com/GianfrancoRaselli/pangea-lib#readme",