ls-pro-common 3.0.70 → 3.0.71
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.
|
@@ -34,7 +34,7 @@ export declare type InputTableProps = ProFormItemProps<InputProps> & {
|
|
|
34
34
|
/** @name 填充其它表单项目配置 */
|
|
35
35
|
fillMap?: Record<string, string>;
|
|
36
36
|
/** @name 输入后检查数据的触发方式,默认为entry回车触发 */
|
|
37
|
-
triggerCheck?: 'entry' | 'blur';
|
|
37
|
+
triggerCheck?: 'entry' | 'blur' | 'none';
|
|
38
38
|
/** @name 每次展示面板时都加载数据,接合 tableConfig里的 manualRequest 一起使用 */
|
|
39
39
|
loadOnShow?: boolean;
|
|
40
40
|
placement?: TooltipPlacement;
|
|
@@ -91,7 +91,7 @@ declare const InputTable: React.ForwardRefExoticComponent<{
|
|
|
91
91
|
/** @name 填充其它表单项目配置 */
|
|
92
92
|
fillMap?: Record<string, string> | undefined;
|
|
93
93
|
/** @name 输入后检查数据的触发方式,默认为entry回车触发 */
|
|
94
|
-
triggerCheck?: "entry" | "blur" | undefined;
|
|
94
|
+
triggerCheck?: "none" | "entry" | "blur" | undefined;
|
|
95
95
|
/** @name 每次展示面板时都加载数据,接合 tableConfig里的 manualRequest 一起使用 */
|
|
96
96
|
loadOnShow?: boolean | undefined;
|
|
97
97
|
placement?: TooltipPlacement | undefined;
|
|
@@ -34,7 +34,7 @@ export declare type InputTableProps = ProFormItemProps<InputProps> & {
|
|
|
34
34
|
/** @name 填充其它表单项目配置 */
|
|
35
35
|
fillMap?: Record<string, string>;
|
|
36
36
|
/** @name 输入后检查数据的触发方式,默认为entry回车触发 */
|
|
37
|
-
triggerCheck?: 'entry' | 'blur';
|
|
37
|
+
triggerCheck?: 'entry' | 'blur' | 'none';
|
|
38
38
|
/** @name 每次展示面板时都加载数据,接合 tableConfig里的 manualRequest 一起使用 */
|
|
39
39
|
loadOnShow?: boolean;
|
|
40
40
|
placement?: TooltipPlacement;
|
|
@@ -91,7 +91,7 @@ declare const InputTable: React.ForwardRefExoticComponent<{
|
|
|
91
91
|
/** @name 填充其它表单项目配置 */
|
|
92
92
|
fillMap?: Record<string, string> | undefined;
|
|
93
93
|
/** @name 输入后检查数据的触发方式,默认为entry回车触发 */
|
|
94
|
-
triggerCheck?: "entry" | "blur" | undefined;
|
|
94
|
+
triggerCheck?: "none" | "entry" | "blur" | undefined;
|
|
95
95
|
/** @name 每次展示面板时都加载数据,接合 tableConfig里的 manualRequest 一起使用 */
|
|
96
96
|
loadOnShow?: boolean | undefined;
|
|
97
97
|
placement?: TooltipPlacement | undefined;
|