@symphony-talent/component-library 4.229.0 → 4.231.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/README.md +5 -5
- package/esm2020/lib/pages/modals/invite-candidate-modal/invite-candidate-modal.component.mjs +91 -0
- package/esm2020/lib/pages/modals/invite-candidate-modal/invite-candidate-modal.module.mjs +46 -0
- package/esm2020/projects/component-library/lib/pages/modals/invite-candidate-modal/invite-candidate-modal.component.mjs +91 -0
- package/esm2020/projects/component-library/lib/pages/modals/invite-candidate-modal/invite-candidate-modal.module.mjs +46 -0
- package/esm2020/projects/component-library/public-api.mjs +3 -1
- package/esm2020/public-api.mjs +3 -1
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +120 -1
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +120 -1
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +120 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +120 -1
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/pages/modals/invite-candidate-modal/invite-candidate-modal.component.d.ts +31 -0
- package/lib/pages/modals/invite-candidate-modal/invite-candidate-modal.module.d.ts +14 -0
- package/package.json +64 -2
- package/projects/component-library/lib/pages/modals/invite-candidate-modal/invite-candidate-modal.component.d.ts +31 -0
- package/projects/component-library/lib/pages/modals/invite-candidate-modal/invite-candidate-modal.module.d.ts +14 -0
- package/projects/component-library/public-api.d.ts +2 -0
- package/public-api.d.ts +2 -0
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { CandidateItemModel, CandidateItemSelectionEvent } from '../../../molecules/candidate-item/candidate-item.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class InviteCandidateModalComponent {
|
|
5
|
+
modalTitle: string;
|
|
6
|
+
modalSubtitle: string;
|
|
7
|
+
bodyText: string;
|
|
8
|
+
confirmButtonText: string;
|
|
9
|
+
cancelButtonText: string;
|
|
10
|
+
confirmButtonDisabled: boolean;
|
|
11
|
+
candidates: CandidateItemModel[];
|
|
12
|
+
candidateListMaxHeight: string;
|
|
13
|
+
searchPlaceholder: string;
|
|
14
|
+
noMatchText: string;
|
|
15
|
+
errorText: string;
|
|
16
|
+
isLoading: boolean;
|
|
17
|
+
hasError: boolean;
|
|
18
|
+
showSearch: boolean;
|
|
19
|
+
confirmClicked: EventEmitter<void>;
|
|
20
|
+
cancelClicked: EventEmitter<void>;
|
|
21
|
+
closeButtonClicked: EventEmitter<void>;
|
|
22
|
+
selectionChanged: EventEmitter<CandidateItemSelectionEvent>;
|
|
23
|
+
searchChanged: EventEmitter<string>;
|
|
24
|
+
onConfirm(): void;
|
|
25
|
+
onCancel(): void;
|
|
26
|
+
onCloseButtonClick(): void;
|
|
27
|
+
onSelectionChanged(event: CandidateItemSelectionEvent): void;
|
|
28
|
+
onSearchChanged(value: string): void;
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InviteCandidateModalComponent, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InviteCandidateModalComponent, "symphony-invite-candidate-modal", never, { "modalTitle": "modalTitle"; "modalSubtitle": "modalSubtitle"; "bodyText": "bodyText"; "confirmButtonText": "confirmButtonText"; "cancelButtonText": "cancelButtonText"; "confirmButtonDisabled": "confirmButtonDisabled"; "candidates": "candidates"; "candidateListMaxHeight": "candidateListMaxHeight"; "searchPlaceholder": "searchPlaceholder"; "noMatchText": "noMatchText"; "errorText": "errorText"; "isLoading": "isLoading"; "hasError": "hasError"; "showSearch": "showSearch"; }, { "confirmClicked": "confirmClicked"; "cancelClicked": "cancelClicked"; "closeButtonClicked": "closeButtonClicked"; "selectionChanged": "selectionChanged"; "searchChanged": "searchChanged"; }, never, never>;
|
|
31
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./invite-candidate-modal.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../../templates/modal-templates/two-column-modal-template/two-column-modal-template.module";
|
|
5
|
+
import * as i4 from "../../../atoms/icon/icon.module";
|
|
6
|
+
import * as i5 from "../../../atoms/h4/h4.module";
|
|
7
|
+
import * as i6 from "../../../atoms/paragraph/paragraph.module";
|
|
8
|
+
import * as i7 from "../../../atoms/button-v2/button.module";
|
|
9
|
+
import * as i8 from "../../../organisms/candidate-list/candidate-list.module";
|
|
10
|
+
export declare class InviteCandidateModalModule {
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InviteCandidateModalModule, never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<InviteCandidateModalModule, [typeof i1.InviteCandidateModalComponent], [typeof i2.CommonModule, typeof i3.TwoColumnModalModule, typeof i4.IconModule, typeof i5.H4Module, typeof i6.ParagraphModule, typeof i7.ButtonV2Module, typeof i8.CandidateListModule], [typeof i1.InviteCandidateModalComponent]>;
|
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<InviteCandidateModalModule>;
|
|
14
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@symphony-talent/component-library",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.231.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"ag-grid-angular": "^24.0.0",
|
|
@@ -29,7 +29,69 @@
|
|
|
29
29
|
},
|
|
30
30
|
"overrides": {
|
|
31
31
|
"jsprim": "1.4.2",
|
|
32
|
-
"json-schema": "0.4.0"
|
|
32
|
+
"json-schema": "0.4.0",
|
|
33
|
+
"@babel/traverse": "7.29.0",
|
|
34
|
+
"body-parser": "1.20.5",
|
|
35
|
+
"browserify-sign": "4.2.6",
|
|
36
|
+
"cipher-base": "1.0.7",
|
|
37
|
+
"cross-spawn": "7.0.6",
|
|
38
|
+
"express": "4.22.2",
|
|
39
|
+
"fast-loops": "1.1.4",
|
|
40
|
+
"flatted": "3.4.2",
|
|
41
|
+
"follow-redirects": "1.16.0",
|
|
42
|
+
"handlebars": "4.7.9",
|
|
43
|
+
"http-cache-semantics": "4.2.0",
|
|
44
|
+
"http-proxy-middleware": "2.0.9",
|
|
45
|
+
"immutable": "4.3.8",
|
|
46
|
+
"lodash": "4.18.1",
|
|
47
|
+
"nanoid": "3.3.12",
|
|
48
|
+
"node-fetch": "2.7.0",
|
|
49
|
+
"node-forge": "1.4.0",
|
|
50
|
+
"path-to-regexp": "0.1.13",
|
|
51
|
+
"pbkdf2": "3.1.5",
|
|
52
|
+
"qs": "6.15.2",
|
|
53
|
+
"rollup": "2.80.0",
|
|
54
|
+
"sha.js": "2.4.12",
|
|
55
|
+
"socket.io-parser": "4.2.6",
|
|
56
|
+
"tar": "6.2.1",
|
|
57
|
+
"trim": "1.0.1",
|
|
58
|
+
"trim-newlines": "3.0.1",
|
|
59
|
+
"word-wrap": "1.2.5",
|
|
60
|
+
"ws": "8.21.0",
|
|
61
|
+
"socks": "2.8.9",
|
|
62
|
+
"css-loader": {
|
|
63
|
+
"loader-utils": "2.0.4"
|
|
64
|
+
},
|
|
65
|
+
"sass-loader": {
|
|
66
|
+
"loader-utils": "2.0.4"
|
|
67
|
+
},
|
|
68
|
+
"style-loader": {
|
|
69
|
+
"loader-utils": "2.0.4"
|
|
70
|
+
},
|
|
71
|
+
"babel-loader": {
|
|
72
|
+
"loader-utils": "2.0.4"
|
|
73
|
+
},
|
|
74
|
+
"adjust-sourcemap-loader": {
|
|
75
|
+
"loader-utils": "2.0.4"
|
|
76
|
+
},
|
|
77
|
+
"file-loader": {
|
|
78
|
+
"loader-utils": "2.0.4"
|
|
79
|
+
},
|
|
80
|
+
"raw-loader": {
|
|
81
|
+
"loader-utils": "2.0.4"
|
|
82
|
+
},
|
|
83
|
+
"resolve-url-loader": {
|
|
84
|
+
"loader-utils": "2.0.4"
|
|
85
|
+
},
|
|
86
|
+
"ts-loader": {
|
|
87
|
+
"loader-utils": "2.0.4"
|
|
88
|
+
},
|
|
89
|
+
"url-loader": {
|
|
90
|
+
"loader-utils": "2.0.4"
|
|
91
|
+
},
|
|
92
|
+
"@mdx-js/loader": {
|
|
93
|
+
"loader-utils": "2.0.4"
|
|
94
|
+
}
|
|
33
95
|
},
|
|
34
96
|
"module": "fesm2015/symphony-talent-component-library.mjs",
|
|
35
97
|
"es2020": "fesm2020/symphony-talent-component-library.mjs",
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { CandidateItemModel, CandidateItemSelectionEvent } from '../../../molecules/candidate-item/candidate-item.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class InviteCandidateModalComponent {
|
|
5
|
+
modalTitle: string;
|
|
6
|
+
modalSubtitle: string;
|
|
7
|
+
bodyText: string;
|
|
8
|
+
confirmButtonText: string;
|
|
9
|
+
cancelButtonText: string;
|
|
10
|
+
confirmButtonDisabled: boolean;
|
|
11
|
+
candidates: CandidateItemModel[];
|
|
12
|
+
candidateListMaxHeight: string;
|
|
13
|
+
searchPlaceholder: string;
|
|
14
|
+
noMatchText: string;
|
|
15
|
+
errorText: string;
|
|
16
|
+
isLoading: boolean;
|
|
17
|
+
hasError: boolean;
|
|
18
|
+
showSearch: boolean;
|
|
19
|
+
confirmClicked: EventEmitter<void>;
|
|
20
|
+
cancelClicked: EventEmitter<void>;
|
|
21
|
+
closeButtonClicked: EventEmitter<void>;
|
|
22
|
+
selectionChanged: EventEmitter<CandidateItemSelectionEvent>;
|
|
23
|
+
searchChanged: EventEmitter<string>;
|
|
24
|
+
onConfirm(): void;
|
|
25
|
+
onCancel(): void;
|
|
26
|
+
onCloseButtonClick(): void;
|
|
27
|
+
onSelectionChanged(event: CandidateItemSelectionEvent): void;
|
|
28
|
+
onSearchChanged(value: string): void;
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InviteCandidateModalComponent, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InviteCandidateModalComponent, "symphony-invite-candidate-modal", never, { "modalTitle": "modalTitle"; "modalSubtitle": "modalSubtitle"; "bodyText": "bodyText"; "confirmButtonText": "confirmButtonText"; "cancelButtonText": "cancelButtonText"; "confirmButtonDisabled": "confirmButtonDisabled"; "candidates": "candidates"; "candidateListMaxHeight": "candidateListMaxHeight"; "searchPlaceholder": "searchPlaceholder"; "noMatchText": "noMatchText"; "errorText": "errorText"; "isLoading": "isLoading"; "hasError": "hasError"; "showSearch": "showSearch"; }, { "confirmClicked": "confirmClicked"; "cancelClicked": "cancelClicked"; "closeButtonClicked": "closeButtonClicked"; "selectionChanged": "selectionChanged"; "searchChanged": "searchChanged"; }, never, never>;
|
|
31
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./invite-candidate-modal.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../../templates/modal-templates/two-column-modal-template/two-column-modal-template.module";
|
|
5
|
+
import * as i4 from "../../../atoms/icon/icon.module";
|
|
6
|
+
import * as i5 from "../../../atoms/h4/h4.module";
|
|
7
|
+
import * as i6 from "../../../atoms/paragraph/paragraph.module";
|
|
8
|
+
import * as i7 from "../../../atoms/button-v2/button.module";
|
|
9
|
+
import * as i8 from "../../../organisms/candidate-list/candidate-list.module";
|
|
10
|
+
export declare class InviteCandidateModalModule {
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InviteCandidateModalModule, never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<InviteCandidateModalModule, [typeof i1.InviteCandidateModalComponent], [typeof i2.CommonModule, typeof i3.TwoColumnModalModule, typeof i4.IconModule, typeof i5.H4Module, typeof i6.ParagraphModule, typeof i7.ButtonV2Module, typeof i8.CandidateListModule], [typeof i1.InviteCandidateModalComponent]>;
|
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<InviteCandidateModalModule>;
|
|
14
|
+
}
|
|
@@ -333,6 +333,8 @@ export * from './lib/pages/feedback-request-page/feedback-request-page.module';
|
|
|
333
333
|
export * from './lib/pages/feedback-request-page/feedback-request-page.model';
|
|
334
334
|
export * from './lib/pages/modals/schedule-interview-modal/schedule-interview-modal.component';
|
|
335
335
|
export * from './lib/pages/modals/schedule-interview-modal/schedule-interview-modal.module';
|
|
336
|
+
export * from './lib/pages/modals/invite-candidate-modal/invite-candidate-modal.component';
|
|
337
|
+
export * from './lib/pages/modals/invite-candidate-modal/invite-candidate-modal.module';
|
|
336
338
|
export * from './lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.component.model';
|
|
337
339
|
export * from './lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.component';
|
|
338
340
|
export * from './lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.module';
|
package/public-api.d.ts
CHANGED
|
@@ -333,6 +333,8 @@ export * from './lib/pages/feedback-request-page/feedback-request-page.module';
|
|
|
333
333
|
export * from './lib/pages/feedback-request-page/feedback-request-page.model';
|
|
334
334
|
export * from './lib/pages/modals/schedule-interview-modal/schedule-interview-modal.component';
|
|
335
335
|
export * from './lib/pages/modals/schedule-interview-modal/schedule-interview-modal.module';
|
|
336
|
+
export * from './lib/pages/modals/invite-candidate-modal/invite-candidate-modal.component';
|
|
337
|
+
export * from './lib/pages/modals/invite-candidate-modal/invite-candidate-modal.module';
|
|
336
338
|
export * from './lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.component.model';
|
|
337
339
|
export * from './lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.component';
|
|
338
340
|
export * from './lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.module';
|