@progress/kendo-angular-inputs 18.1.0-develop.19 → 18.1.0-develop.2
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/colorpicker/color-gradient.component.d.ts +1 -19
- package/colorpicker/color-input.component.d.ts +3 -15
- package/colorpicker/color-palette.component.d.ts +6 -16
- package/colorpicker/colorpicker.component.d.ts +8 -55
- package/colorpicker/flatcolorpicker-actions.component.d.ts +1 -3
- package/colorpicker/flatcolorpicker-header.component.d.ts +1 -3
- package/colorpicker/flatcolorpicker.component.d.ts +1 -19
- package/colorpicker/localization/messages.d.ts +1 -9
- package/common/utils.d.ts +0 -4
- package/directives.d.ts +1 -7
- package/esm2022/colorpicker/color-gradient.component.mjs +17 -75
- package/esm2022/colorpicker/color-input.component.mjs +23 -56
- package/esm2022/colorpicker/color-palette.component.mjs +15 -45
- package/esm2022/colorpicker/colorpicker.component.mjs +41 -182
- package/esm2022/colorpicker/flatcolorpicker-actions.component.mjs +7 -22
- package/esm2022/colorpicker/flatcolorpicker-header.component.mjs +3 -8
- package/esm2022/colorpicker/flatcolorpicker.component.mjs +17 -72
- package/esm2022/colorpicker/localization/messages.mjs +1 -13
- package/esm2022/colorpicker/services/flatcolorpicker.service.mjs +3 -3
- package/esm2022/colorpicker.module.mjs +2 -3
- package/esm2022/common/utils.mjs +0 -4
- package/esm2022/directives.mjs +0 -10
- package/esm2022/index.mjs +0 -3
- package/esm2022/inputs.module.mjs +3 -6
- package/esm2022/package-metadata.mjs +2 -2
- package/fesm2022/progress-kendo-angular-inputs.mjs +965 -2703
- package/index.d.ts +0 -4
- package/inputs.module.d.ts +1 -3
- package/package.json +10 -12
- package/colorpicker/adaptiveness/adaptive-close-button.component.d.ts +0 -20
- package/colorpicker/adaptiveness/adaptive-renderer.component.d.ts +0 -38
- package/colorpicker/color-gradient-text-label.directive.d.ts +0 -19
- package/colorpicker/models/adaptive-mode.d.ts +0 -23
- package/esm2022/colorpicker/adaptiveness/adaptive-close-button.component.mjs +0 -62
- package/esm2022/colorpicker/adaptiveness/adaptive-renderer.component.mjs +0 -205
- package/esm2022/colorpicker/color-gradient-text-label.directive.mjs +0 -34
- package/esm2022/colorpicker/models/adaptive-mode.mjs +0 -27
- package/esm2022/otpinput/localization/custom-messages.component.mjs +0 -43
- package/esm2022/otpinput/localization/localized-textbox-messages.directive.mjs +0 -39
- package/esm2022/otpinput/localization/messages.mjs +0 -34
- package/esm2022/otpinput/models/otpinput-type.mjs +0 -5
- package/esm2022/otpinput/models/separator-icon.mjs +0 -5
- package/esm2022/otpinput/otpinput-separator.component.mjs +0 -83
- package/esm2022/otpinput/otpinput.component.mjs +0 -930
- package/otpinput/localization/custom-messages.component.d.ts +0 -17
- package/otpinput/localization/localized-textbox-messages.directive.d.ts +0 -16
- package/otpinput/localization/messages.d.ts +0 -24
- package/otpinput/models/otpinput-type.d.ts +0 -10
- package/otpinput/models/separator-icon.d.ts +0 -12
- package/otpinput/otpinput-separator.component.d.ts +0 -25
- package/otpinput/otpinput.component.d.ts +0 -284
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
6
|
-
import { OTPInputMessages } from './messages';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* Custom component messages override default component messages.
|
|
10
|
-
*/
|
|
11
|
-
export declare class OTPInputCustomMessagesComponent extends OTPInputMessages {
|
|
12
|
-
protected service: LocalizationService;
|
|
13
|
-
constructor(service: LocalizationService);
|
|
14
|
-
protected get override(): boolean;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OTPInputCustomMessagesComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OTPInputCustomMessagesComponent, "kendo-otpinput-messages", never, {}, {}, never, never, true, never>;
|
|
17
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
6
|
-
import { OTPInputMessages } from './messages';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export declare class LocalizedOTPInputMessagesDirective extends OTPInputMessages {
|
|
12
|
-
protected service: LocalizationService;
|
|
13
|
-
constructor(service: LocalizationService);
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedOTPInputMessagesDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedOTPInputMessagesDirective, "[kendoOTPInputLocalizedMessages]", never, {}, {}, never, never, true, never>;
|
|
16
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ComponentMessages } from '@progress/kendo-angular-l10n';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
*/
|
|
10
|
-
export declare class OTPInputMessages extends ComponentMessages {
|
|
11
|
-
/**
|
|
12
|
-
* The aria-label of the OTP Input. Follows the pattern **Input {currentInput} of {totalInputs}, current value {value}** by default.
|
|
13
|
-
* Тhe default label text when the current input is 1, and the total number of inputs is 4 will be
|
|
14
|
-
* **Input 1 of 4, current value null**.
|
|
15
|
-
*
|
|
16
|
-
* The message consists of several parts - the current input number, the total number of inputs, the current value and a localizable string.
|
|
17
|
-
* To allow for reordering its parts, the `ariaLabel` input accepts a string with placeholders for the current input,
|
|
18
|
-
* total number of inputs and current value. The `{currentInput}`, `{totalInputs}` and `{currentValue}` placeholders will be
|
|
19
|
-
* replaced internally with the respective actual values.
|
|
20
|
-
*/
|
|
21
|
-
ariaLabel: string;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OTPInputMessages, never>;
|
|
23
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<OTPInputMessages, "kendo-otpinput-messages-base", never, { "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, {}, never, never, false, never>;
|
|
24
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
/**
|
|
6
|
-
* Represents the possible input `type` options of the OTP Input.
|
|
7
|
-
*
|
|
8
|
-
* @default `text`
|
|
9
|
-
*/
|
|
10
|
-
export type OTPInputType = 'text' | 'password' | 'number';
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { SVGIcon } from "@progress/kendo-angular-icons";
|
|
6
|
-
/**
|
|
7
|
-
* Represents the possible icon separators of the OTP Input.
|
|
8
|
-
*/
|
|
9
|
-
export type OTPSeparatorIcon = {
|
|
10
|
-
type: 'svgIcon' | 'fontIcon' | 'iconClass';
|
|
11
|
-
value: string | SVGIcon;
|
|
12
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { OTPSeparatorIcon } from "./models/separator-icon";
|
|
6
|
-
import { SVGIcon } from "@progress/kendo-angular-icons";
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export declare class OTPInputSeparatorComponent {
|
|
12
|
-
set separator(otpSeparator: string | OTPSeparatorIcon);
|
|
13
|
-
get separator(): string | OTPSeparatorIcon;
|
|
14
|
-
wrapperClass: boolean;
|
|
15
|
-
hasText: boolean;
|
|
16
|
-
hasIconClass: boolean;
|
|
17
|
-
hasSVGIcon: boolean;
|
|
18
|
-
hasFontIcon: boolean;
|
|
19
|
-
separatorIconString: string;
|
|
20
|
-
separatorSVGIcon: SVGIcon;
|
|
21
|
-
private _separator;
|
|
22
|
-
private clearSeparator;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OTPInputSeparatorComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OTPInputSeparatorComponent, "kendo-otpinput-separator", ["kendoOTPInputSeparator"], { "separator": { "alias": "separator"; "required": false; }; }, {}, never, never, true, never>;
|
|
25
|
-
}
|
|
@@ -1,284 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, Injector, NgZone, OnDestroy, OnInit, QueryList, Renderer2 } from "@angular/core";
|
|
6
|
-
import { TextBoxComponent } from "../textbox/textbox.component";
|
|
7
|
-
import { InputFillMode, InputRounded, InputSize } from "../common/models";
|
|
8
|
-
import { ControlValueAccessor, FormControl } from "@angular/forms";
|
|
9
|
-
import { LocalizationService } from "@progress/kendo-angular-l10n";
|
|
10
|
-
import { OTPInputType } from "./models/otpinput-type";
|
|
11
|
-
import { OTPSeparatorIcon } from "./models/separator-icon";
|
|
12
|
-
import * as i0 from "@angular/core";
|
|
13
|
-
export declare class OTPInputComponent implements ControlValueAccessor, OnInit, AfterViewInit, OnDestroy {
|
|
14
|
-
hostElement: ElementRef;
|
|
15
|
-
private cdr;
|
|
16
|
-
private injector;
|
|
17
|
-
private renderer;
|
|
18
|
-
private localizationService;
|
|
19
|
-
private zone;
|
|
20
|
-
/**
|
|
21
|
-
* Configures the total number of input fields.
|
|
22
|
-
*
|
|
23
|
-
* @default 4
|
|
24
|
-
*/
|
|
25
|
-
set length(value: number);
|
|
26
|
-
get length(): number;
|
|
27
|
-
/**
|
|
28
|
-
* Configures the input type.
|
|
29
|
-
*
|
|
30
|
-
* * The possible values are:
|
|
31
|
-
* * `text` (default)
|
|
32
|
-
* * `number`
|
|
33
|
-
* * `password`
|
|
34
|
-
*
|
|
35
|
-
* @default 'text'
|
|
36
|
-
*/
|
|
37
|
-
type: OTPInputType;
|
|
38
|
-
/**
|
|
39
|
-
* Configures whether the input fields are separate or adjacent to each other.
|
|
40
|
-
*
|
|
41
|
-
* @default true
|
|
42
|
-
*/
|
|
43
|
-
spacing: boolean;
|
|
44
|
-
/**
|
|
45
|
-
* Specifies the separator between groups of input fields.
|
|
46
|
-
*
|
|
47
|
-
* > The configuration can only be applied when `groupLength` is set.
|
|
48
|
-
*/
|
|
49
|
-
separator: string | OTPSeparatorIcon;
|
|
50
|
-
/**
|
|
51
|
-
* Configures whether the component is enabled or disabled.
|
|
52
|
-
*
|
|
53
|
-
* @default false
|
|
54
|
-
*/
|
|
55
|
-
disabled: boolean;
|
|
56
|
-
/**
|
|
57
|
-
* Configures whether the component is readonly.
|
|
58
|
-
*
|
|
59
|
-
* @default false
|
|
60
|
-
*/
|
|
61
|
-
readonly: boolean;
|
|
62
|
-
/**
|
|
63
|
-
* Configures the placeholder of the input fields.
|
|
64
|
-
*/
|
|
65
|
-
placeholder: string;
|
|
66
|
-
/**
|
|
67
|
-
* Configures the length of the groups. If `groupLength` is a number, all groups will have the same length. If it's an array, each group can have a different length.
|
|
68
|
-
*/
|
|
69
|
-
get groupLength(): number | Array<number>;
|
|
70
|
-
set groupLength(length: number | Array<number>);
|
|
71
|
-
/**
|
|
72
|
-
* Configures the value of the component. Unfilled input fields are represented with space.
|
|
73
|
-
*/
|
|
74
|
-
get value(): string;
|
|
75
|
-
set value(input: string);
|
|
76
|
-
/**
|
|
77
|
-
* The `size` property specifies the padding of the input fields.
|
|
78
|
-
*
|
|
79
|
-
* The possible values are:
|
|
80
|
-
* * `small`
|
|
81
|
-
* * `medium` (default)
|
|
82
|
-
* * `large`
|
|
83
|
-
* * `none`
|
|
84
|
-
*/
|
|
85
|
-
set size(size: InputSize);
|
|
86
|
-
get size(): InputSize;
|
|
87
|
-
/**
|
|
88
|
-
* The `rounded` property specifies the border radius of the OTP Input.
|
|
89
|
-
*
|
|
90
|
-
* The possible values are:
|
|
91
|
-
* * `small`
|
|
92
|
-
* * `medium` (default)
|
|
93
|
-
* * `large`
|
|
94
|
-
* * `full`
|
|
95
|
-
* * `none`
|
|
96
|
-
*/
|
|
97
|
-
set rounded(rounded: InputRounded);
|
|
98
|
-
get rounded(): InputRounded;
|
|
99
|
-
/**
|
|
100
|
-
* The `fillMode` property specifies the background and border styles of the OTP Input.
|
|
101
|
-
*
|
|
102
|
-
* The possible values are:
|
|
103
|
-
* * `flat`
|
|
104
|
-
* * `solid` (default)
|
|
105
|
-
* * `outline`
|
|
106
|
-
* * `none`
|
|
107
|
-
*/
|
|
108
|
-
set fillMode(fillMode: InputFillMode);
|
|
109
|
-
get fillMode(): InputFillMode;
|
|
110
|
-
/**
|
|
111
|
-
* Sets the HTML attributes of the inner focusable input element. Attributes which are essential for certain component functionalities cannot be changed.
|
|
112
|
-
*/
|
|
113
|
-
set inputAttributes(attributes: {
|
|
114
|
-
[key: string]: string;
|
|
115
|
-
});
|
|
116
|
-
get inputAttributes(): {
|
|
117
|
-
[key: string]: string;
|
|
118
|
-
};
|
|
119
|
-
/**
|
|
120
|
-
* Fires each time the value is changed by the user—
|
|
121
|
-
* When the value of the component is programmatically changed to `ngModel` or `formControl`
|
|
122
|
-
* through its API or form binding, the `valueChange` event is not triggered because it
|
|
123
|
-
* might cause a mix-up with the built-in `valueChange` mechanisms of the `ngModel` or `formControl` bindings.
|
|
124
|
-
*/
|
|
125
|
-
valueChange: EventEmitter<any>;
|
|
126
|
-
/**
|
|
127
|
-
* Fires each time the user focuses the OTP Input.
|
|
128
|
-
*/
|
|
129
|
-
onFocus: EventEmitter<any>;
|
|
130
|
-
/**
|
|
131
|
-
* Fires each time the user blurs the OTP Input.
|
|
132
|
-
*/
|
|
133
|
-
onBlur: EventEmitter<any>;
|
|
134
|
-
wrapperClass: boolean;
|
|
135
|
-
get invalidClass(): boolean;
|
|
136
|
-
direction: string;
|
|
137
|
-
role: string;
|
|
138
|
-
/**
|
|
139
|
-
* @hidden
|
|
140
|
-
*/
|
|
141
|
-
inputFields: QueryList<TextBoxComponent>;
|
|
142
|
-
/**
|
|
143
|
-
* @hidden
|
|
144
|
-
*/
|
|
145
|
-
set inputGroups(elements: QueryList<ElementRef>);
|
|
146
|
-
get inputGroups(): QueryList<ElementRef>;
|
|
147
|
-
/**
|
|
148
|
-
* @hidden
|
|
149
|
-
*/
|
|
150
|
-
groupLengthArray: Array<number>;
|
|
151
|
-
/**
|
|
152
|
-
* @hidden
|
|
153
|
-
*/
|
|
154
|
-
inputsArray: Array<any>;
|
|
155
|
-
/**
|
|
156
|
-
* @hidden
|
|
157
|
-
*/
|
|
158
|
-
inputsValues: Array<any> | null;
|
|
159
|
-
/**
|
|
160
|
-
* @hidden
|
|
161
|
-
*/
|
|
162
|
-
adjacentGroups: Array<number> | null;
|
|
163
|
-
private _length;
|
|
164
|
-
private _groupLength;
|
|
165
|
-
private _inputGroups;
|
|
166
|
-
private separatorPositions;
|
|
167
|
-
private _value;
|
|
168
|
-
private _size;
|
|
169
|
-
private _rounded;
|
|
170
|
-
private _fillMode;
|
|
171
|
-
private _isFocused;
|
|
172
|
-
private focusChangedProgrammatically;
|
|
173
|
-
private inputFieldValueChanged;
|
|
174
|
-
private focusedInput;
|
|
175
|
-
private _inputAttributes;
|
|
176
|
-
parsedAttributes: {
|
|
177
|
-
[key: string]: string;
|
|
178
|
-
};
|
|
179
|
-
private get defaultAttributes();
|
|
180
|
-
private subscriptions;
|
|
181
|
-
private ngChange;
|
|
182
|
-
private ngTouched;
|
|
183
|
-
constructor(hostElement: ElementRef, cdr: ChangeDetectorRef, injector: Injector, renderer: Renderer2, localizationService: LocalizationService, zone: NgZone);
|
|
184
|
-
ngOnInit(): void;
|
|
185
|
-
ngAfterViewInit(): void;
|
|
186
|
-
ngOnChanges(changes: any): void;
|
|
187
|
-
ngOnDestroy(): void;
|
|
188
|
-
/**
|
|
189
|
-
* @hidden
|
|
190
|
-
*/
|
|
191
|
-
get formControl(): FormControl;
|
|
192
|
-
/**
|
|
193
|
-
* @hidden
|
|
194
|
-
*/
|
|
195
|
-
writeValue(value: string): void;
|
|
196
|
-
/**
|
|
197
|
-
* @hidden
|
|
198
|
-
*/
|
|
199
|
-
registerOnChange(fn: (value: string) => any): void;
|
|
200
|
-
/**
|
|
201
|
-
* @hidden
|
|
202
|
-
*/
|
|
203
|
-
registerOnTouched(fn: () => any): void;
|
|
204
|
-
/**
|
|
205
|
-
* @hidden
|
|
206
|
-
*/
|
|
207
|
-
setDisabledState(isDisabled: boolean): void;
|
|
208
|
-
/**
|
|
209
|
-
* @hidden
|
|
210
|
-
*/
|
|
211
|
-
get isControlInvalid(): boolean;
|
|
212
|
-
/**
|
|
213
|
-
* @hidden
|
|
214
|
-
*/
|
|
215
|
-
get isFocused(): boolean;
|
|
216
|
-
/**
|
|
217
|
-
* @hidden
|
|
218
|
-
*/
|
|
219
|
-
set isFocused(value: boolean);
|
|
220
|
-
/**
|
|
221
|
-
* @hidden
|
|
222
|
-
*/
|
|
223
|
-
get hasGroups(): boolean;
|
|
224
|
-
/**
|
|
225
|
-
* @hidden
|
|
226
|
-
*/
|
|
227
|
-
showGroupSeparator(index: number): boolean;
|
|
228
|
-
/**
|
|
229
|
-
* @hidden
|
|
230
|
-
*/
|
|
231
|
-
showSeparator(index: number): boolean;
|
|
232
|
-
/**
|
|
233
|
-
* @hidden
|
|
234
|
-
*/
|
|
235
|
-
handleValueChange(index?: number, groupIndex?: number): void;
|
|
236
|
-
/**
|
|
237
|
-
* @hidden
|
|
238
|
-
*/
|
|
239
|
-
handleInputFocus(index: number, groupIndex?: number): void;
|
|
240
|
-
/**
|
|
241
|
-
* @hidden
|
|
242
|
-
*/
|
|
243
|
-
handleInput(event: any, index: number, groupIndex?: number): void;
|
|
244
|
-
/**
|
|
245
|
-
* @hidden
|
|
246
|
-
*/
|
|
247
|
-
fillInputs(text: string, start?: number, replaceLast?: boolean): void;
|
|
248
|
-
/**
|
|
249
|
-
* Focuses the OTP Input.
|
|
250
|
-
*/
|
|
251
|
-
focus(index?: number): void;
|
|
252
|
-
/**
|
|
253
|
-
* Blurs the OTP Input.
|
|
254
|
-
*/
|
|
255
|
-
blur(): void;
|
|
256
|
-
/**
|
|
257
|
-
* @hidden
|
|
258
|
-
*/
|
|
259
|
-
handleFocus(): void;
|
|
260
|
-
/**
|
|
261
|
-
* @hidden
|
|
262
|
-
*/
|
|
263
|
-
handleBlur(): void;
|
|
264
|
-
private getIndexByGroup;
|
|
265
|
-
private focusNext;
|
|
266
|
-
private focusPrevious;
|
|
267
|
-
private handlePaste;
|
|
268
|
-
private handleKeydown;
|
|
269
|
-
private isValidGroupArray;
|
|
270
|
-
private populateGroupArray;
|
|
271
|
-
private populateSeparatorPositions;
|
|
272
|
-
private clearGroups;
|
|
273
|
-
private clearInputValues;
|
|
274
|
-
private handleInputChanges;
|
|
275
|
-
private setGroupFillMode;
|
|
276
|
-
private setInputAttributes;
|
|
277
|
-
private setDefaultAttributes;
|
|
278
|
-
private ariaLabel;
|
|
279
|
-
private isValidNumber;
|
|
280
|
-
private showInvalidInput;
|
|
281
|
-
private containsDigitsOrSpaces;
|
|
282
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OTPInputComponent, 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>;
|
|
284
|
-
}
|