@sunny-base-web/effects 0.8.2 → 0.8.3
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.d.ts +9 -0
- package/dist/index.js +5 -5
- package/dist/index.mjs +1 -0
- package/package.json +9 -9
package/dist/index.mjs
CHANGED
|
@@ -44887,6 +44887,7 @@ export {
|
|
|
44887
44887
|
da as systemOpts,
|
|
44888
44888
|
Vf as useEffectsConfig,
|
|
44889
44889
|
vO as useFavorite,
|
|
44890
|
+
va as useForm,
|
|
44890
44891
|
v8 as useGlobalLoading,
|
|
44891
44892
|
no as useList,
|
|
44892
44893
|
L0 as usePermissionOptions,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sunny-base-web/effects",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
"vxe-table": "^4.17.49",
|
|
34
34
|
"xe-utils": "3.9.1",
|
|
35
35
|
"zod": "^4.3.6",
|
|
36
|
-
"@sunny-base-web/
|
|
37
|
-
"@sunny-base-web/
|
|
38
|
-
"@sunny-base-web/
|
|
39
|
-
"@sunny-base-web/ui": "^0.8.
|
|
40
|
-
"@sunny-base-web/utils": "^0.8.
|
|
36
|
+
"@sunny-base-web/icons": "^0.8.3",
|
|
37
|
+
"@sunny-base-web/locales": "^0.8.3",
|
|
38
|
+
"@sunny-base-web/stores": "^0.8.3",
|
|
39
|
+
"@sunny-base-web/ui": "^0.8.3",
|
|
40
|
+
"@sunny-base-web/utils": "^0.8.3"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/lodash-es": "^4.17.12",
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
"typescript": "^5.7.2",
|
|
49
49
|
"vite": "^7.3.1",
|
|
50
50
|
"vite-plugin-dts": "^4.5.4",
|
|
51
|
-
"@sunny-base-web/constants": "0.8.
|
|
52
|
-
"@sunny-base-web/tailwind-config": "0.8.
|
|
53
|
-
"@sunny-base-web/tsconfig": "0.8.
|
|
51
|
+
"@sunny-base-web/constants": "0.8.3",
|
|
52
|
+
"@sunny-base-web/tailwind-config": "0.8.3",
|
|
53
|
+
"@sunny-base-web/tsconfig": "0.8.3"
|
|
54
54
|
},
|
|
55
55
|
"publishConfig": {
|
|
56
56
|
"style": "./dist/effects.css",
|