@quicktvui/quicktvui3 1.2.0-nightly.202504251658 → 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.
Files changed (176) hide show
  1. package/dist/index.css +16 -27
  2. package/dist/index.js +7 -9
  3. package/dist/src/animation/QTAnimation.android.d.ts +3 -0
  4. package/dist/src/animation/QTAnimation.harmony.d.ts +3 -0
  5. package/dist/src/animation/QTIAnimation.d.ts +19 -9
  6. package/dist/src/animation/QtAnimationAPI.d.ts +14 -32
  7. package/dist/src/animation/types.d.ts +39 -0
  8. package/dist/src/app/QTAppIcon.d.ts +1 -1
  9. package/dist/src/app/QtAppIconAPI.d.ts +3 -3
  10. package/dist/src/base/QTIBaseView.d.ts +10 -10
  11. package/dist/src/base/QtBaseNativeViewAPI.d.ts +2 -0
  12. package/dist/src/base/QtBaseViewAPI.d.ts +11 -11
  13. package/dist/src/base/useBaseView.d.ts +11 -11
  14. package/dist/src/button/QTIButton.d.ts +1 -1
  15. package/dist/src/button/QtButtonAPI.d.ts +1 -1
  16. package/dist/src/canvas/{Gradient.d.ts → CanvasGradient.d.ts} +1 -2
  17. package/dist/src/canvas/QTICanvasView.d.ts +1 -1
  18. package/dist/src/canvas/QtCanvasViewAPI.d.ts +2 -2
  19. package/dist/src/classified-list-view/QtClassifiedListViewAPI.d.ts +4 -4
  20. package/dist/src/classified-list-view/core/QTClassifiedListViewItem.d.ts +2 -2
  21. package/dist/src/classified-list-view/core/QTIClassifiedListView.d.ts +2 -2
  22. package/dist/src/classified-list-view/index.vue.d.ts +2 -2
  23. package/dist/src/collapse/QtCollapseAPI.d.ts +5 -5
  24. package/dist/src/collapse/core/QTCollapse.d.ts +1 -1
  25. package/dist/src/collapse/core/QTICollapse.d.ts +3 -3
  26. package/dist/src/column/QTIColumn.d.ts +1 -1
  27. package/dist/src/column/QtColumnAPI.d.ts +1 -1
  28. package/dist/src/core/QTFlexStyleGradientBackground.d.ts +1 -1
  29. package/dist/src/core/QTLocation.d.ts +2 -2
  30. package/dist/src/dialog/QTDialog.d.ts +1 -1
  31. package/dist/src/dialog/QTIDialog.d.ts +1 -1
  32. package/dist/src/gradient/QTGradient.d.ts +3 -3
  33. package/dist/src/grid-view/QtGridViewAPI.d.ts +5 -5
  34. package/dist/src/grid-view/core/QTGridViewItem.d.ts +1 -1
  35. package/dist/src/grid-view/core/QTIGridView.d.ts +2 -2
  36. package/dist/src/grid-view/index.vue.d.ts +1 -1
  37. package/dist/src/image/QTIImage.d.ts +2 -2
  38. package/dist/src/image/QtImageAPI.d.ts +4 -4
  39. package/dist/src/image/index.vue.d.ts +1 -1
  40. package/dist/src/index.d.ts +17 -4
  41. package/dist/src/list/QTIBaseListView.d.ts +5 -5
  42. package/dist/src/list/QtBaseListViewAPI.d.ts +6 -6
  43. package/dist/src/list/useBaseListView.d.ts +6 -6
  44. package/dist/src/list/useListView.d.ts +6 -6
  45. package/dist/src/list-indicator/QTIndicatorListViewComponent.d.ts +1 -1
  46. package/dist/src/list-indicator/QtIndicatorViewAPI.d.ts +5 -5
  47. package/dist/src/list-indicator/core/QTIIndicatorView.d.ts +2 -2
  48. package/dist/src/list-item/ESListItemComponent.d.ts +1 -1
  49. package/dist/src/list-item/QtListItemAPI.d.ts +3 -3
  50. package/dist/src/list-view/QTListViewComponent.d.ts +1 -1
  51. package/dist/src/list-view/QtListViewAPI.d.ts +5 -5
  52. package/dist/src/list-view/core/QTIListView.d.ts +2 -2
  53. package/dist/src/list-view/core/QTListViewItem.d.ts +2 -2
  54. package/dist/src/loading/QTILoadingView.d.ts +1 -1
  55. package/dist/src/loading/QTLoadingView.d.ts +1 -1
  56. package/dist/src/loading/QtLoadingAPI.d.ts +1 -1
  57. package/dist/src/long-image/QTILongImage.d.ts +18 -8
  58. package/dist/src/long-image/QTLongImageEventBean.d.ts +55 -0
  59. package/dist/src/long-image/QTLongImageOrientation.d.ts +7 -0
  60. package/dist/src/long-image/QTLongImagePositionType.d.ts +5 -0
  61. package/dist/src/long-image/QTLongImageScaleType.d.ts +9 -0
  62. package/dist/src/long-image/index.vue.d.ts +40 -14
  63. package/dist/src/lottie/QTILottieView.d.ts +4 -4
  64. package/dist/src/lottie/QTLottieView.android.d.ts +3 -0
  65. package/dist/src/lottie/QTLottieView.d.ts +1 -1
  66. package/dist/src/lottie/QTLottieView.harmony.d.ts +3 -0
  67. package/dist/src/lottie/QtLottieViewAPI.d.ts +6 -6
  68. package/dist/src/nav-bar/QTINavBar.d.ts +2 -2
  69. package/dist/src/nav-bar/QTNavBar.d.ts +1 -1
  70. package/dist/src/nav-bar/QTNavBarItem.d.ts +2 -2
  71. package/dist/src/nav-bar/QtNavBarAPI.d.ts +4 -4
  72. package/dist/src/nav-bar/index.vue.d.ts +2 -2
  73. package/dist/src/plugin/QTIPluginView.d.ts +1 -1
  74. package/dist/src/plugin/QTPluginView.d.ts +1 -1
  75. package/dist/src/plugin/QtPluginViewAPI.d.ts +3 -3
  76. package/dist/src/poster/QtPosterAPI.d.ts +1 -1
  77. package/dist/src/poster/core/QTIPoster.d.ts +1 -1
  78. package/dist/src/poster/core/QTPoster.d.ts +13 -13
  79. package/dist/src/poster/core/QTPosterCorner.d.ts +2 -2
  80. package/dist/src/poster/core/QTPosterElement.d.ts +1 -1
  81. package/dist/src/poster/core/QTPosterImage.d.ts +1 -1
  82. package/dist/src/poster/core/QTPosterRipple.d.ts +3 -3
  83. package/dist/src/poster/core/QTPosterScore.d.ts +4 -4
  84. package/dist/src/poster/core/QTPosterTitle.d.ts +5 -5
  85. package/dist/src/progressbar/QTIProgressBar.d.ts +8 -8
  86. package/dist/src/progressbar/QTProgressBar.d.ts +1 -1
  87. package/dist/src/progressbar/QtProgressBarAPI.d.ts +10 -10
  88. package/dist/src/qrcode/QTIQRCode.d.ts +1 -1
  89. package/dist/src/qrcode/QTQRCodeView.d.ts +1 -1
  90. package/dist/src/qrcode/QtQRCodeAPI.d.ts +1 -1
  91. package/dist/src/qtListen/index.d.ts +3 -3
  92. package/dist/src/replace-child/QTIReplaceChildView.d.ts +1 -1
  93. package/dist/src/replace-child/QTReplaceChildView.d.ts +1 -1
  94. package/dist/src/replace-child/QtReplaceChildViewAPI.d.ts +3 -3
  95. package/dist/src/row/QTIRow.d.ts +1 -1
  96. package/dist/src/row/QtRowAPI.d.ts +1 -1
  97. package/dist/src/scroll-view/QTIScrollView.d.ts +1 -1
  98. package/dist/src/scroll-view/QTScrollView.d.ts +1 -1
  99. package/dist/src/scroll-view/QtScrollViewAPI.d.ts +3 -3
  100. package/dist/src/seekbar/QTISeekBar.d.ts +8 -8
  101. package/dist/src/seekbar/QTSeekBar.d.ts +1 -1
  102. package/dist/src/seekbar/QtSeekBarAPI.d.ts +10 -10
  103. package/dist/src/series/DataAdapter.d.ts +6 -6
  104. package/dist/src/series/QTIMediaSeries.d.ts +6 -6
  105. package/dist/src/series/QTMediaSeries.d.ts +2 -2
  106. package/dist/src/series/QTMediaSeriesData.d.ts +1 -1
  107. package/dist/src/series/QTMediaSeriesEvent.d.ts +1 -1
  108. package/dist/src/series/QTMediaSeriesGroup.d.ts +1 -1
  109. package/dist/src/series/QtMediaSeriesAPI.d.ts +8 -8
  110. package/dist/src/series/component/media-series.vue.d.ts +1 -1
  111. package/dist/src/series/index.vue.d.ts +6 -6
  112. package/dist/src/tab/QTITab.d.ts +9 -9
  113. package/dist/src/tab/QTTab.d.ts +1 -1
  114. package/dist/src/tab/QTTabDataManager.d.ts +7 -7
  115. package/dist/src/tab/QTTabEvent.d.ts +2 -2
  116. package/dist/src/tab/QTTabEventParams.d.ts +1 -1
  117. package/dist/src/tab/QTTabItem.d.ts +1 -1
  118. package/dist/src/tab/QTTabPage.d.ts +1 -1
  119. package/dist/src/tab/QTTabPageData.d.ts +1 -1
  120. package/dist/src/tab/QTTabPageDataState.d.ts +1 -1
  121. package/dist/src/tab/QtTabAPI.d.ts +11 -11
  122. package/dist/src/tab/index.vue.d.ts +38 -11
  123. package/dist/src/text/QTIText.d.ts +2 -2
  124. package/dist/src/text/QTTextSpan.d.ts +1 -1
  125. package/dist/src/text/QTTextSpanAttribute.d.ts +1 -1
  126. package/dist/src/text/QtTextAPI.d.ts +4 -4
  127. package/dist/src/text/index.vue.d.ts +1 -1
  128. package/dist/src/ul/QTIUL.d.ts +3 -3
  129. package/dist/src/ul/QTULInitPosition.d.ts +1 -1
  130. package/dist/src/ul/QtULAPI.d.ts +5 -5
  131. package/dist/src/utils/QtVirtualViewAPI.d.ts +1 -1
  132. package/dist/src/utils/functions.d.ts +1 -0
  133. package/dist/src/utils/index.d.ts +2 -0
  134. package/dist/src/utils/make-installer.d.ts +5 -0
  135. package/dist/src/utils/objects.d.ts +2 -0
  136. package/dist/src/utils/types.d.ts +9 -0
  137. package/dist/src/utils/vue/index.d.ts +3 -0
  138. package/dist/src/utils/vue/install.d.ts +6 -0
  139. package/dist/src/utils/vue/props/index.d.ts +3 -0
  140. package/dist/src/utils/vue/props/runtime.d.ts +9 -0
  141. package/dist/src/utils/vue/props/types.d.ts +38 -0
  142. package/dist/src/utils/vue/props/util.d.ts +8 -0
  143. package/dist/src/utils/vue/typescript.d.ts +6 -0
  144. package/dist/src/view/QTIView.d.ts +1 -1
  145. package/dist/src/view/QtViewAPI.d.ts +1 -1
  146. package/dist/src/waterfall/QtWaterfallAPI.d.ts +7 -7
  147. package/dist/src/waterfall/core/QTIWaterfall.d.ts +4 -4
  148. package/dist/src/waterfall/core/QTWaterfall.d.ts +1 -1
  149. package/dist/src/waterfall/core/QTWaterfallCardItem.d.ts +2 -2
  150. package/dist/src/waterfall/core/QTWaterfallCardSection.d.ts +3 -3
  151. package/dist/src/waterfall/core/QTWaterfallDataAdapter.d.ts +3 -3
  152. package/dist/src/waterfall/core/QTWaterfallDataManager.d.ts +3 -3
  153. package/dist/src/waterfall/core/QTWaterfallEvent.d.ts +1 -1
  154. package/dist/src/waterfall/core/QTWaterfallFlexStyle.d.ts +8 -8
  155. package/dist/src/waterfall/core/QTWaterfallItem.d.ts +2 -2
  156. package/dist/src/waterfall/core/QTWaterfallPluginItem.d.ts +1 -1
  157. package/dist/src/waterfall/core/QTWaterfallPluginSection.d.ts +1 -1
  158. package/dist/src/waterfall/core/QTWaterfallSection.d.ts +5 -5
  159. package/dist/src/waterfall/core/QTWaterfallTabItem.d.ts +2 -2
  160. package/dist/src/waterfall/section/flex-section.vue.d.ts +2 -2
  161. package/dist/src/waterfall/section/section-title.vue.d.ts +1 -1
  162. package/dist/src/webview/QTIWebView.d.ts +31 -3
  163. package/dist/src/webview/QTWebView.d.ts +1 -1
  164. package/dist/src/webview/QTWebViewInterceptRule.d.ts +4 -0
  165. package/dist/src/webview/QTWebViewLayerType.d.ts +5 -0
  166. package/dist/src/webview/QTWebViewSniffingRule.d.ts +20 -0
  167. package/dist/src/webview/QtWebViewAPI.d.ts +33 -5
  168. package/dist/src/x5webview/QTIX5WebView.d.ts +36 -3
  169. package/dist/src/x5webview/QTX5WebView.d.ts +1 -1
  170. package/dist/src/x5webview/QTX5WebViewInterceptRule.d.ts +4 -0
  171. package/dist/src/x5webview/QTX5WebViewLayerType.d.ts +5 -0
  172. package/dist/src/x5webview/QTX5WebViewSniffingRule.d.ts +20 -0
  173. package/dist/src/x5webview/QtX5WebViewAPI.d.ts +35 -5
  174. package/package.json +5 -6
  175. package/web-types.json +1 -1
  176. 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: #FC5E1B;
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
- focusColor: #000000;
339
- selectColor: #ff0000;
336
+ focuscolor: #000000;
337
+ selectcolor: #ff0000;
340
338
  color: #ffffff80;
