@progress/kendo-angular-inputs 18.1.0-develop.9 → 18.1.0

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.
Files changed (33) hide show
  1. package/colorpicker/adaptiveness/adaptive-close-button.component.d.ts +20 -0
  2. package/colorpicker/adaptiveness/adaptive-renderer.component.d.ts +38 -0
  3. package/colorpicker/color-gradient-text-label.directive.d.ts +19 -0
  4. package/colorpicker/color-gradient.component.d.ts +19 -1
  5. package/colorpicker/color-input.component.d.ts +15 -3
  6. package/colorpicker/color-palette.component.d.ts +16 -6
  7. package/colorpicker/colorpicker.component.d.ts +55 -8
  8. package/colorpicker/flatcolorpicker-actions.component.d.ts +3 -1
  9. package/colorpicker/flatcolorpicker-header.component.d.ts +3 -1
  10. package/colorpicker/flatcolorpicker.component.d.ts +19 -1
  11. package/colorpicker/localization/messages.d.ts +9 -1
  12. package/colorpicker/models/adaptive-mode.d.ts +23 -0
  13. package/esm2022/colorpicker/adaptiveness/adaptive-close-button.component.mjs +62 -0
  14. package/esm2022/colorpicker/adaptiveness/adaptive-renderer.component.mjs +205 -0
  15. package/esm2022/colorpicker/color-gradient-text-label.directive.mjs +34 -0
  16. package/esm2022/colorpicker/color-gradient.component.mjs +75 -17
  17. package/esm2022/colorpicker/color-input.component.mjs +56 -23
  18. package/esm2022/colorpicker/color-palette.component.mjs +45 -15
  19. package/esm2022/colorpicker/colorpicker.component.mjs +182 -41
  20. package/esm2022/colorpicker/flatcolorpicker-actions.component.mjs +22 -7
  21. package/esm2022/colorpicker/flatcolorpicker-header.component.mjs +8 -3
  22. package/esm2022/colorpicker/flatcolorpicker.component.mjs +72 -17
  23. package/esm2022/colorpicker/localization/messages.mjs +13 -1
  24. package/esm2022/colorpicker/models/adaptive-mode.mjs +27 -0
  25. package/esm2022/colorpicker/services/flatcolorpicker.service.mjs +3 -3
  26. package/esm2022/colorpicker.module.mjs +3 -2
  27. package/esm2022/inputs.module.mjs +3 -2
  28. package/esm2022/otpinput/otpinput.component.mjs +75 -45
  29. package/esm2022/package-metadata.mjs +2 -2
  30. package/fesm2022/progress-kendo-angular-inputs.mjs +9170 -8497
  31. package/otpinput/models/separator-icon.d.ts +9 -3
  32. package/otpinput/otpinput.component.d.ts +4 -7
  33. package/package.json +13 -11
@@ -2,11 +2,17 @@
2
2
  * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- import { SVGIcon } from "@progress/kendo-angular-icons";
5
+ import { SVGIcon } from '@progress/kendo-angular-icons';
6
6
  /**
7
7
  * Represents the possible icon separators of the OTP Input.
8
8
  */
9
- export type OTPSeparatorIcon = {
9
+ export interface OTPSeparatorIcon {
10
+ /**
11
+ * Specifies the type of the separator icon.
12
+ */
10
13
  type: 'svgIcon' | 'fontIcon' | 'iconClass';
14
+ /**
15
+ * Specifies the icon to be displayed as a separator.
16
+ */
11
17
  value: string | SVGIcon;
12
- };
18
+ }
@@ -42,7 +42,7 @@ export declare class OTPInputComponent implements ControlValueAccessor, OnInit,
42
42
  */
43
43
  spacing: boolean;
44
44
  /**
45
- * Adds a separator between groups of input fields.
45
+ * Specifies the separator between groups of input fields.
46
46
  *
47
47
  * > The configuration can only be applied when `groupLength` is set.
48
48
  */
@@ -123,10 +123,6 @@ export declare class OTPInputComponent implements ControlValueAccessor, OnInit,
123
123
  * might cause a mix-up with the built-in `valueChange` mechanisms of the `ngModel` or `formControl` bindings.
124
124
  */
125
125
  valueChange: EventEmitter<any>;
126
- /**
127
- * Fires when the length of the trimmed value is equal to `length`.
128
- */
129
- inputFinish: EventEmitter<string>;
130
126
  /**
131
127
  * Fires each time the user focuses the OTP Input.
132
128
  */
