@formily-design/formily-antd 1.0.26 → 1.0.29
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.
|
@@ -3,6 +3,10 @@ export declare const NumberPicker: {
|
|
|
3
3
|
title: string;
|
|
4
4
|
settings: {
|
|
5
5
|
'x-component-props': {
|
|
6
|
+
addonBefore: string;
|
|
7
|
+
addonAfter: string;
|
|
8
|
+
prefix: string;
|
|
9
|
+
suffix: string;
|
|
6
10
|
formatter: {
|
|
7
11
|
title: string;
|
|
8
12
|
tooltip: string;
|
|
@@ -28,6 +32,10 @@ export declare const NumberPicker: {
|
|
|
28
32
|
title: string;
|
|
29
33
|
settings: {
|
|
30
34
|
'x-component-props': {
|
|
35
|
+
addonBefore: string;
|
|
36
|
+
addonAfter: string;
|
|
37
|
+
prefix: string;
|
|
38
|
+
suffix: string;
|
|
31
39
|
formatter: {
|
|
32
40
|
title: string;
|
|
33
41
|
tooltip: string;
|
|
@@ -53,6 +61,10 @@ export declare const NumberPicker: {
|
|
|
53
61
|
title: string;
|
|
54
62
|
settings: {
|
|
55
63
|
'x-component-props': {
|
|
64
|
+
addonBefore: string;
|
|
65
|
+
addonAfter: string;
|
|
66
|
+
prefix: string;
|
|
67
|
+
suffix: string;
|
|
56
68
|
formatter: {
|
|
57
69
|
title: string;
|
|
58
70
|
tooltip: string;
|
|
@@ -3,6 +3,10 @@ export const NumberPicker = {
|
|
|
3
3
|
title: '数字输入',
|
|
4
4
|
settings: {
|
|
5
5
|
'x-component-props': {
|
|
6
|
+
addonBefore: '前缀标签',
|
|
7
|
+
addonAfter: '后缀标签',
|
|
8
|
+
prefix: '前缀',
|
|
9
|
+
suffix: '后缀',
|
|
6
10
|
formatter: {
|
|
7
11
|
title: '格式转换器',
|
|
8
12
|
tooltip: '格式:function(value: number | string): string',
|
|
@@ -28,6 +32,10 @@ export const NumberPicker = {
|
|
|
28
32
|
title: 'NumberInput',
|
|
29
33
|
settings: {
|
|
30
34
|
'x-component-props': {
|
|
35
|
+
addonBefore: 'Addon Before',
|
|
36
|
+
addonAfter: 'Addon After',
|
|
37
|
+
prefix: 'Prefix',
|
|
38
|
+
suffix: 'Suffix',
|
|
31
39
|
formatter: {
|
|
32
40
|
title: 'Format Converter',
|
|
33
41
|
tooltip: 'Format:function(value: number | string): string',
|
|
@@ -53,6 +61,10 @@ export const NumberPicker = {
|
|
|
53
61
|
title: '숫자 입력',
|
|
54
62
|
settings: {
|
|
55
63
|
'x-component-props': {
|
|
64
|
+
addonBefore: '애드온 전',
|
|
65
|
+
addonAfter: '애드온 후',
|
|
66
|
+
prefix: '접두사',
|
|
67
|
+
suffix: '접미사',
|
|
56
68
|
formatter: {
|
|
57
69
|
title: '포맷 컨버터',
|
|
58
70
|
tooltip: '형식: function(value: number | string): string',
|
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
export const NumberPicker = {
|
|
2
2
|
type: 'object',
|
|
3
3
|
properties: {
|
|
4
|
+
addonBefore: {
|
|
5
|
+
type: 'string',
|
|
6
|
+
'x-decorator': 'FormItem',
|
|
7
|
+
'x-component': 'Input',
|
|
8
|
+
},
|
|
9
|
+
addonAfter: {
|
|
10
|
+
type: 'string',
|
|
11
|
+
'x-decorator': 'FormItem',
|
|
12
|
+
'x-component': 'Input',
|
|
13
|
+
},
|
|
14
|
+
prefix: {
|
|
15
|
+
type: 'string',
|
|
16
|
+
'x-decorator': 'FormItem',
|
|
17
|
+
'x-component': 'Input',
|
|
18
|
+
},
|
|
19
|
+
suffix: {
|
|
20
|
+
type: 'string',
|
|
21
|
+
'x-decorator': 'FormItem',
|
|
22
|
+
'x-component': 'Input',
|
|
23
|
+
},
|
|
4
24
|
decimalSeparator: {
|
|
5
25
|
type: 'string',
|
|
6
26
|
'x-decorator': 'FormItem',
|
|
@@ -3,6 +3,10 @@ export declare const NumberPicker: {
|
|
|
3
3
|
title: string;
|
|
4
4
|
settings: {
|
|
5
5
|
'x-component-props': {
|
|
6
|
+
addonBefore: string;
|
|
7
|
+
addonAfter: string;
|
|
8
|
+
prefix: string;
|
|
9
|
+
suffix: string;
|
|
6
10
|
formatter: {
|
|
7
11
|
title: string;
|
|
8
12
|
tooltip: string;
|
|
@@ -28,6 +32,10 @@ export declare const NumberPicker: {
|
|
|
28
32
|
title: string;
|
|
29
33
|
settings: {
|
|
30
34
|
'x-component-props': {
|
|
35
|
+
addonBefore: string;
|
|
36
|
+
addonAfter: string;
|
|
37
|
+
prefix: string;
|
|
38
|
+
suffix: string;
|
|
31
39
|
formatter: {
|
|
32
40
|
title: string;
|
|
33
41
|
tooltip: string;
|
|
@@ -53,6 +61,10 @@ export declare const NumberPicker: {
|
|
|
53
61
|
title: string;
|
|
54
62
|
settings: {
|
|
55
63
|
'x-component-props': {
|
|
64
|
+
addonBefore: string;
|
|
65
|
+
addonAfter: string;
|
|
66
|
+
prefix: string;
|
|
67
|
+
suffix: string;
|
|
56
68
|
formatter: {
|
|
57
69
|
title: string;
|
|
58
70
|
tooltip: string;
|
|
@@ -6,6 +6,10 @@ exports.NumberPicker = {
|
|
|
6
6
|
title: '数字输入',
|
|
7
7
|
settings: {
|
|
8
8
|
'x-component-props': {
|
|
9
|
+
addonBefore: '前缀标签',
|
|
10
|
+
addonAfter: '后缀标签',
|
|
11
|
+
prefix: '前缀',
|
|
12
|
+
suffix: '后缀',
|
|
9
13
|
formatter: {
|
|
10
14
|
title: '格式转换器',
|
|
11
15
|
tooltip: '格式:function(value: number | string): string',
|
|
@@ -31,6 +35,10 @@ exports.NumberPicker = {
|
|
|
31
35
|
title: 'NumberInput',
|
|
32
36
|
settings: {
|
|
33
37
|
'x-component-props': {
|
|
38
|
+
addonBefore: 'Addon Before',
|
|
39
|
+
addonAfter: 'Addon After',
|
|
40
|
+
prefix: 'Prefix',
|
|
41
|
+
suffix: 'Suffix',
|
|
34
42
|
formatter: {
|
|
35
43
|
title: 'Format Converter',
|
|
36
44
|
tooltip: 'Format:function(value: number | string): string',
|
|
@@ -56,6 +64,10 @@ exports.NumberPicker = {
|
|
|
56
64
|
title: '숫자 입력',
|
|
57
65
|
settings: {
|
|
58
66
|
'x-component-props': {
|
|
67
|
+
addonBefore: '애드온 전',
|
|
68
|
+
addonAfter: '애드온 후',
|
|
69
|
+
prefix: '접두사',
|
|
70
|
+
suffix: '접미사',
|
|
59
71
|
formatter: {
|
|
60
72
|
title: '포맷 컨버터',
|
|
61
73
|
tooltip: '형식: function(value: number | string): string',
|
|
@@ -4,6 +4,26 @@ exports.NumberPicker = void 0;
|
|
|
4
4
|
exports.NumberPicker = {
|
|
5
5
|
type: 'object',
|
|
6
6
|
properties: {
|
|
7
|
+
addonBefore: {
|
|
8
|
+
type: 'string',
|
|
9
|
+
'x-decorator': 'FormItem',
|
|
10
|
+
'x-component': 'Input',
|
|
11
|
+
},
|
|
12
|
+
addonAfter: {
|
|
13
|
+
type: 'string',
|
|
14
|
+
'x-decorator': 'FormItem',
|
|
15
|
+
'x-component': 'Input',
|
|
16
|
+
},
|
|
17
|
+
prefix: {
|
|
18
|
+
type: 'string',
|
|
19
|
+
'x-decorator': 'FormItem',
|
|
20
|
+
'x-component': 'Input',
|
|
21
|
+
},
|
|
22
|
+
suffix: {
|
|
23
|
+
type: 'string',
|
|
24
|
+
'x-decorator': 'FormItem',
|
|
25
|
+
'x-component': 'Input',
|
|
26
|
+
},
|
|
7
27
|
decimalSeparator: {
|
|
8
28
|
type: 'string',
|
|
9
29
|
'x-decorator': 'FormItem',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@formily-design/formily-antd",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.29",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "lib",
|
|
6
6
|
"module": "esm",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"start": "webpack-dev-server --config playground/webpack.dev.ts"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@formily-design/react-settings-form": "1.0.
|
|
27
|
+
"@formily-design/react-settings-form": "1.0.29",
|
|
28
28
|
"@formily/antd-v5": "^1.2.4",
|
|
29
29
|
"@formily/core": "^2.0.2",
|
|
30
30
|
"@formily/json-schema": "^2.0.2",
|
|
@@ -69,14 +69,14 @@
|
|
|
69
69
|
"react-is": ">=16.8.0 || >=17.0.0"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@formily-design/core": "1.0.
|
|
73
|
-
"@formily-design/formily-setters": "1.0.
|
|
74
|
-
"@formily-design/formily-transformer": "1.0.
|
|
75
|
-
"@formily-design/react": "1.0.
|
|
76
|
-
"@formily-design/shared": "1.0.
|
|
72
|
+
"@formily-design/core": "1.0.29",
|
|
73
|
+
"@formily-design/formily-setters": "1.0.29",
|
|
74
|
+
"@formily-design/formily-transformer": "1.0.29",
|
|
75
|
+
"@formily-design/react": "1.0.29",
|
|
76
|
+
"@formily-design/shared": "1.0.29"
|
|
77
77
|
},
|
|
78
78
|
"publishConfig": {
|
|
79
79
|
"access": "public"
|
|
80
80
|
},
|
|
81
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "7e4e5f65779d2c3ef0be074522ebe6c5d916cba8"
|
|
82
82
|
}
|