@symphony-talent/component-library 3.12.1 → 3.13.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/feedback-list-page/feedback-list-page.component.mjs +32 -0
- package/esm2020/lib/pages/feedback-list-page/feedback-list-page.model.mjs +2 -0
- package/esm2020/lib/pages/feedback-list-page/feedback-list-page.module.mjs +47 -0
- package/esm2020/lib/templates/feeback-list-template/feedback-list-template.component.mjs +12 -0
- package/esm2020/lib/templates/feeback-list-template/feedback-list-template.module.mjs +19 -0
- package/esm2020/projects/component-library/lib/pages/feedback-list-page/feedback-list-page.component.mjs +32 -0
- package/esm2020/projects/component-library/lib/pages/feedback-list-page/feedback-list-page.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/pages/feedback-list-page/feedback-list-page.module.mjs +47 -0
- package/esm2020/projects/component-library/lib/templates/feeback-list-template/feedback-list-template.component.mjs +12 -0
- package/esm2020/projects/component-library/lib/templates/feeback-list-template/feedback-list-template.module.mjs +19 -0
- package/esm2020/projects/component-library/public-api.mjs +4 -1
- package/esm2020/public-api.mjs +4 -1
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +86 -1
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +86 -1
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +86 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +86 -1
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/pages/feedback-list-page/feedback-list-page.component.d.ts +14 -0
- package/lib/pages/feedback-list-page/feedback-list-page.model.d.ts +4 -0
- package/lib/pages/feedback-list-page/feedback-list-page.module.d.ts +14 -0
- package/lib/templates/feeback-list-template/feedback-list-template.component.d.ts +6 -0
- package/lib/templates/feeback-list-template/feedback-list-template.module.d.ts +9 -0
- package/package.json +1 -1
- package/projects/component-library/lib/pages/feedback-list-page/feedback-list-page.component.d.ts +14 -0
- package/projects/component-library/lib/pages/feedback-list-page/feedback-list-page.model.d.ts +4 -0
- package/projects/component-library/lib/pages/feedback-list-page/feedback-list-page.module.d.ts +14 -0
- package/projects/component-library/lib/templates/feeback-list-template/feedback-list-template.component.d.ts +6 -0
- package/projects/component-library/lib/templates/feeback-list-template/feedback-list-template.module.d.ts +9 -0
- package/projects/component-library/public-api.d.ts +3 -0
- package/public-api.d.ts +3 -0
|
@@ -3682,6 +3682,91 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
3682
3682
|
}]
|
|
3683
3683
|
}] });
|
|
3684
3684
|
|
|
3685
|
+
class FeedbackListTemplateComponent {
|
|
3686
|
+
constructor() { }
|
|
3687
|
+
}
|
|
3688
|
+
FeedbackListTemplateComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackListTemplateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3689
|
+
FeedbackListTemplateComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: FeedbackListTemplateComponent, selector: "symphony-feedback-list-template", ngImport: i0, template: "<section class=\"sfx-page-title\">\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-9 col-md-9 col-lg-9\">\n <ng-content select=\"[page-title]\"></ng-content>\n </div>\n\n <div class=\"col-xs-12 col-sm-3 col-md-3 col-lg-3\">\n <ng-content select=\"[button-primary]\"></ng-content>\n </div>\n </div>\n</section>\n<div class=\"sfx-border-bottom-black-5\"></div>\n<section class=\"sfx-pt-30\">\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <ng-content select=\"[feedback-card-list]\"></ng-content>\n </div>\n </div>\n</section>\n", styles: [".sfx-page-title{margin-top:3.125rem;margin-bottom:1.875rem}\n"] });
|
|
3690
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackListTemplateComponent, decorators: [{
|
|
3691
|
+
type: Component,
|
|
3692
|
+
args: [{ selector: 'symphony-feedback-list-template', template: "<section class=\"sfx-page-title\">\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-9 col-md-9 col-lg-9\">\n <ng-content select=\"[page-title]\"></ng-content>\n </div>\n\n <div class=\"col-xs-12 col-sm-3 col-md-3 col-lg-3\">\n <ng-content select=\"[button-primary]\"></ng-content>\n </div>\n </div>\n</section>\n<div class=\"sfx-border-bottom-black-5\"></div>\n<section class=\"sfx-pt-30\">\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <ng-content select=\"[feedback-card-list]\"></ng-content>\n </div>\n </div>\n</section>\n", styles: [".sfx-page-title{margin-top:3.125rem;margin-bottom:1.875rem}\n"] }]
|
|
3693
|
+
}], ctorParameters: function () { return []; } });
|
|
3694
|
+
|
|
3695
|
+
class FeedbackListPageComponent {
|
|
3696
|
+
constructor() {
|
|
3697
|
+
this.cardClicked = new EventEmitter();
|
|
3698
|
+
this.submitButtonClicked = new EventEmitter();
|
|
3699
|
+
}
|
|
3700
|
+
onCardClick(feedbackCard) {
|
|
3701
|
+
this.cardClicked.emit(feedbackCard);
|
|
3702
|
+
}
|
|
3703
|
+
onSubmitButtonClick(text) {
|
|
3704
|
+
this.submitButtonClicked.emit();
|
|
3705
|
+
}
|
|
3706
|
+
}
|
|
3707
|
+
FeedbackListPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackListPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3708
|
+
FeedbackListPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: FeedbackListPageComponent, selector: "symphony-feedback-list-page", inputs: { model: "model" }, outputs: { cardClicked: "cardClicked", submitButtonClicked: "submitButtonClicked" }, ngImport: i0, template: "<symphony-feedback-list-template *ngIf=\"model\">\n <symphony-h3 page-title>Feedback Request</symphony-h3>\n <symphony-button\n button-primary\n [text]=\"'Submit Feedback'\"\n class=\"pull-right\"\n (clicked)=\"onSubmitButtonClick($event)\"\n ></symphony-button>\n\n <symphony-feedback-card-list\n feedback-card-list\n [feedbackCardList]=\"model.feedbackCardList\"\n (cardClick)=\"onCardClick($event)\"\n ></symphony-feedback-card-list>\n</symphony-feedback-list-template>\n", styles: [".sfx-page-title{margin-top:3.125rem;margin-bottom:1.875rem}.card-list{padding:5px}.sfx .sfx-page-title .h3-primary{margin-top:30px}\n"], components: [{ type: FeedbackListTemplateComponent, selector: "symphony-feedback-list-template" }, { type: H3Component, selector: "symphony-h3", inputs: ["text", "isSecondary"] }, { type: ButtonComponent, selector: "symphony-button", inputs: ["text", "disabled", "isSecondary", "isInverse"], outputs: ["clicked"] }, { type: FeedbackCardListComponent, selector: "symphony-feedback-card-list", inputs: ["feedbackCardList"], outputs: ["cardClick"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
3709
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackListPageComponent, decorators: [{
|
|
3710
|
+
type: Component,
|
|
3711
|
+
args: [{ selector: 'symphony-feedback-list-page', encapsulation: ViewEncapsulation.None, template: "<symphony-feedback-list-template *ngIf=\"model\">\n <symphony-h3 page-title>Feedback Request</symphony-h3>\n <symphony-button\n button-primary\n [text]=\"'Submit Feedback'\"\n class=\"pull-right\"\n (clicked)=\"onSubmitButtonClick($event)\"\n ></symphony-button>\n\n <symphony-feedback-card-list\n feedback-card-list\n [feedbackCardList]=\"model.feedbackCardList\"\n (cardClick)=\"onCardClick($event)\"\n ></symphony-feedback-card-list>\n</symphony-feedback-list-template>\n", styles: [".sfx-page-title{margin-top:3.125rem;margin-bottom:1.875rem}.card-list{padding:5px}.sfx .sfx-page-title .h3-primary{margin-top:30px}\n"] }]
|
|
3712
|
+
}], ctorParameters: function () { return []; }, propDecorators: { model: [{
|
|
3713
|
+
type: Input
|
|
3714
|
+
}], cardClicked: [{
|
|
3715
|
+
type: Output
|
|
3716
|
+
}], submitButtonClicked: [{
|
|
3717
|
+
type: Output
|
|
3718
|
+
}] } });
|
|
3719
|
+
|
|
3720
|
+
class FeedbackListTemplateModule {
|
|
3721
|
+
}
|
|
3722
|
+
FeedbackListTemplateModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackListTemplateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3723
|
+
FeedbackListTemplateModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackListTemplateModule, declarations: [FeedbackListTemplateComponent], imports: [CommonModule, PlaceholderModule], exports: [FeedbackListTemplateComponent] });
|
|
3724
|
+
FeedbackListTemplateModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackListTemplateModule, imports: [[CommonModule, PlaceholderModule]] });
|
|
3725
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackListTemplateModule, decorators: [{
|
|
3726
|
+
type: NgModule,
|
|
3727
|
+
args: [{
|
|
3728
|
+
declarations: [FeedbackListTemplateComponent],
|
|
3729
|
+
imports: [CommonModule, PlaceholderModule],
|
|
3730
|
+
exports: [FeedbackListTemplateComponent]
|
|
3731
|
+
}]
|
|
3732
|
+
}] });
|
|
3733
|
+
|
|
3734
|
+
class FeedbackListPageModule {
|
|
3735
|
+
}
|
|
3736
|
+
FeedbackListPageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackListPageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3737
|
+
FeedbackListPageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackListPageModule, declarations: [FeedbackListPageComponent], imports: [CommonModule,
|
|
3738
|
+
PlaceholderModule,
|
|
3739
|
+
FeedbackListTemplateModule,
|
|
3740
|
+
H3Module,
|
|
3741
|
+
ParagraphModule,
|
|
3742
|
+
ButtonModule,
|
|
3743
|
+
FeedbackCardListModule], exports: [FeedbackListPageComponent] });
|
|
3744
|
+
FeedbackListPageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackListPageModule, imports: [[
|
|
3745
|
+
CommonModule,
|
|
3746
|
+
PlaceholderModule,
|
|
3747
|
+
FeedbackListTemplateModule,
|
|
3748
|
+
H3Module,
|
|
3749
|
+
ParagraphModule,
|
|
3750
|
+
ButtonModule,
|
|
3751
|
+
FeedbackCardListModule
|
|
3752
|
+
]] });
|
|
3753
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackListPageModule, decorators: [{
|
|
3754
|
+
type: NgModule,
|
|
3755
|
+
args: [{
|
|
3756
|
+
declarations: [FeedbackListPageComponent],
|
|
3757
|
+
imports: [
|
|
3758
|
+
CommonModule,
|
|
3759
|
+
PlaceholderModule,
|
|
3760
|
+
FeedbackListTemplateModule,
|
|
3761
|
+
H3Module,
|
|
3762
|
+
ParagraphModule,
|
|
3763
|
+
ButtonModule,
|
|
3764
|
+
FeedbackCardListModule
|
|
3765
|
+
],
|
|
3766
|
+
exports: [FeedbackListPageComponent]
|
|
3767
|
+
}]
|
|
3768
|
+
}] });
|
|
3769
|
+
|
|
3685
3770
|
/*
|
|
3686
3771
|
* ATOMS
|
|
3687
3772
|
*/
|
|
@@ -3690,5 +3775,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
3690
3775
|
* Generated bundle index. Do not edit.
|
|
3691
3776
|
*/
|
|
3692
3777
|
|
|
3693
|
-
export { ActivityScoreLevel, AdvertiseModalComponent, AlertDuration, AtomsModule, AvatarComponent, AvatarModule, BreadcrumbComponent, BreadcrumbModule, ButtonComponent, ButtonModule, CardComponent, CardListComponent, CardListModule, CardModule, ContactActivityScoreComponent, ContactActivityScoreModule, ContextualMenuComponent, ContextualMenuModule, EventSettingsMoreOptionsComponent, EventSettingsMoreOptionsModule, EventsSettingsPageComponent, EventsSettingsPageModule, FeedbackCardComponent, FeedbackCardListComponent, FeedbackCardListModule, FeedbackCardModule, FeedbackCardState, FilterAreaComponent, FilterAreaModule, FrameworkModule, GridComponent, GridModule, GridToggleCellRendererComponent, GridToggleCellRendererModule, H1Component, H1Module, H2Component, H2Module, H3Component, H3Module, H4Component, H4Module, H5Component, H5Module, H5WithIconComponent, H5WithIconModule, IconComponent, IconModule, IconWrapperComponent, IconWrapperModule, Icons, InputCheckboxComponent, InputCheckboxModule, InputDropdownComponent, InputDropdownList, InputDropdownListItemModel, InputDropdownModule, InputRadioComponent, InputRadioModule, InputTextComponent, InputTextModule, InputToggleComponent, InputToggleModule, LibrariesPageComponent, LibrariesPageModule, ModalModule, MoleculesModule, OrganismsModule, ParagraphComponent, ParagraphModule, PillComponent, PillModule, PillsComponent, PillsModule, RelevanceScoreComponent, RelevanceScoreModule, SettingListPageComponent, SettingListPageModule, SfxLoaderComponent, SfxLoaderModule, SfxPageLoaderComponent, SfxPageLoaderModule, SfxProgressBarComponent, SfxProgressBarModule, ToasterAlertComponent, ToasterAlertModel, ToasterAlertModule, ToasterAlertType, TooltipWrapperComponent, TooltipWrapperModule, TwoColumnFilterAreaComponent, TwoColumnFilterAreaModule, gridType };
|
|
3778
|
+
export { ActivityScoreLevel, AdvertiseModalComponent, AlertDuration, AtomsModule, AvatarComponent, AvatarModule, BreadcrumbComponent, BreadcrumbModule, ButtonComponent, ButtonModule, CardComponent, CardListComponent, CardListModule, CardModule, ContactActivityScoreComponent, ContactActivityScoreModule, ContextualMenuComponent, ContextualMenuModule, EventSettingsMoreOptionsComponent, EventSettingsMoreOptionsModule, EventsSettingsPageComponent, EventsSettingsPageModule, FeedbackCardComponent, FeedbackCardListComponent, FeedbackCardListModule, FeedbackCardModule, FeedbackCardState, FeedbackListPageComponent, FeedbackListPageModule, FilterAreaComponent, FilterAreaModule, FrameworkModule, GridComponent, GridModule, GridToggleCellRendererComponent, GridToggleCellRendererModule, H1Component, H1Module, H2Component, H2Module, H3Component, H3Module, H4Component, H4Module, H5Component, H5Module, H5WithIconComponent, H5WithIconModule, IconComponent, IconModule, IconWrapperComponent, IconWrapperModule, Icons, InputCheckboxComponent, InputCheckboxModule, InputDropdownComponent, InputDropdownList, InputDropdownListItemModel, InputDropdownModule, InputRadioComponent, InputRadioModule, InputTextComponent, InputTextModule, InputToggleComponent, InputToggleModule, LibrariesPageComponent, LibrariesPageModule, ModalModule, MoleculesModule, OrganismsModule, ParagraphComponent, ParagraphModule, PillComponent, PillModule, PillsComponent, PillsModule, RelevanceScoreComponent, RelevanceScoreModule, SettingListPageComponent, SettingListPageModule, SfxLoaderComponent, SfxLoaderModule, SfxPageLoaderComponent, SfxPageLoaderModule, SfxProgressBarComponent, SfxProgressBarModule, ToasterAlertComponent, ToasterAlertModel, ToasterAlertModule, ToasterAlertType, TooltipWrapperComponent, TooltipWrapperModule, TwoColumnFilterAreaComponent, TwoColumnFilterAreaModule, gridType };
|
|
3694
3779
|
//# sourceMappingURL=symphony-talent-component-library-projects-component-library.mjs.map
|