tuikit-atomicx-vue3 3.3.0 → 3.3.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/components/LiveAudienceList/LiveAudienceListH5.js +1 -1
- package/dist/components/LiveCoreView/index.js +1 -1
- package/dist/styles/index.css +26 -26
- package/package.json +3 -3
- package/src/components/LiveAudienceList/LiveAudienceListH5.vue +2 -2
- package/src/components/LiveCoreView/index.vue +1 -1
|
@@ -82,7 +82,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
82
82
|
};
|
|
83
83
|
}
|
|
84
84
|
});
|
|
85
|
-
const LiveAudienceListH5 = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
85
|
+
const LiveAudienceListH5 = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-68b59301"]]);
|
|
86
86
|
export {
|
|
87
87
|
LiveAudienceListH5 as default
|
|
88
88
|
};
|
|
@@ -331,7 +331,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
331
331
|
};
|
|
332
332
|
}
|
|
333
333
|
});
|
|
334
|
-
const LiveCoreViewComponent = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
334
|
+
const LiveCoreViewComponent = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-466946d8"]]);
|
|
335
335
|
addI18n("en-US", { translation: resource });
|
|
336
336
|
addI18n("zh-CN", { translation: resource$1 });
|
|
337
337
|
export {
|
package/dist/styles/index.css
CHANGED
|
@@ -9695,24 +9695,24 @@ to {
|
|
|
9695
9695
|
bottom: 0;
|
|
9696
9696
|
background: transparent;
|
|
9697
9697
|
z-index: 1000;
|
|
9698
|
-
}.viewers-panel[data-v-
|
|
9698
|
+
}.viewers-panel[data-v-68b59301] {
|
|
9699
9699
|
box-sizing: border-box;
|
|
9700
|
-
height:
|
|
9700
|
+
height: 100%;
|
|
9701
9701
|
display: flex;
|
|
9702
9702
|
flex-direction: column;
|
|
9703
9703
|
color: var(--text-color-primary);
|
|
9704
9704
|
transition: max-height 0.3s ease;
|
|
9705
9705
|
gap: 8px;
|
|
9706
9706
|
}
|
|
9707
|
-
.viewers-panel:hover .current-user-item[data-v-
|
|
9707
|
+
.viewers-panel:hover .current-user-item[data-v-68b59301] {
|
|
9708
9708
|
opacity: 1;
|
|
9709
9709
|
display: flex;
|
|
9710
9710
|
}
|
|
9711
|
-
.viewers-panel:hover .viewers-list[data-v-
|
|
9711
|
+
.viewers-panel:hover .viewers-list[data-v-68b59301] {
|
|
9712
9712
|
height: auto;
|
|
9713
9713
|
flex-shrink: 1;
|
|
9714
9714
|
}
|
|
9715
|
-
.viewers-panel .viewers-list[data-v-
|
|
9715
|
+
.viewers-panel .viewers-list[data-v-68b59301] {
|
|
9716
9716
|
flex-grow: 1;
|
|
9717
9717
|
overflow-y: auto;
|
|
9718
9718
|
overflow-x: hidden;
|
|
@@ -9721,28 +9721,28 @@ to {
|
|
|
9721
9721
|
padding-right: 0;
|
|
9722
9722
|
width: 100%;
|
|
9723
9723
|
}
|
|
9724
|
-
.viewers-panel .viewers-list[data-v-
|
|
9724
|
+
.viewers-panel .viewers-list[data-v-68b59301]::-webkit-scrollbar {
|
|
9725
9725
|
width: 6px;
|
|
9726
9726
|
background: transparent;
|
|
9727
9727
|
}
|
|
9728
|
-
.viewers-panel .viewers-list[data-v-
|
|
9728
|
+
.viewers-panel .viewers-list[data-v-68b59301]::-webkit-scrollbar-track {
|
|
9729
9729
|
background: transparent;
|
|
9730
9730
|
}
|
|
9731
|
-
.viewers-panel .viewers-list[data-v-
|
|
9731
|
+
.viewers-panel .viewers-list[data-v-68b59301]::-webkit-scrollbar-thumb {
|
|
9732
9732
|
background: var(--uikit-color-gray-3);
|
|
9733
9733
|
border-radius: 3px;
|
|
9734
9734
|
border: 2px solid transparent;
|
|
9735
9735
|
background-clip: padding-box;
|
|
9736
9736
|
}
|
|
9737
|
-
.viewers-panel .viewers-list[data-v-
|
|
9737
|
+
.viewers-panel .viewers-list[data-v-68b59301]::-webkit-scrollbar-thumb:hover {
|
|
9738
9738
|
background: var(--uikit-color-gray-3);
|
|
9739
9739
|
}
|
|
9740
|
-
.viewers-panel .viewer-bottom-line[data-v-
|
|
9740
|
+
.viewers-panel .viewer-bottom-line[data-v-68b59301] {
|
|
9741
9741
|
text-align: center;
|
|
9742
9742
|
color: var(--text-color-secondary);
|
|
9743
9743
|
font-size: 12px;
|
|
9744
9744
|
}
|
|
9745
|
-
.viewers-panel .viewer-item[data-v-
|
|
9745
|
+
.viewers-panel .viewer-item[data-v-68b59301] {
|
|
9746
9746
|
display: flex;
|
|
9747
9747
|
align-items: center;
|
|
9748
9748
|
gap: 12px;
|
|
@@ -9754,10 +9754,10 @@ to {
|
|
|
9754
9754
|
border-radius: 4px;
|
|
9755
9755
|
cursor: pointer;
|
|
9756
9756
|
}
|
|
9757
|
-
.viewers-panel .viewer-item[data-v-
|
|
9757
|
+
.viewers-panel .viewer-item[data-v-68b59301]:hover {
|
|
9758
9758
|
background-color: var(--uikit-color-gray-3);
|
|
9759
9759
|
}
|
|
9760
|
-
.viewers-panel .viewer-item .viewer-info[data-v-
|
|
9760
|
+
.viewers-panel .viewer-item .viewer-info[data-v-68b59301] {
|
|
9761
9761
|
display: flex;
|
|
9762
9762
|
align-items: center;
|
|
9763
9763
|
flex: 1;
|
|
@@ -9766,7 +9766,7 @@ to {
|
|
|
9766
9766
|
height: 100%;
|
|
9767
9767
|
border-bottom: 1px solid var(--uikit-color-gray-3);
|
|
9768
9768
|
}
|
|
9769
|
-
.viewers-panel .viewer-item .viewer-name[data-v-
|
|
9769
|
+
.viewers-panel .viewer-item .viewer-name[data-v-68b59301] {
|
|
9770
9770
|
font-size: 14px;
|
|
9771
9771
|
color: var(--text-color-primary);
|
|
9772
9772
|
white-space: nowrap;
|
|
@@ -9775,15 +9775,15 @@ to {
|
|
|
9775
9775
|
flex-shrink: 1;
|
|
9776
9776
|
min-width: 0;
|
|
9777
9777
|
}
|
|
9778
|
-
.viewers-panel .empty-state[data-v-
|
|
9778
|
+
.viewers-panel .empty-state[data-v-68b59301] {
|
|
9779
9779
|
text-align: center;
|
|
9780
9780
|
color: var(--text-color-secondary);
|
|
9781
9781
|
font-size: 14px;
|
|
9782
9782
|
font-weight: 400;
|
|
9783
9783
|
margin: auto;
|
|
9784
9784
|
}
|
|
9785
|
-
.viewers-panel .load-more-indicator[data-v-
|
|
9786
|
-
.viewers-panel .loading-indicator[data-v-
|
|
9785
|
+
.viewers-panel .load-more-indicator[data-v-68b59301],
|
|
9786
|
+
.viewers-panel .loading-indicator[data-v-68b59301] {
|
|
9787
9787
|
text-align: center;
|
|
9788
9788
|
color: var(--text-color-secondary);
|
|
9789
9789
|
font-size: 12px;
|
|
@@ -9791,7 +9791,7 @@ to {
|
|
|
9791
9791
|
padding: 8px 0;
|
|
9792
9792
|
margin: 4px 0;
|
|
9793
9793
|
}
|
|
9794
|
-
.viewers-panel .current-user-item[data-v-
|
|
9794
|
+
.viewers-panel .current-user-item[data-v-68b59301] {
|
|
9795
9795
|
opacity: 0;
|
|
9796
9796
|
display: none;
|
|
9797
9797
|
z-index: 2;
|
|
@@ -9877,17 +9877,17 @@ to {
|
|
|
9877
9877
|
text-overflow: ellipsis;
|
|
9878
9878
|
white-space: nowrap;
|
|
9879
9879
|
overflow: hidden;
|
|
9880
|
-
}.live-core-view-container[data-v-
|
|
9880
|
+
}.live-core-view-container[data-v-466946d8] {
|
|
9881
9881
|
width: 100%;
|
|
9882
9882
|
height: 100%;
|
|
9883
9883
|
display: flex;
|
|
9884
9884
|
justify-content: center;
|
|
9885
9885
|
overflow: hidden;
|
|
9886
9886
|
}
|
|
9887
|
-
.live-core-view-container.align-center[data-v-
|
|
9887
|
+
.live-core-view-container.align-center[data-v-466946d8] {
|
|
9888
9888
|
align-items: center;
|
|
9889
9889
|
}
|
|
9890
|
-
.live-core-view-container .live-core-placeholder[data-v-
|
|
9890
|
+
.live-core-view-container .live-core-placeholder[data-v-466946d8] {
|
|
9891
9891
|
position: absolute;
|
|
9892
9892
|
top: 0;
|
|
9893
9893
|
left: 0;
|
|
@@ -9897,30 +9897,30 @@ to {
|
|
|
9897
9897
|
align-items: center;
|
|
9898
9898
|
justify-content: center;
|
|
9899
9899
|
}
|
|
9900
|
-
.live-core-view-container .live-core-placeholder .placeholder-text[data-v-
|
|
9900
|
+
.live-core-view-container .live-core-placeholder .placeholder-text[data-v-466946d8] {
|
|
9901
9901
|
color: var(--text-color-secondary, rgba(255, 255, 255, 0.55));
|
|
9902
9902
|
font-size: 14px;
|
|
9903
9903
|
font-style: normal;
|
|
9904
9904
|
font-weight: 400;
|
|
9905
9905
|
line-height: 22px;
|
|
9906
9906
|
}
|
|
9907
|
-
.live-core-view-container .live-core-view[data-v-
|
|
9907
|
+
.live-core-view-container .live-core-view[data-v-466946d8] {
|
|
9908
9908
|
width: 100%;
|
|
9909
9909
|
height: 100%;
|
|
9910
9910
|
position: absolute;
|
|
9911
9911
|
}
|
|
9912
|
-
.live-core-view-container .live-core-view .stream-content[data-v-
|
|
9912
|
+
.live-core-view-container .live-core-view .stream-content[data-v-466946d8] {
|
|
9913
9913
|
width: 100%;
|
|
9914
9914
|
height: 100%;
|
|
9915
9915
|
position: absolute;
|
|
9916
9916
|
top: 0;
|
|
9917
9917
|
left: 0;
|
|
9918
9918
|
}
|
|
9919
|
-
.live-core-view-container .live-core-view .live-core-ui[data-v-
|
|
9919
|
+
.live-core-view-container .live-core-view .live-core-ui[data-v-466946d8] {
|
|
9920
9920
|
width: 100%;
|
|
9921
9921
|
height: 100%;
|
|
9922
9922
|
position: absolute;
|
|
9923
|
-
pointer-events:
|
|
9923
|
+
pointer-events: auto;
|
|
9924
9924
|
top: 0;
|
|
9925
9925
|
left: 0;
|
|
9926
9926
|
}.live-list-panel[data-v-7d3dee6f] {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tuikit-atomicx-vue3",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"@tencentcloud/chat": "^3.5.4",
|
|
52
52
|
"@tencentcloud/chat-uikit-engine": "~2.5.1",
|
|
53
53
|
"@tencentcloud/tui-core": "latest",
|
|
54
|
-
"@tencentcloud/tuiroom-engine-js": "~3.3.
|
|
55
|
-
"@tencentcloud/uikit-base-component-vue3": "1.0.
|
|
54
|
+
"@tencentcloud/tuiroom-engine-js": "~3.3.1",
|
|
55
|
+
"@tencentcloud/uikit-base-component-vue3": "1.0.1",
|
|
56
56
|
"vue": "^3.4.21"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
@@ -77,7 +77,7 @@ $text-color2: var(--text-color-secondary);
|
|
|
77
77
|
|
|
78
78
|
.viewers-panel {
|
|
79
79
|
box-sizing: border-box;
|
|
80
|
-
height:
|
|
80
|
+
height: 100%;
|
|
81
81
|
display: flex;
|
|
82
82
|
flex-direction: column;
|
|
83
83
|
color: $text-color1;
|
|
@@ -147,7 +147,7 @@ $text-color2: var(--text-color-secondary);
|
|
|
147
147
|
&:hover {
|
|
148
148
|
background-color: var(--uikit-color-gray-3);
|
|
149
149
|
}
|
|
150
|
-
|
|
150
|
+
|
|
151
151
|
.viewer-info {
|
|
152
152
|
display: flex;
|
|
153
153
|
align-items: center;
|