@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
package/form/utils.d.ts
DELETED
|
@@ -1,62 +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 { Gutters } from '../common/models/gutters';
|
|
6
|
-
import { ResponsiveFormBreakPoint } from '../common/models/responsive-breakpoints';
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
*/
|
|
10
|
-
export declare const DEFAULT_FORM_GUTTERS: Gutters;
|
|
11
|
-
/**
|
|
12
|
-
* @hidden
|
|
13
|
-
*/
|
|
14
|
-
export declare const DEFAULT_FORMFIELDSET_GUTTERS: Gutters;
|
|
15
|
-
/**
|
|
16
|
-
* @hidden
|
|
17
|
-
*/
|
|
18
|
-
export declare function innerWidth(element: HTMLElement): number;
|
|
19
|
-
/**
|
|
20
|
-
* @hidden
|
|
21
|
-
*/
|
|
22
|
-
export declare function processBreakpoints(breakpoints: ResponsiveFormBreakPoint[], containerWidth: number): number | string;
|
|
23
|
-
/**
|
|
24
|
-
* @hidden
|
|
25
|
-
*/
|
|
26
|
-
export declare const calculateColumns: (cols: number | ResponsiveFormBreakPoint[] | undefined, containerWidth: number) => number | null;
|
|
27
|
-
/**
|
|
28
|
-
* @hidden
|
|
29
|
-
*
|
|
30
|
-
* Calculates gutters for rows and columns based on responsive breakpoints or fixed values
|
|
31
|
-
*/
|
|
32
|
-
export declare const calculateGutters: (gutters: number | string | ResponsiveFormBreakPoint[] | Gutters | undefined, containerWidth: number) => {
|
|
33
|
-
cols: number | string;
|
|
34
|
-
rows: number | string;
|
|
35
|
-
} | null;
|
|
36
|
-
/**
|
|
37
|
-
* @hidden
|
|
38
|
-
*
|
|
39
|
-
* Calculates column span value based on responsive breakpoints or fixed number
|
|
40
|
-
*/
|
|
41
|
-
export declare const calculateColSpan: (colSpan: number | ResponsiveFormBreakPoint[], containerWidth: number) => number | null;
|
|
42
|
-
/**
|
|
43
|
-
* @hidden
|
|
44
|
-
*
|
|
45
|
-
* Generates CSS class names for columns
|
|
46
|
-
*/
|
|
47
|
-
export declare const generateColumnClass: (columnsNumber: number | null) => string;
|
|
48
|
-
/**
|
|
49
|
-
* @hidden
|
|
50
|
-
*
|
|
51
|
-
* Generates CSS styles for gutters based on the provided gutters object.
|
|
52
|
-
*/
|
|
53
|
-
export declare const generateGuttersStyling: (gutters: {
|
|
54
|
-
cols?: number | string;
|
|
55
|
-
rows?: number | string;
|
|
56
|
-
} | null, defaultGutters?: Gutters) => string;
|
|
57
|
-
/**
|
|
58
|
-
* @hidden
|
|
59
|
-
*
|
|
60
|
-
* Generates CSS class name for column span
|
|
61
|
-
*/
|
|
62
|
-
export declare const generateColSpanClass: (colSpan: number | null) => string;
|
package/form.module.d.ts
DELETED
|
@@ -1,36 +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 "./form/form.component";
|
|
7
|
-
import * as i2 from "./form/formseparator.component";
|
|
8
|
-
import * as i3 from "./formfieldset/formfieldset.component";
|
|
9
|
-
import * as i4 from "./formfield/formfield.component";
|
|
10
|
-
import * as i5 from "./formfield/hint.component";
|
|
11
|
-
import * as i6 from "./formfield/error.component";
|
|
12
|
-
/**
|
|
13
|
-
* Defines the [NgModule](link:site.data.urls.angular['ngmoduleapi']) for the FormField, Error, and Hint components.
|
|
14
|
-
*
|
|
15
|
-
* Use this module to add Form features to your NgModule-based Angular application.
|
|
16
|
-
*
|
|
17
|
-
* @example
|
|
18
|
-
* ```typescript
|
|
19
|
-
* import { FormModule } from '@progress/kendo-angular-inputs';
|
|
20
|
-
* import { NgModule } from '@angular/core';
|
|
21
|
-
* import { BrowserModule } from '@angular/platform-browser';
|
|
22
|
-
* import { AppComponent } from './app.component';
|
|
23
|
-
*
|
|
24
|
-
* @NgModule({
|
|
25
|
-
* declarations: [AppComponent],
|
|
26
|
-
* imports: [BrowserModule, FormModule],
|
|
27
|
-
* bootstrap: [AppComponent]
|
|
28
|
-
* })
|
|
29
|
-
* export class AppModule {}
|
|
30
|
-
* ```
|
|
31
|
-
*/
|
|
32
|
-
export declare class FormModule {
|
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormModule, never>;
|
|
34
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FormModule, never, [typeof i1.FormComponent, typeof i2.FormSeparatorComponent, typeof i3.FormFieldSetComponent, typeof i4.FormFieldComponent, typeof i5.HintComponent, typeof i6.ErrorComponent], [typeof i1.FormComponent, typeof i2.FormSeparatorComponent, typeof i3.FormFieldSetComponent, typeof i4.FormFieldComponent, typeof i5.HintComponent, typeof i6.ErrorComponent]>;
|
|
35
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FormModule>;
|
|
36
|
-
}
|
|
@@ -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 { MessageAlign } from './models/message-align';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* Represents the Kendo UI FormError component.
|
|
9
|
-
* Displays an error message under a Kendo Angular component or native HTML form-bound component after validation.
|
|
10
|
-
*
|
|
11
|
-
* @example
|
|
12
|
-
* ```html
|
|
13
|
-
* <kendo-formerror>Error message here</kendo-formerror>
|
|
14
|
-
* ```
|
|
15
|
-
*/
|
|
16
|
-
export declare class ErrorComponent {
|
|
17
|
-
hostClass: boolean;
|
|
18
|
-
/**
|
|
19
|
-
* Sets the alignment of the error message.
|
|
20
|
-
*
|
|
21
|
-
* @default 'start'
|
|
22
|
-
*/
|
|
23
|
-
align: MessageAlign;
|
|
24
|
-
/**
|
|
25
|
-
* @hidden
|
|
26
|
-
*/
|
|
27
|
-
readonly id: string;
|
|
28
|
-
roleAttribute: string;
|
|
29
|
-
get startClass(): boolean;
|
|
30
|
-
get endClass(): boolean;
|
|
31
|
-
get idAttribute(): string;
|
|
32
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ErrorComponent, never>;
|
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ErrorComponent, "kendo-formerror", never, { "align": { "alias": "align"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
34
|
-
}
|
|
@@ -1,117 +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, ElementRef, Renderer2, QueryList, AfterViewChecked, SimpleChanges, OnChanges, OnDestroy } from '@angular/core';
|
|
6
|
-
import { NgControl } from '@angular/forms';
|
|
7
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
8
|
-
import { ShowOptions } from './models/show-options';
|
|
9
|
-
import { ErrorComponent } from './error.component';
|
|
10
|
-
import { HintComponent } from './hint.component';
|
|
11
|
-
import { Orientation } from './models/orientation';
|
|
12
|
-
import { FormService } from '../common/formservice.service';
|
|
13
|
-
import { ResponsiveFormBreakPoint } from '../common/models/responsive-breakpoints';
|
|
14
|
-
import * as i0 from "@angular/core";
|
|
15
|
-
/**
|
|
16
|
-
* Represents the Kendo UI FormField component for Angular.
|
|
17
|
-
* Use this component to group form-bound controls (Kendo Angular components or native HTML controls).
|
|
18
|
-
* Applies styling and behavior rules.
|
|
19
|
-
*
|
|
20
|
-
* @example
|
|
21
|
-
* ```html
|
|
22
|
-
* <kendo-formfield>
|
|
23
|
-
* <kendo-label [for]="firstName"text="First Name"></kendo-label>
|
|
24
|
-
* <kendo-textbox formControlName="firstName" #firstName></kendo-textbox>
|
|
25
|
-
* <kendo-formhint>Enter your name.</kendo-formhint>
|
|
26
|
-
* <kendo-formerror>First name is required.</kendo-formerror>
|
|
27
|
-
* </kendo-formfield>
|
|
28
|
-
* ```
|
|
29
|
-
*
|
|
30
|
-
* @remarks
|
|
31
|
-
* Supported children components are: {@link ErrorComponent}, {@link HintComponent}, {@link TextBoxComponent}, {@link NumericTextBoxComponent}, {@link MaskedTextBoxComponent}, {@link TextAreaComponent}, {@link DatePickerComponent}, {@link DateTimePickerComponent}, {@link DateInputComponent}, {@link OTPInputComponent}.
|
|
32
|
-
*/
|
|
33
|
-
export declare class FormFieldComponent implements AfterViewInit, AfterViewChecked, OnChanges, OnDestroy {
|
|
34
|
-
private renderer;
|
|
35
|
-
private localizationService;
|
|
36
|
-
private hostElement;
|
|
37
|
-
private formService;
|
|
38
|
-
hostClass: boolean;
|
|
39
|
-
/**
|
|
40
|
-
* @hidden
|
|
41
|
-
*/
|
|
42
|
-
direction: string;
|
|
43
|
-
get errorClass(): boolean;
|
|
44
|
-
get disabledClass(): boolean;
|
|
45
|
-
set formControls(formControls: QueryList<NgControl>);
|
|
46
|
-
controlElementRefs: QueryList<ElementRef>;
|
|
47
|
-
kendoInput: any;
|
|
48
|
-
errorChildren: QueryList<ErrorComponent>;
|
|
49
|
-
hintChildren: QueryList<HintComponent>;
|
|
50
|
-
/**
|
|
51
|
-
* Specifies when to show the hint messages:
|
|
52
|
-
* * `initial`—Shows hints when the form control is `valid` or `untouched` and `pristine`.
|
|
53
|
-
* * `always`—Always shows hints.
|
|
54
|
-
*
|
|
55
|
-
* @default 'initial'
|
|
56
|
-
*/
|
|
57
|
-
showHints: ShowOptions;
|
|
58
|
-
/**
|
|
59
|
-
* Specifies the layout orientation of the form field.
|
|
60
|
-
*
|
|
61
|
-
* @hidden
|
|
62
|
-
*
|
|
63
|
-
* @default 'vertical'
|
|
64
|
-
*/
|
|
65
|
-
orientation: Orientation;
|
|
66
|
-
/**
|
|
67
|
-
* Specifies when to show the error messages:
|
|
68
|
-
* * `initial`—Shows errors when the form control is `invalid` and `touched` or `dirty`.
|
|
69
|
-
* * `always`—Always shows errors.
|
|
70
|
-
*
|
|
71
|
-
* @default 'initial'
|
|
72
|
-
*/
|
|
73
|
-
showErrors: ShowOptions;
|
|
74
|
-
/**
|
|
75
|
-
* Defines the colspan for the form field.
|
|
76
|
-
* Can be a number or an array of responsive breakpoints.
|
|
77
|
-
*/
|
|
78
|
-
colSpan: number | ResponsiveFormBreakPoint[];
|
|
79
|
-
/**
|
|
80
|
-
* @hidden
|
|
81
|
-
*/
|
|
82
|
-
get horizontal(): boolean;
|
|
83
|
-
/**
|
|
84
|
-
* @hidden
|
|
85
|
-
*/
|
|
86
|
-
get hasHints(): boolean;
|
|
87
|
-
/**
|
|
88
|
-
* @hidden
|
|
89
|
-
*/
|
|
90
|
-
get hasErrors(): boolean;
|
|
91
|
-
private control;
|
|
92
|
-
private subscriptions;
|
|
93
|
-
private rtl;
|
|
94
|
-
private _formWidth;
|
|
95
|
-
private _colSpanClass;
|
|
96
|
-
private _previousColSpan;
|
|
97
|
-
constructor(renderer: Renderer2, localizationService: LocalizationService, hostElement: ElementRef<HTMLElement>, formService: FormService);
|
|
98
|
-
ngAfterViewInit(): void;
|
|
99
|
-
ngAfterViewChecked(): void;
|
|
100
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
101
|
-
ngOnDestroy(): void;
|
|
102
|
-
private disabledKendoInput;
|
|
103
|
-
private disabledControl;
|
|
104
|
-
private disabledElement;
|
|
105
|
-
private validateFormControl;
|
|
106
|
-
private isControlGroup;
|
|
107
|
-
private isRadioControl;
|
|
108
|
-
private updateDescription;
|
|
109
|
-
private findControlElements;
|
|
110
|
-
private generateDescriptionIds;
|
|
111
|
-
private showHintsInitial;
|
|
112
|
-
private showErrorsInitial;
|
|
113
|
-
private setDescription;
|
|
114
|
-
private updateColSpanClass;
|
|
115
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldComponent, never>;
|
|
116
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldComponent, "kendo-formfield", never, { "showHints": { "alias": "showHints"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "showErrors": { "alias": "showErrors"; "required": false; }; "colSpan": { "alias": "colSpan"; "required": false; }; }, {}, ["kendoInput", "formControls", "controlElementRefs", "errorChildren", "hintChildren"], ["label, kendo-label", "*", "kendo-formhint", "kendo-formerror"], true, never>;
|
|
117
|
-
}
|
|
@@ -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 { MessageAlign } from './models/message-align';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* Displays a hint message under a form-bound component.
|
|
9
|
-
*
|
|
10
|
-
* @example
|
|
11
|
-
* ```html
|
|
12
|
-
* <kendo-formhint>Hint message here</kendo-formhint>
|
|
13
|
-
* ```
|
|
14
|
-
*/
|
|
15
|
-
export declare class HintComponent {
|
|
16
|
-
/**
|
|
17
|
-
* Sets the alignment of the hint message.
|
|
18
|
-
*
|
|
19
|
-
* @default 'start'
|
|
20
|
-
*/
|
|
21
|
-
align: MessageAlign;
|
|
22
|
-
/**
|
|
23
|
-
* @hidden
|
|
24
|
-
*/
|
|
25
|
-
readonly id: string;
|
|
26
|
-
hostClass: boolean;
|
|
27
|
-
get startClass(): boolean;
|
|
28
|
-
get endClass(): boolean;
|
|
29
|
-
get idAttribute(): string;
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HintComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HintComponent, "kendo-formhint", never, { "align": { "alias": "align"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
32
|
-
}
|
|
@@ -1,10 +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
|
-
* Specifies whether the text message aligns at the start or end of the line.
|
|
7
|
-
*
|
|
8
|
-
* Use this type to set the `align` property.
|
|
9
|
-
*/
|
|
10
|
-
export type MessageAlign = 'start' | 'end';
|
|
@@ -1,12 +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
|
-
* Specifies the layout orientation of the form fields.
|
|
7
|
-
*
|
|
8
|
-
* Use this type to set the `orientation` property.
|
|
9
|
-
*
|
|
10
|
-
* @default `vertical`
|
|
11
|
-
*/
|
|
12
|
-
export type Orientation = 'vertical' | 'horizontal';
|
|
@@ -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
|
-
/**
|
|
6
|
-
* Specifies whether the Hint or Error messages display.
|
|
7
|
-
*
|
|
8
|
-
* Use this type to set the `showHints` or `showErrors` property.
|
|
9
|
-
*
|
|
10
|
-
* * `initial` (default)—Displays messages based on the form-bound component state.
|
|
11
|
-
* See [Hint `initial` configuration](https://www.telerik.com/kendo-angular-ui/components/inputs/api/formfieldcomponent#showHints) and [Error `initial` configuration](https://www.telerik.com/kendo-angular-ui/components/inputs/api/formfieldcomponent#showErrors).
|
|
12
|
-
* * `always`—Always displays the messages.
|
|
13
|
-
*/
|
|
14
|
-
export type ShowOptions = 'initial' | 'always';
|
package/formfield.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 "./formfield/formfield.component";
|
|
7
|
-
import * as i2 from "./formfield/hint.component";
|
|
8
|
-
import * as i3 from "./formfield/error.component";
|
|
9
|
-
/**
|
|
10
|
-
* Defines the [NgModule](link:site.data.urls.angular['ngmoduleapi']) for the FormField, Error, and Hint components.
|
|
11
|
-
*
|
|
12
|
-
* Use this module to add FormField, Error, and Hint features to your NgModule-based Angular application.
|
|
13
|
-
*
|
|
14
|
-
* @example
|
|
15
|
-
* ```typescript
|
|
16
|
-
* import { FormFieldModule } 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, FormFieldModule],
|
|
24
|
-
* bootstrap: [AppComponent]
|
|
25
|
-
* })
|
|
26
|
-
* export class AppModule {}
|
|
27
|
-
* ```
|
|
28
|
-
*/
|
|
29
|
-
export declare class FormFieldModule {
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldModule, never>;
|
|
31
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FormFieldModule, never, [typeof i1.FormFieldComponent, typeof i2.HintComponent, typeof i3.ErrorComponent], [typeof i1.FormFieldComponent, typeof i2.HintComponent, typeof i3.ErrorComponent]>;
|
|
32
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FormFieldModule>;
|
|
33
|
-
}
|
|
@@ -1,71 +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 { SimpleChanges, ElementRef, Renderer2, OnInit, OnChanges, OnDestroy, ChangeDetectorRef } from '@angular/core';
|
|
6
|
-
import { ResponsiveFormBreakPoint } from '../common/models/responsive-breakpoints';
|
|
7
|
-
import { FormService } from '../common/formservice.service';
|
|
8
|
-
import { Gutters } from '../common/models/gutters';
|
|
9
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
/**
|
|
12
|
-
* Represents the Kendo UI FormFieldSet component for Angular.
|
|
13
|
-
*
|
|
14
|
-
* @remarks
|
|
15
|
-
* Supported children components are: {@link FormFieldComponent} and {@link FormSeparatorComponent}.
|
|
16
|
-
*/
|
|
17
|
-
export declare class FormFieldSetComponent implements OnInit, OnChanges, OnDestroy {
|
|
18
|
-
private elementRef;
|
|
19
|
-
private renderer;
|
|
20
|
-
private formService;
|
|
21
|
-
private cdr;
|
|
22
|
-
private localizationService;
|
|
23
|
-
formFieldSetClass: boolean;
|
|
24
|
-
direction: string;
|
|
25
|
-
/**
|
|
26
|
-
* Defines the legend for the fieldset.
|
|
27
|
-
*/
|
|
28
|
-
legend: string;
|
|
29
|
-
/**
|
|
30
|
-
* Defines the number of columns of the fieldset.
|
|
31
|
-
* Can be a number or an array of responsive breakpoints.
|
|
32
|
-
*/
|
|
33
|
-
cols: number | ResponsiveFormBreakPoint[];
|
|
34
|
-
/**
|
|
35
|
-
* Defines the gutters for the fieldset.
|
|
36
|
-
* You can specify gutters for rows and columns.
|
|
37
|
-
*/
|
|
38
|
-
gutters: number | string | ResponsiveFormBreakPoint[] | Gutters;
|
|
39
|
-
/**
|
|
40
|
-
* Defines the colspan for the fieldset related to the parent Form component columns.
|
|
41
|
-
* Can be a number or an array of responsive breakpoints.
|
|
42
|
-
*/
|
|
43
|
-
colSpan: number | ResponsiveFormBreakPoint[];
|
|
44
|
-
/**
|
|
45
|
-
* @hidden
|
|
46
|
-
*/
|
|
47
|
-
columnsClass: string;
|
|
48
|
-
/**
|
|
49
|
-
* @hidden
|
|
50
|
-
*/
|
|
51
|
-
guttersStyle: string;
|
|
52
|
-
private _formColumnsNumber;
|
|
53
|
-
private _colSpanClass;
|
|
54
|
-
private _formWidth;
|
|
55
|
-
private _formGutters;
|
|
56
|
-
private _previousColSpan;
|
|
57
|
-
private _previousCols;
|
|
58
|
-
private _previousGutters;
|
|
59
|
-
private subs;
|
|
60
|
-
constructor(elementRef: ElementRef, renderer: Renderer2, formService: FormService, cdr: ChangeDetectorRef, localizationService: LocalizationService);
|
|
61
|
-
ngOnInit(): void;
|
|
62
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
63
|
-
ngOnDestroy(): void;
|
|
64
|
-
private applyColumns;
|
|
65
|
-
private applyGutters;
|
|
66
|
-
private updateColumnClasses;
|
|
67
|
-
private updateGutterClasses;
|
|
68
|
-
private updateColSpanClass;
|
|
69
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldSetComponent, never>;
|
|
70
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldSetComponent, "fieldset[kendoFormFieldSet]", ["kendoFormFieldSet"], { "legend": { "alias": "legend"; "required": false; }; "cols": { "alias": "cols"; "required": false; }; "gutters": { "alias": "gutters"; "required": false; }; "colSpan": { "alias": "colSpan"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
71
|
-
}
|
package/inputs.module.d.ts
DELETED
|
@@ -1,75 +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 "./textbox/textbox.directive";
|
|
7
|
-
import * as i2 from "./textbox/textbox.component";
|
|
8
|
-
import * as i3 from "./shared/input-separator.component";
|
|
9
|
-
import * as i4 from "./shared/input-spacer.component";
|
|
10
|
-
import * as i5 from "./textbox/textbox-suffix.directive";
|
|
11
|
-
import * as i6 from "./textbox/textbox-prefix.directive";
|
|
12
|
-
import * as i7 from "./textbox/localization/custom-messages.component";
|
|
13
|
-
import * as i8 from "@progress/kendo-angular-common";
|
|
14
|
-
import * as i9 from "./numerictextbox/numerictextbox.component";
|
|
15
|
-
import * as i10 from "./numerictextbox/localization/custom-messages.component";
|
|
16
|
-
import * as i11 from "./maskedtextbox/maskedtextbox.component";
|
|
17
|
-
import * as i12 from "./textarea/textarea.component";
|
|
18
|
-
import * as i13 from "./textarea/textarea.directive";
|
|
19
|
-
import * as i14 from "./textarea/textarea-prefix.component";
|
|
20
|
-
import * as i15 from "./textarea/textarea-suffix.component";
|
|
21
|
-
import * as i16 from "./checkbox/checkbox.component";
|
|
22
|
-
import * as i17 from "./checkbox/checkbox.directive";
|
|
23
|
-
import * as i18 from "./radiobutton/radiobutton.component";
|
|
24
|
-
import * as i19 from "./radiobutton/radiobutton.directive";
|
|
25
|
-
import * as i20 from "./switch/switch.component";
|
|
26
|
-
import * as i21 from "./switch/localization/custom-messages.component";
|
|
27
|
-
import * as i22 from "./form/form.component";
|
|
28
|
-
import * as i23 from "./form/formseparator.component";
|
|
29
|
-
import * as i24 from "./formfieldset/formfieldset.component";
|
|
30
|
-
import * as i25 from "./formfield/formfield.component";
|
|
31
|
-
import * as i26 from "./formfield/hint.component";
|
|
32
|
-
import * as i27 from "./formfield/error.component";
|
|
33
|
-
import * as i28 from "./slider/slider.component";
|
|
34
|
-
import * as i29 from "./slider/localization/custom-messages.component";
|
|
35
|
-
import * as i30 from "./sliders-common/label-template.directive";
|
|
36
|
-
import * as i31 from "./rangeslider/rangeslider.component";
|
|
37
|
-
import * as i32 from "./rangeslider/localization/custom-messages.component";
|
|
38
|
-
import * as i33 from "./rating/rating.component";
|
|
39
|
-
import * as i34 from "./rating/directives/rating-item.directive";
|
|
40
|
-
import * as i35 from "./rating/directives/rating-hovered-item.directive";
|
|
41
|
-
import * as i36 from "./rating/directives/rating-selected-item.directive";
|
|
42
|
-
import * as i37 from "./signature/signature.component";
|
|
43
|
-
import * as i38 from "./signature/localization/custom-messages.component";
|
|
44
|
-
import * as i39 from "./colorpicker/colorpicker.component";
|
|
45
|
-
import * as i40 from "./colorpicker/localization/custom-messages.component";
|
|
46
|
-
import * as i41 from "./colorpicker/flatcolorpicker.component";
|
|
47
|
-
import * as i42 from "./colorpicker/color-gradient.component";
|
|
48
|
-
import * as i43 from "./colorpicker/color-palette.component";
|
|
49
|
-
import * as i44 from "./otpinput/otpinput.component";
|
|
50
|
-
import * as i45 from "./otpinput/localization/custom-messages.component";
|
|
51
|
-
/**
|
|
52
|
-
* Defines the [`NgModule`](link:site.data.urls.angular['ngmoduleapi']) for the Inputs components.
|
|
53
|
-
*
|
|
54
|
-
* Use this module to import all Kendo UI for Angular Inputs components at once in your NgModule-based Angular application.
|
|
55
|
-
*
|
|
56
|
-
* @example
|
|
57
|
-
* ```typescript
|
|
58
|
-
* import { InputsModule } from '@progress/kendo-angular-inputs';
|
|
59
|
-
* import { NgModule } from '@angular/core';
|
|
60
|
-
* import { BrowserModule } from '@angular/platform-browser';
|
|
61
|
-
* import { AppComponent } from './app.component';
|
|
62
|
-
*
|
|
63
|
-
* @NgModule({
|
|
64
|
-
* declarations: [AppComponent],
|
|
65
|
-
* imports: [BrowserModule, InputsModule],
|
|
66
|
-
* bootstrap: [AppComponent]
|
|
67
|
-
* })
|
|
68
|
-
* export class AppModule {}
|
|
69
|
-
* ```
|
|
70
|
-
*/
|
|
71
|
-
export declare class InputsModule {
|
|
72
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InputsModule, never>;
|
|
73
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<InputsModule, never, [typeof i1.TextBoxDirective, typeof i2.TextBoxComponent, typeof i3.InputSeparatorComponent, typeof i4.InputSpacerComponent, typeof i5.TextBoxSuffixTemplateDirective, typeof i6.TextBoxPrefixTemplateDirective, typeof i7.TextBoxCustomMessagesComponent, typeof i8.PrefixTemplateDirective, typeof i8.SuffixTemplateDirective, typeof i8.SeparatorComponent, typeof i9.NumericTextBoxComponent, typeof i10.NumericTextBoxCustomMessagesComponent, typeof i8.PrefixTemplateDirective, typeof i8.SuffixTemplateDirective, typeof i8.SeparatorComponent, typeof i11.MaskedTextBoxComponent, typeof i8.PrefixTemplateDirective, typeof i8.SuffixTemplateDirective, typeof i8.SeparatorComponent, typeof i12.TextAreaComponent, typeof i13.TextAreaDirective, typeof i14.TextAreaPrefixComponent, typeof i15.TextAreaSuffixComponent, typeof i8.SeparatorComponent, typeof i16.CheckBoxComponent, typeof i17.CheckBoxDirective, typeof i18.RadioButtonComponent, typeof i19.RadioButtonDirective, typeof i20.SwitchComponent, typeof i21.SwitchCustomMessagesComponent, typeof i22.FormComponent, typeof i23.FormSeparatorComponent, typeof i24.FormFieldSetComponent, typeof i25.FormFieldComponent, typeof i26.HintComponent, typeof i27.ErrorComponent, typeof i25.FormFieldComponent, typeof i26.HintComponent, typeof i27.ErrorComponent, typeof i28.SliderComponent, typeof i29.SliderCustomMessagesComponent, typeof i30.LabelTemplateDirective, typeof i31.RangeSliderComponent, typeof i32.RangeSliderCustomMessagesComponent, typeof i30.LabelTemplateDirective, typeof i33.RatingComponent, typeof i34.RatingItemTemplateDirective, typeof i35.RatingHoveredItemTemplateDirective, typeof i36.RatingSelectedItemTemplateDirective, typeof i37.SignatureComponent, typeof i38.SignatureCustomMessagesComponent, typeof i39.ColorPickerComponent, typeof i40.ColorPickerCustomMessagesComponent, typeof i41.FlatColorPickerComponent, typeof i40.ColorPickerCustomMessagesComponent, typeof i42.ColorGradientComponent, typeof i40.ColorPickerCustomMessagesComponent, typeof i43.ColorPaletteComponent, typeof i40.ColorPickerCustomMessagesComponent, typeof i44.OTPInputComponent, typeof i45.OTPInputCustomMessagesComponent, typeof i8.PrefixTemplateDirective, typeof i8.SuffixTemplateDirective, typeof i8.SeparatorComponent], [typeof i1.TextBoxDirective, typeof i2.TextBoxComponent, typeof i3.InputSeparatorComponent, typeof i4.InputSpacerComponent, typeof i5.TextBoxSuffixTemplateDirective, typeof i6.TextBoxPrefixTemplateDirective, typeof i7.TextBoxCustomMessagesComponent, typeof i8.PrefixTemplateDirective, typeof i8.SuffixTemplateDirective, typeof i8.SeparatorComponent, typeof i9.NumericTextBoxComponent, typeof i10.NumericTextBoxCustomMessagesComponent, typeof i8.PrefixTemplateDirective, typeof i8.SuffixTemplateDirective, typeof i8.SeparatorComponent, typeof i11.MaskedTextBoxComponent, typeof i8.PrefixTemplateDirective, typeof i8.SuffixTemplateDirective, typeof i8.SeparatorComponent, typeof i12.TextAreaComponent, typeof i13.TextAreaDirective, typeof i14.TextAreaPrefixComponent, typeof i15.TextAreaSuffixComponent, typeof i8.SeparatorComponent, typeof i16.CheckBoxComponent, typeof i17.CheckBoxDirective, typeof i18.RadioButtonComponent, typeof i19.RadioButtonDirective, typeof i20.SwitchComponent, typeof i21.SwitchCustomMessagesComponent, typeof i22.FormComponent, typeof i23.FormSeparatorComponent, typeof i24.FormFieldSetComponent, typeof i25.FormFieldComponent, typeof i26.HintComponent, typeof i27.ErrorComponent, typeof i25.FormFieldComponent, typeof i26.HintComponent, typeof i27.ErrorComponent, typeof i28.SliderComponent, typeof i29.SliderCustomMessagesComponent, typeof i30.LabelTemplateDirective, typeof i31.RangeSliderComponent, typeof i32.RangeSliderCustomMessagesComponent, typeof i30.LabelTemplateDirective, typeof i33.RatingComponent, typeof i34.RatingItemTemplateDirective, typeof i35.RatingHoveredItemTemplateDirective, typeof i36.RatingSelectedItemTemplateDirective, typeof i37.SignatureComponent, typeof i38.SignatureCustomMessagesComponent, typeof i39.ColorPickerComponent, typeof i40.ColorPickerCustomMessagesComponent, typeof i41.FlatColorPickerComponent, typeof i40.ColorPickerCustomMessagesComponent, typeof i42.ColorGradientComponent, typeof i40.ColorPickerCustomMessagesComponent, typeof i43.ColorPaletteComponent, typeof i40.ColorPickerCustomMessagesComponent, typeof i44.OTPInputComponent, typeof i45.OTPInputCustomMessagesComponent, typeof i8.PrefixTemplateDirective, typeof i8.SuffixTemplateDirective, typeof i8.SeparatorComponent]>;
|
|
74
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<InputsModule>;
|
|
75
|
-
}
|