@quicktvui/quicktvui3 1.1.1 → 1.1.3

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 +21 -124
  2. package/dist/index.js +1 -2
  3. package/dist/src/animation/QTIAnimation.d.ts +1 -2
  4. package/dist/src/button/index.vue.d.ts +1 -5
  5. package/dist/src/classified-list-view/core/{QTIClassifiedListView.d.ts → QTClassifiedListView.d.ts} +1 -2
  6. package/dist/src/classified-list-view/index.vue.d.ts +0 -6
  7. package/dist/src/collapse/core/QTICollapse.d.ts +1 -2
  8. package/dist/src/collapse/core/QTICollapseItem.d.ts +1 -2
  9. package/dist/src/collapse/index.vue.d.ts +3 -7
  10. package/dist/src/grid-view/core/{QTIGridView.d.ts → QTGridView.d.ts} +2 -2
  11. package/dist/src/grid-view/index.vue.d.ts +0 -3
  12. package/dist/src/image/index.vue.d.ts +1 -8
  13. package/dist/src/index.d.ts +3 -28
  14. package/dist/src/list-view/core/QTIListView.d.ts +2 -2
  15. package/dist/src/nav-bar/QTINavBar.d.ts +2 -2
  16. package/dist/src/nav-bar/index.vue.d.ts +0 -5
  17. package/dist/src/poster/index.vue.d.ts +2 -8
  18. package/dist/src/progressbar/QTIProgressBar.d.ts +130 -137
  19. package/dist/src/section/index.vue.d.ts +2 -8
  20. package/dist/src/seekbar/QTISeekBar.d.ts +9 -16
  21. package/dist/src/series/QTIMediaSeries.d.ts +2 -2
  22. package/dist/src/series/index.vue.d.ts +0 -3
  23. package/dist/src/tab/QTITab.d.ts +2 -3
  24. package/dist/src/tab/index.vue.d.ts +18 -5
  25. package/dist/src/text/index.vue.d.ts +1 -8
  26. package/dist/src/view/QTIView.d.ts +5 -2
  27. package/dist/src/view/index.vue.d.ts +1 -3
  28. package/dist/src/waterfall/core/QTIWaterfall.d.ts +2 -2
  29. package/dist/src/waterfall/index.vue.d.ts +19 -6
  30. package/dist/src/webview/QTIWebView.d.ts +66 -67
  31. package/dist/src/x5webview/QTIX5WebView.d.ts +69 -67
  32. package/package.json +1 -1
  33. package/dist/src/base/QTIBaseView.d.ts +0 -9
  34. package/dist/src/base/useBaseView.d.ts +0 -10
  35. package/dist/src/button/QTIButton.d.ts +0 -3
  36. package/dist/src/column/QTIColumn.d.ts +0 -3
  37. package/dist/src/dialog/QTIDialog.d.ts +0 -3
  38. package/dist/src/gradient/QTGradient.d.ts +0 -13
  39. package/dist/src/gradient/QTGradientOrientation.d.ts +0 -10
  40. package/dist/src/gradient/QTGradientShape.d.ts +0 -6
  41. package/dist/src/gradient/QTGradientType.d.ts +0 -5
  42. package/dist/src/image/QTIImage.d.ts +0 -3
  43. package/dist/src/loading/QTILoadingView.d.ts +0 -3
  44. package/dist/src/lottie/QTILottieView.d.ts +0 -32
  45. package/dist/src/lottie/QTLottieAsyncUpdates.d.ts +0 -5
  46. package/dist/src/lottie/QTLottieRenderMode.d.ts +0 -5
  47. package/dist/src/lottie/QTLottieRepeatMode.d.ts +0 -5
  48. package/dist/src/lottie/QTLottieView.d.ts +0 -3
  49. package/dist/src/poster/core/QTIPoster.d.ts +0 -3
  50. package/dist/src/qrcode/QTIQRCode.d.ts +0 -3
  51. package/dist/src/row/QTIRow.d.ts +0 -3
  52. package/dist/src/scroll-view/QTIScrollView.d.ts +0 -5
  53. package/dist/src/scroll-view/QTScrollView.d.ts +0 -3
  54. package/dist/src/seekbar/QTSeekBarGravity.d.ts +0 -5
  55. package/dist/src/seekbar/QTSeekBarIndicatorMode.d.ts +0 -6
  56. package/dist/src/seekbar/QTSeekBarMode.d.ts +0 -4
  57. package/dist/src/seekbar/QTSeekBarTickMarkGravity.d.ts +0 -5
  58. package/dist/src/seekbar/QTSeekBarTickMarkLayoutGravity.d.ts +0 -4
  59. package/dist/src/seekbar/QTSeekBarTickMarkMode.d.ts +0 -4
  60. package/dist/src/text/QTIText.d.ts +0 -3
  61. package/dist/src/view/QTIViewVisibility.d.ts +0 -5
  62. package/dist/src/view/QTViewEvent.d.ts +0 -3
package/dist/index.css CHANGED
@@ -424,130 +424,27 @@
424
424
  }
425
425
 
426
426
 
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
- }
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;}
551
448
 
552
449
 
553
450
  .number-item-container[data-v-4afb8987] {