tickera-angular-components 0.0.1-dev.78 → 0.0.1-dev.79
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.
package/index.d.ts
CHANGED
|
@@ -2505,7 +2505,8 @@ declare class FormEditorComponent implements ControlValueAccessor, OnInit, OnDes
|
|
|
2505
2505
|
onChange: any;
|
|
2506
2506
|
onTouched: any;
|
|
2507
2507
|
private subscription;
|
|
2508
|
-
|
|
2508
|
+
isBrowser: boolean;
|
|
2509
|
+
constructor(ngControl: NgControl, transloco: TranslocoService, platformId: object);
|
|
2509
2510
|
ngOnInit(): void;
|
|
2510
2511
|
ngOnDestroy(): void;
|
|
2511
2512
|
writeValue(value: any): void;
|
|
@@ -2516,7 +2517,7 @@ declare class FormEditorComponent implements ControlValueAccessor, OnInit, OnDes
|
|
|
2516
2517
|
get showError(): boolean;
|
|
2517
2518
|
get errorMessage(): string;
|
|
2518
2519
|
get fieldGroupClasses(): string;
|
|
2519
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormEditorComponent, [{ optional: true; self: true; }, null]>;
|
|
2520
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormEditorComponent, [{ optional: true; self: true; }, null, null]>;
|
|
2520
2521
|
static ɵcmp: i0.ɵɵComponentDeclaration<FormEditorComponent, "form-editor", never, { "label": { "alias": "label"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "toolbar": { "alias": "toolbar"; "required": false; }; "fieldGroupClass": { "alias": "fieldGroupClass"; "required": false; }; }, {}, never, never, true, never>;
|
|
2521
2522
|
}
|
|
2522
2523
|
|