@symphony-talent/component-library 4.121.0 → 4.123.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/esm2020/lib/atoms/input-text/input-text.component.mjs +5 -3
- package/esm2020/lib/organisms/addition-modal/addition-modal.component.mjs +1 -1
- package/esm2020/lib/organisms/feedback-login-modal/feedback-login-modal.component.mjs +9 -3
- package/esm2020/lib/organisms/feedback-login-modal/feedback-login-modal.model.mjs +1 -1
- package/esm2020/lib/organisms/invoice-area/invoice-area.component.mjs +3 -3
- package/esm2020/lib/pages/advertised-job-postings-list-page/advertised-job-postings-list-page.component.mjs +1 -1
- package/esm2020/lib/pages/events-settings-page/events-settings-page.component.mjs +1 -1
- package/esm2020/lib/pages/job-list-page/job-list-page.component.mjs +1 -1
- package/esm2020/lib/pages/libraries-page/libraries-page.component.mjs +1 -1
- package/esm2020/lib/pages/modals/advance-search-modal/advance-search-modal.component.mjs +1 -1
- package/esm2020/lib/pages/modals/advertise-modal/advertise-modal.component.mjs +1 -1
- package/esm2020/lib/pages/modals/advertised-job-postings-modal/advertised-job-postings-modal.component.mjs +1 -1
- package/esm2020/lib/pages/setting-list-page/setting-list-page.component.mjs +1 -1
- package/esm2020/lib/pages/sms-usage-report-page/sms-usage-report-page.component.mjs +30 -0
- package/esm2020/lib/pages/sms-usage-report-page/sms-usage-report-page.component.model.mjs +2 -0
- package/esm2020/lib/pages/sms-usage-report-page/sms-usage-report-page.module.mjs +58 -0
- package/esm2020/projects/component-library/lib/atoms/input-text/input-text.component.mjs +5 -3
- package/esm2020/projects/component-library/lib/organisms/addition-modal/addition-modal.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/organisms/feedback-login-modal/feedback-login-modal.component.mjs +9 -3
- package/esm2020/projects/component-library/lib/organisms/feedback-login-modal/feedback-login-modal.model.mjs +1 -1
- package/esm2020/projects/component-library/lib/organisms/invoice-area/invoice-area.component.mjs +3 -3
- package/esm2020/projects/component-library/lib/pages/advertised-job-postings-list-page/advertised-job-postings-list-page.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/job-list-page/job-list-page.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/libraries-page/libraries-page.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/modals/advance-search-modal/advance-search-modal.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/modals/advertised-job-postings-modal/advertised-job-postings-modal.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/setting-list-page/setting-list-page.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/sms-usage-report-page/sms-usage-report-page.component.mjs +30 -0
- package/esm2020/projects/component-library/lib/pages/sms-usage-report-page/sms-usage-report-page.component.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/pages/sms-usage-report-page/sms-usage-report-page.module.mjs +58 -0
- package/esm2020/projects/component-library/public-api.mjs +4 -1
- package/esm2020/public-api.mjs +4 -1
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +88 -16
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +88 -16
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +88 -16
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +88 -16
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/atoms/input-text/input-text.component.d.ts +2 -1
- package/lib/organisms/feedback-login-modal/feedback-login-modal.component.d.ts +3 -1
- package/lib/organisms/feedback-login-modal/feedback-login-modal.model.d.ts +4 -0
- package/lib/pages/sms-usage-report-page/sms-usage-report-page.component.d.ts +12 -0
- package/lib/pages/sms-usage-report-page/sms-usage-report-page.component.model.d.ts +11 -0
- package/lib/pages/sms-usage-report-page/sms-usage-report-page.module.d.ts +17 -0
- package/package.json +1 -1
- package/projects/component-library/lib/atoms/input-text/input-text.component.d.ts +2 -1
- package/projects/component-library/lib/organisms/feedback-login-modal/feedback-login-modal.component.d.ts +3 -1
- package/projects/component-library/lib/organisms/feedback-login-modal/feedback-login-modal.model.d.ts +4 -0
- package/projects/component-library/lib/pages/sms-usage-report-page/sms-usage-report-page.component.d.ts +12 -0
- package/projects/component-library/lib/pages/sms-usage-report-page/sms-usage-report-page.component.model.d.ts +11 -0
- package/projects/component-library/lib/pages/sms-usage-report-page/sms-usage-report-page.module.d.ts +17 -0
- package/projects/component-library/public-api.d.ts +3 -0
- package/public-api.d.ts +3 -0
|
@@ -8,6 +8,7 @@ export declare class InputTextComponent implements OnInit, OnDestroy {
|
|
|
8
8
|
isInverse: boolean;
|
|
9
9
|
size: string;
|
|
10
10
|
maxlength: number;
|
|
11
|
+
isDisabled: boolean;
|
|
11
12
|
textChange: EventEmitter<string>;
|
|
12
13
|
textChange$: Subject<string>;
|
|
13
14
|
textChangeSubscription: Subscription;
|
|
@@ -16,5 +17,5 @@ export declare class InputTextComponent implements OnInit, OnDestroy {
|
|
|
16
17
|
ngOnDestroy(): void;
|
|
17
18
|
onTextChange(event: any): void;
|
|
18
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputTextComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InputTextComponent, "symphony-input-text", never, { "placeholder": "placeholder"; "icon": "icon"; "label": "label"; "isInverse": "isInverse"; "size": "size"; "maxlength": "maxlength"; }, { "textChange": "textChange"; }, never, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InputTextComponent, "symphony-input-text", never, { "placeholder": "placeholder"; "icon": "icon"; "label": "label"; "isInverse": "isInverse"; "size": "size"; "maxlength": "maxlength"; "isDisabled": "isDisabled"; }, { "textChange": "textChange"; }, never, never>;
|
|
20
21
|
}
|
|
@@ -6,11 +6,13 @@ export declare class FeedbackLoginModalComponent {
|
|
|
6
6
|
verifyClicked: EventEmitter<string>;
|
|
7
7
|
resendClick: EventEmitter<void>;
|
|
8
8
|
authCodeChange: EventEmitter<string>;
|
|
9
|
+
sendCodeClick: EventEmitter<void>;
|
|
9
10
|
authCode: string;
|
|
10
11
|
constructor();
|
|
11
12
|
onVerifyClick(text: string): void;
|
|
12
13
|
onAuthCodeChange(authCode: string): void;
|
|
13
14
|
onResendClick(): void;
|
|
15
|
+
onSendCodeClick(): void;
|
|
14
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeedbackLoginModalComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FeedbackLoginModalComponent, "symphony-feedback-login-modal", never, { "model": "model"; }, { "verifyClicked": "verifyClicked"; "resendClick": "resendClick"; "authCodeChange": "authCodeChange"; }, never, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FeedbackLoginModalComponent, "symphony-feedback-login-modal", never, { "model": "model"; }, { "verifyClicked": "verifyClicked"; "resendClick": "resendClick"; "authCodeChange": "authCodeChange"; "sendCodeClick": "sendCodeClick"; }, never, never>;
|
|
16
18
|
}
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
export interface FeedbackLoginModel {
|
|
2
2
|
email: string;
|
|
3
|
+
headerDescription: string;
|
|
4
|
+
resendCodeTimerText?: string;
|
|
3
5
|
isVerifyButtonDisabled: boolean;
|
|
4
6
|
isLoading: boolean;
|
|
5
7
|
showApiError: boolean;
|
|
8
|
+
isSendCodeEnabled: boolean;
|
|
9
|
+
isResendCodeEnabled: boolean;
|
|
6
10
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { SmsUsageReportModel } from './sms-usage-report-page.component.model';
|
|
3
|
+
import { SettingDetailNavigationModel } from '../../molecules/settings-detail-navigation-item/settings-detail-navigation-item.model';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class SmsUsageReportPageComponent {
|
|
6
|
+
model: SmsUsageReportModel;
|
|
7
|
+
detailNavigationClicked: EventEmitter<SettingDetailNavigationModel>;
|
|
8
|
+
constructor();
|
|
9
|
+
onDetailNavigationClick(event: SettingDetailNavigationModel): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SmsUsageReportPageComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SmsUsageReportPageComponent, "symphony-sms-usage-report-page", never, { "model": "model"; }, { "detailNavigationClicked": "detailNavigationClicked"; }, never, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { BreadcrumbModel } from '../../molecules/breadcrumb/breadcrumb.model';
|
|
2
|
+
import { SettingDetailNavigationModel } from '../../molecules/settings-detail-navigation-item/settings-detail-navigation-item.model';
|
|
3
|
+
import { InvoiceAreaModel } from '../../organisms/invoice-area/invoice-area.model';
|
|
4
|
+
export interface SmsUsageReportModel {
|
|
5
|
+
pageTitle: string;
|
|
6
|
+
breadcrumbs: BreadcrumbModel[];
|
|
7
|
+
navigationList: SettingDetailNavigationModel[];
|
|
8
|
+
invoiceAreaModel: Partial<InvoiceAreaModel>;
|
|
9
|
+
totalSmsSent: String;
|
|
10
|
+
totalSmsSentAllTime: String;
|
|
11
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./sms-usage-report-page.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../organisms/settings-detail-navigation-list/settings-detail-navigation-list.module";
|
|
5
|
+
import * as i4 from "../../templates/setting-details/setting-details-template.module";
|
|
6
|
+
import * as i5 from "../../molecules/breadcrumb/breadcrumb.module";
|
|
7
|
+
import * as i6 from "../../atoms/h3/h3.module";
|
|
8
|
+
import * as i7 from "../../organisms/invoice-area/invoice-area.module";
|
|
9
|
+
import * as i8 from "../../molecules/invoice-line-item/invoice-line-item.module";
|
|
10
|
+
import * as i9 from "../../atoms/h4/h4.module";
|
|
11
|
+
import * as i10 from "../../atoms/h5/h5.module";
|
|
12
|
+
import * as i11 from "../../atoms/paragraph/paragraph.module";
|
|
13
|
+
export declare class SmsUsageReportPageModule {
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SmsUsageReportPageModule, never>;
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SmsUsageReportPageModule, [typeof i1.SmsUsageReportPageComponent], [typeof i2.CommonModule, typeof i3.SettingsDetailNavigationListModule, typeof i4.SettingDetailsTemplateModule, typeof i5.BreadcrumbModule, typeof i6.H3Module, typeof i7.InvoiceAreaModule, typeof i8.InvoiceLineItemModule, typeof i9.H4Module, typeof i10.H5Module, typeof i11.ParagraphModule], [typeof i1.SmsUsageReportPageComponent]>;
|
|
16
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SmsUsageReportPageModule>;
|
|
17
|
+
}
|
package/package.json
CHANGED
|
@@ -8,6 +8,7 @@ export declare class InputTextComponent implements OnInit, OnDestroy {
|
|
|
8
8
|
isInverse: boolean;
|
|
9
9
|
size: string;
|
|
10
10
|
maxlength: number;
|
|
11
|
+
isDisabled: boolean;
|
|
11
12
|
textChange: EventEmitter<string>;
|
|
12
13
|
textChange$: Subject<string>;
|
|
13
14
|
textChangeSubscription: Subscription;
|
|
@@ -16,5 +17,5 @@ export declare class InputTextComponent implements OnInit, OnDestroy {
|
|
|
16
17
|
ngOnDestroy(): void;
|
|
17
18
|
onTextChange(event: any): void;
|
|
18
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputTextComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InputTextComponent, "symphony-input-text", never, { "placeholder": "placeholder"; "icon": "icon"; "label": "label"; "isInverse": "isInverse"; "size": "size"; "maxlength": "maxlength"; }, { "textChange": "textChange"; }, never, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InputTextComponent, "symphony-input-text", never, { "placeholder": "placeholder"; "icon": "icon"; "label": "label"; "isInverse": "isInverse"; "size": "size"; "maxlength": "maxlength"; "isDisabled": "isDisabled"; }, { "textChange": "textChange"; }, never, never>;
|
|
20
21
|
}
|
|
@@ -6,11 +6,13 @@ export declare class FeedbackLoginModalComponent {
|
|
|
6
6
|
verifyClicked: EventEmitter<string>;
|
|
7
7
|
resendClick: EventEmitter<void>;
|
|
8
8
|
authCodeChange: EventEmitter<string>;
|
|
9
|
+
sendCodeClick: EventEmitter<void>;
|
|
9
10
|
authCode: string;
|
|
10
11
|
constructor();
|
|
11
12
|
onVerifyClick(text: string): void;
|
|
12
13
|
onAuthCodeChange(authCode: string): void;
|
|
13
14
|
onResendClick(): void;
|
|
15
|
+
onSendCodeClick(): void;
|
|
14
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeedbackLoginModalComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FeedbackLoginModalComponent, "symphony-feedback-login-modal", never, { "model": "model"; }, { "verifyClicked": "verifyClicked"; "resendClick": "resendClick"; "authCodeChange": "authCodeChange"; }, never, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FeedbackLoginModalComponent, "symphony-feedback-login-modal", never, { "model": "model"; }, { "verifyClicked": "verifyClicked"; "resendClick": "resendClick"; "authCodeChange": "authCodeChange"; "sendCodeClick": "sendCodeClick"; }, never, never>;
|
|
16
18
|
}
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
export interface FeedbackLoginModel {
|
|
2
2
|
email: string;
|
|
3
|
+
headerDescription: string;
|
|
4
|
+
resendCodeTimerText?: string;
|
|
3
5
|
isVerifyButtonDisabled: boolean;
|
|
4
6
|
isLoading: boolean;
|
|
5
7
|
showApiError: boolean;
|
|
8
|
+
isSendCodeEnabled: boolean;
|
|
9
|
+
isResendCodeEnabled: boolean;
|
|
6
10
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { SmsUsageReportModel } from './sms-usage-report-page.component.model';
|
|
3
|
+
import { SettingDetailNavigationModel } from '../../molecules/settings-detail-navigation-item/settings-detail-navigation-item.model';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class SmsUsageReportPageComponent {
|
|
6
|
+
model: SmsUsageReportModel;
|
|
7
|
+
detailNavigationClicked: EventEmitter<SettingDetailNavigationModel>;
|
|
8
|
+
constructor();
|
|
9
|
+
onDetailNavigationClick(event: SettingDetailNavigationModel): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SmsUsageReportPageComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SmsUsageReportPageComponent, "symphony-sms-usage-report-page", never, { "model": "model"; }, { "detailNavigationClicked": "detailNavigationClicked"; }, never, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { BreadcrumbModel } from '../../molecules/breadcrumb/breadcrumb.model';
|
|
2
|
+
import { SettingDetailNavigationModel } from '../../molecules/settings-detail-navigation-item/settings-detail-navigation-item.model';
|
|
3
|
+
import { InvoiceAreaModel } from '../../organisms/invoice-area/invoice-area.model';
|
|
4
|
+
export interface SmsUsageReportModel {
|
|
5
|
+
pageTitle: string;
|
|
6
|
+
breadcrumbs: BreadcrumbModel[];
|
|
7
|
+
navigationList: SettingDetailNavigationModel[];
|
|
8
|
+
invoiceAreaModel: Partial<InvoiceAreaModel>;
|
|
9
|
+
totalSmsSent: String;
|
|
10
|
+
totalSmsSentAllTime: String;
|
|
11
|
+
}
|
package/projects/component-library/lib/pages/sms-usage-report-page/sms-usage-report-page.module.d.ts
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./sms-usage-report-page.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../organisms/settings-detail-navigation-list/settings-detail-navigation-list.module";
|
|
5
|
+
import * as i4 from "../../templates/setting-details/setting-details-template.module";
|
|
6
|
+
import * as i5 from "../../molecules/breadcrumb/breadcrumb.module";
|
|
7
|
+
import * as i6 from "../../atoms/h3/h3.module";
|
|
8
|
+
import * as i7 from "../../organisms/invoice-area/invoice-area.module";
|
|
9
|
+
import * as i8 from "../../molecules/invoice-line-item/invoice-line-item.module";
|
|
10
|
+
import * as i9 from "../../atoms/h4/h4.module";
|
|
11
|
+
import * as i10 from "../../atoms/h5/h5.module";
|
|
12
|
+
import * as i11 from "../../atoms/paragraph/paragraph.module";
|
|
13
|
+
export declare class SmsUsageReportPageModule {
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SmsUsageReportPageModule, never>;
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SmsUsageReportPageModule, [typeof i1.SmsUsageReportPageComponent], [typeof i2.CommonModule, typeof i3.SettingsDetailNavigationListModule, typeof i4.SettingDetailsTemplateModule, typeof i5.BreadcrumbModule, typeof i6.H3Module, typeof i7.InvoiceAreaModule, typeof i8.InvoiceLineItemModule, typeof i9.H4Module, typeof i10.H5Module, typeof i11.ParagraphModule], [typeof i1.SmsUsageReportPageComponent]>;
|
|
16
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SmsUsageReportPageModule>;
|
|
17
|
+
}
|
|
@@ -298,5 +298,8 @@ export * from './lib/pages/settings-license-management/settings-license-manageme
|
|
|
298
298
|
export * from './lib/pages/settings-license-management/settings-license-management.module';
|
|
299
299
|
export * from './lib/molecules/input-limited-text/input-limited-text.component';
|
|
300
300
|
export * from './lib/molecules/input-limited-text/input-limited-text.module';
|
|
301
|
+
export * from './lib/pages/sms-usage-report-page/sms-usage-report-page.component';
|
|
302
|
+
export * from './lib/pages/sms-usage-report-page/sms-usage-report-page.component.model';
|
|
303
|
+
export * from './lib/pages/sms-usage-report-page/sms-usage-report-page.module';
|
|
301
304
|
export * from './lib/pipe/trim-id.pipe';
|
|
302
305
|
export * from './lib/pipe/pipe.module';
|
package/public-api.d.ts
CHANGED
|
@@ -298,5 +298,8 @@ export * from './lib/pages/settings-license-management/settings-license-manageme
|
|
|
298
298
|
export * from './lib/pages/settings-license-management/settings-license-management.module';
|
|
299
299
|
export * from './lib/molecules/input-limited-text/input-limited-text.component';
|
|
300
300
|
export * from './lib/molecules/input-limited-text/input-limited-text.module';
|
|
301
|
+
export * from './lib/pages/sms-usage-report-page/sms-usage-report-page.component';
|
|
302
|
+
export * from './lib/pages/sms-usage-report-page/sms-usage-report-page.component.model';
|
|
303
|
+
export * from './lib/pages/sms-usage-report-page/sms-usage-report-page.module';
|
|
301
304
|
export * from './lib/pipe/trim-id.pipe';
|
|
302
305
|
export * from './lib/pipe/pipe.module';
|