@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,14 +1,14 @@
|
|
|
1
|
-
import { QTINavBar } from
|
|
2
|
-
import { QTTab } from
|
|
3
|
-
import { QTTabEvent } from
|
|
4
|
-
import { QTTabPageData } from
|
|
5
|
-
import { QTWaterfall } from
|
|
6
|
-
import { ESITab, ESListViewItemFunctionParams, ESViewStateCallback } from
|
|
7
|
-
import { QTWaterfallItem } from
|
|
8
|
-
import { QTTabPageState } from
|
|
9
|
-
import { QTWaterfallSection } from
|
|
10
|
-
import { QTTabItem } from
|
|
11
|
-
import { QTPluginViewEvent } from
|
|
1
|
+
import { QTINavBar } from '../nav-bar/QTINavBar';
|
|
2
|
+
import { QTTab } from './QTTab';
|
|
3
|
+
import { QTTabEvent } from './QTTabEvent';
|
|
4
|
+
import { QTTabPageData } from './QTTabPageData';
|
|
5
|
+
import { QTWaterfall } from '../waterfall/core/QTWaterfall';
|
|
6
|
+
import { ESITab, ESListViewItemFunctionParams, ESViewStateCallback } from '@extscreen/es3-component';
|
|
7
|
+
import { QTWaterfallItem } from '../waterfall/core/QTWaterfallItem';
|
|
8
|
+
import { QTTabPageState } from './QTTabPageState';
|
|
9
|
+
import { QTWaterfallSection } from '../waterfall/core/QTWaterfallSection';
|
|
10
|
+
import { QTTabItem } from './QTTabItem';
|
|
11
|
+
import { QTPluginViewEvent } from '../plugin/QTIPluginView';
|
|
12
12
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
13
13
|
enablePlaceholder: {
|
|
14
14
|
type: BooleanConstructor;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { QTIView } from
|
|
2
|
-
import { QTTextSpan } from
|
|
1
|
+
import { QTIView } from '../view/QTIView';
|
|
2
|
+
import { QTTextSpan } from './QTTextSpan';
|
|
3
3
|
export interface QTIText extends QTIView {
|
|
4
4
|
setText(text: string): void;
|
|
5
5
|
setTextSize(size: number): void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Ref } from
|
|
2
|
-
import { QTTextSpan } from
|
|
3
|
-
import { QTIText } from
|
|
4
|
-
import { QtBaseViewAPI } from
|
|
1
|
+
import { Ref } from '@vue/reactivity';
|
|
2
|
+
import { QTTextSpan } from './QTTextSpan';
|
|
3
|
+
import { QTIText } from './QTIText';
|
|
4
|
+
import { QtBaseViewAPI } from '../base/QtBaseViewAPI';
|
|
5
5
|
export interface QtTextAPI extends QtBaseViewAPI {
|
|
6
6
|
setText(instance: string | Ref<QTIText | undefined>, text: string): void;
|
|
7
7
|
setTextSize(instance: string | Ref<QTIText | undefined>, size: number): void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { QTTextSpan } from
|
|
1
|
+
import { QTTextSpan } from './QTTextSpan';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
3
3
|
dispatchFunctionBySid: (sid: string, funcName: string, args: Array<import("..").QTNativeParams>) => void;
|
|
4
4
|
requestFocus: (direction?: import("..").QTFocusDirection) => void;
|
package/dist/src/ul/QTIUL.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { QTIView } from
|
|
2
|
-
import { QTULInitPosition } from
|
|
3
|
-
import { QTPosition } from
|
|
1
|
+
import { QTIView } from '../view/QTIView';
|
|
2
|
+
import { QTULInitPosition } from './QTULInitPosition';
|
|
3
|
+
import { QTPosition } from '../core/QTPosition';
|
|
4
4
|
export interface QTIUL extends QTIView {
|
|
5
5
|
scrollToIndex(x: number, y: number, animated: boolean, duration: number, offset: number): void;
|
|
6
6
|
setInitPosition(initPosition: QTULInitPosition): void;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { QTListInitPosition } from
|
|
1
|
+
import { QTListInitPosition } from '../list/QTListInitPosition';
|
|
2
2
|
export type QTULInitPosition = QTListInitPosition;
|
package/dist/src/ul/QtULAPI.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Ref } from
|
|
2
|
-
import { QTULInitPosition } from
|
|
3
|
-
import { QTPosition } from
|
|
4
|
-
import { QTIUL } from
|
|
5
|
-
import { QtBaseViewAPI } from
|
|
1
|
+
import { Ref } from '@vue/reactivity';
|
|
2
|
+
import { QTULInitPosition } from './QTULInitPosition';
|
|
3
|
+
import { QTPosition } from '../core/QTPosition';
|
|
4
|
+
import { QTIUL } from './QTIUL';
|
|
5
|
+
import { QtBaseViewAPI } from '../base/QtBaseViewAPI';
|
|
6
6
|
export interface QtULAPI extends QtBaseViewAPI {
|
|
7
7
|
scrollToIndex(instance: string | Ref<QTIUL | undefined>, x: number, y: number, animated: boolean, duration: number, offset: number): void;
|
|
8
8
|
setInitPosition(instance: string | Ref<QTIUL | undefined>, initPosition: QTULInitPosition): void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { QTListViewItem } from
|
|
1
|
+
import { QTListViewItem } from '../list-view/core/QTListViewItem';
|
|
2
2
|
export interface QtVirtualViewAPI {
|
|
3
3
|
searchReplaceItem(instance: string, item: QTListViewItem): void;
|
|
4
4
|
searchReplaceItemTraverse(instance: string, item: QTListViewItem): void;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { QtBaseListViewAPI } from
|
|
2
|
-
import { QTWaterfall } from
|
|
3
|
-
import { QTWaterfallSection } from
|
|
4
|
-
import { QTWaterfallItem } from
|
|
5
|
-
import { Ref } from
|
|
6
|
-
import { QTIWaterfall } from
|
|
7
|
-
import { QtBaseViewAPI } from
|
|
1
|
+
import { QtBaseListViewAPI } from '../list/QtBaseListViewAPI';
|
|
2
|
+
import { QTWaterfall } from './core/QTWaterfall';
|
|
3
|
+
import { QTWaterfallSection } from './core/QTWaterfallSection';
|
|
4
|
+
import { QTWaterfallItem } from './core/QTWaterfallItem';
|
|
5
|
+
import { Ref } from '@vue/reactivity';
|
|
6
|
+
import { QTIWaterfall } from './core/QTIWaterfall';
|
|
7
|
+
import { QtBaseViewAPI } from '../base/QtBaseViewAPI';
|
|
8
8
|
export interface QtWaterfallAPI extends QtBaseViewAPI, QtBaseListViewAPI {
|
|
9
9
|
init(instance: Ref<QTIWaterfall | undefined>, waterfall: QTWaterfall): any;
|
|
10
10
|
getSectionList(instance: Ref<QTIWaterfall | undefined>): Array<QTWaterfallSection>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { QTWaterfallSection } from
|
|
2
|
-
import { QTWaterfall } from
|
|
3
|
-
import { QTWaterfallItem } from
|
|
4
|
-
import { QTIBaseListView } from
|
|
1
|
+
import { QTWaterfallSection } from './QTWaterfallSection';
|
|
2
|
+
import { QTWaterfall } from './QTWaterfall';
|
|
3
|
+
import { QTWaterfallItem } from './QTWaterfallItem';
|
|
4
|
+
import { QTIBaseListView } from '../../list/QTIBaseListView';
|
|
5
5
|
export interface QTIWaterfall extends QTIBaseListView {
|
|
6
6
|
init(waterfall: QTWaterfall): any;
|
|
7
7
|
getSectionList(): Array<QTWaterfallSection>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { QTWaterfallItem } from
|
|
2
|
-
import { QTWaterfallCardPlaceHolder } from
|
|
1
|
+
import { QTWaterfallItem } from './QTWaterfallItem';
|
|
2
|
+
import { QTWaterfallCardPlaceHolder } from './QTWaterfallCardPlaceHolder';
|
|
3
3
|
export interface QTWaterfallCardItem extends QTWaterfallItem {
|
|
4
4
|
cardId: string;
|
|
5
5
|
cardPlaceHolder?: QTWaterfallCardPlaceHolder;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { QTWaterfallSection } from
|
|
2
|
-
import { QTWaterfallFlexStyle } from
|
|
3
|
-
import { QTWaterfallCardPlaceHolder } from
|
|
1
|
+
import { QTWaterfallSection } from './QTWaterfallSection';
|
|
2
|
+
import { QTWaterfallFlexStyle } from './QTWaterfallFlexStyle';
|
|
3
|
+
import { QTWaterfallCardPlaceHolder } from './QTWaterfallCardPlaceHolder';
|
|
4
4
|
export interface QTWaterfallCardSection extends QTWaterfallSection {
|
|
5
5
|
cardId: string;
|
|
6
6
|
cardStyle: QTWaterfallFlexStyle;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { QTWaterfallItem } from
|
|
2
|
-
import { QTWaterfall } from
|
|
3
|
-
import { QTWaterfallSection } from
|
|
1
|
+
import { QTWaterfallItem } from './QTWaterfallItem';
|
|
2
|
+
import { QTWaterfall } from './QTWaterfall';
|
|
3
|
+
import { QTWaterfallSection } from './QTWaterfallSection';
|
|
4
4
|
export declare function generateSectionList(waterfall: QTWaterfall, sectionList: Array<QTWaterfallSection>, isResetSection?: boolean): Array<QTWaterfallItem>;
|
|
5
5
|
export declare function generateSection(waterfall: QTWaterfall, section: QTWaterfallSection, isResetSection?: boolean): QTWaterfallSection;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { QTWaterfallSection } from
|
|
2
|
-
import { QTWaterfallItem } from
|
|
3
|
-
import { QTWaterfallIndex } from
|
|
1
|
+
import { QTWaterfallSection } from './QTWaterfallSection';
|
|
2
|
+
import { QTWaterfallItem } from './QTWaterfallItem';
|
|
3
|
+
import { QTWaterfallIndex } from './QTWaterfallIndex';
|
|
4
4
|
export interface QTWaterfallDataManager {
|
|
5
5
|
init(): void;
|
|
6
6
|
getSectionList(): Array<QTWaterfallSection>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { QTFlexStyleMargin } from
|
|
2
|
-
import { QTFlexStylePadding } from
|
|
3
|
-
import { QTFlexStyleSize } from
|
|
4
|
-
import { QTFlexStyleSpacing } from
|
|
5
|
-
import { QTFlexStyleDecoration } from
|
|
6
|
-
import { QTFlexStyleCoordinate } from
|
|
7
|
-
import { QTFlexStyleBackground } from
|
|
8
|
-
import { QTFlexStyleGradientBackground } from
|
|
1
|
+
import { QTFlexStyleMargin } from '../../core/QTFlexStyleMargin';
|
|
2
|
+
import { QTFlexStylePadding } from '../../core/QTFlexStylePadding';
|
|
3
|
+
import { QTFlexStyleSize } from '../../core/QTFlexStyleSize';
|
|
4
|
+
import { QTFlexStyleSpacing } from '../../core/QTFlexStyleSpacing';
|
|
5
|
+
import { QTFlexStyleDecoration } from '../../core/QTFlexStyleDecoration';
|
|
6
|
+
import { QTFlexStyleCoordinate } from '../../core/QTFlexStyleCoordinate';
|
|
7
|
+
import { QTFlexStyleBackground } from '../../core/QTFlexStyleBackground';
|
|
8
|
+
import { QTFlexStyleGradientBackground } from '../../core/QTFlexStyleGradientBackground';
|
|
9
9
|
export type QTWaterfallFlexStyle = QTFlexStyleMargin & QTFlexStylePadding & QTFlexStyleSize & QTFlexStyleSpacing & QTFlexStyleDecoration & QTFlexStyleCoordinate & QTFlexStyleBackground & QTFlexStyleGradientBackground;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { QTListViewItem } from
|
|
2
|
-
import { QTWaterfallFlexStyle } from
|
|
1
|
+
import { QTListViewItem } from '../../list-view/core/QTListViewItem';
|
|
2
|
+
import { QTWaterfallFlexStyle } from './QTWaterfallFlexStyle';
|
|
3
3
|
export interface QTWaterfallItem extends QTListViewItem {
|
|
4
4
|
style: QTWaterfallFlexStyle;
|
|
5
5
|
[prop: string]: any;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { QTWaterfallItem } from
|
|
2
|
-
import { QTWaterfallFlexStyle } from
|
|
3
|
-
import { QTListViewItem } from
|
|
4
|
-
import { QTFlexStyleText } from
|
|
5
|
-
import { QTWaterfallPlaceholder } from
|
|
1
|
+
import { QTWaterfallItem } from './QTWaterfallItem';
|
|
2
|
+
import { QTWaterfallFlexStyle } from './QTWaterfallFlexStyle';
|
|
3
|
+
import { QTListViewItem } from '../../list-view/core/QTListViewItem';
|
|
4
|
+
import { QTFlexStyleText } from '../../core/QTFlexStyleText';
|
|
5
|
+
import { QTWaterfallPlaceholder } from './QTWaterfallPlaceholder';
|
|
6
6
|
export interface QTWaterfallSection extends QTListViewItem {
|
|
7
7
|
title?: string;
|
|
8
8
|
titleStyle?: QTWaterfallFlexStyle & QTFlexStyleText;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { QTWaterfallFlexStyle } from
|
|
2
|
-
import { QTWaterfallItem } from
|
|
1
|
+
import { QTWaterfallFlexStyle } from './QTWaterfallFlexStyle';
|
|
2
|
+
import { QTWaterfallItem } from './QTWaterfallItem';
|
|
3
3
|
export interface QTWaterfallTabItem extends QTWaterfallItem {
|
|
4
4
|
text: string;
|
|
5
5
|
textStyle?: QTWaterfallFlexStyle;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { QTWaterfallSectionType } from
|
|
2
|
-
import { QTWaterfallItemType } from
|
|
1
|
+
import { QTWaterfallSectionType } from '../core/QTWaterfallSectionType';
|
|
2
|
+
import { QTWaterfallItemType } from '../core/QTWaterfallItemType';
|
|
3
3
|
declare const _default: import("@vue/runtime-core").DefineComponent<import("@vue/runtime-core").ExtractPropTypes<{
|
|
4
4
|
enablePlaceholder: {
|
|
5
5
|
type: BooleanConstructor;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { QTWaterfallSectionType } from
|
|
1
|
+
import { QTWaterfallSectionType } from '../core/QTWaterfallSectionType';
|
|
2
2
|
declare const _default: import("@vue/runtime-core").DefineComponent<import("@vue/runtime-core").ExtractPropTypes<{
|
|
3
3
|
plateTitleLeftMargin: {
|
|
4
4
|
type: NumberConstructor;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Ref } from
|
|
2
|
-
import { QTIWebView } from
|
|
3
|
-
import { QtBaseViewAPI } from
|
|
1
|
+
import { Ref } from '@vue/reactivity';
|
|
2
|
+
import { QTIWebView } from './QTIWebView';
|
|
3
|
+
import { QtBaseViewAPI } from '../base/QtBaseViewAPI';
|
|
4
4
|
export interface QtWebViewAPI extends QtBaseViewAPI {
|
|
5
5
|
loadUrl(instance: string | Ref<QTIWebView | undefined>, url: string): void;
|
|
6
6
|
evaluateJavascript(instance: string | Ref<QTIWebView | undefined>, value: string): Promise<string | undefined | null>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Ref } from
|
|
2
|
-
import { QTIX5WebView } from
|
|
3
|
-
import { QtBaseViewAPI } from
|
|
1
|
+
import { Ref } from '@vue/reactivity';
|
|
2
|
+
import { QTIX5WebView } from './QTIX5WebView';
|
|
3
|
+
import { QtBaseViewAPI } from '../base/QtBaseViewAPI';
|
|
4
4
|
export interface QtX5WebViewAPI extends QtBaseViewAPI {
|
|
5
5
|
loadUrl(instance: string | Ref<QTIX5WebView | undefined>, url: string): void;
|
|
6
6
|
evaluateJavascript(instance: string | Ref<QTIX5WebView | undefined>, value: string): Promise<string | undefined | null>;
|