@symphony-talent/component-library 4.183.0 → 4.185.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.
Files changed (35) hide show
  1. package/esm2020/lib/atoms/input-textarea-with-send/input-textarea-with-send.component.mjs +3 -3
  2. package/esm2020/lib/organisms/ai-search-assistant-drawer/ai-search-assistant-drawer.component.mjs +13 -3
  3. package/esm2020/lib/organisms/organisms.module.mjs +8 -4
  4. package/esm2020/lib/organisms/save-search-modal/save-search-modal.component.mjs +34 -0
  5. package/esm2020/lib/organisms/save-search-modal/save-search-modal.model.mjs +2 -0
  6. package/esm2020/lib/organisms/save-search-modal/save-search-modal.module.mjs +54 -0
  7. package/esm2020/projects/component-library/lib/atoms/input-textarea-with-send/input-textarea-with-send.component.mjs +3 -3
  8. package/esm2020/projects/component-library/lib/organisms/ai-search-assistant-drawer/ai-search-assistant-drawer.component.mjs +13 -3
  9. package/esm2020/projects/component-library/lib/organisms/organisms.module.mjs +8 -4
  10. package/esm2020/projects/component-library/lib/organisms/save-search-modal/save-search-modal.component.mjs +34 -0
  11. package/esm2020/projects/component-library/lib/organisms/save-search-modal/save-search-modal.model.mjs +2 -0
  12. package/esm2020/projects/component-library/lib/organisms/save-search-modal/save-search-modal.module.mjs +54 -0
  13. package/esm2020/projects/component-library/public-api.mjs +4 -1
  14. package/esm2020/public-api.mjs +4 -1
  15. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +153 -72
  16. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  17. package/fesm2015/symphony-talent-component-library.mjs +153 -72
  18. package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
  19. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +153 -72
  20. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  21. package/fesm2020/symphony-talent-component-library.mjs +153 -72
  22. package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
  23. package/lib/organisms/ai-search-assistant-drawer/ai-search-assistant-drawer.component.d.ts +12 -1
  24. package/lib/organisms/organisms.module.d.ts +2 -1
  25. package/lib/organisms/save-search-modal/save-search-modal.component.d.ts +13 -0
  26. package/lib/organisms/save-search-modal/save-search-modal.model.d.ts +9 -0
  27. package/lib/organisms/save-search-modal/save-search-modal.module.d.ts +15 -0
  28. package/package.json +1 -1
  29. package/projects/component-library/lib/organisms/ai-search-assistant-drawer/ai-search-assistant-drawer.component.d.ts +12 -1
  30. package/projects/component-library/lib/organisms/organisms.module.d.ts +2 -1
  31. package/projects/component-library/lib/organisms/save-search-modal/save-search-modal.component.d.ts +13 -0
  32. package/projects/component-library/lib/organisms/save-search-modal/save-search-modal.model.d.ts +9 -0
  33. package/projects/component-library/lib/organisms/save-search-modal/save-search-modal.module.d.ts +15 -0
  34. package/projects/component-library/public-api.d.ts +3 -0
  35. package/public-api.d.ts +3 -0
@@ -6,6 +6,11 @@ export declare class AISearchAssistantDrawerComponent implements OnInit, AfterVi
6
6
  private cdr;
7
7
  model: AISearchAssistantModel;
8
8
  config: AISearchAssistantConfig;
9
+ /**
10
+ * Context identifier for dynamic Pendo IDs (e.g., 'GenAIBuilder', 'EmailComposer')
11
+ * This allows the same component to have different Pendo tracking based on where it's used
12
+ */
13
+ contextId?: string;
9
14
  drawerClosed: EventEmitter<void>;
10
15
  promptSelected: EventEmitter<SuggestedPrompt>;
11
16
  messageSent: EventEmitter<MessageEvent>;
@@ -35,7 +40,13 @@ export declare class AISearchAssistantDrawerComponent implements OnInit, AfterVi
35
40
  * Gets the display text for message status
36
41
  */
37
42
  getStatusText(status: 'pending' | 'delivered' | 'error'): string;
