@quicktvui/quicktvui3 1.1.4 → 1.1.5

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 (62) hide show
  1. package/dist/index.css +124 -21
  2. package/dist/index.js +2 -1
  3. package/dist/src/animation/QTIAnimation.d.ts +2 -1
  4. package/dist/src/base/QTIBaseView.d.ts +9 -0
  5. package/dist/src/base/useBaseView.d.ts +10 -0
  6. package/dist/src/button/QTIButton.d.ts +3 -0
  7. package/dist/src/button/index.vue.d.ts +5 -1
  8. package/dist/src/classified-list-view/core/{QTClassifiedListView.d.ts → QTIClassifiedListView.d.ts} +2 -1
  9. package/dist/src/classified-list-view/index.vue.d.ts +6 -0
  10. package/dist/src/collapse/core/QTICollapse.d.ts +2 -1
  11. package/dist/src/collapse/core/QTICollapseItem.d.ts +2 -1
  12. package/dist/src/collapse/index.vue.d.ts +7 -3
  13. package/dist/src/column/QTIColumn.d.ts +3 -0
  14. package/dist/src/dialog/QTIDialog.d.ts +3 -0
  15. package/dist/src/gradient/QTGradient.d.ts +13 -0
  16. package/dist/src/gradient/QTGradientOrientation.d.ts +10 -0
  17. package/dist/src/gradient/QTGradientShape.d.ts +6 -0
  18. package/dist/src/gradient/QTGradientType.d.ts +5 -0
  19. package/dist/src/grid-view/core/{QTGridView.d.ts → QTIGridView.d.ts} +2 -2
  20. package/dist/src/grid-view/index.vue.d.ts +3 -0
  21. package/dist/src/image/QTIImage.d.ts +3 -0
  22. package/dist/src/image/index.vue.d.ts +8 -1
  23. package/dist/src/index.d.ts +28 -3
  24. package/dist/src/list-view/core/QTIListView.d.ts +2 -2
  25. package/dist/src/loading/QTILoadingView.d.ts +3 -0
  26. package/dist/src/lottie/QTILottieView.d.ts +32 -0
  27. package/dist/src/lottie/QTLottieAsyncUpdates.d.ts +5 -0
  28. package/dist/src/lottie/QTLottieRenderMode.d.ts +5 -0
  29. package/dist/src/lottie/QTLottieRepeatMode.d.ts +5 -0
  30. package/dist/src/lottie/QTLottieView.d.ts +3 -0
  31. package/dist/src/nav-bar/QTINavBar.d.ts +2 -2
  32. package/dist/src/nav-bar/index.vue.d.ts +5 -0
  33. package/dist/src/poster/core/QTIPoster.d.ts +3 -0
  34. package/dist/src/poster/index.vue.d.ts +8 -2
  35. package/dist/src/progressbar/QTIProgressBar.d.ts +137 -130
  36. package/dist/src/qrcode/QTIQRCode.d.ts +3 -0
  37. package/dist/src/row/QTIRow.d.ts +3 -0
  38. package/dist/src/scroll-view/QTIScrollView.d.ts +5 -0
  39. package/dist/src/scroll-view/QTScrollView.d.ts +3 -0
  40. package/dist/src/section/index.vue.d.ts +8 -2
  41. package/dist/src/seekbar/QTISeekBar.d.ts +16 -9
  42. package/dist/src/seekbar/QTSeekBarGravity.d.ts +5 -0
  43. package/dist/src/seekbar/QTSeekBarIndicatorMode.d.ts +6 -0
  44. package/dist/src/seekbar/QTSeekBarMode.d.ts +4 -0
  45. package/dist/src/seekbar/QTSeekBarTickMarkGravity.d.ts +5 -0
  46. package/dist/src/seekbar/QTSeekBarTickMarkLayoutGravity.d.ts +4 -0
  47. package/dist/src/seekbar/QTSeekBarTickMarkMode.d.ts +4 -0
  48. package/dist/src/series/QTIMediaSeries.d.ts +2 -2
  49. package/dist/src/series/index.vue.d.ts +3 -0
  50. package/dist/src/tab/QTITab.d.ts +3 -2
  51. package/dist/src/tab/index.vue.d.ts +5 -18
  52. package/dist/src/text/QTIText.d.ts +3 -0
  53. package/dist/src/text/index.vue.d.ts +8 -1
  54. package/dist/src/view/QTIView.d.ts +2 -5
  55. package/dist/src/view/QTIViewVisibility.d.ts +5 -0
  56. package/dist/src/view/QTViewEvent.d.ts +3 -0
  57. package/dist/src/view/index.vue.d.ts +3 -1
  58. package/dist/src/waterfall/core/QTIWaterfall.d.ts +2 -2
  59. package/dist/src/waterfall/index.vue.d.ts +6 -19
  60. package/dist/src/webview/QTIWebView.d.ts +67 -66
  61. package/dist/src/x5webview/QTIX5WebView.d.ts +67 -69
  62. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -424,27 +424,130 @@
424
424
  }
425
425
 
426
426
 
