@colijnit/corecomponents_v12 12.0.86 → 12.0.87
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 -4
- 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 +2 -4
- package/esm2015/lib/components/input-text/input-text.component.js +2 -2
- package/fesm2015/colijnit-corecomponents_v12.js +2 -4
- package/fesm2015/colijnit-corecomponents_v12.js.map +1 -1
- package/lib/components/input-search/input-search.component.d.ts +0 -1
- package/lib/components/input-search/style/_layout.scss +7 -19
- package/lib/components/input-search/style/_material-definition.scss +3 -0
- package/lib/components/input-text/style/_layout.scss +7 -5
- package/lib/components/input-text/style/_material-definition.scss +1 -0
- package/package.json +1 -1
|
@@ -7804,7 +7804,7 @@
|
|
|
7804
7804
|
hasLeftIcon: [{ type: i0.HostBinding, args: ['class.has-left-icon',] }],
|
|
7805
7805
|
hasRightIcon: [{ type: i0.HostBinding, args: ['class.has-right-icon',] }],
|
|
7806
7806
|
hasOwnLabel: [{ type: i0.HostBinding, args: ["class.has-own-label",] }],
|
|
7807
|
-
hideArrowButtons: [{ type: i0.Input }, { type: i0.HostBinding, args: ['class.
|
|
7807
|
+
hideArrowButtons: [{ type: i0.Input }, { type: i0.HostBinding, args: ['class.hide-arrows',] }],
|
|
7808
7808
|
isSmall: [{ type: i0.HostBinding, args: ['class.is-small',] }, { type: i0.Input }]
|
|
7809
7809
|
};
|
|
7810
7810
|
|
|
@@ -7968,7 +7968,6 @@
|
|
|
7968
7968
|
_this.useLeftIcon = false;
|
|
7969
7969
|
_this.useRightIcon = false;
|
|
7970
7970
|
_this.centerLabel = false;
|
|
7971
|
-
_this.isSmall = false;
|
|
7972
7971
|
return _this;
|
|
7973
7972
|
}
|
|
7974
7973
|
InputSearchComponent.prototype.showClass = function () {
|
|
@@ -7988,7 +7987,7 @@
|
|
|
7988
7987
|
InputSearchComponent.decorators = [
|
|
7989
7988
|
{ type: i0.Component, args: [{
|
|
7990
7989
|
selector: 'co-input-search',
|
|
7991
|
-
template: "\n <co-input-text\n [model]=\"model\"\n [leftIcon]=\"useLeftIcon ? searchIcon : null\"\n [rightIcon]=\"useRightIcon ? searchIcon : null\"\n [placeholder]=\"placeholder\"\n [customHeight]=\"
|
|
7990
|
+
template: "\n <co-input-text\n [model]=\"model\"\n [leftIcon]=\"useLeftIcon ? searchIcon : null\"\n [rightIcon]=\"useRightIcon ? searchIcon : null\"\n [placeholder]=\"placeholder\"\n [customHeight]=\"true\"\n [showPlaceholderOnFocus]=\"false\"\n (modelChange)=\"modelChange.emit($event)\"\n ></co-input-text>\n ",
|
|
7992
7991
|
changeDetection: i0.ChangeDetectionStrategy.OnPush,
|
|
7993
7992
|
encapsulation: i0.ViewEncapsulation.None
|
|
7994
7993
|
},] }
|
|
@@ -7999,7 +7998,6 @@
|
|
|
7999
7998
|
useLeftIcon: [{ type: i0.Input }],
|
|
8000
7999
|
useRightIcon: [{ type: i0.Input }],
|
|
8001
8000
|
centerLabel: [{ type: i0.HostBinding, args: ['class.center-label',] }, { type: i0.Input }],
|
|
8002
|
-
isSmall: [{ type: i0.HostBinding, args: ['class.is-small',] }, { type: i0.Input }],
|
|
8003
8001
|
showClass: [{ type: i0.HostBinding, args: ['class.co-input-search',] }]
|
|
8004
8002
|
};
|
|
8005
8003
|
__decorate([
|