43
+ /**
44
+ * Generates a Pendo ID with optional dynamic context
45
+ * @param baseId - The base identifier for the element
46
+ * @returns Complete Pendo ID string
47
+ */
48
+ getPendoId(baseId: string): string;
38
49
  private addWelcomeMessageIfNeeded;
39
50
  static ɵfac: i0.ɵɵFactoryDeclaration<AISearchAssistantDrawerComponent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<AISearchAssistantDrawerComponent, "symphony-ai-search-assistant-drawer", never, { "model": "model"; "config": "config"; }, { "drawerClosed": "drawerClosed"; "promptSelected": "promptSelected"; "messageSent": "messageSent"; "inputChanged": "inputChanged"; "retryClicked": "retryClicked"; "taskCancelled": "taskCancelled"; }, never, never>;
51
+ static ɵcmp: i0.ɵɵComponentDeclaration<AISearchAssistantDrawerComponent, "symphony-ai-search-assistant-drawer", never, { "model": "model"; "config": "config"; "contextId": "contextId"; }, { "drawerClosed": "drawerClosed"; "promptSelected": "promptSelected"; "messageSent": "messageSent"; "inputChanged": "inputChanged"; "retryClicked": "retryClicked"; "taskCancelled": "taskCancelled"; }, never, never>;
41
52
  }
@@ -33,8 +33,9 @@ import * as i31 from "./reports-card-list/reports-card-list.module";
33
33
  import * as i32 from "./grid-action-bar-v2/grid-action-bar-v2.module";
34
34
  import * as i33 from "./generate-license-modal/generate-license-modal.module";
35
35
  import * as i34 from "./ai-search-assistant-drawer/ai-search-assistant-drawer.module";
36
+ import * as i35 from "./save-search-modal/save-search-modal.module";
36
37
  export declare class OrganismsModule {
37
38
  static ɵfac: i0.ɵɵFactoryDeclaration<OrganismsModule, never>;
38
- static ɵmod: i0.ɵɵNgModuleDeclaration<OrganismsModule, never, [typeof i1.CommonModule, typeof i2.NoteListModule, typeof i3.TaskListModule, typeof i4.TypographyModule, typeof i5.IconExplorerModule, typeof i6.CardListModule, typeof i7.ConfirmationModalModule, typeof i8.UploadResumeModalModule, typeof i9.FeedbackCardListModule, typeof i10.FeedbackDetailHeaderModule, typeof i11.FeedbackDetailCandidateInfoModule, typeof i12.FeedbackLoginModalModule, typeof i13.GridActionsModule, typeof i14.GridControlsModule, typeof i15.GridDownloadModule, typeof i16.ActionBarModule, typeof i17.ActionBarJobListModule, typeof i18.DocumentManagementListModule, typeof i19.InputCheckboxListModule, typeof i20.SettingsDetailNavigationListModule, typeof i21.EditableSettingItemListModule, typeof i22.AdditionalInformationCardListModule, typeof i23.AdditionModalModule, typeof i24.H4Module, typeof i25.ParagraphModule, typeof i26.ButtonModule, typeof i27.InformationModalModule, typeof i28.ChatHistoryMessageListModule, typeof i29.AssignedToWidgetModule, typeof i30.FilterDetailModule, typeof i31.ReportsCardListModule, typeof i32.GridActionBarV2Module, typeof i33.GenerateLicenseModalModule, typeof i34.AISearchAssistantDrawerModule], never>;
39
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OrganismsModule, never, [typeof i1.CommonModule, typeof i2.NoteListModule, typeof i3.TaskListModule, typeof i4.TypographyModule, typeof i5.IconExplorerModule, typeof i6.CardListModule, typeof i7.ConfirmationModalModule, typeof i8.UploadResumeModalModule, typeof i9.FeedbackCardListModule, typeof i10.FeedbackDetailHeaderModule, typeof i11.FeedbackDetailCandidateInfoModule, typeof i12.FeedbackLoginModalModule, typeof i13.GridActionsModule, typeof i14.GridControlsModule, typeof i15.GridDownloadModule, typeof i16.ActionBarModule, typeof i17.ActionBarJobListModule, typeof i18.DocumentManagementListModule, typeof i19.InputCheckboxListModule, typeof i20.SettingsDetailNavigationListModule, typeof i21.EditableSettingItemListModule, typeof i22.AdditionalInformationCardListModule, typeof i23.AdditionModalModule, typeof i24.H4Module, typeof i25.ParagraphModule, typeof i26.ButtonModule, typeof i27.InformationModalModule, typeof i28.ChatHistoryMessageListModule, typeof i29.AssignedToWidgetModule, typeof i30.FilterDetailModule, typeof i31.ReportsCardListModule, typeof i32.GridActionBarV2Module, typeof i33.GenerateLicenseModalModule, typeof i34.AISearchAssistantDrawerModule, typeof i35.SaveSearchModalModule], never>;
39
40
  static ɵinj: i0.ɵɵInjectorDeclaration<OrganismsModule>;
40
41
  }
