ztxkui 3.8.5 → 3.8.6

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.
@@ -30,7 +30,7 @@ interface IProps<RecordType> {
30
30
  export declare const getTableLayoutFullData: (columns: any, tableLayout: any) => any;
31
31
  export declare const LOCALSTORAGE_KEY = "ztui_dynamic_table_key";
32
32
  export declare const LOCALSTORAGE_LRU_KEY = "ztui_dynamic_table_lru_key";
33
- export declare const LOCALSTORAGE_LRU_MAX_SIZE = 3;
33
+ export declare const LOCALSTORAGE_LRU_MAX_SIZE = 500;
34
34
  export declare function setDynamicKey(dynamicStorageKey: string, value: any): void;
35
35
  declare function useColumns<RecordType>(props: IProps<RecordType>): {
36
36
  newColumns: any;
@@ -77,7 +77,7 @@ export var LOCALSTORAGE_KEY = 'ztui_dynamic_table_key';
77
77
  // 搜索表单LRU排序规则key
78
78
  export var LOCALSTORAGE_LRU_KEY = 'ztui_dynamic_table_lru_key';
79
79
  // 搜索表单存储表单最大长度
80
- export var LOCALSTORAGE_LRU_MAX_SIZE = 3;
80
+ export var LOCALSTORAGE_LRU_MAX_SIZE = 500;
81
81
  function getStorage(key) {
82
82
  // 历史数据处理
83
83
  // 直接从localstorage中取key值,如果能取到,那么需要删除原先的值,重新设置到统一出处
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztxkui",
3
- "version": "3.8.5",
3
+ "version": "3.8.6",
4
4
  "private": false,
5
5
  "description": "React components library",
6
6
  "author": "zt-front-end",