@zat-design/sisyphus-react-mcp 4.5.7-beta.2 → 4.5.7
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/README.md +3 -3
- package/meta/components.json +1 -1
- package/meta/examples.json +1 -1
- package/meta/manifest.json +5 -5
- package/meta/props.json +2 -2
- package/meta/types.json +173 -143
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
## 前置版本
|
|
8
8
|
|
|
9
9
|
- Node.js 18+
|
|
10
|
-
- `@zat-design/sisyphus-react@4.5.7
|
|
11
|
-
- `@zat-design/sisyphus-react-mcp@4.5.7
|
|
10
|
+
- `@zat-design/sisyphus-react@4.5.7`
|
|
11
|
+
- `@zat-design/sisyphus-react-mcp@4.5.7`
|
|
12
12
|
|
|
13
13
|
两包必须完全同版。启动时校验项目组件版本、MCP 内置元数据版本、schema v2 和 SHA-256。
|
|
14
14
|
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"mcpServers": {
|
|
23
23
|
"sisyphus-react": {
|
|
24
24
|
"command": "npx",
|
|
25
|
-
"args": ["-y", "@zat-design/sisyphus-react-mcp@4.5.7
|
|
25
|
+
"args": ["-y", "@zat-design/sisyphus-react-mcp@4.5.7"]
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
28
|
}
|
package/meta/components.json
CHANGED
package/meta/examples.json
CHANGED
package/meta/manifest.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 2,
|
|
3
|
-
"version": "4.5.7
|
|
3
|
+
"version": "4.5.7",
|
|
4
4
|
"counts": {
|
|
5
5
|
"components": 29,
|
|
6
6
|
"examples": 280,
|
|
7
7
|
"types": 64
|
|
8
8
|
},
|
|
9
9
|
"files": {
|
|
10
|
-
"components.json": "
|
|
11
|
-
"props.json": "
|
|
12
|
-
"examples.json": "
|
|
13
|
-
"types.json": "
|
|
10
|
+
"components.json": "14ad936b35f4b463c1a0b48242bd7ad89809f697ec11b4ee5c1cd5c4a06e153c",
|
|
11
|
+
"props.json": "3a39f4cd532fe0a558e8580a8c2817820a6a1fe19d6b6532dde5d2cc4d62f7e6",
|
|
12
|
+
"examples.json": "75a19617707121cab1a268c8adcda80caf9339bf0d2a98409d8791b44ca6510f",
|
|
13
|
+
"types.json": "76079ed6874c188d38effc3a86e3e7d1a7083f66997f27d8e52199a69485f52b"
|
|
14
14
|
}
|
|
15
15
|
}
|
package/meta/props.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 2,
|
|
3
|
-
"version": "4.5.7
|
|
3
|
+
"version": "4.5.7",
|
|
4
4
|
"components": {
|
|
5
5
|
"ProCollapse": {
|
|
6
6
|
"source": "typescript+docs",
|
|
@@ -3209,7 +3209,7 @@
|
|
|
3209
3209
|
}
|
|
3210
3210
|
}
|
|
3211
3211
|
],
|
|
3212
|
-
"typeDeclaration": "export interface ProCascaderType {\n className?: string;\n mode?: 'address' | 'default';\n isView?: boolean;\n value?: string[];\n disabled?: boolean;\n hasDetail?: boolean;\n tooltip?: boolean | ReactNode; // disabled时详情输入框是否展示tooltip | isView时展示tooltip 及设置tooltip title\n detailMaxLength?: number;\n fieldNames?: FieldNamesType;\n dataSource?:
|
|
3212
|
+
"typeDeclaration": "export interface ProCascaderType {\n className?: string;\n mode?: 'address' | 'default';\n isView?: boolean;\n value?: string[];\n disabled?: boolean;\n hasDetail?: boolean;\n tooltip?: boolean | ReactNode; // disabled时详情输入框是否展示tooltip | isView时展示tooltip 及设置tooltip title\n detailMaxLength?: number;\n fieldNames?: FieldNamesType;\n dataSource?: CascaderOptionType[];\n useRequest?: {\n /**\n * @description 请求服务函数\n */\n service?: Service<any, any>;\n /**\n * @description 请求选项\n */\n options?: Options<any, any>;\n /**\n * @deprecated 保留向后兼容性,使用 options.defaultParams 替代\n */\n defaultParams?: any;\n };\n onChange?: (value: string[], selectedOptions?: any[]) => void;\n transformResponse?: (data: any[]) => any[];\n level?: number;\n enumCode?: string;\n code?: string | string[];\n otherProps?: any;\n /** 查看分隔符 */\n separator?: string;\n /** 详情框占位符 */\n detailPlaceholder?: string;\n /** 浮窗是否跟随父级 */\n scrollFollowParent?: boolean;\n desensitization?: [number, number];\n}",
|
|
3213
3213
|
"conventions": {}
|
|
3214
3214
|
},
|
|
3215
3215
|
"ProEnum": {
|
package/meta/types.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 2,
|
|
3
|
-
"version": "4.5.7
|
|
3
|
+
"version": "4.5.7",
|
|
4
4
|
"types": [
|
|
5
5
|
{
|
|
6
6
|
"name": "ProConfigProviderType",
|
|
@@ -253,13 +253,13 @@
|
|
|
253
253
|
"verifiedBy": "typescript"
|
|
254
254
|
},
|
|
255
255
|
"classNames": {
|
|
256
|
-
"type": "
|
|
256
|
+
"type": "DeepClassNameType<{ root?: string; label?: string; content?: string; help?: string; helpItem?: string; extra?: string; }> | ((info: { props: FormProps<any>; }) => DeepClassNameType<{ root?: string; label?: string; content?: string; help?: string; helpItem?: string; extra?: string; }>)",
|
|
257
257
|
"required": false,
|
|
258
258
|
"description": "",
|
|
259
259
|
"verifiedBy": "typescript"
|
|
260
260
|
},
|
|
261
261
|
"styles": {
|
|
262
|
-
"type": "
|
|
262
|
+
"type": "DeepStylesType<{ root?: React.CSSProperties; label?: React.CSSProperties; content?: React.CSSProperties; help?: React.CSSProperties; helpItem?: React.CSSProperties; extra?: React.CSSProperties; }> | ((info: { props: FormProps<any>; }) => DeepStylesType<{ root?: React.CSSProperties; label?: React.CSSProperties; content?: React.CSSProperties; help?: React.CSSProperties; helpItem?: React.CSSProperties; extra?: React.CSSProperties; }>)",
|
|
263
263
|
"required": false,
|
|
264
264
|
"description": "",
|
|
265
265
|
"verifiedBy": "typescript"
|
|
@@ -2035,7 +2035,7 @@
|
|
|
2035
2035
|
"verifiedBy": "typescript"
|
|
2036
2036
|
},
|
|
2037
2037
|
"component": {
|
|
2038
|
-
"type": "string | false | React.
|
|
2038
|
+
"type": "string | false | React.ComponentType<any>",
|
|
2039
2039
|
"required": false,
|
|
2040
2040
|
"description": "",
|
|
2041
2041
|
"verifiedBy": "typescript"
|
|
@@ -3078,7 +3078,7 @@
|
|
|
3078
3078
|
"description": "Returns a new String consisting of the single UTF-16 code unit located at the specified index.",
|
|
3079
3079
|
"verifiedBy": "typescript"
|
|
3080
3080
|
},
|
|
3081
|
-
"__@iterator@
|
|
3081
|
+
"__@iterator@695": {
|
|
3082
3082
|
"type": "() => IterableIterator<string>",
|
|
3083
3083
|
"required": true,
|
|
3084
3084
|
"description": "Iterator",
|
|
@@ -3387,7 +3387,7 @@
|
|
|
3387
3387
|
"description": "Returns a new String consisting of the single UTF-16 code unit located at the specified index.",
|
|
3388
3388
|
"verifiedBy": "typescript"
|
|
3389
3389
|
},
|
|
3390
|
-
"__@iterator@
|
|
3390
|
+
"__@iterator@695": {
|
|
3391
3391
|
"type": "() => IterableIterator<string>",
|
|
3392
3392
|
"required": true,
|
|
3393
3393
|
"description": "Iterator",
|
|
@@ -3575,13 +3575,13 @@
|
|
|
3575
3575
|
"verifiedBy": "typescript"
|
|
3576
3576
|
},
|
|
3577
3577
|
"classNames": {
|
|
3578
|
-
"type": "
|
|
3578
|
+
"type": "DeepClassNameType<{ root?: string; section?: string; title?: string; footer?: string; body?: ComponentsSemanticClassNames; content?: string; header?: ComponentsSemanticClassNames; pagination?: { root?: string; item?: string; }; }> | ((info: { props: TableProps<any>; }) => DeepClassNameType<{ root?: string; section?: string; title?: string; footer?: string; body?: ComponentsSemanticClassNames; content?: string; header?: ComponentsSemanticClassNames; pagination?: { root?: string; item?: string; }; }>)",
|
|
3579
3579
|
"required": false,
|
|
3580
3580
|
"description": "",
|
|
3581
3581
|
"verifiedBy": "typescript"
|
|
3582
3582
|
},
|
|
3583
3583
|
"styles": {
|
|
3584
|
-
"type": "
|
|
3584
|
+
"type": "DeepStylesType<{ root?: React.CSSProperties; section?: React.CSSProperties; title?: React.CSSProperties; footer?: React.CSSProperties; body?: ComponentsSemanticStyles; content?: React.CSSProperties; header?: ComponentsSemanticStyles; pagination?: { root?: React.CSSProperties; item?: React.CSSProperties; }; }> | ((info: { props: TableProps<any>; }) => DeepStylesType<{ root?: React.CSSProperties; section?: React.CSSProperties; title?: React.CSSProperties; footer?: React.CSSProperties; body?: ComponentsSemanticStyles; content?: React.CSSProperties; header?: ComponentsSemanticStyles; pagination?: { root?: React.CSSProperties; item?: React.CSSProperties; }; }>)",
|
|
3585
3585
|
"required": false,
|
|
3586
3586
|
"description": "",
|
|
3587
3587
|
"verifiedBy": "typescript"
|
|
@@ -3832,6 +3832,12 @@
|
|
|
3832
3832
|
"description": "",
|
|
3833
3833
|
"verifiedBy": "typescript"
|
|
3834
3834
|
},
|
|
3835
|
+
"column": {
|
|
3836
|
+
"type": "Partial<ColumnType<any>>",
|
|
3837
|
+
"required": false,
|
|
3838
|
+
"description": "",
|
|
3839
|
+
"verifiedBy": "typescript"
|
|
3840
|
+
},
|
|
3835
3841
|
"pagination": {
|
|
3836
3842
|
"type": "false | TablePaginationConfig",
|
|
3837
3843
|
"required": false,
|
|
@@ -4073,6 +4079,12 @@
|
|
|
4073
4079
|
"description": "",
|
|
4074
4080
|
"verifiedBy": "typescript"
|
|
4075
4081
|
},
|
|
4082
|
+
"key": {
|
|
4083
|
+
"type": "React.Key",
|
|
4084
|
+
"required": false,
|
|
4085
|
+
"description": "",
|
|
4086
|
+
"verifiedBy": "typescript"
|
|
4087
|
+
},
|
|
4076
4088
|
"colSpan": {
|
|
4077
4089
|
"type": "number",
|
|
4078
4090
|
"required": false,
|
|
@@ -4109,12 +4121,6 @@
|
|
|
4109
4121
|
"description": "",
|
|
4110
4122
|
"verifiedBy": "typescript"
|
|
4111
4123
|
},
|
|
4112
|
-
"key": {
|
|
4113
|
-
"type": "React.Key",
|
|
4114
|
-
"required": false,
|
|
4115
|
-
"description": "",
|
|
4116
|
-
"verifiedBy": "typescript"
|
|
4117
|
-
},
|
|
4118
4124
|
"onHeaderCell": {
|
|
4119
4125
|
"type": "GetComponentProps<ColumnType<any> | ColumnGroupType<any>>",
|
|
4120
4126
|
"required": false,
|
|
@@ -4134,7 +4140,7 @@
|
|
|
4134
4140
|
"verifiedBy": "typescript"
|
|
4135
4141
|
},
|
|
4136
4142
|
"sorter": {
|
|
4137
|
-
"type": "boolean | CompareFn<any> |
|
|
4143
|
+
"type": "boolean | CompareFn<any> | ColumnSorter<any>",
|
|
4138
4144
|
"required": false,
|
|
4139
4145
|
"description": "",
|
|
4140
4146
|
"verifiedBy": "typescript"
|
|
@@ -4617,6 +4623,12 @@
|
|
|
4617
4623
|
"description": "对外公开类型别名(PropSelectType 为历史拼写,保留内部命名)",
|
|
4618
4624
|
"declaration": "export type ProSelectType = PropSelectType;",
|
|
4619
4625
|
"properties": {
|
|
4626
|
+
"showSearch": {
|
|
4627
|
+
"type": "boolean | ProSelectShowSearchConfig",
|
|
4628
|
+
"required": false,
|
|
4629
|
+
"description": "",
|
|
4630
|
+
"verifiedBy": "typescript"
|
|
4631
|
+
},
|
|
4620
4632
|
"isView": {
|
|
4621
4633
|
"type": "boolean",
|
|
4622
4634
|
"required": false,
|
|
@@ -4721,13 +4733,13 @@
|
|
|
4721
4733
|
"verifiedBy": "typescript"
|
|
4722
4734
|
},
|
|
4723
4735
|
"classNames": {
|
|
4724
|
-
"type": "
|
|
4736
|
+
"type": "DeepClassNameType<{ root?: string; prefix?: string; suffix?: string; input?: string; placeholder?: string; content?: string; item?: string; itemContent?: string; itemRemove?: string; clear?: string; popup?: { root?: string; listItem?: string; list?: string; }; }> | ((info: { props: SelectProps<any, DefaultOptionType>; }) => DeepClassNameType<{ root?: string; prefix?: string; suffix?: string; input?: string; placeholder?: string; content?: string; item?: string; itemContent?: string; itemRemove?: string; clear?: string; popup?: { root?: string; listItem?: string; list?: string; }; }>)",
|
|
4725
4737
|
"required": false,
|
|
4726
4738
|
"description": "",
|
|
4727
4739
|
"verifiedBy": "typescript"
|
|
4728
4740
|
},
|
|
4729
4741
|
"styles": {
|
|
4730
|
-
"type": "
|
|
4742
|
+
"type": "DeepStylesType<{ root?: React.CSSProperties; prefix?: React.CSSProperties; suffix?: React.CSSProperties; input?: React.CSSProperties; placeholder?: React.CSSProperties; content?: React.CSSProperties; item?: React.CSSProperties; itemContent?: React.CSSProperties; itemRemove?: React.CSSProperties; clear?: React.CSSProperties; popup?: { root?: React.CSSProperties; listItem?: React.CSSProperties; list?: React.CSSProperties; }; }> | ((info: { props: SelectProps<any, DefaultOptionType>; }) => DeepStylesType<{ root?: React.CSSProperties; prefix?: React.CSSProperties; suffix?: React.CSSProperties; input?: React.CSSProperties; placeholder?: React.CSSProperties; content?: React.CSSProperties; item?: React.CSSProperties; itemContent?: React.CSSProperties; itemRemove?: React.CSSProperties; clear?: React.CSSProperties; popup?: { root?: React.CSSProperties; listItem?: React.CSSProperties; list?: React.CSSProperties; }; }>)",
|
|
4731
4743
|
"required": false,
|
|
4732
4744
|
"description": "",
|
|
4733
4745
|
"verifiedBy": "typescript"
|
|
@@ -5302,6 +5314,12 @@
|
|
|
5302
5314
|
"description": "",
|
|
5303
5315
|
"verifiedBy": "typescript"
|
|
5304
5316
|
},
|
|
5317
|
+
"tagRender": {
|
|
5318
|
+
"type": "(props: CustomTagProps) => React.ReactElement",
|
|
5319
|
+
"required": false,
|
|
5320
|
+
"description": "",
|
|
5321
|
+
"verifiedBy": "typescript"
|
|
5322
|
+
},
|
|
5305
5323
|
"mode": {
|
|
5306
5324
|
"type": "\"multiple\" | \"tags\"",
|
|
5307
5325
|
"required": false,
|
|
@@ -5320,6 +5338,12 @@
|
|
|
5320
5338
|
"description": "",
|
|
5321
5339
|
"verifiedBy": "typescript"
|
|
5322
5340
|
},
|
|
5341
|
+
"onClear": {
|
|
5342
|
+
"type": "() => void",
|
|
5343
|
+
"required": false,
|
|
5344
|
+
"description": "",
|
|
5345
|
+
"verifiedBy": "typescript"
|
|
5346
|
+
},
|
|
5323
5347
|
"clearIcon": {
|
|
5324
5348
|
"type": "React.ReactNode",
|
|
5325
5349
|
"required": false,
|
|
@@ -5387,18 +5411,6 @@
|
|
|
5387
5411
|
"description": "",
|
|
5388
5412
|
"verifiedBy": "typescript"
|
|
5389
5413
|
},
|
|
5390
|
-
"showSearch": {
|
|
5391
|
-
"type": "boolean | SearchConfig<DefaultOptionType>",
|
|
5392
|
-
"required": false,
|
|
5393
|
-
"description": "",
|
|
5394
|
-
"verifiedBy": "typescript"
|
|
5395
|
-
},
|
|
5396
|
-
"tagRender": {
|
|
5397
|
-
"type": "(props: CustomTagProps) => React.ReactElement",
|
|
5398
|
-
"required": false,
|
|
5399
|
-
"description": "",
|
|
5400
|
-
"verifiedBy": "typescript"
|
|
5401
|
-
},
|
|
5402
5414
|
"maxCount": {
|
|
5403
5415
|
"type": "number",
|
|
5404
5416
|
"required": false,
|
|
@@ -5411,12 +5423,6 @@
|
|
|
5411
5423
|
"description": "",
|
|
5412
5424
|
"verifiedBy": "typescript"
|
|
5413
5425
|
},
|
|
5414
|
-
"onClear": {
|
|
5415
|
-
"type": "() => void",
|
|
5416
|
-
"required": false,
|
|
5417
|
-
"description": "",
|
|
5418
|
-
"verifiedBy": "typescript"
|
|
5419
|
-
},
|
|
5420
5426
|
"showScrollBar": {
|
|
5421
5427
|
"type": "boolean | \"optional\"",
|
|
5422
5428
|
"required": false,
|
|
@@ -5448,7 +5454,7 @@
|
|
|
5448
5454
|
"verifiedBy": "typescript"
|
|
5449
5455
|
},
|
|
5450
5456
|
"tokenSeparators": {
|
|
5451
|
-
"type": "string[]",
|
|
5457
|
+
"type": "string[] | ((input: string) => string[])",
|
|
5452
5458
|
"required": false,
|
|
5453
5459
|
"description": "",
|
|
5454
5460
|
"verifiedBy": "typescript"
|
|
@@ -5567,6 +5573,12 @@
|
|
|
5567
5573
|
"description": "",
|
|
5568
5574
|
"verifiedBy": "typescript"
|
|
5569
5575
|
},
|
|
5576
|
+
"loadingIcon": {
|
|
5577
|
+
"type": "React.ReactNode",
|
|
5578
|
+
"required": false,
|
|
5579
|
+
"description": "",
|
|
5580
|
+
"verifiedBy": "typescript"
|
|
5581
|
+
},
|
|
5570
5582
|
"dropdownRender": {
|
|
5571
5583
|
"type": "(menu: React.ReactElement<unknown, string | React.JSXElementConstructor<any>>) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>>",
|
|
5572
5584
|
"required": false,
|
|
@@ -5911,13 +5923,13 @@
|
|
|
5911
5923
|
"verifiedBy": "typescript"
|
|
5912
5924
|
},
|
|
5913
5925
|
"classNames": {
|
|
5914
|
-
"type": "
|
|
5926
|
+
"type": "DeepClassNameType<{ root?: string; item?: string; remove?: string; indicator?: string; body?: string; content?: string; header?: string; popup?: { root?: string; }; }> | ((info: { props: TabsProps; }) => DeepClassNameType<{ root?: string; item?: string; remove?: string; indicator?: string; body?: string; content?: string; header?: string; popup?: { root?: string; }; }>)",
|
|
5915
5927
|
"required": false,
|
|
5916
5928
|
"description": "",
|
|
5917
5929
|
"verifiedBy": "typescript"
|
|
5918
5930
|
},
|
|
5919
5931
|
"styles": {
|
|
5920
|
-
"type": "
|
|
5932
|
+
"type": "DeepStylesType<{ root?: React.CSSProperties; item?: React.CSSProperties; remove?: React.CSSProperties; indicator?: React.CSSProperties; body?: React.CSSProperties; content?: React.CSSProperties; header?: React.CSSProperties; popup?: { root?: React.CSSProperties; }; }> | ((info: { props: TabsProps; }) => DeepStylesType<{ root?: React.CSSProperties; item?: React.CSSProperties; remove?: React.CSSProperties; indicator?: React.CSSProperties; body?: React.CSSProperties; content?: React.CSSProperties; header?: React.CSSProperties; popup?: { root?: React.CSSProperties; }; }>)",
|
|
5921
5933
|
"required": false,
|
|
5922
5934
|
"description": "",
|
|
5923
5935
|
"verifiedBy": "typescript"
|
|
@@ -9056,7 +9068,7 @@
|
|
|
9056
9068
|
"description": "Returns a new String consisting of the single UTF-16 code unit located at the specified index.",
|
|
9057
9069
|
"verifiedBy": "typescript"
|
|
9058
9070
|
},
|
|
9059
|
-
"__@iterator@
|
|
9071
|
+
"__@iterator@695": {
|
|
9060
9072
|
"type": "() => IterableIterator<string>",
|
|
9061
9073
|
"required": true,
|
|
9062
9074
|
"description": "Iterator",
|
|
@@ -9580,13 +9592,13 @@
|
|
|
9580
9592
|
"verifiedBy": "typescript"
|
|
9581
9593
|
},
|
|
9582
9594
|
"classNames": {
|
|
9583
|
-
"type": "
|
|
9595
|
+
"type": "DeepClassNameType<{ root?: string; prefix?: string; input?: string; suffix?: string; content?: string; placeholder?: string; item?: string; itemContent?: string; itemRemove?: string; popup?: { root?: string; item?: string; itemTitle?: string; itemSwitcher?: string; }; }> | ((info: { props: TreeSelectProps<any, DataNode>; }) => DeepClassNameType<{ root?: string; prefix?: string; input?: string; suffix?: string; content?: string; placeholder?: string; item?: string; itemContent?: string; itemRemove?: string; popup?: { root?: string; item?: string; itemTitle?: string; itemSwitcher?: string; }; }>)",
|
|
9584
9596
|
"required": false,
|
|
9585
9597
|
"description": "",
|
|
9586
9598
|
"verifiedBy": "typescript"
|
|
9587
9599
|
},
|
|
9588
9600
|
"styles": {
|
|
9589
|
-
"type": "
|
|
9601
|
+
"type": "DeepStylesType<{ root?: React.CSSProperties; prefix?: React.CSSProperties; input?: React.CSSProperties; suffix?: React.CSSProperties; content?: React.CSSProperties; placeholder?: React.CSSProperties; item?: React.CSSProperties; itemContent?: React.CSSProperties; itemRemove?: React.CSSProperties; popup?: { root?: React.CSSProperties; item?: React.CSSProperties; itemTitle?: React.CSSProperties; itemSwitcher?: React.CSSProperties; }; }> | ((info: { props: TreeSelectProps<any, DataNode>; }) => DeepStylesType<{ root?: React.CSSProperties; prefix?: React.CSSProperties; input?: React.CSSProperties; suffix?: React.CSSProperties; content?: React.CSSProperties; placeholder?: React.CSSProperties; item?: React.CSSProperties; itemContent?: React.CSSProperties; itemRemove?: React.CSSProperties; popup?: { root?: React.CSSProperties; item?: React.CSSProperties; itemTitle?: React.CSSProperties; itemSwitcher?: React.CSSProperties; }; }>)",
|
|
9590
9602
|
"required": false,
|
|
9591
9603
|
"description": "",
|
|
9592
9604
|
"verifiedBy": "typescript"
|
|
@@ -10101,6 +10113,12 @@
|
|
|
10101
10113
|
"description": "",
|
|
10102
10114
|
"verifiedBy": "typescript"
|
|
10103
10115
|
},
|
|
10116
|
+
"tagRender": {
|
|
10117
|
+
"type": "(props: CustomTagProps) => React.ReactElement",
|
|
10118
|
+
"required": false,
|
|
10119
|
+
"description": "",
|
|
10120
|
+
"verifiedBy": "typescript"
|
|
10121
|
+
},
|
|
10104
10122
|
"suffixIcon": {
|
|
10105
10123
|
"type": "React.ReactNode",
|
|
10106
10124
|
"required": false,
|
|
@@ -10113,6 +10131,12 @@
|
|
|
10113
10131
|
"description": "",
|
|
10114
10132
|
"verifiedBy": "typescript"
|
|
10115
10133
|
},
|
|
10134
|
+
"onClear": {
|
|
10135
|
+
"type": "() => void",
|
|
10136
|
+
"required": false,
|
|
10137
|
+
"description": "",
|
|
10138
|
+
"verifiedBy": "typescript"
|
|
10139
|
+
},
|
|
10116
10140
|
"clearIcon": {
|
|
10117
10141
|
"type": "React.ReactNode",
|
|
10118
10142
|
"required": false,
|
|
@@ -10180,12 +10204,6 @@
|
|
|
10180
10204
|
"description": "",
|
|
10181
10205
|
"verifiedBy": "typescript"
|
|
10182
10206
|
},
|
|
10183
|
-
"tagRender": {
|
|
10184
|
-
"type": "(props: CustomTagProps) => React.ReactElement",
|
|
10185
|
-
"required": false,
|
|
10186
|
-
"description": "",
|
|
10187
|
-
"verifiedBy": "typescript"
|
|
10188
|
-
},
|
|
10189
10207
|
"maxCount": {
|
|
10190
10208
|
"type": "number",
|
|
10191
10209
|
"required": false,
|
|
@@ -10198,12 +10216,6 @@
|
|
|
10198
10216
|
"description": "",
|
|
10199
10217
|
"verifiedBy": "typescript"
|
|
10200
10218
|
},
|
|
10201
|
-
"onClear": {
|
|
10202
|
-
"type": "() => void",
|
|
10203
|
-
"required": false,
|
|
10204
|
-
"description": "",
|
|
10205
|
-
"verifiedBy": "typescript"
|
|
10206
|
-
},
|
|
10207
10219
|
"showScrollBar": {
|
|
10208
10220
|
"type": "boolean | \"optional\"",
|
|
10209
10221
|
"required": false,
|
|
@@ -10235,7 +10247,7 @@
|
|
|
10235
10247
|
"verifiedBy": "typescript"
|
|
10236
10248
|
},
|
|
10237
10249
|
"tokenSeparators": {
|
|
10238
|
-
"type": "string[]",
|
|
10250
|
+
"type": "string[] | ((input: string) => string[])",
|
|
10239
10251
|
"required": false,
|
|
10240
10252
|
"description": "",
|
|
10241
10253
|
"verifiedBy": "typescript"
|
|
@@ -10306,56 +10318,56 @@
|
|
|
10306
10318
|
"description": "",
|
|
10307
10319
|
"verifiedBy": "typescript"
|
|
10308
10320
|
},
|
|
10309
|
-
"
|
|
10310
|
-
"type": "
|
|
10321
|
+
"showCheckedStrategy": {
|
|
10322
|
+
"type": "CheckedStrategy",
|
|
10311
10323
|
"required": false,
|
|
10312
10324
|
"description": "",
|
|
10313
10325
|
"verifiedBy": "typescript"
|
|
10314
10326
|
},
|
|
10315
|
-
"
|
|
10316
|
-
"type": "
|
|
10327
|
+
"loadData": {
|
|
10328
|
+
"type": "(dataNode: LegacyDataNode) => Promise<unknown>",
|
|
10317
10329
|
"required": false,
|
|
10318
10330
|
"description": "",
|
|
10319
10331
|
"verifiedBy": "typescript"
|
|
10320
10332
|
},
|
|
10321
|
-
"
|
|
10322
|
-
"type": "
|
|
10333
|
+
"treeData": {
|
|
10334
|
+
"type": "DataNode[]",
|
|
10323
10335
|
"required": false,
|
|
10324
10336
|
"description": "",
|
|
10325
10337
|
"verifiedBy": "typescript"
|
|
10326
10338
|
},
|
|
10327
|
-
"
|
|
10328
|
-
"type": "
|
|
10339
|
+
"treeLine": {
|
|
10340
|
+
"type": "boolean | { showLeafIcon: TreeLeafIcon; }",
|
|
10329
10341
|
"required": false,
|
|
10330
10342
|
"description": "",
|
|
10331
10343
|
"verifiedBy": "typescript"
|
|
10332
10344
|
},
|
|
10333
|
-
"
|
|
10334
|
-
"type": "string",
|
|
10345
|
+
"switcherIcon": {
|
|
10346
|
+
"type": "string | number | bigint | boolean | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.ReactPortal | Promise<AwaitedReactNode> | ((props: AntTreeNodeProps) => React.ReactNode) | ((props: TreeNodeProps<DataNode>) => React.ReactNode)",
|
|
10335
10347
|
"required": false,
|
|
10336
10348
|
"description": "",
|
|
10337
10349
|
"verifiedBy": "typescript"
|
|
10338
10350
|
},
|
|
10339
|
-
"
|
|
10340
|
-
"type": "
|
|
10351
|
+
"inputValue": {
|
|
10352
|
+
"type": "string",
|
|
10341
10353
|
"required": false,
|
|
10342
10354
|
"description": "",
|
|
10343
10355
|
"verifiedBy": "typescript"
|
|
10344
10356
|
},
|
|
10345
|
-
"
|
|
10346
|
-
"type": "
|
|
10357
|
+
"treeNodeLabelProp": {
|
|
10358
|
+
"type": "string",
|
|
10347
10359
|
"required": false,
|
|
10348
10360
|
"description": "",
|
|
10349
10361
|
"verifiedBy": "typescript"
|
|
10350
10362
|
},
|
|
10351
|
-
"
|
|
10352
|
-
"type": "boolean
|
|
10363
|
+
"treeCheckStrictly": {
|
|
10364
|
+
"type": "boolean",
|
|
10353
10365
|
"required": false,
|
|
10354
10366
|
"description": "",
|
|
10355
10367
|
"verifiedBy": "typescript"
|
|
10356
10368
|
},
|
|
10357
|
-
"
|
|
10358
|
-
"type": "
|
|
10369
|
+
"treeDataSimpleMode": {
|
|
10370
|
+
"type": "boolean | SimpleModeConfig",
|
|
10359
10371
|
"required": false,
|
|
10360
10372
|
"description": "",
|
|
10361
10373
|
"verifiedBy": "typescript"
|
|
@@ -10542,13 +10554,13 @@
|
|
|
10542
10554
|
"verifiedBy": "typescript"
|
|
10543
10555
|
},
|
|
10544
10556
|
"classNames": {
|
|
10545
|
-
"type": "
|
|
10557
|
+
"type": "DeepClassNameType<{ root?: string; prefix?: string; input?: string; suffix?: string; content?: string; placeholder?: string; item?: string; itemContent?: string; itemRemove?: string; popup?: { root?: string; item?: string; itemTitle?: string; itemSwitcher?: string; }; }> | ((info: { props: TreeSelectProps<any, DataNode>; }) => DeepClassNameType<{ root?: string; prefix?: string; input?: string; suffix?: string; content?: string; placeholder?: string; item?: string; itemContent?: string; itemRemove?: string; popup?: { root?: string; item?: string; itemTitle?: string; itemSwitcher?: string; }; }>)",
|
|
10546
10558
|
"required": false,
|
|
10547
10559
|
"description": "",
|
|
10548
10560
|
"verifiedBy": "typescript"
|
|
10549
10561
|
},
|
|
10550
10562
|
"styles": {
|
|
10551
|
-
"type": "
|
|
10563
|
+
"type": "DeepStylesType<{ root?: React.CSSProperties; prefix?: React.CSSProperties; input?: React.CSSProperties; suffix?: React.CSSProperties; content?: React.CSSProperties; placeholder?: React.CSSProperties; item?: React.CSSProperties; itemContent?: React.CSSProperties; itemRemove?: React.CSSProperties; popup?: { root?: React.CSSProperties; item?: React.CSSProperties; itemTitle?: React.CSSProperties; itemSwitcher?: React.CSSProperties; }; }> | ((info: { props: TreeSelectProps<any, DataNode>; }) => DeepStylesType<{ root?: React.CSSProperties; prefix?: React.CSSProperties; input?: React.CSSProperties; suffix?: React.CSSProperties; content?: React.CSSProperties; placeholder?: React.CSSProperties; item?: React.CSSProperties; itemContent?: React.CSSProperties; itemRemove?: React.CSSProperties; popup?: { root?: React.CSSProperties; item?: React.CSSProperties; itemTitle?: React.CSSProperties; itemSwitcher?: React.CSSProperties; }; }>)",
|
|
10552
10564
|
"required": false,
|
|
10553
10565
|
"description": "",
|
|
10554
10566
|
"verifiedBy": "typescript"
|
|
@@ -11129,6 +11141,12 @@
|
|
|
11129
11141
|
"description": "",
|
|
11130
11142
|
"verifiedBy": "typescript"
|
|
11131
11143
|
},
|
|
11144
|
+
"tagRender": {
|
|
11145
|
+
"type": "(props: CustomTagProps) => React.ReactElement",
|
|
11146
|
+
"required": false,
|
|
11147
|
+
"description": "",
|
|
11148
|
+
"verifiedBy": "typescript"
|
|
11149
|
+
},
|
|
11132
11150
|
"suffixIcon": {
|
|
11133
11151
|
"type": "React.ReactNode",
|
|
11134
11152
|
"required": false,
|
|
@@ -11141,6 +11159,12 @@
|
|
|
11141
11159
|
"description": "",
|
|
11142
11160
|
"verifiedBy": "typescript"
|
|
11143
11161
|
},
|
|
11162
|
+
"onClear": {
|
|
11163
|
+
"type": "() => void",
|
|
11164
|
+
"required": false,
|
|
11165
|
+
"description": "",
|
|
11166
|
+
"verifiedBy": "typescript"
|
|
11167
|
+
},
|
|
11144
11168
|
"clearIcon": {
|
|
11145
11169
|
"type": "React.ReactNode",
|
|
11146
11170
|
"required": false,
|
|
@@ -11220,12 +11244,6 @@
|
|
|
11220
11244
|
"description": "",
|
|
11221
11245
|
"verifiedBy": "typescript"
|
|
11222
11246
|
},
|
|
11223
|
-
"tagRender": {
|
|
11224
|
-
"type": "(props: CustomTagProps) => React.ReactElement",
|
|
11225
|
-
"required": false,
|
|
11226
|
-
"description": "",
|
|
11227
|
-
"verifiedBy": "typescript"
|
|
11228
|
-
},
|
|
11229
11247
|
"maxCount": {
|
|
11230
11248
|
"type": "number",
|
|
11231
11249
|
"required": false,
|
|
@@ -11238,12 +11256,6 @@
|
|
|
11238
11256
|
"description": "",
|
|
11239
11257
|
"verifiedBy": "typescript"
|
|
11240
11258
|
},
|
|
11241
|
-
"onClear": {
|
|
11242
|
-
"type": "() => void",
|
|
11243
|
-
"required": false,
|
|
11244
|
-
"description": "",
|
|
11245
|
-
"verifiedBy": "typescript"
|
|
11246
|
-
},
|
|
11247
11259
|
"showScrollBar": {
|
|
11248
11260
|
"type": "boolean | \"optional\"",
|
|
11249
11261
|
"required": false,
|
|
@@ -11275,7 +11287,7 @@
|
|
|
11275
11287
|
"verifiedBy": "typescript"
|
|
11276
11288
|
},
|
|
11277
11289
|
"tokenSeparators": {
|
|
11278
|
-
"type": "string[]",
|
|
11290
|
+
"type": "string[] | ((input: string) => string[])",
|
|
11279
11291
|
"required": false,
|
|
11280
11292
|
"description": "",
|
|
11281
11293
|
"verifiedBy": "typescript"
|
|
@@ -11358,56 +11370,56 @@
|
|
|
11358
11370
|
"description": "",
|
|
11359
11371
|
"verifiedBy": "typescript"
|
|
11360
11372
|
},
|
|
11361
|
-
"
|
|
11362
|
-
"type": "
|
|
11373
|
+
"showCheckedStrategy": {
|
|
11374
|
+
"type": "CheckedStrategy",
|
|
11363
11375
|
"required": false,
|
|
11364
11376
|
"description": "",
|
|
11365
11377
|
"verifiedBy": "typescript"
|
|
11366
11378
|
},
|
|
11367
|
-
"
|
|
11368
|
-
"type": "
|
|
11379
|
+
"loadData": {
|
|
11380
|
+
"type": "(dataNode: LegacyDataNode) => Promise<unknown>",
|
|
11369
11381
|
"required": false,
|
|
11370
11382
|
"description": "",
|
|
11371
11383
|
"verifiedBy": "typescript"
|
|
11372
11384
|
},
|
|
11373
|
-
"
|
|
11374
|
-
"type": "
|
|
11385
|
+
"treeData": {
|
|
11386
|
+
"type": "DataNode[]",
|
|
11375
11387
|
"required": false,
|
|
11376
11388
|
"description": "",
|
|
11377
11389
|
"verifiedBy": "typescript"
|
|
11378
11390
|
},
|
|
11379
|
-
"
|
|
11380
|
-
"type": "
|
|
11391
|
+
"treeLine": {
|
|
11392
|
+
"type": "boolean | { showLeafIcon: TreeLeafIcon; }",
|
|
11381
11393
|
"required": false,
|
|
11382
11394
|
"description": "",
|
|
11383
11395
|
"verifiedBy": "typescript"
|
|
11384
11396
|
},
|
|
11385
|
-
"
|
|
11386
|
-
"type": "string",
|
|
11397
|
+
"switcherIcon": {
|
|
11398
|
+
"type": "string | number | bigint | boolean | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.ReactPortal | Promise<AwaitedReactNode> | ((props: AntTreeNodeProps) => React.ReactNode) | ((props: TreeNodeProps<DataNode>) => React.ReactNode)",
|
|
11387
11399
|
"required": false,
|
|
11388
11400
|
"description": "",
|
|
11389
11401
|
"verifiedBy": "typescript"
|
|
11390
11402
|
},
|
|
11391
|
-
"
|
|
11392
|
-
"type": "
|
|
11403
|
+
"inputValue": {
|
|
11404
|
+
"type": "string",
|
|
11393
11405
|
"required": false,
|
|
11394
11406
|
"description": "",
|
|
11395
11407
|
"verifiedBy": "typescript"
|
|
11396
11408
|
},
|
|
11397
|
-
"
|
|
11398
|
-
"type": "
|
|
11409
|
+
"treeNodeLabelProp": {
|
|
11410
|
+
"type": "string",
|
|
11399
11411
|
"required": false,
|
|
11400
11412
|
"description": "",
|
|
11401
11413
|
"verifiedBy": "typescript"
|
|
11402
11414
|
},
|
|
11403
|
-
"
|
|
11404
|
-
"type": "boolean
|
|
11415
|
+
"treeCheckStrictly": {
|
|
11416
|
+
"type": "boolean",
|
|
11405
11417
|
"required": false,
|
|
11406
11418
|
"description": "",
|
|
11407
11419
|
"verifiedBy": "typescript"
|
|
11408
11420
|
},
|
|
11409
|
-
"
|
|
11410
|
-
"type": "
|
|
11421
|
+
"treeDataSimpleMode": {
|
|
11422
|
+
"type": "boolean | SimpleModeConfig",
|
|
11411
11423
|
"required": false,
|
|
11412
11424
|
"description": "",
|
|
11413
11425
|
"verifiedBy": "typescript"
|
|
@@ -11949,13 +11961,13 @@
|
|
|
11949
11961
|
"verifiedBy": "typescript"
|
|
11950
11962
|
},
|
|
11951
11963
|
"classNames": {
|
|
11952
|
-
"type": "
|
|
11964
|
+
"type": "DeepClassNameType<{ root?: string; section?: string; title?: string; footer?: string; body?: ComponentsSemanticClassNames; content?: string; header?: ComponentsSemanticClassNames; pagination?: { root?: string; item?: string; }; }> | ((info: { props: TableProps<T>; }) => DeepClassNameType<{ root?: string; section?: string; title?: string; footer?: string; body?: ComponentsSemanticClassNames; content?: string; header?: ComponentsSemanticClassNames; pagination?: { root?: string; item?: string; }; }>)",
|
|
11953
11965
|
"required": false,
|
|
11954
11966
|
"description": "",
|
|
11955
11967
|
"verifiedBy": "typescript"
|
|
11956
11968
|
},
|
|
11957
11969
|
"styles": {
|
|
11958
|
-
"type": "
|
|
11970
|
+
"type": "DeepStylesType<{ root?: React.CSSProperties; section?: React.CSSProperties; title?: React.CSSProperties; footer?: React.CSSProperties; body?: ComponentsSemanticStyles; content?: React.CSSProperties; header?: ComponentsSemanticStyles; pagination?: { root?: React.CSSProperties; item?: React.CSSProperties; }; }> | ((info: { props: TableProps<T>; }) => DeepStylesType<{ root?: React.CSSProperties; section?: React.CSSProperties; title?: React.CSSProperties; footer?: React.CSSProperties; body?: ComponentsSemanticStyles; content?: React.CSSProperties; header?: ComponentsSemanticStyles; pagination?: { root?: React.CSSProperties; item?: React.CSSProperties; }; }>)",
|
|
11959
11971
|
"required": false,
|
|
11960
11972
|
"description": "",
|
|
11961
11973
|
"verifiedBy": "typescript"
|
|
@@ -12212,6 +12224,12 @@
|
|
|
12212
12224
|
"description": "",
|
|
12213
12225
|
"verifiedBy": "typescript"
|
|
12214
12226
|
},
|
|
12227
|
+
"column": {
|
|
12228
|
+
"type": "Partial<ColumnType<T>>",
|
|
12229
|
+
"required": false,
|
|
12230
|
+
"description": "",
|
|
12231
|
+
"verifiedBy": "typescript"
|
|
12232
|
+
},
|
|
12215
12233
|
"pagination": {
|
|
12216
12234
|
"type": "false | TablePaginationConfig",
|
|
12217
12235
|
"required": false,
|
|
@@ -12594,7 +12612,7 @@
|
|
|
12594
12612
|
"verifiedBy": "typescript"
|
|
12595
12613
|
},
|
|
12596
12614
|
"sorter": {
|
|
12597
|
-
"type": "boolean | CompareFn<K> |
|
|
12615
|
+
"type": "boolean | CompareFn<K> | ColumnSorter<K>",
|
|
12598
12616
|
"required": false,
|
|
12599
12617
|
"description": "",
|
|
12600
12618
|
"verifiedBy": "typescript"
|
|
@@ -12737,6 +12755,12 @@
|
|
|
12737
12755
|
"description": "",
|
|
12738
12756
|
"verifiedBy": "typescript"
|
|
12739
12757
|
},
|
|
12758
|
+
"key": {
|
|
12759
|
+
"type": "React.Key",
|
|
12760
|
+
"required": false,
|
|
12761
|
+
"description": "",
|
|
12762
|
+
"verifiedBy": "typescript"
|
|
12763
|
+
},
|
|
12740
12764
|
"dataIndex": {
|
|
12741
12765
|
"type": "DataIndex<K>",
|
|
12742
12766
|
"required": false,
|
|
@@ -12791,12 +12815,6 @@
|
|
|
12791
12815
|
"description": "",
|
|
12792
12816
|
"verifiedBy": "typescript"
|
|
12793
12817
|
},
|
|
12794
|
-
"key": {
|
|
12795
|
-
"type": "React.Key",
|
|
12796
|
-
"required": false,
|
|
12797
|
-
"description": "",
|
|
12798
|
-
"verifiedBy": "typescript"
|
|
12799
|
-
},
|
|
12800
12818
|
"onHeaderCell": {
|
|
12801
12819
|
"type": "GetComponentProps<ColumnType<K> | ColumnGroupType<K>>",
|
|
12802
12820
|
"required": false,
|
|
@@ -13435,13 +13453,13 @@
|
|
|
13435
13453
|
"verifiedBy": "typescript"
|
|
13436
13454
|
},
|
|
13437
13455
|
"classNames": {
|
|
13438
|
-
"type": "
|
|
13456
|
+
"type": "DeepClassNameType<{ title?: string; content?: string; } & DeepClassNameType<{ root?: string; container?: string; arrow?: string; }> & { icon?: string; }> | ((info: { props: PopconfirmProps; }) => DeepClassNameType<{ title?: string; content?: string; } & DeepClassNameType<{ root?: string; container?: string; arrow?: string; }> & { icon?: string; }>)",
|
|
13439
13457
|
"required": false,
|
|
13440
13458
|
"description": "",
|
|
13441
13459
|
"verifiedBy": "typescript"
|
|
13442
13460
|
},
|
|
13443
13461
|
"styles": {
|
|
13444
|
-
"type": "
|
|
13462
|
+
"type": "DeepStylesType<{ title?: React.CSSProperties; content?: React.CSSProperties; } & DeepStylesType<{ root?: React.CSSProperties; container?: React.CSSProperties; arrow?: React.CSSProperties; }> & { icon?: React.CSSProperties; }> | ((info: { props: PopconfirmProps; }) => DeepStylesType<{ title?: React.CSSProperties; content?: React.CSSProperties; } & DeepStylesType<{ root?: React.CSSProperties; container?: React.CSSProperties; arrow?: React.CSSProperties; }> & { icon?: React.CSSProperties; }>)",
|
|
13445
13463
|
"required": false,
|
|
13446
13464
|
"description": "",
|
|
13447
13465
|
"verifiedBy": "typescript"
|
|
@@ -13655,6 +13673,12 @@
|
|
|
13655
13673
|
"required": false,
|
|
13656
13674
|
"description": "Configures Tooltip to reuse the background for transition usage.\nThis is an experimental API and may not be stable.",
|
|
13657
13675
|
"verifiedBy": "typescript"
|
|
13676
|
+
},
|
|
13677
|
+
"key": {
|
|
13678
|
+
"type": "Key",
|
|
13679
|
+
"required": false,
|
|
13680
|
+
"description": "",
|
|
13681
|
+
"verifiedBy": "typescript"
|
|
13658
13682
|
}
|
|
13659
13683
|
}
|
|
13660
13684
|
},
|
|
@@ -13730,13 +13754,13 @@
|
|
|
13730
13754
|
"verifiedBy": "typescript"
|
|
13731
13755
|
},
|
|
13732
13756
|
"classNames": {
|
|
13733
|
-
"type": "
|
|
13757
|
+
"type": "(DeepClassNameType<{ root?: string; prefix?: string; suffix?: string; input?: string; placeholder?: string; content?: string; item?: string; itemContent?: string; itemRemove?: string; clear?: string; popup?: { root?: string; listItem?: string; list?: string; }; }> | ((info: { props: SelectProps<any, DefaultOptionType>; }) => DeepClassNameType<{ root?: string; prefix?: string; suffix?: string; input?: string; placeholder?: string; content?: string; item?: string; itemContent?: string; itemRemove?: string; clear?: string; popup?: { root?: string; listItem?: string; list?: string; }; }>)) & (DeepClassNameType<{ root?: string; prefix?: string; suffix?: string; clear?: string; input?: string; count?: string; }> | ((info: { props: InputProps; }) => DeepClassNameType<{ root?: string; prefix?: string; suffix?: string; clear?: string; input?: string; count?: string; }>))",
|
|
13734
13758
|
"required": false,
|
|
13735
13759
|
"description": "",
|
|
13736
13760
|
"verifiedBy": "typescript"
|
|
13737
13761
|
},
|
|
13738
13762
|
"styles": {
|
|
13739
|
-
"type": "
|
|
13763
|
+
"type": "(DeepStylesType<{ root?: React.CSSProperties; prefix?: React.CSSProperties; suffix?: React.CSSProperties; input?: React.CSSProperties; placeholder?: React.CSSProperties; content?: React.CSSProperties; item?: React.CSSProperties; itemContent?: React.CSSProperties; itemRemove?: React.CSSProperties; clear?: React.CSSProperties; popup?: { root?: React.CSSProperties; listItem?: React.CSSProperties; list?: React.CSSProperties; }; }> | ((info: { props: SelectProps<any, DefaultOptionType>; }) => DeepStylesType<{ root?: React.CSSProperties; prefix?: React.CSSProperties; suffix?: React.CSSProperties; input?: React.CSSProperties; placeholder?: React.CSSProperties; content?: React.CSSProperties; item?: React.CSSProperties; itemContent?: React.CSSProperties; itemRemove?: React.CSSProperties; clear?: React.CSSProperties; popup?: { root?: React.CSSProperties; listItem?: React.CSSProperties; list?: React.CSSProperties; }; }>)) & (DeepStylesType<{ root?: React.CSSProperties; prefix?: React.CSSProperties; suffix?: React.CSSProperties; clear?: React.CSSProperties; input?: React.CSSProperties; count?: React.CSSProperties; }> | ((info: { props: InputProps; }) => DeepStylesType<{ root?: React.CSSProperties; prefix?: React.CSSProperties; suffix?: React.CSSProperties; clear?: React.CSSProperties; input?: React.CSSProperties; count?: React.CSSProperties; }>))",
|
|
13740
13764
|
"required": false,
|
|
13741
13765
|
"description": "",
|
|
13742
13766
|
"verifiedBy": "typescript"
|
|
@@ -15691,6 +15715,12 @@
|
|
|
15691
15715
|
"description": "",
|
|
15692
15716
|
"verifiedBy": "typescript"
|
|
15693
15717
|
},
|
|
15718
|
+
"tagRender": {
|
|
15719
|
+
"type": "(props: CustomTagProps) => React.ReactElement",
|
|
15720
|
+
"required": false,
|
|
15721
|
+
"description": "",
|
|
15722
|
+
"verifiedBy": "typescript"
|
|
15723
|
+
},
|
|
15694
15724
|
"suffixIcon": {
|
|
15695
15725
|
"type": "React.ReactNode",
|
|
15696
15726
|
"required": false,
|
|
@@ -15698,7 +15728,13 @@
|
|
|
15698
15728
|
"verifiedBy": "typescript"
|
|
15699
15729
|
},
|
|
15700
15730
|
"allowClear": {
|
|
15701
|
-
"type": "(boolean | { clearIcon?: React.ReactNode; }) & (boolean | { clearIcon?: React.ReactNode; })",
|
|
15731
|
+
"type": "(boolean | { clearIcon?: React.ReactNode; }) & (boolean | { disabled?: boolean; clearIcon?: React.ReactNode; })",
|
|
15732
|
+
"required": false,
|
|
15733
|
+
"description": "",
|
|
15734
|
+
"verifiedBy": "typescript"
|
|
15735
|
+
},
|
|
15736
|
+
"onClear": {
|
|
15737
|
+
"type": "(() => void) & (() => void)",
|
|
15702
15738
|
"required": false,
|
|
15703
15739
|
"description": "",
|
|
15704
15740
|
"verifiedBy": "typescript"
|
|
@@ -15777,13 +15813,7 @@
|
|
|
15777
15813
|
"verifiedBy": "typescript"
|
|
15778
15814
|
},
|
|
15779
15815
|
"showSearch": {
|
|
15780
|
-
"type": "boolean | SearchConfig<DefaultOptionType>",
|
|
15781
|
-
"required": false,
|
|
15782
|
-
"description": "",
|
|
15783
|
-
"verifiedBy": "typescript"
|
|
15784
|
-
},
|
|
15785
|
-
"tagRender": {
|
|
15786
|
-
"type": "(props: CustomTagProps) => React.ReactElement",
|
|
15816
|
+
"type": "boolean | (SearchConfig<DefaultOptionType> & { searchIcon?: React.ReactNode; })",
|
|
15787
15817
|
"required": false,
|
|
15788
15818
|
"description": "",
|
|
15789
15819
|
"verifiedBy": "typescript"
|
|
@@ -15800,12 +15830,6 @@
|
|
|
15800
15830
|
"description": "",
|
|
15801
15831
|
"verifiedBy": "typescript"
|
|
15802
15832
|
},
|
|
15803
|
-
"onClear": {
|
|
15804
|
-
"type": "(() => void) & (() => void)",
|
|
15805
|
-
"required": false,
|
|
15806
|
-
"description": "",
|
|
15807
|
-
"verifiedBy": "typescript"
|
|
15808
|
-
},
|
|
15809
15833
|
"showScrollBar": {
|
|
15810
15834
|
"type": "boolean | \"optional\"",
|
|
15811
15835
|
"required": false,
|
|
@@ -15837,7 +15861,7 @@
|
|
|
15837
15861
|
"verifiedBy": "typescript"
|
|
15838
15862
|
},
|
|
15839
15863
|
"tokenSeparators": {
|
|
15840
|
-
"type": "string[]",
|
|
15864
|
+
"type": "string[] | ((input: string) => string[])",
|
|
15841
15865
|
"required": false,
|
|
15842
15866
|
"description": "",
|
|
15843
15867
|
"verifiedBy": "typescript"
|
|
@@ -15962,6 +15986,12 @@
|
|
|
15962
15986
|
"description": "是否将选项的label包装到value中\n会将Select的value类型从string变为{value: string, label: ReactNode}格式",
|
|
15963
15987
|
"verifiedBy": "typescript"
|
|
15964
15988
|
},
|
|
15989
|
+
"loadingIcon": {
|
|
15990
|
+
"type": "React.ReactNode",
|
|
15991
|
+
"required": false,
|
|
15992
|
+
"description": "",
|
|
15993
|
+
"verifiedBy": "typescript"
|
|
15994
|
+
},
|
|
15965
15995
|
"onPressEnter": {
|
|
15966
15996
|
"type": "KeyboardEventHandler<HTMLInputElement>",
|
|
15967
15997
|
"required": false,
|
|
@@ -16022,18 +16052,18 @@
|
|
|
16022
16052
|
"description": "是否启用tooltip提示",
|
|
16023
16053
|
"verifiedBy": "typescript"
|
|
16024
16054
|
},
|
|
16025
|
-
"mode": {
|
|
16026
|
-
"type": "\"input\" | \"select\"",
|
|
16027
|
-
"required": false,
|
|
16028
|
-
"description": "展示形式",
|
|
16029
|
-
"verifiedBy": "typescript"
|
|
16030
|
-
},
|
|
16031
16055
|
"ref": {
|
|
16032
16056
|
"type": "React.MutableRefObject<any>",
|
|
16033
16057
|
"required": false,
|
|
16034
16058
|
"description": "组件引用",
|
|
16035
16059
|
"verifiedBy": "typescript"
|
|
16036
16060
|
},
|
|
16061
|
+
"mode": {
|
|
16062
|
+
"type": "\"input\" | \"select\"",
|
|
16063
|
+
"required": false,
|
|
16064
|
+
"description": "展示形式",
|
|
16065
|
+
"verifiedBy": "typescript"
|
|
16066
|
+
},
|
|
16037
16067
|
"onFormat": {
|
|
16038
16068
|
"type": "(value: any) => string",
|
|
16039
16069
|
"required": false,
|
|
@@ -16738,13 +16768,13 @@
|
|
|
16738
16768
|
"verifiedBy": "typescript"
|
|
16739
16769
|
},
|
|
16740
16770
|
"classNames": {
|
|
16741
|
-
"type": "
|
|
16771
|
+
"type": "DeepClassNameType<{ root?: string; icon?: string; content?: string; }> | ((info: { props: BaseButtonProps; }) => DeepClassNameType<{ root?: string; icon?: string; content?: string; }>)",
|
|
16742
16772
|
"required": false,
|
|
16743
16773
|
"description": "",
|
|
16744
16774
|
"verifiedBy": "typescript"
|
|
16745
16775
|
},
|
|
16746
16776
|
"styles": {
|
|
16747
|
-
"type": "
|
|
16777
|
+
"type": "DeepStylesType<{ root?: React.CSSProperties; icon?: React.CSSProperties; content?: React.CSSProperties; }> | ((info: { props: BaseButtonProps; }) => DeepStylesType<{ root?: React.CSSProperties; icon?: React.CSSProperties; content?: React.CSSProperties; }>)",
|
|
16748
16778
|
"required": false,
|
|
16749
16779
|
"description": "",
|
|
16750
16780
|
"verifiedBy": "typescript"
|
|
@@ -18604,13 +18634,13 @@
|
|
|
18604
18634
|
"verifiedBy": "typescript"
|
|
18605
18635
|
},
|
|
18606
18636
|
"content": {
|
|
18607
|
-
"type": "
|
|
18637
|
+
"type": "WatermarkContent | WatermarkContent[]",
|
|
18608
18638
|
"required": false,
|
|
18609
18639
|
"description": "",
|
|
18610
18640
|
"verifiedBy": "typescript"
|
|
18611
18641
|
},
|
|
18612
18642
|
"font": {
|
|
18613
|
-
"type": "
|
|
18643
|
+
"type": "WatermarkFont",
|
|
18614
18644
|
"required": false,
|
|
18615
18645
|
"description": "",
|
|
18616
18646
|
"verifiedBy": "typescript"
|