@@ -0,0 +1,13 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { SaveSearchModalModel } from './save-search-modal.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class SaveSearchModalComponent {
5
+ model: SaveSearchModalModel;
6
+ saveClicked: EventEmitter<void>;
7
+ closeClicked: EventEmitter<void>;
8
+ constructor();
9
+ onSave(): void;
10
+ onClose(): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<SaveSearchModalComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<SaveSearchModalComponent, "symphony-save-search-modal", never, { "model": "model"; }, { "saveClicked": "saveClicked"; "closeClicked": "closeClicked"; }, never, ["[dropdown-dropzone]"]>;
13
+ }
@@ -0,0 +1,9 @@
1
+ export interface SaveSearchModalModel {
2
+ title: string;
3
+ bodyText?: string;
4
+ isLoading?: boolean;
5
+ hasError?: boolean;
6
+ confirmButtonText?: string;
7
+ cancelButtonText?: string;
8
+ errorText?: string;
9
+ }
@@ -0,0 +1,15 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./save-search-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 "../../templates/placeholder/placeholder.module";
8
+ import * as i7 from "../../atoms/button-v2/button.module";
9
+ import * as i8 from "../../atoms/paragraph/paragraph.module";
10
+ import * as i9 from "../../atoms/sfx-loader/sfx-loader.module";
11
+ export declare class SaveSearchModalModule {
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<SaveSearchModalModule, never>;
13
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SaveSearchModalModule, [typeof i1.SaveSearchModalComponent], [typeof i2.CommonModule, typeof i3.TwoColumnModalModule, typeof i4.IconModule, typeof i5.H4Module, typeof i6.PlaceholderModule, typeof i7.ButtonV2Module, typeof i8.ParagraphModule, typeof i9.SfxLoaderModule], [typeof i1.SaveSearchModalComponent]>;
14
+ static ɵinj: i0.ɵɵInjectorDeclaration<SaveSearchModalModule>;
15
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symphony-talent/component-library",
3
- "version": "4.183.0",
3
+ "version": "4.185.0",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "ag-grid-angular": "^24.0.0",
@@ -6,6 +6,11 @@ export declare class AISearchAssistantDrawerComponent implements OnInit, AfterVi
6
6
  private cdr;
7
7
  model: AISearchAssistantModel;
8
8
  config: AISearchAssistantConfig;
9
+ /**
10
+ * Context identifier for dynamic Pendo IDs (e.g., 'GenAIBuilder', 'EmailComposer')
11
+ * This allows the same component to have different Pendo tracking based on where it's used
12
+ */
13
+ contextId?: string;
9
14
  drawerClosed: EventEmitter<void>;
10
15
  promptSelected: EventEmitter<SuggestedPrompt>;
11
16
  messageSent: EventEmitter<MessageEvent>;
@@ -35,7 +40,13 @@ export declare class AISearchAssistantDrawerComponent implements OnInit, AfterVi
35
40
  * Gets the display text for message status
36
41
  */
37
42
  getStatusText(status: 'pending' | 'delivered' | 'error'): string;
43
+ /**
44
+ * Generates a Pendo ID with optional dynamic context
45
+ * @param baseId - The base identifier for the element
46
+ * @returns Complete Pendo ID string
47
+ */
48
+ getPendoId(baseId: string): string;
38
49
  private addWelcomeMessageIfNeeded;
39
50
  static ɵfac: i0.ɵɵFactoryDeclaration<AISearchAssistantDrawerComponent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<AISearchAssistantDrawerComponent, "symphony-ai-search-assistant-drawer", never, { "model": "model"; "config": "config"; }, { "drawerClosed": "drawerClosed"; "promptSelected": "promptSelected"; "messageSent": "messageSent"; "inputChanged": "inputChanged"; "retryClicked": "retryClicked"; "taskCancelled": "taskCancelled"; }, never, never>;
51
+ static ɵcmp: i0.ɵɵComponentDeclaration<AISearchAssistantDrawerComponent, "symphony-ai-search-assistant-drawer", never, { "model": "model"; "config": "config"; "contextId": "contextId"; }, { "drawerClosed": "drawerClosed"; "promptSelected": "promptSelected"; "messageSent": "messageSent"; "inputChanged": "inputChanged"; "retryClicked": "retryClicked"; "taskCancelled": "taskCancelled"; }, never, never>;
41
52
  }
