@progress/kendo-angular-inputs 8.0.2 → 8.0.3-dev.202202071246
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/textbox/textbox.component.js +2 -2
- package/dist/es2015/package-metadata.js +1 -1
- package/dist/es2015/textbox/textbox.component.js +2 -2
- package/dist/fesm2015/index.js +3 -3
- package/dist/fesm5/index.js +3 -3
- package/dist/npm/package-metadata.js +1 -1
- package/dist/npm/textbox/textbox.component.js +2 -2
- package/dist/systemjs/kendo-angular-inputs.js +1 -1
- package/package.json +1 -1
|
@@ -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:
|
|
12
|
+
publishDate: 1644237797,
|
|
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
|
};
|
|
@@ -489,7 +489,7 @@ var TextBoxComponent = /** @class */ (function () {
|
|
|
489
489
|
get: function () {
|
|
490
490
|
return this.successIcon
|
|
491
491
|
? "" + this.successIcon
|
|
492
|
-
: "k-validation-icon k-icon k-i-check";
|
|
492
|
+
: "k-input-validation-icon k-icon k-i-check";
|
|
493
493
|
},
|
|
494
494
|
enumerable: true,
|
|
495
495
|
configurable: true
|
|
@@ -501,7 +501,7 @@ var TextBoxComponent = /** @class */ (function () {
|
|
|
501
501
|
get: function () {
|
|
502
502
|
return this.errorIcon
|
|
503
503
|
? "" + this.errorIcon
|
|
504
|
-
: "k-validation-icon k-icon k-i-warning";
|
|
504
|
+
: "k-input-validation-icon k-icon k-i-warning";
|
|
505
505
|
},
|
|
506
506
|
enumerable: true,
|
|
507
507
|
configurable: true
|
|
@@ -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: 1644237797,
|
|
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
|
};
|
|
@@ -464,7 +464,7 @@ let TextBoxComponent = TextBoxComponent_1 = class TextBoxComponent {
|
|
|
464
464
|
get successIconClasses() {
|
|
465
465
|
return this.successIcon
|
|
466
466
|
? `${this.successIcon}`
|
|
467
|
-
: `k-validation-icon k-icon k-i-check`;
|
|
467
|
+
: `k-input-validation-icon k-icon k-i-check`;
|
|
468
468
|
}
|
|
469
469
|
/**
|
|
470
470
|
* @hidden
|
|
@@ -472,7 +472,7 @@ let TextBoxComponent = TextBoxComponent_1 = class TextBoxComponent {
|
|
|
472
472
|
get errorIconClasses() {
|
|
473
473
|
return this.errorIcon
|
|
474
474
|
? `${this.errorIcon}`
|
|
475
|
-
: `k-validation-icon k-icon k-i-warning`;
|
|
475
|
+
: `k-input-validation-icon k-icon k-i-warning`;
|
|
476
476
|
}
|
|
477
477
|
/**
|
|
478
478
|
* @hidden
|
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: 1644237797,
|
|
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
|
};
|
|
@@ -6183,7 +6183,7 @@ let TextBoxComponent = TextBoxComponent_1 = class TextBoxComponent {
|
|
|
6183
6183
|
get successIconClasses() {
|
|
6184
6184
|
return this.successIcon
|
|
6185
6185
|
? `${this.successIcon}`
|
|
6186
|
-
: `k-validation-icon k-icon k-i-check`;
|
|
6186
|
+
: `k-input-validation-icon k-icon k-i-check`;
|
|
6187
6187
|
}
|
|
6188
6188
|
/**
|
|
6189
6189
|
* @hidden
|
|
@@ -6191,7 +6191,7 @@ let TextBoxComponent = TextBoxComponent_1 = class TextBoxComponent {
|
|
|
6191
6191
|
get errorIconClasses() {
|
|
6192
6192
|
return this.errorIcon
|
|
6193
6193
|
? `${this.errorIcon}`
|
|
6194
|
-
: `k-validation-icon k-icon k-i-warning`;
|
|
6194
|
+
: `k-input-validation-icon k-icon k-i-warning`;
|
|
6195
6195
|
}
|
|
6196
6196
|
/**
|
|
6197
6197
|
* @hidden
|
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: 1644237797,
|
|
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
|
};
|
|
@@ -6377,7 +6377,7 @@ var TextBoxComponent = /** @class */ (function () {
|
|
|
6377
6377
|
get: function () {
|
|
6378
6378
|
return this.successIcon
|
|
6379
6379
|
? "" + this.successIcon
|
|
6380
|
-
: "k-validation-icon k-icon k-i-check";
|
|
6380
|
+
: "k-input-validation-icon k-icon k-i-check";
|
|
6381
6381
|
},
|
|
6382
6382
|
enumerable: true,
|
|
6383
6383
|
configurable: true
|
|
@@ -6389,7 +6389,7 @@ var TextBoxComponent = /** @class */ (function () {
|
|
|
6389
6389
|
get: function () {
|
|
6390
6390
|
return this.errorIcon
|
|
6391
6391
|
? "" + this.errorIcon
|
|
6392
|
-
: "k-validation-icon k-icon k-i-warning";
|
|
6392
|
+
: "k-input-validation-icon k-icon k-i-warning";
|
|
6393
6393
|
},
|
|
6394
6394
|
enumerable: true,
|
|
6395
6395
|
configurable: true
|
|
@@ -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: 1644237797,
|
|
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
|
};
|
|
@@ -491,7 +491,7 @@ var TextBoxComponent = /** @class */ (function () {
|
|
|
491
491
|
get: function () {
|
|
492
492
|
return this.successIcon
|
|
493
493
|
? "" + this.successIcon
|
|
494
|
-
: "k-validation-icon k-icon k-i-check";
|
|
494
|
+
: "k-input-validation-icon k-icon k-i-check";
|
|
495
495
|
},
|
|
496
496
|
enumerable: true,
|
|
497
497
|
configurable: true
|
|
@@ -503,7 +503,7 @@ var TextBoxComponent = /** @class */ (function () {
|
|
|
503
503
|
get: function () {
|
|
504
504
|
return this.errorIcon
|
|
505
505
|
? "" + this.errorIcon
|
|
506
|
-
: "k-validation-icon k-icon k-i-warning";
|
|
506
|
+
: "k-input-validation-icon k-icon k-i-warning";
|
|
507
507
|
},
|
|
508
508
|
enumerable: true,
|
|
509
509
|
configurable: true
|