@progress/kendo-angular-inputs 21.4.0-develop.15 → 21.4.0-develop.17

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/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
  <img width="631" src="https://demos.telerik.com/kendo-angular-ui/assets/banner/npm-banner.svg">
3
3
  </a>
4
4
 
5
- ## Kendo UI for Angular Inputs Package (CheckBox, ColorGradient, ColorPalette, ColorPicker, FlatColorPicker, FormField, MaskedTextBox, NumericTextBox, RadioButton, RangeSlider, Rating, Signature, Slider, Switch, TextArea, and TextBox Components)
5
+ ## Kendo UI for Angular Inputs Package (CheckBox, ColorGradient, ColorPalette, ColorPicker, FlatColorPicker, Form, MaskedTextBox, NumericTextBox, OTPInput, RadioButton, RangeSlider, Rating, Signature, Slider, Switch, TextArea, and TextBox Components)
6
6
 
7
7
  > * This package is part of [Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui/)&mdash;a commercial UI library.
8
8
  > * To use this package, you must install a license key file, whether you are on a paid license or a 30-day free trial. To receive a license key, either [purchase a license](https://www.telerik.com/purchase/kendo-ui) or start a [free trial](https://www.telerik.com/download-login-v2-kendo-angular-ui).
@@ -24,9 +24,10 @@ The [Kendo UI for Angular Inputs package](https://www.telerik.com/kendo-angular-
24
24
  * [Angular ColorPalette Component](https://www.telerik.com/kendo-angular-ui/components/inputs/colorpalette/)&mdash;Renders sets of predefined colors from which users can choose. A common example is swithcing clothing colors when online shopping.
25
25
  * [Angular ColorPicker Component](https://www.telerik.com/kendo-angular-ui/components/inputs/colorpicker/)&mdash;Combines the ColorGradient and ColorPalette to provide a rich color selection tool that appears in a popup and provides a variety of ways to select colors as well as a preview of selected colors.
26
26
  * [Angular FlatColorPicker Component](https://www.telerik.com/kendo-angular-ui/components/inputs/flatcolorpicker/)&mdash;The same as the Angular ColorPicker, except the picker is not hidden in a popup. It renders directly on the page.
27
- * [Angular FormField Component](https://www.telerik.com/kendo-angular-ui/components/inputs/formfield/)&mdash;Helps you group form related content to lay out and configure fields, labels, hints, and error messages.
27
+ * [Angular Form Component](https://www.telerik.com/kendo-angular-ui/components/inputs/form/)&mdash;Provides a container and layout for organizing form elements with built-in styling and structure. Includes the [FormField component](https://www.telerik.com/kendo-angular-ui/components/inputs/form/formfield) to help you group form related content and configure fields, labels, hints, and error messages.
28
28
  * [Angular MaskedTextBox Component](https://www.telerik.com/kendo-angular-ui/components/inputs/maskedtextbox/)&mdash;Enables you to control input by enforcing format using a mask. A common example is requiring phone number formats.
29
29
  * [Angular NumericTextBox Component](https://www.telerik.com/kendo-angular-ui/components/inputs/numerictextbox/)&mdash;Provides spin buttons to help users enter and edit numeric values.
30
+ * [Angular OTPInput Component](https://www.telerik.com/kendo-angular-ui/components/inputs/otpinput/)&mdash;Provides a secure input for entering one-time passwords or verification codes with individual character fields.
30
31
  * [Angular RadioButton Component](https://www.telerik.com/kendo-angular-ui/components/inputs/radiobutton/)&mdash;Allows you to create a list of radio buttons where you can only select one of the predefined options. It supports all regular HTML checkbox attributes and Angular bindings.
31
32
  * [Angular RangeSlider Component](https://www.telerik.com/kendo-angular-ui/components/inputs/rangeslider/)&mdash;Allows users to visually specify numeric ranges by dragging its handles or clicking its track.
32
33
  * [Angular Rating Component](https://www.telerik.com/kendo-angular-ui/components/inputs/rating)&mdash;Enables the user to increase, decrease, and select predefined values by clicking its icons along or using the arrow keys.
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1767862197,
14
- version: '21.4.0-develop.15',
13
+ publishDate: 1767954813,
14
+ version: '21.4.0-develop.17',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
16
  };
@@ -553,8 +553,8 @@ const packageMetadata = {
553
553
  productName: 'Kendo UI for Angular',
554
554
  productCode: 'KENDOUIANGULAR',
555
555
  productCodes: ['KENDOUIANGULAR'],
556
- publishDate: 1767862197,
557
- version: '21.4.0-develop.15',
556
+ publishDate: 1767954813,
557
+ version: '21.4.0-develop.17',
558
558
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
559
559
  };
560
560
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-inputs",
3
- "version": "21.4.0-develop.15",
3
+ "version": "21.4.0-develop.17",
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",
@@ -28,7 +28,7 @@
28
28
  "package": {
29
29
  "productName": "Kendo UI for Angular",
30
30
  "productCode": "KENDOUIANGULAR",
31
- "publishDate": 1767862197,
31
+ "publishDate": 1767954813,
32
32
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
33
33
  }
34
34
  },
@@ -40,20 +40,20 @@
40
40
  "@angular/platform-browser": "18 - 21",
41
41
  "@progress/kendo-drawing": "^1.23.1",
42
42
  "@progress/kendo-licensing": "^1.7.0",
43
- "@progress/kendo-angular-buttons": "21.4.0-develop.15",
44
- "@progress/kendo-angular-common": "21.4.0-develop.15",
45
- "@progress/kendo-angular-utils": "21.4.0-develop.15",
46
- "@progress/kendo-angular-navigation": "21.4.0-develop.15",
47
- "@progress/kendo-angular-dialog": "21.4.0-develop.15",
48
- "@progress/kendo-angular-intl": "21.4.0-develop.15",
49
- "@progress/kendo-angular-l10n": "21.4.0-develop.15",
50
- "@progress/kendo-angular-popup": "21.4.0-develop.15",
51
- "@progress/kendo-angular-icons": "21.4.0-develop.15",
43
+ "@progress/kendo-angular-buttons": "21.4.0-develop.17",
44
+ "@progress/kendo-angular-common": "21.4.0-develop.17",
45
+ "@progress/kendo-angular-utils": "21.4.0-develop.17",
46
+ "@progress/kendo-angular-navigation": "21.4.0-develop.17",
47
+ "@progress/kendo-angular-dialog": "21.4.0-develop.17",
48
+ "@progress/kendo-angular-intl": "21.4.0-develop.17",
49
+ "@progress/kendo-angular-l10n": "21.4.0-develop.17",
50
+ "@progress/kendo-angular-popup": "21.4.0-develop.17",
51
+ "@progress/kendo-angular-icons": "21.4.0-develop.17",
52
52
  "rxjs": "^6.5.3 || ^7.0.0"
53
53
  },
54
54
  "dependencies": {
55
55
  "tslib": "^2.3.1",
56
- "@progress/kendo-angular-schematics": "21.4.0-develop.15",
56
+ "@progress/kendo-angular-schematics": "21.4.0-develop.17",
57
57
  "@progress/kendo-common": "^1.0.1",
58
58
  "@progress/kendo-draggable": "^3.0.0",
59
59
  "@progress/kendo-inputs-common": "^3.1.0"