iptdevs-design-system 3.1.285 → 3.1.288

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.
@@ -38,6 +38,7 @@ export declare class CodFormComponent implements OnChanges, OnDestroy {
38
38
  getCreateCOD(data: any[]): CreateCODRq;
39
39
  getUpdateCOD(data: any[]): IUpdateCODRq;
40
40
  changeStep(step: number): void;
41
+ parseNumber(value: any): number | null;
41
42
  static ɵfac: i0.ɵɵFactoryDeclaration<CodFormComponent, never>;
42
43
  static ɵcmp: i0.ɵɵComponentDeclaration<CodFormComponent, "ipt-cod-form", never, { "dataFromPreviusCodData": "dataFromPreviusCodData"; "courseSelect": "courseSelect"; "isNewCod": "isNewCod"; "editCod": "editCod"; }, { "okCreatedCOD": "okCreatedCOD"; }, never, never, false>;
43
44
  }
@@ -161,7 +161,7 @@ export interface IUpdateCODRq {
161
161
  course_type: string;
162
162
  state: string;
163
163
  academic_plan: string;
164
- code_refers: string;
164
+ code_refers: number | null;
165
165
  paid_level: string;
166
166
  code_cod: string;
167
167
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.285",
3
+ "version": "3.1.288",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",