@nocobase/client 2.0.15 → 2.0.17
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.
|
@@ -32,6 +32,7 @@ export declare class FormBlockModel<T extends DefaultCollectionBlockModelStructu
|
|
|
32
32
|
FormAssociationFieldGroupModel: string;
|
|
33
33
|
};
|
|
34
34
|
customModelClasses: CustomFormBlockModelClassesEnum;
|
|
35
|
+
private syncRuntimeAssignRules;
|
|
35
36
|
renderConfigureActions(): React.JSX.Element;
|
|
36
37
|
setFieldsValue(values: any): void;
|
|
37
38
|
setFieldValue(fieldName: any, value: any): void;
|
|
@@ -83,6 +83,8 @@ export declare class RuleEngine {
|
|
|
83
83
|
private getUpdateAssociationForTargetPath;
|
|
84
84
|
private getDefaultRuleId;
|
|
85
85
|
private getModelTargetNamePath;
|
|
86
|
+
private getAssignTemplateTargetPathForModel;
|
|
87
|
+
private hasAssignTemplateForTargetPath;
|
|
86
88
|
private tryRegisterDefaultRuleInstance;
|
|
87
89
|
private getModelTargetPath;
|
|
88
90
|
private getAssignRuleInstanceId;
|