@symphony-talent/component-library 4.41.0 → 4.43.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 (43) hide show
  1. package/esm2020/lib/molecules/button-with-icon/button-with-icon.component.mjs +5 -3
  2. package/esm2020/lib/molecules/labelled-input-toggle/labelled-input-toggle.component.mjs +24 -0
  3. package/esm2020/lib/molecules/labelled-input-toggle/labelled-input-toggle.model.mjs +2 -0
  4. package/esm2020/lib/molecules/labelled-input-toggle/labelled-input-toggle.module.mjs +19 -0
  5. package/esm2020/lib/molecules/labelled-toggle-list/labelled-toggle-list.component.mjs +23 -0
  6. package/esm2020/lib/molecules/labelled-toggle-list/labelled-toggle-list.module.mjs +19 -0
  7. package/esm2020/lib/molecules/molecules.module.mjs +16 -4
  8. package/esm2020/lib/organisms/grid-actions/grid-actions.component.mjs +3 -3
  9. package/esm2020/lib/organisms/grid-actions/grid-actions.model.mjs +1 -1
  10. package/esm2020/projects/component-library/lib/molecules/button-with-icon/button-with-icon.component.mjs +5 -3
  11. package/esm2020/projects/component-library/lib/molecules/labelled-input-toggle/labelled-input-toggle.component.mjs +24 -0
  12. package/esm2020/projects/component-library/lib/molecules/labelled-input-toggle/labelled-input-toggle.model.mjs +2 -0
  13. package/esm2020/projects/component-library/lib/molecules/labelled-input-toggle/labelled-input-toggle.module.mjs +19 -0
  14. package/esm2020/projects/component-library/lib/molecules/labelled-toggle-list/labelled-toggle-list.component.mjs +23 -0
  15. package/esm2020/projects/component-library/lib/molecules/labelled-toggle-list/labelled-toggle-list.module.mjs +19 -0
  16. package/esm2020/projects/component-library/lib/molecules/molecules.module.mjs +16 -4
  17. package/esm2020/projects/component-library/lib/organisms/grid-actions/grid-actions.component.mjs +3 -3
  18. package/esm2020/projects/component-library/lib/organisms/grid-actions/grid-actions.model.mjs +1 -1
  19. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +85 -7
  20. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  21. package/fesm2015/symphony-talent-component-library.mjs +85 -7
  22. package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
  23. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +85 -7
  24. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  25. package/fesm2020/symphony-talent-component-library.mjs +85 -7
  26. package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
  27. package/lib/molecules/button-with-icon/button-with-icon.component.d.ts +2 -1
  28. package/lib/molecules/labelled-input-toggle/labelled-input-toggle.component.d.ts +11 -0
  29. package/lib/molecules/labelled-input-toggle/labelled-input-toggle.model.d.ts +6 -0
  30. package/lib/molecules/labelled-input-toggle/labelled-input-toggle.module.d.ts +9 -0
  31. package/lib/molecules/labelled-toggle-list/labelled-toggle-list.component.d.ts +11 -0
  32. package/lib/molecules/labelled-toggle-list/labelled-toggle-list.module.d.ts +9 -0
  33. package/lib/molecules/molecules.module.d.ts +5 -2
  34. package/lib/organisms/grid-actions/grid-actions.model.d.ts +1 -0
  35. package/package.json +1 -1
  36. package/projects/component-library/lib/molecules/button-with-icon/button-with-icon.component.d.ts +2 -1
  37. package/projects/component-library/lib/molecules/labelled-input-toggle/labelled-input-toggle.component.d.ts +11 -0
  38. package/projects/component-library/lib/molecules/labelled-input-toggle/labelled-input-toggle.model.d.ts +6 -0
  39. package/projects/component-library/lib/molecules/labelled-input-toggle/labelled-input-toggle.module.d.ts +9 -0
  40. package/projects/component-library/lib/molecules/labelled-toggle-list/labelled-toggle-list.component.d.ts +11 -0
  41. package/projects/component-library/lib/molecules/labelled-toggle-list/labelled-toggle-list.module.d.ts +9 -0
  42. package/projects/component-library/lib/molecules/molecules.module.d.ts +5 -2
  43. package/projects/component-library/lib/organisms/grid-actions/grid-actions.model.d.ts +1 -0