@@ -272,7 +268,7 @@ export declare class OTPInputComponent implements ControlValueAccessor, OnInit,
272
268
  private handleKeydown;
273
269
  private isValidGroupArray;
274
270
  private populateGroupArray;
275
- private populateSeparatorPosititons;
271
+ private populateSeparatorPositions;
276
272
  private clearGroups;
277
273
  private clearInputValues;
278
274
  private handleInputChanges;
@@ -282,6 +278,7 @@ export declare class OTPInputComponent implements ControlValueAccessor, OnInit,
282
278
  private ariaLabel;
283
279
  private isValidNumber;
284
280
  private showInvalidInput;
281
+ private containsDigitsOrSpaces;
285
282
  static ɵfac: i0.ɵɵFactoryDeclaration<OTPInputComponent, never>;
286
- static ɵcmp: i0.ɵɵComponentDeclaration<OTPInputComponent, "kendo-otpinput", ["kendoOTPInput"], { "length": { "alias": "length"; "required": false; }; "type": { "alias": "type"; "required": false; }; "spacing": { "alias": "spacing"; "required": false; }; "separator": { "alias": "separator"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "groupLength": { "alias": "groupLength"; "required": false; }; "value": { "alias": "value"; "required": false; }; "size": { "alias": "size"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "inputAttributes": { "alias": "inputAttributes"; "required": false; }; }, { "valueChange": "valueChange"; "inputFinish": "inputFinish"; "onFocus": "focus"; "onBlur": "blur"; }, never, never, true, never>;
283
+ static ɵcmp: i0.ɵɵComponentDeclaration<OTPInputComponent, "kendo-otpinput", ["kendoOTPInput"], { "length": { "alias": "length"; "required": false; }; "type": { "alias": "type"; "required": false; }; "spacing": { "alias": "spacing"; "required": false; }; "separator": { "alias": "separator"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "groupLength": { "alias": "groupLength"; "required": false; }; "value": { "alias": "value"; "required": false; }; "size": { "alias": "size"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "inputAttributes": { "alias": "inputAttributes"; "required": false; }; }, { "valueChange": "valueChange"; "onFocus": "focus"; "onBlur": "blur"; }, never, never, true, never>;
287
284
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-inputs",
3
- "version": "18.1.0-develop.9",
3
+ "version": "18.1.0",
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": 1738339341,
31
+ "publishDate": 1739287086,
32
32
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
33
33
  }
34
34
  },
@@ -39,19 +39,21 @@
39
39
  "@angular/forms": "16 - 19",
40
40
  "@angular/platform-browser": "16 - 19",
41
41
  "@progress/kendo-drawing": "^1.21.0",
42
- "@progress/kendo-licensing": "^1.0.2",
43
- "@progress/kendo-angular-buttons": "18.1.0-develop.9",
44
- "@progress/kendo-angular-common": "18.1.0-develop.9",
45
- "@progress/kendo-angular-dialog": "18.1.0-develop.9",
46
- "@progress/kendo-angular-intl": "18.1.0-develop.9",
47
- "@progress/kendo-angular-l10n": "18.1.0-develop.9",
48
- "@progress/kendo-angular-popup": "18.1.0-develop.9",
49
- "@progress/kendo-angular-icons": "18.1.0-develop.9",
42
+ "@progress/kendo-licensing": "^1.4.0",
43
+ "@progress/kendo-angular-buttons": "18.1.0",
44
+ "@progress/kendo-angular-common": "18.1.0",
45
+ "@progress/kendo-angular-utils": "18.1.0",
46
+ "@progress/kendo-angular-navigation": "18.1.0",
47
+ "@progress/kendo-angular-dialog": "18.1.0",
48
+ "@progress/kendo-angular-intl": "18.1.0",
49
+ "@progress/kendo-angular-l10n": "18.1.0",
50
+ "@progress/kendo-angular-popup": "18.1.0",
51
+ "@progress/kendo-angular-icons": "18.1.0",
50
52
  "rxjs": "^6.5.3 || ^7.0.0"
51
53
  },
52
54
  "dependencies": {
53
55
  "tslib": "^2.3.1",
54
- "@progress/kendo-angular-schematics": "18.1.0-develop.9",
56
+ "@progress/kendo-angular-schematics": "18.1.0",
55
57
  "@progress/kendo-common": "^1.0.1",
56
58
  "@progress/kendo-draggable": "^3.0.0",
57
59
  "@progress/kendo-inputs-common": "^3.1.0"