@ieeesa-npm/presentation 0.25.9 → 0.26.1

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.
@@ -14,7 +14,7 @@ import { SelectOpenedState } from '../../models/select-opened-state.model';
14
14
  import { RadioOption } from '../../models/radio-option.model';
15
15
  import { IconButton } from '../../models/icon-button.model';
16
16
  import { AutoCompleteOption } from '../../models/autocomplete-option.model';
17
- import { FileUploadStatus } from '@presentation/models/file-upload-status.model';
17
+ import { FileUploadStatus } from '../../models/file-upload-status.model';
18
18
  import * as i0 from "@angular/core";
19
19
  /**
20
20
  * Creates a reactive form dynamically based on the passed form field configuration and handles the form events.
@@ -6,7 +6,7 @@ import { ConfirmationModalData } from '../../models/confirmation-modal-data.mode
6
6
  import { Subject } from 'rxjs';
7
7
  import { FormGroup } from '@angular/forms';
8
8
  import { EventsAndMeetingRouteConfig, UserPermission } from '@ieeesa-npm/shared';
9
- import { DynamicProperties } from '@presentation/models/dynamic-properties.model';
9
+ import { DynamicProperties } from '../../models/dynamic-properties.model';
10
10
  import * as i0 from "@angular/core";
11
11
  export declare class TabsComponent implements OnInit, OnDestroy {
12
12
  dialog: MatDialog;
@@ -12,7 +12,7 @@ import { SelectOpenedState } from '../../models/select-opened-state.model';
12
12
  import { RadioOption } from '../../models/radio-option.model';
13
13
  import { IconButton } from '../../models/icon-button.model';
14
14
  import { AutoCompleteOption } from '../../models/autocomplete-option.model';
15
- import { FileUploadStatus } from '@presentation/models/file-upload-status.model';
15
+ import { FileUploadStatus } from '../../models/file-upload-status.model';
16
16
  import * as i0 from "@angular/core";
17
17
  /**
18
18
  * Provides the implementation of DynamicFormFieldDirective which hosts and creates the form fields components dynamically.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ieeesa-npm/presentation",
3
- "version": "0.25.9",
3
+ "version": "0.26.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0",