@progress/kendo-angular-inputs 24.2.2 → 25.0.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/fesm2022/progress-kendo-angular-inputs.mjs +318 -318
- package/index.d.ts +7117 -103
- package/package-metadata.mjs +2 -2
- package/package.json +17 -17
- package/checkbox/checkbox.component.d.ts +0 -71
- package/checkbox/checkbox.directive.d.ts +0 -41
- package/checkbox/checked-state.d.ts +0 -17
- package/checkbox.module.d.ts +0 -32
- package/colorpicker/adaptiveness/adaptive-close-button.component.d.ts +0 -20
- package/colorpicker/adaptiveness/adaptive-renderer.component.d.ts +0 -40
- package/colorpicker/color-contrast-svg.component.d.ts +0 -29
- package/colorpicker/color-gradient-numeric-label.directive.d.ts +0 -20
- package/colorpicker/color-gradient-text-label.directive.d.ts +0 -19
- package/colorpicker/color-gradient.component.d.ts +0 -306
- package/colorpicker/color-input.component.d.ts +0 -108
- package/colorpicker/color-palette.component.d.ts +0 -231
- package/colorpicker/colorpicker.component.d.ts +0 -425
- package/colorpicker/constants.d.ts +0 -41
- package/colorpicker/contrast-validation.component.d.ts +0 -24
- package/colorpicker/contrast.component.d.ts +0 -25
- package/colorpicker/events/active-color-click-event.d.ts +0 -49
- package/colorpicker/events/cancel-event.d.ts +0 -15
- package/colorpicker/events/close-event.d.ts +0 -10
- package/colorpicker/events/kendo-drag-event.d.ts +0 -21
- package/colorpicker/events/open-event.d.ts +0 -10
- package/colorpicker/events.d.ts +0 -8
- package/colorpicker/flatcolorpicker-actions.component.d.ts +0 -26
- package/colorpicker/flatcolorpicker-header.component.d.ts +0 -45
- package/colorpicker/flatcolorpicker.component.d.ts +0 -281
- package/colorpicker/localization/colorgradient-localization.service.d.ts +0 -17
- package/colorpicker/localization/colorpalette-localization.service.d.ts +0 -17
- package/colorpicker/localization/colorpicker-localization.service.d.ts +0 -14
- package/colorpicker/localization/custom-messages.component.d.ts +0 -25
- package/colorpicker/localization/flatcolorpicker-localization.service.d.ts +0 -17
- package/colorpicker/localization/localized-colorpicker-messages.directive.d.ts +0 -16
- package/colorpicker/localization/messages.d.ts +0 -133
- package/colorpicker/models/actions-layout.d.ts +0 -8
- package/colorpicker/models/adaptive-mode.d.ts +0 -16
- package/colorpicker/models/colorpicker-view.d.ts +0 -8
- package/colorpicker/models/gradient-settings.d.ts +0 -35
- package/colorpicker/models/hsva.d.ts +0 -13
- package/colorpicker/models/output-format.d.ts +0 -8
- package/colorpicker/models/palette-presets.d.ts +0 -61
- package/colorpicker/models/palette-settings.d.ts +0 -30
- package/colorpicker/models/popup-settings.d.ts +0 -18
- package/colorpicker/models/rgb.d.ts +0 -12
- package/colorpicker/models/rgba.d.ts +0 -13
- package/colorpicker/models/table-cell.d.ts +0 -11
- package/colorpicker/models/tile-size.d.ts +0 -17
- package/colorpicker/models.d.ts +0 -16
- package/colorpicker/services/color-palette.service.d.ts +0 -19
- package/colorpicker/services/flatcolorpicker.service.d.ts +0 -15
- package/colorpicker/utils/color-parser.d.ts +0 -77
- package/colorpicker/utils/contrast-curve.d.ts +0 -37
- package/colorpicker/utils.d.ts +0 -6
- package/colorpicker.module.d.ts +0 -35
- package/common/dom-utils.d.ts +0 -25
- package/common/formservice.service.d.ts +0 -14
- package/common/math.d.ts +0 -40
- package/common/models/fillmode.d.ts +0 -11
- package/common/models/gutters.d.ts +0 -28
- package/common/models/responsive-breakpoints.d.ts +0 -34
- package/common/models/rounded.d.ts +0 -18
- package/common/models/size.d.ts +0 -11
- package/common/models/styling-classes.d.ts +0 -11
- package/common/models/type.d.ts +0 -12
- package/common/models.d.ts +0 -9
- package/common/radio-checkbox.base.d.ts +0 -164
- package/common/utils.d.ts +0 -68
- package/directives.d.ts +0 -334
- package/form/form.component.d.ts +0 -76
- package/form/formseparator.component.d.ts +0 -32
- package/form/utils.d.ts +0 -62
- package/form.module.d.ts +0 -36
- package/formfield/error.component.d.ts +0 -34
- package/formfield/formfield.component.d.ts +0 -117
- package/formfield/hint.component.d.ts +0 -32
- package/formfield/models/message-align.d.ts +0 -10
- package/formfield/models/orientation.d.ts +0 -12
- package/formfield/models/show-options.d.ts +0 -14
- package/formfield.module.d.ts +0 -33
- package/formfieldset/formfieldset.component.d.ts +0 -71
- package/inputs.module.d.ts +0 -75
- package/maskedtextbox/maskedtextbox.component.d.ts +0 -326
- package/maskedtextbox/masking.service.d.ts +0 -48
- package/maskedtextbox/parsing/combinators.d.ts +0 -13
- package/maskedtextbox/parsing/parsers.d.ts +0 -51
- package/maskedtextbox/parsing/result.d.ts +0 -27
- package/maskedtextbox/parsing/stream.d.ts +0 -26
- package/maskedtextbox.module.d.ts +0 -32
- package/numerictextbox/arrow-direction.d.ts +0 -12
- package/numerictextbox/constants.d.ts +0 -28
- package/numerictextbox/localization/custom-messages.component.d.ts +0 -29
- package/numerictextbox/localization/localized-numerictextbox-messages.directive.d.ts +0 -16
- package/numerictextbox/localization/messages.d.ts +0 -21
- package/numerictextbox/numerictextbox.component.d.ts +0 -400
- package/numerictextbox/utils.d.ts +0 -44
- package/numerictextbox.module.d.ts +0 -33
- package/otp.module.d.ts +0 -32
- package/otpinput/localization/custom-messages.component.d.ts +0 -19
- 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 -23
- package/otpinput/otpinput-separator.component.d.ts +0 -25
- package/otpinput/otpinput.component.d.ts +0 -275
- package/package-metadata.d.ts +0 -9
- package/radiobutton/radiobutton.component.d.ts +0 -59
- package/radiobutton/radiobutton.directive.d.ts +0 -33
- package/radiobutton.module.d.ts +0 -33
- package/rangeslider/localization/custom-messages.component.d.ts +0 -27
- package/rangeslider/localization/localized-rangeslider-messages.directive.d.ts +0 -16
- package/rangeslider/localization/messages.d.ts +0 -21
- package/rangeslider/rangeslider-model.d.ts +0 -14
- package/rangeslider/rangeslider-value.type.d.ts +0 -9
- package/rangeslider/rangeslider.component.d.ts +0 -135
- package/rangeslider.module.d.ts +0 -34
- package/rating/directives/rating-hovered-item.directive.d.ts +0 -26
- package/rating/directives/rating-item.directive.d.ts +0 -25
- package/rating/directives/rating-selected-item.directive.d.ts +0 -27
- package/rating/models/precision.d.ts +0 -12
- package/rating/models/rating-item.interface.d.ts +0 -32
- package/rating/models/selection.d.ts +0 -12
- package/rating/rating.component.d.ts +0 -182
- package/rating.module.d.ts +0 -34
- package/shared/input-separator.component.d.ts +0 -32
- package/shared/input-spacer.component.d.ts +0 -31
- package/shared/shared-events.directive.d.ts +0 -27
- package/shared/utils.d.ts +0 -10
- package/signature/events/close-event.d.ts +0 -10
- package/signature/events/index.d.ts +0 -6
- package/signature/events/open-event.d.ts +0 -10
- package/signature/localization/custom-messages.component.d.ts +0 -17
- package/signature/localization/index.d.ts +0 -7
- package/signature/localization/localized-signature-messages.directive.d.ts +0 -16
- package/signature/localization/messages.d.ts +0 -29
- package/signature/signature.component.d.ts +0 -363
- package/signature.module.d.ts +0 -32
- package/slider/localization/custom-messages.component.d.ts +0 -17
- package/slider/localization/localized-slider-messages.directive.d.ts +0 -16
- package/slider/localization/messages.d.ts +0 -25
- package/slider/slider-model.d.ts +0 -13
- package/slider/slider.component.d.ts +0 -174
- package/slider.module.d.ts +0 -34
- package/sliders-common/label-template.directive.d.ts +0 -26
- package/sliders-common/slider-base.d.ts +0 -161
- package/sliders-common/slider-model.base.d.ts +0 -28
- package/sliders-common/slider-ticks.component.d.ts +0 -26
- package/sliders-common/sliders-util.d.ts +0 -114
- package/sliders-common/title-callback.d.ts +0 -26
- package/switch/events/blur-event.d.ts +0 -13
- package/switch/events/focus-event.d.ts +0 -13
- package/switch/localization/custom-messages.component.d.ts +0 -17
- package/switch/localization/localized-switch-messages.directive.d.ts +0 -16
- package/switch/localization/messages.d.ts +0 -21
- package/switch/switch.component.d.ts +0 -204
- package/switch.module.d.ts +0 -32
- package/text-fields-common/text-fields-base.d.ts +0 -96
- package/textarea/models/adornments-orientation.d.ts +0 -12
- package/textarea/models/flow.d.ts +0 -12
- package/textarea/models/resize.d.ts +0 -15
- package/textarea/models/textarea-settings.d.ts +0 -101
- package/textarea/textarea-prefix.component.d.ts +0 -35
- package/textarea/textarea-suffix.component.d.ts +0 -35
- package/textarea/textarea.component.d.ts +0 -240
- package/textarea/textarea.directive.d.ts +0 -99
- package/textarea.module.d.ts +0 -35
- package/textbox/localization/custom-messages.component.d.ts +0 -17
- package/textbox/localization/localized-textbox-messages.directive.d.ts +0 -16
- package/textbox/localization/messages.d.ts +0 -17
- package/textbox/models/icon-show-options.d.ts +0 -13
- package/textbox/textbox-prefix.directive.d.ts +0 -33
- package/textbox/textbox-suffix.directive.d.ts +0 -32
- package/textbox/textbox.component.d.ts +0 -362
- package/textbox/textbox.directive.d.ts +0 -58
- package/textbox.module.d.ts +0 -38
- package/validators/max.validator.d.ts +0 -8
- package/validators/min.validator.d.ts +0 -8
|
@@ -1,275 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 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
|
-
/**
|
|
14
|
-
* Represents the Kendo UI OTP Input component for Angular.
|
|
15
|
-
*
|
|
16
|
-
* Use the OTP Input to enter one-time passwords or verification codes.
|
|
17
|
-
*
|
|
18
|
-
* @example
|
|
19
|
-
* ```html
|
|
20
|
-
* <kendo-otpinput type="number" [(ngModel)]="otpValue"></kendo-otpinput>
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @remarks
|
|
24
|
-
* Supported children components are: {@link OTPInputCustomMessagesComponent}.
|
|
25
|
-
*/
|
|
26
|
-
export declare class OTPInputComponent implements ControlValueAccessor, OnInit, AfterViewInit, OnDestroy {
|
|
27
|
-
hostElement: ElementRef;
|
|
28
|
-
private cdr;
|
|
29
|
-
private injector;
|
|
30
|
-
private renderer;
|
|
31
|
-
private localizationService;
|
|
32
|
-
private zone;
|
|
33
|
-
/**
|
|
34
|
-
* Sets the total number of input fields.
|
|
35
|
-
*
|
|
36
|
-
* @default 4
|
|
37
|
-
*/
|
|
38
|
-
set length(value: number);
|
|
39
|
-
get length(): number;
|
|
40
|
-
/**
|
|
41
|
-
* Sets the input type.
|
|
42
|
-
*
|
|
43
|
-
*
|
|
44
|
-
* @default 'text'
|
|
45
|
-
*/
|
|
46
|
-
type: OTPInputType;
|
|
47
|
-
/**
|
|
48
|
-
* Sets whether the input fields are separate or adjacent.
|
|
49
|
-
*
|
|
50
|
-
* @default true
|
|
51
|
-
*/
|
|
52
|
-
spacing: boolean;
|
|
53
|
-
/**
|
|
54
|
-
* Sets the separator between groups of input fields. You can use this only when `groupLength` is set.
|
|
55
|
-
*/
|
|
56
|
-
separator: string | OTPSeparatorIcon;
|
|
57
|
-
/**
|
|
58
|
-
* When `true`, disables the OTPInput.
|
|
59
|
-
*
|
|
60
|
-
* @default false
|
|
61
|
-
*/
|
|
62
|
-
disabled: boolean;
|
|
63
|
-
/**
|
|
64
|
-
* When `true`, sets the OTPInput to read-only mode.
|
|
65
|
-
*
|
|
66
|
-
* @default false
|
|
67
|
-
*/
|
|
68
|
-
readonly: boolean;
|
|
69
|
-
/**
|
|
70
|
-
* Sets the placeholder for the input fields.
|
|
71
|
-
*/
|
|
72
|
-
placeholder: string;
|
|
73
|
-
/**
|
|
74
|
-
* Sets the length of the groups. If you set a number, all groups have the same length. If you set an array, each group can have a different length.
|
|
75
|
-
*/
|
|
76
|
-
get groupLength(): number | Array<number>;
|
|
77
|
-
set groupLength(length: number | Array<number>);
|
|
78
|
-
/**
|
|
79
|
-
* Sets the value of the component. Unfilled input fields are represented with а space.
|
|
80
|
-
*/
|
|
81
|
-
get value(): string;
|
|
82
|
-
set value(input: string);
|
|
83
|
-
/**
|
|
84
|
-
* Sets the padding of the input fields. The default value is set by the Kendo theme.
|
|
85
|
-
*/
|
|
86
|
-
set size(size: InputSize);
|
|
87
|
-
get size(): InputSize;
|
|
88
|
-
/**
|
|
89
|
-
* Sets the border radius of the OTP Input. The default value is set by the Kendo theme.
|
|
90
|
-
*/
|
|
91
|
-
set rounded(rounded: InputRounded);
|
|
92
|
-
get rounded(): InputRounded;
|
|
93
|
-
/**
|
|
94
|
-
* Sets the background and border styles of the OTP Input. The default value is set by the Kendo theme.
|
|
95
|
-
*/
|
|
96
|
-
set fillMode(fillMode: InputFillMode);
|
|
97
|
-
get fillMode(): InputFillMode;
|
|
98
|
-
/**
|
|
99
|
-
* Sets the HTML attributes of the inner input element. You cannot change attributes that are required for the component to work.
|
|
100
|
-
*/
|
|
101
|
-
set inputAttributes(attributes: {
|
|
102
|
-
[key: string]: string;
|
|
103
|
-
});
|
|
104
|
-
get inputAttributes(): {
|
|
105
|
-
[key: string]: string;
|
|
106
|
-
};
|
|
107
|
-
/**
|
|
108
|
-
* Fires when the user changes the value.
|
|
109
|
-
*
|
|
110
|
-
* This event does not fire when you change the value programmatically or through form bindings.
|
|
111
|
-
*/
|
|
112
|
-
valueChange: EventEmitter<any>;
|
|
113
|
-
/**
|
|
114
|
-
* Fires when the user focuses the OTP Input.
|
|
115
|
-
*/
|
|
116
|
-
onFocus: EventEmitter<any>;
|
|
117
|
-
/**
|
|
118
|
-
* Fires when the user blurs the OTP Input.
|
|
119
|
-
*/
|
|
120
|
-
onBlur: EventEmitter<any>;
|
|
121
|
-
wrapperClass: boolean;
|
|
122
|
-
get invalidClass(): boolean;
|
|
123
|
-
direction: string;
|
|
124
|
-
role: string;
|
|
125
|
-
/**
|
|
126
|
-
* @hidden
|
|
127
|
-
*/
|
|
128
|
-
inputFields: QueryList<TextBoxComponent>;
|
|
129
|
-
/**
|
|
130
|
-
* @hidden
|
|
131
|
-
*/
|
|
132
|
-
set inputGroups(elements: QueryList<ElementRef>);
|
|
133
|
-
get inputGroups(): QueryList<ElementRef>;
|
|
134
|
-
/**
|
|
135
|
-
* @hidden
|
|
136
|
-
*/
|
|
137
|
-
groupLengthArray: Array<number>;
|
|
138
|
-
/**
|
|
139
|
-
* @hidden
|
|
140
|
-
*/
|
|
141
|
-
inputsArray: Array<any>;
|
|
142
|
-
/**
|
|
143
|
-
* @hidden
|
|
144
|
-
*/
|
|
145
|
-
inputsValues: Array<any> | null;
|
|
146
|
-
/**
|
|
147
|
-
* @hidden
|
|
148
|
-
*/
|
|
149
|
-
adjacentGroups: Array<number> | null;
|
|
150
|
-
private _length;
|
|
151
|
-
private _groupLength;
|
|
152
|
-
private _inputGroups;
|
|
153
|
-
private separatorPositions;
|
|
154
|
-
private _value;
|
|
155
|
-
private _size;
|
|
156
|
-
private _rounded;
|
|
157
|
-
private _fillMode;
|
|
158
|
-
private _isFocused;
|
|
159
|
-
private focusChangedProgrammatically;
|
|
160
|
-
private inputFieldValueChanged;
|
|
161
|
-
private focusedInput;
|
|
162
|
-
private _inputAttributes;
|
|
163
|
-
parsedAttributes: {
|
|
164
|
-
[key: string]: string;
|
|
165
|
-
};
|
|
166
|
-
private get defaultAttributes();
|
|
167
|
-
private subscriptions;
|
|
168
|
-
private ngChange;
|
|
169
|
-
private ngTouched;
|
|
170
|
-
constructor(hostElement: ElementRef, cdr: ChangeDetectorRef, injector: Injector, renderer: Renderer2, localizationService: LocalizationService, zone: NgZone);
|
|
171
|
-
ngOnInit(): void;
|
|
172
|
-
ngAfterViewInit(): void;
|
|
173
|
-
ngOnChanges(changes: any): void;
|
|
174
|
-
ngOnDestroy(): void;
|
|
175
|
-
/**
|
|
176
|
-
* @hidden
|
|
177
|
-
*/
|
|
178
|
-
get formControl(): FormControl;
|
|
179
|
-
/**
|
|
180
|
-
* @hidden
|
|
181
|
-
*/
|
|
182
|
-
writeValue(value: string): void;
|
|
183
|
-
/**
|
|
184
|
-
* @hidden
|
|
185
|
-
*/
|
|
186
|
-
registerOnChange(fn: (value: string) => any): void;
|
|
187
|
-
/**
|
|
188
|
-
* @hidden
|
|
189
|
-
*/
|
|
190
|
-
registerOnTouched(fn: () => any): void;
|
|
191
|
-
/**
|
|
192
|
-
* @hidden
|
|
193
|
-
*/
|
|
194
|
-
setDisabledState(isDisabled: boolean): void;
|
|
195
|
-
/**
|
|
196
|
-
* @hidden
|
|
197
|
-
*/
|
|
198
|
-
get isControlInvalid(): boolean;
|
|
199
|
-
/**
|
|
200
|
-
* @hidden
|
|
201
|
-
*/
|
|
202
|
-
get isFocused(): boolean;
|
|
203
|
-
/**
|
|
204
|
-
* @hidden
|
|
205
|
-
*/
|
|
206
|
-
set isFocused(value: boolean);
|
|
207
|
-
/**
|
|
208
|
-
* Returns `true` if the component has groups.
|
|
209
|
-
*
|
|
210
|
-
* @hidden
|
|
211
|
-
*/
|
|
212
|
-
get hasGroups(): boolean;
|
|
213
|
-
/**
|
|
214
|
-
* @hidden
|
|
215
|
-
*/
|
|
216
|
-
showGroupSeparator(index: number): boolean;
|
|
217
|
-
/**
|
|
218
|
-
* @hidden
|
|
219
|
-
*/
|
|
220
|
-
showSeparator(index: number): boolean;
|
|
221
|
-
/**
|
|
222
|
-
* @hidden
|
|
223
|
-
*/
|
|
224
|
-
handleValueChange(index?: number, groupIndex?: number): void;
|
|
225
|
-
/**
|
|
226
|
-
* @hidden
|
|
227
|
-
*/
|
|
228
|
-
handleInputFocus(index: number, groupIndex?: number): void;
|
|
229
|
-
/**
|
|
230
|
-
* @hidden
|
|
231
|
-
*/
|
|
232
|
-
handleInput(event: any, index: number, groupIndex?: number): void;
|
|
233
|
-
/**
|
|
234
|
-
* @hidden
|
|
235
|
-
*/
|
|
236
|
-
fillInputs(text: string, start?: number, replaceLast?: boolean): void;
|
|
237
|
-
/**
|
|
238
|
-
* Focuses the OTP Input at the specified index provided as an argument.
|
|
239
|
-
*
|
|
240
|
-
* @param index The index of the input to focus.
|
|
241
|
-
*/
|
|
242
|
-
focus(index?: number): void;
|
|
243
|
-
/**
|
|
244
|
-
* Blurs the OTP Input.
|
|
245
|
-
*/
|
|
246
|
-
blur(): void;
|
|
247
|
-
/**
|
|
248
|
-
* @hidden
|
|
249
|
-
*/
|
|
250
|
-
handleFocus(): void;
|
|
251
|
-
/**
|
|
252
|
-
* @hidden
|
|
253
|
-
*/
|
|
254
|
-
handleBlur(): void;
|
|
255
|
-
private getIndexByGroup;
|
|
256
|
-
private focusNext;
|
|
257
|
-
private focusPrevious;
|
|
258
|
-
private handlePaste;
|
|
259
|
-
private handleKeydown;
|
|
260
|
-
private isValidGroupArray;
|
|
261
|
-
private populateGroupArray;
|
|
262
|
-
private populateSeparatorPositions;
|
|
263
|
-
private clearGroups;
|
|
264
|
-
private clearInputValues;
|
|
265
|
-
private handleInputChanges;
|
|
266
|
-
private setGroupFillMode;
|
|
267
|
-
private setInputAttributes;
|
|
268
|
-
private setDefaultAttributes;
|
|
269
|
-
private ariaLabel;
|
|
270
|
-
private isValidNumber;
|
|
271
|
-
private showInvalidInput;
|
|
272
|
-
private containsDigitsOrSpaces;
|
|
273
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OTPInputComponent, never>;
|
|
274
|
-
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>;
|
|
275
|
-
}
|
package/package-metadata.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { type PackageMetadata } from '@progress/kendo-licensing';
|
|
6
|
-
/**
|
|
7
|
-
* @hidden
|
|
8
|
-
*/
|
|
9
|
-
export declare const packageMetadata: PackageMetadata;
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ElementRef, Renderer2, AfterViewInit, EventEmitter, ChangeDetectorRef, NgZone, Injector, OnInit, OnDestroy } from '@angular/core';
|
|
6
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
7
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
8
|
-
import { RadioCheckBoxBase } from '../common/radio-checkbox.base';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
/**
|
|
11
|
-
* Represents the Kendo UI RadioButton component.
|
|
12
|
-
* Use this component to create a styled radio button in your Angular application.
|
|
13
|
-
*
|
|
14
|
-
* @example
|
|
15
|
-
* ```html
|
|
16
|
-
* <kendo-radiobutton
|
|
17
|
-
* [checked]="true"
|
|
18
|
-
* (checkedChange)="onCheckedChange($event)">
|
|
19
|
-
* </kendo-radiobutton>
|
|
20
|
-
* ```
|
|
21
|
-
*/
|
|
22
|
-
export declare class RadioButtonComponent extends RadioCheckBoxBase implements ControlValueAccessor, OnInit, AfterViewInit, OnDestroy {
|
|
23
|
-
protected renderer: Renderer2;
|
|
24
|
-
hostElement: ElementRef;
|
|
25
|
-
protected cdr: ChangeDetectorRef;
|
|
26
|
-
protected ngZone: NgZone;
|
|
27
|
-
protected injector: Injector;
|
|
28
|
-
private localizationService;
|
|
29
|
-
hostClass: boolean;
|
|
30
|
-
direction: string;
|
|
31
|
-
/**
|
|
32
|
-
* Specifies the checked state of the RadioButton.
|
|
33
|
-
*
|
|
34
|
-
* @default false
|
|
35
|
-
*/
|
|
36
|
-
checked: boolean;
|
|
37
|
-
/**
|
|
38
|
-
* Fires when the checked state changes.
|
|
39
|
-
* The event does not fire when you change the state through `ngModel` or `formControl` bindings.
|
|
40
|
-
* Use this event for two-way binding of the `checked` property.
|
|
41
|
-
*/
|
|
42
|
-
checkedChange: EventEmitter<boolean>;
|
|
43
|
-
private subs;
|
|
44
|
-
protected get defaultAttributes(): any;
|
|
45
|
-
constructor(renderer: Renderer2, hostElement: ElementRef, cdr: ChangeDetectorRef, ngZone: NgZone, injector: Injector, localizationService: LocalizationService);
|
|
46
|
-
ngOnInit(): void;
|
|
47
|
-
ngAfterViewInit(): void;
|
|
48
|
-
ngOnDestroy(): void;
|
|
49
|
-
/**
|
|
50
|
-
* @hidden
|
|
51
|
-
*/
|
|
52
|
-
handleChange: ($event: any) => void;
|
|
53
|
-
/**
|
|
54
|
-
* @hidden
|
|
55
|
-
*/
|
|
56
|
-
writeValue(value: any): void;
|
|
57
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonComponent, never>;
|
|
58
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonComponent, "kendo-radiobutton", ["kendoRadioButton"], { "checked": { "alias": "checked"; "required": false; }; }, { "checkedChange": "checkedChange"; }, never, never, true, never>;
|
|
59
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ElementRef, Renderer2 } from '@angular/core';
|
|
6
|
-
import { InputSize } from '../common/models';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* Represents the directive that renders the Kendo UI RadioButton input component.
|
|
10
|
-
* Place the directive on `input type="radio"` HTML elements.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```html
|
|
14
|
-
* <input type="radio" kendoRadioButton />
|
|
15
|
-
* ```
|
|
16
|
-
*/
|
|
17
|
-
export declare class RadioButtonDirective {
|
|
18
|
-
private renderer;
|
|
19
|
-
private hostElement;
|
|
20
|
-
kendoClass: boolean;
|
|
21
|
-
get isDisabled(): boolean;
|
|
22
|
-
/**
|
|
23
|
-
* Specifies the `size` of the RadioButton. The `size` property changes the width and height of the RadioButton ([see example](https://www.telerik.com/kendo-angular-ui/components/inputs/radiobutton/appearance#size)). The default value is set by the Kendo theme.
|
|
24
|
-
*/
|
|
25
|
-
set size(size: InputSize);
|
|
26
|
-
get size(): InputSize;
|
|
27
|
-
private _size;
|
|
28
|
-
constructor(renderer: Renderer2, hostElement: ElementRef);
|
|
29
|
-
ngAfterViewInit(): void;
|
|
30
|
-
private handleClasses;
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonDirective, never>;
|
|
32
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RadioButtonDirective, "input[kendoRadioButton]", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, never, true, never>;
|
|
33
|
-
}
|
package/radiobutton.module.d.ts
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "./radiobutton/radiobutton.component";
|
|
7
|
-
import * as i2 from "./radiobutton/radiobutton.directive";
|
|
8
|
-
/**
|
|
9
|
-
* Defines the [NgModule](link:site.data.urls.angular['ngmoduleapi']) for the RadioButton directive and RadioButton component.
|
|
10
|
-
*
|
|
11
|
-
* Use this module to add the RadioButton directive and component to your NgModule-based Angular application.
|
|
12
|
-
*
|
|
13
|
-
* @example
|
|
14
|
-
*
|
|
15
|
-
* ```typescript
|
|
16
|
-
* import { RadioButtonModule } from '@progress/kendo-angular-inputs';
|
|
17
|
-
* import { NgModule } from '@angular/core';
|
|
18
|
-
* import { BrowserModule } from '@angular/platform-browser';
|
|
19
|
-
* import { AppComponent } from './app.component';
|
|
20
|
-
*
|
|
21
|
-
* @NgModule({
|
|
22
|
-
* declarations: [AppComponent],
|
|
23
|
-
* imports: [BrowserModule, RadioButtonModule],
|
|
24
|
-
* bootstrap: [AppComponent]
|
|
25
|
-
* })
|
|
26
|
-
* export class AppModule {}
|
|
27
|
-
* ```
|
|
28
|
-
*/
|
|
29
|
-
export declare class RadioButtonModule {
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonModule, never>;
|
|
31
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RadioButtonModule, never, [typeof i1.RadioButtonComponent, typeof i2.RadioButtonDirective], [typeof i1.RadioButtonComponent, typeof i2.RadioButtonDirective]>;
|
|
32
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<RadioButtonModule>;
|
|
33
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 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 { RangeSliderMessages } from './messages';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* Lets you override the default messages of the RangeSlider component.
|
|
10
|
-
*
|
|
11
|
-
* @example
|
|
12
|
-
*
|
|
13
|
-
* ```html
|
|
14
|
-
* <kendo-rangeslider-messages
|
|
15
|
-
* decreaseHandle="Decrease handle"
|
|
16
|
-
* increaseHandle="Increase handle"
|
|
17
|
-
* decreaseRange="Decrease range">
|
|
18
|
-
* </kendo-rangeslider-messages>
|
|
19
|
-
* ```
|
|
20
|
-
*/
|
|
21
|
-
export declare class RangeSliderCustomMessagesComponent extends RangeSliderMessages {
|
|
22
|
-
protected service: LocalizationService;
|
|
23
|
-
constructor(service: LocalizationService);
|
|
24
|
-
protected get override(): boolean;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RangeSliderCustomMessagesComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RangeSliderCustomMessagesComponent, "kendo-rangeslider-messages", never, {}, {}, never, never, true, never>;
|
|
27
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 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 { RangeSliderMessages } from './messages';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export declare class LocalizedRangeSliderMessagesDirective extends RangeSliderMessages {
|
|
12
|
-
protected service: LocalizationService;
|
|
13
|
-
constructor(service: LocalizationService);
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedRangeSliderMessagesDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedRangeSliderMessagesDirective, "[kendoSliderLocalizedMessages]", never, {}, {}, never, never, true, never>;
|
|
16
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 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 RangeSliderMessages extends ComponentMessages {
|
|
11
|
-
/**
|
|
12
|
-
* The title of the range `start` drag handle.
|
|
13
|
-
*/
|
|
14
|
-
dragHandleStart: string;
|
|
15
|
-
/**
|
|
16
|
-
* The title of the range `end` drag handle.
|
|
17
|
-
*/
|
|
18
|
-
dragHandleEnd: string;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RangeSliderMessages, never>;
|
|
20
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RangeSliderMessages, "kendo-rangeslider-messages-base", never, { "dragHandleStart": { "alias": "dragHandleStart"; "required": false; }; "dragHandleEnd": { "alias": "dragHandleEnd"; "required": false; }; }, {}, never, never, true, never>;
|
|
21
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { SliderModelBase } from '../sliders-common/slider-model.base';
|
|
6
|
-
/**
|
|
7
|
-
* @hidden
|
|
8
|
-
*/
|
|
9
|
-
export declare class RangeSliderModel extends SliderModelBase {
|
|
10
|
-
protected startHandlePosition: number;
|
|
11
|
-
protected endHandlePosition: number;
|
|
12
|
-
positionHandle(dragHandle: HTMLElement): void;
|
|
13
|
-
positionSelection(dragHandle: HTMLElement, selection: HTMLElement): void;
|
|
14
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
/**
|
|
6
|
-
* Defines the value type of the RangeSlider as an array of two numbers `[number, number]`.
|
|
7
|
-
* The array represents the start and end of the range.
|
|
8
|
-
*/
|
|
9
|
-
export type RangeSliderValue = [number, number];
|
|
@@ -1,135 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 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, Renderer2, ElementRef, OnChanges, OnDestroy, NgZone, Injector, SimpleChanges, ChangeDetectorRef } from '@angular/core';
|
|
6
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
7
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
8
|
-
import { SliderBase } from '../sliders-common/slider-base';
|
|
9
|
-
import { RangeSliderValue } from './rangeslider-value.type';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
/**
|
|
12
|
-
* Represents the Kendo UI RangeSlider component for Angular.
|
|
13
|
-
* Use this component to let users select a range of values.
|
|
14
|
-
*
|
|
15
|
-
* @example
|
|
16
|
-
* ```html
|
|
17
|
-
* <kendo-rangeslider [value]="[10, 50]" [min]="0" [max]="100"></kendo-rangeslider>
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @remarks
|
|
21
|
-
* Supported children components are: {@link RangeSliderCustomMessagesComponent}.
|
|
22
|
-
*/
|
|
23
|
-
export declare class RangeSliderComponent extends SliderBase implements AfterViewInit, ControlValueAccessor, OnChanges, OnDestroy {
|
|
24
|
-
protected localization: LocalizationService;
|
|
25
|
-
protected injector: Injector;
|
|
26
|
-
protected renderer: Renderer2;
|
|
27
|
-
protected ngZone: NgZone;
|
|
28
|
-
protected changeDetector: ChangeDetectorRef;
|
|
29
|
-
protected hostElement: ElementRef;
|
|
30
|
-
/**
|
|
31
|
-
* Sets the range value of the RangeSlider.
|
|
32
|
-
* Use either `ngModel` or the `value` binding, but not both at the same time.
|
|
33
|
-
*/
|
|
34
|
-
value: RangeSliderValue;
|
|
35
|
-
draghandleStart: ElementRef;
|
|
36
|
-
draghandleEnd: ElementRef;
|
|
37
|
-
/**
|
|
38
|
-
* @hidden
|
|
39
|
-
*/
|
|
40
|
-
startHandleId: string;
|
|
41
|
-
/**
|
|
42
|
-
* @hidden
|
|
43
|
-
*/
|
|
44
|
-
endHandleId: string;
|
|
45
|
-
/**
|
|
46
|
-
* @hidden
|
|
47
|
-
*/
|
|
48
|
-
focusableId: string;
|
|
49
|
-
private draggedHandle;
|
|
50
|
-
private lastHandlePosition;
|
|
51
|
-
private activeHandle;
|
|
52
|
-
private focusChangedProgrammatically;
|
|
53
|
-
private isInvalid;
|
|
54
|
-
constructor(localization: LocalizationService, injector: Injector, renderer: Renderer2, ngZone: NgZone, changeDetector: ChangeDetectorRef, hostElement: ElementRef);
|
|
55
|
-
/**
|
|
56
|
-
* Focuses the RangeSlider.
|
|
57
|
-
*
|
|
58
|
-
*/
|
|
59
|
-
focus(): void;
|
|
60
|
-
/**
|
|
61
|
-
* Removes focus from the RangeSlider.
|
|
62
|
-
*/
|
|
63
|
-
blur(): void;
|
|
64
|
-
ngOnInit(): void;
|
|
65
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
66
|
-
ngAfterViewInit(): void;
|
|
67
|
-
ngOnDestroy(): void;
|
|
68
|
-
/**
|
|
69
|
-
* @hidden
|
|
70
|
-
*/
|
|
71
|
-
textFor(key: string): string;
|
|
72
|
-
/**
|
|
73
|
-
* @hidden
|
|
74
|
-
*/
|
|
75
|
-
get valueText(): string;
|
|
76
|
-
/**
|
|
77
|
-
* @hidden
|
|
78
|
-
*/
|
|
79
|
-
onWrapClick: (args: any) => void;
|
|
80
|
-
/**
|
|
81
|
-
* @hidden
|
|
82
|
-
*/
|
|
83
|
-
handleDragPress(args: any): void;
|
|
84
|
-
/**
|
|
85
|
-
* @hidden
|
|
86
|
-
*/
|
|
87
|
-
onHandleDrag(args: any): void;
|
|
88
|
-
/**
|
|
89
|
-
* @hidden
|
|
90
|
-
*/
|
|
91
|
-
onKeyDown: (e: KeyboardEvent) => void;
|
|
92
|
-
/**
|
|
93
|
-
* @hidden
|
|
94
|
-
*/
|
|
95
|
-
onHandleRelease(args: any): void;
|
|
96
|
-
/**
|
|
97
|
-
* @hidden
|
|
98
|
-
*/
|
|
99
|
-
writeValue(value: [number, number]): void;
|
|
100
|
-
/**
|
|
101
|
-
* @hidden
|
|
102
|
-
*/
|
|
103
|
-
registerOnChange(fn: () => any): void;
|
|
104
|
-
/**
|
|
105
|
-
* @hidden
|
|
106
|
-
*/
|
|
107
|
-
registerOnTouched(fn: () => any): void;
|
|
108
|
-
/**
|
|
109
|
-
* @hidden
|
|
110
|
-
*/
|
|
111
|
-
changeValue(value: [number, number]): void;
|
|
112
|
-
/**
|
|
113
|
-
* @hidden
|
|
114
|
-
*/
|
|
115
|
-
sizeComponent(): void;
|
|
116
|
-
/**
|
|
117
|
-
* @hidden
|
|
118
|
-
*/
|
|
119
|
-
get isDisabled(): boolean;
|
|
120
|
-
/**
|
|
121
|
-
* @hidden
|
|
122
|
-
* Used by the FloatingLabel to determine if the component is empty.
|
|
123
|
-
*/
|
|
124
|
-
isEmpty(): boolean;
|
|
125
|
-
protected set focused(value: boolean);
|
|
126
|
-
private set dragging(value);
|
|
127
|
-
private ngChange;
|
|
128
|
-
private ngTouched;
|
|
129
|
-
private getProps;
|
|
130
|
-
private isRangeSliderInvalid;
|
|
131
|
-
private attachElementEventHandlers;
|
|
132
|
-
private handleBlur;
|
|
133
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RangeSliderComponent, never>;
|
|
134
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RangeSliderComponent, "kendo-rangeslider", ["kendoRangeSlider"], { "value": { "alias": "value"; "required": false; }; }, {}, never, never, true, never>;
|
|
135
|
-
}
|
package/rangeslider.module.d.ts
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "./rangeslider/rangeslider.component";
|
|
7
|
-
import * as i2 from "./rangeslider/localization/custom-messages.component";
|
|
8
|
-
import * as i3 from "./sliders-common/label-template.directive";
|
|
9
|
-
/**
|
|
10
|
-
* Defines the [`NgModule`](link:site.data.urls.angular['ngmoduleapi']) for the RangeSlider component.
|
|
11
|
-
*
|
|
12
|
-
* Use this module to add the RangeSlider component to your NgModule-based Angular application.
|
|
13
|
-
*
|
|
14
|
-
* @example
|
|
15
|
-
*
|
|
16
|
-
* ```typescript
|
|
17
|
-
* import { RangeSliderModule } from '@progress/kendo-angular-inputs';
|
|
18
|
-
* import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
|
|
19
|
-
* import { NgModule } from '@angular/core';
|
|
20
|
-
* import { AppComponent } from './app.component';
|
|
21
|
-
*
|
|
22
|
-
* @NgModule({
|
|
23
|
-
* declarations: [AppComponent],
|
|
24
|
-
* imports: [BrowserModule, BrowserAnimationsModule, RangeSliderModule],
|
|
25
|
-
* bootstrap: [AppComponent]
|
|
26
|
-
* })
|
|
27
|
-
* export class AppModule {}
|
|
28
|
-
* ```
|
|
29
|
-
*/
|
|
30
|
-
export declare class RangeSliderModule {
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RangeSliderModule, never>;
|
|
32
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RangeSliderModule, never, [typeof i1.RangeSliderComponent, typeof i2.RangeSliderCustomMessagesComponent, typeof i3.LabelTemplateDirective], [typeof i1.RangeSliderComponent, typeof i2.RangeSliderCustomMessagesComponent, typeof i3.LabelTemplateDirective]>;
|
|
33
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<RangeSliderModule>;
|
|
34
|
-
}
|