inl-ui 0.1.10 → 0.1.11

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.
@@ -8556,9 +8556,6 @@ const AlarmVideo = vue.defineComponent({
8556
8556
  }
8557
8557
  });
8558
8558
  };
8559
- defineExpose({
8560
- visible
8561
- });
8562
8559
  return () => vue.createVNode(vue.resolveComponent("a-modal"), {
8563
8560
  "class": "videoAlarmDia " + _props.theme,
8564
8561
  "visible": visible.value,
@@ -8546,9 +8546,6 @@ const AlarmVideo = defineComponent({
8546
8546
  }
8547
8547
  });
8548
8548
  };
8549
- defineExpose({
8550
- visible
8551
- });
8552
8549
  return () => createVNode(resolveComponent("a-modal"), {
8553
8550
  "class": "videoAlarmDia " + _props.theme,
8554
8551
  "visible": visible.value,
package/dist/index.cjs CHANGED
@@ -43,7 +43,7 @@ var axios__default = /*#__PURE__*/_interopDefaultLegacy(axios);
43
43
  var ___default = /*#__PURE__*/_interopDefaultLegacy(_);
44
44
  var dayjs__default = /*#__PURE__*/_interopDefaultLegacy(dayjs);
45
45
 
46
- var version = "0.1.9";
46
+ var version = "0.1.10";
47
47
 
48
48
  const setTheme = theme => {
49
49
  if (theme === "dark") {
@@ -9561,9 +9561,6 @@ const AlarmVideo = vue.defineComponent({
9561
9561
  }
9562
9562
  });
9563
9563
  };
9564
- defineExpose({
9565
- visible
9566
- });
9567
9564
  return () => vue.createVNode(vue.resolveComponent("a-modal"), {
9568
9565
  "class": "videoAlarmDia " + _props.theme,
9569
9566
  "visible": visible.value,
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.9";
14
+ var version = "0.1.10";
15
15
 
16
16
  declare const _default$o: {
17
17
  set(theme: string): void;
package/dist/index.js CHANGED
@@ -13,7 +13,7 @@ import { XPopup, CommentBlock, setAxiosOption } from '@sszj-temp/mobile';
13
13
  import { marked } from 'marked';
14
14
  import '@sszj-temp/mobile/style.css';
15
15
 
16
- var version = "0.1.9";
16
+ var version = "0.1.10";
17
17
 
18
18
  const setTheme = theme => {
19
19
  if (theme === "dark") {
@@ -9531,9 +9531,6 @@ const AlarmVideo = defineComponent({
9531
9531
  }
9532
9532
  });
9533
9533
  };
9534
- defineExpose({
9535
- visible
9536
- });
9537
9534
  return () => createVNode(resolveComponent("a-modal"), {
9538
9535
  "class": "videoAlarmDia " + _props.theme,
9539
9536
  "visible": visible.value,
@@ -6020,9 +6020,6 @@ const AlarmVideo = vue.defineComponent({
6020
6020
  }
6021
6021
  });
6022
6022
  };
6023
- defineExpose({
6024
- visible
6025
- });
6026
6023
  return () => vue.createVNode(vue.resolveComponent("a-modal"), {
6027
6024
  "class": "videoAlarmDia " + _props.theme,
6028
6025
  "visible": visible.value,
@@ -6012,9 +6012,6 @@ const AlarmVideo = defineComponent({
6012
6012
  }
6013
6013
  });
6014
6014
  };
6015
- defineExpose({
6016
- visible
6017
- });
6018
6015
  return () => createVNode(resolveComponent("a-modal"), {
6019
6016
  "class": "videoAlarmDia " + _props.theme,
6020
6017
  "visible": visible.value,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inl-ui",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "description": "工业 pc ui库",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",