@covalent/dynamic-forms
Advanced tools
Comparing version 4.1.3 to 4.1.4
@@ -1,4 +0,3 @@ | ||
import { OnInit, SimpleChanges, OnChanges, TemplateRef, ChangeDetectorRef, Type } from '@angular/core'; | ||
import { OnInit, SimpleChanges, OnChanges, TemplateRef, ChangeDetectorRef, Type, Injector } from '@angular/core'; | ||
import { ViewContainerRef } from '@angular/core'; | ||
import { ComponentFactoryResolver } from '@angular/core'; | ||
import { AbstractControl } from '@angular/forms'; | ||
@@ -28,3 +27,3 @@ import { CdkPortal } from '@angular/cdk/portal'; | ||
export declare class TdDynamicElementComponent extends _TdDynamicElementMixinBase implements IControlValueAccessor, OnInit, OnChanges { | ||
private _componentFactoryResolver; | ||
private _injector; | ||
private _dynamicFormsService; | ||
@@ -96,3 +95,3 @@ private _instance; | ||
get minAttr(): any; | ||
constructor(_componentFactoryResolver: ComponentFactoryResolver, _dynamicFormsService: TdDynamicFormsService, _changeDetectorRef: ChangeDetectorRef); | ||
constructor(_injector: Injector, _dynamicFormsService: TdDynamicFormsService, _changeDetectorRef: ChangeDetectorRef); | ||
ngOnInit(): void; | ||
@@ -99,0 +98,0 @@ /** |
{ | ||
"name": "@covalent/dynamic-forms", | ||
"version": "4.1.3", | ||
"version": "4.1.4", | ||
"description": "Teradata UI Platform Dynamic Forms Module", | ||
@@ -24,3 +24,3 @@ "keywords": [ | ||
"@angular/core": "^13.2.0", | ||
"@covalent/core": "4.1.3", | ||
"@covalent/core": "4.1.4", | ||
"@angular/router": "^13.2.0", | ||
@@ -27,0 +27,0 @@ "@angular/platform-browser": "^13.2.0", |
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
398038
3032