@getflip/swirl-components-angular 0.202.1 → 0.203.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 +15 -0
- package/dist/component-library/esm2022/lib/stencil-generated/components.mjs +7 -7
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +6 -6
- package/dist/component-library/fesm2022/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
|
@@ -8025,11 +8025,11 @@ let SwirlTabBar = class SwirlTabBar {
|
|
|
8025
8025
|
proxyOutputs(this, this.el, ['activateNextTab', 'activatePreviousTab', 'activateTab']);
|
|
8026
8026
|
}
|
|
8027
8027
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlTabBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
8028
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlTabBar, selector: "swirl-tab-bar", inputs: { disableTabSemantics: "disableTabSemantics", label: "label", tabs: "tabs" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8028
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlTabBar, selector: "swirl-tab-bar", inputs: { disableTabSemantics: "disableTabSemantics", justify: "justify", label: "label", paddingInlineEnd: "paddingInlineEnd", paddingInlineStart: "paddingInlineStart", tabs: "tabs" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8029
8029
|
};
|
|
8030
8030
|
SwirlTabBar = __decorate([
|
|
8031
8031
|
ProxyCmp({
|
|
8032
|
-
inputs: ['disableTabSemantics', 'label', 'tabs']
|
|
8032
|
+
inputs: ['disableTabSemantics', 'justify', 'label', 'paddingInlineEnd', 'paddingInlineStart', 'tabs']
|
|
8033
8033
|
})
|
|
8034
8034
|
], SwirlTabBar);
|
|
8035
8035
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlTabBar, decorators: [{
|
|
@@ -8039,7 +8039,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
8039
8039
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8040
8040
|
template: '<ng-content></ng-content>',
|
|
8041
8041
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8042
|
-
inputs: ['disableTabSemantics', 'label', 'tabs'],
|
|
8042
|
+
inputs: ['disableTabSemantics', 'justify', 'label', 'paddingInlineEnd', 'paddingInlineStart', 'tabs'],
|
|
8043
8043
|
}]
|
|
8044
8044
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
8045
8045
|
let SwirlTable = class SwirlTable {
|
|
@@ -8181,11 +8181,11 @@ let SwirlTabs = class SwirlTabs {
|
|
|
8181
8181
|
proxyOutputs(this, this.el, ['tabActivated']);
|
|
8182
8182
|
}
|
|
8183
8183
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
8184
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlTabs, selector: "swirl-tabs", inputs: { initialTab: "initialTab", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8184
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlTabs, selector: "swirl-tabs", inputs: { initialTab: "initialTab", justifyTabBar: "justifyTabBar", label: "label", tabBarPaddingInlineEnd: "tabBarPaddingInlineEnd", tabBarPaddingInlineStart: "tabBarPaddingInlineStart" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8185
8185
|
};
|
|
8186
8186
|
SwirlTabs = __decorate([
|
|
8187
8187
|
ProxyCmp({
|
|
8188
|
-
inputs: ['initialTab', 'label'],
|
|
8188
|
+
inputs: ['initialTab', 'justifyTabBar', 'label', 'tabBarPaddingInlineEnd', 'tabBarPaddingInlineStart'],
|
|
8189
8189
|
methods: ['activateTab']
|
|
8190
8190
|
})
|
|
8191
8191
|
], SwirlTabs);
|
|
@@ -8196,7 +8196,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
8196
8196
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8197
8197
|
template: '<ng-content></ng-content>',
|
|
8198
8198
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8199
|
-
inputs: ['initialTab', 'label'],
|
|
8199
|
+
inputs: ['initialTab', 'justifyTabBar', 'label', 'tabBarPaddingInlineEnd', 'tabBarPaddingInlineStart'],
|
|
8200
8200
|
}]
|
|
8201
8201
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
8202
8202
|
let SwirlTag = class SwirlTag {
|