@carefirst/library 4.8.1 → 5.0.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.
- package/fesm2022/carefirst-library.mjs +1264 -508
- package/fesm2022/carefirst-library.mjs.map +1 -1
- package/index.d.ts +1045 -2
- package/package.json +5 -7
- package/public/interfaces/carefirst.shared.interfaces.ts +6 -5
- package/public/styles/app.scss +5 -3
- package/public/styles/font.scss +4 -2
- package/public/styles/index.scss +6 -6
- package/esm2022/carefirst-library.mjs +0 -2
- package/esm2022/lib/components/alert/alert.component.mjs +0 -55
- package/esm2022/lib/components/badge/badge.component.mjs +0 -49
- package/esm2022/lib/components/button/button.component.mjs +0 -101
- package/esm2022/lib/components/calendar/calendar.component.mjs +0 -39
- package/esm2022/lib/components/chat-bubble/chat-bubble.component.mjs +0 -38
- package/esm2022/lib/components/form-input/form-input.component.mjs +0 -101
- package/esm2022/lib/components/form-input-currency/form-input-currency.component.mjs +0 -82
- package/esm2022/lib/components/form-input-search/form-input-search.component.mjs +0 -67
- package/esm2022/lib/components/form-input-select/form-input-select.component.mjs +0 -49
- package/esm2022/lib/components/form-input-string-date/form-input-string-date.component.mjs +0 -84
- package/esm2022/lib/components/form-input-text-area/form-input-text-area.component.mjs +0 -64
- package/esm2022/lib/components/form-validation/form-validation.component.mjs +0 -23
- package/esm2022/lib/components/icon/icon.component.mjs +0 -38
- package/esm2022/lib/components/logo/logo.component.mjs +0 -26
- package/esm2022/lib/components/mix-p/mix-p.component.mjs +0 -41
- package/esm2022/lib/components/notification/notification.component.mjs +0 -49
- package/esm2022/lib/components/page/page.component.mjs +0 -69
- package/esm2022/lib/components/spacer/spacer.component.mjs +0 -30
- package/esm2022/lib/components/spinner/spinner.component.mjs +0 -19
- package/esm2022/lib/components/verification-code/verification-code.component.mjs +0 -150
- package/esm2022/lib/directives/button-loader.directive.mjs +0 -41
- package/esm2022/lib/interfaces/alert.interface.mjs +0 -2
- package/esm2022/lib/interfaces/badge.interface.mjs +0 -15
- package/esm2022/lib/interfaces/icon.interface.mjs +0 -79
- package/esm2022/lib/interfaces/input.interface.mjs +0 -2
- package/esm2022/lib/interfaces/internal.interface.mjs +0 -7
- package/esm2022/lib/interfaces/notification.interface.mjs +0 -2
- package/esm2022/lib/interfaces/spacer.interface.mjs +0 -2
- package/esm2022/lib/interfaces/verification-code.interface.mjs +0 -3
- package/esm2022/lib/library.module.mjs +0 -125
- package/esm2022/lib/utils/attribute.util.mjs +0 -34
- package/esm2022/lib/utils/form-validators-utility.mjs +0 -169
- package/esm2022/public-api.mjs +0 -31
- package/lib/components/alert/alert.component.d.ts +0 -18
- package/lib/components/badge/badge.component.d.ts +0 -20
- package/lib/components/button/button.component.d.ts +0 -35
- package/lib/components/calendar/calendar.component.d.ts +0 -15
- package/lib/components/chat-bubble/chat-bubble.component.d.ts +0 -15
- package/lib/components/form-input/form-input.component.d.ts +0 -36
- package/lib/components/form-input-currency/form-input-currency.component.d.ts +0 -25
- package/lib/components/form-input-search/form-input-search.component.d.ts +0 -26
- package/lib/components/form-input-select/form-input-select.component.d.ts +0 -22
- package/lib/components/form-input-string-date/form-input-string-date.component.d.ts +0 -24
- package/lib/components/form-input-text-area/form-input-text-area.component.d.ts +0 -28
- package/lib/components/form-validation/form-validation.component.d.ts +0 -10
- package/lib/components/icon/icon.component.d.ts +0 -16
- package/lib/components/logo/logo.component.d.ts +0 -11
- package/lib/components/mix-p/mix-p.component.d.ts +0 -16
- package/lib/components/notification/notification.component.d.ts +0 -16
- package/lib/components/page/page.component.d.ts +0 -28
- package/lib/components/spacer/spacer.component.d.ts +0 -14
- package/lib/components/spinner/spinner.component.d.ts +0 -9
- package/lib/components/verification-code/verification-code.component.d.ts +0 -35
- package/lib/directives/button-loader.directive.d.ts +0 -12
- package/lib/interfaces/alert.interface.d.ts +0 -18
- package/lib/interfaces/badge.interface.d.ts +0 -2
- package/lib/interfaces/icon.interface.d.ts +0 -4
- package/lib/interfaces/input.interface.d.ts +0 -4
- package/lib/interfaces/internal.interface.d.ts +0 -6
- package/lib/interfaces/notification.interface.d.ts +0 -14
- package/lib/interfaces/spacer.interface.d.ts +0 -3
- package/lib/interfaces/verification-code.interface.d.ts +0 -12
- package/lib/library.module.d.ts +0 -30
- package/lib/utils/attribute.util.d.ts +0 -4
- package/lib/utils/form-validators-utility.d.ts +0 -10
- package/public-api.d.ts +0 -30
package/lib/library.module.d.ts
DELETED
@@ -1,30 +0,0 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "./components/page/page.component";
|
3
|
-
import * as i2 from "./components/button/button.component";
|
4
|
-
import * as i3 from "./components/spacer/spacer.component";
|
5
|
-
import * as i4 from "./components/icon/icon.component";
|
6
|
-
import * as i5 from "./directives/button-loader.directive";
|
7
|
-
import * as i6 from "./components/notification/notification.component";
|
8
|
-
import * as i7 from "./components/alert/alert.component";
|
9
|
-
import * as i8 from "./components/logo/logo.component";
|
10
|
-
import * as i9 from "./components/calendar/calendar.component";
|
11
|
-
import * as i10 from "./components/form-validation/form-validation.component";
|
12
|
-
import * as i11 from "./components/form-input/form-input.component";
|
13
|
-
import * as i12 from "./components/form-input-currency/form-input-currency.component";
|
14
|
-
import * as i13 from "./components/form-input-select/form-input-select.component";
|
15
|
-
import * as i14 from "./components/form-input-string-date/form-input-string-date.component";
|
16
|
-
import * as i15 from "./components/form-input-text-area/form-input-text-area.component";
|
17
|
-
import * as i16 from "./components/form-input-search/form-input-search.component";
|
18
|
-
import * as i17 from "./components/chat-bubble/chat-bubble.component";
|
19
|
-
import * as i18 from "./components/badge/badge.component";
|
20
|
-
import * as i19 from "./components/spinner/spinner.component";
|
21
|
-
import * as i20 from "./components/verification-code/verification-code.component";
|
22
|
-
import * as i21 from "./components/mix-p/mix-p.component";
|
23
|
-
import * as i22 from "@ionic/angular";
|
24
|
-
import * as i23 from "@angular/common";
|
25
|
-
import * as i24 from "@angular/forms";
|
26
|
-
export declare class CareFirstLibraryModule {
|
27
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CareFirstLibraryModule, never>;
|
28
|
-
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.FormInputCurrencyComponent, typeof i13.FormInputSelectComponent, typeof i14.FormInputStringDateComponent, typeof i15.FormInputTextAreaComponent, typeof i16.FormInputSearchComponent, typeof i17.ChatBubbleComponent, typeof i18.BadgeComponent, typeof i19.SpinnerComponent, typeof i20.VerificationCodeComponent, typeof i21.MixPComponent], [typeof i22.IonicModule, typeof i23.CommonModule, typeof i24.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.FormInputCurrencyComponent, typeof i13.FormInputSelectComponent, typeof i14.FormInputStringDateComponent, typeof i15.FormInputTextAreaComponent, typeof i16.FormInputSearchComponent, typeof i17.ChatBubbleComponent, typeof i18.BadgeComponent, typeof i19.SpinnerComponent, typeof i20.VerificationCodeComponent, typeof i21.MixPComponent]>;
|
29
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<CareFirstLibraryModule>;
|
30
|
-
}
|
@@ -1,4 +0,0 @@
|
|
1
|
-
import type { SimpleChanges } from '@angular/core';
|
2
|
-
export declare function checkTruthAttribute(changes: SimpleChanges, attribute: string, curVal: boolean): boolean;
|
3
|
-
export declare function validateStringValue<T>(changes: SimpleChanges, attribute: string, options: T[], curVal: T | undefined): T | undefined;
|
4
|
-
export declare function validateNumberValue(changes: SimpleChanges, attribute: string, curVal: number | undefined): number | undefined;
|
@@ -1,10 +0,0 @@
|
|
1
|
-
import type { ValidatorFn } from '@angular/forms';
|
2
|
-
export declare class CFPFormValidators {
|
3
|
-
static compareTo(controlNameToCheckAgainst: string): ValidatorFn;
|
4
|
-
static asPassword(): ValidatorFn;
|
5
|
-
static asEmail(canBeEmpty?: true): ValidatorFn;
|
6
|
-
static isIn(list: (string | number)[]): ValidatorFn;
|
7
|
-
static isSAIDNumber(canBeEmpty?: true): ValidatorFn;
|
8
|
-
static isValidDate(minDate: string | null, maxDate?: string | null): ValidatorFn;
|
9
|
-
static isValidCellNumber(dialCodes?: string[]): ValidatorFn;
|
10
|
-
}
|
package/public-api.d.ts
DELETED
@@ -1,30 +0,0 @@
|
|
1
|
-
export * from './lib/library.module';
|
2
|
-
export * from './lib/directives/button-loader.directive';
|
3
|
-
export * from './lib/utils/form-validators-utility';
|
4
|
-
export * from './lib/components/alert/alert.component';
|
5
|
-
export * from './lib/components/page/page.component';
|
6
|
-
export * from './lib/components/button/button.component';
|
7
|
-
export * from './lib/components/spacer/spacer.component';
|
8
|
-
export * from './lib/components/icon/icon.component';
|
9
|
-
export * from './lib/components/notification/notification.component';
|
10
|
-
export * from './lib/components/logo/logo.component';
|
11
|
-
export * from './lib/components/calendar/calendar.component';
|
12
|
-
export * from './lib/components/form-validation/form-validation.component';
|
13
|
-
export * from './lib/components/form-input/form-input.component';
|
14
|
-
export * from './lib/components/form-input-currency/form-input-currency.component';
|
15
|
-
export * from './lib/components/form-input-string-date/form-input-string-date.component';
|
16
|
-
export * from './lib/components/form-input-select/form-input-select.component';
|
17
|
-
export * from './lib/components/form-input-text-area/form-input-text-area.component';
|
18
|
-
export * from './lib/components/form-input-search/form-input-search.component';
|
19
|
-
export * from './lib/components/chat-bubble/chat-bubble.component';
|
20
|
-
export * from './lib/components/badge/badge.component';
|
21
|
-
export * from './lib/components/spinner/spinner.component';
|
22
|
-
export * from './lib/components/verification-code/verification-code.component';
|
23
|
-
export * from './lib/components/mix-p/mix-p.component';
|
24
|
-
export * as CFAlertI from './lib/interfaces/alert.interface';
|
25
|
-
export * as CFIconI from './lib/interfaces/icon.interface';
|
26
|
-
export * as CFSpacerI from './lib/interfaces/spacer.interface';
|
27
|
-
export * as CFNotificationI from './lib/interfaces/notification.interface';
|
28
|
-
export * as CFInputI from './lib/interfaces/input.interface';
|
29
|
-
export * as CFCodeInputI from './lib/interfaces/verification-code.interface';
|
30
|
-
export * as CFBadgeI from './lib/interfaces/badge.interface';
|