ls-pro-common 3.0.7 → 3.0.8

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.
@@ -245,6 +245,7 @@ export declare const openPageInMain: (option: {
245
245
  path?: string;
246
246
  resourceId?: string;
247
247
  data?: any;
248
+ ifRefreshTarget?: boolean;
248
249
  }) => void;
249
250
  export declare const showLoading: (text?: string) => void;
250
251
  export declare const exitLoading: () => void;
@@ -245,6 +245,7 @@ export declare const openPageInMain: (option: {
245
245
  path?: string;
246
246
  resourceId?: string;
247
247
  data?: any;
248
+ ifRefreshTarget?: boolean;
248
249
  }) => void;
249
250
  export declare const showLoading: (text?: string) => void;
250
251
  export declare const exitLoading: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ls-pro-common",
3
- "version": "3.0.7",
3
+ "version": "3.0.8",
4
4
  "description": "ls-pro-common",
5
5
  "keywords": [
6
6
  "antd",
@@ -27,7 +27,7 @@
27
27
  ],
28
28
  "dependencies": {
29
29
  "@ant-design/icons": "^4.3.0",
30
- "ls-pro-table": "^3.0.4",
30
+ "ls-pro-table": "^3.0.5",
31
31
  "ls-pro-form": "^3.0.4",
32
32
  "ls-pro-descriptions": "^3.0.1",
33
33
  "ls-pro-card": "^3.0.1",