@colijnit/corecomponents_v12 12.0.59 → 12.0.60
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/bundles/colijnit-corecomponents_v12.umd.js +2 -0
- package/bundles/colijnit-corecomponents_v12.umd.js.map +1 -1
- package/colijnit-corecomponents_v12.metadata.json +1 -1
- package/esm2015/lib/components/input-search/input-search.component.js +3 -1
- package/fesm2015/colijnit-corecomponents_v12.js +2 -0
- package/fesm2015/colijnit-corecomponents_v12.js.map +1 -1
- package/lib/components/input-search/input-search.component.d.ts +1 -0
- package/lib/components/input-search/style/_layout.scss +20 -0
- package/package.json +1 -1
- package/colijnit-corecomponents_v12-12.0.59.tgz +0 -0
|
@@ -7685,6 +7685,7 @@
|
|
|
7685
7685
|
_this.useLeftIcon = false;
|
|
7686
7686
|
_this.useRightIcon = false;
|
|
7687
7687
|
_this.noIcon = false;
|
|
7688
|
+
_this.isSmall = false;
|
|
7688
7689
|
return _this;
|
|
7689
7690
|
}
|
|
7690
7691
|
InputSearchComponent.prototype.showClass = function () {
|
|
@@ -7714,6 +7715,7 @@
|
|
|
7714
7715
|
useLeftIcon: [{ type: core.Input }],
|
|
7715
7716
|
useRightIcon: [{ type: core.Input }],
|
|
7716
7717
|
noIcon: [{ type: core.HostBinding, args: ['class.no-icon',] }, { type: core.Input }],
|
|
7718
|
+
isSmall: [{ type: core.HostBinding, args: ['class.is-small',] }, { type: core.Input }],
|
|
7717
7719
|
showClass: [{ type: core.HostBinding, args: ['class.co-input-search',] }]
|
|
7718
7720
|
};
|
|
7719
7721
|
__decorate([
|