@progress/kendo-angular-inputs 24.2.2 → 25.0.0-develop.1
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,363 +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 { ChangeDetectorRef, ElementRef, EventEmitter, NgZone, Renderer2, SimpleChanges } from '@angular/core';
|
|
6
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
7
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
8
|
-
import { InputFillMode, InputRounded, InputSize } from '../common/models';
|
|
9
|
-
import { SignatureCloseEvent, SignatureOpenEvent } from './events';
|
|
10
|
-
import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
/**
|
|
13
|
-
* Represents the [Kendo UI Signature component for Angular](https://www.telerik.com/kendo-angular-ui/components/inputs/signature).
|
|
14
|
-
*
|
|
15
|
-
* Use the Signature to let users add a hand-drawn signature to forms.
|
|
16
|
-
*
|
|
17
|
-
* @example
|
|
18
|
-
* ```html
|
|
19
|
-
* <kendo-signature [(ngModel)]="signatureValue"></kendo-signature>
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @remarks
|
|
23
|
-
* Supported children components are: {@link SignatureCustomMessagesComponent}.
|
|
24
|
-
*/
|
|
25
|
-
export declare class SignatureComponent implements ControlValueAccessor {
|
|
26
|
-
private element;
|
|
27
|
-
private renderer;
|
|
28
|
-
private ngZone;
|
|
29
|
-
private cd;
|
|
30
|
-
localization: LocalizationService;
|
|
31
|
-
private cdr;
|
|
32
|
-
/**
|
|
33
|
-
* @hidden
|
|
34
|
-
*/
|
|
35
|
-
focusableId: string;
|
|
36
|
-
direction: string;
|
|
37
|
-
/**
|
|
38
|
-
* Sets the read-only state of the Signature.
|
|
39
|
-
*
|
|
40
|
-
* Set to `true` to prevent editing.
|
|
41
|
-
*
|
|
42
|
-
* @default false
|
|
43
|
-
*/
|
|
44
|
-
readonly: boolean;
|
|
45
|
-
/**
|
|
46
|
-
* Sets the disabled state of the Signature.
|
|
47
|
-
*
|
|
48
|
-
* Set to `true` to disable the component and prevent any user interaction.
|
|
49
|
-
* To disable the component in reactive forms, see [Managing the Signature Disabled State in Reactive Forms](https://www.telerik.com/kendo-angular-ui/components/inputs/signature/forms#managing-the-signature-disabled-state-in-reactive-forms).
|
|
50
|
-
*
|
|
51
|
-
* @default false
|
|
52
|
-
*/
|
|
53
|
-
disabled: boolean;
|
|
54
|
-
/**
|
|
55
|
-
* Sets the width of the Signature in pixels.
|
|
56
|
-
*
|
|
57
|
-
* You can also set the width using inline styles or CSS.
|
|
58
|
-
*/
|
|
59
|
-
width: number;
|
|
60
|
-
/**
|
|
61
|
-
* Sets the height of the Signature in pixels.
|
|
62
|
-
*
|
|
63
|
-
* You can also set the height using inline styles or CSS.
|
|
64
|
-
*/
|
|
65
|
-
height: number;
|
|
66
|
-
/**
|
|
67
|
-
* Gets or sets the value of the Signature.
|
|
68
|
-
*
|
|
69
|
-
* The value is a Base64-encoded PNG image.
|
|
70
|
-
*/
|
|
71
|
-
set value(value: string);
|
|
72
|
-
get value(): string;
|
|
73
|
-
/**
|
|
74
|
-
* @hidden
|
|
75
|
-
*/
|
|
76
|
-
svgIcon(name: string): SVGIcon;
|
|
77
|
-
/**
|
|
78
|
-
* Specifies the [tabindex](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex) of the component.
|
|
79
|
-
*
|
|
80
|
-
* @default 0
|
|
81
|
-
*/
|
|
82
|
-
set tabindex(value: number);
|
|
83
|
-
get tabindex(): number;
|
|
84
|
-
/**
|
|
85
|
-
* Sets the padding of the Signature internal controls
|
|
86
|
-
* ([ee example](https://www.telerik.com/kendo-angular-ui/components/inputs/signature/appearance#size)). The default value is set by the Kendo theme.
|
|
87
|
-
*/
|
|
88
|
-
size: InputSize;
|
|
89
|
-
/**
|
|
90
|
-
* Sets the border radius of the Signature
|
|
91
|
-
* ([see example](https://www.telerik.com/kendo-angular-ui/components/inputs/signature/appearance#rounded-corners)). The default value is set by the Kendo theme.
|
|
92
|
-
*/
|
|
93
|
-
rounded: InputRounded;
|
|
94
|
-
/**
|
|
95
|
-
* Sets the background and border styles of the Signature
|
|
96
|
-
* ([see example](https://www.telerik.com/kendo-angular-ui/components/inputs/signature/appearance#fill-mode)). The default value is set by the Kendo theme.
|
|
97
|
-
*/
|
|
98
|
-
fillMode: InputFillMode;
|
|
99
|
-
/**
|
|
100
|
-
* Sets the stroke color of the Signature.
|
|
101
|
-
*
|
|
102
|
-
* Accepts CSS color names and hex values.
|
|
103
|
-
* The default value is determined by the theme `$kendo-input-text` variable.
|
|
104
|
-
*/
|
|
105
|
-
color: any;
|
|
106
|
-
/**
|
|
107
|
-
* Sets the background color of the Signature.
|
|
108
|
-
*
|
|
109
|
-
* Accepts CSS color names and hex values.
|
|
110
|
-
* The default value is determined by the theme `$kendo-input-bg` variable.
|
|
111
|
-
*/
|
|
112
|
-
backgroundColor: any;
|
|
113
|
-
/**
|
|
114
|
-
* Sets the stroke width of the Signature.
|
|
115
|
-
*
|
|
116
|
-
* @default 1
|
|
117
|
-
*/
|
|
118
|
-
strokeWidth: number;
|
|
119
|
-
/**
|
|
120
|
-
* When set to `true`, smooths out signature lines.
|
|
121
|
-
*
|
|
122
|
-
* @default false
|
|
123
|
-
*/
|
|
124
|
-
smooth: boolean;
|
|
125
|
-
/**
|
|
126
|
-
* When set to `true`, allows the Signature to be maximized.
|
|
127
|
-
*
|
|
128
|
-
* @default true
|
|
129
|
-
*/
|
|
130
|
-
maximizable: boolean;
|
|
131
|
-
/**
|
|
132
|
-
* @hidden
|
|
133
|
-
*/
|
|
134
|
-
maximized: boolean;
|
|
135
|
-
/**
|
|
136
|
-
* Sets the scale factor for the popup.
|
|
137
|
-
*
|
|
138
|
-
* The Signature width and height are multiplied by this value when showing the popup.
|
|
139
|
-
*
|
|
140
|
-
* @default 3
|
|
141
|
-
*/
|
|
142
|
-
popupScale: number;
|
|
143
|
-
/**
|
|
144
|
-
* Sets the scale factor for the exported image.
|
|
145
|
-
*
|
|
146
|
-
* The Signature width and height are multiplied by this value when converting the signature to an image.
|
|
147
|
-
*
|
|
148
|
-
* @default 2
|
|
149
|
-
*/
|
|
150
|
-
exportScale: number;
|
|
151
|
-
/**
|
|
152
|
-
* @hidden
|
|
153
|
-
*/
|
|
154
|
-
parentLocalization: LocalizationService;
|
|
155
|
-
/**
|
|
156
|
-
* When set to `true`, hides the dotted line in the background.
|
|
157
|
-
*
|
|
158
|
-
* @default false
|
|
159
|
-
*/
|
|
160
|
-
hideLine: boolean;
|
|
161
|
-
/**
|
|
162
|
-
* Fires when the signature value changes.
|
|
163
|
-
*/
|
|
164
|
-
valueChange: EventEmitter<string>;
|
|
165
|
-
/**
|
|
166
|
-
* Fires before the popup opens.
|
|
167
|
-
*
|
|
168
|
-
* This event is preventable. If you cancel it, the popup stays closed.
|
|
169
|
-
*/
|
|
170
|
-
open: EventEmitter<SignatureOpenEvent>;
|
|
171
|
-
/**
|
|
172
|
-
* Fires before the popup closes.
|
|
173
|
-
*
|
|
174
|
-
* This event is preventable. If you cancel it, the popup stays open.
|
|
175
|
-
*/
|
|
176
|
-
close: EventEmitter<SignatureCloseEvent>;
|
|
177
|
-
/**
|
|
178
|
-
* Fires when the Signature receives focus.
|
|
179
|
-
*/
|
|
180
|
-
onFocus: EventEmitter<any>;
|
|
181
|
-
/**
|
|
182
|
-
* Fires when the Signature loses focus.
|
|
183
|
-
*/
|
|
184
|
-
onBlur: EventEmitter<any>;
|
|
185
|
-
/**
|
|
186
|
-
* @hidden
|
|
187
|
-
*/
|
|
188
|
-
minimize: EventEmitter<void>;
|
|
189
|
-
canvas: ElementRef;
|
|
190
|
-
minimizeButton: ElementRef;
|
|
191
|
-
maximizeButton: ElementRef;
|
|
192
|
-
/**
|
|
193
|
-
* Indicates if the Signature wrapper is focused.
|
|
194
|
-
*/
|
|
195
|
-
isFocused: boolean;
|
|
196
|
-
/**
|
|
197
|
-
* Indicates if the Signature popup is open.
|
|
198
|
-
*/
|
|
199
|
-
isOpen: boolean;
|
|
200
|
-
/**
|
|
201
|
-
* @hidden
|
|
202
|
-
*/
|
|
203
|
-
get isEmpty(): boolean;
|
|
204
|
-
/**
|
|
205
|
-
* @hidden
|
|
206
|
-
*/
|
|
207
|
-
get canvasLabel(): string;
|
|
208
|
-
/**
|
|
209
|
-
* @hidden
|
|
210
|
-
*/
|
|
211
|
-
get clearTitle(): string;
|
|
212
|
-
/**
|
|
213
|
-
* @hidden
|
|
214
|
-
*/
|
|
215
|
-
get minimizeTitle(): string;
|
|
216
|
-
/**
|
|
217
|
-
* @hidden
|
|
218
|
-
*/
|
|
219
|
-
get maximizeTitle(): string;
|
|
220
|
-
/**
|
|
221
|
-
* @hidden
|
|
222
|
-
*/
|
|
223
|
-
get baseWidth(): number;
|
|
224
|
-
/**
|
|
225
|
-
* @hidden
|
|
226
|
-
*/
|
|
227
|
-
get baseHeight(): number;
|
|
228
|
-
/**
|
|
229
|
-
* @hidden
|
|
230
|
-
*/
|
|
231
|
-
get popupWidth(): number;
|
|
232
|
-
/**
|
|
233
|
-
* @hidden
|
|
234
|
-
*/
|
|
235
|
-
get popupHeight(): number;
|
|
236
|
-
/**
|
|
237
|
-
* @hidden
|
|
238
|
-
*/
|
|
239
|
-
isDrawing: boolean;
|
|
240
|
-
/**
|
|
241
|
-
* @hidden
|
|
242
|
-
*/
|
|
243
|
-
get showMaximize(): boolean;
|
|
244
|
-
/**
|
|
245
|
-
* @hidden
|
|
246
|
-
*/
|
|
247
|
-
get showMinimize(): boolean;
|
|
248
|
-
/**
|
|
249
|
-
* @hidden
|
|
250
|
-
*/
|
|
251
|
-
get showClear(): boolean;
|
|
252
|
-
/**
|
|
253
|
-
* @hidden
|
|
254
|
-
*/
|
|
255
|
-
private get focused();
|
|
256
|
-
private set focused(value);
|
|
257
|
-
private get options();
|
|
258
|
-
private notifyNgTouched;
|
|
259
|
-
private notifyNgChanged;
|
|
260
|
-
private instance;
|
|
261
|
-
private _value;
|
|
262
|
-
private _tabindex;
|
|
263
|
-
private subscriptions;
|
|
264
|
-
private unsubscribe;
|
|
265
|
-
private hostClasses;
|
|
266
|
-
constructor(element: ElementRef, renderer: Renderer2, ngZone: NgZone, cd: ChangeDetectorRef, localization: LocalizationService, cdr: ChangeDetectorRef);
|
|
267
|
-
ngOnInit(): void;
|
|
268
|
-
ngAfterViewInit(): void;
|
|
269
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
270
|
-
ngOnDestroy(): void;
|
|
271
|
-
/**
|
|
272
|
-
* @hidden
|
|
273
|
-
*/
|
|
274
|
-
onClear(): void;
|
|
275
|
-
/**
|
|
276
|
-
* @hidden
|
|
277
|
-
*/
|
|
278
|
-
onValueChange(): Promise<void>;
|
|
279
|
-
/**
|
|
280
|
-
* @hidden
|
|
281
|
-
*/
|
|
282
|
-
onDialogValueChange(value: string): void;
|
|
283
|
-
/**
|
|
284
|
-
* @hidden
|
|
285
|
-
*/
|
|
286
|
-
onDialogClick(e: any): void;
|
|
287
|
-
/**
|
|
288
|
-
* @hidden
|
|
289
|
-
*/
|
|
290
|
-
onDialogKeydown(e: any): void;
|
|
291
|
-
/**
|
|
292
|
-
* @hidden
|
|
293
|
-
*/
|
|
294
|
-
onDialogClose(): void;
|
|
295
|
-
/**
|
|
296
|
-
* Clears the value of the Signature.
|
|
297
|
-
*/
|
|
298
|
-
reset(): void;
|
|
299
|
-
/**
|
|
300
|
-
* Toggles the popup of the Signature.
|
|
301
|
-
*
|
|
302
|
-
* Does not trigger the `open` and `close` events.
|
|
303
|
-
*
|
|
304
|
-
* @param open Optional. Set to `true` to open or `false` to close the popup.
|
|
305
|
-
*/
|
|
306
|
-
toggle(open?: boolean): void;
|
|
307
|
-
/**
|
|
308
|
-
* @hidden
|
|
309
|
-
*/
|
|
310
|
-
onMaximize(): Promise<void>;
|
|
311
|
-
/**
|
|
312
|
-
* @hidden
|
|
313
|
-
*/
|
|
314
|
-
onMinimize(): void;
|
|
315
|
-
private applyHostClasses;
|
|
316
|
-
private readThemeColors;
|
|
317
|
-
/**
|
|
318
|
-
* Focuses the Signature wrapper container.
|
|
319
|
-
*/
|
|
320
|
-
focus(): void;
|
|
321
|
-
/**
|
|
322
|
-
* @hidden
|
|
323
|
-
*/
|
|
324
|
-
onWrapperFocus(): void;
|
|
325
|
-
/**
|
|
326
|
-
* Blurs the Signature.
|
|
327
|
-
*/
|
|
328
|
-
blur(): void;
|
|
329
|
-
/**
|
|
330
|
-
* @hidden
|
|
331
|
-
*/
|
|
332
|
-
onWrapperBlur(): void;
|
|
333
|
-
/**
|
|
334
|
-
* @hidden
|
|
335
|
-
*/
|
|
336
|
-
onWrapperClick(_event: MouseEvent): void;
|
|
337
|
-
/**
|
|
338
|
-
* @hidden
|
|
339
|
-
*/
|
|
340
|
-
writeValue(value: string): void;
|
|
341
|
-
/**
|
|
342
|
-
* @hidden
|
|
343
|
-
*/
|
|
344
|
-
registerOnChange(fn: any): void;
|
|
345
|
-
/**
|
|
346
|
-
* @hidden
|
|
347
|
-
*/
|
|
348
|
-
registerOnTouched(fn: any): void;
|
|
349
|
-
/**
|
|
350
|
-
* @hidden
|
|
351
|
-
*/
|
|
352
|
-
setDisabledState(isDisabled: boolean): void;
|
|
353
|
-
/**
|
|
354
|
-
* @hidden
|
|
355
|
-
*/
|
|
356
|
-
popupValue: any;
|
|
357
|
-
private onDraw;
|
|
358
|
-
private onDrawEnd;
|
|
359
|
-
private addEventListeners;
|
|
360
|
-
private getMessage;
|
|
361
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SignatureComponent, never>;
|
|
362
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SignatureComponent, "kendo-signature", ["kendoSignature"], { "focusableId": { "alias": "focusableId"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "value": { "alias": "value"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "size": { "alias": "size"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "color": { "alias": "color"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "strokeWidth": { "alias": "strokeWidth"; "required": false; }; "smooth": { "alias": "smooth"; "required": false; }; "maximizable": { "alias": "maximizable"; "required": false; }; "maximized": { "alias": "maximized"; "required": false; }; "popupScale": { "alias": "popupScale"; "required": false; }; "exportScale": { "alias": "exportScale"; "required": false; }; "parentLocalization": { "alias": "parentLocalization"; "required": false; }; "hideLine": { "alias": "hideLine"; "required": false; }; }, { "valueChange": "valueChange"; "open": "open"; "close": "close"; "onFocus": "focus"; "onBlur": "blur"; "minimize": "minimize"; }, never, never, true, never>;
|
|
363
|
-
}
|
package/signature.module.d.ts
DELETED
|
@@ -1,32 +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 "./signature/signature.component";
|
|
7
|
-
import * as i2 from "./signature/localization/custom-messages.component";
|
|
8
|
-
/**
|
|
9
|
-
* Defines the [`NgModule`](link:site.data.urls.angular['ngmoduleapi']) for the Signature component.
|
|
10
|
-
*
|
|
11
|
-
* Use this module to add the Signature component to your NgModule-based Angular application.
|
|
12
|
-
*
|
|
13
|
-
* @example
|
|
14
|
-
*
|
|
15
|
-
* ```typescript
|
|
16
|
-
* import { SignatureModule } from '@progress/kendo-angular-inputs';
|
|
17
|
-
* import { NgModule } from '@angular/core';
|
|
18
|
-
* import { AppComponent } from './app.component';
|
|
19
|
-
*
|
|
20
|
-
* @NgModule({
|
|
21
|
-
* declarations: [AppComponent],
|
|
22
|
-
* imports: [BrowserModule, SignatureModule],
|
|
23
|
-
* bootstrap: [AppComponent]
|
|
24
|
-
* })
|
|
25
|
-
* export class AppModule {}
|
|
26
|
-
* ```
|
|
27
|
-
*/
|
|
28
|
-
export declare class SignatureModule {
|
|
29
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SignatureModule, never>;
|
|
30
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SignatureModule, never, [typeof i1.SignatureComponent, typeof i2.SignatureCustomMessagesComponent], [typeof i1.SignatureComponent, typeof i2.SignatureCustomMessagesComponent]>;
|
|
31
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SignatureModule>;
|
|
32
|
-
}
|
|
@@ -1,17 +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 { SliderMessages } from './messages';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* Use this component to override the default Slider messages.
|
|
10
|
-
*/
|
|
11
|
-
export declare class SliderCustomMessagesComponent extends SliderMessages {
|
|
12
|
-
protected service: LocalizationService;
|
|
13
|
-
constructor(service: LocalizationService);
|
|
14
|
-
protected get override(): boolean;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SliderCustomMessagesComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SliderCustomMessagesComponent, "kendo-slider-messages", never, {}, {}, never, never, true, never>;
|
|
17
|
-
}
|
|
@@ -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 { SliderMessages } from './messages';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export declare class LocalizedSliderMessagesDirective extends SliderMessages {
|
|
12
|
-
protected service: LocalizationService;
|
|
13
|
-
constructor(service: LocalizationService);
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedSliderMessagesDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedSliderMessagesDirective, "[kendoSliderLocalizedMessages]", never, {}, {}, never, never, true, never>;
|
|
16
|
-
}
|
|
@@ -1,25 +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 SliderMessages extends ComponentMessages {
|
|
11
|
-
/**
|
|
12
|
-
* The title of the **Decrease** button of the Slider.
|
|
13
|
-
*/
|
|
14
|
-
decrement: string;
|
|
15
|
-
/**
|
|
16
|
-
* The title of the **Increase** button of the Slider.
|
|
17
|
-
*/
|
|
18
|
-
increment: string;
|
|
19
|
-
/**
|
|
20
|
-
* The title of the drag handle of the Slider.
|
|
21
|
-
*/
|
|
22
|
-
dragHandle: string;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SliderMessages, never>;
|
|
24
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SliderMessages, "kendo-slider-messages-base", never, { "decrement": { "alias": "decrement"; "required": false; }; "increment": { "alias": "increment"; "required": false; }; "dragHandle": { "alias": "dragHandle"; "required": false; }; }, {}, never, never, true, never>;
|
|
25
|
-
}
|
package/slider/slider-model.d.ts
DELETED
|
@@ -1,13 +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 SliderModel extends SliderModelBase {
|
|
10
|
-
protected handlePosition: number;
|
|
11
|
-
positionHandle(dragHandle: HTMLElement): void;
|
|
12
|
-
positionSelection(selection: HTMLElement): void;
|
|
13
|
-
}
|
|
@@ -1,174 +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 { SVGIcon } from '@progress/kendo-svg-icons';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
/**
|
|
12
|
-
* Represents the [Kendo UI Slider component for Angular](https://www.telerik.com/kendo-angular-ui/components/inputs/slider).
|
|
13
|
-
*
|
|
14
|
-
* @example
|
|
15
|
-
* ```html
|
|
16
|
-
* <kendo-slider [min]="0" [max]="10" [smallStep]="1" [(ngModel)]="value"></kendo-slider>
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @remarks
|
|
20
|
-
* Supported children components are: {@link SliderCustomMessagesComponent}.
|
|
21
|
-
*/
|
|
22
|
-
export declare class SliderComponent extends SliderBase implements AfterViewInit, ControlValueAccessor, OnChanges, OnDestroy {
|
|
23
|
-
protected localization: LocalizationService;
|
|
24
|
-
protected injector: Injector;
|
|
25
|
-
protected renderer: Renderer2;
|
|
26
|
-
protected ngZone: NgZone;
|
|
27
|
-
protected changeDetector: ChangeDetectorRef;
|
|
28
|
-
protected hostElement: ElementRef;
|
|
29
|
-
/**
|
|
30
|
-
* @hidden
|
|
31
|
-
*/
|
|
32
|
-
focusableId: string;
|
|
33
|
-
/**
|
|
34
|
-
* Changes the `title` attribute of the drag handle. Use this property to localize the drag handle title.
|
|
35
|
-
*/
|
|
36
|
-
dragHandleTitle: string;
|
|
37
|
-
/**
|
|
38
|
-
* Sets the title of the **Increase** button of the Slider ([see example](https://www.telerik.com/kendo-angular-ui/components/inputs/slider/side-buttons#titles)).
|
|
39
|
-
*/
|
|
40
|
-
incrementTitle: string;
|
|
41
|
-
/**
|
|
42
|
-
* Determines if the component animates when the value changes.
|
|
43
|
-
* The component does not animate during initial rendering.
|
|
44
|
-
* @default true
|
|
45
|
-
*/
|
|
46
|
-
animate: boolean;
|
|
47
|
-
/**
|
|
48
|
-
* Sets the title of the **Decrease** button of the Slider ([see example](https://www.telerik.com/kendo-angular-ui/components/inputs/slider/side-buttons#titles)).
|
|
49
|
-
*/
|
|
50
|
-
decrementTitle: string;
|
|
51
|
-
/**
|
|
52
|
-
* Shows or hides the arrow side buttons of the Slider ([see example](https://www.telerik.com/kendo-angular-ui/components/inputs/slider/side-buttons#hidden-state)).
|
|
53
|
-
* When you set `showButtons` to `false`, the component does not display the buttons.
|
|
54
|
-
* @default true
|
|
55
|
-
*/
|
|
56
|
-
showButtons: boolean;
|
|
57
|
-
/**
|
|
58
|
-
* Sets the current value of the Slider when it first appears.
|
|
59
|
-
* Use either `ngModel` or the `value` binding, but not both at the same time.
|
|
60
|
-
* @default 0
|
|
61
|
-
*/
|
|
62
|
-
value: number;
|
|
63
|
-
/**
|
|
64
|
-
* @hidden
|
|
65
|
-
*/
|
|
66
|
-
set tabIndex(tabIndex: number);
|
|
67
|
-
get tabIndex(): number;
|
|
68
|
-
/**
|
|
69
|
-
* @hidden
|
|
70
|
-
*/
|
|
71
|
-
get currentValue(): string;
|
|
72
|
-
/**
|
|
73
|
-
* @hidden
|
|
74
|
-
*/
|
|
75
|
-
arrowUpIcon: SVGIcon;
|
|
76
|
-
/**
|
|
77
|
-
* @hidden
|
|
78
|
-
*/
|
|
79
|
-
arrowDownIcon: SVGIcon;
|
|
80
|
-
/**
|
|
81
|
-
* @hidden
|
|
82
|
-
*/
|
|
83
|
-
arrowLeftIcon: SVGIcon;
|
|
84
|
-
/**
|
|
85
|
-
* @hidden
|
|
86
|
-
*/
|
|
87
|
-
arrowRightIcon: SVGIcon;
|
|
88
|
-
draghandle: ElementRef;
|
|
89
|
-
decreaseButton: ElementRef;
|
|
90
|
-
increaseButton: ElementRef;
|
|
91
|
-
private focusChangedProgrammatically;
|
|
92
|
-
private isInvalid;
|
|
93
|
-
constructor(localization: LocalizationService, injector: Injector, renderer: Renderer2, ngZone: NgZone, changeDetector: ChangeDetectorRef, hostElement: ElementRef);
|
|
94
|
-
/**
|
|
95
|
-
* Focuses the Slider.
|
|
96
|
-
*/
|
|
97
|
-
focus(): void;
|
|
98
|
-
/**
|
|
99
|
-
* Blurs the Slider.
|
|
100
|
-
*/
|
|
101
|
-
blur(): void;
|
|
102
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
103
|
-
ngAfterViewInit(): void;
|
|
104
|
-
ngOnDestroy(): void;
|
|
105
|
-
/**
|
|
106
|
-
* @hidden
|
|
107
|
-
*/
|
|
108
|
-
get incrementMessage(): string;
|
|
109
|
-
/**
|
|
110
|
-
* @hidden
|
|
111
|
-
*/
|
|
112
|
-
get decrementMessage(): string;
|
|
113
|
-
/**
|
|
114
|
-
* @hidden
|
|
115
|
-
*/
|
|
116
|
-
get dragHandleMessage(): string;
|
|
117
|
-
/**
|
|
118
|
-
* @hidden
|
|
119
|
-
*/
|
|
120
|
-
onWrapClick: (args: any) => void;
|
|
121
|
-
/**
|
|
122
|
-
* @hidden
|
|
123
|
-
*/
|
|
124
|
-
handleDragPress(args: any): void;
|
|
125
|
-
/**
|
|
126
|
-
* @hidden
|
|
127
|
-
*/
|
|
128
|
-
onHandleDrag(args: any): void;
|
|
129
|
-
/**
|
|
130
|
-
* @hidden
|
|
131
|
-
*/
|
|
132
|
-
onKeyDown: (e: KeyboardEvent) => void;
|
|
133
|
-
/**
|
|
134
|
-
* @hidden
|
|
135
|
-
*/
|
|
136
|
-
onHandleRelease(): void;
|
|
137
|
-
/**
|
|
138
|
-
* @hidden
|
|
139
|
-
*/
|
|
140
|
-
writeValue(value: number): void;
|
|
141
|
-
/**
|
|
142
|
-
* @hidden
|
|
143
|
-
*/
|
|
144
|
-
registerOnChange(fn: () => any): void;
|
|
145
|
-
/**
|
|
146
|
-
* @hidden
|
|
147
|
-
*/
|
|
148
|
-
registerOnTouched(fn: () => any): void;
|
|
149
|
-
/**
|
|
150
|
-
* @hidden
|
|
151
|
-
*/
|
|
152
|
-
changeValue(value: number): void;
|
|
153
|
-
/**
|
|
154
|
-
* @hidden
|
|
155
|
-
*/
|
|
156
|
-
sizeComponent(animate: boolean): void;
|
|
157
|
-
protected set focused(value: boolean);
|
|
158
|
-
private set dragging(value);
|
|
159
|
-
private setValueChangeInterval;
|
|
160
|
-
private ngChange;
|
|
161
|
-
private ngTouched;
|
|
162
|
-
private decreaseValue;
|
|
163
|
-
private increaseValue;
|
|
164
|
-
private getProps;
|
|
165
|
-
private isSliderInvalid;
|
|
166
|
-
private attachElementEventHandlers;
|
|
167
|
-
private handleBlur;
|
|
168
|
-
get decreaseButtonArrowIcon(): string;
|
|
169
|
-
get increaseButtonArrowIcon(): string;
|
|
170
|
-
get decreaseButtonArrowSVGIcon(): SVGIcon;
|
|
171
|
-
get increaseButtonArrowSVGIcon(): SVGIcon;
|
|
172
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SliderComponent, never>;
|
|
173
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SliderComponent, "kendo-slider", ["kendoSlider"], { "focusableId": { "alias": "focusableId"; "required": false; }; "dragHandleTitle": { "alias": "dragHandleTitle"; "required": false; }; "incrementTitle": { "alias": "incrementTitle"; "required": false; }; "animate": { "alias": "animate"; "required": false; }; "decrementTitle": { "alias": "decrementTitle"; "required": false; }; "showButtons": { "alias": "showButtons"; "required": false; }; "value": { "alias": "value"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; }, {}, never, never, true, never>;
|
|
174
|
-
}
|
package/slider.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 "./slider/slider.component";
|
|
7
|
-
import * as i2 from "./slider/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 Slider component.
|
|
11
|
-
*
|
|
12
|
-
* Use this module to add the Slider component to your NgModule-based Angular application.
|
|
13
|
-
*
|
|
14
|
-
* @example
|
|
15
|
-
*
|
|
16
|
-
* ```typescript
|
|
17
|
-
* import { SliderModule } 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, SliderModule],
|
|
25
|
-
* bootstrap: [AppComponent]
|
|
26
|
-
* })
|
|
27
|
-
* export class AppModule {}
|
|
28
|
-
* ```
|
|
29
|
-
*/
|
|
30
|
-
export declare class SliderModule {
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SliderModule, never>;
|
|
32
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SliderModule, never, [typeof i1.SliderComponent, typeof i2.SliderCustomMessagesComponent, typeof i3.LabelTemplateDirective], [typeof i1.SliderComponent, typeof i2.SliderCustomMessagesComponent, typeof i3.LabelTemplateDirective]>;
|
|
33
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SliderModule>;
|
|
34
|
-
}
|