@getflip/swirl-components-angular 0.169.1 → 0.171.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 +33 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +7 -7
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +6 -6
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +6 -6
- package/dist/component-library/fesm2020/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
|
@@ -5202,11 +5202,11 @@ let SwirlMenuItem = class SwirlMenuItem {
|
|
|
5202
5202
|
}
|
|
5203
5203
|
};
|
|
5204
5204
|
SwirlMenuItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5205
|
-
SwirlMenuItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlMenuItem, selector: "swirl-menu-item", inputs: { description: "description", disabled: "disabled", expanded: "expanded", icon: "icon", intent: "intent", label: "label", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5205
|
+
SwirlMenuItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlMenuItem, selector: "swirl-menu-item", inputs: { description: "description", disabled: "disabled", expanded: "expanded", icon: "icon", intent: "intent", label: "label", suffix: "suffix", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5206
5206
|
SwirlMenuItem = __decorate([
|
|
5207
5207
|
ProxyCmp({
|
|
5208
5208
|
defineCustomElementFn: undefined,
|
|
5209
|
-
inputs: ['description', 'disabled', 'expanded', 'icon', 'intent', 'label', 'value'],
|
|
5209
|
+
inputs: ['description', 'disabled', 'expanded', 'icon', 'intent', 'label', 'suffix', 'value'],
|
|
5210
5210
|
methods: ['getSubMenu', 'getParentMenu']
|
|
5211
5211
|
})
|
|
5212
5212
|
], SwirlMenuItem);
|
|
@@ -5216,7 +5216,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
5216
5216
|
selector: 'swirl-menu-item',
|
|
5217
5217
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5218
5218
|
template: '<ng-content></ng-content>',
|
|
5219
|
-
inputs: ['description', 'disabled', 'expanded', 'icon', 'intent', 'label', 'value']
|
|
5219
|
+
inputs: ['description', 'disabled', 'expanded', 'icon', 'intent', 'label', 'suffix', 'value']
|
|
5220
5220
|
}]
|
|
5221
5221
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5222
5222
|
let SwirlModal = class SwirlModal {
|
|
@@ -5822,11 +5822,11 @@ let SwirlSwitch = class SwirlSwitch {
|
|
|
5822
5822
|
}
|
|
5823
5823
|
};
|
|
5824
5824
|
SwirlSwitch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5825
|
-
SwirlSwitch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSwitch, selector: "swirl-switch", inputs: { checked: "checked", disabled: "disabled", hideLabel: "hideLabel", inputId: "inputId", inputName: "inputName", label: "label", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5825
|
+
SwirlSwitch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSwitch, selector: "swirl-switch", inputs: { checked: "checked", disabled: "disabled", hideLabel: "hideLabel", inputId: "inputId", inputName: "inputName", label: "label", labelPosition: "labelPosition", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5826
5826
|
SwirlSwitch = __decorate([
|
|
5827
5827
|
ProxyCmp({
|
|
5828
5828
|
defineCustomElementFn: undefined,
|
|
5829
|
-
inputs: ['checked', 'disabled', 'hideLabel', 'inputId', 'inputName', 'label', 'value']
|
|
5829
|
+
inputs: ['checked', 'disabled', 'hideLabel', 'inputId', 'inputName', 'label', 'labelPosition', 'value']
|
|
5830
5830
|
})
|
|
5831
5831
|
], SwirlSwitch);
|
|
5832
5832
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSwitch, decorators: [{
|
|
@@ -5835,7 +5835,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
5835
5835
|
selector: 'swirl-switch',
|
|
5836
5836
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5837
5837
|
template: '<ng-content></ng-content>',
|
|
5838
|
-
inputs: ['checked', 'disabled', 'hideLabel', 'inputId', 'inputName', 'label', 'value']
|
|
5838
|
+
inputs: ['checked', 'disabled', 'hideLabel', 'inputId', 'inputName', 'label', 'labelPosition', 'value']
|
|
5839
5839
|
}]
|
|
5840
5840
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5841
5841
|
let SwirlSymbol = class SwirlSymbol {
|