inl-ui 0.1.98 → 0.1.99

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.
@@ -8769,7 +8769,8 @@ const getDetailContainer = () => vue.defineComponent({
8769
8769
  if (!val || route.name !== props.name) return;
8770
8770
  addTab(val);
8771
8771
  }, {
8772
- immediate: true
8772
+ immediate: true,
8773
+ deep: true
8773
8774
  });
8774
8775
  vue.onActivated(() => {
8775
8776
  addTab(route.params.id);
@@ -8741,7 +8741,8 @@ const getDetailContainer = () => defineComponent({
8741
8741
  if (!val || route.name !== props.name) return;
8742
8742
  addTab(val);
8743
8743
  }, {
8744
- immediate: true
8744
+ immediate: true,
8745
+ deep: true
8745
8746
  });
8746
8747
  onActivated(() => {
8747
8748
  addTab(route.params.id);
package/dist/index.cjs CHANGED
@@ -43,7 +43,7 @@ var axios__default = /*#__PURE__*/_interopDefaultLegacy(axios$2);
43
43
  var ___default = /*#__PURE__*/_interopDefaultLegacy(_);
44
44
  var dayjs__default = /*#__PURE__*/_interopDefaultLegacy(dayjs);
45
45
 
46
- var version = "0.1.97";
46
+ var version = "0.1.98";
47
47
 
48
48
  const setTheme = theme => {
49
49
  if (theme === "dark") {
@@ -9755,7 +9755,8 @@ const getDetailContainer = () => vue.defineComponent({
9755
9755
  if (!val || route.name !== props.name) return;
9756
9756
  addTab(val);
9757
9757
  }, {
9758
- immediate: true
9758
+ immediate: true,
9759
+ deep: true
9759
9760
  });
9760
9761
  vue.onActivated(() => {
9761
9762
  addTab(route.params.id);
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.97";
14
+ var version = "0.1.98";
15
15
 
16
16
  declare const _default$p: {
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.97";
16
+ var version = "0.1.98";
17
17
 
18
18
  const setTheme = theme => {
19
19
  if (theme === "dark") {
@@ -9725,7 +9725,8 @@ const getDetailContainer = () => defineComponent({
9725
9725
  if (!val || route.name !== props.name) return;
9726
9726
  addTab(val);
9727
9727
  }, {
9728
- immediate: true
9728
+ immediate: true,
9729
+ deep: true
9729
9730
  });
9730
9731
  onActivated(() => {
9731
9732
  addTab(route.params.id);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inl-ui",
3
- "version": "0.1.98",
3
+ "version": "0.1.99",
4
4
  "description": "工业 pc ui库",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",