@progress/kendo-angular-inputs 9.0.0-next.202204060721 → 9.0.1-dev.202204281117

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.
@@ -119,9 +119,9 @@ export declare class NumericTextBoxComponent implements ControlValueAccessor, On
119
119
  * The size property specifies padding of the NumericTextBox internal input element
120
120
  * ([see example]({% slug appearance_numerictextbox %}#toc-size)).
121
121
  * The possible values are:
122
- * * `'small'`
123
- * * `'medium'` (default)
124
- * * `'large'`
122
+ * * `small`
123
+ * * `medium` (default)
124
+ * * `large`
125
125
  * * `none`
126
126
  */
127
127
  set size(size: InputSize);
@@ -130,9 +130,9 @@ export declare class NumericTextBoxComponent implements ControlValueAccessor, On
130
130
  * The rounded property specifies the border radius of the NumericTextBox
131
131
  * ([see example]({% slug appearance_numerictextbox %}#toc-rounded)).
132
132
  * The possible values are:
133
- * * `'small'`
134
- * * `'medium'` (default)
135
- * * `'large'`
133
+ * * `small`
134
+ * * `medium` (default)
135
+ * * `large`
136
136
  * * `none`
137
137
  */
138
138
  set rounded(rounded: InputRounded);
@@ -141,9 +141,9 @@ export declare class NumericTextBoxComponent implements ControlValueAccessor, On
141
141
  * The fillMode property specifies the background and border styles of the NumericTextBox
142
142
  * ([see example]({% slug appearance_numerictextbox %}#toc-fillMode)).
143
143
  * The possible values are:
144
- * * `'flat'`
145
- * * `'solid'` (default)
146
- * * `'outline'`
144
+ * * `flat`
145
+ * * `solid` (default)
146
+ * * `outline`
147
147
  * * `none`
148
148
  */
149
149
  set fillMode(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.202204060721",
3
+ "version": "9.0.1-dev.202204281117",
4
4
  "description": "Inputs Package for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -37,14 +37,14 @@
37
37
  "tslib": "^2.3.1"
38
38
  },
39
39
  "peerDependencies": {
40
- "@angular/animations": "^12.0.0 || ^13.0.0",
41
- "@angular/common": "^12.0.0 || ^13.0.0",
42
- "@angular/core": "^12.0.0 || ^13.0.0",
43
- "@angular/forms": "^12.0.0 || ^13.0.0",
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",
40
+ "@angular/animations": "12 - 14",
41
+ "@angular/common": "12 - 14",
42
+ "@angular/core": "12 - 14",
43
+ "@angular/forms": "12 - 14",
44
+ "@progress/kendo-angular-common": "^3.0.0",
45
+ "@progress/kendo-angular-intl": "^4.0.0",
46
+ "@progress/kendo-angular-l10n": "^4.0.0",
47
+ "@progress/kendo-angular-popup": "^5.0.0",
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"
@@ -76,12 +76,10 @@
76
76
  "release": {
77
77
  "debug": false,
78
78
  "branchTags": {
79
- "develop": "dev",
80
- "ng12-update": "next"
79
+ "develop": "dev"
81
80
  },
82
81
  "fallbackTags": {
83
- "dev": "latest",
84
- "next": "latest"
82
+ "dev": "latest"
85
83
  },
86
84
  "analyzeCommits": "@telerik/semantic-prerelease/analyzeCommits",
87
85
  "generateNotes": "@progress/kendo-angular-tasks/lib/generateNotes",
@@ -22,9 +22,9 @@ export declare class RadioButtonDirective {
22
22
  * The size property specifies the width and height of the RadioButton
23
23
  * ([see example]({% slug appearance_radiobuttondirective %}#toc-size)).
24
24
  * The possible values are:
25
- * * `'small'`
26
- * * `'medium'` (default)
27
- * * `'large'`
25
+ * * `small`
26
+ * * `medium` (default)
27
+ * * `large`
28
28
  * * `none`
29
29
  */
30
30
  set size(size: InputSize);
@@ -51,9 +51,9 @@ export declare class SwitchComponent implements ControlValueAccessor, OnInit, On
51
51
  * Specifies the width and height of the Switch.
52
52
  *
53
53
  * The possible values are:
54
- * * `'small'`
55
- * * `'medium'` (default)
56
- * * `'large'`
54
+ * * `small`
55
+ * * `medium` (default)
56
+ * * `large`
57
57
  * * `none`
58
58
  */
59
59
  set size(size: InputSize);
@@ -62,10 +62,10 @@ export declare class SwitchComponent implements ControlValueAccessor, OnInit, On
62
62
  * Specifies the border radius of the Switch thumb.
63
63
  *
64
64
  * The possible values are:
65
- * * `'full'` (default)
66
- * * `'small'`
67
- * * `'medium'`
68
- * * `'large'`
65
+ * * `full` (default)
66
+ * * `small`
67
+ * * `medium`
68
+ * * `large`
69
69
  * * `none`
70
70
  */
71
71
  set thumbRounded(thumbRounded: InputRounded);
@@ -74,10 +74,10 @@ export declare class SwitchComponent implements ControlValueAccessor, OnInit, On
74
74
  * Specifies the border radius of the Switch track.
75
75
  *
76
76
  * The possible values are:
77
- * * `'full'` (default)
78
- * * `'small'`
79
- * * `'medium'`
80
- * * `'large'`
77
+ * * `full` (default)
78
+ * * `small`
79
+ * * `medium`
80
+ * * `large`
81
81
  * * `none`
82
82
  */
83
83
  set trackRounded(trackRounded: InputRounded);
@@ -74,9 +74,9 @@ export declare class TextAreaComponent extends TextFieldsBase implements Control
74
74
  * ([see example]({% slug appearance_textarea %}#toc-size)).
75
75
  *
76
76
  * The possible values are:
77
- * * `'small'`
78
- * * `'medium'` (default)
79
- * * `'large'`
77
+ * * `small`
78
+ * * `medium` (default)
79
+ * * `large`
80
80
  * * `none`
81
81
  */
82
82
  set size(size: InputSize);
@@ -86,9 +86,9 @@ export declare class TextAreaComponent extends TextFieldsBase implements Control
86
86
  * ([see example]({% slug appearance_textarea %}#toc-rounded)).
87
87
  *
88
88
  * The possible values are:
89
- * * `'small'`
90
- * * `'medium'` (default)
91
- * * `'large'`
89
+ * * `small`
90
+ * * `medium` (default)
91
+ * * `large`
92
92
  * * `none`
93
93
  */
94
94
  set rounded(rounded: InputRounded);
@@ -98,9 +98,9 @@ export declare class TextAreaComponent extends TextFieldsBase implements Control
98
98
  * ([see example]({% slug appearance_textarea %}#toc-fillMode)).
99
99
  *
100
100
  * The possible values are:
101
- * * `'flat'`
102
- * * `'solid'` (default)
103
- * * `'outline'`
101
+ * * `flat`
102
+ * * `solid` (default)
103
+ * * `outline`
104
104
  * * `none`
105
105
  */
106
106
  set fillMode(fillMode: InputFillMode);
@@ -101,9 +101,9 @@ export declare class TextBoxComponent implements ControlValueAccessor {
101
101
  * ([see example]({% slug appearance_textbox %}#toc-size)).
102
102
  *
103
103
  * The possible values are:
104
- * * `'small'`
105
- * * `'medium'` (default)
106
- * * `'large'`
104
+ * * `small`
105
+ * * `medium` (default)
106
+ * * `large`
107
107
  * * `none`
108
108
  */
109
109
  set size(size: InputSize);
@@ -113,10 +113,10 @@ export declare class TextBoxComponent implements ControlValueAccessor {
113
113
  * ([see example]({% slug appearance_textbox %}#toc-rounded)).
114
114
  *
115
115
  * The possible values are:
116
- * * `'small'`
117
- * * `'medium'` (default)
118
- * * `'large'`
119
- * * `'full'`
116
+ * * `small`
117
+ * * `medium` (default)
118
+ * * `large`
119
+ * * `full`
120
120
  * * `none`
121
121
  */
122
122
  set rounded(rounded: InputRounded);
@@ -126,9 +126,9 @@ export declare class TextBoxComponent implements ControlValueAccessor {
126
126
  * ([see example]({% slug appearance_textbox %}#toc-fillMode)).
127
127
  *
128
128
  * The possible values are:
129
- * * `'flat'`
130
- * * `'solid'` (default)
131
- * * `'outline'`
129
+ * * `flat`
130
+ * * `solid` (default)
131
+ * * `outline`
132
132
  * * `none`
133
133
  */
134
134
  set fillMode(fillMode: InputFillMode);