@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.
@@ -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.hideArrows',] }],
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]=\"customHeight\"\n [showPlaceholderOnFocus]=\"false\"\n (modelChange)=\"modelChange.emit($event)\"\n ></co-input-text>\n ",
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([