@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.
Files changed (33) hide show
  1. package/esm2020/lib/pages/feedback-list-page/feedback-list-page.component.mjs +32 -0
  2. package/esm2020/lib/pages/feedback-list-page/feedback-list-page.model.mjs +2 -0
  3. package/esm2020/lib/pages/feedback-list-page/feedback-list-page.module.mjs +47 -0
  4. package/esm2020/lib/templates/feeback-list-template/feedback-list-template.component.mjs +12 -0
  5. package/esm2020/lib/templates/feeback-list-template/feedback-list-template.module.mjs +19 -0
  6. package/esm2020/projects/component-library/lib/pages/feedback-list-page/feedback-list-page.component.mjs +32 -0
  7. package/esm2020/projects/component-library/lib/pages/feedback-list-page/feedback-list-page.model.mjs +2 -0
  8. package/esm2020/projects/component-library/lib/pages/feedback-list-page/feedback-list-page.module.mjs +47 -0
  9. package/esm2020/projects/component-library/lib/templates/feeback-list-template/feedback-list-template.component.mjs +12 -0
  10. package/esm2020/projects/component-library/lib/templates/feeback-list-template/feedback-list-template.module.mjs +19 -0
  11. package/esm2020/projects/component-library/public-api.mjs +4 -1
  12. package/esm2020/public-api.mjs +4 -1
  13. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +86 -1
  14. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  15. package/fesm2015/symphony-talent-component-library.mjs +86 -1
  16. package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
  17. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +86 -1
  18. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  19. package/fesm2020/symphony-talent-component-library.mjs +86 -1
  20. package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
  21. package/lib/pages/feedback-list-page/feedback-list-page.component.d.ts +14 -0
  22. package/lib/pages/feedback-list-page/feedback-list-page.model.d.ts +4 -0
  23. package/lib/pages/feedback-list-page/feedback-list-page.module.d.ts +14 -0
  24. package/lib/templates/feeback-list-template/feedback-list-template.component.d.ts +6 -0
  25. package/lib/templates/feeback-list-template/feedback-list-template.module.d.ts +9 -0
  26. package/package.json +1 -1
  27. package/projects/component-library/lib/pages/feedback-list-page/feedback-list-page.component.d.ts +14 -0
  28. package/projects/component-library/lib/pages/feedback-list-page/feedback-list-page.model.d.ts +4 -0
  29. package/projects/component-library/lib/pages/feedback-list-page/feedback-list-page.module.d.ts +14 -0
  30. package/projects/component-library/lib/templates/feeback-list-template/feedback-list-template.component.d.ts +6 -0
  31. package/projects/component-library/lib/templates/feeback-list-template/feedback-list-template.module.d.ts +9 -0
  32. package/projects/component-library/public-api.d.ts +3 -0
  33. package/public-api.d.ts +3 -0
@@ -3685,6 +3685,91 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
3685
3685
  }]
3686
3686
  }] });
3687
3687
 
3688
+ class FeedbackListTemplateComponent {
3689
+ constructor() { }
3690
+ }
3691
+ FeedbackListTemplateComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackListTemplateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
3692
+ 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"] });
3693
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackListTemplateComponent, decorators: [{
3694
+ type: Component,
3695
+ 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"] }]
3696
+ }], ctorParameters: function () { return []; } });
3697
+
3698
+ class FeedbackListPageComponent {
3699
+ constructor() {
3700
+ this.cardClicked = new EventEmitter();
3701
+ this.submitButtonClicked = new EventEmitter();
3702
+ }
3703
+ onCardClick(feedbackCard) {
3704
+ this.cardClicked.emit(feedbackCard);
3705
+ }
3706
+ onSubmitButtonClick(text) {
3707
+ this.submitButtonClicked.emit();
3708
+ }
3709
+ }
3710
+ FeedbackListPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackListPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
3711
+ 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 });
3712
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackListPageComponent, decorators: [{
3713
+ type: Component,
3714
+ 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"] }]
3715
+ }], ctorParameters: function () { return []; }, propDecorators: { model: [{
3716
+ type: Input
3717
+ }], cardClicked: [{
3718
+ type: Output
3719
+ }], submitButtonClicked: [{
3720
+ type: Output
3721
+ }] } });
3722
+
3723
+ class FeedbackListTemplateModule {
3724
+ }
3725
+ FeedbackListTemplateModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackListTemplateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3726
+ FeedbackListTemplateModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackListTemplateModule, declarations: [FeedbackListTemplateComponent], imports: [CommonModule, PlaceholderModule], exports: [FeedbackListTemplateComponent] });
3727
+ FeedbackListTemplateModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackListTemplateModule, imports: [[CommonModule, PlaceholderModule]] });
3728
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackListTemplateModule, decorators: [{
3729
+ type: NgModule,
3730
+ args: [{
3731
+ declarations: [FeedbackListTemplateComponent],
3732
+ imports: [CommonModule, PlaceholderModule],
3733
+ exports: [FeedbackListTemplateComponent]
3734
+ }]
3735
+ }] });
3736
+
3737
+ class FeedbackListPageModule {
3738
+ }
3739
+ FeedbackListPageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackListPageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3740
+ FeedbackListPageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackListPageModule, declarations: [FeedbackListPageComponent], imports: [CommonModule,
3741
+ PlaceholderModule,
3742
+ FeedbackListTemplateModule,
3743
+ H3Module,
3744
+ ParagraphModule,
3745
+ ButtonModule,
3746
+ FeedbackCardListModule], exports: [FeedbackListPageComponent] });
3747
+ FeedbackListPageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackListPageModule, imports: [[
3748
+ CommonModule,
3749
+ PlaceholderModule,
3750
+ FeedbackListTemplateModule,
3751
+ H3Module,
3752
+ ParagraphModule,
3753
+ ButtonModule,
3754
+ FeedbackCardListModule
3755
+ ]] });
3756
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackListPageModule, decorators: [{
3757
+ type: NgModule,
3758
+ args: [{
3759
+ declarations: [FeedbackListPageComponent],
3760
+ imports: [
3761
+ CommonModule,
3762
+ PlaceholderModule,
3763
+ FeedbackListTemplateModule,
3764
+ H3Module,
3765
+ ParagraphModule,
3766
+ ButtonModule,
3767
+ FeedbackCardListModule
3768
+ ],
3769
+ exports: [FeedbackListPageComponent]
3770
+ }]
3771
+ }] });
3772
+
3688
3773
  /*
3689
3774
  * ATOMS
3690
3775
  */
@@ -3693,5 +3778,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
3693
3778
  * Generated bundle index. Do not edit.
3694
3779
  */
3695
3780
 
3696
- 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 };
3781
+ 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 };
3697
3782
  //# sourceMappingURL=symphony-talent-component-library.mjs.map