@getflip/swirl-components-angular 0.87.0 → 0.88.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 +39 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +13 -13
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +12 -12
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +12 -12
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +4 -4
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +8 -8
|
@@ -499,11 +499,11 @@ let SwirlCheckbox = class SwirlCheckbox {
|
|
|
499
499
|
}
|
|
500
500
|
};
|
|
501
501
|
SwirlCheckbox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
502
|
-
SwirlCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlCheckbox, selector: "swirl-checkbox", inputs: { checked: "checked", description: "description", disabled: "disabled", inputId: "inputId", inputName: "inputName", invalid: "invalid", label: "label", labelWeight: "labelWeight", swirlAriaDescribedby: "swirlAriaDescribedby", swirlAriaLabel: "swirlAriaLabel", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
502
|
+
SwirlCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlCheckbox, selector: "swirl-checkbox", inputs: { checked: "checked", description: "description", disabled: "disabled", inputId: "inputId", inputName: "inputName", invalid: "invalid", label: "label", labelWeight: "labelWeight", swirlAriaDescribedby: "swirlAriaDescribedby", swirlAriaLabel: "swirlAriaLabel", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
503
503
|
SwirlCheckbox = __decorate([
|
|
504
504
|
ProxyCmp({
|
|
505
505
|
defineCustomElementFn: undefined,
|
|
506
|
-
inputs: ['checked', 'description', 'disabled', 'inputId', 'inputName', 'invalid', 'label', 'labelWeight', 'swirlAriaDescribedby', 'swirlAriaLabel', 'value']
|
|
506
|
+
inputs: ['checked', 'description', 'disabled', 'inputId', 'inputName', 'invalid', 'label', 'labelWeight', 'swirlAriaDescribedby', 'swirlAriaLabel', 'value', 'variant']
|
|
507
507
|
})
|
|
508
508
|
], SwirlCheckbox);
|
|
509
509
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlCheckbox, decorators: [{
|
|
@@ -512,7 +512,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
512
512
|
selector: 'swirl-checkbox',
|
|
513
513
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
514
514
|
template: '<ng-content></ng-content>',
|
|
515
|
-
inputs: ['checked', 'description', 'disabled', 'inputId', 'inputName', 'invalid', 'label', 'labelWeight', 'swirlAriaDescribedby', 'swirlAriaLabel', 'value']
|
|
515
|
+
inputs: ['checked', 'description', 'disabled', 'inputId', 'inputName', 'invalid', 'label', 'labelWeight', 'swirlAriaDescribedby', 'swirlAriaLabel', 'value', 'variant']
|
|
516
516
|
}]
|
|
517
517
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
518
518
|
let SwirlChip = class SwirlChip {
|
|
@@ -524,11 +524,11 @@ let SwirlChip = class SwirlChip {
|
|
|
524
524
|
}
|
|
525
525
|
};
|
|
526
526
|
SwirlChip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
527
|
-
SwirlChip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlChip, selector: "swirl-chip", inputs: { borderRadius: "borderRadius", icon: "icon", iconColor: "iconColor", intent: "intent", interactive: "interactive", label: "label", progress: "progress", progressBarLabel: "progressBarLabel", removable: "removable", removeButtonLabel: "removeButtonLabel", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
527
|
+
SwirlChip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlChip, selector: "swirl-chip", inputs: { borderRadius: "borderRadius", icon: "icon", iconColor: "iconColor", intent: "intent", interactive: "interactive", label: "label", pressed: "pressed", progress: "progress", progressBarLabel: "progressBarLabel", removable: "removable", removeButtonLabel: "removeButtonLabel", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
528
528
|
SwirlChip = __decorate([
|
|
529
529
|
ProxyCmp({
|
|
530
530
|
defineCustomElementFn: undefined,
|
|
531
|
-
inputs: ['borderRadius', 'icon', 'iconColor', 'intent', 'interactive', 'label', 'progress', 'progressBarLabel', 'removable', 'removeButtonLabel', 'size', 'variant']
|
|
531
|
+
inputs: ['borderRadius', 'icon', 'iconColor', 'intent', 'interactive', 'label', 'pressed', 'progress', 'progressBarLabel', 'removable', 'removeButtonLabel', 'size', 'variant']
|
|
532
532
|
})
|
|
533
533
|
], SwirlChip);
|
|
534
534
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlChip, decorators: [{
|
|
@@ -537,7 +537,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
537
537
|
selector: 'swirl-chip',
|
|
538
538
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
539
539
|
template: '<ng-content></ng-content>',
|
|
540
|
-
inputs: ['borderRadius', 'icon', 'iconColor', 'intent', 'interactive', 'label', 'progress', 'progressBarLabel', 'removable', 'removeButtonLabel', 'size', 'variant']
|
|
540
|
+
inputs: ['borderRadius', 'icon', 'iconColor', 'intent', 'interactive', 'label', 'pressed', 'progress', 'progressBarLabel', 'removable', 'removeButtonLabel', 'size', 'variant']
|
|
541
541
|
}]
|
|
542
542
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
543
543
|
let SwirlColumns = class SwirlColumns {
|
|
@@ -670,11 +670,11 @@ let SwirlDescriptionListItem = class SwirlDescriptionListItem {
|
|
|
670
670
|
}
|
|
671
671
|
};
|
|
672
672
|
SwirlDescriptionListItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlDescriptionListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
673
|
-
SwirlDescriptionListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlDescriptionListItem, selector: "swirl-description-list-item", inputs: { bordered: "bordered", orientation: "orientation", term: "term" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
673
|
+
SwirlDescriptionListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlDescriptionListItem, selector: "swirl-description-list-item", inputs: { bordered: "bordered", maxWidth: "maxWidth", orientation: "orientation", term: "term" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
674
674
|
SwirlDescriptionListItem = __decorate([
|
|
675
675
|
ProxyCmp({
|
|
676
676
|
defineCustomElementFn: undefined,
|
|
677
|
-
inputs: ['bordered', 'orientation', 'term']
|
|
677
|
+
inputs: ['bordered', 'maxWidth', 'orientation', 'term']
|
|
678
678
|
})
|
|
679
679
|
], SwirlDescriptionListItem);
|
|
680
680
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlDescriptionListItem, decorators: [{
|
|
@@ -683,7 +683,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
683
683
|
selector: 'swirl-description-list-item',
|
|
684
684
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
685
685
|
template: '<ng-content></ng-content>',
|
|
686
|
-
inputs: ['bordered', 'orientation', 'term']
|
|
686
|
+
inputs: ['bordered', 'maxWidth', 'orientation', 'term']
|
|
687
687
|
}]
|
|
688
688
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
689
689
|
let SwirlDialog = class SwirlDialog {
|
|
@@ -4823,11 +4823,11 @@ let SwirlRadio = class SwirlRadio {
|
|
|
4823
4823
|
}
|
|
4824
4824
|
};
|
|
4825
4825
|
SwirlRadio.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4826
|
-
SwirlRadio.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlRadio, selector: "swirl-radio", inputs: { checked: "checked", description: "description", disabled: "disabled", inputId: "inputId", inputName: "inputName", invalid: "invalid", label: "label", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4826
|
+
SwirlRadio.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlRadio, selector: "swirl-radio", inputs: { checked: "checked", description: "description", disabled: "disabled", inputId: "inputId", inputName: "inputName", invalid: "invalid", label: "label", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4827
4827
|
SwirlRadio = __decorate([
|
|
4828
4828
|
ProxyCmp({
|
|
4829
4829
|
defineCustomElementFn: undefined,
|
|
4830
|
-
inputs: ['checked', 'description', 'disabled', 'inputId', 'inputName', 'invalid', 'label', 'value']
|
|
4830
|
+
inputs: ['checked', 'description', 'disabled', 'inputId', 'inputName', 'invalid', 'label', 'value', 'variant']
|
|
4831
4831
|
})
|
|
4832
4832
|
], SwirlRadio);
|
|
4833
4833
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlRadio, decorators: [{
|
|
@@ -4836,7 +4836,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4836
4836
|
selector: 'swirl-radio',
|
|
4837
4837
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4838
4838
|
template: '<ng-content></ng-content>',
|
|
4839
|
-
inputs: ['checked', 'description', 'disabled', 'inputId', 'inputName', 'invalid', 'label', 'value']
|
|
4839
|
+
inputs: ['checked', 'description', 'disabled', 'inputId', 'inputName', 'invalid', 'label', 'value', 'variant']
|
|
4840
4840
|
}]
|
|
4841
4841
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4842
4842
|
let SwirlRadioGroup = class SwirlRadioGroup {
|