@getflip/swirl-components-angular 0.19.0 → 0.20.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 +2 -2
- package/CHANGELOG.md +25 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +7 -7
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +6 -6
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +6 -6
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +2 -2
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +4 -4
|
@@ -156,11 +156,11 @@ let SwirlAppLayout = class SwirlAppLayout {
|
|
|
156
156
|
}
|
|
157
157
|
};
|
|
158
158
|
SwirlAppLayout.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlAppLayout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
159
|
-
SwirlAppLayout.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlAppLayout, selector: "swirl-app-layout", inputs: {
|
|
159
|
+
SwirlAppLayout.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlAppLayout, selector: "swirl-app-layout", inputs: { appName: "appName", backToNavigationViewButtonLabel: "backToNavigationViewButtonLabel", ctaIcon: "ctaIcon", ctaLabel: "ctaLabel", navigationBackButtonLabel: "navigationBackButtonLabel", navigationLabel: "navigationLabel", showNavigationBackButton: "showNavigationBackButton", sidebarCloseButtonLabel: "sidebarCloseButtonLabel", sidebarHeading: "sidebarHeading", transitionStyle: "transitionStyle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
160
160
|
SwirlAppLayout = __decorate([
|
|
161
161
|
ProxyCmp({
|
|
162
162
|
defineCustomElementFn: undefined,
|
|
163
|
-
inputs: ['
|
|
163
|
+
inputs: ['appName', 'backToNavigationViewButtonLabel', 'ctaIcon', 'ctaLabel', 'navigationBackButtonLabel', 'navigationLabel', 'showNavigationBackButton', 'sidebarCloseButtonLabel', 'sidebarHeading', 'transitionStyle'],
|
|
164
164
|
methods: ['showSidebar', 'hideSidebar', 'toggleSidebar', 'changeMobileView']
|
|
165
165
|
})
|
|
166
166
|
], SwirlAppLayout);
|
|
@@ -170,7 +170,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
170
170
|
selector: 'swirl-app-layout',
|
|
171
171
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
172
172
|
template: '<ng-content></ng-content>',
|
|
173
|
-
inputs: ['
|
|
173
|
+
inputs: ['appName', 'backToNavigationViewButtonLabel', 'ctaIcon', 'ctaLabel', 'navigationBackButtonLabel', 'navigationLabel', 'showNavigationBackButton', 'sidebarCloseButtonLabel', 'sidebarHeading', 'transitionStyle']
|
|
174
174
|
}]
|
|
175
175
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
176
176
|
let SwirlAutocomplete = class SwirlAutocomplete {
|
|
@@ -303,11 +303,11 @@ let SwirlBox = class SwirlBox {
|
|
|
303
303
|
}
|
|
304
304
|
};
|
|
305
305
|
SwirlBox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlBox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
306
|
-
SwirlBox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlBox, selector: "swirl-box", inputs: {
|
|
306
|
+
SwirlBox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlBox, selector: "swirl-box", inputs: { bordered: "bordered", centerBlock: "centerBlock", centerInline: "centerInline", cover: "cover", maxWidth: "maxWidth", overflow: "overflow", padding: "padding" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
307
307
|
SwirlBox = __decorate([
|
|
308
308
|
ProxyCmp({
|
|
309
309
|
defineCustomElementFn: undefined,
|
|
310
|
-
inputs: ['
|
|
310
|
+
inputs: ['bordered', 'centerBlock', 'centerInline', 'cover', 'maxWidth', 'overflow', 'padding']
|
|
311
311
|
})
|
|
312
312
|
], SwirlBox);
|
|
313
313
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlBox, decorators: [{
|
|
@@ -316,7 +316,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
316
316
|
selector: 'swirl-box',
|
|
317
317
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
318
318
|
template: '<ng-content></ng-content>',
|
|
319
|
-
inputs: ['
|
|
319
|
+
inputs: ['bordered', 'centerBlock', 'centerInline', 'cover', 'maxWidth', 'overflow', 'padding']
|
|
320
320
|
}]
|
|
321
321
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
322
322
|
let SwirlButton = class SwirlButton {
|