@getflip/swirl-components-angular 0.36.0 → 0.37.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 +23 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +10 -10
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +9 -9
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +9 -9
- 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 +6 -6
|
@@ -352,11 +352,11 @@ let SwirlBox = class SwirlBox {
|
|
|
352
352
|
}
|
|
353
353
|
};
|
|
354
354
|
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 });
|
|
355
|
-
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 });
|
|
355
|
+
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", paddingBlockEnd: "paddingBlockEnd", paddingBlockStart: "paddingBlockStart", paddingInlineEnd: "paddingInlineEnd", paddingInlineStart: "paddingInlineStart" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
356
356
|
SwirlBox = __decorate([
|
|
357
357
|
ProxyCmp({
|
|
358
358
|
defineCustomElementFn: undefined,
|
|
359
|
-
inputs: ['bordered', 'centerBlock', 'centerInline', 'cover', 'maxWidth', 'overflow', 'padding']
|
|
359
|
+
inputs: ['bordered', 'centerBlock', 'centerInline', 'cover', 'maxWidth', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart']
|
|
360
360
|
})
|
|
361
361
|
], SwirlBox);
|
|
362
362
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlBox, decorators: [{
|
|
@@ -365,7 +365,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
365
365
|
selector: 'swirl-box',
|
|
366
366
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
367
367
|
template: '<ng-content></ng-content>',
|
|
368
|
-
inputs: ['bordered', 'centerBlock', 'centerInline', 'cover', 'maxWidth', 'overflow', 'padding']
|
|
368
|
+
inputs: ['bordered', 'centerBlock', 'centerInline', 'cover', 'maxWidth', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart']
|
|
369
369
|
}]
|
|
370
370
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
371
371
|
let SwirlButton = class SwirlButton {
|
|
@@ -3663,11 +3663,11 @@ let SwirlPagination = class SwirlPagination {
|
|
|
3663
3663
|
}
|
|
3664
3664
|
};
|
|
3665
3665
|
SwirlPagination.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3666
|
-
SwirlPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlPagination, selector: "swirl-pagination", inputs: {
|
|
3666
|
+
SwirlPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlPagination, selector: "swirl-pagination", inputs: { firstPageButtonLabel: "firstPageButtonLabel", label: "label", lastPageButtonLabel: "lastPageButtonLabel", nextButtonLabel: "nextButtonLabel", page: "page", pageLabel: "pageLabel", pageSelectLabel: "pageSelectLabel", pages: "pages", prevButtonLabel: "prevButtonLabel", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3667
3667
|
SwirlPagination = __decorate([
|
|
3668
3668
|
ProxyCmp({
|
|
3669
3669
|
defineCustomElementFn: undefined,
|
|
3670
|
-
inputs: ['
|
|
3670
|
+
inputs: ['firstPageButtonLabel', 'label', 'lastPageButtonLabel', 'nextButtonLabel', 'page', 'pageLabel', 'pageSelectLabel', 'pages', 'prevButtonLabel', 'variant']
|
|
3671
3671
|
})
|
|
3672
3672
|
], SwirlPagination);
|
|
3673
3673
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlPagination, decorators: [{
|
|
@@ -3676,7 +3676,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3676
3676
|
selector: 'swirl-pagination',
|
|
3677
3677
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3678
3678
|
template: '<ng-content></ng-content>',
|
|
3679
|
-
inputs: ['
|
|
3679
|
+
inputs: ['firstPageButtonLabel', 'label', 'lastPageButtonLabel', 'nextButtonLabel', 'page', 'pageLabel', 'pageSelectLabel', 'pages', 'prevButtonLabel', 'variant']
|
|
3680
3680
|
}]
|
|
3681
3681
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3682
3682
|
let SwirlPdfReader = class SwirlPdfReader {
|
|
@@ -3887,11 +3887,11 @@ let SwirlSearch = class SwirlSearch {
|
|
|
3887
3887
|
}
|
|
3888
3888
|
};
|
|
3889
3889
|
SwirlSearch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSearch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3890
|
-
SwirlSearch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSearch, selector: "swirl-search", inputs: { autoFocus: "autoFocus", clearButtonLabel: "clearButtonLabel", disabled: "disabled", inputId: "inputId", inputName: "inputName", label: "label", placeholder: "placeholder", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3890
|
+
SwirlSearch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSearch, selector: "swirl-search", inputs: { autoFocus: "autoFocus", clearButtonLabel: "clearButtonLabel", disabled: "disabled", inputId: "inputId", inputName: "inputName", label: "label", placeholder: "placeholder", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3891
3891
|
SwirlSearch = __decorate([
|
|
3892
3892
|
ProxyCmp({
|
|
3893
3893
|
defineCustomElementFn: undefined,
|
|
3894
|
-
inputs: ['autoFocus', 'clearButtonLabel', 'disabled', 'inputId', 'inputName', 'label', 'placeholder', 'value']
|
|
3894
|
+
inputs: ['autoFocus', 'clearButtonLabel', 'disabled', 'inputId', 'inputName', 'label', 'placeholder', 'value', 'variant']
|
|
3895
3895
|
})
|
|
3896
3896
|
], SwirlSearch);
|
|
3897
3897
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSearch, decorators: [{
|
|
@@ -3900,7 +3900,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3900
3900
|
selector: 'swirl-search',
|
|
3901
3901
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3902
3902
|
template: '<ng-content></ng-content>',
|
|
3903
|
-
inputs: ['autoFocus', 'clearButtonLabel', 'disabled', 'inputId', 'inputName', 'label', 'placeholder', 'value']
|
|
3903
|
+
inputs: ['autoFocus', 'clearButtonLabel', 'disabled', 'inputId', 'inputName', 'label', 'placeholder', 'value', 'variant']
|
|
3904
3904
|
}]
|
|
3905
3905
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3906
3906
|
let SwirlSelect = class SwirlSelect {
|