@quicktvui/quicktvui3 1.1.30 → 1.1.31-beta.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.
- package/dist/index.css +25 -31
- package/dist/index.js +8 -8
- package/dist/src/grid-view/core/QTIGridView.d.ts +1 -1
- package/dist/src/grid-view/index.vue.d.ts +9 -7
- package/dist/src/index.d.ts +1 -3
- package/dist/src/list-view/core/QTIListView.d.ts +1 -1
- package/dist/src/poster/core/QTPoster.d.ts +2 -0
- package/dist/src/poster/core/QTPosterCorner.d.ts +1 -0
- package/dist/src/poster/core/QTPosterPlaceholderImg.d.ts +4 -0
- package/dist/src/poster/index.vue.d.ts +18 -0
- package/dist/src/qtListen/effect.d.ts +17 -0
- package/dist/src/qtListen/index.d.ts +5 -0
- package/dist/src/qtListen/qtArray.d.ts +9 -0
- package/dist/src/qtListen/qtDiff.d.ts +2 -0
- package/dist/src/qtListen/reactive.d.ts +14 -0
- package/dist/src/qtListen/ref.d.ts +5 -0
- package/dist/src/qtListen/types.d.ts +45 -0
- package/dist/src/qtListen/watch.d.ts +16 -0
- package/dist/src/series/index.vue.d.ts +86 -0
- package/dist/src/series/item/media-series-number-item.vue.d.ts +86 -0
- package/dist/src/series/item/media-series-text-item.vue.d.ts +86 -0
- package/dist/src/tab/QTITab.d.ts +1 -0
- package/dist/src/tab/index.vue.d.ts +2 -1
- package/dist/src/waterfall/core/QTWaterfallDataAdapter.d.ts +2 -2
- package/dist/src/waterfall/index.vue.d.ts +17 -0
- package/package.json +6 -5
- package/global.d.ts +0 -12
package/dist/index.css
CHANGED
|
@@ -191,44 +191,41 @@
|
|
|
191
191
|
background-color: transparent;
|
|
192
192
|
}
|
|
193
193
|
.absoluteFocusMainBgRoot[data-v-703673b8] {
|
|
194
|
-
border-bottom-left-radius: 8px;
|
|
195
|
-
border-bottom-right-radius: 8px;
|
|
196
194
|
background-color: white;
|
|
197
195
|
margin-left: -1px;
|
|
198
196
|
margin-right: -1px;
|
|
199
197
|
}
|
|
200
198
|
|
|
201
199
|
|
|
202
|
-
.
|
|
203
|
-
flex-direction: row-reverse;
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
.qt-ui-poster-root-css[data-v-3c4765e9] {
|
|
200
|
+
.qt-ui-poster-root-css {
|
|
208
201
|
position: absolute;
|
|
209
202
|
background-color: transparent;
|
|
210
203
|
overflow: hidden;
|
|
211
204
|
}
|
|
212
|
-
.qt-ui-poster-img-css
|
|
205
|
+
.qt-ui-poster-placeholder-img-css{
|
|
206
|
+
background-color: transparent;
|
|
207
|
+
z-index: 1;
|
|
208
|
+
position: absolute;
|
|
209
|
+
}
|
|
210
|
+
.qt-ui-poster-img-css {
|
|
213
211
|
background-color: rgba(255, 255, 255, 0.1);
|
|
214
212
|
z-index: 1;
|
|
215
213
|
position: absolute;
|
|
216
214
|
focus-border-color: white;
|
|
217
215
|
focus-border-style: solid;
|
|
218
|
-
border-radius: 8px;
|
|
219
216
|
}
|
|
220
|
-
.qt-ui-poster-score-css
|
|
217
|
+
.qt-ui-poster-score-css {
|
|
221
218
|
z-index: 2;
|
|
222
219
|
position: absolute;
|
|
223
220
|
color: #FC5E1B;
|
|
224
221
|
background-color: transparent;
|
|
225
222
|
}
|
|
226
|
-
.qt-ui-poster-title-css
|
|
223
|
+
.qt-ui-poster-title-css {
|
|
227
224
|
padding-left: 16px;
|
|
228
225
|
padding-top: 15px;
|
|
229
226
|
background-color: transparent;
|
|
230
227
|
}
|
|
231
|
-
.qt-ui-ripple-img-css
|
|
228
|
+
.qt-ui-ripple-img-css {
|
|
232
229
|
width: 60px;
|
|
233
230
|
height: 60px;
|
|
234
231
|
background-color: transparent;
|
|
@@ -237,14 +234,14 @@
|
|
|
237
234
|
right: 20px;
|
|
238
235
|
bottom: 20px;
|
|
239
236
|
}
|
|
240
|
-
.qt-ui-ripple-view-css
|
|
237
|
+
.qt-ui-ripple-view-css {
|
|
241
238
|
width: 100px;
|
|
242
239
|
height: 100px;
|
|
243
240
|
z-index: 1000;
|
|
244
241
|
background-color: transparent;
|
|
245
242
|
position: absolute;
|
|
246
243
|
}
|
|
247
|
-
.qt-ui-poster-ripple-view-root-css
|
|
244
|
+
.qt-ui-poster-ripple-view-root-css {
|
|
248
245
|
width: 100px;
|
|
249
246
|
height: 100px;
|
|
250
247
|
right: 0;
|
|
@@ -274,6 +271,7 @@
|
|
|
274
271
|
align-items: center;
|
|
275
272
|
border-radius: 35px;
|
|
276
273
|
background-color: transparent;
|
|
274
|
+
focus-background-color: #f5f5f5;
|
|
277
275
|
}
|
|
278
276
|
.qt-ui-nav-bar-item-text-css {
|
|
279
277
|
height: 60px;
|
|
@@ -554,9 +552,14 @@
|
|
|
554
552
|
width: 160px;
|
|
555
553
|
height: 80px;
|
|
556
554
|
background-color: rgba(255, 255, 255, .1);
|
|
557
|
-
focus-background-color: white;
|
|
558
555
|
border-radius: 8px
|
|
559
556
|
}
|
|
557
|
+
.number-item-container-bg-focus[data-v-4afb8987]{
|
|
558
|
+
position: absolute;
|
|
559
|
+
background-color: transparent;
|
|
560
|
+
width: 160px;
|
|
561
|
+
height: 80px;
|
|
562
|
+
}
|
|
560
563
|
.media-series-number-item-vip-root[data-v-4afb8987] {
|
|
561
564
|
position: absolute;
|
|
562
565
|
width: 42px;
|
|
@@ -583,16 +586,10 @@
|
|
|
583
586
|
.number-item-text-css[data-v-4afb8987] {
|
|
584
587
|
height: 80px;
|
|
585
588
|
width: 160px;
|
|
586
|
-
color: rgba(255, 255, 255, .50);
|
|
587
|
-
focus-color: rgba(0, 0, 0, 1);
|
|
588
|
-
select-color: rgba(255, 255, 255, .50);
|
|
589
589
|
}
|
|
590
590
|
.number-item-text-vip-css[data-v-4afb8987] {
|
|
591
591
|
height: 80px;
|
|
592
592
|
width: 160px;
|
|
593
|
-
color: #FFD97C;
|
|
594
|
-
focus-color: #B67827;
|
|
595
|
-
select-color: #B67827;
|
|
596
593
|
}
|
|
597
594
|
|
|
598
595
|
|
|
@@ -602,15 +599,18 @@
|
|
|
602
599
|
height: 100px;
|
|
603
600
|
border-radius: 8px;
|
|
604
601
|
background-color: rgba(255, 255, 255, .1);
|
|
605
|
-
|
|
606
|
-
|
|
602
|
+
}
|
|
603
|
+
.text-item-container-bg-focus[data-v-4859f623]{
|
|
604
|
+
position: absolute;
|
|
605
|
+
background-color: transparent;
|
|
606
|
+
width: 490px;
|
|
607
|
+
height: 100px;
|
|
607
608
|
}
|
|
608
609
|
.text-item-container-css[data-v-4859f623] {
|
|
609
610
|
width: 490px;
|
|
610
611
|
height: 100px;
|
|
611
612
|
border-radius: 8px;
|
|
612
613
|
background-color: rgba(255, 255, 255, .1);
|
|
613
|
-
focus-background-color: white;
|
|
614
614
|
flex-direction: row;
|
|
615
615
|
justify-content: center;
|
|
616
616
|
align-items: center;
|
|
@@ -619,17 +619,11 @@
|
|
|
619
619
|
font-weight: 400;
|
|
620
620
|
height: 100px;
|
|
621
621
|
width: 373px;
|
|
622
|
-
color: rgba(255, 255, 255, .50);
|
|
623
|
-
focus-color: rgba(0, 0, 0, 1);
|
|
624
|
-
select-color: rgba(255, 255, 255, .50);
|
|
625
622
|
}
|
|
626
623
|
.text-item-text-vip[data-v-4859f623] {
|
|
627
624
|
font-weight: 400;
|
|
628
625
|
height: 100px;
|
|
629
626
|
width: 373px;
|
|
630
|
-
color: #FFD97C;
|
|
631
|
-
focus-color: #B67827;
|
|
632
|
-
select-color: #B67827;
|
|
633
627
|
}
|
|
634
628
|
.media-series-text-item-vip-root[data-v-4859f623] {
|
|
635
629
|
position: absolute;
|