@lhncbc/ngx-schema-form
Advanced tools
Comparing version 2.11.0-forked1 to 2.11.0-forked2
@@ -15,3 +15,12 @@ import { FormProperty, PropertyGroup } from './formproperty'; | ||
constructor(schemaValidatorFactory: SchemaValidatorFactory, validatorRegistry: ValidatorRegistry, propertyBindingRegistry: PropertyBindingRegistry, expressionCompilerFactory: ExpressionCompilerFactory, logger: LogService); | ||
createProperty(schema: ISchema, parent?: PropertyGroup, propertyId?: string, value?: any): FormProperty; | ||
/** | ||
* Create form property, based on schema, path, and value. | ||
* @param schema - Schema of the field to create the form property. | ||
* @param parent - FormProperty instance of the parent. | ||
* @param propertyId - Field name. | ||
* @param value - Value of the field. | ||
* @param additionalProperty - A flag to indicate additionalProperty. Defaults | ||
* to false. | ||
*/ | ||
createProperty(schema: ISchema, parent?: PropertyGroup, propertyId?: string, value?: any, additionalProperty?: boolean): FormProperty; | ||
private isUnionType; | ||
@@ -18,0 +27,0 @@ private isValidNullableUnionType; |
{ | ||
"name": "@lhncbc/ngx-schema-form", | ||
"version": "2.11.0-forked1", | ||
"version": "2.11.0-forked2", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
914249
128
8221