@getflip/swirl-components-angular 0.167.3 → 0.168.1
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 +26 -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
|
@@ -255,11 +255,11 @@ let SwirlAppLayout = class SwirlAppLayout {
|
|
|
255
255
|
}
|
|
256
256
|
};
|
|
257
257
|
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 });
|
|
258
|
-
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", hideAppBar: "hideAppBar", 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 });
|
|
258
|
+
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", hasNavigation: "hasNavigation", hideAppBar: "hideAppBar", 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 });
|
|
259
259
|
SwirlAppLayout = __decorate([
|
|
260
260
|
ProxyCmp({
|
|
261
261
|
defineCustomElementFn: undefined,
|
|
262
|
-
inputs: ['appName', 'backToNavigationViewButtonLabel', 'ctaIcon', 'ctaLabel', 'hideAppBar', 'navigationBackButtonLabel', 'navigationLabel', 'showNavigationBackButton', 'sidebarCloseButtonLabel', 'sidebarHeading', 'transitionStyle'],
|
|
262
|
+
inputs: ['appName', 'backToNavigationViewButtonLabel', 'ctaIcon', 'ctaLabel', 'hasNavigation', 'hideAppBar', 'navigationBackButtonLabel', 'navigationLabel', 'showNavigationBackButton', 'sidebarCloseButtonLabel', 'sidebarHeading', 'transitionStyle'],
|
|
263
263
|
methods: ['showSidebar', 'hideSidebar', 'toggleSidebar', 'changeMobileView']
|
|
264
264
|
})
|
|
265
265
|
], SwirlAppLayout);
|
|
@@ -269,7 +269,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
269
269
|
selector: 'swirl-app-layout',
|
|
270
270
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
271
271
|
template: '<ng-content></ng-content>',
|
|
272
|
-
inputs: ['appName', 'backToNavigationViewButtonLabel', 'ctaIcon', 'ctaLabel', 'hideAppBar', 'navigationBackButtonLabel', 'navigationLabel', 'showNavigationBackButton', 'sidebarCloseButtonLabel', 'sidebarHeading', 'transitionStyle']
|
|
272
|
+
inputs: ['appName', 'backToNavigationViewButtonLabel', 'ctaIcon', 'ctaLabel', 'hasNavigation', 'hideAppBar', 'navigationBackButtonLabel', 'navigationLabel', 'showNavigationBackButton', 'sidebarCloseButtonLabel', 'sidebarHeading', 'transitionStyle']
|
|
273
273
|
}]
|
|
274
274
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
275
275
|
let SwirlAutocomplete = class SwirlAutocomplete {
|