@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
|
@@ -7859,10 +7859,10 @@ class ChatbotHistoryModalComponent {
|
|
|
7859
7859
|
}
|
|
7860
7860
|
}
|
|
7861
7861
|
ChatbotHistoryModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ChatbotHistoryModalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7862
|
-
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
|
|
7862
|
+
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"] }] });
|
|
7863
7863
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ChatbotHistoryModalComponent, decorators: [{
|
|
7864
7864
|
type: Component,
|
|
7865
|
-
args: [{ selector: 'symphony-chatbot-history-modal', template: "<symphony-two-column-modal-template
|
|
7865
|
+
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"] }]
|
|
7866
7866
|
}], ctorParameters: function () { return []; }, propDecorators: { chatbotHistoryModel: [{
|
|
7867
7867
|
type: Input
|
|
7868
7868
|
}], closeButtonClicked: [{
|
|
@@ -7877,7 +7877,8 @@ ChatbotHistoryModalModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0
|
|
|
7877
7877
|
IconModule,
|
|
7878
7878
|
H4Module,
|
|
7879
7879
|
ChatHistoryMessageListModule,
|
|
7880
|
-
ParagraphModule
|
|
7880
|
+
ParagraphModule,
|
|
7881
|
+
SfxLoaderModule], exports: [ChatbotHistoryModalComponent] });
|
|
7881
7882
|
ChatbotHistoryModalModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ChatbotHistoryModalModule, imports: [[
|
|
7882
7883
|
CommonModule,
|
|
7883
7884
|
TwoColumnModalModule,
|
|
@@ -7885,6 +7886,7 @@ ChatbotHistoryModalModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0
|
|
|
7885
7886
|
H4Module,
|
|
7886
7887
|
ChatHistoryMessageListModule,
|
|
7887
7888
|
ParagraphModule,
|
|
7889
|
+
SfxLoaderModule
|
|
7888
7890
|
]] });
|
|
7889
7891
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ChatbotHistoryModalModule, decorators: [{
|
|
7890
7892
|
type: NgModule,
|
|
@@ -7897,6 +7899,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
7897
7899
|
H4Module,
|
|
7898
7900
|
ChatHistoryMessageListModule,
|
|
7899
7901
|
ParagraphModule,
|
|
7902
|
+
SfxLoaderModule
|
|
7900
7903
|
],
|
|
7901
7904
|
exports: [ChatbotHistoryModalComponent],
|
|
7902
7905
|
}]
|