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 { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
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: UntypedFormGroup;
120
+ form: FormGroup;
121
121
  private _isDirty;
122
122
  private _minutesDefault;
123
- constructor(_fb: UntypedFormBuilder, _cdr: ChangeDetectorRef);
123
+ constructor(_fb: FormBuilder, _cdr: ChangeDetectorRef);
124
124
  ngOnInit(): void;
125
125
  ngOnChanges(changes: SimpleChanges): void;
126
126
  setActiveScheduleType(value: string): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cps-ui-kit",
3
- "version": "17.31.0",
3
+ "version": "17.32.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0",