@carefirst/library 3.2.6 → 3.2.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (25) hide show
  1. package/esm2022/lib/components/alert/alert.component.mjs +6 -6
  2. package/esm2022/lib/components/badge/badge.component.mjs +7 -6
  3. package/esm2022/lib/components/button/button.component.mjs +10 -9
  4. package/esm2022/lib/components/calendar/calendar.component.mjs +5 -4
  5. package/esm2022/lib/components/chat-bubble/chat-bubble.component.mjs +4 -4
  6. package/esm2022/lib/components/form-input/form-input.component.mjs +9 -8
  7. package/esm2022/lib/components/form-input-select/form-input-select.component.mjs +8 -7
  8. package/esm2022/lib/components/form-input-text-area/form-input-text-area.component.mjs +8 -7
  9. package/esm2022/lib/components/form-validation/form-validation.component.mjs +4 -4
  10. package/esm2022/lib/components/icon/icon.component.mjs +4 -4
  11. package/esm2022/lib/components/logo/logo.component.mjs +4 -4
  12. package/esm2022/lib/components/mix-p/mix-p.component.mjs +4 -4
  13. package/esm2022/lib/components/notification/notification.component.mjs +6 -6
  14. package/esm2022/lib/components/page/page.component.mjs +6 -5
  15. package/esm2022/lib/components/spacer/spacer.component.mjs +4 -4
  16. package/esm2022/lib/components/spinner/spinner.component.mjs +4 -4
  17. package/esm2022/lib/components/verification-code/verification-code.component.mjs +6 -6
  18. package/esm2022/lib/directives/button-loader.directive.mjs +7 -7
  19. package/esm2022/lib/library.module.mjs +8 -13
  20. package/fesm2022/carefirst-library.mjs +69 -74
  21. package/fesm2022/carefirst-library.mjs.map +1 -1
  22. package/lib/components/alert/alert.component.d.ts +1 -1
  23. package/lib/components/verification-code/verification-code.component.d.ts +1 -1
  24. package/lib/library.module.d.ts +4 -4
  25. package/package.json +3 -3
@@ -1,5 +1,5 @@
1
1
  import { type OnChanges, type SimpleChanges, EventEmitter } from '@angular/core';
2
- import { AlertController } from '@ionic/angular/standalone';
2
+ import { AlertController } from '@ionic/angular';
3
3
  import type { AlertDataI, AlertEventI } from '../../interfaces/alert.interface';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class AlertComponent implements OnChanges {
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter, type OnChanges, type SimpleChanges } from '@angular/core';
2
2
  import type { BehaviorSubject, Subscription } from 'rxjs';
