@progress/kendo-angular-inputs 16.7.0 → 16.7.1-develop.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.
|
@@ -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:
|
|
13
|
-
version: '16.7.
|
|
12
|
+
publishDate: 1723123467,
|
|
13
|
+
version: '16.7.1-develop.1',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -39,10 +39,6 @@ export class TextBoxComponent {
|
|
|
39
39
|
* @hidden
|
|
40
40
|
*/
|
|
41
41
|
this.focusableId = `k-${guid()}`;
|
|
42
|
-
/**
|
|
43
|
-
* Sets the `title` attribute of the `input` element of the TextBox.
|
|
44
|
-
*/
|
|
45
|
-
this.title = '';
|
|
46
42
|
/**
|
|
47
43
|
* Sets the `type` attribute of the `input` element of the TextBox.
|
|
48
44
|
*/
|
|
@@ -540,8 +540,8 @@ const packageMetadata = {
|
|
|
540
540
|
name: '@progress/kendo-angular-inputs',
|
|
541
541
|
productName: 'Kendo UI for Angular',
|
|
542
542
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
543
|
-
publishDate:
|
|
544
|
-
version: '16.7.
|
|
543
|
+
publishDate: 1723123467,
|
|
544
|
+
version: '16.7.1-develop.1',
|
|
545
545
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
546
546
|
};
|
|
547
547
|
|
|
@@ -6397,7 +6397,7 @@ class RadioCheckBoxBase {
|
|
|
6397
6397
|
this.cdr.markForCheck();
|
|
6398
6398
|
this.disabled = isDisabled;
|
|
6399
6399
|
}
|
|
6400
|
-
get defaultAttributes() { return; }
|
|
6400
|
+
get defaultAttributes() { return null; }
|
|
6401
6401
|
/**
|
|
6402
6402
|
* @hidden
|
|
6403
6403
|
*/
|
|
@@ -15592,10 +15592,6 @@ class TextBoxComponent {
|
|
|
15592
15592
|
* @hidden
|
|
15593
15593
|
*/
|
|
15594
15594
|
this.focusableId = `k-${guid()}`;
|
|
15595
|
-
/**
|
|
15596
|
-
* Sets the `title` attribute of the `input` element of the TextBox.
|
|
15597
|
-
*/
|
|
15598
|
-
this.title = '';
|
|
15599
15595
|
/**
|
|
15600
15596
|
* Sets the `type` attribute of the `input` element of the TextBox.
|
|
15601
15597
|
*/
|
|
@@ -539,8 +539,8 @@ const packageMetadata = {
|
|
|
539
539
|
name: '@progress/kendo-angular-inputs',
|
|
540
540
|
productName: 'Kendo UI for Angular',
|
|
541
541
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
542
|
-
publishDate:
|
|
543
|
-
version: '16.7.
|
|
542
|
+
publishDate: 1723123467,
|
|
543
|
+
version: '16.7.1-develop.1',
|
|
544
544
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
545
545
|
};
|
|
546
546
|
|
|
@@ -6385,7 +6385,7 @@ class RadioCheckBoxBase {
|
|
|
6385
6385
|
this.cdr.markForCheck();
|
|
6386
6386
|
this.disabled = isDisabled;
|
|
6387
6387
|
}
|
|
6388
|
-
get defaultAttributes() { return; }
|
|
6388
|
+
get defaultAttributes() { return null; }
|
|
6389
6389
|
/**
|
|
6390
6390
|
* @hidden
|
|
6391
6391
|
*/
|
|
@@ -15550,10 +15550,6 @@ class TextBoxComponent {
|
|
|
15550
15550
|
* @hidden
|
|
15551
15551
|
*/
|
|
15552
15552
|
this.focusableId = `k-${guid()}`;
|
|
15553
|
-
/**
|
|
15554
|
-
* Sets the `title` attribute of the `input` element of the TextBox.
|
|
15555
|
-
*/
|
|
15556
|
-
this.title = '';
|
|
15557
15553
|
/**
|
|
15558
15554
|
* Sets the `type` attribute of the `input` element of the TextBox.
|
|
15559
15555
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-inputs",
|
|
3
|
-
"version": "16.7.
|
|
3
|
+
"version": "16.7.1-develop.1",
|
|
4
4
|
"description": "Kendo UI for Angular Inputs Package - Everything you need to build professional form functionality (Checkbox, ColorGradient, ColorPalette, ColorPicker, FlatColorPicker, FormField, MaskedTextBox, NumericTextBox, RadioButton, RangeSlider, Slider, Switch, TextArea, and TextBox Components)",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -34,18 +34,18 @@
|
|
|
34
34
|
"@angular/platform-browser": "15 - 18",
|
|
35
35
|
"@progress/kendo-drawing": "^1.19.0",
|
|
36
36
|
"@progress/kendo-licensing": "^1.0.2",
|
|
37
|
-
"@progress/kendo-angular-buttons": "16.7.
|
|
38
|
-
"@progress/kendo-angular-common": "16.7.
|
|
39
|
-
"@progress/kendo-angular-dialog": "16.7.
|
|
40
|
-
"@progress/kendo-angular-intl": "16.7.
|
|
41
|
-
"@progress/kendo-angular-l10n": "16.7.
|
|
42
|
-
"@progress/kendo-angular-popup": "16.7.
|
|
43
|
-
"@progress/kendo-angular-icons": "16.7.
|
|
37
|
+
"@progress/kendo-angular-buttons": "16.7.1-develop.1",
|
|
38
|
+
"@progress/kendo-angular-common": "16.7.1-develop.1",
|
|
39
|
+
"@progress/kendo-angular-dialog": "16.7.1-develop.1",
|
|
40
|
+
"@progress/kendo-angular-intl": "16.7.1-develop.1",
|
|
41
|
+
"@progress/kendo-angular-l10n": "16.7.1-develop.1",
|
|
42
|
+
"@progress/kendo-angular-popup": "16.7.1-develop.1",
|
|
43
|
+
"@progress/kendo-angular-icons": "16.7.1-develop.1",
|
|
44
44
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"tslib": "^2.3.1",
|
|
48
|
-
"@progress/kendo-angular-schematics": "16.7.
|
|
48
|
+
"@progress/kendo-angular-schematics": "16.7.1-develop.1",
|
|
49
49
|
"@progress/kendo-common": "^0.2.2",
|
|
50
50
|
"@progress/kendo-draggable": "^3.0.0",
|
|
51
51
|
"@progress/kendo-inputs-common": "^3.1.0"
|