341
339
  }
342
340
  .qt-ui-section-tab-list-item[data-v-6aa2cfd4] {
@@ -344,7 +342,7 @@
344
342
  padding-top: 5px;
345
343
  padding-bottom: 8px;
346
344
  background-color: transparent;
347
- focus-background-color: #F5F5F5;
345
+ focus-background-color: #f5f5f5;
348
346
  }
349
347
  .tab-list-section-root-css[data-v-6aa2cfd4] {
350
348
  }
@@ -359,7 +357,6 @@
359
357
  }
360
358
 
361
359
 
362
-
363
360
  .loading-section-css[data-v-48609f24] {
364
361
  width: 1920px;
365
362
  height: 1080px;
@@ -369,11 +366,10 @@
369
366
  width: 100px;
370
367
  height: 100px;
371
368
  align-self: center;
372
- margin-top: 550px
369
+ margin-top: 550px;
373
370
  }
374
371
 
375
372
 
376
-
377
373
  .qt-waterfall-end-section-css[data-v-70b82c43] {
378
374
  background-color: transparent;
379
375
  align-items: center;
@@ -384,7 +380,7 @@
384
380
  .qt-waterfall-end-section-text-css[data-v-70b82c43] {
385
381
  width: 500px;
386
382
  height: 50px;
387
- color: rgba(255, 255, 255, .5);
383
+ color: rgba(255, 255, 255, 0.5);
388
384
  align-self: center;
389
385
  background-color: transparent;
390
386
  }
@@ -406,7 +402,6 @@
406
402
  }
407
403
 
408
404
 
409
-
410
405
  .qt-ui-waterfall-blank-section[data-v-eeab4d88] {
411
406
  background-color: transparent;
412
407
  }
@@ -426,7 +421,6 @@
426
421
  }
427
422
 
428
423
 
429
-
430
424
  .qt-ui-waterfall-vue-section[data-v-f8447724] {
431
425
  background-color: transparent;
432
426
  }
@@ -448,7 +442,6 @@
448
442
  }
449
443
 
450
444
 
451
-
452
445
  .qt-waterfall-root-css {
453
446
  }
454
447
 
@@ -458,8 +451,6 @@
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: #0D71FF;
573
+ color: #0d71ff;
583
574
  position: absolute;
584
575
  }
585
576
  .line {
586
- background-color: #0D71FF;
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;