@getflip/swirl-components-angular 0.117.0 → 0.118.1
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 +26 -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
|
@@ -4917,11 +4917,11 @@ let SwirlOptionListItem = class SwirlOptionListItem {
|
|
|
4917
4917
|
}
|
|
4918
4918
|
};
|
|
4919
4919
|
SwirlOptionListItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlOptionListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4920
|
-
SwirlOptionListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlOptionListItem, selector: "swirl-option-list-item", inputs: { allowDrag: "allowDrag", context: "context", disabled: "disabled", dragHandleDescription: "dragHandleDescription", dragHandleLabel: "dragHandleLabel", dragging: "dragging", icon: "icon", label: "label", selected: "selected", swirlAriaRole: "swirlAriaRole", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4920
|
+
SwirlOptionListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlOptionListItem, selector: "swirl-option-list-item", inputs: { allowDrag: "allowDrag", context: "context", description: "description", disabled: "disabled", dragHandleDescription: "dragHandleDescription", dragHandleLabel: "dragHandleLabel", dragging: "dragging", icon: "icon", label: "label", selected: "selected", swirlAriaRole: "swirlAriaRole", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4921
4921
|
SwirlOptionListItem = __decorate([
|
|
4922
4922
|
ProxyCmp({
|
|
4923
4923
|
defineCustomElementFn: undefined,
|
|
4924
|
-
inputs: ['allowDrag', 'context', 'disabled', 'dragHandleDescription', 'dragHandleLabel', 'dragging', 'icon', 'label', 'selected', 'swirlAriaRole', 'value']
|
|
4924
|
+
inputs: ['allowDrag', 'context', 'description', 'disabled', 'dragHandleDescription', 'dragHandleLabel', 'dragging', 'icon', 'label', 'selected', 'swirlAriaRole', 'value']
|
|
4925
4925
|
})
|
|
4926
4926
|
], SwirlOptionListItem);
|
|
4927
4927
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlOptionListItem, decorators: [{
|
|
@@ -4930,7 +4930,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4930
4930
|
selector: 'swirl-option-list-item',
|
|
4931
4931
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4932
4932
|
template: '<ng-content></ng-content>',
|
|
4933
|
-
inputs: ['allowDrag', 'context', 'disabled', 'dragHandleDescription', 'dragHandleLabel', 'dragging', 'icon', 'label', 'selected', 'swirlAriaRole', 'value']
|
|
4933
|
+
inputs: ['allowDrag', 'context', 'description', 'disabled', 'dragHandleDescription', 'dragHandleLabel', 'dragging', 'icon', 'label', 'selected', 'swirlAriaRole', 'value']
|
|
4934
4934
|
}]
|
|
4935
4935
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4936
4936
|
let SwirlOptionListSection = class SwirlOptionListSection {
|