@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.
- package/dist/cdn/js/kendo-angular-inputs.js +1 -1
- package/dist/cdn/main.js +1 -1
- package/dist/es/package-metadata.js +1 -1
- package/dist/es/shared/textarea.directive.js +3 -0
- package/dist/es/textbox/textbox.directive.js +3 -0
- package/dist/es2015/index.metadata.json +1 -1
- package/dist/es2015/package-metadata.js +1 -1
- package/dist/es2015/shared/textarea.directive.js +3 -0
- package/dist/es2015/textbox/textbox.directive.js +3 -0
- package/dist/fesm2015/index.js +7 -1
- package/dist/fesm5/index.js +7 -1
- package/dist/npm/package-metadata.js +1 -1
- package/dist/npm/shared/textarea.directive.js +3 -0
- package/dist/npm/textbox/textbox.directive.js +3 -0
- package/dist/systemjs/kendo-angular-inputs.js +1 -1
- package/package.json +1 -1
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-inputs',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
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
|
};
|
|
@@ -207,6 +207,9 @@ let TextAreaDirective = TextAreaDirective_1 = class TextAreaDirective {
|
|
|
207
207
|
tslib_1.__decorate([
|
|
208
208
|
HostBinding('class.k-textarea'),
|
|
209
209
|
HostBinding('class.k-input'),
|
|
210
|
+
HostBinding('class.k-input-md'),
|
|
211
|
+
HostBinding('class.k-rounded-md'),
|
|
212
|
+
HostBinding('class.k-input-solid'),
|
|
210
213
|
tslib_1.__metadata("design:type", Boolean)
|
|
211
214
|
], TextAreaDirective.prototype, "elementClasses", void 0);
|
|
212
215
|
tslib_1.__decorate([
|
|
@@ -91,6 +91,9 @@ let TextBoxDirective = TextBoxDirective_1 = class TextBoxDirective {
|
|
|
91
91
|
tslib_1.__decorate([
|
|
92
92
|
HostBinding('class.k-textbox'),
|
|
93
93
|
HostBinding('class.k-input'),
|
|
94
|
+
HostBinding('class.k-input-md'),
|
|
95
|
+
HostBinding('class.k-rounded-md'),
|
|
96
|
+
HostBinding('class.k-input-solid'),
|
|
94
97
|
tslib_1.__metadata("design:type", Boolean)
|
|
95
98
|
], TextBoxDirective.prototype, "hostClasses", void 0);
|
|
96
99
|
tslib_1.__decorate([
|
package/dist/fesm2015/index.js
CHANGED
|
@@ -481,7 +481,7 @@ const packageMetadata = {
|
|
|
481
481
|
name: '@progress/kendo-angular-inputs',
|
|
482
482
|
productName: 'Kendo UI for Angular',
|
|
483
483
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
484
|
-
publishDate:
|
|
484
|
+
publishDate: 1645174882,
|
|
485
485
|
version: '',
|
|
486
486
|
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'
|
|
487
487
|
};
|
|
@@ -2460,6 +2460,9 @@ let TextBoxDirective = TextBoxDirective_1 = class TextBoxDirective {
|
|
|
2460
2460
|
__decorate([
|
|
2461
2461
|
HostBinding('class.k-textbox'),
|
|
2462
2462
|
HostBinding('class.k-input'),
|
|
2463
|
+
HostBinding('class.k-input-md'),
|
|
2464
|
+
HostBinding('class.k-rounded-md'),
|
|
2465
|
+
HostBinding('class.k-input-solid'),
|
|
2463
2466
|
__metadata("design:type", Boolean)
|
|
2464
2467
|
], TextBoxDirective.prototype, "hostClasses", void 0);
|
|
2465
2468
|
__decorate([
|
|
@@ -2677,6 +2680,9 @@ let TextAreaDirective = TextAreaDirective_1 = class TextAreaDirective {
|
|
|
2677
2680
|
__decorate([
|
|
2678
2681
|
HostBinding('class.k-textarea'),
|
|
2679
2682
|
HostBinding('class.k-input'),
|
|
2683
|
+
HostBinding('class.k-input-md'),
|
|
2684
|
+
HostBinding('class.k-rounded-md'),
|
|
2685
|
+
HostBinding('class.k-input-solid'),
|
|
2680
2686
|
__metadata("design:type", Boolean)
|
|
2681
2687
|
], TextAreaDirective.prototype, "elementClasses", void 0);
|
|
2682
2688
|
__decorate([
|
package/dist/fesm5/index.js
CHANGED
|
@@ -514,7 +514,7 @@ var packageMetadata = {
|
|
|
514
514
|
name: '@progress/kendo-angular-inputs',
|
|
515
515
|
productName: 'Kendo UI for Angular',
|
|
516
516
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
517
|
-
publishDate:
|
|
517
|
+
publishDate: 1645174882,
|
|
518
518
|
version: '',
|
|
519
519
|
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'
|
|
520
520
|
};
|
|
@@ -2487,6 +2487,9 @@ var TextBoxDirective = /** @class */ (function () {
|
|
|
2487
2487
|
__decorate([
|
|
2488
2488
|
HostBinding('class.k-textbox'),
|
|
2489
2489
|
HostBinding('class.k-input'),
|
|
2490
|
+
HostBinding('class.k-input-md'),
|
|
2491
|
+
HostBinding('class.k-rounded-md'),
|
|
2492
|
+
HostBinding('class.k-input-solid'),
|
|
2490
2493
|
__metadata("design:type", Boolean)
|
|
2491
2494
|
], TextBoxDirective.prototype, "hostClasses", void 0);
|
|
2492
2495
|
__decorate([
|
|
@@ -2719,6 +2722,9 @@ var TextAreaDirective = /** @class */ (function () {
|
|
|
2719
2722
|
__decorate([
|
|
2720
2723
|
HostBinding('class.k-textarea'),
|
|
2721
2724
|
HostBinding('class.k-input'),
|
|
2725
|
+
HostBinding('class.k-input-md'),
|
|
2726
|
+
HostBinding('class.k-rounded-md'),
|
|
2727
|
+
HostBinding('class.k-input-solid'),
|
|
2722
2728
|
__metadata("design:type", Boolean)
|
|
2723
2729
|
], TextAreaDirective.prototype, "elementClasses", void 0);
|
|
2724
2730
|
__decorate([
|
|
@@ -11,7 +11,7 @@ exports.packageMetadata = {
|
|
|
11
11
|
name: '@progress/kendo-angular-inputs',
|
|
12
12
|
productName: 'Kendo UI for Angular',
|
|
13
13
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
14
|
-
publishDate:
|
|
14
|
+
publishDate: 1645174882,
|
|
15
15
|
version: '',
|
|
16
16
|
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'
|
|
17
17
|
};
|
|
@@ -222,6 +222,9 @@ var TextAreaDirective = /** @class */ (function () {
|
|
|
222
222
|
tslib_1.__decorate([
|
|
223
223
|
core_1.HostBinding('class.k-textarea'),
|
|
224
224
|
core_1.HostBinding('class.k-input'),
|
|
225
|
+
core_1.HostBinding('class.k-input-md'),
|
|
226
|
+
core_1.HostBinding('class.k-rounded-md'),
|
|
227
|
+
core_1.HostBinding('class.k-input-solid'),
|
|
225
228
|
tslib_1.__metadata("design:type", Boolean)
|
|
226
229
|
], TextAreaDirective.prototype, "elementClasses", void 0);
|
|
227
230
|
tslib_1.__decorate([
|
|
@@ -102,6 +102,9 @@ var TextBoxDirective = /** @class */ (function () {
|
|
|
102
102
|
tslib_1.__decorate([
|
|
103
103
|
core_1.HostBinding('class.k-textbox'),
|
|
104
104
|
core_1.HostBinding('class.k-input'),
|
|
105
|
+
core_1.HostBinding('class.k-input-md'),
|
|
106
|
+
core_1.HostBinding('class.k-rounded-md'),
|
|
107
|
+
core_1.HostBinding('class.k-input-solid'),
|
|
105
108
|
tslib_1.__metadata("design:type", Boolean)
|
|
106
109
|
], TextBoxDirective.prototype, "hostClasses", void 0);
|
|
107
110
|
tslib_1.__decorate([
|