@quicktvui/quicktvui3 1.2.0-beta.31 → 1.2.0-beta.34
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/index.css +16 -27
- package/dist/index.js +1 -1
- package/dist/src/animation/QTAnimation.d.ts +1 -1
- package/dist/src/animation/QTIAnimation.d.ts +2 -2
- package/dist/src/animation/QtAnimationAPI.d.ts +4 -4
- package/dist/src/app/QTAppIcon.d.ts +1 -1
- package/dist/src/app/QtAppIconAPI.d.ts +3 -3
- package/dist/src/base/QTIBaseView.d.ts +10 -10
- package/dist/src/base/useBaseView.d.ts +11 -11
- package/dist/src/button/QTIButton.d.ts +1 -1
- package/dist/src/button/QtButtonAPI.d.ts +1 -1
- package/dist/src/canvas/{Gradient.d.ts → CanvasGradient.d.ts} +1 -2
- package/dist/src/canvas/QTICanvasView.d.ts +1 -1
- package/dist/src/canvas/QtCanvasViewAPI.d.ts +2 -2
- package/dist/src/classified-list-view/QtClassifiedListViewAPI.d.ts +4 -4
- package/dist/src/classified-list-view/core/QTClassifiedListViewItem.d.ts +2 -2
- package/dist/src/classified-list-view/core/QTIClassifiedListView.d.ts +2 -2
- package/dist/src/classified-list-view/index.vue.d.ts +2 -2
- package/dist/src/collapse/QtCollapseAPI.d.ts +5 -5
- package/dist/src/collapse/core/QTCollapse.d.ts +1 -1
- package/dist/src/collapse/core/QTICollapse.d.ts +3 -3
- package/dist/src/column/QTIColumn.d.ts +1 -1
- package/dist/src/column/QtColumnAPI.d.ts +1 -1
- package/dist/src/core/QTFlexStyleGradientBackground.d.ts +1 -1
- package/dist/src/core/QTLocation.d.ts +2 -2
- package/dist/src/dialog/QTDialog.d.ts +1 -1
- package/dist/src/dialog/QTIDialog.d.ts +1 -1
- package/dist/src/gradient/QTGradient.d.ts +3 -3
- package/dist/src/grid-view/QtGridViewAPI.d.ts +5 -5
- package/dist/src/grid-view/core/QTGridViewItem.d.ts +1 -1
- package/dist/src/grid-view/core/QTIGridView.d.ts +2 -2
- package/dist/src/grid-view/index.vue.d.ts +1 -1
- package/dist/src/image/QTIImage.d.ts +2 -2
- package/dist/src/image/QtImageAPI.d.ts +4 -4
- package/dist/src/image/index.vue.d.ts +1 -1
- package/dist/src/index.d.ts +2 -0
- package/dist/src/list/QTIBaseListView.d.ts +5 -5
- package/dist/src/list/QtBaseListViewAPI.d.ts +6 -6
- package/dist/src/list/useBaseListView.d.ts +6 -6
- package/dist/src/list/useListView.d.ts +6 -6
- package/dist/src/list-indicator/QTIndicatorListViewComponent.d.ts +1 -1
- package/dist/src/list-indicator/QtIndicatorViewAPI.d.ts +5 -5
- package/dist/src/list-indicator/core/QTIIndicatorView.d.ts +2 -2
- package/dist/src/list-item/ESListItemComponent.d.ts +1 -1
- package/dist/src/list-item/QtListItemAPI.d.ts +3 -3
- package/dist/src/list-view/QTListViewComponent.d.ts +1 -1
- package/dist/src/list-view/QtListViewAPI.d.ts +5 -5
- package/dist/src/list-view/core/QTIListView.d.ts +2 -2
- package/dist/src/list-view/core/QTListViewItem.d.ts +2 -2
- package/dist/src/loading/QTILoadingView.d.ts +1 -1
- package/dist/src/loading/QTLoadingView.d.ts +1 -1
- package/dist/src/loading/QtLoadingAPI.d.ts +1 -1
- package/dist/src/lottie/QTILottieView.d.ts +4 -4
- package/dist/src/lottie/QTLottieView.d.ts +1 -1
- package/dist/src/lottie/QtLottieViewAPI.d.ts +6 -6
- package/dist/src/nav-bar/QTINavBar.d.ts +2 -2
- package/dist/src/nav-bar/QTNavBar.d.ts +1 -1
- package/dist/src/nav-bar/QTNavBarItem.d.ts +2 -2
- package/dist/src/nav-bar/QtNavBarAPI.d.ts +4 -4
- package/dist/src/nav-bar/index.vue.d.ts +2 -2
- package/dist/src/plugin/QTIPluginView.d.ts +1 -1
- package/dist/src/plugin/QTPluginView.d.ts +1 -1
- package/dist/src/plugin/QtPluginViewAPI.d.ts +3 -3
- package/dist/src/poster/QtPosterAPI.d.ts +1 -1
- package/dist/src/poster/core/QTIPoster.d.ts +1 -1
- package/dist/src/poster/core/QTPoster.d.ts +13 -13
- package/dist/src/poster/core/QTPosterCorner.d.ts +2 -2
- package/dist/src/poster/core/QTPosterElement.d.ts +1 -1
- package/dist/src/poster/core/QTPosterImage.d.ts +1 -1
- package/dist/src/poster/core/QTPosterRipple.d.ts +3 -3
- package/dist/src/poster/core/QTPosterScore.d.ts +4 -4
- package/dist/src/poster/core/QTPosterTitle.d.ts +5 -5
- package/dist/src/progressbar/QTIProgressBar.d.ts +8 -8
- package/dist/src/progressbar/QTProgressBar.d.ts +1 -1
- package/dist/src/progressbar/QtProgressBarAPI.d.ts +10 -10
- package/dist/src/qrcode/QTIQRCode.d.ts +1 -1
- package/dist/src/qrcode/QTQRCodeView.d.ts +1 -1
- package/dist/src/qrcode/QtQRCodeAPI.d.ts +1 -1
- package/dist/src/qtListen/index.d.ts +3 -3
- package/dist/src/replace-child/QTIReplaceChildView.d.ts +1 -1
- package/dist/src/replace-child/QTReplaceChildView.d.ts +1 -1
- package/dist/src/replace-child/QtReplaceChildViewAPI.d.ts +3 -3
- package/dist/src/row/QTIRow.d.ts +1 -1
- package/dist/src/row/QtRowAPI.d.ts +1 -1
- package/dist/src/scroll-view/QTIScrollView.d.ts +1 -1
- package/dist/src/scroll-view/QTScrollView.d.ts +1 -1
- package/dist/src/scroll-view/QtScrollViewAPI.d.ts +3 -3
- package/dist/src/seekbar/QTISeekBar.d.ts +8 -8
- package/dist/src/seekbar/QTSeekBar.d.ts +1 -1
- package/dist/src/seekbar/QtSeekBarAPI.d.ts +10 -10
- package/dist/src/series/DataAdapter.d.ts +5 -5
- package/dist/src/series/QTIMediaSeries.d.ts +6 -6
- package/dist/src/series/QTMediaSeries.d.ts +2 -2
- package/dist/src/series/QTMediaSeriesData.d.ts +1 -1
- package/dist/src/series/QTMediaSeriesEvent.d.ts +1 -1
- package/dist/src/series/QTMediaSeriesGroup.d.ts +1 -1
- package/dist/src/series/QtMediaSeriesAPI.d.ts +8 -8
- package/dist/src/series/component/media-series.vue.d.ts +1 -1
- package/dist/src/series/index.vue.d.ts +6 -6
- package/dist/src/tab/QTITab.d.ts +9 -9
- package/dist/src/tab/QTTab.d.ts +1 -1
- package/dist/src/tab/QTTabDataManager.d.ts +7 -7
- package/dist/src/tab/QTTabEvent.d.ts +2 -2
- package/dist/src/tab/QTTabEventParams.d.ts +1 -1
- package/dist/src/tab/QTTabItem.d.ts +1 -1
- package/dist/src/tab/QTTabPage.d.ts +1 -1
- package/dist/src/tab/QTTabPageData.d.ts +1 -1
- package/dist/src/tab/QTTabPageDataState.d.ts +1 -1
- package/dist/src/tab/QtTabAPI.d.ts +11 -11
- package/dist/src/tab/index.vue.d.ts +11 -11
- package/dist/src/text/QTIText.d.ts +2 -2
- package/dist/src/text/QTTextSpan.d.ts +1 -1
- package/dist/src/text/QTTextSpanAttribute.d.ts +1 -1
- package/dist/src/text/QtTextAPI.d.ts +4 -4
- package/dist/src/text/index.vue.d.ts +1 -1
- package/dist/src/ul/QTIUL.d.ts +3 -3
- package/dist/src/ul/QTULInitPosition.d.ts +1 -1
- package/dist/src/ul/QtULAPI.d.ts +5 -5
- package/dist/src/utils/QtVirtualViewAPI.d.ts +1 -1
- package/dist/src/view/QTIView.d.ts +1 -1
- package/dist/src/view/QtViewAPI.d.ts +1 -1
- package/dist/src/waterfall/QtWaterfallAPI.d.ts +7 -7
- package/dist/src/waterfall/core/QTIWaterfall.d.ts +4 -4
- package/dist/src/waterfall/core/QTWaterfall.d.ts +1 -1
- package/dist/src/waterfall/core/QTWaterfallCardItem.d.ts +2 -2
- package/dist/src/waterfall/core/QTWaterfallCardSection.d.ts +3 -3
- package/dist/src/waterfall/core/QTWaterfallDataAdapter.d.ts +3 -3
- package/dist/src/waterfall/core/QTWaterfallDataManager.d.ts +3 -3
- package/dist/src/waterfall/core/QTWaterfallEvent.d.ts +1 -1
- package/dist/src/waterfall/core/QTWaterfallFlexStyle.d.ts +8 -8
- package/dist/src/waterfall/core/QTWaterfallItem.d.ts +2 -2
- package/dist/src/waterfall/core/QTWaterfallPluginItem.d.ts +1 -1
- package/dist/src/waterfall/core/QTWaterfallPluginSection.d.ts +1 -1
- package/dist/src/waterfall/core/QTWaterfallSection.d.ts +5 -5
- package/dist/src/waterfall/core/QTWaterfallTabItem.d.ts +2 -2
- package/dist/src/waterfall/section/flex-section.vue.d.ts +2 -2
- package/dist/src/waterfall/section/section-title.vue.d.ts +1 -1
- package/dist/src/webview/QTIWebView.d.ts +1 -1
- package/dist/src/webview/QTWebView.d.ts +1 -1
- package/dist/src/webview/QtWebViewAPI.d.ts +3 -3
- package/dist/src/x5webview/QTIX5WebView.d.ts +1 -1
- package/dist/src/x5webview/QTX5WebView.d.ts +1 -1
- package/dist/src/x5webview/QtX5WebViewAPI.d.ts +3 -3
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Ref } from
|
|
2
|
-
import { QTNavBar } from
|
|
3
|
-
import { QTINavBar } from
|
|
4
|
-
import { QtBaseViewAPI } from
|
|
1
|
+
import { Ref } from '@vue/reactivity';
|
|
2
|
+
import { QTNavBar } from './QTNavBar';
|
|
3
|
+
import { QTINavBar } from './QTINavBar';
|
|
4
|
+
import { QtBaseViewAPI } from '../base/QtBaseViewAPI';
|
|
5
5
|
export interface QtNavBarAPI extends QtBaseViewAPI {
|
|
6
6
|
init(instance: Ref<QTINavBar | undefined>, navBar: QTNavBar): void;
|
|
7
7
|
scrollToPosition(instance: Ref<QTINavBar | undefined>, index: number): void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { QTIListView } from
|
|
2
|
-
import { QTNavBar } from
|
|
1
|
+
import { QTIListView } from '../list-view/core/QTIListView';
|
|
2
|
+
import { QTNavBar } from './QTNavBar';
|
|
3
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
textKey: {
|
|
5
5
|
type: StringConstructor;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Ref } from
|
|
2
|
-
import { QTIPluginView } from
|
|
3
|
-
import { QtBaseViewAPI } from
|
|
1
|
+
import { Ref } from '@vue/reactivity';
|
|
2
|
+
import { QTIPluginView } from './QTIPluginView';
|
|
3
|
+
import { QtBaseViewAPI } from '../base/QtBaseViewAPI';
|
|
4
4
|
export interface QtPluginViewAPI extends QtBaseViewAPI {
|
|
5
5
|
dispatchFunction(instance: string | Ref<QTIPluginView | undefined>, funName: string, params: Array<any>): Promise<any>;
|
|
6
6
|
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { QTWaterfallItem } from
|
|
2
|
-
import { QTPosterShadow } from
|
|
3
|
-
import { QTPosterShimmer } from
|
|
4
|
-
import { QTPosterTitle } from
|
|
5
|
-
import { QTPosterRipple } from
|
|
6
|
-
import { QTPosterCorner } from
|
|
7
|
-
import { QTPosterImage } from
|
|
8
|
-
import { QTFlexStyleMargin } from
|
|
9
|
-
import { QTFlexStylePadding } from
|
|
10
|
-
import { QTFlexStyleSize } from
|
|
11
|
-
import { QTPosterScore } from
|
|
12
|
-
import { QTFocusable } from
|
|
13
|
-
import { QTPosterPlaceholderImg } from
|
|
1
|
+
import { QTWaterfallItem } from '../../waterfall/core/QTWaterfallItem';
|
|
2
|
+
import { QTPosterShadow } from './QTPosterShadow';
|
|
3
|
+
import { QTPosterShimmer } from './QTPosterShimmer';
|
|
4
|
+
import { QTPosterTitle } from './QTPosterTitle';
|
|
5
|
+
import { QTPosterRipple } from './QTPosterRipple';
|
|
6
|
+
import { QTPosterCorner } from './QTPosterCorner';
|
|
7
|
+
import { QTPosterImage } from './QTPosterImage';
|
|
8
|
+
import { QTFlexStyleMargin } from '../../core/QTFlexStyleMargin';
|
|
9
|
+
import { QTFlexStylePadding } from '../../core/QTFlexStylePadding';
|
|
10
|
+
import { QTFlexStyleSize } from '../../core/QTFlexStyleSize';
|
|
11
|
+
import { QTPosterScore } from './QTPosterScore';
|
|
12
|
+
import { QTFocusable } from '../../core/QTFocusable';
|
|
13
|
+
import { QTPosterPlaceholderImg } from './QTPosterPlaceholderImg';
|
|
14
14
|
export interface QTPoster extends QTWaterfallItem {
|
|
15
15
|
focus?: QTFocusable;
|
|
16
16
|
image?: QTPosterImage;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { QTPosterElement } from
|
|
2
|
-
import { ESGradient } from
|
|
1
|
+
import { QTPosterElement } from './QTPosterElement';
|
|
2
|
+
import { ESGradient } from '@extscreen/es3-component';
|
|
3
3
|
export interface QTPosterCorner extends QTPosterElement {
|
|
4
4
|
text: string;
|
|
5
5
|
background?: ESGradient;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { QTFlexStyleMargin } from
|
|
2
|
-
import { QTFlexStylePadding } from
|
|
3
|
-
import { QTFlexStylePosition } from
|
|
1
|
+
import { QTFlexStyleMargin } from '../../core/QTFlexStyleMargin';
|
|
2
|
+
import { QTFlexStylePadding } from '../../core/QTFlexStylePadding';
|
|
3
|
+
import { QTFlexStylePosition } from '../../core/QTFlexStylePosition';
|
|
4
4
|
export interface QTPosterRipple {
|
|
5
5
|
enable: boolean;
|
|
6
6
|
src?: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { QTFlexStyleMargin } from
|
|
2
|
-
import { QTFlexStylePadding } from
|
|
3
|
-
import { QTFlexStyleSize } from
|
|
4
|
-
import { QTFlexStyleText } from
|
|
1
|
+
import { QTFlexStyleMargin } from '../../core/QTFlexStyleMargin';
|
|
2
|
+
import { QTFlexStylePadding } from '../../core/QTFlexStylePadding';
|
|
3
|
+
import { QTFlexStyleSize } from '../../core/QTFlexStyleSize';
|
|
4
|
+
import { QTFlexStyleText } from '../../core/QTFlexStyleText';
|
|
5
5
|
export interface QTPosterScore {
|
|
6
6
|
text: string;
|
|
7
7
|
style?: QTFlexStyleMargin & QTFlexStylePadding & QTFlexStyleSize & QTFlexStyleText;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { QTFlexStyleMargin } from
|
|
2
|
-
import { QTFlexStylePadding } from
|
|
3
|
-
import { QTFlexStyleSize } from
|
|
4
|
-
import { ESGradient } from
|
|
5
|
-
import { QTFlexStyleText } from
|
|
1
|
+
import { QTFlexStyleMargin } from '../../core/QTFlexStyleMargin';
|
|
2
|
+
import { QTFlexStylePadding } from '../../core/QTFlexStylePadding';
|
|
3
|
+
import { QTFlexStyleSize } from '../../core/QTFlexStyleSize';
|
|
4
|
+
import { ESGradient } from '@extscreen/es3-component';
|
|
5
|
+
import { QTFlexStyleText } from '../../core/QTFlexStyleText';
|
|
6
6
|
export interface QTPosterTitle {
|
|
7
7
|
text: string;
|
|
8
8
|
focusTitle?: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { ESGradient } from
|
|
2
|
-
import { QTSeekBarMode } from
|
|
3
|
-
import { QTSeekBarGravity } from
|
|
4
|
-
import { QTSeekBarIndicatorMode } from
|
|
5
|
-
import { QTSeekBarTickMarkMode } from
|
|
6
|
-
import { QTSeekBarTickMarkGravity } from
|
|
7
|
-
import { QTSeekBarTickMarkLayoutGravity } from
|
|
8
|
-
import { QTIView } from
|
|
1
|
+
import { ESGradient } from '@extscreen/es3-component';
|
|
2
|
+
import { QTSeekBarMode } from '../seekbar/QTSeekBarMode';
|
|
3
|
+
import { QTSeekBarGravity } from '../seekbar/QTSeekBarGravity';
|
|
4
|
+
import { QTSeekBarIndicatorMode } from '../seekbar/QTSeekBarIndicatorMode';
|
|
5
|
+
import { QTSeekBarTickMarkMode } from '../seekbar/QTSeekBarTickMarkMode';
|
|
6
|
+
import { QTSeekBarTickMarkGravity } from '../seekbar/QTSeekBarTickMarkGravity';
|
|
7
|
+
import { QTSeekBarTickMarkLayoutGravity } from '../seekbar/QTSeekBarTickMarkLayoutGravity';
|
|
8
|
+
import { QTIView } from '../view/QTIView';
|
|
9
9
|
export interface QTIProgressBar extends QTIView {
|
|
10
10
|
invalidateProgressBar(): void;
|
|
11
11
|
setFocusable(focusable: boolean): void;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { Ref } from
|
|
2
|
-
import { QTSeekBarMode } from
|
|
3
|
-
import { QTSeekBarGravity } from
|
|
4
|
-
import { ESGradient } from
|
|
5
|
-
import { QTSeekBarIndicatorMode } from
|
|
6
|
-
import { QTSeekBarTickMarkMode } from
|
|
7
|
-
import { QTSeekBarTickMarkGravity } from
|
|
8
|
-
import { QTSeekBarTickMarkLayoutGravity } from
|
|
9
|
-
import { QTIProgressBar } from
|
|
10
|
-
import { QtBaseViewAPI } from
|
|
1
|
+
import { Ref } from '@vue/reactivity';
|
|
2
|
+
import { QTSeekBarMode } from '../seekbar/QTSeekBarMode';
|
|
3
|
+
import { QTSeekBarGravity } from '../seekbar/QTSeekBarGravity';
|
|
4
|
+
import { ESGradient } from '@extscreen/es3-component';
|
|
5
|
+
import { QTSeekBarIndicatorMode } from '../seekbar/QTSeekBarIndicatorMode';
|
|
6
|
+
import { QTSeekBarTickMarkMode } from '../seekbar/QTSeekBarTickMarkMode';
|
|
7
|
+
import { QTSeekBarTickMarkGravity } from '../seekbar/QTSeekBarTickMarkGravity';
|
|
8
|
+
import { QTSeekBarTickMarkLayoutGravity } from '../seekbar/QTSeekBarTickMarkLayoutGravity';
|
|
9
|
+
import { QTIProgressBar } from './QTIProgressBar';
|
|
10
|
+
import { QtBaseViewAPI } from '../base/QtBaseViewAPI';
|
|
11
11
|
export interface QtProgressBarAPI extends QtBaseViewAPI {
|
|
12
12
|
invalidateProgressBar(instance: string | Ref<QTIProgressBar | undefined>): void;
|
|
13
13
|
setFocusable(instance: string | Ref<QTIProgressBar | undefined>, focusable: boolean): void;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { qtEffect } from
|
|
2
|
-
export { qtGetParent } from
|
|
3
|
-
export { qtRef, qtRefObject, qtTabsRef } from
|
|
1
|
+
export { qtEffect } from './effect';
|
|
2
|
+
export { qtGetParent } from './reactive';
|
|
3
|
+
export { qtRef, qtRefObject, qtTabsRef } from './ref';
|
|
4
4
|
export type { IQtTabDatas } from './ref';
|
|
5
5
|
export { qtWatchAll } from './watch';
|
|
6
6
|
export { qtLongestSequenceSplit, qtFilterChangeMap, parseChildUpdate } from './types';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Ref } from
|
|
2
|
-
import { QTIReplaceChildView } from
|
|
3
|
-
import { QtBaseViewAPI } from
|
|
1
|
+
import { Ref } from '@vue/reactivity';
|
|
2
|
+
import { QTIReplaceChildView } from './QTIReplaceChildView';
|
|
3
|
+
import { QtBaseViewAPI } from '../base/QtBaseViewAPI';
|
|
4
4
|
export interface QtReplaceChildViewAPI extends QtBaseViewAPI {
|
|
5
5
|
setChildSID(instance: string | Ref<QTIReplaceChildView | undefined>, sid: string): void;
|
|
6
6
|
}
|
package/dist/src/row/QTIRow.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Ref } from
|
|
2
|
-
import { QTIScrollView } from
|
|
3
|
-
import { QtBaseViewAPI } from
|
|
1
|
+
import { Ref } from '@vue/reactivity';
|
|
2
|
+
import { QTIScrollView } from './QTIScrollView';
|
|
3
|
+
import { QtBaseViewAPI } from '../base/QtBaseViewAPI';
|
|
4
4
|
export interface QtScrollViewAPI extends QtBaseViewAPI {
|
|
5
5
|
scrollTo(instance: string | Ref<QTIScrollView | undefined>, x: number, y: number): void;
|
|
6
6
|
scrollToWithOptions(instance: string | Ref<QTIScrollView | undefined>, x: number, y: number, duration: number): void;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { ESGradient } from
|
|
2
|
-
import { QTSeekBarMode } from
|
|
3
|
-
import { QTSeekBarGravity } from
|
|
4
|
-
import { QTSeekBarIndicatorMode } from
|
|
5
|
-
import { QTSeekBarTickMarkMode } from
|
|
6
|
-
import { QTSeekBarTickMarkGravity } from
|
|
7
|
-
import { QTSeekBarTickMarkLayoutGravity } from
|
|
8
|
-
import { QTIView } from
|
|
1
|
+
import { ESGradient } from '@extscreen/es3-component';
|
|
2
|
+
import { QTSeekBarMode } from './QTSeekBarMode';
|
|
3
|
+
import { QTSeekBarGravity } from './QTSeekBarGravity';
|
|
4
|
+
import { QTSeekBarIndicatorMode } from './QTSeekBarIndicatorMode';
|
|
5
|
+
import { QTSeekBarTickMarkMode } from './QTSeekBarTickMarkMode';
|
|
6
|
+
import { QTSeekBarTickMarkGravity } from './QTSeekBarTickMarkGravity';
|
|
7
|
+
import { QTSeekBarTickMarkLayoutGravity } from './QTSeekBarTickMarkLayoutGravity';
|
|
8
|
+
import { QTIView } from '../view/QTIView';
|
|
9
9
|
export interface QTISeekBar extends QTIView {
|
|
10
10
|
setProgress(p: number): void;
|
|
11
11
|
setMaxProgress(value: number): void;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { Ref } from
|
|
2
|
-
import { QTSeekBarMode } from
|
|
3
|
-
import { QTSeekBarGravity } from
|
|
4
|
-
import { ESGradient } from
|
|
5
|
-
import { QTSeekBarIndicatorMode } from
|
|
6
|
-
import { QTSeekBarTickMarkMode } from
|
|
7
|
-
import { QTSeekBarTickMarkGravity } from
|
|
8
|
-
import { QTSeekBarTickMarkLayoutGravity } from
|
|
9
|
-
import { QTISeekBar } from
|
|
10
|
-
import { QtBaseViewAPI } from
|
|
1
|
+
import { Ref } from '@vue/reactivity';
|
|
2
|
+
import { QTSeekBarMode } from '../seekbar/QTSeekBarMode';
|
|
3
|
+
import { QTSeekBarGravity } from '../seekbar/QTSeekBarGravity';
|
|
4
|
+
import { ESGradient } from '@extscreen/es3-component';
|
|
5
|
+
import { QTSeekBarIndicatorMode } from '../seekbar/QTSeekBarIndicatorMode';
|
|
6
|
+
import { QTSeekBarTickMarkMode } from '../seekbar/QTSeekBarTickMarkMode';
|
|
7
|
+
import { QTSeekBarTickMarkGravity } from '../seekbar/QTSeekBarTickMarkGravity';
|
|
8
|
+
import { QTSeekBarTickMarkLayoutGravity } from '../seekbar/QTSeekBarTickMarkLayoutGravity';
|
|
9
|
+
import { QTISeekBar } from './QTISeekBar';
|
|
10
|
+
import { QtBaseViewAPI } from '../base/QtBaseViewAPI';
|
|
11
11
|
export interface QtSeekBarAPI extends QtBaseViewAPI {
|
|
12
12
|
resetSeekbar(instance: Ref<QTISeekBar | undefined>): void;
|
|
13
13
|
startSeek(instance: Ref<QTISeekBar | undefined>, forward: boolean): void;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { QTMediaSeriesType } from
|
|
2
|
-
import { QTMediaSeriesGroup } from
|
|
3
|
-
import { QTMediaSeriesStyleType } from
|
|
4
|
-
import { QTMediaSeriesData } from
|
|
5
|
-
import { QTMediaSeries } from
|
|
1
|
+
import { QTMediaSeriesType } from './QTMediaSeriesType';
|
|
2
|
+
import { QTMediaSeriesGroup } from './QTMediaSeriesGroup';
|
|
3
|
+
import { QTMediaSeriesStyleType } from './QTMediaSeriesStyleType';
|
|
4
|
+
import { QTMediaSeriesData } from './QTMediaSeriesData';
|
|
5
|
+
import { QTMediaSeries } from './QTMediaSeries';
|
|
6
6
|
export declare function buildGroupParams(type: QTMediaSeriesType, group: QTMediaSeriesGroup, styleType: QTMediaSeriesStyleType, data: QTMediaSeriesData): any;
|
|
7
7
|
export declare function buildScrollParams(type: QTMediaSeriesType, group: QTMediaSeriesGroup, styleType: QTMediaSeriesStyleType, data: QTMediaSeriesData): {
|
|
8
8
|
scrollType: number;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { QTMediaSeries } from
|
|
2
|
-
import { QTMediaSeriesType } from
|
|
3
|
-
import { QTMediaSeriesGroup } from
|
|
4
|
-
import { QTMediaSeriesStyleType } from
|
|
5
|
-
import { QTMediaSeriesData } from
|
|
6
|
-
import { QTIView } from
|
|
1
|
+
import { QTMediaSeries } from './QTMediaSeries';
|
|
2
|
+
import { QTMediaSeriesType } from './QTMediaSeriesType';
|
|
3
|
+
import { QTMediaSeriesGroup } from './QTMediaSeriesGroup';
|
|
4
|
+
import { QTMediaSeriesStyleType } from './QTMediaSeriesStyleType';
|
|
5
|
+
import { QTMediaSeriesData } from './QTMediaSeriesData';
|
|
6
|
+
import { QTIView } from '../view/QTIView';
|
|
7
7
|
export interface QTIMediaSeries extends Omit<QTIView, 'requestFocus'> {
|
|
8
8
|
setup(): void;
|
|
9
9
|
setInitData(type: QTMediaSeriesType, group: QTMediaSeriesGroup, styleType: QTMediaSeriesStyleType, data: QTMediaSeriesData): void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ESMediaSeries } from
|
|
2
|
-
import { QTMediaSeriesVip } from
|
|
1
|
+
import { ESMediaSeries } from '@extscreen/es3-component';
|
|
2
|
+
import { QTMediaSeriesVip } from './QTMediaSeriesVip';
|
|
3
3
|
export interface QTMediaSeries extends ESMediaSeries {
|
|
4
4
|
id?: string;
|
|
5
5
|
vip?: QTMediaSeriesVip;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { QtViewAPI } from
|
|
2
|
-
import { Ref } from
|
|
3
|
-
import { QTIMediaSeries } from
|
|
4
|
-
import { QTMediaSeriesType } from
|
|
5
|
-
import { QTMediaSeriesGroup } from
|
|
6
|
-
import { QTMediaSeriesStyleType } from
|
|
7
|
-
import { QTMediaSeriesData } from
|
|
8
|
-
import { QTMediaSeries } from
|
|
1
|
+
import { QtViewAPI } from '../view/QtViewAPI';
|
|
2
|
+
import { Ref } from '@vue/reactivity';
|
|
3
|
+
import { QTIMediaSeries } from './QTIMediaSeries';
|
|
4
|
+
import { QTMediaSeriesType } from './QTMediaSeriesType';
|
|
5
|
+
import { QTMediaSeriesGroup } from './QTMediaSeriesGroup';
|
|
6
|
+
import { QTMediaSeriesStyleType } from './QTMediaSeriesStyleType';
|
|
7
|
+
import { QTMediaSeriesData } from './QTMediaSeriesData';
|
|
8
|
+
import { QTMediaSeries } from './QTMediaSeries';
|
|
9
9
|
export interface QtMediaSeriesAPI extends Omit<QtViewAPI, 'requestFocus'> {
|
|
10
10
|
setup(instance: Ref<QTIMediaSeries | undefined>): void;
|
|
11
11
|
setInitData(instance: Ref<QTIMediaSeries | undefined>, type: QTMediaSeriesType, group: QTMediaSeriesGroup, styleType: QTMediaSeriesStyleType, data: QTMediaSeriesData): void;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { QTMediaSeriesType } from
|
|
2
|
-
import { QTMediaSeriesData } from
|
|
3
|
-
import { QTMediaSeriesStyleType } from
|
|
4
|
-
import { QTMediaSeriesGroup } from
|
|
5
|
-
import { QTMediaSeries } from
|
|
6
|
-
import { ESIMediaSeries } from
|
|
1
|
+
import { QTMediaSeriesType } from './QTMediaSeriesType';
|
|
2
|
+
import { QTMediaSeriesData } from './QTMediaSeriesData';
|
|
3
|
+
import { QTMediaSeriesStyleType } from './QTMediaSeriesStyleType';
|
|
4
|
+
import { QTMediaSeriesGroup } from './QTMediaSeriesGroup';
|
|
5
|
+
import { QTMediaSeries } from './QTMediaSeries';
|
|
6
|
+
import { ESIMediaSeries } from '@extscreen/es3-component';
|
|
7
7
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
8
|
itemHeight: {
|
|
9
9
|
type: NumberConstructor;
|
package/dist/src/tab/QTITab.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { QTTab } from
|
|
2
|
-
import { QTTabPageData } from
|
|
3
|
-
import { ESListViewItemFunctionParams, ESViewStateCallback } from
|
|
4
|
-
import { QTTabPageState } from
|
|
5
|
-
import { QTWaterfallSection } from
|
|
6
|
-
import { QTWaterfallItem } from
|
|
7
|
-
import { QTTabPage } from
|
|
8
|
-
import { QTIView } from
|
|
9
|
-
import { QTTabDataManager } from
|
|
1
|
+
import { QTTab } from './QTTab';
|
|
2
|
+
import { QTTabPageData } from './QTTabPageData';
|
|
3
|
+
import { ESListViewItemFunctionParams, ESViewStateCallback } from '@extscreen/es3-component';
|
|
4
|
+
import { QTTabPageState } from './QTTabPageState';
|
|
5
|
+
import { QTWaterfallSection } from '../waterfall/core/QTWaterfallSection';
|
|
6
|
+
import { QTWaterfallItem } from '../waterfall/core/QTWaterfallItem';
|
|
7
|
+
import { QTTabPage } from './QTTabPage';
|
|
8
|
+
import { QTIView } from '../view/QTIView';
|
|
9
|
+
import { QTTabDataManager } from './QTTabDataManager';
|
|
10
10
|
export interface QTITab extends QTIView {
|
|
11
11
|
initTab(tab: QTTab): void;
|
|
12
12
|
initPage(waterfall: QTTabPage): void;
|
package/dist/src/tab/QTTab.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { QTWaterfallSection } from
|
|
2
|
-
import { QTWaterfallItem } from
|
|
3
|
-
import { QTTabIndex } from
|
|
4
|
-
import { QTTabPageDataState } from
|
|
5
|
-
import { QTTab } from
|
|
6
|
-
import { QTListViewItemState } from
|
|
7
|
-
import { ESLog } from
|
|
1
|
+
import { QTWaterfallSection } from '../waterfall/core/QTWaterfallSection';
|
|
2
|
+
import { QTWaterfallItem } from '../waterfall/core/QTWaterfallItem';
|
|
3
|
+
import { QTTabIndex } from './QTTabIndex';
|
|
4
|
+
import { QTTabPageDataState } from './QTTabPageDataState';
|
|
5
|
+
import { QTTab } from './QTTab';
|
|
6
|
+
import { QTListViewItemState } from '../list-view/core/QTListViewItemState';
|
|
7
|
+
import { ESLog } from '@extscreen/es3-core';
|
|
8
8
|
export interface QTTabDataManager {
|
|
9
9
|
initTab(tab: QTTab): void;
|
|
10
10
|
initTabPageData(pageIndex: number): void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { QTTabEventParams } from
|
|
2
|
-
import { QTTabItem } from
|
|
1
|
+
import { QTTabEventParams } from './QTTabEventParams';
|
|
2
|
+
import { QTTabItem } from './QTTabItem';
|
|
3
3
|
export interface QTTabEvent {
|
|
4
4
|
pageIndex: number;
|
|
5
5
|
useDiff: boolean;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { QtViewAPI } from
|
|
2
|
-
import { Ref } from
|
|
3
|
-
import { QTITab } from
|
|
4
|
-
import { QTTab } from
|
|
5
|
-
import { QTTabPage } from
|
|
6
|
-
import { QTTabPageState } from
|
|
7
|
-
import { QTTabPageData } from
|
|
8
|
-
import { QTWaterfallSection } from
|
|
9
|
-
import { QTWaterfallItem } from
|
|
10
|
-
import { ESListViewItemFunctionParams, ESViewStateCallback } from
|
|
11
|
-
import { QTTabDataManager } from
|
|
1
|
+
import { QtViewAPI } from '../view/QtViewAPI';
|
|
2
|
+
import { Ref } from '@vue/reactivity';
|
|
3
|
+
import { QTITab } from './QTITab';
|
|
4
|
+
import { QTTab } from './QTTab';
|
|
5
|
+
import { QTTabPage } from './QTTabPage';
|
|
6
|
+
import { QTTabPageState } from './QTTabPageState';
|
|
7
|
+
import { QTTabPageData } from './QTTabPageData';
|
|
8
|
+
import { QTWaterfallSection } from '../waterfall/core/QTWaterfallSection';
|
|
9
|
+
import { QTWaterfallItem } from '../waterfall/core/QTWaterfallItem';
|
|
10
|
+
import { ESListViewItemFunctionParams, ESViewStateCallback } from '@extscreen/es3-component';
|
|
11
|
+
import { QTTabDataManager } from './QTTabDataManager';
|
|
12
12
|
export interface QtTabAPI extends Omit<QtViewAPI, 'blockRootFocus' | 'unBlockRootFocus'> {
|
|
13
13
|
initTab(instance: Ref<QTITab | undefined>, tab: QTTab): void;
|
|
14
14
|
initPage(instance: Ref<QTITab | undefined>, waterfall: QTTabPage): void;
|