zartui 3.1.0 → 3.1.1
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.
- package/es/index.d.ts +1 -1
- package/es/index.mjs +1 -1
- package/es/media-picker/index.d.ts +1 -0
- package/es/media-player/index.d.ts +5 -5
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/media-picker/index.d.ts +1 -0
- package/lib/media-player/index.d.ts +5 -5
- package/lib/web-types.json +1 -1
- package/lib/zartui.cjs.js +1 -1
- package/lib/zartui.es.js +1 -1
- package/lib/zartui.js +1 -1
- package/lib/zartui.min.js +1 -1
- package/package.json +3 -3
package/es/index.d.ts
CHANGED
package/es/index.mjs
CHANGED
|
@@ -70,7 +70,7 @@ import { TimePicker } from "./time-picker/index.mjs";
|
|
|
70
70
|
import { Timeline } from "./timeline/index.mjs";
|
|
71
71
|
import { Toast } from "./toast/index.mjs";
|
|
72
72
|
import { Uploader } from "./uploader/index.mjs";
|
|
73
|
-
const version = "3.1.
|
|
73
|
+
const version = "3.1.1";
|
|
74
74
|
function install(app) {
|
|
75
75
|
const components = [
|
|
76
76
|
ActionSheet,
|
|
@@ -146,6 +146,7 @@ export declare const MediaPicker: import("../utils").WithInstall<import("vue").D
|
|
|
146
146
|
}, {}>>;
|
|
147
147
|
export default MediaPicker;
|
|
148
148
|
export type { MediaPickerProps } from './MediaPicker';
|
|
149
|
+
export type { Media, MediaType, MediaAddType, MediaUploadStatus, MediaPreview, MediaPick, MediaBeforeRead, MediaAfterRead, MediaBeforeDelete, } from './type';
|
|
149
150
|
declare module 'vue' {
|
|
150
151
|
interface GlobalComponents {
|
|
151
152
|
ZtMediaPicker: typeof MediaPicker;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export declare const MediaPlayer: import("../utils").WithInstall<import("vue").DefineComponent<{
|
|
2
2
|
show: BooleanConstructor;
|
|
3
3
|
mediaType: {
|
|
4
|
-
type: import("vue").PropType<import("
|
|
5
|
-
default: import("
|
|
4
|
+
type: import("vue").PropType<import("..").MediaType>;
|
|
5
|
+
default: import("..").MediaType;
|
|
6
6
|
};
|
|
7
7
|
mediaUrl: {
|
|
8
8
|
type: import("vue").PropType<string>;
|
|
@@ -11,8 +11,8 @@ export declare const MediaPlayer: import("../utils").WithInstall<import("vue").D
|
|
|
11
11
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:show"[], "update:show", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
12
|
show: BooleanConstructor;
|
|
13
13
|
mediaType: {
|
|
14
|
-
type: import("vue").PropType<import("
|
|
15
|
-
default: import("
|
|
14
|
+
type: import("vue").PropType<import("..").MediaType>;
|
|
15
|
+
default: import("..").MediaType;
|
|
16
16
|
};
|
|
17
17
|
mediaUrl: {
|
|
18
18
|
type: import("vue").PropType<string>;
|
|
@@ -22,7 +22,7 @@ export declare const MediaPlayer: import("../utils").WithInstall<import("vue").D
|
|
|
22
22
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
23
23
|
}, {
|
|
24
24
|
show: boolean;
|
|
25
|
-
mediaType: import("
|
|
25
|
+
mediaType: import("..").MediaType;
|
|
26
26
|
mediaUrl: string;
|
|
27
27
|
}, {}>>;
|
|
28
28
|
export default MediaPlayer;
|
package/lib/index.d.ts
CHANGED
package/lib/index.js
CHANGED
|
@@ -168,7 +168,7 @@ __reExport(stdin_exports, require("./time-picker"), module.exports);
|
|
|
168
168
|
__reExport(stdin_exports, require("./timeline"), module.exports);
|
|
169
169
|
__reExport(stdin_exports, require("./toast"), module.exports);
|
|
170
170
|
__reExport(stdin_exports, require("./uploader"), module.exports);
|
|
171
|
-
const version = "3.1.
|
|
171
|
+
const version = "3.1.1";
|
|
172
172
|
function install(app) {
|
|
173
173
|
const components = [
|
|
174
174
|
import_action_sheet.ActionSheet,
|
|
@@ -146,6 +146,7 @@ export declare const MediaPicker: import("../utils").WithInstall<import("vue").D
|
|
|
146
146
|
}, {}>>;
|
|
147
147
|
export default MediaPicker;
|
|
148
148
|
export type { MediaPickerProps } from './MediaPicker';
|
|
149
|
+
export type { Media, MediaType, MediaAddType, MediaUploadStatus, MediaPreview, MediaPick, MediaBeforeRead, MediaAfterRead, MediaBeforeDelete, } from './type';
|
|
149
150
|
declare module 'vue' {
|
|
150
151
|
interface GlobalComponents {
|
|
151
152
|
ZtMediaPicker: typeof MediaPicker;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export declare const MediaPlayer: import("../utils").WithInstall<import("vue").DefineComponent<{
|
|
2
2
|
show: BooleanConstructor;
|
|
3
3
|
mediaType: {
|
|
4
|
-
type: import("vue").PropType<import("
|
|
5
|
-
default: import("
|
|
4
|
+
type: import("vue").PropType<import("..").MediaType>;
|
|
5
|
+
default: import("..").MediaType;
|
|
6
6
|
};
|
|
7
7
|
mediaUrl: {
|
|
8
8
|
type: import("vue").PropType<string>;
|
|
@@ -11,8 +11,8 @@ export declare const MediaPlayer: import("../utils").WithInstall<import("vue").D
|
|
|
11
11
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:show"[], "update:show", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
12
|
show: BooleanConstructor;
|
|
13
13
|
mediaType: {
|
|
14
|
-
type: import("vue").PropType<import("
|
|
15
|
-
default: import("
|
|
14
|
+
type: import("vue").PropType<import("..").MediaType>;
|
|
15
|
+
default: import("..").MediaType;
|
|
16
16
|
};
|
|
17
17
|
mediaUrl: {
|
|
18
18
|
type: import("vue").PropType<string>;
|
|
@@ -22,7 +22,7 @@ export declare const MediaPlayer: import("../utils").WithInstall<import("vue").D
|
|
|
22
22
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
23
23
|
}, {
|
|
24
24
|
show: boolean;
|
|
25
|
-
mediaType: import("
|
|
25
|
+
mediaType: import("..").MediaType;
|
|
26
26
|
mediaUrl: string;
|
|
27
27
|
}, {}>>;
|
|
28
28
|
export default MediaPlayer;
|