@quicktvui/quicktvui3 1.1.4 → 1.1.6
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 +124 -21
- package/dist/index.js +2 -1
- package/dist/src/animation/QTIAnimation.d.ts +2 -1
- package/dist/src/base/QTIBaseView.d.ts +9 -0
- package/dist/src/base/useBaseView.d.ts +10 -0
- package/dist/src/button/QTIButton.d.ts +3 -0
- package/dist/src/button/index.vue.d.ts +5 -1
- package/dist/src/classified-list-view/core/{QTClassifiedListView.d.ts → QTIClassifiedListView.d.ts} +2 -1
- package/dist/src/classified-list-view/index.vue.d.ts +6 -0
- package/dist/src/collapse/core/QTICollapse.d.ts +2 -1
- package/dist/src/collapse/core/QTICollapseItem.d.ts +2 -1
- package/dist/src/collapse/index.vue.d.ts +7 -3
- package/dist/src/column/QTIColumn.d.ts +3 -0
- package/dist/src/dialog/QTIDialog.d.ts +3 -0
- package/dist/src/gradient/QTGradient.d.ts +13 -0
- package/dist/src/gradient/QTGradientOrientation.d.ts +10 -0
- package/dist/src/gradient/QTGradientShape.d.ts +6 -0
- package/dist/src/gradient/QTGradientType.d.ts +5 -0
- package/dist/src/grid-view/core/{QTGridView.d.ts → QTIGridView.d.ts} +2 -2
- package/dist/src/grid-view/index.vue.d.ts +3 -0
- package/dist/src/image/QTIImage.d.ts +3 -0
- package/dist/src/image/index.vue.d.ts +8 -1
- package/dist/src/index.d.ts +28 -3
- package/dist/src/list-view/core/QTIListView.d.ts +2 -2
- package/dist/src/loading/QTILoadingView.d.ts +3 -0
- package/dist/src/lottie/QTILottieView.d.ts +32 -0
- package/dist/src/lottie/QTLottieAsyncUpdates.d.ts +5 -0
- package/dist/src/lottie/QTLottieRenderMode.d.ts +5 -0
- package/dist/src/lottie/QTLottieRepeatMode.d.ts +5 -0
- package/dist/src/lottie/QTLottieView.d.ts +3 -0
- package/dist/src/nav-bar/QTINavBar.d.ts +2 -2
- package/dist/src/nav-bar/index.vue.d.ts +5 -0
- package/dist/src/poster/core/QTIPoster.d.ts +3 -0
- package/dist/src/poster/index.vue.d.ts +8 -2
- package/dist/src/progressbar/QTIProgressBar.d.ts +137 -130
- package/dist/src/qrcode/QTIQRCode.d.ts +3 -0
- package/dist/src/row/QTIRow.d.ts +3 -0
- package/dist/src/scroll-view/QTIScrollView.d.ts +5 -0
- package/dist/src/scroll-view/QTScrollView.d.ts +3 -0
- package/dist/src/section/index.vue.d.ts +8 -2
- package/dist/src/seekbar/QTISeekBar.d.ts +16 -9
- package/dist/src/seekbar/QTSeekBarGravity.d.ts +5 -0
- package/dist/src/seekbar/QTSeekBarIndicatorMode.d.ts +6 -0
- package/dist/src/seekbar/QTSeekBarMode.d.ts +4 -0
- package/dist/src/seekbar/QTSeekBarTickMarkGravity.d.ts +5 -0
- package/dist/src/seekbar/QTSeekBarTickMarkLayoutGravity.d.ts +4 -0
- package/dist/src/seekbar/QTSeekBarTickMarkMode.d.ts +4 -0
- package/dist/src/series/QTIMediaSeries.d.ts +2 -2
- package/dist/src/series/index.vue.d.ts +3 -0
- package/dist/src/tab/QTITab.d.ts +3 -2
- package/dist/src/tab/index.vue.d.ts +5 -18
- package/dist/src/text/QTIText.d.ts +3 -0
- package/dist/src/text/index.vue.d.ts +8 -1
- package/dist/src/view/QTIView.d.ts +2 -5
- package/dist/src/view/QTIViewVisibility.d.ts +5 -0
- package/dist/src/view/QTViewEvent.d.ts +3 -0
- package/dist/src/view/index.vue.d.ts +3 -1
- package/dist/src/waterfall/core/QTIWaterfall.d.ts +2 -2
- package/dist/src/waterfall/index.vue.d.ts +6 -19
- package/dist/src/webview/QTIWebView.d.ts +67 -66
- package/dist/src/x5webview/QTIX5WebView.d.ts +67 -69
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -424,27 +424,130 @@
|
|
|
424
424
|
}
|
|
425
425
|
|
|
426
426
|
|
|
427
|
-
.content_list_view{
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
.
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
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] {
|