inl-ui 0.1.145 → 0.1.146

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.
@@ -17242,6 +17242,7 @@ const VideoPlayBack = vue.defineComponent({
17242
17242
  timer && clearInterval(timer);
17243
17243
  player.value?.stopPlay(video);
17244
17244
  player.value?.delStream(video);
17245
+ player.value = null;
17245
17246
  };
17246
17247
  const timeChange = () => {
17247
17248
  currentPlayPercent.value = 0;
@@ -17213,6 +17213,7 @@ const VideoPlayBack = defineComponent({
17213
17213
  timer && clearInterval(timer);
17214
17214
  player.value?.stopPlay(video);
17215
17215
  player.value?.delStream(video);
17216
+ player.value = null;
17216
17217
  };
17217
17218
  const timeChange = () => {
17218
17219
  currentPlayPercent.value = 0;
package/dist/index.cjs CHANGED
@@ -45,7 +45,7 @@ var ___default = /*#__PURE__*/_interopDefaultLegacy(_);
45
45
  var dayjs__default = /*#__PURE__*/_interopDefaultLegacy(dayjs);
46
46
  var mqtt__default = /*#__PURE__*/_interopDefaultLegacy(mqtt);
47
47
 
48
- var version = "0.1.144";
48
+ var version = "0.1.145";
49
49
 
50
50
  const setTheme = theme => {
51
51
  if (theme === "dark") {
@@ -18228,6 +18228,7 @@ const VideoPlayBack = vue.defineComponent({
18228
18228
  timer && clearInterval(timer);
18229
18229
  player.value?.stopPlay(video);
18230
18230
  player.value?.delStream(video);
18231
+ player.value = null;
18231
18232
  };
18232
18233
  const timeChange = () => {
18233
18234
  currentPlayPercent.value = 0;
package/dist/index.d.ts CHANGED
@@ -11,7 +11,7 @@ import { Key } from 'ant-design-vue/lib/table/interface';
11
11
  import * as vue_jsx_runtime from 'vue/jsx-runtime';
12
12
  import * as _ant_design_icons_vue_lib_components_IconFont from '@ant-design/icons-vue/lib/components/IconFont';
13
13
 
14
- var version = "0.1.144";
14
+ var version = "0.1.145";
15
15
 
16
16
  declare const _default$p: {
17
17
  set(theme: string): void;
package/dist/index.js CHANGED
@@ -14,7 +14,7 @@ import { XPopup, CommentBlock, setAxiosOption } from '@sszj-temp/mobile';
14
14
  import { marked } from 'marked';
15
15
  import '@sszj-temp/mobile/style.css';
16
16
 
17
- var version = "0.1.144";
17
+ var version = "0.1.145";
18
18
 
19
19
  const setTheme = theme => {
20
20
  if (theme === "dark") {
@@ -18197,6 +18197,7 @@ const VideoPlayBack = defineComponent({
18197
18197
  timer && clearInterval(timer);
18198
18198
  player.value?.stopPlay(video);
18199
18199
  player.value?.delStream(video);
18200
+ player.value = null;
18200
18201
  };
18201
18202
  const timeChange = () => {
18202
18203
  currentPlayPercent.value = 0;
@@ -14277,6 +14277,7 @@ const VideoPlayBack = vue.defineComponent({
14277
14277
  timer && clearInterval(timer);
14278
14278
  player.value?.stopPlay(video);
14279
14279
  player.value?.delStream(video);
14280
+ player.value = null;
14280
14281
  };
14281
14282
  const timeChange = () => {
14282
14283
  currentPlayPercent.value = 0;
@@ -14250,6 +14250,7 @@ const VideoPlayBack = defineComponent({
14250
14250
  timer && clearInterval(timer);
14251
14251
  player.value?.stopPlay(video);
14252
14252
  player.value?.delStream(video);
14253
+ player.value = null;
14253
14254
  };
14254
14255
  const timeChange = () => {
14255
14256
  currentPlayPercent.value = 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inl-ui",
3
- "version": "0.1.145",
3
+ "version": "0.1.146",
4
4
  "description": "工业 pc ui库",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",