mtxt-ui3 0.0.33 → 0.0.34
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/index.cjs +2 -1
- package/dist/components/index.js +2 -1
- package/dist/hooks/index.cjs +2 -1
- package/dist/hooks/index.js +2 -1
- package/dist/index.cjs +3 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -2
- package/dist/video/index.cjs +2 -1
- package/dist/video/index.js +2 -1
- package/package.json +1 -1
|
@@ -6633,8 +6633,9 @@ class WebRtcMt$1 {
|
|
|
6633
6633
|
console.log("\u5E95\u90E8\u505C\u6B62\u64AD\u653E");
|
|
6634
6634
|
this.stopPlay();
|
|
6635
6635
|
setTimeout(() => {
|
|
6636
|
-
console.log("\u5E95\u90E8\u91CD\u64AD");
|
|
6636
|
+
console.log("\u5E95\u90E8\u91CD\u64AD---");
|
|
6637
6637
|
this.p_player.value = false;
|
|
6638
|
+
console.info("v2---", this.p_player.value);
|
|
6638
6639
|
}, 5 * 1e3);
|
|
6639
6640
|
}
|
|
6640
6641
|
// 播放
|
package/dist/components/index.js
CHANGED
|
@@ -6623,8 +6623,9 @@ class WebRtcMt$1 {
|
|
|
6623
6623
|
console.log("\u5E95\u90E8\u505C\u6B62\u64AD\u653E");
|
|
6624
6624
|
this.stopPlay();
|
|
6625
6625
|
setTimeout(() => {
|
|
6626
|
-
console.log("\u5E95\u90E8\u91CD\u64AD");
|
|
6626
|
+
console.log("\u5E95\u90E8\u91CD\u64AD---");
|
|
6627
6627
|
this.p_player.value = false;
|
|
6628
|
+
console.info("v2---", this.p_player.value);
|
|
6628
6629
|
}, 5 * 1e3);
|
|
6629
6630
|
}
|
|
6630
6631
|
// 播放
|
package/dist/hooks/index.cjs
CHANGED
|
@@ -6043,8 +6043,9 @@ class WebRtcMt {
|
|
|
6043
6043
|
console.log("\u5E95\u90E8\u505C\u6B62\u64AD\u653E");
|
|
6044
6044
|
this.stopPlay();
|
|
6045
6045
|
setTimeout(() => {
|
|
6046
|
-
console.log("\u5E95\u90E8\u91CD\u64AD");
|
|
6046
|
+
console.log("\u5E95\u90E8\u91CD\u64AD---");
|
|
6047
6047
|
this.p_player.value = false;
|
|
6048
|
+
console.info("v2---", this.p_player.value);
|
|
6048
6049
|
}, 5 * 1e3);
|
|
6049
6050
|
}
|
|
6050
6051
|
// 播放
|
package/dist/hooks/index.js
CHANGED
|
@@ -6034,8 +6034,9 @@ class WebRtcMt {
|
|
|
6034
6034
|
console.log("\u5E95\u90E8\u505C\u6B62\u64AD\u653E");
|
|
6035
6035
|
this.stopPlay();
|
|
6036
6036
|
setTimeout(() => {
|
|
6037
|
-
console.log("\u5E95\u90E8\u91CD\u64AD");
|
|
6037
|
+
console.log("\u5E95\u90E8\u91CD\u64AD---");
|
|
6038
6038
|
this.p_player.value = false;
|
|
6039
|
+
console.info("v2---", this.p_player.value);
|
|
6039
6040
|
}, 5 * 1e3);
|
|
6040
6041
|
}
|
|
6041
6042
|
// 播放
|
package/dist/index.cjs
CHANGED
|
@@ -21,7 +21,7 @@ var ___default = /*#__PURE__*/_interopDefaultLegacy(_);
|
|
|
21
21
|
var dayjs__default = /*#__PURE__*/_interopDefaultLegacy(dayjs);
|
|
22
22
|
var zhCN__default = /*#__PURE__*/_interopDefaultLegacy(zhCN);
|
|
23
23
|
|
|
24
|
-
var version = "0.0.
|
|
24
|
+
var version = "0.0.33";
|
|
25
25
|
|
|
26
26
|
const setRem = opt => {
|
|
27
27
|
const fontSize = opt.fontSize || 14;
|
|
@@ -6649,8 +6649,9 @@ class WebRtcMt$1 {
|
|
|
6649
6649
|
console.log("\u5E95\u90E8\u505C\u6B62\u64AD\u653E");
|
|
6650
6650
|
this.stopPlay();
|
|
6651
6651
|
setTimeout(() => {
|
|
6652
|
-
console.log("\u5E95\u90E8\u91CD\u64AD");
|
|
6652
|
+
console.log("\u5E95\u90E8\u91CD\u64AD---");
|
|
6653
6653
|
this.p_player.value = false;
|
|
6654
|
+
console.info("v2---", this.p_player.value);
|
|
6654
6655
|
}, 5 * 1e3);
|
|
6655
6656
|
}
|
|
6656
6657
|
// 播放
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -9,7 +9,7 @@ import { SearchOutlined, CaretUpOutlined, CaretRightOutlined, CaretDownOutlined,
|
|
|
9
9
|
import 'ant-design-vue/dist/antd.less';
|
|
10
10
|
import zhCN from 'dayjs/locale/zh-cn';
|
|
11
11
|
|
|
12
|
-
var version = "0.0.
|
|
12
|
+
var version = "0.0.33";
|
|
13
13
|
|
|
14
14
|
const setRem = opt => {
|
|
15
15
|
const fontSize = opt.fontSize || 14;
|
|
@@ -6637,8 +6637,9 @@ class WebRtcMt$1 {
|
|
|
6637
6637
|
console.log("\u5E95\u90E8\u505C\u6B62\u64AD\u653E");
|
|
6638
6638
|
this.stopPlay();
|
|
6639
6639
|
setTimeout(() => {
|
|
6640
|
-
console.log("\u5E95\u90E8\u91CD\u64AD");
|
|
6640
|
+
console.log("\u5E95\u90E8\u91CD\u64AD---");
|
|
6641
6641
|
this.p_player.value = false;
|
|
6642
|
+
console.info("v2---", this.p_player.value);
|
|
6642
6643
|
}, 5 * 1e3);
|
|
6643
6644
|
}
|
|
6644
6645
|
// 播放
|
package/dist/video/index.cjs
CHANGED
|
@@ -5858,8 +5858,9 @@ class WebRtcMt$1 {
|
|
|
5858
5858
|
console.log("\u5E95\u90E8\u505C\u6B62\u64AD\u653E");
|
|
5859
5859
|
this.stopPlay();
|
|
5860
5860
|
setTimeout(() => {
|
|
5861
|
-
console.log("\u5E95\u90E8\u91CD\u64AD");
|
|
5861
|
+
console.log("\u5E95\u90E8\u91CD\u64AD---");
|
|
5862
5862
|
this.p_player.value = false;
|
|
5863
|
+
console.info("v2---", this.p_player.value);
|
|
5863
5864
|
}, 5 * 1e3);
|
|
5864
5865
|
}
|
|
5865
5866
|
// 播放
|
package/dist/video/index.js
CHANGED
|
@@ -5850,8 +5850,9 @@ class WebRtcMt$1 {
|
|
|
5850
5850
|
console.log("\u5E95\u90E8\u505C\u6B62\u64AD\u653E");
|
|
5851
5851
|
this.stopPlay();
|
|
5852
5852
|
setTimeout(() => {
|
|
5853
|
-
console.log("\u5E95\u90E8\u91CD\u64AD");
|
|
5853
|
+
console.log("\u5E95\u90E8\u91CD\u64AD---");
|
|
5854
5854
|
this.p_player.value = false;
|
|
5855
|
+
console.info("v2---", this.p_player.value);
|
|
5855
5856
|
}, 5 * 1e3);
|
|
5856
5857
|
}
|
|
5857
5858
|
// 播放
|