Socket
Socket
Sign inDemoInstall

@elemental-concept/dynamic-form

Package Overview
Dependencies
Maintainers
3
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elemental-concept/dynamic-form - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1-snapshot1

0

index.d.ts

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import { EventEmitter, OnInit, ViewContainerRef } from '@angular/core';

export * from './dynamic-form/dynamic-form.component';

@@ -0,0 +0,0 @@ import * as i0 from "@angular/core";

@@ -0,0 +0,0 @@ import { ComponentFactoryResolver, Injector } from '@angular/core';

2

lib/services/dynamic-form-factory/dynamic-form-validators.d.ts

@@ -6,2 +6,4 @@ import { ValidatorFn } from '@angular/forms';

static patternList(patterns: DynamicFormValidatorPattern[]): ValidatorFn;
static moreThanDate(field: string): ValidatorFn;
static lessThanDate(field: string): ValidatorFn;
}
export * from './dynamic-form-factory/dynamic-form-factory.service';
export * from './dynamic-form-factory/dynamic-form-validators';
export * from './translation-filter/translation-filter.service';

@@ -0,0 +0,0 @@ import { Observable } from 'rxjs';

export declare const baseInputTypes: string[];

@@ -0,0 +0,0 @@ import { Type } from '@angular/core';

@@ -0,0 +0,0 @@ import { AbstractControl, ControlValueAccessor, UntypedFormGroup } from '@angular/forms';

@@ -0,0 +0,0 @@ export interface DynamicFormElementOption {

@@ -0,0 +0,0 @@ export interface DynamicFormElementRelationshipCommon {

@@ -0,0 +0,0 @@ import { DynamicFormElementOption } from './dynamic-form-element-option.types';

export interface DynamicFormErrors {
[key: string]: string;
}

@@ -39,2 +39,10 @@ export interface DynamicFormValidatorMin {

}
export declare type DynamicFormValidator = DynamicFormValidatorMin | DynamicFormValidatorMinLength | DynamicFormValidatorMax | DynamicFormValidatorMaxLength | DynamicFormValidatorRequired | DynamicFormValidatorRequiredTrue | DynamicFormValidatorEmail | DynamicFormValidatorPattern | DynamicFormValidatorPatternList | DynamicFormValidatorEqualTo;
export interface DynamicFormValidatorMoreThanDate {
type: 'moreThanDate';
field: string;
}
export interface DynamicFormValidatorLessThanDate {
type: 'lessThanDate';
field: string;
}
export declare type DynamicFormValidator = DynamicFormValidatorMin | DynamicFormValidatorMinLength | DynamicFormValidatorMax | DynamicFormValidatorMaxLength | DynamicFormValidatorRequired | DynamicFormValidatorRequiredTrue | DynamicFormValidatorEmail | DynamicFormValidatorPattern | DynamicFormValidatorPatternList | DynamicFormValidatorEqualTo | DynamicFormValidatorMoreThanDate | DynamicFormValidatorLessThanDate;

@@ -0,0 +0,0 @@ import { DynamicFormElement } from './dynamic-form-element.types';

@@ -0,0 +0,0 @@ import { ComponentRef, InjectionToken } from '@angular/core';

@@ -0,0 +0,0 @@ export * from './base-input.types';

2

package.json
{
"name": "@elemental-concept/dynamic-form",
"version": "1.3.0",
"version": "1.3.1-snapshot1",
"description": "This library generates Angular `FormGroup` and related DOM from a specified JSON configuration.",

@@ -5,0 +5,0 @@ "repository": {

@@ -0,0 +0,0 @@ export * from './lib/components';

@@ -0,0 +0,0 @@ # Dynamic Form

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

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

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

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

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