3
- import type { InputCustomEvent, IonInput } from '@ionic/angular/standalone';
3
+ import type { InputCustomEvent, IonInput } from '@ionic/angular';
4
4
  import type { CfCodeInputUserFeedbackMessagesI, CfCodeInputVerificationStatusesT } from '../../interfaces/verification-code.interface';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class VerificationCodeComponent implements OnChanges {
@@ -17,11 +17,11 @@ import * as i15 from "./components/badge/badge.component";
17
17
  import * as i16 from "./components/spinner/spinner.component";
18
18
  import * as i17 from "./components/verification-code/verification-code.component";
19
19
  import * as i18 from "./components/mix-p/mix-p.component";
20
- import * as i19 from "@angular/common";
21
- import * as i20 from "@angular/forms";
22
- import * as i21 from "@ionic/angular/standalone";
20
+ import * as i19 from "@ionic/angular";
21
+ import * as i20 from "@angular/common";
22
+ import * as i21 from "@angular/forms";
23
23
  export declare class CareFirstLibraryModule {
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<CareFirstLibraryModule, never>;
25
- static ɵmod: i0.ɵɵNgModuleDeclaration<CareFirstLibraryModule, [typeof i1.PageComponent, typeof i2.ButtonComponent, typeof i3.SpacerComponent, typeof i4.IconComponent, typeof i5.ButtonLoaderDirective, typeof i6.NotificationComponent, typeof i7.AlertComponent, typeof i8.LogoComponent, typeof i9.CalendarComponent, typeof i10.FormValidationComponent, typeof i11.FormInputComponent, typeof i12.FormInputSelectComponent, typeof i13.FormInputTextAreaComponent, typeof i14.ChatBubbleComponent, typeof i15.BadgeComponent, typeof i16.SpinnerComponent, typeof i17.VerificationCodeComponent, typeof i18.MixPComponent], [typeof i19.CommonModule, typeof i20.ReactiveFormsModule, typeof i21.IonRadio, typeof i21.IonRadioGroup, typeof i21.IonGrid, typeof i21.IonRow, typeof i21.IonCol, typeof i21.IonCard], [typeof i21.IonRadio, typeof i21.IonRadioGroup, typeof i21.IonGrid, typeof i21.IonRow, typeof i21.IonCol, typeof i21.IonCard, typeof i20.ReactiveFormsModule, typeof i1.PageComponent, typeof i2.ButtonComponent, typeof i3.SpacerComponent, typeof i4.IconComponent, typeof i5.ButtonLoaderDirective, typeof i6.NotificationComponent, typeof i7.AlertComponent, typeof i8.LogoComponent, typeof i9.CalendarComponent, typeof i10.FormValidationComponent, typeof i11.FormInputComponent, typeof i12.FormInputSelectComponent, typeof i13.FormInputTextAreaComponent, typeof i14.ChatBubbleComponent, typeof i15.BadgeComponent, typeof i16.SpinnerComponent, typeof i17.VerificationCodeComponent, typeof i18.MixPComponent]>;
25
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CareFirstLibraryModule, [typeof i1.PageComponent, typeof i2.ButtonComponent, typeof i3.SpacerComponent, typeof i4.IconComponent, typeof i5.ButtonLoaderDirective, typeof i6.NotificationComponent, typeof i7.AlertComponent, typeof i8.LogoComponent, typeof i9.CalendarComponent, typeof i10.FormValidationComponent, typeof i11.FormInputComponent, typeof i12.FormInputSelectComponent, typeof i13.FormInputTextAreaComponent, typeof i14.ChatBubbleComponent, typeof i15.BadgeComponent, typeof i16.SpinnerComponent, typeof i17.VerificationCodeComponent, typeof i18.MixPComponent], [typeof i19.IonicModule, typeof i20.CommonModule, typeof i21.ReactiveFormsModule], [typeof i1.PageComponent, typeof i2.ButtonComponent, typeof i3.SpacerComponent, typeof i4.IconComponent, typeof i5.ButtonLoaderDirective, typeof i6.NotificationComponent, typeof i7.AlertComponent, typeof i8.LogoComponent, typeof i9.CalendarComponent, typeof i10.FormValidationComponent, typeof i11.FormInputComponent, typeof i12.FormInputSelectComponent, typeof i13.FormInputTextAreaComponent, typeof i14.ChatBubbleComponent, typeof i15.BadgeComponent, typeof i16.SpinnerComponent, typeof i17.VerificationCodeComponent, typeof i18.MixPComponent]>;
26
26
  static ɵinj: i0.ɵɵInjectorDeclaration<CareFirstLibraryModule>;
27
27
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@carefirst/library",
3
- "version": "3.2.6",
3
+ "version": "3.2.7",
4
4
  "author": "Jacques Francois Coetzee",
5
5
  "private": false,
6
6
  "peerDependencies": {
7
- "@angular/common": "^17.3.8 || ^18.0.0",
8
- "@angular/core": "^17.3.8 || ^18.0.0",
7
+ "@angular/common": "^17.3.8",
8
+ "@angular/core": "^17.3.8",
9
9
  "@ionic/angular": "^8.1.1",
10
10
  "dayjs": "^1.11.10",
11
11
  "password-validator": "^5.3.0"