@getflip/swirl-components-angular 0.158.0 → 0.159.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 +21 -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
|
@@ -7428,11 +7428,11 @@ let SwirlTableRowGroup = class SwirlTableRowGroup {
|
|
|
7428
7428
|
}
|
|
7429
7429
|
};
|
|
7430
7430
|
SwirlTableRowGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlTableRowGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
7431
|
-
SwirlTableRowGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlTableRowGroup, selector: "swirl-table-row-group", inputs: { label: "label", tooltip: "tooltip" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
7431
|
+
SwirlTableRowGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlTableRowGroup, selector: "swirl-table-row-group", inputs: { collapseButtonLabel: "collapseButtonLabel", collapsible: "collapsible", label: "label", tooltip: "tooltip" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
7432
7432
|
SwirlTableRowGroup = __decorate([
|
|
7433
7433
|
ProxyCmp({
|
|
7434
7434
|
defineCustomElementFn: undefined,
|
|
7435
|
-
inputs: ['label', 'tooltip']
|
|
7435
|
+
inputs: ['collapseButtonLabel', 'collapsible', 'label', 'tooltip']
|
|
7436
7436
|
})
|
|
7437
7437
|
], SwirlTableRowGroup);
|
|
7438
7438
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlTableRowGroup, decorators: [{
|
|
@@ -7441,7 +7441,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
7441
7441
|
selector: 'swirl-table-row-group',
|
|
7442
7442
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7443
7443
|
template: '<ng-content></ng-content>',
|
|
7444
|
-
inputs: ['label', 'tooltip']
|
|
7444
|
+
inputs: ['collapseButtonLabel', 'collapsible', 'label', 'tooltip']
|
|
7445
7445
|
}]
|
|
7446
7446
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
7447
7447
|
let SwirlTabs = class SwirlTabs {
|