@getflip/swirl-components-angular 0.113.1 → 0.115.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 +27 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +5 -5
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +4 -4
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +4 -4
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +3 -3
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +5 -5
|
@@ -5385,11 +5385,11 @@ let SwirlStack = class SwirlStack {
|
|
|
5385
5385
|
}
|
|
5386
5386
|
};
|
|
5387
5387
|
SwirlStack.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlStack, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5388
|
-
SwirlStack.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlStack, selector: "swirl-stack", inputs: { align: "align", as: "as", justify: "justify", orientation: "orientation", spacing: "spacing", wrap: "wrap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5388
|
+
SwirlStack.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlStack, selector: "swirl-stack", inputs: { align: "align", as: "as", height: "height", justify: "justify", orientation: "orientation", spacing: "spacing", wrap: "wrap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5389
5389
|
SwirlStack = __decorate([
|
|
5390
5390
|
ProxyCmp({
|
|
5391
5391
|
defineCustomElementFn: undefined,
|
|
5392
|
-
inputs: ['align', 'as', 'justify', 'orientation', 'spacing', 'wrap']
|
|
5392
|
+
inputs: ['align', 'as', 'height', 'justify', 'orientation', 'spacing', 'wrap']
|
|
5393
5393
|
})
|
|
5394
5394
|
], SwirlStack);
|
|
5395
5395
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlStack, decorators: [{
|
|
@@ -5398,7 +5398,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
5398
5398
|
selector: 'swirl-stack',
|
|
5399
5399
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5400
5400
|
template: '<ng-content></ng-content>',
|
|
5401
|
-
inputs: ['align', 'as', 'justify', 'orientation', 'spacing', 'wrap']
|
|
5401
|
+
inputs: ['align', 'as', 'height', 'justify', 'orientation', 'spacing', 'wrap']
|
|
5402
5402
|
}]
|
|
5403
5403
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5404
5404
|
let SwirlStatusIndicator = class SwirlStatusIndicator {
|
|
@@ -7172,7 +7172,7 @@ SwirlThemeProvider = __decorate([
|
|
|
7172
7172
|
ProxyCmp({
|
|
7173
7173
|
defineCustomElementFn: undefined,
|
|
7174
7174
|
inputs: ['config'],
|
|
7175
|
-
methods: ['
|
|
7175
|
+
methods: ['getActiveOSTheme', 'getPreferredOSTheme', 'setPreferredOSTheme', 'resetPreferredOSTheme']
|
|
7176
7176
|
})
|
|
7177
7177
|
], SwirlThemeProvider);
|
|
7178
7178
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlThemeProvider, decorators: [{
|