inl-ui 0.1.115 → 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.
- package/dist/components/index.cjs +3 -2
- package/dist/components/index.js +3 -2
- package/dist/index.cjs +4 -3
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4 -3
- package/package.json +1 -1
|
@@ -8737,6 +8737,7 @@ 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,
|
|
@@ -8775,12 +8776,12 @@ const getDetailContainer = () => vue.defineComponent({
|
|
|
8775
8776
|
}
|
|
8776
8777
|
});
|
|
8777
8778
|
}
|
|
8778
|
-
const activeTabKey =
|
|
8779
|
+
const activeTabKey = tab.uniqueKey;
|
|
8779
8780
|
qiankunState.value = {
|
|
8780
8781
|
...(qiankunState.value ?? {}),
|
|
8781
8782
|
activeTabKey
|
|
8782
8783
|
};
|
|
8783
|
-
},
|
|
8784
|
+
}, 300, {
|
|
8784
8785
|
leading: true,
|
|
8785
8786
|
trailing: false
|
|
8786
8787
|
});
|
package/dist/components/index.js
CHANGED
|
@@ -8709,6 +8709,7 @@ 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,
|
|
@@ -8747,12 +8748,12 @@ const getDetailContainer = () => defineComponent({
|
|
|
8747
8748
|
}
|
|
8748
8749
|
});
|
|
8749
8750
|
}
|
|
8750
|
-
const activeTabKey =
|
|
8751
|
+
const activeTabKey = tab.uniqueKey;
|
|
8751
8752
|
qiankunState.value = {
|
|
8752
8753
|
...(qiankunState.value ?? {}),
|
|
8753
8754
|
activeTabKey
|
|
8754
8755
|
};
|
|
8755
|
-
},
|
|
8756
|
+
}, 300, {
|
|
8756
8757
|
leading: true,
|
|
8757
8758
|
trailing: false
|
|
8758
8759
|
});
|
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.
|
|
46
|
+
var version = "0.1.116";
|
|
47
47
|
|
|
48
48
|
const setTheme = theme => {
|
|
49
49
|
if (theme === "dark") {
|
|
@@ -9723,6 +9723,7 @@ 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,
|
|
@@ -9761,12 +9762,12 @@ const getDetailContainer = () => vue.defineComponent({
|
|
|
9761
9762
|
}
|
|
9762
9763
|
});
|
|
9763
9764
|
}
|
|
9764
|
-
const activeTabKey =
|
|
9765
|
+
const activeTabKey = tab.uniqueKey;
|
|
9765
9766
|
qiankunState.value = {
|
|
9766
9767
|
...(qiankunState.value ?? {}),
|
|
9767
9768
|
activeTabKey
|
|
9768
9769
|
};
|
|
9769
|
-
},
|
|
9770
|
+
}, 300, {
|
|
9770
9771
|
leading: true,
|
|
9771
9772
|
trailing: false
|
|
9772
9773
|
});
|
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.
|
|
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.
|
|
16
|
+
var version = "0.1.116";
|
|
17
17
|
|
|
18
18
|
const setTheme = theme => {
|
|
19
19
|
if (theme === "dark") {
|
|
@@ -9693,6 +9693,7 @@ 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,
|
|
@@ -9731,12 +9732,12 @@ const getDetailContainer = () => defineComponent({
|
|
|
9731
9732
|
}
|
|
9732
9733
|
});
|
|
9733
9734
|
}
|
|
9734
|
-
const activeTabKey =
|
|
9735
|
+
const activeTabKey = tab.uniqueKey;
|
|
9735
9736
|
qiankunState.value = {
|
|
9736
9737
|
...(qiankunState.value ?? {}),
|
|
9737
9738
|
activeTabKey
|
|
9738
9739
|
};
|
|
9739
|
-
},
|
|
9740
|
+
}, 300, {
|
|
9740
9741
|
leading: true,
|
|
9741
9742
|
trailing: false
|
|
9742
9743
|
});
|