@@ -33,8 +33,9 @@ import * as i31 from "./reports-card-list/reports-card-list.module";
33
33
  import * as i32 from "./grid-action-bar-v2/grid-action-bar-v2.module";
34
34
  import * as i33 from "./generate-license-modal/generate-license-modal.module";
35
35
  import * as i34 from "./ai-search-assistant-drawer/ai-search-assistant-drawer.module";
36
+ import * as i35 from "./save-search-modal/save-search-modal.module";
36
37
  export declare class OrganismsModule {
37
38
  static ɵfac: i0.ɵɵFactoryDeclaration<OrganismsModule, never>;
38
- static ɵmod: i0.ɵɵNgModuleDeclaration<OrganismsModule, never, [typeof i1.CommonModule, typeof i2.NoteListModule, typeof i3.TaskListModule, typeof i4.TypographyModule, typeof i5.IconExplorerModule, typeof i6.CardListModule, typeof i7.ConfirmationModalModule, typeof i8.UploadResumeModalModule, typeof i9.FeedbackCardListModule, typeof i10.FeedbackDetailHeaderModule, typeof i11.FeedbackDetailCandidateInfoModule, typeof i12.FeedbackLoginModalModule, typeof i13.GridActionsModule, typeof i14.GridControlsModule, typeof i15.GridDownloadModule, typeof i16.ActionBarModule, typeof i17.ActionBarJobListModule, typeof i18.DocumentManagementListModule, typeof i19.InputCheckboxListModule, typeof i20.SettingsDetailNavigationListModule, typeof i21.EditableSettingItemListModule, typeof i22.AdditionalInformationCardListModule, typeof i23.AdditionModalModule, typeof i24.H4Module, typeof i25.ParagraphModule, typeof i26.ButtonModule, typeof i27.InformationModalModule, typeof i28.ChatHistoryMessageListModule, typeof i29.AssignedToWidgetModule, typeof i30.FilterDetailModule, typeof i31.ReportsCardListModule, typeof i32.GridActionBarV2Module, typeof i33.GenerateLicenseModalModule, typeof i34.AISearchAssistantDrawerModule], never>;
39
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OrganismsModule, never, [typeof i1.CommonModule, typeof i2.NoteListModule, typeof i3.TaskListModule, typeof i4.TypographyModule, typeof i5.IconExplorerModule, typeof i6.CardListModule, typeof i7.ConfirmationModalModule, typeof i8.UploadResumeModalModule, typeof i9.FeedbackCardListModule, typeof i10.FeedbackDetailHeaderModule, typeof i11.FeedbackDetailCandidateInfoModule, typeof i12.FeedbackLoginModalModule, typeof i13.GridActionsModule, typeof i14.GridControlsModule, typeof i15.GridDownloadModule, typeof i16.ActionBarModule, typeof i17.ActionBarJobListModule, typeof i18.DocumentManagementListModule, typeof i19.InputCheckboxListModule, typeof i20.SettingsDetailNavigationListModule, typeof i21.EditableSettingItemListModule, typeof i22.AdditionalInformationCardListModule, typeof i23.AdditionModalModule, typeof i24.H4Module, typeof i25.ParagraphModule, typeof i26.ButtonModule, typeof i27.InformationModalModule, typeof i28.ChatHistoryMessageListModule, typeof i29.AssignedToWidgetModule, typeof i30.FilterDetailModule, typeof i31.ReportsCardListModule, typeof i32.GridActionBarV2Module, typeof i33.GenerateLicenseModalModule, typeof i34.AISearchAssistantDrawerModule, typeof i35.SaveSearchModalModule], never>;
39
40
  static ɵinj: i0.ɵɵInjectorDeclaration<OrganismsModule>;
40
41
  }
