ls-pro-common 3.0.7 → 3.0.9

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.
@@ -238,4 +238,25 @@
238
238
 
239
239
  .ant-descriptions-item-content {
240
240
  color: #1f1f1f !important;
241
+ }
242
+
243
+ .ant-table-filter-dropdown .ant-dropdown-menu {
244
+ max-height: 200px;
245
+
246
+ .ant-dropdown-menu-title-content{
247
+ display: inline-flex;
248
+ vertical-align: middle;
249
+ }
250
+
251
+ .ant-tree-switcher {
252
+ width: 4px;
253
+ }
254
+ }
255
+
256
+ .ant-table-filter-dropdown .ant-checkbox-wrapper+span,
257
+ .ant-table-filter-dropdown-submenu .ant-checkbox-wrapper+span {
258
+ display : inline-block;
259
+ overflow : hidden;
260
+ text-overflow: ellipsis;
261
+ width : 200px;
241
262
  }
@@ -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;
@@ -238,4 +238,25 @@
238
238
 
239
239
  .ant-descriptions-item-content {
240
240
  color: #1f1f1f !important;
241
+ }
242
+
243
+ .ant-table-filter-dropdown .ant-dropdown-menu {
244
+ max-height: 200px;
245
+
246
+ .ant-dropdown-menu-title-content{
247
+ display: inline-flex;
248
+ vertical-align: middle;
249
+ }
250
+
251
+ .ant-tree-switcher {
252
+ width: 4px;
253
+ }
254
+ }
255
+
256
+ .ant-table-filter-dropdown .ant-checkbox-wrapper+span,
257
+ .ant-table-filter-dropdown-submenu .ant-checkbox-wrapper+span {
258
+ display : inline-block;
259
+ overflow : hidden;
260
+ text-overflow: ellipsis;
261
+ width : 200px;
241
262
  }
@@ -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.9",
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.6",
31
31
  "ls-pro-form": "^3.0.4",
32
32
  "ls-pro-descriptions": "^3.0.1",
33
33
  "ls-pro-card": "^3.0.1",