inl-ui 0.1.96 → 0.1.97

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.
@@ -8735,6 +8735,8 @@ const getDetailContainer = () => vue.defineComponent({
8735
8735
  isExtraTab: true,
8736
8736
  params: ___default["default"].omit(route.query, "name")
8737
8737
  };
8738
+ console.log("tab4444444444444444", tab);
8739
+ console.log("route4444444444444444", route);
8738
8740
  if (!detailList.value.find(item => item.uniqueKey === tab.uniqueKey)) {
8739
8741
  detailList.value.push({
8740
8742
  ...tab,
@@ -8707,6 +8707,8 @@ const getDetailContainer = () => defineComponent({
8707
8707
  isExtraTab: true,
8708
8708
  params: _.omit(route.query, "name")
8709
8709
  };
8710
+ console.log("tab4444444444444444", tab);
8711
+ console.log("route4444444444444444", route);
8710
8712
  if (!detailList.value.find(item => item.uniqueKey === tab.uniqueKey)) {
8711
8713
  detailList.value.push({
8712
8714
  ...tab,
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.95";
46
+ var version = "0.1.96";
47
47
 
48
48
  const setTheme = theme => {
49
49
  if (theme === "dark") {
@@ -9721,6 +9721,8 @@ const getDetailContainer = () => vue.defineComponent({
9721
9721
  isExtraTab: true,
9722
9722
  params: ___default["default"].omit(route.query, "name")
9723
9723
  };
9724
+ console.log("tab4444444444444444", tab);
9725
+ console.log("route4444444444444444", route);
9724
9726
  if (!detailList.value.find(item => item.uniqueKey === tab.uniqueKey)) {
9725
9727
  detailList.value.push({
9726
9728
  ...tab,
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.95";
14
+ var version = "0.1.96";
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.95";
16
+ var version = "0.1.96";
17
17
 
18
18
  const setTheme = theme => {
19
19
  if (theme === "dark") {
@@ -9691,6 +9691,8 @@ const getDetailContainer = () => defineComponent({
9691
9691
  isExtraTab: true,
9692
9692
  params: _.omit(route.query, "name")
9693
9693
  };
9694
+ console.log("tab4444444444444444", tab);
9695
+ console.log("route4444444444444444", route);
9694
9696
  if (!detailList.value.find(item => item.uniqueKey === tab.uniqueKey)) {
9695
9697
  detailList.value.push({
9696
9698
  ...tab,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inl-ui",
3
- "version": "0.1.96",
3
+ "version": "0.1.97",
4
4
  "description": "工业 pc ui库",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",