@sunny-base-web/effects 0.8.33 → 0.8.35

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -3
  2. package/package.json +9 -9
package/dist/index.d.ts CHANGED
@@ -36,7 +36,6 @@ import { PiniaCustomStateProperties } from 'pinia';
36
36
  import { PropType } from 'vue';
37
37
  import { PublicProps } from 'vue';
38
38
  import { Ref } from 'vue';
39
- import { ref } from 'vue';
40
39
  import { RendererElement } from 'vue';
41
40
  import { RendererNode } from 'vue';
42
41
  import { SelectFieldMapping } from '@sunny-base-web/ui';
@@ -2450,8 +2449,8 @@ export declare interface UseBusinessSearchModalOptions {
2450
2449
  }
2451
2450
 
2452
2451
  export declare interface UseBusinessSearchModalReturn {
2453
- visible: ReturnType<typeof ref<boolean>>;
2454
- loading: ReturnType<typeof ref<boolean>>;
2452
+ visible: Ref<boolean>;
2453
+ loading: Ref<boolean>;
2455
2454
  modalProps: ComputedRef<Record<string, any>>;
2456
2455
  open: () => Promise<void>;
2457
2456
  handleConfirm: (rows: any[]) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunny-base-web/effects",
3
- "version": "0.8.33",
3
+ "version": "0.8.35",
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/icons": "^0.8.31",
37
- "@sunny-base-web/ui": "^0.8.31",
38
- "@sunny-base-web/locales": "^0.8.31",
39
- "@sunny-base-web/stores": "^0.8.31",
40
- "@sunny-base-web/utils": "^0.8.31"
36
+ "@sunny-base-web/icons": "^0.8.35",
37
+ "@sunny-base-web/stores": "^0.8.35",
38
+ "@sunny-base-web/utils": "^0.8.35",
39
+ "@sunny-base-web/locales": "^0.8.35",
40
+ "@sunny-base-web/ui": "^0.8.35"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/lodash-es": "^4.17.12",
@@ -48,10 +48,10 @@
48
48
  "typescript": "^5.7.2",
49
49
  "vite": "^7.3.1",
50
50
  "vite-plugin-dts": "^4.5.4",
51
+ "@sunny-base-web/tailwind-config": "0.8.35",
52
+ "@sunny-base-web/constants": "0.8.35",
51
53
  "@sunny-base-web/designer-studio": "^0.1.0",
52
- "@sunny-base-web/constants": "0.8.31",
53
- "@sunny-base-web/tailwind-config": "0.8.31",
54
- "@sunny-base-web/tsconfig": "0.8.31"
54
+ "@sunny-base-web/tsconfig": "0.8.35"
55
55
  },
56
56
  "publishConfig": {
57
57
  "style": "./dist/effects.css",