@symphony-talent/component-library 4.86.0 → 4.87.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 (19) hide show
  1. package/esm2020/lib/pages/modals/chatbot-history-modal/chatbot-history-modal.component.mjs +5 -4
  2. package/esm2020/lib/pages/modals/chatbot-history-modal/chatbot-history-modal.model.mjs +1 -1
  3. package/esm2020/lib/pages/modals/chatbot-history-modal/chatbot-history-modal.module.mjs +6 -2
  4. package/esm2020/projects/component-library/lib/pages/modals/chatbot-history-modal/chatbot-history-modal.component.mjs +5 -4
  5. package/esm2020/projects/component-library/lib/pages/modals/chatbot-history-modal/chatbot-history-modal.model.mjs +1 -1
  6. package/esm2020/projects/component-library/lib/pages/modals/chatbot-history-modal/chatbot-history-modal.module.mjs +6 -2
  7. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +6 -3
  8. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  9. package/fesm2015/symphony-talent-component-library.mjs +6 -3
  10. package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
  11. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +6 -3
  12. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  13. package/fesm2020/symphony-talent-component-library.mjs +6 -3
  14. package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
  15. package/lib/pages/modals/chatbot-history-modal/chatbot-history-modal.model.d.ts +2 -0
  16. package/lib/pages/modals/chatbot-history-modal/chatbot-history-modal.module.d.ts +2 -1
  17. package/package.json +1 -1
  18. package/projects/component-library/lib/pages/modals/chatbot-history-modal/chatbot-history-modal.model.d.ts +2 -0
  19. package/projects/component-library/lib/pages/modals/chatbot-history-modal/chatbot-history-modal.module.d.ts +2 -1
@@ -7855,10 +7855,10 @@ class ChatbotHistoryModalComponent {
7855
7855
  }
7856
7856
  }
7857
7857
  ChatbotHistoryModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ChatbotHistoryModalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7858
- ChatbotHistoryModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ChatbotHistoryModalComponent, selector: "symphony-chatbot-history-modal", inputs: { chatbotHistoryModel: "chatbotHistoryModel" }, outputs: { closeButtonClicked: "closeButtonClicked" }, ngImport: i0, template: "<symphony-two-column-modal-template *ngIf=\"chatbotHistoryModel\" [hideSubtitle]=\"false\">\n <symphony-h4 sfx-modal-title>{{chatbotHistoryModel.modalTitle}}</symphony-h4>\n <symphony-icon\n sfx-close-button\n [icon]=\"'si-close-modal'\"\n (clicked)=\"onCloseButtonClick()\"\n ></symphony-icon>\n <symphony-paragraph sfx-modal-subtitle\n >{{chatbotHistoryModel.modalSubtitle}}</symphony-paragraph\n >\n <section class=\"sfx-p-30 chatModal-body\" sfx-modal-body-area>\n <symphony-chat-history-message-list\n [messageItemsList]=\"chatbotHistoryModel.messageItemsList\"\n ></symphony-chat-history-message-list>\n </section>\n</symphony-two-column-modal-template>\n", styles: [".chatModal-body{max-height:470px;overflow-y:auto}.chatModal-body::-webkit-scrollbar{width:12px}.chatModal-body::-webkit-scrollbar-track{box-shadow:inset 0 0 3px transparent;border-radius:30px}.chatModal-body::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:30px}.chatModal-body::-webkit-scrollbar-thumb:hover{cursor:pointer}\n"], components: [{ type: TwoColumnModalTemplateComponent, selector: "symphony-two-column-modal-template", inputs: ["hideFooter", "hideSubtitle"] }, { type: H4Component, selector: "symphony-h4", inputs: ["text", "isSecondary"] }, { type: IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size", "iconColor"], outputs: ["clicked"] }, { type: ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary", "isFontBold"] }, { type: ChatHistoryMessageListComponent, selector: "symphony-chat-history-message-list", inputs: ["messageItemsList"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
7858
+ ChatbotHistoryModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ChatbotHistoryModalComponent, selector: "symphony-chatbot-history-modal", inputs: { chatbotHistoryModel: "chatbotHistoryModel" }, outputs: { closeButtonClicked: "closeButtonClicked" }, ngImport: i0, template: "<symphony-two-column-modal-template\n *ngIf=\"chatbotHistoryModel\"\n [hideSubtitle]=\"false\"\n>\n <symphony-h4 sfx-modal-title>{{\n chatbotHistoryModel.modalTitle\n }}</symphony-h4>\n <symphony-icon\n sfx-close-button\n [icon]=\"'si-close-modal'\"\n (clicked)=\"onCloseButtonClick()\"\n ></symphony-icon>\n <symphony-paragraph sfx-modal-subtitle>{{\n chatbotHistoryModel.modalSubtitle\n }}</symphony-paragraph>\n <section\n *ngIf=\"!chatbotHistoryModel.isLoading\"\n class=\"sfx-p-30 chatModal-body\"\n sfx-modal-body-area\n >\n <symphony-chat-history-message-list\n *ngIf=\"!chatbotHistoryModel.errorText\"\n [messageItemsList]=\"chatbotHistoryModel.messageItemsList\"\n ></symphony-chat-history-message-list>\n <section class=\"sfx-pt-40 sfx-pb-40 sfx-txt-center\" *ngIf=\"chatbotHistoryModel.errorText\">\n <symphony-paragraph>{{\n chatbotHistoryModel.errorText\n }}</symphony-paragraph>\n </section>\n </section>\n <section\n *ngIf=\"chatbotHistoryModel.isLoading\"\n class=\"sfx-pt-40 sfx-pb-40\"\n sfx-modal-body-area\n >\n <symphony-sfx-loader> </symphony-sfx-loader>\n </section>\n</symphony-two-column-modal-template>\n", styles: [".chatModal-body{max-height:470px;overflow-y:auto}.chatModal-body::-webkit-scrollbar{width:12px}.chatModal-body::-webkit-scrollbar-track{box-shadow:inset 0 0 3px transparent;border-radius:30px}.chatModal-body::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:30px}.chatModal-body::-webkit-scrollbar-thumb:hover{cursor:pointer}\n"], components: [{ type: TwoColumnModalTemplateComponent, selector: "symphony-two-column-modal-template", inputs: ["hideFooter", "hideSubtitle"] }, { type: H4Component, selector: "symphony-h4", inputs: ["text", "isSecondary"] }, { type: IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size", "iconColor"], outputs: ["clicked"] }, { type: ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary", "isFontBold"] }, { type: ChatHistoryMessageListComponent, selector: "symphony-chat-history-message-list", inputs: ["messageItemsList"] }, { type: SfxLoaderComponent, selector: "symphony-sfx-loader", inputs: ["leftStyle", "message", "hasCustomMessage"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
7859
7859
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ChatbotHistoryModalComponent, decorators: [{
7860
7860
  type: Component,
7861
- args: [{ selector: 'symphony-chatbot-history-modal', template: "<symphony-two-column-modal-template *ngIf=\"chatbotHistoryModel\" [hideSubtitle]=\"false\">\n <symphony-h4 sfx-modal-title>{{chatbotHistoryModel.modalTitle}}</symphony-h4>\n <symphony-icon\n sfx-close-button\n [icon]=\"'si-close-modal'\"\n (clicked)=\"onCloseButtonClick()\"\n ></symphony-icon>\n <symphony-paragraph sfx-modal-subtitle\n >{{chatbotHistoryModel.modalSubtitle}}</symphony-paragraph\n >\n <section class=\"sfx-p-30 chatModal-body\" sfx-modal-body-area>\n <symphony-chat-history-message-list\n [messageItemsList]=\"chatbotHistoryModel.messageItemsList\"\n ></symphony-chat-history-message-list>\n </section>\n</symphony-two-column-modal-template>\n", styles: [".chatModal-body{max-height:470px;overflow-y:auto}.chatModal-body::-webkit-scrollbar{width:12px}.chatModal-body::-webkit-scrollbar-track{box-shadow:inset 0 0 3px transparent;border-radius:30px}.chatModal-body::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:30px}.chatModal-body::-webkit-scrollbar-thumb:hover{cursor:pointer}\n"] }]
7861
+ args: [{ selector: 'symphony-chatbot-history-modal', template: "<symphony-two-column-modal-template\n *ngIf=\"chatbotHistoryModel\"\n [hideSubtitle]=\"false\"\n>\n <symphony-h4 sfx-modal-title>{{\n chatbotHistoryModel.modalTitle\n }}</symphony-h4>\n <symphony-icon\n sfx-close-button\n [icon]=\"'si-close-modal'\"\n (clicked)=\"onCloseButtonClick()\"\n ></symphony-icon>\n <symphony-paragraph sfx-modal-subtitle>{{\n chatbotHistoryModel.modalSubtitle\n }}</symphony-paragraph>\n <section\n *ngIf=\"!chatbotHistoryModel.isLoading\"\n class=\"sfx-p-30 chatModal-body\"\n sfx-modal-body-area\n >\n <symphony-chat-history-message-list\n *ngIf=\"!chatbotHistoryModel.errorText\"\n [messageItemsList]=\"chatbotHistoryModel.messageItemsList\"\n ></symphony-chat-history-message-list>\n <section class=\"sfx-pt-40 sfx-pb-40 sfx-txt-center\" *ngIf=\"chatbotHistoryModel.errorText\">\n <symphony-paragraph>{{\n chatbotHistoryModel.errorText\n }}</symphony-paragraph>\n </section>\n </section>\n <section\n *ngIf=\"chatbotHistoryModel.isLoading\"\n class=\"sfx-pt-40 sfx-pb-40\"\n sfx-modal-body-area\n >\n <symphony-sfx-loader> </symphony-sfx-loader>\n </section>\n</symphony-two-column-modal-template>\n", styles: [".chatModal-body{max-height:470px;overflow-y:auto}.chatModal-body::-webkit-scrollbar{width:12px}.chatModal-body::-webkit-scrollbar-track{box-shadow:inset 0 0 3px transparent;border-radius:30px}.chatModal-body::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:30px}.chatModal-body::-webkit-scrollbar-thumb:hover{cursor:pointer}\n"] }]
7862
7862
  }], ctorParameters: function () { return []; }, propDecorators: { chatbotHistoryModel: [{
7863
7863
  type: Input
7864
7864
  }], closeButtonClicked: [{
@@ -7873,7 +7873,8 @@ ChatbotHistoryModalModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0
7873
7873
  IconModule,
7874
7874
  H4Module,
7875
7875
  ChatHistoryMessageListModule,
7876
- ParagraphModule], exports: [ChatbotHistoryModalComponent] });
7876
+ ParagraphModule,
7877
+ SfxLoaderModule], exports: [ChatbotHistoryModalComponent] });
7877
7878
  ChatbotHistoryModalModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ChatbotHistoryModalModule, imports: [[
7878
7879
  CommonModule,
7879
7880
  TwoColumnModalModule,
@@ -7881,6 +7882,7 @@ ChatbotHistoryModalModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0
7881
7882
  H4Module,
7882
7883
  ChatHistoryMessageListModule,
7883
7884
  ParagraphModule,
7885
+ SfxLoaderModule
7884
7886
  ]] });
7885
7887
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ChatbotHistoryModalModule, decorators: [{
7886
7888
  type: NgModule,
@@ -7893,6 +7895,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
7893
7895
  H4Module,
7894
7896
  ChatHistoryMessageListModule,
7895
7897
  ParagraphModule,
7898
+ SfxLoaderModule
7896
7899
  ],
7897
7900
  exports: [ChatbotHistoryModalComponent],
7898
7901
  }]