@zat-design/sisyphus-react 3.4.3-beta.4 → 3.4.3-beta.5

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.
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- RangePicker: () => import("@zat-design/utils/dist/esm/transforms/propTypes").Transform<any>;
3
- DatePicker: () => import("@zat-design/utils/dist/esm/transforms/propTypes").Transform<any>;
2
+ RangePicker: () => any;
3
+ DatePicker: () => any;
4
4
  };
5
5
  export default _default;
@@ -4,31 +4,31 @@ declare const _default: {
4
4
  type: any;
5
5
  toISOString: any;
6
6
  mode: any;
7
- }) => {};
7
+ }) => any;
8
8
  /** 年月日 时分秒 */
9
9
  dateTime: ({ type, toISOString, mode }: {
10
10
  type: any;
11
11
  toISOString: any;
12
12
  mode: any;
13
- }) => {};
13
+ }) => any;
14
14
  /** 年月日 00:00:00 */
15
15
  dateStartTime: ({ type, toISOString, mode }: {
16
16
  type: any;
17
17
  toISOString: any;
18
18
  mode: any;
19
- }) => {};
19
+ }) => any;
20
20
  /** 年月日 23:59:59 */
21
21
  dateEndTime: ({ type, toISOString, mode }: {
22
22
  type: any;
23
23
  toISOString: any;
24
24
  mode: any;
25
- }) => {};
25
+ }) => any;
26
26
  /** 年月日 00:00:00 ~ 年月日 23:59:59 */
27
27
  dateStartEndTime: ({ type, toISOString, mode }: {
28
28
  type: any;
29
29
  toISOString: any;
30
30
  mode: any;
31
- }) => {};
31
+ }) => any;
32
32
  /** 百分比 */
33
33
  percentage: ({ type, valueType }: {
34
34
  type: any;
@@ -58,12 +58,6 @@ declare const _default: {
58
58
  /** 开关 YN转换 */
59
59
  switch: ({ switchValue }: {
60
60
  switchValue: any;
61
- }) => Error | {
62
- normalize: (value: boolean) => any;
63
- getValueProps: (value: any) => {
64
- checked: boolean;
65
- value: any;
66
- };
67
- };
61
+ }) => any;
68
62
  };
69
63
  export default _default;
@@ -1,6 +1,6 @@
1
1
  export declare const valueTypeRender: {
2
- percentage: (val: any, precision: any) => string;
3
- permillage: (val: any, precision: any) => string;
2
+ percentage: (val: any, precision: any) => any;
3
+ permillage: (val: any, precision: any) => any;
4
4
  thousandth: (val: any, precision: any) => string;
5
5
  thousandthCNY: (val: any, precision: any) => string;
6
6
  };
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- RangePicker: () => import("@zat-design/utils/dist/esm/transforms/propTypes").Transform<any>;
3
- DatePicker: () => import("@zat-design/utils/dist/esm/transforms/propTypes").Transform<any>;
2
+ RangePicker: () => any;
3
+ DatePicker: () => any;
4
4
  };
5
5
  export default _default;
@@ -4,31 +4,31 @@ declare const _default: {
4
4
  type: any;
5
5
  toISOString: any;
6
6
  mode: any;
7
- }) => {};
7
+ }) => any;
8
8
  /** 年月日 时分秒 */
9
9
  dateTime: ({ type, toISOString, mode }: {
10
10
  type: any;
11
11
  toISOString: any;
12
12
  mode: any;
13
- }) => {};
13
+ }) => any;
14
14
  /** 年月日 00:00:00 */
15
15
  dateStartTime: ({ type, toISOString, mode }: {
16
16
  type: any;
17
17
  toISOString: any;
18
18
  mode: any;
19
- }) => {};
19
+ }) => any;
20
20
  /** 年月日 23:59:59 */
21
21
  dateEndTime: ({ type, toISOString, mode }: {
22
22
  type: any;
23
23
  toISOString: any;
24
24
  mode: any;
25
- }) => {};
25
+ }) => any;
26
26
  /** 年月日 00:00:00 ~ 年月日 23:59:59 */
27
27
  dateStartEndTime: ({ type, toISOString, mode }: {
28
28
  type: any;
29
29
  toISOString: any;
30
30
  mode: any;
31
- }) => {};
31
+ }) => any;
32
32
  /** 百分比 */
33
33
  percentage: ({ type, valueType }: {
34
34
  type: any;
@@ -58,12 +58,6 @@ declare const _default: {
58
58
  /** 开关 YN转换 */
59
59
  switch: ({ switchValue }: {
60
60
  switchValue: any;
61
- }) => Error | {
62
- normalize: (value: boolean) => any;
63
- getValueProps: (value: any) => {
64
- checked: boolean;
65
- value: any;
66
- };
67
- };
61
+ }) => any;
68
62
  };
69
63
  export default _default;
@@ -1,6 +1,6 @@
1
1
  export declare const valueTypeRender: {
2
- percentage: (val: any, precision: any) => string;
3
- permillage: (val: any, precision: any) => string;
2
+ percentage: (val: any, precision: any) => any;
3
+ permillage: (val: any, precision: any) => any;
4
4
  thousandth: (val: any, precision: any) => string;
5
5
  thousandthCNY: (val: any, precision: any) => string;
6
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zat-design/sisyphus-react",
3
- "version": "3.4.3-beta.4",
3
+ "version": "3.4.3-beta.5",
4
4
  "license": "Apache-2.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -58,7 +58,7 @@
58
58
  "@dnd-kit/sortable": "^7.0.2",
59
59
  "@dnd-kit/utilities": "^3.2.1",
60
60
  "@pansy/react-watermark": "^3.1.13",
61
- "@zat-design/utils": "^1.1.16",
61
+ "@zat-design/utils": "1.1.16",
62
62
  "ahooks": "3.7.4",
63
63
  "antd": "4.24.8",
64
64
  "big.js": "^6.2.1",