@getflip/swirl-components-angular 0.199.0 → 0.200.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 +1 -1
- package/CHANGELOG.md +14 -0
- package/dist/component-library/esm2022/lib/stencil-generated/components.mjs +4 -4
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +3 -3
- package/dist/component-library/fesm2022/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
|
@@ -227,11 +227,11 @@ let SwirlAppBar = class SwirlAppBar {
|
|
|
227
227
|
proxyOutputs(this, this.el, ['backButtonClick', 'closeButtonClick', 'stepUpButtonClick', 'stepDownButtonClick']);
|
|
228
228
|
}
|
|
229
229
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlAppBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
230
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlAppBar, selector: "swirl-app-bar", inputs: { backButtonLabel: "backButtonLabel", closeButtonIcon: "closeButtonIcon", closeButtonLabel: "closeButtonLabel", showBackButton: "showBackButton", showCloseButton: "showCloseButton", showStepperControls: "showStepperControls", stepDownButtonLabel: "stepDownButtonLabel", stepUpButtonLabel: "stepUpButtonLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
230
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlAppBar, selector: "swirl-app-bar", inputs: { backButtonLabel: "backButtonLabel", closeButtonIcon: "closeButtonIcon", closeButtonLabel: "closeButtonLabel", paddingInlineEnd: "paddingInlineEnd", paddingInlineStart: "paddingInlineStart", showBackButton: "showBackButton", showCloseButton: "showCloseButton", showStepperControls: "showStepperControls", stepDownButtonLabel: "stepDownButtonLabel", stepUpButtonLabel: "stepUpButtonLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
231
231
|
};
|
|
232
232
|
SwirlAppBar = __decorate([
|
|
233
233
|
ProxyCmp({
|
|
234
|
-
inputs: ['backButtonLabel', 'closeButtonIcon', 'closeButtonLabel', 'showBackButton', 'showCloseButton', 'showStepperControls', 'stepDownButtonLabel', 'stepUpButtonLabel']
|
|
234
|
+
inputs: ['backButtonLabel', 'closeButtonIcon', 'closeButtonLabel', 'paddingInlineEnd', 'paddingInlineStart', 'showBackButton', 'showCloseButton', 'showStepperControls', 'stepDownButtonLabel', 'stepUpButtonLabel']
|
|
235
235
|
})
|
|
236
236
|
], SwirlAppBar);
|
|
237
237
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlAppBar, decorators: [{
|
|
@@ -241,7 +241,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
241
241
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
242
242
|
template: '<ng-content></ng-content>',
|
|
243
243
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
244
|
-
inputs: ['backButtonLabel', 'closeButtonIcon', 'closeButtonLabel', 'showBackButton', 'showCloseButton', 'showStepperControls', 'stepDownButtonLabel', 'stepUpButtonLabel'],
|
|
244
|
+
inputs: ['backButtonLabel', 'closeButtonIcon', 'closeButtonLabel', 'paddingInlineEnd', 'paddingInlineStart', 'showBackButton', 'showCloseButton', 'showStepperControls', 'stepDownButtonLabel', 'stepUpButtonLabel'],
|
|
245
245
|
}]
|
|
246
246
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
247
247
|
let SwirlAppIcon = class SwirlAppIcon {
|