@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.
- package/esm2020/lib/pages/modals/chatbot-history-modal/chatbot-history-modal.component.mjs +5 -4
- package/esm2020/lib/pages/modals/chatbot-history-modal/chatbot-history-modal.model.mjs +1 -1
- package/esm2020/lib/pages/modals/chatbot-history-modal/chatbot-history-modal.module.mjs +6 -2
- package/esm2020/projects/component-library/lib/pages/modals/chatbot-history-modal/chatbot-history-modal.component.mjs +5 -4
- package/esm2020/projects/component-library/lib/pages/modals/chatbot-history-modal/chatbot-history-modal.model.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/modals/chatbot-history-modal/chatbot-history-modal.module.mjs +6 -2
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +6 -3
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +6 -3
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +6 -3
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +6 -3
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/pages/modals/chatbot-history-modal/chatbot-history-modal.model.d.ts +2 -0
- package/lib/pages/modals/chatbot-history-modal/chatbot-history-modal.module.d.ts +2 -1
- package/package.json +1 -1
- package/projects/component-library/lib/pages/modals/chatbot-history-modal/chatbot-history-modal.model.d.ts +2 -0
- 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
|
|
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
|
|
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
|
|
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
|
}]
|