@getflip/swirl-components-angular 0.63.6 → 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.
- package/.turbo/turbo-build.log +5 -5
- package/CHANGELOG.md +18 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +4 -4
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +3 -3
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +3 -3
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +1 -1
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +2 -2
|
@@ -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 {
|