@@ -0,0 +1,13 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { SaveSearchModalModel } from './save-search-modal.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class SaveSearchModalComponent {
5
+ model: SaveSearchModalModel;
6
+ saveClicked: EventEmitter<void>;
7
+ closeClicked: EventEmitter<void>;
8
+ constructor();
9
+ onSave(): void;
10
+ onClose(): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<SaveSearchModalComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<SaveSearchModalComponent, "symphony-save-search-modal", never, { "model": "model"; }, { "saveClicked": "saveClicked"; "closeClicked": "closeClicked"; }, never, ["[dropdown-dropzone]"]>;
13
+ }
@@ -0,0 +1,9 @@
1
+ export interface SaveSearchModalModel {
2
+ title: string;
3
+ bodyText?: string;
4
+ isLoading?: boolean;
5
+ hasError?: boolean;
6
+ confirmButtonText?: string;
7
+ cancelButtonText?: string;
8
+ errorText?: string;
9
+ }
@@ -0,0 +1,15 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./save-search-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 "../../templates/placeholder/placeholder.module";
8
+ import * as i7 from "../../atoms/button-v2/button.module";
9
+ import * as i8 from "../../atoms/paragraph/paragraph.module";
10
+ import * as i9 from "../../atoms/sfx-loader/sfx-loader.module";
11
+ export declare class SaveSearchModalModule {
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<SaveSearchModalModule, never>;
13
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SaveSearchModalModule, [typeof i1.SaveSearchModalComponent], [typeof i2.CommonModule, typeof i3.TwoColumnModalModule, typeof i4.IconModule, typeof i5.H4Module, typeof i6.PlaceholderModule, typeof i7.ButtonV2Module, typeof i8.ParagraphModule, typeof i9.SfxLoaderModule], [typeof i1.SaveSearchModalComponent]>;
14
+ static ɵinj: i0.ɵɵInjectorDeclaration<SaveSearchModalModule>;
15
+ }
@@ -269,6 +269,9 @@ export * from './lib/organisms/reports-card-list/reports-card-list.module';
269
269
  export * from './lib/organisms/ai-search-assistant-drawer/ai-search-assistant-drawer.component';
270
270
  export * from './lib/organisms/ai-search-assistant-drawer/ai-search-assistant-drawer.module';
271
271
  export * from './lib/organisms/ai-search-assistant-drawer/ai-search-assistant-drawer.model';
272
+ export * from './lib/organisms/save-search-modal/save-search-modal.component';
273
+ export * from './lib/organisms/save-search-modal/save-search-modal.module';
274
+ export * from './lib/organisms/save-search-modal/save-search-modal.model';
272
275
  export * from './lib/pages/events-settings-page/events-settings-page.component';
273
276
  export * from './lib/pages/events-settings-page/events-settings-page.module';
274
277
  export * from './lib/pages/events-settings-page/events-settings-page.model';
package/public-api.d.ts CHANGED
@@ -269,6 +269,9 @@ export * from './lib/organisms/reports-card-list/reports-card-list.module';
269
269
  export * from './lib/organisms/ai-search-assistant-drawer/ai-search-assistant-drawer.component';
270
270
  export * from './lib/organisms/ai-search-assistant-drawer/ai-search-assistant-drawer.module';
271
271
  export * from './lib/organisms/ai-search-assistant-drawer/ai-search-assistant-drawer.model';
272
+ export * from './lib/organisms/save-search-modal/save-search-modal.component';
273
+ export * from './lib/organisms/save-search-modal/save-search-modal.module';
274
+ export * from './lib/organisms/save-search-modal/save-search-modal.model';
272
275
  export * from './lib/pages/events-settings-page/events-settings-page.component';
273
276
  export * from './lib/pages/events-settings-page/events-settings-page.module';
274
277
  export * from './lib/pages/events-settings-page/events-settings-page.model';