@@ -3455,10 +3455,10 @@ class ButtonWithIconComponent {
3455
3455
  }
3456
3456
  }
3457
3457
  ButtonWithIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ButtonWithIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
3458
- ButtonWithIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ButtonWithIconComponent, selector: "symphony-button-with-icon", inputs: { text: "text", icon: "icon", showActionButton: "showActionButton", showPopover: "showPopover" }, outputs: { clicked: "clicked" }, ngImport: i0, template: "<div class=\"sfx-actions-items-list\" *ngIf=\"showActionButton\">\n <button (click)=\"onClick()\">\n <symphony-icon [icon]=\"icon\"></symphony-icon>{{ text }}\n </button>\n</div>\n", styles: [".sfx-actions-items-list button{background:transparent;border:none;outline:none;margin-right:1.25rem;margin-bottom:.625rem}.sfx-actions-items-list button i{font-size:1.125rem;margin-right:.9375rem;position:relative;top:2px}\n"], components: [{ type: IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size", "iconColor"], outputs: ["clicked"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
3458
+ ButtonWithIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ButtonWithIconComponent, selector: "symphony-button-with-icon", inputs: { text: "text", icon: "icon", showActionButton: "showActionButton", showPopover: "showPopover", isDisabled: "isDisabled" }, outputs: { clicked: "clicked" }, ngImport: i0, template: "<div class=\"sfx-actions-items-list\" *ngIf=\"showActionButton\">\n <button (click)=\"onClick()\" [disabled]=\"isDisabled\">\n <symphony-icon [icon]=\"icon\"></symphony-icon>{{ text }}\n </button>\n</div>", styles: [".sfx-actions-items-list button{background:transparent;border:none;outline:none;margin-right:1.25rem;margin-bottom:.625rem}.sfx-actions-items-list button i{font-size:1.125rem;margin-right:.9375rem;position:relative;top:2px}.sfx-actions-items-list button:disabled{cursor:not-allowed;opacity:70%}\n"], components: [{ type: IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size", "iconColor"], outputs: ["clicked"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
3459
3459
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ButtonWithIconComponent, decorators: [{
3460
3460
  type: Component,
3461
- args: [{ selector: 'symphony-button-with-icon', encapsulation: ViewEncapsulation.None, template: "<div class=\"sfx-actions-items-list\" *ngIf=\"showActionButton\">\n <button (click)=\"onClick()\">\n <symphony-icon [icon]=\"icon\"></symphony-icon>{{ text }}\n </button>\n</div>\n", styles: [".sfx-actions-items-list button{background:transparent;border:none;outline:none;margin-right:1.25rem;margin-bottom:.625rem}.sfx-actions-items-list button i{font-size:1.125rem;margin-right:.9375rem;position:relative;top:2px}\n"] }]
3461
+ args: [{ selector: 'symphony-button-with-icon', encapsulation: ViewEncapsulation.None, template: "<div class=\"sfx-actions-items-list\" *ngIf=\"showActionButton\">\n <button (click)=\"onClick()\" [disabled]=\"isDisabled\">\n <symphony-icon [icon]=\"icon\"></symphony-icon>{{ text }}\n </button>\n</div>", styles: [".sfx-actions-items-list button{background:transparent;border:none;outline:none;margin-right:1.25rem;margin-bottom:.625rem}.sfx-actions-items-list button i{font-size:1.125rem;margin-right:.9375rem;position:relative;top:2px}.sfx-actions-items-list button:disabled{cursor:not-allowed;opacity:70%}\n"] }]
3462
3462
  }], ctorParameters: function () { return []; }, propDecorators: { text: [{
3463
3463
  type: Input
3464
3464
  }], icon: [{
@@ -3467,6 +3467,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
3467
3467
  type: Input
3468
3468
  }], showPopover: [{
3469
3469
  type: Input
3470
+ }], isDisabled: [{
3471
+ type: Input
3470
3472
  }], clicked: [{
3471
3473
  type: Output
3472
3474
  }] } });
@@ -3485,6 +3487,73 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
3485
3487
  }]
3486
3488
  }] });
3487
3489
 
3490
+ class LabelledInputToggleComponent {
3491
+ constructor() {
3492
+ this.toggleCurrentValue = new EventEmitter();
3493
+ }
3494
+ updateToggleValue(isToggled) {
3495
+ this.model.isToggled = isToggled;
3496
+ this.toggleCurrentValue.emit(this.model);
3497
+ }
3498
+ }
3499
+ LabelledInputToggleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: LabelledInputToggleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
3500
+ LabelledInputToggleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: LabelledInputToggleComponent, selector: "symphony-labelled-input-toggle", inputs: { model: "model" }, outputs: { toggleCurrentValue: "toggleCurrentValue" }, ngImport: i0, template: "<div *ngIf=\"model\" class=\"settingContainer sfx-border-bottom-gray-1\">\n <div class=\"toggleText\">\n <div>\n <p class=\"sfx-font-bold\">{{ model.label }}</p>\n </div>\n <div>\n <p>{{ model.description }}</p>\n </div>\n </div>\n <symphony-input-toggle\n class=\"toggleControl\"\n [isToggled]=\"model.isToggled\"\n (toggleClick)=\"updateToggleValue($event)\"\n ></symphony-input-toggle>\n</div>\n", styles: [".toggleText{display:Inline-Block}.toggleControl{float:right;margin-top:20px}.settingContainer{margin:10px}\n"], components: [{ type: InputToggleComponent, selector: "symphony-input-toggle", inputs: ["isToggled", "isInverse"], outputs: ["toggleClick"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
3501
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: LabelledInputToggleComponent, decorators: [{
3502
+ type: Component,
3503
+ args: [{ selector: 'symphony-labelled-input-toggle', template: "<div *ngIf=\"model\" class=\"settingContainer sfx-border-bottom-gray-1\">\n <div class=\"toggleText\">\n <div>\n <p class=\"sfx-font-bold\">{{ model.label }}</p>\n </div>\n <div>\n <p>{{ model.description }}</p>\n </div>\n </div>\n <symphony-input-toggle\n class=\"toggleControl\"\n [isToggled]=\"model.isToggled\"\n (toggleClick)=\"updateToggleValue($event)\"\n ></symphony-input-toggle>\n</div>\n", styles: [".toggleText{display:Inline-Block}.toggleControl{float:right;margin-top:20px}.settingContainer{margin:10px}\n"] }]
3504
+ }], ctorParameters: function () { return []; }, propDecorators: { model: [{
3505
+ type: Input
3506
+ }], toggleCurrentValue: [{
3507
+ type: Output
3508
+ }] } });
3509
+
3510
+ class LabelledInputToggleModule {
3511
+ }
3512
+ LabelledInputToggleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: LabelledInputToggleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3513
+ LabelledInputToggleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: LabelledInputToggleModule, declarations: [LabelledInputToggleComponent], imports: [InputToggleModule, CommonModule], exports: [LabelledInputToggleComponent] });
3514
+ LabelledInputToggleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: LabelledInputToggleModule, imports: [[InputToggleModule, CommonModule]] });
3515
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: LabelledInputToggleModule, decorators: [{
3516
+ type: NgModule,
3517
+ args: [{
3518
+ declarations: [LabelledInputToggleComponent],
3519
+ exports: [LabelledInputToggleComponent],
3520
+ imports: [InputToggleModule, CommonModule],
3521
+ }]
3522
+ }] });
3523
+
3524
+ class LabelledToggleListComponent {
3525
+ constructor() {
3526
+ this.toggleListItemValue = new EventEmitter();
3527
+ }
3528
+ updateListItemValue(event) {
3529
+ this.toggleListItemValue.emit(event);
3530
+ }
3531
+ }
3532
+ LabelledToggleListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: LabelledToggleListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
3533
+ LabelledToggleListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: LabelledToggleListComponent, selector: "symphony-labelled-toggle-list", inputs: { modelList: "modelList" }, outputs: { toggleListItemValue: "toggleListItemValue" }, ngImport: i0, template: "<symphony-labelled-input-toggle\n *ngFor=\"let inputModel of modelList\"\n [model]=\"inputModel\"\n (toggleCurrentValue)=\"updateListItemValue($event)\"\n>\n</symphony-labelled-input-toggle>\n", components: [{ type: LabelledInputToggleComponent, selector: "symphony-labelled-input-toggle", inputs: ["model"], outputs: ["toggleCurrentValue"] }], directives: [{ type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
3534
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: LabelledToggleListComponent, decorators: [{
3535
+ type: Component,
3536
+ args: [{ selector: 'symphony-labelled-toggle-list', template: "<symphony-labelled-input-toggle\n *ngFor=\"let inputModel of modelList\"\n [model]=\"inputModel\"\n (toggleCurrentValue)=\"updateListItemValue($event)\"\n>\n</symphony-labelled-input-toggle>\n" }]
3537
+ }], ctorParameters: function () { return []; }, propDecorators: { modelList: [{
3538
+ type: Input
3539
+ }], toggleListItemValue: [{
3540
+ type: Output
3541
+ }] } });
3542
+
3543
+ class LabelledToggleListModule {
3544
+ }
3545
+ LabelledToggleListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: LabelledToggleListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3546
+ LabelledToggleListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: LabelledToggleListModule, declarations: [LabelledToggleListComponent], imports: [LabelledInputToggleModule, CommonModule], exports: [LabelledToggleListComponent] });
3547
+ LabelledToggleListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: LabelledToggleListModule, imports: [[LabelledInputToggleModule, CommonModule]] });
3548
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: LabelledToggleListModule, decorators: [{
3549
+ type: NgModule,
3550
+ args: [{
3551
+ declarations: [LabelledToggleListComponent],
3552
+ exports: [LabelledToggleListComponent],
3553
+ imports: [LabelledInputToggleModule, CommonModule],
3554
+ }]
3555
+ }] });
3556
+
3488
3557
  class MoleculesModule {
3489
3558
  }
3490
3559
  MoleculesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: MoleculesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
@@ -3510,7 +3579,10 @@ MoleculesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
3510
3579
  CharacterCounterModule,
3511
3580
  SettingsDetailNavigationItemModule,
3512
3581
  EditableSettingItemModule,
3513
- TabsModules], exports: [PillsModule,
3582
+ TabsModules,
3583
+ InputToggleModule,
3584
+ LabelledInputToggleModule,
3585
+ LabelledToggleListModule], exports: [PillsModule,
3514
3586
  BreadcrumbModule,
3515
3587
  FeedbackCardModule,
3516
3588
  DocumentManagementItemModule,
@@ -3539,7 +3611,10 @@ MoleculesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
3539
3611
  CharacterCounterModule,
3540
3612
  SettingsDetailNavigationItemModule,
3541
3613
  EditableSettingItemModule,
3542
- TabsModules
3614
+ TabsModules,
3615
+ InputToggleModule,
3616
+ LabelledInputToggleModule,
3617
+ LabelledToggleListModule
3543
3618
  ], PillsModule,
3544
3619
  BreadcrumbModule,
3545
3620
  FeedbackCardModule,
@@ -3581,7 +3656,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
3581
3656
  CharacterCounterModule,
3582
3657
  SettingsDetailNavigationItemModule,
3583
3658
  EditableSettingItemModule,
3584
- TabsModules
3659
+ TabsModules,
3660
+ InputToggleModule,
3661
+ LabelledInputToggleModule,
3662
+ LabelledToggleListModule
3585
3663
  ]
3586
3664
  }]
3587
3665
  }] });
@@ -3942,10 +4020,10 @@ class GridActionsComponent {
3942
4020
  }
3943
4021
  }
3944
4022
  GridActionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
3945
- GridActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: GridActionsComponent, selector: "symphony-grid-actions", inputs: { model: "model", isInverse: "isInverse" }, outputs: { buttonClicked: "buttonClicked" }, ngImport: i0, template: "<div class=\"sfx-d-inline-block\" *ngFor=\"let actionButton of model\">\n <symphony-button-with-icon *ngIf=\"!actionButton.showPopover\"\n (clicked)=\"onButtonClick($event)\"\n [icon]=\"actionButton.icon\"\n [text]=\"actionButton.text\"\n [showActionButton]=\"actionButton.showActionButton\"\n id=\"btn-action-{{actionButton.text | trimId}}\"\n ></symphony-button-with-icon>\n <symphony-tooltip-wrapper *ngIf=\"actionButton.showPopover\" \n [tooltipHtml]=\"actionButton.tooltip\"\n [placement]=\"'top'\"\n containerClass=\"sfx-info-tooltip item-tooltip\"\n class=\"actionButton-tooltip\">\n <symphony-button-with-icon\n (clicked)=\"onButtonClick($event)\"\n [icon]=\"actionButton.icon\"\n [text]=\"actionButton.text\"\n [showActionButton]=\"actionButton.showActionButton\"\n [showPopover]=\"actionButton.showPopover\"\n id=\"btn-action-{{actionButton.text | trimId}}-popover\"\n ></symphony-button-with-icon>\n </symphony-tooltip-wrapper>\n</div>", styles: [".actionButton-tooltip .tooltip{min-width:160px}.actionButton-tooltip .tooltip .tooltip-inner{background-color:#565656;padding:8px 15px;border-radius:.625rem;max-width:250px;font-size:12px;color:#fff}.actionButton-tooltip .sfx-info-tooltip.item-tooltip.top .tooltip-arrow.arrow{border-top-color:#565656}.actionButton-tooltip .sfx-info-tooltip.item-tooltip.right{left:5px!important}.actionButton-tooltip .sfx-info-tooltip.item-tooltip.right .tooltip-arrow.arrow{border-right-color:#565656}.actionButton-tooltip .sfx-info-tooltip.item-tooltip.bottom .tooltip-arrow.arrow{border-bottom-color:#565656}.actionButton-tooltip .sfx-info-tooltip.item-tooltip.left{left:-5px!important}.actionButton-tooltip .sfx-info-tooltip.item-tooltip.left .tooltip-arrow.arrow{border-left-color:#565656}\n"], components: [{ type: ButtonWithIconComponent, selector: "symphony-button-with-icon", inputs: ["text", "icon", "showActionButton", "showPopover"], outputs: ["clicked"] }, { type: TooltipWrapperComponent, selector: "symphony-tooltip-wrapper", inputs: ["placement", "tooltipHtml"] }], directives: [{ type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "trimId": TrimIdPipe }, encapsulation: i0.ViewEncapsulation.None });
4023
+ GridActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: GridActionsComponent, selector: "symphony-grid-actions", inputs: { model: "model", isInverse: "isInverse" }, outputs: { buttonClicked: "buttonClicked" }, ngImport: i0, template: "<div class=\"sfx-d-inline-block\" *ngFor=\"let actionButton of model\">\n <symphony-button-with-icon\n *ngIf=\"!actionButton.showPopover\"\n (clicked)=\"onButtonClick($event)\"\n [icon]=\"actionButton.icon\"\n [text]=\"actionButton.text\"\n [showActionButton]=\"actionButton.showActionButton\"\n [isDisabled]=\"actionButton.isDisabled\"\n id=\"btn-action-{{ actionButton.text | trimId }}\"\n ></symphony-button-with-icon>\n\n <symphony-tooltip-wrapper\n *ngIf=\"actionButton.showPopover\"\n [tooltipHtml]=\"actionButton.tooltip\"\n [placement]=\"'top'\"\n containerClass=\"sfx-info-tooltip item-tooltip\"\n class=\"actionButton-tooltip\"\n >\n <symphony-button-with-icon\n (clicked)=\"onButtonClick($event)\"\n [icon]=\"actionButton.icon\"\n [text]=\"actionButton.text\"\n [showActionButton]=\"actionButton.showActionButton\"\n [showPopover]=\"actionButton.showPopover\"\n [isDisabled]=\"actionButton.isDisabled\"\n id=\"btn-action-{{ actionButton.text | trimId }}-popover\"\n ></symphony-button-with-icon>\n </symphony-tooltip-wrapper>\n</div>\n", styles: [".actionButton-tooltip .tooltip{min-width:160px}.actionButton-tooltip .tooltip .tooltip-inner{background-color:#565656;padding:8px 15px;border-radius:.625rem;max-width:250px;font-size:12px;color:#fff}.actionButton-tooltip .sfx-info-tooltip.item-tooltip.top .tooltip-arrow.arrow{border-top-color:#565656}.actionButton-tooltip .sfx-info-tooltip.item-tooltip.right{left:5px!important}.actionButton-tooltip .sfx-info-tooltip.item-tooltip.right .tooltip-arrow.arrow{border-right-color:#565656}.actionButton-tooltip .sfx-info-tooltip.item-tooltip.bottom .tooltip-arrow.arrow{border-bottom-color:#565656}.actionButton-tooltip .sfx-info-tooltip.item-tooltip.left{left:-5px!important}.actionButton-tooltip .sfx-info-tooltip.item-tooltip.left .tooltip-arrow.arrow{border-left-color:#565656}\n"], components: [{ type: ButtonWithIconComponent, selector: "symphony-button-with-icon", inputs: ["text", "icon", "showActionButton", "showPopover", "isDisabled"], outputs: ["clicked"] }, { type: TooltipWrapperComponent, selector: "symphony-tooltip-wrapper", inputs: ["placement", "tooltipHtml"] }], directives: [{ type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "trimId": TrimIdPipe }, encapsulation: i0.ViewEncapsulation.None });
3946
4024
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridActionsComponent, decorators: [{
3947
4025
  type: Component,
3948
- args: [{ selector: 'symphony-grid-actions', encapsulation: ViewEncapsulation.None, template: "<div class=\"sfx-d-inline-block\" *ngFor=\"let actionButton of model\">\n <symphony-button-with-icon *ngIf=\"!actionButton.showPopover\"\n (clicked)=\"onButtonClick($event)\"\n [icon]=\"actionButton.icon\"\n [text]=\"actionButton.text\"\n [showActionButton]=\"actionButton.showActionButton\"\n id=\"btn-action-{{actionButton.text | trimId}}\"\n ></symphony-button-with-icon>\n <symphony-tooltip-wrapper *ngIf=\"actionButton.showPopover\" \n [tooltipHtml]=\"actionButton.tooltip\"\n [placement]=\"'top'\"\n containerClass=\"sfx-info-tooltip item-tooltip\"\n class=\"actionButton-tooltip\">\n <symphony-button-with-icon\n (clicked)=\"onButtonClick($event)\"\n [icon]=\"actionButton.icon\"\n [text]=\"actionButton.text\"\n [showActionButton]=\"actionButton.showActionButton\"\n [showPopover]=\"actionButton.showPopover\"\n id=\"btn-action-{{actionButton.text | trimId}}-popover\"\n ></symphony-button-with-icon>\n </symphony-tooltip-wrapper>\n</div>", styles: [".actionButton-tooltip .tooltip{min-width:160px}.actionButton-tooltip .tooltip .tooltip-inner{background-color:#565656;padding:8px 15px;border-radius:.625rem;max-width:250px;font-size:12px;color:#fff}.actionButton-tooltip .sfx-info-tooltip.item-tooltip.top .tooltip-arrow.arrow{border-top-color:#565656}.actionButton-tooltip .sfx-info-tooltip.item-tooltip.right{left:5px!important}.actionButton-tooltip .sfx-info-tooltip.item-tooltip.right .tooltip-arrow.arrow{border-right-color:#565656}.actionButton-tooltip .sfx-info-tooltip.item-tooltip.bottom .tooltip-arrow.arrow{border-bottom-color:#565656}.actionButton-tooltip .sfx-info-tooltip.item-tooltip.left{left:-5px!important}.actionButton-tooltip .sfx-info-tooltip.item-tooltip.left .tooltip-arrow.arrow{border-left-color:#565656}\n"] }]
4026
+ args: [{ selector: 'symphony-grid-actions', encapsulation: ViewEncapsulation.None, template: "<div class=\"sfx-d-inline-block\" *ngFor=\"let actionButton of model\">\n <symphony-button-with-icon\n *ngIf=\"!actionButton.showPopover\"\n (clicked)=\"onButtonClick($event)\"\n [icon]=\"actionButton.icon\"\n [text]=\"actionButton.text\"\n [showActionButton]=\"actionButton.showActionButton\"\n [isDisabled]=\"actionButton.isDisabled\"\n id=\"btn-action-{{ actionButton.text | trimId }}\"\n ></symphony-button-with-icon>\n\n <symphony-tooltip-wrapper\n *ngIf=\"actionButton.showPopover\"\n [tooltipHtml]=\"actionButton.tooltip\"\n [placement]=\"'top'\"\n containerClass=\"sfx-info-tooltip item-tooltip\"\n class=\"actionButton-tooltip\"\n >\n <symphony-button-with-icon\n (clicked)=\"onButtonClick($event)\"\n [icon]=\"actionButton.icon\"\n [text]=\"actionButton.text\"\n [showActionButton]=\"actionButton.showActionButton\"\n [showPopover]=\"actionButton.showPopover\"\n [isDisabled]=\"actionButton.isDisabled\"\n id=\"btn-action-{{ actionButton.text | trimId }}-popover\"\n ></symphony-button-with-icon>\n </symphony-tooltip-wrapper>\n</div>\n", styles: [".actionButton-tooltip .tooltip{min-width:160px}.actionButton-tooltip .tooltip .tooltip-inner{background-color:#565656;padding:8px 15px;border-radius:.625rem;max-width:250px;font-size:12px;color:#fff}.actionButton-tooltip .sfx-info-tooltip.item-tooltip.top .tooltip-arrow.arrow{border-top-color:#565656}.actionButton-tooltip .sfx-info-tooltip.item-tooltip.right{left:5px!important}.actionButton-tooltip .sfx-info-tooltip.item-tooltip.right .tooltip-arrow.arrow{border-right-color:#565656}.actionButton-tooltip .sfx-info-tooltip.item-tooltip.bottom .tooltip-arrow.arrow{border-bottom-color:#565656}.actionButton-tooltip .sfx-info-tooltip.item-tooltip.left{left:-5px!important}.actionButton-tooltip .sfx-info-tooltip.item-tooltip.left .tooltip-arrow.arrow{border-left-color:#565656}\n"] }]
3949
4027
  }], ctorParameters: function () { return []; }, propDecorators: { model: [{
3950
4028
  type: Input
3951
4029
  }], buttonClicked: [{