@quicktvui/quicktvui3 3.0.4 → 3.0.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 +95 -0
- package/dist/index.js +4 -4
- package/dist/src/index.d.ts +3 -0
- package/dist/src/long-image/QTILongImage.d.ts +1 -0
- package/dist/src/long-image/index.vue.d.ts +1 -0
- package/dist/src/pro/qt-grid-view-pro.vue.d.ts +60 -0
- package/dist/src/pro/qt-list-view-pro.vue.d.ts +56 -0
- package/dist/src/pro/qt-media-series-pro.vue.d.ts +109 -0
- package/dist/src/pro/types/ProTypes.d.ts +4 -0
- package/dist/src/pro/types/Series.d.ts +22 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -677,3 +677,98 @@
|
|
|
677
677
|
}
|
|
678
678
|
.qt-collapse-item-css[data-v-4feca809] {
|
|
679
679
|
}
|
|
680
|
+
|
|
681
|
+
|
|
682
|
+
.flex[data-v-7a6d61f4] {
|
|
683
|
+
display: flex;
|
|
684
|
+
}
|
|
685
|
+
.flex-row[data-v-7a6d61f4] {
|
|
686
|
+
flex-direction: row;
|
|
687
|
+
}
|
|
688
|
+
.items-center[data-v-7a6d61f4] {
|
|
689
|
+
align-items: center;
|
|
690
|
+
}
|
|
691
|
+
.flex-col[data-v-7a6d61f4] {
|
|
692
|
+
flex-direction: column;
|
|
693
|
+
}
|
|
694
|
+
.justify-center[data-v-7a6d61f4] {
|
|
695
|
+
justify-content: center;
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
|
|
699
|
+
.flex[data-v-730f67ac] {
|
|
700
|
+
display: flex;
|
|
701
|
+
}
|
|
702
|
+
.flex-row[data-v-730f67ac] {
|
|
703
|
+
flex-direction: row;
|
|
704
|
+
}
|
|
705
|
+
.items-center[data-v-730f67ac] {
|
|
706
|
+
align-items: center;
|
|
707
|
+
}
|
|
708
|
+
.flex-col[data-v-730f67ac] {
|
|
709
|
+
flex-direction: column;
|
|
710
|
+
}
|
|
711
|
+
.justify-center[data-v-730f67ac] {
|
|
712
|
+
justify-content: center;
|
|
713
|
+
}
|
|
714
|
+
|
|
715
|
+
|
|
716
|
+
.flex[data-v-56994b14] {
|
|
717
|
+
display: flex;
|
|
718
|
+
}
|
|
719
|
+
.flex-row[data-v-56994b14] {
|
|
720
|
+
flex-direction: row;
|
|
721
|
+
}
|
|
722
|
+
.items-center[data-v-56994b14] {
|
|
723
|
+
align-items: center;
|
|
724
|
+
}
|
|
725
|
+
.flex-col[data-v-56994b14] {
|
|
726
|
+
flex-direction: column;
|
|
727
|
+
}
|
|
728
|
+
.justify-center[data-v-56994b14] {
|
|
729
|
+
justify-content: center;
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
|
|
733
|
+
.flex[data-v-5fddd194] {
|
|
734
|
+
display: flex;
|
|
735
|
+
}
|
|
736
|
+
.flex-row[data-v-5fddd194] {
|
|
737
|
+
flex-direction: row;
|
|
738
|
+
}
|
|
739
|
+
.items-center[data-v-5fddd194] {
|
|
740
|
+
align-items: center;
|
|
741
|
+
}
|
|
742
|
+
.flex-col[data-v-5fddd194] {
|
|
743
|
+
flex-direction: column;
|
|
744
|
+
}
|
|
745
|
+
.justify-center[data-v-5fddd194] {
|
|
746
|
+
justify-content: center;
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
|
|
750
|
+
.series-container[data-v-6a4ec3c2] {
|
|
751
|
+
display: flex;
|
|
752
|
+
flex-direction: column;
|
|
753
|
+
}
|
|
754
|
+
.series-list[data-v-6a4ec3c2] {
|
|
755
|
+
margin-bottom: 10px; /* 分集列表和分组列表之间的间距 */
|
|
756
|
+
}
|
|
757
|
+
.group-list[data-v-6a4ec3c2] {
|
|
758
|
+
margin-top: 10px; /* 分组列表和分集列表之间的间距 */
|
|
759
|
+
}
|
|
760
|
+
.flex[data-v-6a4ec3c2] {
|
|
761
|
+
display: flex;
|
|
762
|
+
}
|
|
763
|
+
.flex-row[data-v-6a4ec3c2] {
|
|
764
|
+
flex-direction: row;
|
|
765
|
+
}
|
|
766
|
+
.items-center[data-v-6a4ec3c2] {
|
|
767
|
+
align-items: center;
|
|
768
|
+
}
|
|
769
|
+
.flex-col[data-v-6a4ec3c2] {
|
|
770
|
+
flex-direction: column;
|
|
771
|
+
}
|
|
772
|
+
.justify-center[data-v-6a4ec3c2] {
|
|
773
|
+
justify-content: center;
|
|
774
|
+
}
|