cps-ui-kit 17.31.0 → 17.32.0
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OnInit, OnChanges, EventEmitter, SimpleChanges, ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
3
|
import { CpsButtonToggleOption } from '../cps-button-toggle/cps-button-toggle.component';
|
|
4
4
|
import { CpsTime } from '../cps-timepicker/cps-timepicker.component';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
@@ -117,10 +117,10 @@ export declare class CpsSchedulerComponent implements OnInit, OnChanges {
|
|
|
117
117
|
value: string;
|
|
118
118
|
}[];
|
|
119
119
|
state: any;
|
|
120
|
-
form:
|
|
120
|
+
form: FormGroup;
|
|
121
121
|
private _isDirty;
|
|
122
122
|
private _minutesDefault;
|
|
123
|
-
constructor(_fb:
|
|
123
|
+
constructor(_fb: FormBuilder, _cdr: ChangeDetectorRef);
|
|
124
124
|
ngOnInit(): void;
|
|
125
125
|
ngOnChanges(changes: SimpleChanges): void;
|
|
126
126
|
setActiveScheduleType(value: string): void;
|