@quicktvui/quicktvui3 1.2.0 → 3.0.0-alpha.2

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 (200) hide show
  1. package/dist/index.css +17 -29
  2. package/dist/index.js +8 -9
  3. package/dist/src/animation/QTAnimation.d.ts +1 -1
  4. package/dist/src/animation/QTIAnimation.d.ts +19 -9
  5. package/dist/src/animation/QtAnimationAPI.d.ts +16 -34
  6. package/dist/src/animation/types.d.ts +40 -0
  7. package/dist/src/app/QTAppIcon.d.ts +1 -1
  8. package/dist/src/app/QtAppIconAPI.d.ts +5 -5
  9. package/dist/src/base/QTIBaseView.d.ts +10 -10
  10. package/dist/src/base/QtBaseNativeViewAPI.d.ts +2 -0
  11. package/dist/src/base/QtBaseViewAPI.d.ts +45 -0
  12. package/dist/src/base/useBaseView.d.ts +11 -11
  13. package/dist/src/button/QTIButton.d.ts +1 -1
  14. package/dist/src/button/QtButtonAPI.d.ts +3 -3
  15. package/dist/src/button/index.vue.d.ts +21 -21
  16. package/dist/src/canvas/CanvasGradient.d.ts +36 -0
  17. package/dist/src/canvas/QTCanvasView.d.ts +3 -0
  18. package/dist/src/canvas/QTICanvasView.d.ts +50 -0
  19. package/dist/src/canvas/QtCanvasViewAPI.d.ts +54 -0
  20. package/dist/src/classified-list-view/QtClassifiedListViewAPI.d.ts +6 -6
  21. package/dist/src/classified-list-view/core/QTClassifiedListViewItem.d.ts +2 -2
  22. package/dist/src/classified-list-view/core/QTIClassifiedListView.d.ts +2 -2
  23. package/dist/src/classified-list-view/index.vue.d.ts +21 -21
  24. package/dist/src/collapse/QtCollapseAPI.d.ts +7 -7
  25. package/dist/src/collapse/core/QTCollapse.d.ts +1 -1
  26. package/dist/src/collapse/core/QTICollapse.d.ts +3 -3
  27. package/dist/src/collapse/core/QTICollapseItem.d.ts +2 -2
  28. package/dist/src/collapse/index.vue.d.ts +18 -18
  29. package/dist/src/column/QTIColumn.d.ts +1 -1
  30. package/dist/src/column/QtColumnAPI.d.ts +3 -3
  31. package/dist/src/core/QTFlexStyleGradientBackground.d.ts +1 -1
  32. package/dist/src/core/QTLocation.d.ts +2 -2
  33. package/dist/src/dialog/QTDialog.d.ts +1 -1
  34. package/dist/src/dialog/QTIDialog.d.ts +1 -1
  35. package/dist/src/gradient/QTGradient.d.ts +3 -3
  36. package/dist/src/grid-view/QtGridViewAPI.d.ts +7 -7
  37. package/dist/src/grid-view/core/QTGridViewItem.d.ts +1 -1
  38. package/dist/src/grid-view/core/QTIGridView.d.ts +2 -2
  39. package/dist/src/grid-view/index.vue.d.ts +32 -32
  40. package/dist/src/image/QTIImage.d.ts +2 -2
  41. package/dist/src/image/QtImageAPI.d.ts +6 -6
  42. package/dist/src/image/index.vue.d.ts +12 -12
  43. package/dist/src/index.d.ts +23 -6
  44. package/dist/src/list/QTIBaseListView.d.ts +5 -5
  45. package/dist/src/list/QtBaseListViewAPI.d.ts +6 -6
  46. package/dist/src/list/useBaseListView.d.ts +6 -6
  47. package/dist/src/list/useListView.d.ts +49 -0
  48. package/dist/src/list-indicator/QTIndicatorListViewComponent.d.ts +1 -1
  49. package/dist/src/list-indicator/QtIndicatorViewAPI.d.ts +7 -7
  50. package/dist/src/list-indicator/core/QTIIndicatorView.d.ts +2 -2
  51. package/dist/src/list-item/ESListItemComponent.d.ts +1 -1
  52. package/dist/src/list-item/QtListItemAPI.d.ts +5 -5
  53. package/dist/src/list-view/QTListViewComponent.d.ts +1 -1
  54. package/dist/src/list-view/QtListViewAPI.d.ts +7 -7
  55. package/dist/src/list-view/core/QTIListView.d.ts +2 -2
  56. package/dist/src/list-view/core/QTListViewItem.d.ts +2 -2
  57. package/dist/src/loading/QTILoadingView.d.ts +1 -1
  58. package/dist/src/loading/QTLoadingView.d.ts +1 -1
  59. package/dist/src/loading/QtLoadingAPI.d.ts +3 -3
  60. package/dist/src/long-image/QTILongImage.d.ts +22 -0
  61. package/dist/src/long-image/QTLongImage.d.ts +3 -0
  62. package/dist/src/long-image/QTLongImageEventBean.d.ts +55 -0
  63. package/dist/src/long-image/QTLongImageOrientation.d.ts +7 -0
  64. package/dist/src/long-image/QTLongImagePositionType.d.ts +5 -0
  65. package/dist/src/long-image/QTLongImageScaleType.d.ts +9 -0
  66. package/dist/src/long-image/QtLongImageAPI.d.ts +4 -0
  67. package/dist/src/long-image/index.vue.d.ts +211 -0
  68. package/dist/src/lottie/QTILottieView.d.ts +4 -4
  69. package/dist/src/lottie/QTLottieView.d.ts +1 -1
  70. package/dist/src/lottie/QtLottieViewAPI.d.ts +8 -8
  71. package/dist/src/nav-bar/QTINavBar.d.ts +2 -2
  72. package/dist/src/nav-bar/QTNavBar.d.ts +1 -1
  73. package/dist/src/nav-bar/QTNavBarItem.d.ts +2 -2
  74. package/dist/src/nav-bar/QtNavBarAPI.d.ts +6 -6
  75. package/dist/src/nav-bar/index.vue.d.ts +18 -18
  76. package/dist/src/plugin/QTIPluginView.d.ts +1 -1
  77. package/dist/src/plugin/QTPluginView.d.ts +1 -1
  78. package/dist/src/plugin/QtPluginViewAPI.d.ts +5 -5
  79. package/dist/src/poster/QtPosterAPI.d.ts +3 -3
  80. package/dist/src/poster/core/QTIPoster.d.ts +1 -1
  81. package/dist/src/poster/core/QTPoster.d.ts +13 -13
  82. package/dist/src/poster/core/QTPosterCorner.d.ts +2 -2
  83. package/dist/src/poster/core/QTPosterElement.d.ts +1 -1
  84. package/dist/src/poster/core/QTPosterImage.d.ts +1 -1
  85. package/dist/src/poster/core/QTPosterRipple.d.ts +3 -3
  86. package/dist/src/poster/core/QTPosterScore.d.ts +4 -4
  87. package/dist/src/poster/core/QTPosterTitle.d.ts +5 -5
  88. package/dist/src/poster/index.vue.d.ts +19 -16
  89. package/dist/src/progressbar/QTIProgressBar.d.ts +8 -8
  90. package/dist/src/progressbar/QTProgressBar.d.ts +1 -1
  91. package/dist/src/progressbar/QtProgressBarAPI.d.ts +12 -12
  92. package/dist/src/qrcode/QTIQRCode.d.ts +1 -1
  93. package/dist/src/qrcode/QTQRCodeView.d.ts +1 -1
  94. package/dist/src/qrcode/QtQRCodeAPI.d.ts +3 -3
  95. package/dist/src/qt/QtAPI.d.ts +67 -31
  96. package/dist/src/qtListen/index.d.ts +6 -4
  97. package/dist/src/qtListen/qtArray.d.ts +1 -0
  98. package/dist/src/qtListen/qtDiff.d.ts +1 -1
  99. package/dist/src/qtListen/ref.d.ts +30 -0
  100. package/dist/src/qtListen/types.d.ts +13 -2
  101. package/dist/src/qtListen/watch.d.ts +6 -1
  102. package/dist/src/replace-child/QTIReplaceChildView.d.ts +1 -1
  103. package/dist/src/replace-child/QTReplaceChildView.d.ts +1 -1
  104. package/dist/src/replace-child/QtReplaceChildViewAPI.d.ts +5 -5
  105. package/dist/src/row/QTIRow.d.ts +1 -1
  106. package/dist/src/row/QtRowAPI.d.ts +3 -3
  107. package/dist/src/scroll-view/QTIScrollView.d.ts +1 -1
  108. package/dist/src/scroll-view/QTScrollView.d.ts +1 -1
  109. package/dist/src/scroll-view/QtScrollViewAPI.d.ts +5 -5
  110. package/dist/src/section/index.vue.d.ts +11 -11
  111. package/dist/src/seekbar/QTISeekBar.d.ts +8 -8
  112. package/dist/src/seekbar/QTSeekBar.d.ts +1 -1
  113. package/dist/src/seekbar/QtSeekBarAPI.d.ts +12 -12
  114. package/dist/src/series/DataAdapter.d.ts +6 -6
  115. package/dist/src/series/QTIMediaSeries.d.ts +6 -6
  116. package/dist/src/series/QTMediaSeries.d.ts +2 -2
  117. package/dist/src/series/QTMediaSeriesData.d.ts +1 -1
  118. package/dist/src/series/QTMediaSeriesEvent.d.ts +1 -1
  119. package/dist/src/series/QTMediaSeriesGroup.d.ts +1 -1
  120. package/dist/src/series/QtMediaSeriesAPI.d.ts +8 -8
  121. package/dist/src/series/component/media-series.vue.d.ts +9 -9
  122. package/dist/src/series/index.vue.d.ts +26 -22
  123. package/dist/src/series/item/media-series-number-item.vue.d.ts +4 -4
  124. package/dist/src/series/item/media-series-text-item.vue.d.ts +4 -4
  125. package/dist/src/tab/QTITab.d.ts +9 -9
  126. package/dist/src/tab/QTTab.d.ts +1 -1
  127. package/dist/src/tab/QTTabDataManager.d.ts +8 -8
  128. package/dist/src/tab/QTTabEvent.d.ts +2 -2
  129. package/dist/src/tab/QTTabEventParams.d.ts +1 -1
  130. package/dist/src/tab/QTTabItem.d.ts +1 -1
  131. package/dist/src/tab/QTTabPage.d.ts +1 -1
  132. package/dist/src/tab/QTTabPageData.d.ts +1 -1
  133. package/dist/src/tab/QTTabPageDataState.d.ts +1 -1
  134. package/dist/src/tab/QtTabAPI.d.ts +11 -11
  135. package/dist/src/tab/index.vue.d.ts +99 -33
  136. package/dist/src/tab/useQtTabWatch.d.ts +3 -0
  137. package/dist/src/text/QTIText.d.ts +2 -2
  138. package/dist/src/text/QTTextSpan.d.ts +1 -1
  139. package/dist/src/text/QTTextSpanAttribute.d.ts +1 -1
  140. package/dist/src/text/QtTextAPI.d.ts +6 -6
  141. package/dist/src/text/index.vue.d.ts +12 -12
  142. package/dist/src/ul/QTIUL.d.ts +3 -3
  143. package/dist/src/ul/QTULInitPosition.d.ts +1 -1
  144. package/dist/src/ul/QtULAPI.d.ts +7 -7
  145. package/dist/src/utils/QtVirtualViewAPI.d.ts +1 -1
  146. package/dist/src/utils/functions.d.ts +1 -0
  147. package/dist/src/utils/index.d.ts +2 -0
  148. package/dist/src/utils/make-installer.d.ts +5 -0
  149. package/dist/src/utils/objects.d.ts +2 -0
  150. package/dist/src/utils/type.d.ts +1 -1
  151. package/dist/src/utils/types.d.ts +9 -0
  152. package/dist/src/utils/vue/index.d.ts +3 -0
  153. package/dist/src/utils/vue/install.d.ts +6 -0
  154. package/dist/src/utils/vue/props/index.d.ts +3 -0
  155. package/dist/src/utils/vue/props/runtime.d.ts +9 -0
  156. package/dist/src/utils/vue/props/types.d.ts +38 -0
  157. package/dist/src/utils/vue/props/util.d.ts +8 -0
  158. package/dist/src/utils/vue/typescript.d.ts +6 -0
  159. package/dist/src/view/QTIView.d.ts +1 -1
  160. package/dist/src/view/QtViewAPI.d.ts +3 -44
  161. package/dist/src/view/index.vue.d.ts +12 -12
  162. package/dist/src/waterfall/QtWaterfallAPI.d.ts +9 -9
  163. package/dist/src/waterfall/core/QTIWaterfall.d.ts +4 -4
  164. package/dist/src/waterfall/core/QTWaterfall.d.ts +1 -1
  165. package/dist/src/waterfall/core/QTWaterfallCardItem.d.ts +2 -2
  166. package/dist/src/waterfall/core/QTWaterfallCardSection.d.ts +3 -3
  167. package/dist/src/waterfall/core/QTWaterfallDataAdapter.d.ts +3 -3
  168. package/dist/src/waterfall/core/QTWaterfallDataManager.d.ts +3 -3
  169. package/dist/src/waterfall/core/QTWaterfallEvent.d.ts +1 -1
  170. package/dist/src/waterfall/core/QTWaterfallFlexStyle.d.ts +8 -8
  171. package/dist/src/waterfall/core/QTWaterfallItem.d.ts +2 -2
  172. package/dist/src/waterfall/core/QTWaterfallPluginItem.d.ts +1 -1
  173. package/dist/src/waterfall/core/QTWaterfallPluginSection.d.ts +1 -1
  174. package/dist/src/waterfall/core/QTWaterfallSection.d.ts +5 -5
  175. package/dist/src/waterfall/core/QTWaterfallTabItem.d.ts +2 -2
  176. package/dist/src/waterfall/index.vue.d.ts +37 -24
  177. package/dist/src/waterfall/item/card-item.vue.d.ts +1 -1
  178. package/dist/src/waterfall/item/plugin-item.vue.d.ts +12 -12
  179. package/dist/src/waterfall/section/blank-section.vue.d.ts +1 -1
  180. package/dist/src/waterfall/section/card-section.vue.d.ts +1 -1
  181. package/dist/src/waterfall/section/end-section.vue.d.ts +1 -1
  182. package/dist/src/waterfall/section/flex-section.vue.d.ts +11 -8
  183. package/dist/src/waterfall/section/loading-section.vue.d.ts +1 -1
  184. package/dist/src/waterfall/section/plugin-section.vue.d.ts +6 -6
  185. package/dist/src/waterfall/section/section-title.vue.d.ts +5 -5
  186. package/dist/src/waterfall/section/vue-section.vue.d.ts +5 -5
  187. package/dist/src/webview/QTIWebView.d.ts +31 -3
  188. package/dist/src/webview/QTWebView.d.ts +1 -1
  189. package/dist/src/webview/QTWebViewInterceptRule.d.ts +4 -0
  190. package/dist/src/webview/QTWebViewLayerType.d.ts +5 -0
  191. package/dist/src/webview/QTWebViewSniffingRule.d.ts +20 -0
  192. package/dist/src/webview/QtWebViewAPI.d.ts +35 -7
  193. package/dist/src/x5webview/QTIX5WebView.d.ts +36 -3
  194. package/dist/src/x5webview/QTX5WebView.d.ts +1 -1
  195. package/dist/src/x5webview/QTX5WebViewInterceptRule.d.ts +4 -0
  196. package/dist/src/x5webview/QTX5WebViewLayerType.d.ts +5 -0
  197. package/dist/src/x5webview/QTX5WebViewSniffingRule.d.ts +20 -0
  198. package/dist/src/x5webview/QtX5WebViewAPI.d.ts +37 -7
  199. package/package.json +5 -1
  200. package/web-types.json +1 -1
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,11 +342,12 @@
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
  }
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: #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;
@@ -688,4 +677,3 @@
688
677
  }
689
678
  .qt-collapse-item-css[data-v-4feca809] {
690
679
  }
691
-