easy-soft-utility 2.4.32 → 2.4.33

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.
@@ -0,0 +1,27 @@
1
+ /**
2
+ * 获取 modelNameList
3
+ *
4
+ * @export
5
+ * @param {*} fn
6
+ * @returns
7
+ */
8
+ export function getModelNameList(): void;
9
+ /**
10
+ * 设置 modelNameList
11
+ *
12
+ * @export
13
+ * @param {*} fn
14
+ * @returns
15
+ */
16
+ export function setModelNameList(modelNameList: any): void;
17
+ /**
18
+ * 移除 modelNameList
19
+ *
20
+ * @export
21
+ * @param {*} fn
22
+ * @returns
23
+ */
24
+ export function removeModelNameList(): void;
25
+ export namespace storageKeyCollection {
26
+ const modelNameList: string;
27
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy-soft-utility",
3
- "version": "2.4.32",
3
+ "version": "2.4.33",
4
4
  "private": false,
5
5
  "description": "easy-soft-utility",
6
6
  "keywords": [
@@ -136,5 +136,5 @@
136
136
  "stylelint-declaration-block-no-ignored-properties": "^2.6.0",
137
137
  "webpack": "^5.75.0"
138
138
  },
139
- "gitHead": "3a153e3114ef23d9169ff04f5b3370bdaf9512ad"
139
+ "gitHead": "795a590aa87bdea4fbd13d312c4468cda2510989"
140
140
  }