@progress/kendo-angular-inputs 17.1.2-develop.1 → 17.1.2-develop.3
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: '17.1.2-develop.
|
|
12
|
+
publishDate: 1734351262,
|
|
13
|
+
version: '17.1.2-develop.3',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -122,7 +122,7 @@ export class SignatureComponent {
|
|
|
122
122
|
size = DEFAULT_SIZE;
|
|
123
123
|
/**
|
|
124
124
|
* The `rounded` property specifies the border radius of the signature
|
|
125
|
-
* ([see example](slug:appearance_signature#
|
|
125
|
+
* ([see example](slug:appearance_signature#rounded-corners)).
|
|
126
126
|
*
|
|
127
127
|
* The possible values are:
|
|
128
128
|
* * `small`
|
|
@@ -546,8 +546,8 @@ const packageMetadata = {
|
|
|
546
546
|
name: '@progress/kendo-angular-inputs',
|
|
547
547
|
productName: 'Kendo UI for Angular',
|
|
548
548
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
549
|
-
publishDate:
|
|
550
|
-
version: '17.1.2-develop.
|
|
549
|
+
publishDate: 1734351262,
|
|
550
|
+
version: '17.1.2-develop.3',
|
|
551
551
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
552
552
|
};
|
|
553
553
|
|
|
@@ -14167,7 +14167,7 @@ class SignatureComponent {
|
|
|
14167
14167
|
size = DEFAULT_SIZE$2;
|
|
14168
14168
|
/**
|
|
14169
14169
|
* The `rounded` property specifies the border radius of the signature
|
|
14170
|
-
* ([see example](slug:appearance_signature#
|
|
14170
|
+
* ([see example](slug:appearance_signature#rounded-corners)).
|
|
14171
14171
|
*
|
|
14172
14172
|
* The possible values are:
|
|
14173
14173
|
* * `small`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-inputs",
|
|
3
|
-
"version": "17.1.2-develop.
|
|
3
|
+
"version": "17.1.2-develop.3",
|
|
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": "16 - 19",
|
|
35
35
|
"@progress/kendo-drawing": "^1.21.0",
|
|
36
36
|
"@progress/kendo-licensing": "^1.0.2",
|
|
37
|
-
"@progress/kendo-angular-buttons": "17.1.2-develop.
|
|
38
|
-
"@progress/kendo-angular-common": "17.1.2-develop.
|
|
39
|
-
"@progress/kendo-angular-dialog": "17.1.2-develop.
|
|
40
|
-
"@progress/kendo-angular-intl": "17.1.2-develop.
|
|
41
|
-
"@progress/kendo-angular-l10n": "17.1.2-develop.
|
|
42
|
-
"@progress/kendo-angular-popup": "17.1.2-develop.
|
|
43
|
-
"@progress/kendo-angular-icons": "17.1.2-develop.
|
|
37
|
+
"@progress/kendo-angular-buttons": "17.1.2-develop.3",
|
|
38
|
+
"@progress/kendo-angular-common": "17.1.2-develop.3",
|
|
39
|
+
"@progress/kendo-angular-dialog": "17.1.2-develop.3",
|
|
40
|
+
"@progress/kendo-angular-intl": "17.1.2-develop.3",
|
|
41
|
+
"@progress/kendo-angular-l10n": "17.1.2-develop.3",
|
|
42
|
+
"@progress/kendo-angular-popup": "17.1.2-develop.3",
|
|
43
|
+
"@progress/kendo-angular-icons": "17.1.2-develop.3",
|
|
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": "17.1.2-develop.
|
|
48
|
+
"@progress/kendo-angular-schematics": "17.1.2-develop.3",
|
|
49
49
|
"@progress/kendo-common": "^1.0.1",
|
|
50
50
|
"@progress/kendo-draggable": "^3.0.0",
|
|
51
51
|
"@progress/kendo-inputs-common": "^3.1.0"
|
|
@@ -82,7 +82,7 @@ export declare class SignatureComponent implements ControlValueAccessor {
|
|
|
82
82
|
size: InputSize;
|
|
83
83
|
/**
|
|
84
84
|
* The `rounded` property specifies the border radius of the signature
|
|
85
|
-
* ([see example](slug:appearance_signature#
|
|
85
|
+
* ([see example](slug:appearance_signature#rounded-corners)).
|
|
86
86
|
*
|
|
87
87
|
* The possible values are:
|
|
88
88
|
* * `small`
|