Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lhncbc/ngx-schema-form

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lhncbc/ngx-schema-form - npm Package Compare versions

Comparing version 2.11.0-forked1 to 2.11.0-forked2

esm2022/lib/model/additionalproperty.mjs

11

lib/model/formpropertyfactory.d.ts

@@ -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;

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc