@leanix/components 0.4.588 → 0.4.589

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.
@@ -9733,28 +9733,11 @@ class TruncateButtonComponent {
9733
9733
  }));
9734
9734
  }
9735
9735
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: TruncateButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
9736
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.6", type: TruncateButtonComponent, isStandalone: true, selector: "lx-truncate-button", inputs: { editor: "editor" }, ngImport: i0, template: `
9737
- @if (showToggleButton && activated) {
9738
- <button lx-button color="primary" mode="link" (click)="onClick($event)">
9739
- {{ NAME + key | translate }}
9740
- </button>
9741
- }
9742
- `, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[lx-button]", inputs: ["size", "color", "mode", "pressed", "selected", "square", "circle", "disabled", "icon", "endIcon", "showSpinner"] }, { kind: "pipe", type: TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
9736
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.6", type: TruncateButtonComponent, isStandalone: true, selector: "lx-truncate-button", inputs: { editor: "editor" }, ngImport: i0, template: "@if (showToggleButton && activated) {\n <button lx-button color=\"primary\" mode=\"link\" (click)=\"onClick($event)\">\n {{ NAME + key | translate }}\n </button>\n}\n", dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[lx-button]", inputs: ["size", "color", "mode", "pressed", "selected", "square", "circle", "disabled", "icon", "endIcon", "showSpinner"] }, { kind: "pipe", type: TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
9743
9737
  }
9744
9738
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: TruncateButtonComponent, decorators: [{
9745
9739
  type: Component,
9746
- args: [{
9747
- selector: 'lx-truncate-button',
9748
- template: `
9749
- @if (showToggleButton && activated) {
9750
- <button lx-button color="primary" mode="link" (click)="onClick($event)">
9751
- {{ NAME + key | translate }}
9752
- </button>
9753
- }
9754
- `,
9755
- changeDetection: ChangeDetectionStrategy.OnPush,
9756
- imports: [ButtonComponent, TranslatePipe]
9757
- }]
9740
+ args: [{ selector: 'lx-truncate-button', changeDetection: ChangeDetectionStrategy.OnPush, imports: [ButtonComponent, TranslatePipe], template: "@if (showToggleButton && activated) {\n <button lx-button color=\"primary\" mode=\"link\" (click)=\"onClick($event)\">\n {{ NAME + key | translate }}\n </button>\n}\n" }]
9758
9741
  }], propDecorators: { editor: [{
9759
9742
  type: Input,
9760
9743
  args: [{ required: true }]