ls-pro-common 3.0.6 → 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.
@@ -118,7 +118,7 @@
118
118
  &[disabled]:hover,
119
119
  &[disabled]:focus,
120
120
  &[disabled]:active {
121
- background-color: rgba(24, 105, 237, 0.4);
121
+ background-color: var(--ant-primary-color-outline);
122
122
  border-color : transparent;
123
123
  color : #fff;
124
124
  }
@@ -6,7 +6,7 @@ body {
6
6
  --ant-primary-color: #1869ED;
7
7
  --ant-primary-color-hover: #418efa;
8
8
  --ant-primary-color-active: #0a4cc7;
9
- --ant-primary-color-outline: rgba(24, 105, 237, 0.2);
9
+ --ant-primary-color-outline: rgba(24, 105, 237, 0.4);
10
10
  --ant-primary-1: #e6f4ff;
11
11
  --ant-primary-2: #bddfff;
12
12
  --ant-primary-3: #94c8ff;
@@ -71,7 +71,7 @@ body.theme-yellow {
71
71
  --ant-primary-color : #fa8500;
72
72
  --ant-primary-color-hover : #ffa229;
73
73
  --ant-primary-color-active : #d46a00;
74
- --ant-primary-color-outline : rgba(250, 133, 0, 0.2);
74
+ --ant-primary-color-outline : rgba(250, 133, 0, 0.4);
75
75
  --ant-primary-bg : #fff;
76
76
  --ant-primary-side : #fff7e6;
77
77
  --ant-primary-0 : #ffd9ad;
@@ -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;
@@ -118,7 +118,7 @@
118
118
  &[disabled]:hover,
119
119
  &[disabled]:focus,
120
120
  &[disabled]:active {
121
- background-color: rgba(24, 105, 237, 0.4);
121
+ background-color: var(--ant-primary-color-outline);
122
122
  border-color : transparent;
123
123
  color : #fff;
124
124
  }
@@ -6,7 +6,7 @@ body {
6
6
  --ant-primary-color: #1869ED;
7
7
  --ant-primary-color-hover: #418efa;
8
8
  --ant-primary-color-active: #0a4cc7;
9
- --ant-primary-color-outline: rgba(24, 105, 237, 0.2);
9
+ --ant-primary-color-outline: rgba(24, 105, 237, 0.4);
10
10
  --ant-primary-1: #e6f4ff;
11
11
  --ant-primary-2: #bddfff;
12
12
  --ant-primary-3: #94c8ff;
@@ -71,7 +71,7 @@ body.theme-yellow {
71
71
  --ant-primary-color : #fa8500;
72
72
  --ant-primary-color-hover : #ffa229;
73
73
  --ant-primary-color-active : #d46a00;
74
- --ant-primary-color-outline : rgba(250, 133, 0, 0.2);
74
+ --ant-primary-color-outline : rgba(250, 133, 0, 0.4);
75
75
  --ant-primary-bg : #fff;
76
76
  --ant-primary-side : #fff7e6;
77
77
  --ant-primary-0 : #ffd9ad;
@@ -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.6",
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",