@quicktvui/quicktvui3 1.2.0 → 3.0.0-alpha.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/dist/index.css +17 -29
- package/dist/index.js +7 -10
- package/dist/src/animation/QTAnimation.android.d.ts +3 -0
- package/dist/src/animation/QTAnimation.harmony.d.ts +3 -0
- package/dist/src/animation/QTIAnimation.d.ts +19 -9
- package/dist/src/animation/QtAnimationAPI.d.ts +16 -34
- package/dist/src/animation/types.d.ts +40 -0
- package/dist/src/app/QTAppIcon.d.ts +1 -1
- package/dist/src/app/QtAppIconAPI.d.ts +5 -5
- package/dist/src/base/QTIBaseView.d.ts +10 -10
- package/dist/src/base/QtBaseNativeViewAPI.d.ts +2 -0
- package/dist/src/base/QtBaseViewAPI.d.ts +45 -0
- 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 +3 -3
- package/dist/src/button/index.vue.d.ts +21 -21
- package/dist/src/canvas/CanvasGradient.d.ts +36 -0
- package/dist/src/canvas/QTCanvasView.d.ts +3 -0
- package/dist/src/canvas/QTICanvasView.d.ts +50 -0
- package/dist/src/canvas/QtCanvasViewAPI.d.ts +54 -0
- package/dist/src/classified-list-view/QtClassifiedListViewAPI.d.ts +6 -6
- 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 +21 -21
- package/dist/src/collapse/QtCollapseAPI.d.ts +7 -7
- package/dist/src/collapse/core/QTCollapse.d.ts +1 -1
- package/dist/src/collapse/core/QTICollapse.d.ts +3 -3
- package/dist/src/collapse/core/QTICollapseItem.d.ts +2 -2
- package/dist/src/collapse/index.vue.d.ts +18 -18
- package/dist/src/column/QTIColumn.d.ts +1 -1
- package/dist/src/column/QtColumnAPI.d.ts +3 -3
- 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 +7 -7
- 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 +32 -32
- package/dist/src/image/QTIImage.d.ts +2 -2
- package/dist/src/image/QtImageAPI.d.ts +6 -6
- package/dist/src/image/index.vue.d.ts +12 -12
- package/dist/src/index.d.ts +24 -7
- 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 +49 -0
- package/dist/src/list-indicator/QTIndicatorListViewComponent.d.ts +1 -1
- package/dist/src/list-indicator/QtIndicatorViewAPI.d.ts +7 -7
- 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 +5 -5
- package/dist/src/list-view/QTListViewComponent.d.ts +1 -1
- package/dist/src/list-view/QtListViewAPI.d.ts +7 -7
- 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 +3 -3
- package/dist/src/long-image/QTILongImage.d.ts +22 -0
- package/dist/src/long-image/QTLongImage.d.ts +3 -0
- package/dist/src/long-image/QTLongImageEventBean.d.ts +55 -0
- package/dist/src/long-image/QTLongImageOrientation.d.ts +7 -0
- package/dist/src/long-image/QTLongImagePositionType.d.ts +5 -0
- package/dist/src/long-image/QTLongImageScaleType.d.ts +9 -0
- package/dist/src/long-image/QtLongImageAPI.d.ts +4 -0
- package/dist/src/long-image/index.vue.d.ts +211 -0
- package/dist/src/lottie/QTILottieView.d.ts +4 -4
- package/dist/src/lottie/QTLottieView.android.d.ts +3 -0
- package/dist/src/lottie/QTLottieView.d.ts +1 -1
- package/dist/src/lottie/QTLottieView.harmony.d.ts +3 -0
- package/dist/src/lottie/QtLottieViewAPI.d.ts +8 -8
- 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 +6 -6
- package/dist/src/nav-bar/index.vue.d.ts +18 -18
- 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 +5 -5
- package/dist/src/poster/QtPosterAPI.d.ts +3 -3
- 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/poster/index.vue.d.ts +19 -16
- 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 +12 -12
- 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 +3 -3
- package/dist/src/qt/QtAPI.d.ts +67 -31
- package/dist/src/qtListen/index.d.ts +6 -4
- package/dist/src/qtListen/qtArray.d.ts +1 -0
- package/dist/src/qtListen/qtDiff.d.ts +1 -1
- package/dist/src/qtListen/ref.d.ts +30 -0
- package/dist/src/qtListen/types.d.ts +13 -2
- package/dist/src/qtListen/watch.d.ts +6 -1
- 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 +5 -5
- package/dist/src/row/QTIRow.d.ts +1 -1
- package/dist/src/row/QtRowAPI.d.ts +3 -3
- 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 +5 -5
- package/dist/src/section/index.vue.d.ts +11 -11
- 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 +12 -12
- package/dist/src/series/DataAdapter.d.ts +6 -6
- 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 +9 -9
- package/dist/src/series/index.vue.d.ts +26 -22
- package/dist/src/series/item/media-series-number-item.vue.d.ts +4 -4
- package/dist/src/series/item/media-series-text-item.vue.d.ts +4 -4
- 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 +8 -8
- 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 +99 -33
- package/dist/src/tab/useQtTabWatch.d.ts +3 -0
- 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 +6 -6
- package/dist/src/text/index.vue.d.ts +12 -12
- 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 +7 -7
- package/dist/src/utils/QtVirtualViewAPI.d.ts +1 -1
- package/dist/src/utils/functions.d.ts +1 -0
- package/dist/src/utils/index.d.ts +2 -0
- package/dist/src/utils/make-installer.d.ts +5 -0
- package/dist/src/utils/objects.d.ts +2 -0
- package/dist/src/utils/type.d.ts +1 -1
- package/dist/src/utils/types.d.ts +9 -0
- package/dist/src/utils/vue/index.d.ts +3 -0
- package/dist/src/utils/vue/install.d.ts +6 -0
- package/dist/src/utils/vue/props/index.d.ts +3 -0
- package/dist/src/utils/vue/props/runtime.d.ts +9 -0
- package/dist/src/utils/vue/props/types.d.ts +38 -0
- package/dist/src/utils/vue/props/util.d.ts +8 -0
- package/dist/src/utils/vue/typescript.d.ts +6 -0
- package/dist/src/view/QTIView.d.ts +1 -1
- package/dist/src/view/QtViewAPI.d.ts +3 -44
- package/dist/src/view/index.vue.d.ts +12 -12
- package/dist/src/waterfall/QtWaterfallAPI.d.ts +9 -9
- 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/index.vue.d.ts +37 -24
- package/dist/src/waterfall/item/card-item.vue.d.ts +1 -1
- package/dist/src/waterfall/item/plugin-item.vue.d.ts +12 -12
- package/dist/src/waterfall/section/blank-section.vue.d.ts +1 -1
- package/dist/src/waterfall/section/card-section.vue.d.ts +1 -1
- package/dist/src/waterfall/section/end-section.vue.d.ts +1 -1
- package/dist/src/waterfall/section/flex-section.vue.d.ts +11 -8
- package/dist/src/waterfall/section/loading-section.vue.d.ts +1 -1
- package/dist/src/waterfall/section/plugin-section.vue.d.ts +6 -6
- package/dist/src/waterfall/section/section-title.vue.d.ts +5 -5
- package/dist/src/waterfall/section/vue-section.vue.d.ts +5 -5
- package/dist/src/webview/QTIWebView.d.ts +31 -3
- package/dist/src/webview/QTWebView.d.ts +1 -1
- package/dist/src/webview/QTWebViewInterceptRule.d.ts +4 -0
- package/dist/src/webview/QTWebViewLayerType.d.ts +5 -0
- package/dist/src/webview/QTWebViewSniffingRule.d.ts +20 -0
- package/dist/src/webview/QtWebViewAPI.d.ts +35 -7
- package/dist/src/x5webview/QTIX5WebView.d.ts +36 -3
- package/dist/src/x5webview/QTX5WebView.d.ts +1 -1
- package/dist/src/x5webview/QTX5WebViewInterceptRule.d.ts +4 -0
- package/dist/src/x5webview/QTX5WebViewLayerType.d.ts +5 -0
- package/dist/src/x5webview/QTX5WebViewSniffingRule.d.ts +20 -0
- package/dist/src/x5webview/QtX5WebViewAPI.d.ts +37 -7
- package/package.json +5 -2
- package/web-types.json +1 -1
- package/dist/src/animation/QTAnimation.d.ts +0 -3
package/dist/index.css
CHANGED
|
@@ -204,18 +204,18 @@
|
|
|
204
204
|
z-index: 1000;
|
|
205
205
|
background-color: transparent;
|
|
206
206
|
}
|
|
207
|
-
.cornerRoot_right[data-v-4b767ea2]{
|
|
207
|
+
.cornerRoot_right[data-v-4b767ea2] {
|
|
208
208
|
flex-direction: row-reverse;
|
|
209
209
|
}
|
|
210
|
-
.poster_corner_img[data-v-4b767ea2]{
|
|
210
|
+
.poster_corner_img[data-v-4b767ea2] {
|
|
211
211
|
position: absolute;
|
|
212
212
|
top: 0.01px;
|
|
213
213
|
z-index: 2;
|
|
214
214
|
}
|
|
215
|
-
.cornerRoot_left .poster_corner_img[data-v-4b767ea2]{
|
|
215
|
+
.cornerRoot_left .poster_corner_img[data-v-4b767ea2] {
|
|
216
216
|
left: 0.01px;
|
|
217
217
|
}
|
|
218
|
-
.cornerRoot_right .poster_corner_img[data-v-4b767ea2]{
|
|
218
|
+
.cornerRoot_right .poster_corner_img[data-v-4b767ea2] {
|
|
219
219
|
right: 0.01px;
|
|
220
220
|
}
|
|
221
221
|
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
.qt-ui-poster-score-css {
|
|
236
236
|
z-index: 2;
|
|
237
237
|
position: absolute;
|
|
238
|
-
color: #
|
|
238
|
+
color: #fc5e1b;
|
|
239
239
|
background-color: transparent;
|
|
240
240
|
}
|
|
241
241
|
.qt-ui-poster-title-css {
|
|
@@ -271,7 +271,6 @@
|
|
|
271
271
|
}
|
|
272
272
|
|
|
273
273
|
|
|
274
|
-
|
|
275
274
|
.qt-ui-nav-bar-root-horizontal {
|
|
276
275
|
height: 72px;
|
|
277
276
|
background-color: transparent;
|
|
@@ -301,7 +300,6 @@
|
|
|
301
300
|
}
|
|
302
301
|
|
|
303
302
|
|
|
304
|
-
|
|
305
303
|
.qt-ui-waterfall-card-item[data-v-599898aa] {
|
|
306
304
|
background-color: transparent;
|
|
307
305
|
}
|
|
@@ -335,8 +333,8 @@
|
|
|
335
333
|
margin-left: 0px;
|
|
336
334
|
}
|
|
337
335
|
.qt-ui-section-tab-list-item-text[data-v-6aa2cfd4] {
|
|
338
|
-
|
|
339
|
-
|
|
336
|
+
focuscolor: #000000;
|
|
337
|
+
selectcolor: #ff0000;
|
|
340
338
|
color: #ffffff80;
|
|
341
339
|
}
|
|
342
340
|
.qt-ui-section-tab-list-item[data-v-6aa2cfd4] {
|
|
@@ -344,11 +342,12 @@
|
|
|
344
342
|
padding-top: 5px;
|
|
345
343
|
padding-bottom: 8px;
|
|
346
344
|
background-color: transparent;
|
|
347
|
-
focus-background-color: #
|
|
345
|
+
focus-background-color: #f5f5f5;
|
|
348
346
|
}
|
|
349
347
|
.tab-list-section-root-css[data-v-6aa2cfd4] {
|
|
350
348
|
}
|
|
351
349
|
.tab-list-section-list-css[data-v-6aa2cfd4] {
|
|
350
|
+
position: absolute;
|
|
352
351
|
}
|
|
353
352
|
.tab-list-section-title-text-css[data-v-6aa2cfd4] {
|
|
354
353
|
/*width: 1920px;*/
|
|
@@ -358,7 +357,6 @@
|
|
|
358
357
|
}
|
|
359
358
|
|
|
360
359
|
|
|
361
|
-
|
|
362
360
|
.loading-section-css[data-v-48609f24] {
|
|
363
361
|
width: 1920px;
|
|
364
362
|
height: 1080px;
|
|
@@ -368,11 +366,10 @@
|
|
|
368
366
|
width: 100px;
|
|
369
367
|
height: 100px;
|
|
370
368
|
align-self: center;
|
|
371
|
-
margin-top: 550px
|
|
369
|
+
margin-top: 550px;
|
|
372
370
|
}
|
|
373
371
|
|
|
374
372
|
|
|
375
|
-
|
|
376
373
|
.qt-waterfall-end-section-css[data-v-70b82c43] {
|
|
377
374
|
background-color: transparent;
|
|
378
375
|
align-items: center;
|
|
@@ -383,7 +380,7 @@
|
|
|
383
380
|
.qt-waterfall-end-section-text-css[data-v-70b82c43] {
|
|
384
381
|
width: 500px;
|
|
385
382
|
height: 50px;
|
|
386
|
-
color: rgba(255, 255, 255, .5);
|
|
383
|
+
color: rgba(255, 255, 255, 0.5);
|
|
387
384
|
align-self: center;
|
|
388
385
|
background-color: transparent;
|
|
389
386
|
}
|
|
@@ -405,7 +402,6 @@
|
|
|
405
402
|
}
|
|
406
403
|
|
|
407
404
|
|
|
408
|
-
|
|
409
405
|
.qt-ui-waterfall-blank-section[data-v-eeab4d88] {
|
|
410
406
|
background-color: transparent;
|
|
411
407
|
}
|
|
@@ -425,7 +421,6 @@
|
|
|
425
421
|
}
|
|
426
422
|
|
|
427
423
|
|
|
428
|
-
|
|
429
424
|
.qt-ui-waterfall-vue-section[data-v-f8447724] {
|
|
430
425
|
background-color: transparent;
|
|
431
426
|
}
|
|
@@ -447,19 +442,15 @@
|
|
|
447
442
|
}
|
|
448
443
|
|
|
449
444
|
|
|
450
|
-
|
|
451
445
|
.qt-waterfall-root-css {
|
|
452
446
|
}
|
|
453
447
|
|
|
454
448
|
|
|
455
|
-
|
|
456
449
|
.tabs-root-css {
|
|
457
450
|
background-color: transparent;
|
|
458
451
|
}
|
|
459
452
|
|
|
460
453
|
|
|
461
|
-
|
|
462
|
-
|
|
463
454
|
.qt-ui-waterfall-vue-section[data-v-d02af3c2] {
|
|
464
455
|
background-color: transparent;
|
|
465
456
|
}
|
|
@@ -579,11 +570,11 @@
|
|
|
579
570
|
.text_selected {
|
|
580
571
|
width: 168px;
|
|
581
572
|
height: 80px;
|
|
582
|
-
color: #
|
|
573
|
+
color: #0d71ff;
|
|
583
574
|
position: absolute;
|
|
584
575
|
}
|
|
585
576
|
.line {
|
|
586
|
-
background-color: #
|
|
577
|
+
background-color: #0d71ff;
|
|
587
578
|
width: 34px;
|
|
588
579
|
height: 6px;
|
|
589
580
|
position: absolute;
|
|
@@ -596,9 +587,9 @@
|
|
|
596
587
|
width: 160px;
|
|
597
588
|
height: 80px;
|
|
598
589
|
background-color: transparent;
|
|
599
|
-
border-radius: 8px
|
|
590
|
+
border-radius: 8px;
|
|
600
591
|
}
|
|
601
|
-
.number-item-container-bg-focus[data-v-4afb8987]{
|
|
592
|
+
.number-item-container-bg-focus[data-v-4afb8987] {
|
|
602
593
|
position: absolute;
|
|
603
594
|
background-color: transparent;
|
|
604
595
|
width: 160px;
|
|
@@ -637,18 +628,17 @@
|
|
|
637
628
|
}
|
|
638
629
|
|
|
639
630
|
|
|
640
|
-
|
|
641
631
|
.text-item-container[data-v-4859f623] {
|
|
642
632
|
border-radius: 8px;
|
|
643
633
|
background-color: transparent;
|
|
644
634
|
}
|
|
645
|
-
.text-item-container-bg-focus[data-v-4859f623]{
|
|
635
|
+
.text-item-container-bg-focus[data-v-4859f623] {
|
|
646
636
|
position: absolute;
|
|
647
637
|
background-color: transparent;
|
|
648
638
|
}
|
|
649
639
|
.text-item-container-css[data-v-4859f623] {
|
|
650
640
|
border-radius: 8px;
|
|
651
|
-
background-color: rgba(255, 255, 255, .1);
|
|
641
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
652
642
|
flex-direction: row;
|
|
653
643
|
justify-content: center;
|
|
654
644
|
align-items: center;
|
|
@@ -678,7 +668,6 @@
|
|
|
678
668
|
}
|
|
679
669
|
|
|
680
670
|
|
|
681
|
-
|
|
682
671
|
.qt-collapse-root-css[data-v-4feca809] {
|
|
683
672
|
display: flex;
|
|
684
673
|
flex-direction: column;
|
|
@@ -688,4 +677,3 @@
|
|
|
688
677
|
}
|
|
689
678
|
.qt-collapse-item-css[data-v-4feca809] {
|
|
690
679
|
}
|
|
691
|
-
|