@klippa/ngx-enhancy-forms 8.2.0 → 8.2.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.
@@ -2000,6 +2000,9 @@
2000
2000
  styles: [":host{display:flex}.componentContainer{align-items:center;background:#fff;border:1px solid #e6ecf5;display:flex;flex:0 0 auto;height:42px;padding:6px .625rem}.componentContainer.disabled{background:#f9f9f9;cursor:not-allowed}.componentContainer input{border:none;color:#888da8;padding:0;text-align:center;width:30px}.componentContainer input.hourInput{width:50px}.componentContainer input::-moz-placeholder{color:#adadad}.componentContainer input:-ms-input-placeholder{color:#adadad}.componentContainer input::placeholder{color:#adadad}.componentContainer .divider{margin:0 .3125rem}"]
2001
2001
  },] }
2002
2002
  ];
2003
+ HourMinuteInputComponent.propDecorators = {
2004
+ placeholders: [{ type: core.Input }]
2005
+ };
2003
2006
 
2004
2007
  var NgxEnhancyFormsModule = /** @class */ (function () {
2005
2008
  function NgxEnhancyFormsModule() {