@progress/kendo-angular-inputs 9.0.0-next.202203230846 → 9.0.0-next.202204060721
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/bundles/kendo-angular-inputs.umd.js +1 -1
- package/checkbox/checkbox.directive.d.ts +2 -2
- package/colorpicker/colorpicker.component.d.ts +3 -3
- package/common/models/fillmode.d.ts +1 -6
- package/common/models/rounded.d.ts +2 -13
- package/common/models/size.d.ts +1 -1
- package/esm2015/checkbox/checkbox.directive.js +8 -6
- package/esm2015/colorpicker/colorpicker.component.js +12 -9
- package/esm2015/common/utils.js +3 -3
- package/esm2015/maskedtextbox/maskedtextbox.component.js +55 -48
- package/esm2015/numerictextbox/numerictextbox.component.js +12 -9
- package/esm2015/package-metadata.js +1 -1
- package/esm2015/radiobutton/radiobutton.directive.js +4 -3
- package/esm2015/rangeslider/rangeslider.component.js +9 -5
- package/esm2015/switch/switch.component.js +12 -9
- package/esm2015/textarea/textarea.component.js +12 -9
- package/esm2015/textbox/textbox.component.js +12 -9
- package/fesm2015/kendo-angular-inputs.js +139 -110
- package/maskedtextbox/maskedtextbox.component.d.ts +11 -10
- package/numerictextbox/numerictextbox.component.d.ts +3 -3
- package/package.json +6 -6
- package/radiobutton/radiobutton.directive.d.ts +1 -1
- package/switch/switch.component.d.ts +3 -3
- package/textarea/textarea.component.d.ts +3 -3
- package/textbox/textbox.component.d.ts +3 -3
|
@@ -122,7 +122,7 @@ export declare class NumericTextBoxComponent implements ControlValueAccessor, On
|
|
|
122
122
|
* * `'small'`
|
|
123
123
|
* * `'medium'` (default)
|
|
124
124
|
* * `'large'`
|
|
125
|
-
* * `
|
|
125
|
+
* * `none`
|
|
126
126
|
*/
|
|
127
127
|
set size(size: InputSize);
|
|
128
128
|
get size(): InputSize;
|
|
@@ -133,7 +133,7 @@ export declare class NumericTextBoxComponent implements ControlValueAccessor, On
|
|
|
133
133
|
* * `'small'`
|
|
134
134
|
* * `'medium'` (default)
|
|
135
135
|
* * `'large'`
|
|
136
|
-
* * `
|
|
136
|
+
* * `none`
|
|
137
137
|
*/
|
|
138
138
|
set rounded(rounded: InputRounded);
|
|
139
139
|
get rounded(): InputRounded;
|
|
@@ -144,7 +144,7 @@ export declare class NumericTextBoxComponent implements ControlValueAccessor, On
|
|
|
144
144
|
* * `'flat'`
|
|
145
145
|
* * `'solid'` (default)
|
|
146
146
|
* * `'outline'`
|
|
147
|
-
* * `
|
|
147
|
+
* * `none`
|
|
148
148
|
*/
|
|
149
149
|
set fillMode(fillMode: InputFillMode);
|
|
150
150
|
get fillMode(): InputFillMode;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-inputs",
|
|
3
|
-
"version": "9.0.0-next.
|
|
3
|
+
"version": "9.0.0-next.202204060721",
|
|
4
4
|
"description": "Inputs Package for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@progress/kendo-common": "^0.2.1",
|
|
35
|
-
"@progress/kendo-schematics": "^
|
|
35
|
+
"@progress/kendo-schematics": "^3.0.0",
|
|
36
36
|
"@telerik/kendo-draggable": "^2.0.0",
|
|
37
37
|
"tslib": "^2.3.1"
|
|
38
38
|
},
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"@angular/common": "^12.0.0 || ^13.0.0",
|
|
42
42
|
"@angular/core": "^12.0.0 || ^13.0.0",
|
|
43
43
|
"@angular/forms": "^12.0.0 || ^13.0.0",
|
|
44
|
-
"@progress/kendo-angular-common": "
|
|
45
|
-
"@progress/kendo-angular-intl": "
|
|
46
|
-
"@progress/kendo-angular-l10n": "next",
|
|
47
|
-
"@progress/kendo-angular-popup": "next",
|
|
44
|
+
"@progress/kendo-angular-common": ">3.0.0-next",
|
|
45
|
+
"@progress/kendo-angular-intl": ">4.0.0-next",
|
|
46
|
+
"@progress/kendo-angular-l10n": ">4.0.0-next",
|
|
47
|
+
"@progress/kendo-angular-popup": ">5.0.0-next",
|
|
48
48
|
"@progress/kendo-drawing": "^1.5.12",
|
|
49
49
|
"@progress/kendo-licensing": "^1.0.2",
|
|
50
50
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
@@ -54,7 +54,7 @@ export declare class SwitchComponent implements ControlValueAccessor, OnInit, On
|
|
|
54
54
|
* * `'small'`
|
|
55
55
|
* * `'medium'` (default)
|
|
56
56
|
* * `'large'`
|
|
57
|
-
* * `
|
|
57
|
+
* * `none`
|
|
58
58
|
*/
|
|
59
59
|
set size(size: InputSize);
|
|
60
60
|
get size(): InputSize;
|
|
@@ -66,7 +66,7 @@ export declare class SwitchComponent implements ControlValueAccessor, OnInit, On
|
|
|
66
66
|
* * `'small'`
|
|
67
67
|
* * `'medium'`
|
|
68
68
|
* * `'large'`
|
|
69
|
-
* * `
|
|
69
|
+
* * `none`
|
|
70
70
|
*/
|
|
71
71
|
set thumbRounded(thumbRounded: InputRounded);
|
|
72
72
|
get thumbRounded(): InputRounded;
|
|
@@ -78,7 +78,7 @@ export declare class SwitchComponent implements ControlValueAccessor, OnInit, On
|
|
|
78
78
|
* * `'small'`
|
|
79
79
|
* * `'medium'`
|
|
80
80
|
* * `'large'`
|
|
81
|
-
* * `
|
|
81
|
+
* * `none`
|
|
82
82
|
*/
|
|
83
83
|
set trackRounded(trackRounded: InputRounded);
|
|
84
84
|
get trackRounded(): InputRounded;
|
|
@@ -77,7 +77,7 @@ export declare class TextAreaComponent extends TextFieldsBase implements Control
|
|
|
77
77
|
* * `'small'`
|
|
78
78
|
* * `'medium'` (default)
|
|
79
79
|
* * `'large'`
|
|
80
|
-
* * `
|
|
80
|
+
* * `none`
|
|
81
81
|
*/
|
|
82
82
|
set size(size: InputSize);
|
|
83
83
|
get size(): InputSize;
|
|
@@ -89,7 +89,7 @@ export declare class TextAreaComponent extends TextFieldsBase implements Control
|
|
|
89
89
|
* * `'small'`
|
|
90
90
|
* * `'medium'` (default)
|
|
91
91
|
* * `'large'`
|
|
92
|
-
* * `
|
|
92
|
+
* * `none`
|
|
93
93
|
*/
|
|
94
94
|
set rounded(rounded: InputRounded);
|
|
95
95
|
get rounded(): InputRounded;
|
|
@@ -101,7 +101,7 @@ export declare class TextAreaComponent extends TextFieldsBase implements Control
|
|
|
101
101
|
* * `'flat'`
|
|
102
102
|
* * `'solid'` (default)
|
|
103
103
|
* * `'outline'`
|
|
104
|
-
* * `
|
|
104
|
+
* * `none`
|
|
105
105
|
*/
|
|
106
106
|
set fillMode(fillMode: InputFillMode);
|
|
107
107
|
get fillMode(): InputFillMode;
|
|
@@ -104,7 +104,7 @@ export declare class TextBoxComponent implements ControlValueAccessor {
|
|
|
104
104
|
* * `'small'`
|
|
105
105
|
* * `'medium'` (default)
|
|
106
106
|
* * `'large'`
|
|
107
|
-
* * `
|
|
107
|
+
* * `none`
|
|
108
108
|
*/
|
|
109
109
|
set size(size: InputSize);
|
|
110
110
|
get size(): InputSize;
|
|
@@ -117,7 +117,7 @@ export declare class TextBoxComponent implements ControlValueAccessor {
|
|
|
117
117
|
* * `'medium'` (default)
|
|
118
118
|
* * `'large'`
|
|
119
119
|
* * `'full'`
|
|
120
|
-
* * `
|
|
120
|
+
* * `none`
|
|
121
121
|
*/
|
|
122
122
|
set rounded(rounded: InputRounded);
|
|
123
123
|
get rounded(): InputRounded;
|
|
@@ -129,7 +129,7 @@ export declare class TextBoxComponent implements ControlValueAccessor {
|
|
|
129
129
|
* * `'flat'`
|
|
130
130
|
* * `'solid'` (default)
|
|
131
131
|
* * `'outline'`
|
|
132
|
-
* * `
|
|
132
|
+
* * `none`
|
|
133
133
|
*/
|
|
134
134
|
set fillMode(fillMode: InputFillMode);
|
|
135
135
|
get fillMode(): InputFillMode;
|