427
- .content_list_view{width: 1920px;height: 210px;background-color: transparent;}
428
- .clv_item{width: 316px;height: 178px;background-color: transparent;border-radius: 8px;}
429
- .coverV{width: 316px;height: 178px;background-color: rgba(255,255,255,0.1);border-radius: 8px;}
430
- .titMask{position: absolute;width: 316px;height: 60px;top: 118px;left: 0;}
431
- .clv_item_text_box{width: 316px;height: 60px;background-color: transparent;position: absolute;left: 0;top: 118px;
432
- border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}
433
- .playMark{width: 45px;height: 30px;background-color: transparent;position: absolute;top: 21px;}
434
- .selectedIcon{width: 45px;height: 30px;background-color: transparent;position: absolute;top: 15px;}
435
- .selectedIcon img{width: 28px;height: 30px;margin-left: 12px;}
436
- .clv_item_text{width: 265px;height: 60px;position: absolute;left: 45px; color: #fff;background-color: transparent;}
437
- .clv_item_text_box1{width: 316px;height: 60px;background-color: transparent;position: absolute;left: 0;top: 118px;
438
- border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}
439
- .clv_item_selected_text{width: 316px;height: 60px;background-color: transparent;
440
- border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;color: #fff;}
441
- .nav_list_view{width: 1920px;height: 80px;background-color: transparent;}
442
- .nav_item{width: 168px;height: 80px;background-color: transparent;border-radius: 40px;}
443
- .nav_item_text_focused{width: 168px;height: 80px;position: absolute;background-color: transparent;border-radius: 40px;}
444
- .nav_item_text{width: 168px;height: 80px;position: absolute;border-radius: 40px;background-color: transparent;}
445
- .text{width: 168px;height: 80px;color: #fff;position: absolute;}
446
- .text_selected{width: 168px;height: 80px;color:#0D71FF;position: absolute;}
447
- .line{background-color:#0D71FF; width: 34px;height: 6px;position: absolute;left: 67px;top: 74px;}
427
+ .content_list_view {
428
+ width: 1920px;
429
+ height: 210px;
430
+ background-color: transparent;
431
+ }
432
+ .clv_item {
433
+ width: 316px;
434
+ height: 178px;
435
+ background-color: transparent;
436
+ border-radius: 8px;
437
+ }
438
+ .coverV {
439
+ width: 316px;
440
+ height: 178px;
441
+ background-color: rgba(255, 255, 255, 0.1);
442
+ border-radius: 8px;
443
+ }
444
+ .titMask {
445
+ position: absolute;
446
+ width: 316px;
447
+ height: 60px;
448
+ top: 118px;
449
+ left: 0;
450
+ }
451
+ .clv_item_text_box {
452
+ width: 316px;
453
+ height: 60px;
454
+ background-color: transparent;
455
+ position: absolute;
456
+ left: 0;
457
+ top: 118px;
458
+ border-bottom-left-radius: 8px;
459
+ border-bottom-right-radius: 8px;
460
+ }
461
+ .playMark {
462
+ width: 45px;
463
+ height: 30px;
464
+ background-color: transparent;
465
+ position: absolute;
466
+ top: 21px;
467
+ }
468
+ .selectedIcon {
469
+ width: 45px;
470
+ height: 30px;
471
+ background-color: transparent;
472
+ position: absolute;
473
+ top: 15px;
474
+ }
475
+ .selectedIcon img {
476
+ width: 28px;
477
+ height: 30px;
478
+ margin-left: 12px;
479
+ }
480
+ .clv_item_text {
481
+ width: 265px;
482
+ height: 60px;
483
+ position: absolute;
484
+ left: 45px;
485
+ color: #fff;
486
+ background-color: transparent;
487
+ }
488
+ .clv_item_text_box1 {
489
+ width: 316px;
490
+ height: 60px;
491
+ background-color: transparent;
492
+ position: absolute;
493
+ left: 0;
494
+ top: 118px;
495
+ border-bottom-left-radius: 8px;
496
+ border-bottom-right-radius: 8px;
497
+ }
498
+ .clv_item_selected_text {
499
+ width: 316px;
500
+ height: 60px;
501
+ background-color: transparent;
502
+ border-bottom-left-radius: 8px;
503
+ border-bottom-right-radius: 8px;
504
+ color: #fff;
505
+ }
506
+ .nav_list_view {
507
+ width: 1920px;
508
+ height: 80px;
509
+ background-color: transparent;
510
+ }
511
+ .nav_item {
512
+ width: 168px;
513
+ height: 80px;
514
+ background-color: transparent;
515
+ border-radius: 40px;
516
+ }
517
+ .nav_item_text_focused {
518
+ width: 168px;
519
+ height: 80px;
520
+ position: absolute;
521
+ background-color: transparent;
522
+ border-radius: 40px;
523
+ }
524
+ .nav_item_text {
525
+ width: 168px;
526
+ height: 80px;
527
+ position: absolute;
528
+ border-radius: 40px;
529
+ background-color: transparent;
530
+ }
531
+ .text {
532
+ width: 168px;
533
+ height: 80px;
534
+ color: #fff;
535
+ position: absolute;
536
+ }
537
+ .text_selected {
538
+ width: 168px;
539
+ height: 80px;
540
+ color: #0D71FF;
541
+ position: absolute;
542
+ }
543
+ .line {
544
+ background-color: #0D71FF;
545
+ width: 34px;
546
+ height: 6px;
547
+ position: absolute;
548
+ left: 67px;
549
+ top: 74px;
550
+ }
448
551
 
449
552
 
450
553
  .number-item-container[data-v-4afb8987] {