mtxt-ui3 0.0.31 → 0.0.32
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 +3 -3
- package/dist/components/index.js +3 -3
- package/dist/index.cjs +4 -4
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4 -4
- package/dist/video/index.cjs +3 -3
- package/dist/video/index.js +3 -3
- package/package.json +1 -1
|
@@ -6810,11 +6810,11 @@ const VideoPlayerV2 = vue.defineComponent({
|
|
|
6810
6810
|
immediate: true,
|
|
6811
6811
|
deep: true
|
|
6812
6812
|
});
|
|
6813
|
-
vue.watch(() => play.value?.
|
|
6813
|
+
vue.watch(() => play.value?.p_player, nval => {
|
|
6814
6814
|
if (nval) {
|
|
6815
|
-
console.info("
|
|
6815
|
+
console.info("p_player ===> ", nval);
|
|
6816
6816
|
} else {
|
|
6817
|
-
console.log("
|
|
6817
|
+
console.log("p_player ===> add 500000000!");
|
|
6818
6818
|
stopPlay();
|
|
6819
6819
|
getVideoDetail(_prop.camera);
|
|
6820
6820
|
}
|
package/dist/components/index.js
CHANGED
|
@@ -6800,11 +6800,11 @@ const VideoPlayerV2 = defineComponent({
|
|
|
6800
6800
|
immediate: true,
|
|
6801
6801
|
deep: true
|
|
6802
6802
|
});
|
|
6803
|
-
watch(() => play.value?.
|
|
6803
|
+
watch(() => play.value?.p_player, nval => {
|
|
6804
6804
|
if (nval) {
|
|
6805
|
-
console.info("
|
|
6805
|
+
console.info("p_player ===> ", nval);
|
|
6806
6806
|
} else {
|
|
6807
|
-
console.log("
|
|
6807
|
+
console.log("p_player ===> add 500000000!");
|
|
6808
6808
|
stopPlay();
|
|
6809
6809
|
getVideoDetail(_prop.camera);
|
|
6810
6810
|
}
|
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.31";
|
|
25
25
|
|
|
26
26
|
const setRem = opt => {
|
|
27
27
|
const fontSize = opt.fontSize || 14;
|
|
@@ -7341,11 +7341,11 @@ const VideoPlayerV2 = vue.defineComponent({
|
|
|
7341
7341
|
immediate: true,
|
|
7342
7342
|
deep: true
|
|
7343
7343
|
});
|
|
7344
|
-
vue.watch(() => play.value?.
|
|
7344
|
+
vue.watch(() => play.value?.p_player, nval => {
|
|
7345
7345
|
if (nval) {
|
|
7346
|
-
console.info("
|
|
7346
|
+
console.info("p_player ===> ", nval);
|
|
7347
7347
|
} else {
|
|
7348
|
-
console.log("
|
|
7348
|
+
console.log("p_player ===> add 500000000!");
|
|
7349
7349
|
stopPlay();
|
|
7350
7350
|
getVideoDetail(_prop.camera);
|
|
7351
7351
|
}
|
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.31";
|
|
13
13
|
|
|
14
14
|
const setRem = opt => {
|
|
15
15
|
const fontSize = opt.fontSize || 14;
|
|
@@ -7329,11 +7329,11 @@ const VideoPlayerV2 = defineComponent({
|
|
|
7329
7329
|
immediate: true,
|
|
7330
7330
|
deep: true
|
|
7331
7331
|
});
|
|
7332
|
-
watch(() => play.value?.
|
|
7332
|
+
watch(() => play.value?.p_player, nval => {
|
|
7333
7333
|
if (nval) {
|
|
7334
|
-
console.info("
|
|
7334
|
+
console.info("p_player ===> ", nval);
|
|
7335
7335
|
} else {
|
|
7336
|
-
console.log("
|
|
7336
|
+
console.log("p_player ===> add 500000000!");
|
|
7337
7337
|
stopPlay();
|
|
7338
7338
|
getVideoDetail(_prop.camera);
|
|
7339
7339
|
}
|
package/dist/video/index.cjs
CHANGED
|
@@ -6052,11 +6052,11 @@ const VideoPlayerV2 = vue.defineComponent({
|
|
|
6052
6052
|
immediate: true,
|
|
6053
6053
|
deep: true
|
|
6054
6054
|
});
|
|
6055
|
-
vue.watch(() => play.value?.
|
|
6055
|
+
vue.watch(() => play.value?.p_player, nval => {
|
|
6056
6056
|
if (nval) {
|
|
6057
|
-
console.info("
|
|
6057
|
+
console.info("p_player ===> ", nval);
|
|
6058
6058
|
} else {
|
|
6059
|
-
console.log("
|
|
6059
|
+
console.log("p_player ===> add 500000000!");
|
|
6060
6060
|
stopPlay();
|
|
6061
6061
|
getVideoDetail(_prop.camera);
|
|
6062
6062
|
}
|
package/dist/video/index.js
CHANGED
|
@@ -6044,11 +6044,11 @@ const VideoPlayerV2 = defineComponent({
|
|
|
6044
6044
|
immediate: true,
|
|
6045
6045
|
deep: true
|
|
6046
6046
|
});
|
|
6047
|
-
watch(() => play.value?.
|
|
6047
|
+
watch(() => play.value?.p_player, nval => {
|
|
6048
6048
|
if (nval) {
|
|
6049
|
-
console.info("
|
|
6049
|
+
console.info("p_player ===> ", nval);
|
|
6050
6050
|
} else {
|
|
6051
|
-
console.log("
|
|
6051
|
+
console.log("p_player ===> add 500000000!");
|
|
6052
6052
|
stopPlay();
|
|
6053
6053
|
getVideoDetail(_prop.camera);
|
|
6054
6054
|
}
|