inl-ui 0.1.157 → 0.1.158

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.
@@ -7192,6 +7192,8 @@ const PageContent = vue.defineComponent({
7192
7192
  });
7193
7193
  };
7194
7194
  vue.watch(activeMenu, (val, oldVal) => {
7195
+ console.log("activeMenu changed:", val, oldVal);
7196
+ debugger;
7195
7197
  if (oldVal) {
7196
7198
  const historyItem = historyArr.find(item => item.id === oldVal.id);
7197
7199
  if (historyItem) {
@@ -7163,6 +7163,8 @@ const PageContent = defineComponent({
7163
7163
  });
7164
7164
  };
7165
7165
  watch(activeMenu, (val, oldVal) => {
7166
+ console.log("activeMenu changed:", val, oldVal);
7167
+ debugger;
7166
7168
  if (oldVal) {
7167
7169
  const historyItem = historyArr.find(item => item.id === oldVal.id);
7168
7170
  if (historyItem) {
package/dist/index.cjs CHANGED
@@ -45,7 +45,7 @@ var ___default = /*#__PURE__*/_interopDefaultLegacy(_);
45
45
  var dayjs__default = /*#__PURE__*/_interopDefaultLegacy(dayjs);
46
46
  var mqtt__default = /*#__PURE__*/_interopDefaultLegacy(mqtt);
47
47
 
48
- var version = "0.1.156";
48
+ var version = "0.1.157";
49
49
 
50
50
  const setTheme = theme => {
51
51
  if (theme === "dark") {
@@ -8347,6 +8347,8 @@ const PageContent = vue.defineComponent({
8347
8347
  });
8348
8348
  };
8349
8349
  vue.watch(activeMenu, (val, oldVal) => {
8350
+ console.log("activeMenu changed:", val, oldVal);
8351
+ debugger;
8350
8352
  if (oldVal) {
8351
8353
  const historyItem = historyArr.find(item => item.id === oldVal.id);
8352
8354
  if (historyItem) {
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.156";
14
+ var version = "0.1.157";
15
15
 
16
16
  declare const _default$p: {
17
17
  set(theme: string): void;
package/dist/index.js CHANGED
@@ -14,7 +14,7 @@ import { XPopup, CommentBlock, setAxiosOption } from '@sszj-temp/mobile';
14
14
  import { marked } from 'marked';
15
15
  import '@sszj-temp/mobile/style.css';
16
16
 
17
- var version = "0.1.156";
17
+ var version = "0.1.157";
18
18
 
19
19
  const setTheme = theme => {
20
20
  if (theme === "dark") {
@@ -8316,6 +8316,8 @@ const PageContent = defineComponent({
8316
8316
  });
8317
8317
  };
8318
8318
  watch(activeMenu, (val, oldVal) => {
8319
+ console.log("activeMenu changed:", val, oldVal);
8320
+ debugger;
8319
8321
  if (oldVal) {
8320
8322
  const historyItem = historyArr.find(item => item.id === oldVal.id);
8321
8323
  if (historyItem) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inl-ui",
3
- "version": "0.1.157",
3
+ "version": "0.1.158",
4
4
  "description": "工业 pc ui库",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",