@quicktvui/quicktvui3 1.2.0-beta.65.4 → 1.2.0-beta.66
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/dist/src/index.d.ts
CHANGED
|
@@ -139,7 +139,6 @@ export type { QTIAppIcon } from './app/QTIAppIcon';
|
|
|
139
139
|
export type { QTIPluginView, QTPluginViewEvent } from './plugin/QTIPluginView';
|
|
140
140
|
export { VirtualView } from './utils/VirtualView';
|
|
141
141
|
export type { QTICanvasView } from './canvas/QTICanvasView';
|
|
142
|
-
export type { QTIFileBrowse } from './file-browse/QTIFileBrowse';
|
|
143
142
|
export type { QTILongImage } from './long-image/QTILongImage';
|
|
144
143
|
export type { QTLongImageCenterChangeBean, QTLongImageDownloadChangeBean, QTLongImageLoadStatusChangeBean, QTLongImageScaleChangeBean, QTLongImageScrollChangeBean, QTLongImageShowChangeBean, } from './long-image/QTLongImageEventBean';
|
|
145
144
|
export { LongImageScrollDirection, LongImageStatus } from './long-image/QTLongImageEventBean';
|
package/package.json
CHANGED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { QTIView } from '../view/QTIView';
|
|
2
|
-
export interface QTIFileBrowse extends QTIView {
|
|
3
|
-
init(): Promise<any>;
|
|
4
|
-
canOpenFile(fileExtension: string): boolean;
|
|
5
|
-
openFile(filePath: string, fileExtension: string): void;
|
|
6
|
-
closeFile(): void;
|
|
7
|
-
useCustomView(useCustom: boolean): void;
|
|
8
|
-
}
|