@getflip/swirl-components-angular 0.63.5 → 0.64.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.
@@ -572,11 +572,11 @@ let SwirlConsoleLayout = class SwirlConsoleLayout {
572
572
  }
573
573
  };
574
574
  SwirlConsoleLayout.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlConsoleLayout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
575
- SwirlConsoleLayout.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlConsoleLayout, selector: "swirl-console-layout", inputs: { appName: "appName", backButonLabel: "backButonLabel", heading: "heading", helpButonLabel: "helpButonLabel", hideNavigationButtonLabel: "hideNavigationButtonLabel", logoText: "logoText", navigationLabel: "navigationLabel", showBackButton: "showBackButton", showHelpButton: "showHelpButton", showNavigationButtonLabel: "showNavigationButtonLabel", subheading: "subheading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
575
+ SwirlConsoleLayout.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlConsoleLayout, selector: "swirl-console-layout", inputs: { appName: "appName", backButonLabel: "backButonLabel", heading: "heading", helpButonLabel: "helpButonLabel", hideNavigationButtonLabel: "hideNavigationButtonLabel", logoText: "logoText", maxContentWidth: "maxContentWidth", navigationLabel: "navigationLabel", showBackButton: "showBackButton", showHelpButton: "showHelpButton", showNavigationButtonLabel: "showNavigationButtonLabel", subheading: "subheading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
576
576
  SwirlConsoleLayout = __decorate([
577
577
  ProxyCmp({
578
578
  defineCustomElementFn: undefined,
579
- inputs: ['appName', 'backButonLabel', 'heading', 'helpButonLabel', 'hideNavigationButtonLabel', 'logoText', 'navigationLabel', 'showBackButton', 'showHelpButton', 'showNavigationButtonLabel', 'subheading'],
579
+ inputs: ['appName', 'backButonLabel', 'heading', 'helpButonLabel', 'hideNavigationButtonLabel', 'logoText', 'maxContentWidth', 'navigationLabel', 'showBackButton', 'showHelpButton', 'showNavigationButtonLabel', 'subheading'],
580
580
  methods: ['toggleSidebar', 'showSidebar', 'hideSidebar']
581
581
  })
582
582
  ], SwirlConsoleLayout);
@@ -586,7 +586,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
586
586
  selector: 'swirl-console-layout',
587
587
  changeDetection: ChangeDetectionStrategy.OnPush,
588
588
  template: '<ng-content></ng-content>',
589
- inputs: ['appName', 'backButonLabel', 'heading', 'helpButonLabel', 'hideNavigationButtonLabel', 'logoText', 'navigationLabel', 'showBackButton', 'showHelpButton', 'showNavigationButtonLabel', 'subheading']
589
+ inputs: ['appName', 'backButonLabel', 'heading', 'helpButonLabel', 'hideNavigationButtonLabel', 'logoText', 'maxContentWidth', 'navigationLabel', 'showBackButton', 'showHelpButton', 'showNavigationButtonLabel', 'subheading']
590
590
  }]
591
591
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
592
592
  let SwirlDateInput = class SwirlDateInput {