@carefirst/library 4.8.0 → 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/esm2022/public-api.mjs
DELETED
@@ -1,31 +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';
|
31
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2NhcmVmaXJzdC9saWJyYXJ5L3NyYy9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQWNBLGNBQWMsc0JBQXNCLENBQUM7QUFFckMsY0FBYywwQ0FBMEMsQ0FBQztBQUV6RCxjQUFjLHFDQUFxQyxDQUFDO0FBRXBELGNBQWMsd0NBQXdDLENBQUM7QUFDdkQsY0FBYyxzQ0FBc0MsQ0FBQztBQUNyRCxjQUFjLDBDQUEwQyxDQUFDO0FBQ3pELGNBQWMsMENBQTBDLENBQUM7QUFDekQsY0FBYyxzQ0FBc0MsQ0FBQztBQUNyRCxjQUFjLHNEQUFzRCxDQUFDO0FBQ3JFLGNBQWMsc0NBQXNDLENBQUM7QUFDckQsY0FBYyw4Q0FBOEMsQ0FBQztBQUM3RCxjQUFjLDREQUE0RCxDQUFDO0FBQzNFLGNBQWMsa0RBQWtELENBQUM7QUFDakUsY0FBYyxvRUFBb0UsQ0FBQztBQUNuRixjQUFjLDBFQUEwRSxDQUFDO0FBQ3pGLGNBQWMsZ0VBQWdFLENBQUM7QUFDL0UsY0FBYyxzRUFBc0UsQ0FBQztBQUNyRixjQUFjLGdFQUFnRSxDQUFDO0FBQy9FLGNBQWMsb0RBQW9ELENBQUM7QUFDbkUsY0FBYyx3Q0FBd0MsQ0FBQztBQUN2RCxjQUFjLDRDQUE0QyxDQUFDO0FBQzNELGNBQWMsZ0VBQWdFLENBQUM7QUFDL0UsY0FBYyx3Q0FBd0MsQ0FBQztBQUV2RCxPQUFPLEtBQUssUUFBUSxNQUFNLGtDQUFrQyxDQUFDO0FBQzdELE9BQU8sS0FBSyxPQUFPLE1BQU0saUNBQWlDLENBQUM7QUFDM0QsT0FBTyxLQUFLLFNBQVMsTUFBTSxtQ0FBbUMsQ0FBQztBQUMvRCxPQUFPLEtBQUssZUFBZSxNQUFNLHlDQUF5QyxDQUFDO0FBQzNFLE9BQU8sS0FBSyxRQUFRLE1BQU0sa0NBQWtDLENBQUM7QUFDN0QsT0FBTyxLQUFLLFlBQVksTUFBTSw4Q0FBOEMsQ0FBQztBQUM3RSxPQUFPLEtBQUssUUFBUSxNQUFNLGtDQUFrQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLypcbiAqIFB1YmxpYyBBUEkgU3VyZmFjZSBvZiBsaWJyYXJ5XG4gKi9cblxuLyo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuPT09PT09PT09PT09PT09PT09PT09IFVTQUdFID09PT09PT09PT09PT09PT09PT09PVxuSW5jbHVkZSBpbiBnbG9iYWwuc2NzczpcbiAgLSBAaW1wb3J0ICcuLi9ub2RlX21vZHVsZXMvQGNhcmVmaXJzdC9saWJyYXJ5L3B1YmxpYy9zdHlsZXMvaW5kZXguc2Nzcyc7XG5BZGQgdG8gYXBwIG1vZHVsZTpcbiAgLSBpbXBvcnQgeyBDYXJlRmlyc3RMaWJyYXJ5TW9kdWxlIH0gZnJvbSAnQGNhcmVmaXJzdC9saWJyYXJ5JztcbiAgLSBBZGQgXCJDYXJlRmlyc3RMaWJyYXJ5TW9kdWxlXCIgdG8gaW1wb3J0c1xuPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0qL1xuXG4vLy0tLSBNb2R1bGVzXG5leHBvcnQgKiBmcm9tICcuL2xpYi9saWJyYXJ5Lm1vZHVsZSc7XG4vLy0tLSBEaXJlY3RpdmVzXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kaXJlY3RpdmVzL2J1dHRvbi1sb2FkZXIuZGlyZWN0aXZlJztcbi8vIC0tLSBVdGlsaXRpZXNcbmV4cG9ydCAqIGZyb20gJy4vbGliL3V0aWxzL2Zvcm0tdmFsaWRhdG9ycy11dGlsaXR5Jztcbi8vLS0tIENvbXBvbmVudHNcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvYWxlcnQvYWxlcnQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvcGFnZS9wYWdlLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2J1dHRvbi9idXR0b24uY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvc3BhY2VyL3NwYWNlci5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9pY29uL2ljb24uY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvbm90aWZpY2F0aW9uL25vdGlmaWNhdGlvbi5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9sb2dvL2xvZ28uY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY2FsZW5kYXIvY2FsZW5kYXIuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZm9ybS12YWxpZGF0aW9uL2Zvcm0tdmFsaWRhdGlvbi5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9mb3JtLWlucHV0L2Zvcm0taW5wdXQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZm9ybS1pbnB1dC1jdXJyZW5jeS9mb3JtLWlucHV0LWN1cnJlbmN5LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2Zvcm0taW5wdXQtc3RyaW5nLWRhdGUvZm9ybS1pbnB1dC1zdHJpbmctZGF0ZS5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9mb3JtLWlucHV0LXNlbGVjdC9mb3JtLWlucHV0LXNlbGVjdC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9mb3JtLWlucHV0LXRleHQtYXJlYS9mb3JtLWlucHV0LXRleHQtYXJlYS5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9mb3JtLWlucHV0LXNlYXJjaC9mb3JtLWlucHV0LXNlYXJjaC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jaGF0LWJ1YmJsZS9jaGF0LWJ1YmJsZS5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9iYWRnZS9iYWRnZS5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9zcGlubmVyL3NwaW5uZXIuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvdmVyaWZpY2F0aW9uLWNvZGUvdmVyaWZpY2F0aW9uLWNvZGUuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvbWl4LXAvbWl4LXAuY29tcG9uZW50Jztcbi8vLS0tIEludGVyZmFjZXNcbmV4cG9ydCAqIGFzIENGQWxlcnRJIGZyb20gJy4vbGliL2ludGVyZmFjZXMvYWxlcnQuaW50ZXJmYWNlJztcbmV4cG9ydCAqIGFzIENGSWNvbkkgZnJvbSAnLi9saWIvaW50ZXJmYWNlcy9pY29uLmludGVyZmFjZSc7XG5leHBvcnQgKiBhcyBDRlNwYWNlckkgZnJvbSAnLi9saWIvaW50ZXJmYWNlcy9zcGFjZXIuaW50ZXJmYWNlJztcbmV4cG9ydCAqIGFzIENGTm90aWZpY2F0aW9uSSBmcm9tICcuL2xpYi9pbnRlcmZhY2VzL25vdGlmaWNhdGlvbi5pbnRlcmZhY2UnO1xuZXhwb3J0ICogYXMgQ0ZJbnB1dEkgZnJvbSAnLi9saWIvaW50ZXJmYWNlcy9pbnB1dC5pbnRlcmZhY2UnO1xuZXhwb3J0ICogYXMgQ0ZDb2RlSW5wdXRJIGZyb20gJy4vbGliL2ludGVyZmFjZXMvdmVyaWZpY2F0aW9uLWNvZGUuaW50ZXJmYWNlJztcbmV4cG9ydCAqIGFzIENGQmFkZ2VJIGZyb20gJy4vbGliL2ludGVyZmFjZXMvYmFkZ2UuaW50ZXJmYWNlJztcbiJdfQ==
|
@@ -1,18 +0,0 @@
|
|
1
|
-
import { type OnChanges, type SimpleChanges, EventEmitter } from '@angular/core';
|
2
|
-
import { FormControl, FormGroup } from '@angular/forms';
|
3
|
-
import type { IonPopover } from '@ionic/angular';
|
4
|
-
import type { AlertDataI, AlertEventI } from '../../interfaces/alert.interface';
|
5
|
-
import * as i0 from "@angular/core";
|
6
|
-
export declare class AlertComponent implements OnChanges {
|
7
|
-
popover?: IonPopover;
|
8
|
-
data: AlertDataI | undefined;
|
9
|
-
alertEvent: EventEmitter<AlertEventI>;
|
10
|
-
customError: string | null;
|
11
|
-
alertForm: FormGroup<{
|
12
|
-
inputTextControl: FormControl<string | null>;
|
13
|
-
}>;
|
14
|
-
ngOnChanges(changes: SimpleChanges): void;
|
15
|
-
handleAlert(status: boolean): void;
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AlertComponent, never>;
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AlertComponent, "cf-alert", never, { "data": { "alias": "data"; "required": false; }; }, { "alertEvent": "alertEvent"; }, never, ["*"], false, never>;
|
18
|
-
}
|
@@ -1,20 +0,0 @@
|
|
1
|
-
import { type OnChanges, type SimpleChanges } from '@angular/core';
|
2
|
-
import { type IconsT } from '../../interfaces/icon.interface';
|
3
|
-
import { type BadgeTypeT } from '../../interfaces/badge.interface';
|
4
|
-
import * as i0 from "@angular/core";
|
5
|
-
export declare class BadgeComponent implements OnChanges {
|
6
|
-
type: BadgeTypeT;
|
7
|
-
icon?: IconsT | undefined;
|
8
|
-
small?: boolean | string | undefined;
|
9
|
-
large?: boolean | string | undefined;
|
10
|
-
stretch?: boolean | string | undefined;
|
11
|
-
inputType: typeof this.type;
|
12
|
-
inputIcon: typeof this.icon | undefined;
|
13
|
-
fontsize: number;
|
14
|
-
inputSmall: boolean;
|
15
|
-
inputLarge: boolean;
|
16
|
-
inputStretch: boolean;
|
17
|
-
ngOnChanges(changes: SimpleChanges): void;
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BadgeComponent, never>;
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BadgeComponent, "cf-badge", never, { "type": { "alias": "type"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "small": { "alias": "small"; "required": false; }; "large": { "alias": "large"; "required": false; }; "stretch": { "alias": "stretch"; "required": false; }; }, {}, never, ["*"], false, never>;
|
20
|
-
}
|
@@ -1,35 +0,0 @@
|
|
1
|
-
import { type SimpleChanges, type OnChanges } from '@angular/core';
|
2
|
-
import { type IconsT } from '../../interfaces/icon.interface';
|
3
|
-
import * as i0 from "@angular/core";
|
4
|
-
export declare class ButtonComponent implements OnChanges {
|
5
|
-
type: 'primary' | 'secondary' | 'tertiary';
|
6
|
-
disabled?: boolean | string | undefined;
|
7
|
-
alert?: boolean | string | undefined;
|
8
|
-
action?: boolean | string | undefined;
|
9
|
-
white?: string | undefined;
|
10
|
-
snug?: boolean | string | undefined;
|
11
|
-
accent?: boolean | string | undefined;
|
12
|
-
fontSize?: 'small' | 'large';
|
13
|
-
iconStart?: IconsT | undefined;
|
14
|
-
iconEnd?: IconsT | undefined;
|
15
|
-
loading?: boolean | string | undefined;
|
16
|
-
loadingText?: string;
|
17
|
-
customColor?: string | undefined;
|
18
|
-
get parentEvents(): string;
|
19
|
-
inputType: typeof this.type;
|
20
|
-
inputFontSize: typeof this.fontSize | undefined;
|
21
|
-
inputDisabled: boolean;
|
22
|
-
inputAlert: boolean;
|
23
|
-
inputAction: boolean;
|
24
|
-
inputSnug: boolean;
|
25
|
-
inputAccent: boolean;
|
26
|
-
inputWhite: boolean;
|
27
|
-
inputIconStart: typeof this.iconStart | undefined;
|
28
|
-
inputIconEnd: typeof this.iconEnd | undefined;
|
29
|
-
inputLoading: boolean;
|
30
|
-
inputCustomColor: string;
|
31
|
-
ngOnChanges(changes: SimpleChanges): void;
|
32
|
-
checkCustomColor(color: string): string;
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "cf-btn", never, { "type": { "alias": "type"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "alert": { "alias": "alert"; "required": false; }; "action": { "alias": "action"; "required": false; }; "white": { "alias": "white"; "required": false; }; "snug": { "alias": "snug"; "required": false; }; "accent": { "alias": "accent"; "required": false; }; "fontSize": { "alias": "fontSize"; "required": false; }; "iconStart": { "alias": "iconStart"; "required": false; }; "iconEnd": { "alias": "iconEnd"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "loadingText": { "alias": "loadingText"; "required": false; }; "customColor": { "alias": "customColor"; "required": false; }; }, {}, never, ["*"], false, never>;
|
35
|
-
}
|
@@ -1,15 +0,0 @@
|
|
1
|
-
import { EventEmitter, type OnChanges, type SimpleChanges } from '@angular/core';
|
2
|
-
import * as i0 from "@angular/core";
|
3
|
-
export declare class CalendarComponent implements OnChanges {
|
4
|
-
displayTime?: boolean | string | undefined;
|
5
|
-
color?: 'success' | 'accent';
|
6
|
-
min?: string | undefined;
|
7
|
-
max?: string | undefined;
|
8
|
-
value: EventEmitter<string>;
|
9
|
-
inputTime: boolean;
|
10
|
-
inputColor: typeof this.color;
|
11
|
-
ngOnChanges(changes: SimpleChanges): void;
|
12
|
-
setValue(value: string | string[] | null | undefined): void;
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarComponent, never>;
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarComponent, "cf-calendar", never, { "displayTime": { "alias": "displayTime"; "required": false; }; "color": { "alias": "color"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; }, { "value": "value"; }, never, never, false, never>;
|
15
|
-
}
|
@@ -1,15 +0,0 @@
|
|
1
|
-
import { type OnChanges, type SimpleChanges } from '@angular/core';
|
2
|
-
import * as i0 from "@angular/core";
|
3
|
-
export declare class ChatBubbleComponent implements OnChanges {
|
4
|
-
type: 'outgoing' | 'incoming';
|
5
|
-
date: string;
|
6
|
-
message: string;
|
7
|
-
darkMode?: string | boolean | undefined;
|
8
|
-
inputType: typeof this.type;
|
9
|
-
inputDate: typeof this.date;
|
10
|
-
inputMessage: typeof this.message;
|
11
|
-
inputDarkMode: boolean;
|
12
|
-
ngOnChanges(changes: SimpleChanges): void;
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ChatBubbleComponent, never>;
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChatBubbleComponent, "cf-chat-bubble", never, { "type": { "alias": "type"; "required": false; }; "date": { "alias": "date"; "required": false; }; "message": { "alias": "message"; "required": false; }; "darkMode": { "alias": "darkMode"; "required": false; }; }, {}, never, never, false, never>;
|
15
|
-
}
|
@@ -1,36 +0,0 @@
|
|
1
|
-
import { type OnChanges, type SimpleChanges, EventEmitter } from '@angular/core';
|
2
|
-
import { FormControl } from '@angular/forms';
|
3
|
-
import { inputsC } from '../../interfaces/internal.interface';
|
4
|
-
import * as i0 from "@angular/core";
|
5
|
-
export declare class FormInputComponent implements OnChanges {
|
6
|
-
label: string;
|
7
|
-
min: string | number | undefined;
|
8
|
-
max: string | number | undefined;
|
9
|
-
labelPlacement?: (typeof inputsC.labelPlacement)[number];
|
10
|
-
placeholder?: string | undefined;
|
11
|
-
inputmode?: (typeof inputsC.inputMode)[number];
|
12
|
-
autoCapitalize?: (typeof inputsC.autoCapitalize)[number];
|
13
|
-
type?: (typeof inputsC.type)[number];
|
14
|
-
noClearButton?: boolean | string | undefined;
|
15
|
-
control?: FormControl | null;
|
16
|
-
textCenter?: boolean | string | undefined;
|
17
|
-
maxLength?: number | string;
|
18
|
-
greyBackground?: boolean | string | undefined;
|
19
|
-
customErrorMessage: string | null;
|
20
|
-
value: string | undefined;
|
21
|
-
valueChange: EventEmitter<string | undefined>;
|
22
|
-
inputLabelPlacement: typeof this.labelPlacement;
|
23
|
-
localInputMode: typeof this.inputmode;
|
24
|
-
inputClear: boolean;
|
25
|
-
inputTextCenter: boolean;
|
26
|
-
inputType: typeof this.type;
|
27
|
-
inputAutoCapitalize: typeof this.autoCapitalize;
|
28
|
-
inputGreyBackground: boolean;
|
29
|
-
showPassword: boolean;
|
30
|
-
dateValidatorMin: string | null;
|
31
|
-
dateValidatorMax: string | null;
|
32
|
-
ngOnChanges(changes: SimpleChanges): void;
|
33
|
-
togglePasswordShow(): void;
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormInputComponent, never>;
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormInputComponent, "cf-form-input", never, { "label": { "alias": "label"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "labelPlacement": { "alias": "labelPlacement"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "inputmode": { "alias": "inputmode"; "required": false; }; "autoCapitalize": { "alias": "autoCapitalize"; "required": false; }; "type": { "alias": "type"; "required": false; }; "noClearButton": { "alias": "noClearButton"; "required": false; }; "control": { "alias": "control"; "required": false; }; "textCenter": { "alias": "textCenter"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "greyBackground": { "alias": "greyBackground"; "required": false; }; "customErrorMessage": { "alias": "customErrorMessage"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
|
36
|
-
}
|
@@ -1,25 +0,0 @@
|
|
1
|
-
import { type OnChanges, type SimpleChanges, EventEmitter } from '@angular/core';
|
2
|
-
import { FormControl } from '@angular/forms';
|
3
|
-
import type { IonInput } from '@ionic/angular';
|
4
|
-
import { inputsC } from '../../interfaces/internal.interface';
|
5
|
-
import * as i0 from "@angular/core";
|
6
|
-
export declare class FormInputCurrencyComponent implements OnChanges {
|
7
|
-
currencyTextInput?: IonInput;
|
8
|
-
label: string;
|
9
|
-
labelPlacement?: (typeof inputsC.labelPlacement)[number];
|
10
|
-
placeholder?: string;
|
11
|
-
noClearButton?: boolean | string | undefined;
|
12
|
-
control?: FormControl | null;
|
13
|
-
customErrorMessage: string | null;
|
14
|
-
currency?: string;
|
15
|
-
showCurrency: boolean;
|
16
|
-
value: string | undefined;
|
17
|
-
valueChange: EventEmitter<string | undefined>;
|
18
|
-
inputLabelPlacement: typeof this.labelPlacement;
|
19
|
-
inputClear: boolean;
|
20
|
-
inputShowCurrency: boolean;
|
21
|
-
ngOnChanges(changes: SimpleChanges): void;
|
22
|
-
checkValue(event: CustomEvent): void;
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormInputCurrencyComponent, never>;
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormInputCurrencyComponent, "cf-form-input-currency", never, { "label": { "alias": "label"; "required": false; }; "labelPlacement": { "alias": "labelPlacement"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "noClearButton": { "alias": "noClearButton"; "required": false; }; "control": { "alias": "control"; "required": false; }; "customErrorMessage": { "alias": "customErrorMessage"; "required": false; }; "currency": { "alias": "currency"; "required": false; }; "showCurrency": { "alias": "showCurrency"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
|
25
|
-
}
|
@@ -1,26 +0,0 @@
|
|
1
|
-
import { type SimpleChanges, type OnChanges, EventEmitter } from '@angular/core';
|
2
|
-
import type { FormControl } from '@angular/forms';
|
3
|
-
import { inputsC } from '../../interfaces/internal.interface';
|
4
|
-
import * as i0 from "@angular/core";
|
5
|
-
export declare class FormInputSearchComponent implements OnChanges {
|
6
|
-
label: string;
|
7
|
-
labelPlacement?: (typeof inputsC.labelPlacement)[number];
|
8
|
-
placeholder?: string | undefined;
|
9
|
-
autoCapitalize?: (typeof inputsC.autoCapitalize)[number];
|
10
|
-
clearButton?: boolean | string | undefined;
|
11
|
-
control?: FormControl | null;
|
12
|
-
textCenter?: boolean | string | undefined;
|
13
|
-
customErrorMessage: string | null;
|
14
|
-
debounce?: number | undefined;
|
15
|
-
searchButtonTrigger: EventEmitter<string | undefined>;
|
16
|
-
value: string | undefined;
|
17
|
-
valueChange: EventEmitter<string | undefined>;
|
18
|
-
inputLabelPlacement: typeof this.labelPlacement;
|
19
|
-
inputClear: boolean;
|
20
|
-
inputTextCenter: boolean;
|
21
|
-
inputAutoCapitalize: typeof this.autoCapitalize;
|
22
|
-
showPassword: boolean;
|
23
|
-
ngOnChanges(changes: SimpleChanges): void;
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormInputSearchComponent, never>;
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormInputSearchComponent, "cf-form-input-search", never, { "label": { "alias": "label"; "required": false; }; "labelPlacement": { "alias": "labelPlacement"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "autoCapitalize": { "alias": "autoCapitalize"; "required": false; }; "clearButton": { "alias": "clearButton"; "required": false; }; "control": { "alias": "control"; "required": false; }; "textCenter": { "alias": "textCenter"; "required": false; }; "customErrorMessage": { "alias": "customErrorMessage"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "searchButtonTrigger": "searchButtonTrigger"; "valueChange": "valueChange"; }, never, never, false, never>;
|
26
|
-
}
|
@@ -1,22 +0,0 @@
|
|
1
|
-
import { EventEmitter, type OnChanges, type SimpleChanges } from '@angular/core';
|
2
|
-
import { FormControl } from '@angular/forms';
|
3
|
-
import type { FormInputSelectOptionsI } from '../../interfaces/input.interface';
|
4
|
-
import * as i0 from "@angular/core";
|
5
|
-
declare const inputSelectC: {
|
6
|
-
readonly labelPlacement: readonly ["fixed", "floating", "stacked", "start", "end"];
|
7
|
-
};
|
8
|
-
export declare class FormInputSelectComponent<T, Q extends T> implements OnChanges {
|
9
|
-
label: string;
|
10
|
-
options: FormInputSelectOptionsI<T>[];
|
11
|
-
labelPlacement?: (typeof inputSelectC.labelPlacement)[number];
|
12
|
-
placeholder?: string | undefined;
|
13
|
-
control?: FormControl | null;
|
14
|
-
customErrorMessage: string | null;
|
15
|
-
value: Q | undefined;
|
16
|
-
valueChange: EventEmitter<Q | undefined>;
|
17
|
-
inputLabelPlacement: typeof this.labelPlacement;
|
18
|
-
ngOnChanges(changes: SimpleChanges): void;
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormInputSelectComponent<any, any>, never>;
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormInputSelectComponent<any, any>, "cf-form-input-select", never, { "label": { "alias": "label"; "required": false; }; "options": { "alias": "options"; "required": false; }; "labelPlacement": { "alias": "labelPlacement"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "control": { "alias": "control"; "required": false; }; "customErrorMessage": { "alias": "customErrorMessage"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
|
21
|
-
}
|
22
|
-
export {};
|
@@ -1,24 +0,0 @@
|
|
1
|
-
import { type OnChanges, type SimpleChanges, EventEmitter } from '@angular/core';
|
2
|
-
import { FormControl } from '@angular/forms';
|
3
|
-
import type { IonInput } from '@ionic/angular';
|
4
|
-
import { inputsC } from '../../interfaces/internal.interface';
|
5
|
-
import * as i0 from "@angular/core";
|
6
|
-
export declare class FormInputStringDateComponent implements OnChanges {
|
7
|
-
dateTextInput?: IonInput;
|
8
|
-
label: string;
|
9
|
-
minDate: string | Date | undefined;
|
10
|
-
maxDate: string | Date | undefined;
|
11
|
-
labelPlacement?: (typeof inputsC.labelPlacement)[number];
|
12
|
-
placeholder?: string;
|
13
|
-
noClearButton?: boolean | string | undefined;
|
14
|
-
control?: FormControl | null;
|
15
|
-
customErrorMessage: string | null;
|
16
|
-
value: string | undefined;
|
17
|
-
valueChange: EventEmitter<string | undefined>;
|
18
|
-
inputLabelPlacement: typeof this.labelPlacement;
|
19
|
-
inputClear: boolean;
|
20
|
-
ngOnChanges(changes: SimpleChanges): void;
|
21
|
-
formatDate(event: CustomEvent): void;
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormInputStringDateComponent, never>;
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormInputStringDateComponent, "cf-form-input-string-date", never, { "label": { "alias": "label"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "labelPlacement": { "alias": "labelPlacement"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "noClearButton": { "alias": "noClearButton"; "required": false; }; "control": { "alias": "control"; "required": false; }; "customErrorMessage": { "alias": "customErrorMessage"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
|
24
|
-
}
|
@@ -1,28 +0,0 @@
|
|
1
|
-
import { EventEmitter, type OnChanges, type SimpleChanges } from '@angular/core';
|
2
|
-
import type { FormControl } from '@angular/forms';
|
3
|
-
import * as i0 from "@angular/core";
|
4
|
-
declare const inputTextAreaC: {
|
5
|
-
readonly labelPlacement: readonly ["fixed", "floating", "stacked", "start", "end"];
|
6
|
-
readonly autoCapitalize: readonly ["off", "none", "on", "sentences", "words", "characters"];
|
7
|
-
};
|
8
|
-
export declare class FormInputTextAreaComponent implements OnChanges {
|
9
|
-
label: string;
|
10
|
-
labelPlacement?: (typeof inputTextAreaC.labelPlacement)[number];
|
11
|
-
placeholder?: string | undefined;
|
12
|
-
autoCapitalize?: (typeof inputTextAreaC.autoCapitalize)[number];
|
13
|
-
control?: FormControl | null;
|
14
|
-
textCenter?: boolean | string | undefined;
|
15
|
-
minHeight?: string | 'none';
|
16
|
-
maxHeight?: string | 'none';
|
17
|
-
customErrorMessage: string | null;
|
18
|
-
value: string | undefined;
|
19
|
-
valueChange: EventEmitter<string | undefined>;
|
20
|
-
inputLabelPlacement: typeof this.labelPlacement;
|
21
|
-
inputClear: boolean;
|
22
|
-
inputTextCenter: boolean;
|
23
|
-
inputAutoCapitalize: typeof this.autoCapitalize;
|
24
|
-
ngOnChanges(changes: SimpleChanges): void;
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormInputTextAreaComponent, never>;
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormInputTextAreaComponent, "cf-form-input-text-area", never, { "label": { "alias": "label"; "required": false; }; "labelPlacement": { "alias": "labelPlacement"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "autoCapitalize": { "alias": "autoCapitalize"; "required": false; }; "control": { "alias": "control"; "required": false; }; "textCenter": { "alias": "textCenter"; "required": false; }; "minHeight": { "alias": "minHeight"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "customErrorMessage": { "alias": "customErrorMessage"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
|
27
|
-
}
|
28
|
-
export {};
|
@@ -1,10 +0,0 @@
|
|
1
|
-
import { type OnChanges, type SimpleChanges } from '@angular/core';
|
2
|
-
import type { FormControl } from '@angular/forms';
|
3
|
-
import * as i0 from "@angular/core";
|
4
|
-
export declare class FormValidationComponent implements OnChanges {
|
5
|
-
control: FormControl | null;
|
6
|
-
customErrorMessage: string | null;
|
7
|
-
ngOnChanges(changes: SimpleChanges): void;
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormValidationComponent, never>;
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormValidationComponent, "cf-form-validation", never, { "control": { "alias": "control"; "required": false; }; "customErrorMessage": { "alias": "customErrorMessage"; "required": false; }; }, {}, never, never, false, never>;
|
10
|
-
}
|
@@ -1,16 +0,0 @@
|
|
1
|
-
import { type OnChanges, type SimpleChanges } from '@angular/core';
|
2
|
-
import { type IconColorT, type IconsT } from '../../interfaces/icon.interface';
|
3
|
-
import * as i0 from "@angular/core";
|
4
|
-
export declare class IconComponent implements OnChanges {
|
5
|
-
icon: IconsT;
|
6
|
-
height?: number;
|
7
|
-
heightMobile?: number;
|
8
|
-
heightDesktop?: number;
|
9
|
-
iconColor?: IconColorT;
|
10
|
-
iconColorCustom?: string;
|
11
|
-
inputIcon: typeof this.icon | undefined;
|
12
|
-
inputColor: typeof this.iconColor | undefined;
|
13
|
-
ngOnChanges(changes: SimpleChanges): void;
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "cf-icon", never, { "icon": { "alias": "icon"; "required": false; }; "height": { "alias": "height"; "required": false; }; "heightMobile": { "alias": "heightMobile"; "required": false; }; "heightDesktop": { "alias": "heightDesktop"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; "iconColorCustom": { "alias": "iconColorCustom"; "required": false; }; }, {}, never, never, false, never>;
|
16
|
-
}
|
@@ -1,11 +0,0 @@
|
|
1
|
-
import { type OnChanges, type SimpleChanges } from '@angular/core';
|
2
|
-
import * as i0 from "@angular/core";
|
3
|
-
export declare class LogoComponent implements OnChanges {
|
4
|
-
type: 'horizontal' | 'vertical';
|
5
|
-
height: number;
|
6
|
-
white?: string | boolean | undefined;
|
7
|
-
inputWhite: boolean;
|
8
|
-
ngOnChanges(changes: SimpleChanges): void;
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LogoComponent, never>;
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LogoComponent, "cf-logo", never, { "type": { "alias": "type"; "required": false; }; "height": { "alias": "height"; "required": false; }; "white": { "alias": "white"; "required": false; }; }, {}, never, never, false, never>;
|
11
|
-
}
|
@@ -1,16 +0,0 @@
|
|
1
|
-
import { type OnChanges, type SimpleChanges, type OnInit } from '@angular/core';
|
2
|
-
import * as i0 from "@angular/core";
|
3
|
-
export declare class MixPComponent implements OnInit, OnChanges {
|
4
|
-
mobile: string;
|
5
|
-
desktop: string;
|
6
|
-
pClass: string;
|
7
|
-
private inputMobile;
|
8
|
-
private inputDesktop;
|
9
|
-
private getScreenWidth;
|
10
|
-
ngOnInit(): void;
|
11
|
-
ngOnChanges(changes: SimpleChanges): void;
|
12
|
-
onWindowResize(): void;
|
13
|
-
updateClass(): void;
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MixPComponent, never>;
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MixPComponent, "cf-mix-p", never, { "mobile": { "alias": "mobile"; "required": false; }; "desktop": { "alias": "desktop"; "required": false; }; }, {}, never, ["*"], false, never>;
|
16
|
-
}
|
@@ -1,16 +0,0 @@
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
2
|
-
import type { OnChanges, SimpleChanges } from '@angular/core';
|
3
|
-
import type { NotificationPayloadI } from '../../interfaces/notification.interface';
|
4
|
-
import * as i0 from "@angular/core";
|
5
|
-
export declare class NotificationComponent implements OnChanges {
|
6
|
-
data: NotificationPayloadI | undefined;
|
7
|
-
dataChange: EventEmitter<NotificationPayloadI | undefined>;
|
8
|
-
buttonClick: EventEmitter<string | number>;
|
9
|
-
closeClick: EventEmitter<string | number>;
|
10
|
-
autoClose: EventEmitter<void>;
|
11
|
-
private autoCloseTimeOut?;
|
12
|
-
ngOnChanges(changes: SimpleChanges): void;
|
13
|
-
private startAutoCloseTimer;
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationComponent, never>;
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationComponent, "cf-notification", never, { "data": { "alias": "data"; "required": false; }; }, { "dataChange": "dataChange"; "buttonClick": "buttonClick"; "closeClick": "closeClick"; "autoClose": "autoClose"; }, never, ["*"], false, never>;
|
16
|
-
}
|
@@ -1,28 +0,0 @@
|
|
1
|
-
import { type OnChanges, type SimpleChanges, EventEmitter } from '@angular/core';
|
2
|
-
import * as i0 from "@angular/core";
|
3
|
-
export declare class PageComponent implements OnChanges {
|
4
|
-
centerH?: boolean | string | undefined;
|
5
|
-
centerV?: boolean | string | undefined;
|
6
|
-
headerInheritanceOff?: boolean | string | undefined;
|
7
|
-
stickyHeaderOff?: boolean | string | undefined;
|
8
|
-
dark?: boolean | string | undefined;
|
9
|
-
noScroll?: boolean | string | undefined;
|
10
|
-
devMode?: boolean | string | undefined;
|
11
|
-
buttonsVertical?: boolean | string | undefined;
|
12
|
-
stickyButtonOn?: boolean | string | undefined;
|
13
|
-
noStickyButtonFade?: boolean | string | undefined;
|
14
|
-
scrollEvent: EventEmitter<CustomEvent<any>>;
|
15
|
-
inputCenterH: boolean;
|
16
|
-
inputCenterV: boolean;
|
17
|
-
inputHeaderInheritanceOff: boolean;
|
18
|
-
inputStickyHeaderOff: boolean;
|
19
|
-
inputDark: boolean;
|
20
|
-
inputNoScroll: boolean;
|
21
|
-
inputDevMode: boolean;
|
22
|
-
inputButtonsVertical: boolean;
|
23
|
-
inputStickyButtonOn: boolean;
|
24
|
-
inputNoStickyButtonFade: boolean;
|
25
|
-
ngOnChanges(changes: SimpleChanges): void;
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PageComponent, never>;
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PageComponent, "cf-page", never, { "centerH": { "alias": "centerH"; "required": false; }; "centerV": { "alias": "centerV"; "required": false; }; "headerInheritanceOff": { "alias": "headerInheritanceOff"; "required": false; }; "stickyHeaderOff": { "alias": "stickyHeaderOff"; "required": false; }; "dark": { "alias": "dark"; "required": false; }; "noScroll": { "alias": "noScroll"; "required": false; }; "devMode": { "alias": "devMode"; "required": false; }; "buttonsVertical": { "alias": "buttonsVertical"; "required": false; }; "stickyButtonOn": { "alias": "stickyButtonOn"; "required": false; }; "noStickyButtonFade": { "alias": "noStickyButtonFade"; "required": false; }; }, { "scrollEvent": "scrollEvent"; }, never, ["[cf-page-header]", "*", "[cf-page-buttons]", "[cf-page-footer]", "[cf-page-sticky-buttons]"], false, never>;
|
28
|
-
}
|
@@ -1,14 +0,0 @@
|
|
1
|
-
import { type OnChanges, type SimpleChanges } from '@angular/core';
|
2
|
-
import type { SpacerNumberT, SpacerStringT } from '../../interfaces/spacer.interface';
|
3
|
-
import * as i0 from "@angular/core";
|
4
|
-
export declare class SpacerComponent implements OnChanges {
|
5
|
-
default?: SpacerStringT | SpacerNumberT | undefined;
|
6
|
-
mobile?: SpacerStringT | SpacerNumberT | undefined;
|
7
|
-
desktop?: SpacerStringT | SpacerNumberT | undefined;
|
8
|
-
inputDefault: number | undefined;
|
9
|
-
inputMobile: number | undefined;
|
10
|
-
inputDesktop: number | undefined;
|
11
|
-
ngOnChanges(changes: SimpleChanges): void;
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SpacerComponent, never>;
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpacerComponent, "cf-spacer", never, { "default": { "alias": "default"; "required": false; }; "mobile": { "alias": "mobile"; "required": false; }; "desktop": { "alias": "desktop"; "required": false; }; }, {}, never, never, false, never>;
|
14
|
-
}
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import { type OnChanges, type SimpleChanges } from '@angular/core';
|
2
|
-
import * as i0 from "@angular/core";
|
3
|
-
export declare class SpinnerComponent implements OnChanges {
|
4
|
-
size: number | string;
|
5
|
-
inputSize: number;
|
6
|
-
ngOnChanges(changes: SimpleChanges): void;
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SpinnerComponent, never>;
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpinnerComponent, "cf-spinner", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, never, false, never>;
|
9
|
-
}
|
@@ -1,35 +0,0 @@
|
|
1
|
-
import { EventEmitter, type OnChanges, type SimpleChanges } from '@angular/core';
|
2
|
-
import type { BehaviorSubject, Subscription } from 'rxjs';
|
3
|
-
import type { InputCustomEvent, IonInput } from '@ionic/angular';
|
4
|
-
import type { CfCodeInputUserFeedbackMessagesI, CfCodeInputVerificationStatusesT } from '../../interfaces/verification-code.interface';
|
5
|
-
import * as i0 from "@angular/core";
|
6
|
-
export declare class VerificationCodeComponent implements OnChanges {
|
7
|
-
valueToVerify: string;
|
8
|
-
status: BehaviorSubject<CfCodeInputVerificationStatusesT>;
|
9
|
-
userFeedbackMessages?: CfCodeInputUserFeedbackMessagesI;
|
10
|
-
outcome: EventEmitter<string>;
|
11
|
-
resendClickEvent: EventEmitter<true>;
|
12
|
-
myInput1?: IonInput;
|
13
|
-
myInput2?: IonInput;
|
14
|
-
myInput3?: IonInput;
|
15
|
-
myInput4?: IonInput;
|
16
|
-
myInput5?: IonInput;
|
17
|
-
validationCodeError: boolean;
|
18
|
-
verificationCodeInputArr: (number | null)[];
|
19
|
-
loading: boolean;
|
20
|
-
commsSentCount: number;
|
21
|
-
commsInputCount: number;
|
22
|
-
commsInputCountExceeded: boolean;
|
23
|
-
validationCode: string | undefined;
|
24
|
-
statusSub$?: Subscription;
|
25
|
-
ionViewDidEnter(): void;
|
26
|
-
ngOnChanges(changes: SimpleChanges): void;
|
27
|
-
resendVerificationCode(): void;
|
28
|
-
formulateAndCheckVerificationCode(event: InputCustomEvent, index: number): void;
|
29
|
-
private resetAllInputFields;
|
30
|
-
private setFocusToNext;
|
31
|
-
private clearCodeInput;
|
32
|
-
ionViewWillLeave(): void;
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<VerificationCodeComponent, never>;
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VerificationCodeComponent, "cf-verification-code", never, { "valueToVerify": { "alias": "valueToVerify"; "required": false; }; "status": { "alias": "status"; "required": false; }; "userFeedbackMessages": { "alias": "userFeedbackMessages"; "required": false; }; }, { "outcome": "outcome"; "resendClickEvent": "resendClickEvent"; }, never, never, false, never>;
|
35
|
-
}
|
@@ -1,12 +0,0 @@
|
|
1
|
-
import { Renderer2, TemplateRef, ViewContainerRef, ElementRef } from '@angular/core';
|
2
|
-
import * as i0 from "@angular/core";
|
3
|
-
export declare class ButtonLoaderDirective {
|
4
|
-
private templateRef;
|
5
|
-
private renderer;
|
6
|
-
private viewContainer;
|
7
|
-
private elementRef;
|
8
|
-
constructor(templateRef: TemplateRef<HTMLElement>, renderer: Renderer2, viewContainer: ViewContainerRef, elementRef: ElementRef<HTMLElement>);
|
9
|
-
set cfButtonLoader(loading: boolean);
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonLoaderDirective, never>;
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ButtonLoaderDirective, "[cfButtonLoader]", never, { "cfButtonLoader": { "alias": "cfButtonLoader"; "required": false; }; }, {}, never, never, false, never>;
|
12
|
-
}
|
@@ -1,18 +0,0 @@
|
|
1
|
-
import type { ValidatorFn } from '@angular/forms';
|
2
|
-
export interface AlertDataI {
|
3
|
-
heading: string;
|
4
|
-
message: string;
|
5
|
-
alertIdentifier: string | number;
|
6
|
-
buttonTrue?: string;
|
7
|
-
buttonFalse?: string | null;
|
8
|
-
input?: {
|
9
|
-
placeholder?: string;
|
10
|
-
validators?: ValidatorFn[];
|
11
|
-
customError?: string;
|
12
|
-
};
|
13
|
-
}
|
14
|
-
export interface AlertEventI {
|
15
|
-
identifier: string | number;
|
16
|
-
status: boolean;
|
17
|
-
inputValue?: string;
|
18
|
-
}
|
@@ -1,4 +0,0 @@
|
|
1
|
-
export declare const iconsC: readonly ["home", "cog", "profile", "scan", "person", "appointment", "clock", "calendar", "email", "phone", "sign-out", "sign-in", "close", "check-mark", "rating-star-blank", "rating-star-filled", "back-arrow", "bell", "lock", "show-password", "hide-password", "circle-check", "circle-alert", "circle-close", "direction-switch", "direction-switch-flat", "direction-switch-block", "chat-bubbles", "phone-down", "mic", "no-mic", "button-forward-arrow", "button-check-box", "social-media-whatsapp", "social-media-facebook", "social-media-linkedin", "social-media-instagram", "social-media-google-mail", "instant-video-service", "instant-telephonic-service", "scheduled-video-service", "scheduled-telephonic-service", "vital-scan-service", "open-back-arrow", "open-forward-arrow", "open-up-arrow", "open-down-arrow", "single-document", "lightning", "microsoft-365", "user-dependent", "plus", "minus", "close-box", "speech-bubble", "camera-switch", "retry", "download", "upload", "upload-document", "print", "search", "flame", "bank-cards", "bank-card", "swipe-bank-card", "coin", "sign-out-curved", "sign-in-curved", "calendar-blank", "wallet", "info", "three-dot-colon", "adjustment", "triangle-alert"];
|
2
|
-
export type IconsT = (typeof iconsC)[number];
|
3
|
-
export declare const iconColorC: readonly ["primary", "secondary", "success", "warning", "error", "white", "accent"];
|
4
|
-
export type IconColorT = (typeof iconColorC)[number];
|
@@ -1,6 +0,0 @@
|
|
1
|
-
export declare const inputsC: {
|
2
|
-
readonly labelPlacement: readonly ["fixed", "floating", "stacked", "start", "end"];
|
3
|
-
readonly inputMode: readonly ["text", "email", "numeric", "tel", "decimal", "url", "search"];
|
4
|
-
readonly autoCapitalize: readonly ["off", "none", "on", "sentences", "words", "characters"];
|
5
|
-
readonly type: readonly ["date", "datetime-local", "email", "month", "number", "password", "search", "tel", "text", "time", "url", "week"];
|
6
|
-
};
|
@@ -1,14 +0,0 @@
|
|
1
|
-
export interface NotificationPayloadI {
|
2
|
-
heading: string;
|
3
|
-
status: 'success' | 'warning' | 'error' | 'accent';
|
4
|
-
message?: string;
|
5
|
-
buttons?: {
|
6
|
-
identifier: string | number;
|
7
|
-
closeButton?: true;
|
8
|
-
actionButton?: {
|
9
|
-
buttonText: string;
|
10
|
-
buttonHeading?: string;
|
11
|
-
};
|
12
|
-
};
|
13
|
-
autoClose?: number;
|
14
|
-
}
|
@@ -1,12 +0,0 @@
|
|
1
|
-
declare const cfCodeInputVerificationStatusesC: readonly ["initial", "invalid", "disabled", "processing"];
|
2
|
-
export type CfCodeInputVerificationStatusesT = (typeof cfCodeInputVerificationStatusesC)[number];
|
3
|
-
export interface CfCodeInputUserFeedbackMessagesI {
|
4
|
-
initial?: string[];
|
5
|
-
standardResend?: string[];
|
6
|
-
limitReached?: string[];
|
7
|
-
error?: {
|
8
|
-
errorMessage?: string[];
|
9
|
-
resend?: string[];
|
10
|
-
};
|
11
|
-
}
|
12
|
-
export {};
|