@next-core/brick-utils 2.45.19 → 2.45.21
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.
- package/dist/index.bundle.js +4 -0
- package/dist/index.bundle.js.map +1 -1
- package/dist/index.esm.js +4 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/types/track.d.ts +1 -0
- package/package.json +7 -7
package/dist/types/track.d.ts
CHANGED
|
@@ -29,6 +29,7 @@ export declare function trackState(raw: string): string[] | false;
|
|
|
29
29
|
export declare function trackFormState(raw: string): string[] | false;
|
|
30
30
|
export declare function trackUsedContext(data: unknown): string[];
|
|
31
31
|
export declare function trackUsedState(data: unknown): string[];
|
|
32
|
+
export declare function trackUsedFormState(data: unknown): string[];
|
|
32
33
|
export interface ContextUsage {
|
|
33
34
|
usedContexts: string[];
|
|
34
35
|
includesComputed: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-core/brick-utils",
|
|
3
|
-
"version": "2.45.
|
|
3
|
+
"version": "2.45.21",
|
|
4
4
|
"description": "Pure utility functions for kernel",
|
|
5
5
|
"homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/brick-utils",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -29,15 +29,15 @@
|
|
|
29
29
|
},
|
|
30
30
|
"sideEffects": false,
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@next-core/brick-types": "^2.82.
|
|
33
|
-
"@next-core/cook": "^1.6.
|
|
34
|
-
"@next-core/storyboard": "^0.3.
|
|
32
|
+
"@next-core/brick-types": "^2.82.5",
|
|
33
|
+
"@next-core/cook": "^1.6.83",
|
|
34
|
+
"@next-core/storyboard": "^0.3.5",
|
|
35
35
|
"file-saver": "^2.0.5",
|
|
36
36
|
"path-to-regexp": "^6.2.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@next-core/pipes": "^1.0.
|
|
40
|
-
"@next-core/rollup-config-factory": "^2.
|
|
39
|
+
"@next-core/pipes": "^1.0.16",
|
|
40
|
+
"@next-core/rollup-config-factory": "^2.7.0",
|
|
41
41
|
"js-yaml": "^3.14.1",
|
|
42
42
|
"lodash": "^4.17.21",
|
|
43
43
|
"moment": "^2.29.4"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"lodash": "*",
|
|
49
49
|
"moment": "*"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "ea61fc749ec22c666dae86a4cbe4c5b217f8ec6a"
|
|
52
52
|
}
|