inl-ui 0.1.119 → 0.1.121
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.
|
@@ -8745,7 +8745,8 @@ const getDetailContainer = () => vue.defineComponent({
|
|
|
8745
8745
|
uniqueKey: dataId.value,
|
|
8746
8746
|
icon: props.icon,
|
|
8747
8747
|
isExtraTab: true,
|
|
8748
|
-
params: ___default["default"].omit(route.query, "name")
|
|
8748
|
+
params: ___default["default"].omit(route.query, "name"),
|
|
8749
|
+
ogiginId: newRoute.params.id || newRoute.query.id
|
|
8749
8750
|
};
|
|
8750
8751
|
const detail = detailList.value.find(item => item.uniqueKey === tab.uniqueKey);
|
|
8751
8752
|
if (detail) {
|
|
@@ -8839,7 +8840,7 @@ const getDetailContainer = () => vue.defineComponent({
|
|
|
8839
8840
|
}
|
|
8840
8841
|
}, [vue.createVNode(props.cpn, {
|
|
8841
8842
|
"key": item.id,
|
|
8842
|
-
"id": item.
|
|
8843
|
+
"id": item.ogiginId,
|
|
8843
8844
|
"isActive": isActive.value && isDetailActive,
|
|
8844
8845
|
"onClose": () => handleClose(item),
|
|
8845
8846
|
"onRefresh": () => handleRefresh(item)
|
package/dist/components/index.js
CHANGED
|
@@ -8717,7 +8717,8 @@ const getDetailContainer = () => defineComponent({
|
|
|
8717
8717
|
uniqueKey: dataId.value,
|
|
8718
8718
|
icon: props.icon,
|
|
8719
8719
|
isExtraTab: true,
|
|
8720
|
-
params: _.omit(route.query, "name")
|
|
8720
|
+
params: _.omit(route.query, "name"),
|
|
8721
|
+
ogiginId: newRoute.params.id || newRoute.query.id
|
|
8721
8722
|
};
|
|
8722
8723
|
const detail = detailList.value.find(item => item.uniqueKey === tab.uniqueKey);
|
|
8723
8724
|
if (detail) {
|
|
@@ -8811,7 +8812,7 @@ const getDetailContainer = () => defineComponent({
|
|
|
8811
8812
|
}
|
|
8812
8813
|
}, [createVNode(props.cpn, {
|
|
8813
8814
|
"key": item.id,
|
|
8814
|
-
"id": item.
|
|
8815
|
+
"id": item.ogiginId,
|
|
8815
8816
|
"isActive": isActive.value && isDetailActive,
|
|
8816
8817
|
"onClose": () => handleClose(item),
|
|
8817
8818
|
"onRefresh": () => handleRefresh(item)
|
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.121";
|
|
47
47
|
|
|
48
48
|
const setTheme = theme => {
|
|
49
49
|
if (theme === "dark") {
|
|
@@ -9731,7 +9731,8 @@ const getDetailContainer = () => vue.defineComponent({
|
|
|
9731
9731
|
uniqueKey: dataId.value,
|
|
9732
9732
|
icon: props.icon,
|
|
9733
9733
|
isExtraTab: true,
|
|
9734
|
-
params: ___default["default"].omit(route.query, "name")
|
|
9734
|
+
params: ___default["default"].omit(route.query, "name"),
|
|
9735
|
+
ogiginId: newRoute.params.id || newRoute.query.id
|
|
9735
9736
|
};
|
|
9736
9737
|
const detail = detailList.value.find(item => item.uniqueKey === tab.uniqueKey);
|
|
9737
9738
|
if (detail) {
|
|
@@ -9825,7 +9826,7 @@ const getDetailContainer = () => vue.defineComponent({
|
|
|
9825
9826
|
}
|
|
9826
9827
|
}, [vue.createVNode(props.cpn, {
|
|
9827
9828
|
"key": item.id,
|
|
9828
|
-
"id": item.
|
|
9829
|
+
"id": item.ogiginId,
|
|
9829
9830
|
"isActive": isActive.value && isDetailActive,
|
|
9830
9831
|
"onClose": () => handleClose(item),
|
|
9831
9832
|
"onRefresh": () => handleRefresh(item)
|
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.121";
|
|
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.121";
|
|
17
17
|
|
|
18
18
|
const setTheme = theme => {
|
|
19
19
|
if (theme === "dark") {
|
|
@@ -9701,7 +9701,8 @@ const getDetailContainer = () => defineComponent({
|
|
|
9701
9701
|
uniqueKey: dataId.value,
|
|
9702
9702
|
icon: props.icon,
|
|
9703
9703
|
isExtraTab: true,
|
|
9704
|
-
params: _.omit(route.query, "name")
|
|
9704
|
+
params: _.omit(route.query, "name"),
|
|
9705
|
+
ogiginId: newRoute.params.id || newRoute.query.id
|
|
9705
9706
|
};
|
|
9706
9707
|
const detail = detailList.value.find(item => item.uniqueKey === tab.uniqueKey);
|
|
9707
9708
|
if (detail) {
|
|
@@ -9795,7 +9796,7 @@ const getDetailContainer = () => defineComponent({
|
|
|
9795
9796
|
}
|
|
9796
9797
|
}, [createVNode(props.cpn, {
|
|
9797
9798
|
"key": item.id,
|
|
9798
|
-
"id": item.
|
|
9799
|
+
"id": item.ogiginId,
|
|
9799
9800
|
"isActive": isActive.value && isDetailActive,
|
|
9800
9801
|
"onClose": () => handleClose(item),
|
|
9801
9802
|
"onRefresh": () => handleRefresh(item)
|
|
@@ -135,7 +135,7 @@ html {
|
|
|
135
135
|
// Popover background color
|
|
136
136
|
@popover-background: @component-background;
|
|
137
137
|
@popover-customize-border-color: @border-color-split;
|
|
138
|
-
@font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
|
138
|
+
@font-family: Arial, "微软雅黑", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
|
139
139
|
'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
|
|
140
140
|
'Noto Color Emoji';
|
|
141
141
|
@code-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
|