@progress/kendo-angular-inputs 8.0.4 → 8.0.5-dev.202202180904

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.
@@ -9,7 +9,7 @@ export var packageMetadata = {
9
9
  name: '@progress/kendo-angular-inputs',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1644999551,
12
+ publishDate: 1645174882,
13
13
  version: '',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
15
15
  };
@@ -220,6 +220,9 @@ var TextAreaDirective = /** @class */ (function () {
220
220
  tslib_1.__decorate([
221
221
  HostBinding('class.k-textarea'),
222
222
  HostBinding('class.k-input'),
223
+ HostBinding('class.k-input-md'),
224
+ HostBinding('class.k-rounded-md'),
225
+ HostBinding('class.k-input-solid'),
223
226
  tslib_1.__metadata("design:type", Boolean)
224
227
  ], TextAreaDirective.prototype, "elementClasses", void 0);
225
228
  tslib_1.__decorate([
@@ -100,6 +100,9 @@ var TextBoxDirective = /** @class */ (function () {
100
100
  tslib_1.__decorate([
101
101
  HostBinding('class.k-textbox'),
102
102
  HostBinding('class.k-input'),
103
+ HostBinding('class.k-input-md'),
104
+ HostBinding('class.k-rounded-md'),
105
+ HostBinding('class.k-input-solid'),
103
106
  tslib_1.__metadata("design:type", Boolean)
104
107
  ], TextBoxDirective.prototype, "hostClasses", void 0);
105
108
  tslib_1.__decorate([