inl-ui 0.1.116 → 0.1.117

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.
@@ -8737,11 +8737,12 @@ const getDetailContainer = () => vue.defineComponent({
8737
8737
  if (newTab) {
8738
8738
  dataId.value = newTab;
8739
8739
  }
8740
+ dataId.value = props.name + dataId.value;
8740
8741
  const tab = {
8741
8742
  name,
8742
8743
  url: route.fullPath,
8743
8744
  key: props.name,
8744
- uniqueKey: props.name + dataId.value,
8745
+ uniqueKey: dataId.value,
8745
8746
  icon: props.icon,
8746
8747
  isExtraTab: true,
8747
8748
  params: ___default["default"].omit(route.query, "name")
@@ -8709,11 +8709,12 @@ const getDetailContainer = () => defineComponent({
8709
8709
  if (newTab) {
8710
8710
  dataId.value = newTab;
8711
8711
  }
8712
+ dataId.value = props.name + dataId.value;
8712
8713
  const tab = {
8713
8714
  name,
8714
8715
  url: route.fullPath,
8715
8716
  key: props.name,
8716
- uniqueKey: props.name + dataId.value,
8717
+ uniqueKey: dataId.value,
8717
8718
  icon: props.icon,
8718
8719
  isExtraTab: true,
8719
8720
  params: _.omit(route.query, "name")
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.115";
46
+ var version = "0.1.116";
47
47
 
48
48
  const setTheme = theme => {
49
49
  if (theme === "dark") {
@@ -9723,11 +9723,12 @@ const getDetailContainer = () => vue.defineComponent({
9723
9723
  if (newTab) {
9724
9724
  dataId.value = newTab;
9725
9725
  }
9726
+ dataId.value = props.name + dataId.value;
9726
9727
  const tab = {
9727
9728
  name,
9728
9729
  url: route.fullPath,
9729
9730
  key: props.name,
9730
- uniqueKey: props.name + dataId.value,
9731
+ uniqueKey: dataId.value,
9731
9732
  icon: props.icon,
9732
9733
  isExtraTab: true,
9733
9734
  params: ___default["default"].omit(route.query, "name")
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.115";
14
+ var version = "0.1.116";
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.115";
16
+ var version = "0.1.116";
17
17
 
18
18
  const setTheme = theme => {
19
19
  if (theme === "dark") {
@@ -9693,11 +9693,12 @@ const getDetailContainer = () => defineComponent({
9693
9693
  if (newTab) {
9694
9694
  dataId.value = newTab;
9695
9695
  }
9696
+ dataId.value = props.name + dataId.value;
9696
9697
  const tab = {
9697
9698
  name,
9698
9699
  url: route.fullPath,
9699
9700
  key: props.name,
9700
- uniqueKey: props.name + dataId.value,
9701
+ uniqueKey: dataId.value,
9701
9702
  icon: props.icon,
9702
9703
  isExtraTab: true,
9703
9704
  params: _.omit(route.query, "name")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inl-ui",
3
- "version": "0.1.116",
3
+ "version": "0.1.117",
4
4
  "description": "工业 pc ui库",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",