@getflip/swirl-components-angular 0.192.2 → 0.194.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/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
|
@@ -6142,12 +6142,12 @@ let SwirlSeparator = class SwirlSeparator {
|
|
|
6142
6142
|
this.el = r.nativeElement;
|
|
6143
6143
|
}
|
|
6144
6144
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlSeparator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
6145
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlSeparator, selector: "swirl-separator", inputs: { orientation: "orientation", spacing: "spacing" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6145
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlSeparator, selector: "swirl-separator", inputs: { borderColor: "borderColor", orientation: "orientation", spacing: "spacing" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6146
6146
|
};
|
|
6147
6147
|
SwirlSeparator = __decorate([
|
|
6148
6148
|
ProxyCmp({
|
|
6149
6149
|
defineCustomElementFn: undefined,
|
|
6150
|
-
inputs: ['orientation', 'spacing']
|
|
6150
|
+
inputs: ['borderColor', 'orientation', 'spacing']
|
|
6151
6151
|
})
|
|
6152
6152
|
], SwirlSeparator);
|
|
6153
6153
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlSeparator, decorators: [{
|
|
@@ -6156,7 +6156,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
6156
6156
|
selector: 'swirl-separator',
|
|
6157
6157
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6158
6158
|
template: '<ng-content></ng-content>',
|
|
6159
|
-
inputs: ['orientation', 'spacing']
|
|
6159
|
+
inputs: ['borderColor', 'orientation', 'spacing']
|
|
6160
6160
|
}]
|
|
6161
6161
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
6162
6162
|
let SwirlShellLayout = class SwirlShellLayout {
|
|
@@ -8150,12 +8150,12 @@ let SwirlTag = class SwirlTag {
|
|
|
8150
8150
|
proxyOutputs(this, this.el, ['remove']);
|
|
8151
8151
|
}
|
|
8152
8152
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
8153
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlTag, selector: "swirl-tag", inputs: { intent: "intent", label: "label", removable: "removable", removalButtonLabel: "removalButtonLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8153
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlTag, selector: "swirl-tag", inputs: { bordered: "bordered", intent: "intent", label: "label", removable: "removable", removalButtonLabel: "removalButtonLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8154
8154
|
};
|
|
8155
8155
|
SwirlTag = __decorate([
|
|
8156
8156
|
ProxyCmp({
|
|
8157
8157
|
defineCustomElementFn: undefined,
|
|
8158
|
-
inputs: ['intent', 'label', 'removable', 'removalButtonLabel']
|
|
8158
|
+
inputs: ['bordered', 'intent', 'label', 'removable', 'removalButtonLabel']
|
|
8159
8159
|
})
|
|
8160
8160
|
], SwirlTag);
|
|
8161
8161
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlTag, decorators: [{
|
|
@@ -8164,7 +8164,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
8164
8164
|
selector: 'swirl-tag',
|
|
8165
8165
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8166
8166
|
template: '<ng-content></ng-content>',
|
|
8167
|
-
inputs: ['intent', 'label', 'removable', 'removalButtonLabel']
|
|
8167
|
+
inputs: ['bordered', 'intent', 'label', 'removable', 'removalButtonLabel']
|
|
8168
8168
|
}]
|
|
8169
8169
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
8170
8170
|
let SwirlText = class SwirlText {
|