@progress/kendo-angular-inputs 16.5.0 → 16.6.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/checkbox/checkbox.component.d.ts +1 -1
- package/checkbox/checkbox.directive.d.ts +1 -1
- package/checkbox.module.d.ts +3 -6
- package/colorpicker/color-contrast-svg.component.d.ts +1 -1
- package/colorpicker/color-gradient-numeric-label.directive.d.ts +1 -1
- package/colorpicker/color-gradient.component.d.ts +1 -1
- package/colorpicker/color-input.component.d.ts +1 -1
- package/colorpicker/color-palette.component.d.ts +1 -1
- package/colorpicker/colorpicker.component.d.ts +1 -1
- package/colorpicker/contrast-validation.component.d.ts +1 -1
- package/colorpicker/contrast.component.d.ts +1 -1
- package/colorpicker/flatcolorpicker-actions.component.d.ts +1 -1
- package/colorpicker/flatcolorpicker-header.component.d.ts +1 -1
- package/colorpicker/flatcolorpicker.component.d.ts +1 -1
- package/colorpicker/localization/custom-messages.component.d.ts +1 -1
- package/colorpicker/localization/localized-colorpicker-messages.directive.d.ts +1 -1
- package/colorpicker.module.d.ts +5 -21
- package/directives.d.ts +111 -0
- package/esm2020/checkbox/checkbox.component.mjs +7 -6
- package/esm2020/checkbox/checkbox.directive.mjs +3 -2
- package/esm2020/checkbox.module.mjs +8 -10
- package/esm2020/colorpicker/color-contrast-svg.component.mjs +6 -4
- package/esm2020/colorpicker/color-gradient-numeric-label.directive.mjs +5 -2
- package/esm2020/colorpicker/color-gradient.component.mjs +11 -12
- package/esm2020/colorpicker/color-input.component.mjs +8 -7
- package/esm2020/colorpicker/color-palette.component.mjs +7 -5
- package/esm2020/colorpicker/colorpicker.component.mjs +9 -8
- package/esm2020/colorpicker/contrast-validation.component.mjs +7 -5
- package/esm2020/colorpicker/contrast.component.mjs +8 -6
- package/esm2020/colorpicker/flatcolorpicker-actions.component.mjs +3 -2
- package/esm2020/colorpicker/flatcolorpicker-header.component.mjs +7 -5
- package/esm2020/colorpicker/flatcolorpicker.component.mjs +7 -9
- package/esm2020/colorpicker/localization/custom-messages.component.mjs +3 -2
- package/esm2020/colorpicker/localization/localized-colorpicker-messages.directive.mjs +3 -2
- package/esm2020/colorpicker.module.mjs +15 -84
- package/esm2020/directives.mjs +188 -0
- package/esm2020/formfield/error.component.mjs +3 -2
- package/esm2020/formfield/formfield.component.mjs +6 -4
- package/esm2020/formfield/hint.component.mjs +3 -2
- package/esm2020/formfield.module.mjs +9 -9
- package/esm2020/index.mjs +1 -0
- package/esm2020/inputs.module.mjs +50 -56
- package/esm2020/maskedtextbox/maskedtextbox.component.mjs +9 -8
- package/esm2020/maskedtextbox.module.mjs +7 -30
- package/esm2020/numerictextbox/localization/custom-messages.component.mjs +3 -2
- package/esm2020/numerictextbox/localization/localized-numerictextbox-messages.directive.mjs +3 -2
- package/esm2020/numerictextbox/numerictextbox.component.mjs +11 -10
- package/esm2020/numerictextbox.module.mjs +11 -25
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/radiobutton/radiobutton.component.mjs +7 -6
- package/esm2020/radiobutton/radiobutton.directive.mjs +3 -2
- package/esm2020/radiobutton.module.mjs +8 -10
- package/esm2020/rangeslider/localization/custom-messages.component.mjs +3 -2
- package/esm2020/rangeslider/localization/localized-rangeslider-messages.directive.mjs +3 -2
- package/esm2020/rangeslider/rangeslider.component.mjs +9 -8
- package/esm2020/rangeslider.module.mjs +11 -25
- package/esm2020/rating/directives/rating-hovered-item.directive.mjs +3 -2
- package/esm2020/rating/directives/rating-item.directive.mjs +3 -2
- package/esm2020/rating/directives/rating-selected-item.directive.mjs +3 -2
- package/esm2020/rating/rating.component.mjs +7 -5
- package/esm2020/rating.module.mjs +12 -23
- package/esm2020/shared/input-separator.component.mjs +3 -2
- package/esm2020/shared/shared-events.directive.mjs +3 -2
- package/esm2020/shared/textarea.directive.mjs +3 -2
- package/esm2020/shared.module.mjs +3 -3
- package/esm2020/signature/localization/custom-messages.component.mjs +3 -2
- package/esm2020/signature/localization/localized-signature-messages.directive.mjs +3 -2
- package/esm2020/signature/signature.component.mjs +9 -7
- package/esm2020/signature.module.mjs +13 -32
- package/esm2020/slider/localization/custom-messages.component.mjs +3 -2
- package/esm2020/slider/localization/localized-slider-messages.directive.mjs +3 -2
- package/esm2020/slider/slider.component.mjs +10 -9
- package/esm2020/slider.module.mjs +13 -27
- package/esm2020/sliders-common/label-template.directive.mjs +3 -2
- package/esm2020/sliders-common/slider-ticks.component.mjs +6 -4
- package/esm2020/switch/localization/custom-messages.component.mjs +3 -2
- package/esm2020/switch/localization/localized-switch-messages.directive.mjs +3 -2
- package/esm2020/switch/switch.component.mjs +6 -4
- package/esm2020/switch.module.mjs +10 -23
- package/esm2020/textarea/textarea-prefix.component.mjs +3 -2
- package/esm2020/textarea/textarea-suffix.component.mjs +3 -2
- package/esm2020/textarea/textarea.component.mjs +9 -8
- package/esm2020/textarea.module.mjs +9 -31
- package/esm2020/textbox/localization/custom-messages.component.mjs +3 -2
- package/esm2020/textbox/localization/localized-textbox-messages.directive.mjs +3 -2
- package/esm2020/textbox/textbox-prefix.directive.mjs +3 -2
- package/esm2020/textbox/textbox-suffix.directive.mjs +3 -2
- package/esm2020/textbox/textbox.component.mjs +11 -10
- package/esm2020/textbox/textbox.directive.mjs +3 -2
- package/esm2020/textbox.module.mjs +14 -48
- package/fesm2015/progress-kendo-angular-inputs.mjs +9233 -9325
- package/fesm2020/progress-kendo-angular-inputs.mjs +9088 -9180
- package/formfield/error.component.d.ts +1 -1
- package/formfield/formfield.component.d.ts +1 -1
- package/formfield/hint.component.d.ts +1 -1
- package/formfield.module.d.ts +4 -5
- package/index.d.ts +1 -0
- package/inputs.module.d.ts +40 -15
- package/maskedtextbox/maskedtextbox.component.d.ts +1 -1
- package/maskedtextbox.module.d.ts +1 -5
- package/numerictextbox/localization/custom-messages.component.d.ts +1 -1
- package/numerictextbox/localization/localized-numerictextbox-messages.directive.d.ts +1 -1
- package/numerictextbox/numerictextbox.component.d.ts +1 -1
- package/numerictextbox.module.d.ts +4 -9
- package/package.json +9 -9
- package/radiobutton/radiobutton.component.d.ts +1 -1
- package/radiobutton/radiobutton.directive.d.ts +1 -1
- package/radiobutton.module.d.ts +3 -6
- package/rangeslider/localization/custom-messages.component.d.ts +1 -1
- package/rangeslider/localization/localized-rangeslider-messages.directive.d.ts +1 -1
- package/rangeslider/rangeslider.component.d.ts +1 -1
- package/rangeslider.module.d.ts +2 -5
- package/rating/directives/rating-hovered-item.directive.d.ts +1 -1
- package/rating/directives/rating-item.directive.d.ts +1 -1
- package/rating/directives/rating-selected-item.directive.d.ts +1 -1
- package/rating/rating.component.d.ts +1 -1
- package/rating.module.d.ts +1 -3
- package/shared/input-separator.component.d.ts +1 -1
- package/shared/shared-events.directive.d.ts +1 -1
- package/shared/textarea.directive.d.ts +1 -1
- package/shared.module.d.ts +1 -1
- package/signature/localization/custom-messages.component.d.ts +1 -1
- package/signature/localization/localized-signature-messages.directive.d.ts +1 -1
- package/signature/signature.component.d.ts +1 -1
- package/signature.module.d.ts +1 -6
- package/slider/localization/custom-messages.component.d.ts +1 -1
- package/slider/localization/localized-slider-messages.directive.d.ts +1 -1
- package/slider/slider.component.d.ts +1 -1
- package/slider.module.d.ts +2 -7
- package/sliders-common/label-template.directive.d.ts +1 -1
- package/sliders-common/slider-ticks.component.d.ts +1 -1
- package/switch/localization/custom-messages.component.d.ts +1 -1
- package/switch/localization/localized-switch-messages.directive.d.ts +1 -1
- package/switch/switch.component.d.ts +1 -1
- package/switch.module.d.ts +1 -4
- package/textarea/textarea-prefix.component.d.ts +1 -1
- package/textarea/textarea-suffix.component.d.ts +1 -1
- package/textarea/textarea.component.d.ts +1 -1
- package/textarea.module.d.ts +4 -9
- package/textbox/localization/custom-messages.component.d.ts +1 -1
- package/textbox/localization/localized-textbox-messages.directive.d.ts +1 -1
- package/textbox/textbox-prefix.directive.d.ts +1 -1
- package/textbox/textbox-suffix.directive.d.ts +1 -1
- package/textbox/textbox.component.d.ts +1 -1
- package/textbox/textbox.directive.d.ts +1 -1
- package/textbox.module.d.ts +5 -12
- package/colorpicker/focus-on-dom-ready.directive.d.ts +0 -18
- package/esm2020/colorpicker/focus-on-dom-ready.directive.mjs +0 -29
- package/esm2020/shared-events.module.mjs +0 -22
- package/esm2020/sliders-common/sliders-common.module.mjs +0 -42
- package/shared-events.module.d.ts +0 -14
- package/sliders-common/sliders-common.module.d.ts +0 -17
|
@@ -27,5 +27,5 @@ export declare class ErrorComponent {
|
|
|
27
27
|
get endClass(): boolean;
|
|
28
28
|
get idAttribute(): string;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<ErrorComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ErrorComponent, "kendo-formerror", never, { "align": "align"; }, {}, never, ["*"],
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ErrorComponent, "kendo-formerror", never, { "align": "align"; }, {}, never, ["*"], true, never>;
|
|
31
31
|
}
|
|
@@ -94,5 +94,5 @@ export declare class FormFieldComponent implements AfterViewInit, AfterViewCheck
|
|
|
94
94
|
private showErrorsInitial;
|
|
95
95
|
private setDescription;
|
|
96
96
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldComponent, never>;
|
|
97
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldComponent, "kendo-formfield", never, { "showHints": "showHints"; "orientation": "orientation"; "showErrors": "showErrors"; }, {}, ["kendoInput", "formControls", "controlElementRefs", "errorChildren", "hintChildren"], ["label, kendo-label", "*", "kendo-formhint", "kendo-formerror"],
|
|
97
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldComponent, "kendo-formfield", never, { "showHints": "showHints"; "orientation": "orientation"; "showErrors": "showErrors"; }, {}, ["kendoInput", "formControls", "controlElementRefs", "errorChildren", "hintChildren"], ["label, kendo-label", "*", "kendo-formhint", "kendo-formerror"], true, never>;
|
|
98
98
|
}
|
|
@@ -25,5 +25,5 @@ export declare class HintComponent {
|
|
|
25
25
|
get endClass(): boolean;
|
|
26
26
|
get idAttribute(): string;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<HintComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HintComponent, "kendo-formhint", never, { "align": "align"; }, {}, never, ["*"],
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HintComponent, "kendo-formhint", never, { "align": "align"; }, {}, never, ["*"], true, never>;
|
|
29
29
|
}
|
package/formfield.module.d.ts
CHANGED
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "./formfield/
|
|
7
|
-
import * as i2 from "./formfield/
|
|
8
|
-
import * as i3 from "./formfield/
|
|
9
|
-
import * as i4 from "@angular/common";
|
|
6
|
+
import * as i1 from "./formfield/formfield.component";
|
|
7
|
+
import * as i2 from "./formfield/hint.component";
|
|
8
|
+
import * as i3 from "./formfield/error.component";
|
|
10
9
|
/**
|
|
11
10
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
12
11
|
* definition for the FormField, Error and Hint components.
|
|
@@ -40,6 +39,6 @@ import * as i4 from "@angular/common";
|
|
|
40
39
|
*/
|
|
41
40
|
export declare class FormFieldModule {
|
|
42
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldModule, never>;
|
|
43
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FormFieldModule, [typeof i1.
|
|
42
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FormFieldModule, never, [typeof i1.FormFieldComponent, typeof i2.HintComponent, typeof i3.ErrorComponent], [typeof i1.FormFieldComponent, typeof i2.HintComponent, typeof i3.ErrorComponent]>;
|
|
44
43
|
static ɵinj: i0.ɵɵInjectorDeclaration<FormFieldModule>;
|
|
45
44
|
}
|
package/index.d.ts
CHANGED
|
@@ -91,3 +91,4 @@ export { RatingComponent } from './rating/rating.component';
|
|
|
91
91
|
export { RatingModule } from './rating.module';
|
|
92
92
|
export { RatingPrecision } from './rating/models/precision';
|
|
93
93
|
export { RatingSelectionMode } from './rating/models/selection';
|
|
94
|
+
export * from './directives';
|
package/inputs.module.d.ts
CHANGED
|
@@ -3,20 +3,45 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "
|
|
7
|
-
import * as i2 from "./
|
|
8
|
-
import * as i3 from "./
|
|
9
|
-
import * as i4 from "./
|
|
10
|
-
import * as i5 from "./
|
|
11
|
-
import * as i6 from "./
|
|
12
|
-
import * as i7 from "./numerictextbox.
|
|
13
|
-
import * as i8 from "./
|
|
14
|
-
import * as i9 from "
|
|
15
|
-
import * as i10 from "./
|
|
16
|
-
import * as i11 from "./
|
|
17
|
-
import * as i12 from "./
|
|
18
|
-
import * as i13 from "./
|
|
19
|
-
import * as i14 from "./
|
|
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 "./textbox/textbox-suffix.directive";
|
|
10
|
+
import * as i5 from "./textbox/textbox-prefix.directive";
|
|
11
|
+
import * as i6 from "./textbox/localization/custom-messages.component";
|
|
12
|
+
import * as i7 from "./numerictextbox/numerictextbox.component";
|
|
13
|
+
import * as i8 from "./numerictextbox/localization/custom-messages.component";
|
|
14
|
+
import * as i9 from "@progress/kendo-angular-common";
|
|
15
|
+
import * as i10 from "./maskedtextbox/maskedtextbox.component";
|
|
16
|
+
import * as i11 from "./textarea/textarea.component";
|
|
17
|
+
import * as i12 from "./shared/textarea.directive";
|
|
18
|
+
import * as i13 from "./textarea/textarea-prefix.component";
|
|
19
|
+
import * as i14 from "./textarea/textarea-suffix.component";
|
|
20
|
+
import * as i15 from "./checkbox/checkbox.component";
|
|
21
|
+
import * as i16 from "./checkbox/checkbox.directive";
|
|
22
|
+
import * as i17 from "./radiobutton/radiobutton.component";
|
|
23
|
+
import * as i18 from "./radiobutton/radiobutton.directive";
|
|
24
|
+
import * as i19 from "./switch/switch.component";
|
|
25
|
+
import * as i20 from "./switch/localization/custom-messages.component";
|
|
26
|
+
import * as i21 from "./formfield/formfield.component";
|
|
27
|
+
import * as i22 from "./formfield/hint.component";
|
|
28
|
+
import * as i23 from "./formfield/error.component";
|
|
29
|
+
import * as i24 from "./slider/slider.component";
|
|
30
|
+
import * as i25 from "./slider/localization/custom-messages.component";
|
|
31
|
+
import * as i26 from "./sliders-common/label-template.directive";
|
|
32
|
+
import * as i27 from "./rangeslider/rangeslider.component";
|
|
33
|
+
import * as i28 from "./rangeslider/localization/custom-messages.component";
|
|
34
|
+
import * as i29 from "./rating/rating.component";
|
|
35
|
+
import * as i30 from "./rating/directives/rating-item.directive";
|
|
36
|
+
import * as i31 from "./rating/directives/rating-hovered-item.directive";
|
|
37
|
+
import * as i32 from "./rating/directives/rating-selected-item.directive";
|
|
38
|
+
import * as i33 from "./signature/signature.component";
|
|
39
|
+
import * as i34 from "./signature/localization/custom-messages.component";
|
|
40
|
+
import * as i35 from "./colorpicker/colorpicker.component";
|
|
41
|
+
import * as i36 from "./colorpicker/localization/custom-messages.component";
|
|
42
|
+
import * as i37 from "./colorpicker/flatcolorpicker.component";
|
|
43
|
+
import * as i38 from "./colorpicker/color-gradient.component";
|
|
44
|
+
import * as i39 from "./colorpicker/color-palette.component";
|
|
20
45
|
/**
|
|
21
46
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
22
47
|
* definition for the Inputs components.
|
|
@@ -51,6 +76,6 @@ import * as i14 from "./rating.module";
|
|
|
51
76
|
*/
|
|
52
77
|
export declare class InputsModule {
|
|
53
78
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputsModule, never>;
|
|
54
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<InputsModule, never, [typeof i1.
|
|
79
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<InputsModule, never, [typeof i1.TextBoxDirective, typeof i2.TextBoxComponent, typeof i3.InputSeparatorComponent, typeof i4.TextBoxSuffixTemplateDirective, typeof i5.TextBoxPrefixTemplateDirective, typeof i6.TextBoxCustomMessagesComponent, typeof i7.NumericTextBoxComponent, typeof i8.NumericTextBoxCustomMessagesComponent, typeof i9.PrefixTemplateDirective, typeof i9.SuffixTemplateDirective, typeof i10.MaskedTextBoxComponent, typeof i11.TextAreaComponent, typeof i12.TextAreaDirective, typeof i13.TextAreaPrefixComponent, typeof i14.TextAreaSuffixComponent, typeof i15.CheckBoxComponent, typeof i16.CheckBoxDirective, typeof i17.RadioButtonComponent, typeof i18.RadioButtonDirective, typeof i19.SwitchComponent, typeof i20.SwitchCustomMessagesComponent, typeof i21.FormFieldComponent, typeof i22.HintComponent, typeof i23.ErrorComponent, typeof i24.SliderComponent, typeof i25.SliderCustomMessagesComponent, typeof i26.LabelTemplateDirective, typeof i27.RangeSliderComponent, typeof i28.RangeSliderCustomMessagesComponent, typeof i26.LabelTemplateDirective, typeof i29.RatingComponent, typeof i30.RatingItemTemplateDirective, typeof i31.RatingHoveredItemTemplateDirective, typeof i32.RatingSelectedItemTemplateDirective, typeof i33.SignatureComponent, typeof i34.SignatureCustomMessagesComponent, typeof i35.ColorPickerComponent, typeof i36.ColorPickerCustomMessagesComponent, typeof i37.FlatColorPickerComponent, typeof i36.ColorPickerCustomMessagesComponent, typeof i38.ColorGradientComponent, typeof i36.ColorPickerCustomMessagesComponent, typeof i39.ColorPaletteComponent, typeof i36.ColorPickerCustomMessagesComponent], [typeof i1.TextBoxDirective, typeof i2.TextBoxComponent, typeof i3.InputSeparatorComponent, typeof i4.TextBoxSuffixTemplateDirective, typeof i5.TextBoxPrefixTemplateDirective, typeof i6.TextBoxCustomMessagesComponent, typeof i7.NumericTextBoxComponent, typeof i8.NumericTextBoxCustomMessagesComponent, typeof i9.PrefixTemplateDirective, typeof i9.SuffixTemplateDirective, typeof i10.MaskedTextBoxComponent, typeof i11.TextAreaComponent, typeof i12.TextAreaDirective, typeof i13.TextAreaPrefixComponent, typeof i14.TextAreaSuffixComponent, typeof i15.CheckBoxComponent, typeof i16.CheckBoxDirective, typeof i17.RadioButtonComponent, typeof i18.RadioButtonDirective, typeof i19.SwitchComponent, typeof i20.SwitchCustomMessagesComponent, typeof i21.FormFieldComponent, typeof i22.HintComponent, typeof i23.ErrorComponent, typeof i24.SliderComponent, typeof i25.SliderCustomMessagesComponent, typeof i26.LabelTemplateDirective, typeof i27.RangeSliderComponent, typeof i28.RangeSliderCustomMessagesComponent, typeof i26.LabelTemplateDirective, typeof i29.RatingComponent, typeof i30.RatingItemTemplateDirective, typeof i31.RatingHoveredItemTemplateDirective, typeof i32.RatingSelectedItemTemplateDirective, typeof i33.SignatureComponent, typeof i34.SignatureCustomMessagesComponent, typeof i35.ColorPickerComponent, typeof i36.ColorPickerCustomMessagesComponent, typeof i37.FlatColorPickerComponent, typeof i36.ColorPickerCustomMessagesComponent, typeof i38.ColorGradientComponent, typeof i36.ColorPickerCustomMessagesComponent, typeof i39.ColorPaletteComponent, typeof i36.ColorPickerCustomMessagesComponent]>;
|
|
55
80
|
static ɵinj: i0.ɵɵInjectorDeclaration<InputsModule>;
|
|
56
81
|
}
|
|
@@ -362,5 +362,5 @@ export declare class MaskedTextBoxComponent implements ControlValueAccessor, OnC
|
|
|
362
362
|
private handleClasses;
|
|
363
363
|
private setInputAttributes;
|
|
364
364
|
static ɵfac: i0.ɵɵFactoryDeclaration<MaskedTextBoxComponent, [null, null, null, null, null, null, { optional: true; }]>;
|
|
365
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MaskedTextBoxComponent, "kendo-maskedtextbox", ["kendoMaskedTextBox"], { "focusableId": "focusableId"; "disabled": "disabled"; "readonly": "readonly"; "title": "title"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; "mask": "mask"; "value": "value"; "rules": "rules"; "prompt": "prompt"; "promptPlaceholder": "promptPlaceholder"; "includeLiterals": "includeLiterals"; "maskOnFocus": "maskOnFocus"; "maskValidation": "maskValidation"; "tabindex": "tabindex"; "tabIndex": "tabIndex"; "inputAttributes": "inputAttributes"; }, { "onFocus": "focus"; "onBlur": "blur"; "inputFocus": "inputFocus"; "inputBlur": "inputBlur"; "valueChange": "valueChange"; }, ["suffixTemplate", "prefixTemplate"], never,
|
|
365
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MaskedTextBoxComponent, "kendo-maskedtextbox", ["kendoMaskedTextBox"], { "focusableId": "focusableId"; "disabled": "disabled"; "readonly": "readonly"; "title": "title"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; "mask": "mask"; "value": "value"; "rules": "rules"; "prompt": "prompt"; "promptPlaceholder": "promptPlaceholder"; "includeLiterals": "includeLiterals"; "maskOnFocus": "maskOnFocus"; "maskValidation": "maskValidation"; "tabindex": "tabindex"; "tabIndex": "tabIndex"; "inputAttributes": "inputAttributes"; }, { "onFocus": "focus"; "onBlur": "blur"; "inputFocus": "inputFocus"; "inputBlur": "inputBlur"; "valueChange": "valueChange"; }, ["suffixTemplate", "prefixTemplate"], never, true, never>;
|
|
366
366
|
}
|
|
@@ -4,10 +4,6 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
import * as i1 from "./maskedtextbox/maskedtextbox.component";
|
|
7
|
-
import * as i2 from "@angular/common";
|
|
8
|
-
import * as i3 from "@progress/kendo-angular-common";
|
|
9
|
-
import * as i4 from "./shared.module";
|
|
10
|
-
import * as i5 from "./shared-events.module";
|
|
11
7
|
/**
|
|
12
8
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
13
9
|
* definition for the MaskedTextBox component.
|
|
@@ -41,6 +37,6 @@ import * as i5 from "./shared-events.module";
|
|
|
41
37
|
*/
|
|
42
38
|
export declare class MaskedTextBoxModule {
|
|
43
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<MaskedTextBoxModule, never>;
|
|
44
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MaskedTextBoxModule, [typeof i1.MaskedTextBoxComponent], [typeof
|
|
40
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MaskedTextBoxModule, never, [typeof i1.MaskedTextBoxComponent], [typeof i1.MaskedTextBoxComponent]>;
|
|
45
41
|
static ɵinj: i0.ɵɵInjectorDeclaration<MaskedTextBoxModule>;
|
|
46
42
|
}
|
|
@@ -13,5 +13,5 @@ export declare class NumericTextBoxCustomMessagesComponent extends NumericTextBo
|
|
|
13
13
|
constructor(service: LocalizationService);
|
|
14
14
|
protected get override(): boolean;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumericTextBoxCustomMessagesComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NumericTextBoxCustomMessagesComponent, "kendo-numerictextbox-messages", never, {}, {}, never, never,
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NumericTextBoxCustomMessagesComponent, "kendo-numerictextbox-messages", never, {}, {}, never, never, true, never>;
|
|
17
17
|
}
|
|
@@ -12,5 +12,5 @@ export declare class LocalizedNumericTextBoxMessagesDirective extends NumericTex
|
|
|
12
12
|
protected service: LocalizationService;
|
|
13
13
|
constructor(service: LocalizationService);
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedNumericTextBoxMessagesDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedNumericTextBoxMessagesDirective, "[kendoNumericTextBoxLocalizedMessages]", never, {}, {}, never, never,
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedNumericTextBoxMessagesDirective, "[kendoNumericTextBoxLocalizedMessages]", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -411,5 +411,5 @@ export declare class NumericTextBoxComponent implements ControlValueAccessor, On
|
|
|
411
411
|
private handleClasses;
|
|
412
412
|
private setInputAttributes;
|
|
413
413
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumericTextBoxComponent, never>;
|
|
414
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NumericTextBoxComponent, "kendo-numerictextbox", ["kendoNumericTextBox"], { "focusableId": "focusableId"; "disabled": "disabled"; "readonly": "readonly"; "title": "title"; "autoCorrect": "autoCorrect"; "format": "format"; "max": "max"; "min": "min"; "decimals": "decimals"; "placeholder": "placeholder"; "step": "step"; "spinners": "spinners"; "rangeValidation": "rangeValidation"; "tabindex": "tabindex"; "tabIndex": "tabIndex"; "changeValueOnScroll": "changeValueOnScroll"; "selectOnFocus": "selectOnFocus"; "value": "value"; "maxlength": "maxlength"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; "inputAttributes": "inputAttributes"; }, { "valueChange": "valueChange"; "onFocus": "focus"; "onBlur": "blur"; "inputFocus": "inputFocus"; "inputBlur": "inputBlur"; }, ["suffixTemplate", "prefixTemplate"], never,
|
|
414
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NumericTextBoxComponent, "kendo-numerictextbox", ["kendoNumericTextBox"], { "focusableId": "focusableId"; "disabled": "disabled"; "readonly": "readonly"; "title": "title"; "autoCorrect": "autoCorrect"; "format": "format"; "max": "max"; "min": "min"; "decimals": "decimals"; "placeholder": "placeholder"; "step": "step"; "spinners": "spinners"; "rangeValidation": "rangeValidation"; "tabindex": "tabindex"; "tabIndex": "tabIndex"; "changeValueOnScroll": "changeValueOnScroll"; "selectOnFocus": "selectOnFocus"; "value": "value"; "maxlength": "maxlength"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; "inputAttributes": "inputAttributes"; }, { "valueChange": "valueChange"; "onFocus": "focus"; "onBlur": "blur"; "inputFocus": "inputFocus"; "inputBlur": "inputBlur"; }, ["suffixTemplate", "prefixTemplate"], never, true, never>;
|
|
415
415
|
}
|
|
@@ -3,14 +3,9 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "./numerictextbox/
|
|
7
|
-
import * as i2 from "./numerictextbox/
|
|
8
|
-
import * as i3 from "
|
|
9
|
-
import * as i4 from "@angular/common";
|
|
10
|
-
import * as i5 from "@progress/kendo-angular-common";
|
|
11
|
-
import * as i6 from "@progress/kendo-angular-icons";
|
|
12
|
-
import * as i7 from "./shared.module";
|
|
13
|
-
import * as i8 from "./shared-events.module";
|
|
6
|
+
import * as i1 from "./numerictextbox/numerictextbox.component";
|
|
7
|
+
import * as i2 from "./numerictextbox/localization/custom-messages.component";
|
|
8
|
+
import * as i3 from "@progress/kendo-angular-common";
|
|
14
9
|
/**
|
|
15
10
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
16
11
|
* definition for the NumericTextBox component.
|
|
@@ -44,6 +39,6 @@ import * as i8 from "./shared-events.module";
|
|
|
44
39
|
*/
|
|
45
40
|
export declare class NumericTextBoxModule {
|
|
46
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumericTextBoxModule, never>;
|
|
47
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NumericTextBoxModule, [typeof i1.
|
|
42
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NumericTextBoxModule, never, [typeof i1.NumericTextBoxComponent, typeof i2.NumericTextBoxCustomMessagesComponent, typeof i3.PrefixTemplateDirective, typeof i3.SuffixTemplateDirective], [typeof i1.NumericTextBoxComponent, typeof i2.NumericTextBoxCustomMessagesComponent, typeof i3.PrefixTemplateDirective, typeof i3.SuffixTemplateDirective]>;
|
|
48
43
|
static ɵinj: i0.ɵɵInjectorDeclaration<NumericTextBoxModule>;
|
|
49
44
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-inputs",
|
|
3
|
-
"version": "16.
|
|
3
|
+
"version": "16.6.0-develop.1",
|
|
4
4
|
"description": "Kendo UI for Angular Inputs Package - Everything you need to build professional form functionality (Checkbox, ColorGradient, ColorPalette, ColorPicker, FlatColorPicker, FormField, MaskedTextBox, NumericTextBox, RadioButton, RangeSlider, Slider, Switch, TextArea, and TextBox Components)",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -34,18 +34,18 @@
|
|
|
34
34
|
"@angular/platform-browser": "15 - 18",
|
|
35
35
|
"@progress/kendo-drawing": "^1.19.0",
|
|
36
36
|
"@progress/kendo-licensing": "^1.0.2",
|
|
37
|
-
"@progress/kendo-angular-buttons": "16.
|
|
38
|
-
"@progress/kendo-angular-common": "16.
|
|
39
|
-
"@progress/kendo-angular-dialog": "16.
|
|
40
|
-
"@progress/kendo-angular-intl": "16.
|
|
41
|
-
"@progress/kendo-angular-l10n": "16.
|
|
42
|
-
"@progress/kendo-angular-popup": "16.
|
|
43
|
-
"@progress/kendo-angular-icons": "16.
|
|
37
|
+
"@progress/kendo-angular-buttons": "16.6.0-develop.1",
|
|
38
|
+
"@progress/kendo-angular-common": "16.6.0-develop.1",
|
|
39
|
+
"@progress/kendo-angular-dialog": "16.6.0-develop.1",
|
|
40
|
+
"@progress/kendo-angular-intl": "16.6.0-develop.1",
|
|
41
|
+
"@progress/kendo-angular-l10n": "16.6.0-develop.1",
|
|
42
|
+
"@progress/kendo-angular-popup": "16.6.0-develop.1",
|
|
43
|
+
"@progress/kendo-angular-icons": "16.6.0-develop.1",
|
|
44
44
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"tslib": "^2.3.1",
|
|
48
|
-
"@progress/kendo-angular-schematics": "16.
|
|
48
|
+
"@progress/kendo-angular-schematics": "16.6.0-develop.1",
|
|
49
49
|
"@progress/kendo-common": "^0.2.2",
|
|
50
50
|
"@progress/kendo-draggable": "^3.0.0",
|
|
51
51
|
"@progress/kendo-inputs-common": "^3.1.0"
|
|
@@ -46,5 +46,5 @@ export declare class RadioButtonComponent extends RadioCheckBoxBase implements C
|
|
|
46
46
|
*/
|
|
47
47
|
writeValue(value: any): void;
|
|
48
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonComponent, never>;
|
|
49
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonComponent, "kendo-radiobutton", ["kendoRadioButton"], { "checked": "checked"; }, { "checkedChange": "checkedChange"; }, never, never,
|
|
49
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonComponent, "kendo-radiobutton", ["kendoRadioButton"], { "checked": "checked"; }, { "checkedChange": "checkedChange"; }, never, never, true, never>;
|
|
50
50
|
}
|
|
@@ -34,5 +34,5 @@ export declare class RadioButtonDirective {
|
|
|
34
34
|
ngAfterViewInit(): void;
|
|
35
35
|
private handleClasses;
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonDirective, never>;
|
|
37
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RadioButtonDirective, "input[kendoRadioButton]", never, { "size": "size"; }, {}, never, never,
|
|
37
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RadioButtonDirective, "input[kendoRadioButton]", never, { "size": "size"; }, {}, never, never, true, never>;
|
|
38
38
|
}
|
package/radiobutton.module.d.ts
CHANGED
|
@@ -3,11 +3,8 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "./radiobutton/radiobutton.
|
|
7
|
-
import * as i2 from "./radiobutton/radiobutton.
|
|
8
|
-
import * as i3 from "@angular/common";
|
|
9
|
-
import * as i4 from "@progress/kendo-angular-common";
|
|
10
|
-
import * as i5 from "./shared-events.module";
|
|
6
|
+
import * as i1 from "./radiobutton/radiobutton.component";
|
|
7
|
+
import * as i2 from "./radiobutton/radiobutton.directive";
|
|
11
8
|
/**
|
|
12
9
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
13
10
|
* definition for the RadioButton directive and RadioButtonComponent.
|
|
@@ -41,6 +38,6 @@ import * as i5 from "./shared-events.module";
|
|
|
41
38
|
*/
|
|
42
39
|
export declare class RadioButtonModule {
|
|
43
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonModule, never>;
|
|
44
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RadioButtonModule, [typeof i1.
|
|
41
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<RadioButtonModule, never, [typeof i1.RadioButtonComponent, typeof i2.RadioButtonDirective], [typeof i1.RadioButtonComponent, typeof i2.RadioButtonDirective]>;
|
|
45
42
|
static ɵinj: i0.ɵɵInjectorDeclaration<RadioButtonModule>;
|
|
46
43
|
}
|
|
@@ -13,5 +13,5 @@ export declare class RangeSliderCustomMessagesComponent extends RangeSliderMessa
|
|
|
13
13
|
constructor(service: LocalizationService);
|
|
14
14
|
protected get override(): boolean;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<RangeSliderCustomMessagesComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RangeSliderCustomMessagesComponent, "kendo-rangeslider-messages", never, {}, {}, never, never,
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RangeSliderCustomMessagesComponent, "kendo-rangeslider-messages", never, {}, {}, never, never, true, never>;
|
|
17
17
|
}
|
|
@@ -12,5 +12,5 @@ export declare class LocalizedRangeSliderMessagesDirective extends RangeSliderMe
|
|
|
12
12
|
protected service: LocalizationService;
|
|
13
13
|
constructor(service: LocalizationService);
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedRangeSliderMessagesDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedRangeSliderMessagesDirective, "[kendoSliderLocalizedMessages]", never, {}, {}, never, never,
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedRangeSliderMessagesDirective, "[kendoSliderLocalizedMessages]", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -135,5 +135,5 @@ export declare class RangeSliderComponent extends SliderBase implements AfterVie
|
|
|
135
135
|
private attachElementEventHandlers;
|
|
136
136
|
private handleBlur;
|
|
137
137
|
static ɵfac: i0.ɵɵFactoryDeclaration<RangeSliderComponent, never>;
|
|
138
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RangeSliderComponent, "kendo-rangeslider", ["kendoRangeSlider"], { "value": "value"; }, {}, never, never,
|
|
138
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RangeSliderComponent, "kendo-rangeslider", ["kendoRangeSlider"], { "value": "value"; }, {}, never, never, true, never>;
|
|
139
139
|
}
|
package/rangeslider.module.d.ts
CHANGED
|
@@ -5,10 +5,7 @@
|
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
import * as i1 from "./rangeslider/rangeslider.component";
|
|
7
7
|
import * as i2 from "./rangeslider/localization/custom-messages.component";
|
|
8
|
-
import * as i3 from "./
|
|
9
|
-
import * as i4 from "@angular/common";
|
|
10
|
-
import * as i5 from "./sliders-common/sliders-common.module";
|
|
11
|
-
import * as i6 from "./sliders-common/label-template.directive";
|
|
8
|
+
import * as i3 from "./sliders-common/label-template.directive";
|
|
12
9
|
/**
|
|
13
10
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
14
11
|
* definition for the RangeSlider component.
|
|
@@ -43,6 +40,6 @@ import * as i6 from "./sliders-common/label-template.directive";
|
|
|
43
40
|
*/
|
|
44
41
|
export declare class RangeSliderModule {
|
|
45
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<RangeSliderModule, never>;
|
|
46
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RangeSliderModule, [typeof i1.RangeSliderComponent, typeof i2.RangeSliderCustomMessagesComponent, typeof i3.
|
|
43
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<RangeSliderModule, never, [typeof i1.RangeSliderComponent, typeof i2.RangeSliderCustomMessagesComponent, typeof i3.LabelTemplateDirective], [typeof i1.RangeSliderComponent, typeof i2.RangeSliderCustomMessagesComponent, typeof i3.LabelTemplateDirective]>;
|
|
47
44
|
static ɵinj: i0.ɵɵInjectorDeclaration<RangeSliderModule>;
|
|
48
45
|
}
|
|
@@ -14,5 +14,5 @@ export declare class RatingHoveredItemTemplateDirective {
|
|
|
14
14
|
templateRef: TemplateRef<any>;
|
|
15
15
|
constructor(templateRef: TemplateRef<any>);
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<RatingHoveredItemTemplateDirective, never>;
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RatingHoveredItemTemplateDirective, "[kendoRatingHoveredItemTemplate]", never, {}, {}, never, never,
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RatingHoveredItemTemplateDirective, "[kendoRatingHoveredItemTemplate]", never, {}, {}, never, never, true, never>;
|
|
18
18
|
}
|
|
@@ -14,5 +14,5 @@ export declare class RatingItemTemplateDirective {
|
|
|
14
14
|
templateRef: TemplateRef<any>;
|
|
15
15
|
constructor(templateRef: TemplateRef<any>);
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<RatingItemTemplateDirective, never>;
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RatingItemTemplateDirective, "[kendoRatingItemTemplate]", never, {}, {}, never, never,
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RatingItemTemplateDirective, "[kendoRatingItemTemplate]", never, {}, {}, never, never, true, never>;
|
|
18
18
|
}
|
|
@@ -14,5 +14,5 @@ export declare class RatingSelectedItemTemplateDirective {
|
|
|
14
14
|
templateRef: TemplateRef<any>;
|
|
15
15
|
constructor(templateRef: TemplateRef<any>);
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<RatingSelectedItemTemplateDirective, never>;
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RatingSelectedItemTemplateDirective, "[kendoRatingSelectedItemTemplate]", never, {}, {}, never, never,
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RatingSelectedItemTemplateDirective, "[kendoRatingSelectedItemTemplate]", never, {}, {}, never, never, true, never>;
|
|
18
18
|
}
|
|
@@ -176,5 +176,5 @@ export declare class RatingComponent implements OnInit, AfterViewInit, OnDestroy
|
|
|
176
176
|
private isFirstHalf;
|
|
177
177
|
private onKeyDown;
|
|
178
178
|
static ɵfac: i0.ɵɵFactoryDeclaration<RatingComponent, never>;
|
|
179
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RatingComponent, "kendo-rating", ["kendoRating"], { "disabled": "disabled"; "readonly": "readonly"; "tabindex": "tabindex"; "itemsCount": "itemsCount"; "value": "value"; "selection": "selection"; "precision": "precision"; "label": "label"; "icon": "icon"; "svgIcon": "svgIcon"; "svgIconOutline": "svgIconOutline"; }, { "valueChange": "valueChange"; }, ["itemTemplate", "hoveredItemTemplate", "selectedItemTemplate"], never,
|
|
179
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RatingComponent, "kendo-rating", ["kendoRating"], { "disabled": "disabled"; "readonly": "readonly"; "tabindex": "tabindex"; "itemsCount": "itemsCount"; "value": "value"; "selection": "selection"; "precision": "precision"; "label": "label"; "icon": "icon"; "svgIcon": "svgIcon"; "svgIconOutline": "svgIconOutline"; }, { "valueChange": "valueChange"; }, ["itemTemplate", "hoveredItemTemplate", "selectedItemTemplate"], never, true, never>;
|
|
180
180
|
}
|
package/rating.module.d.ts
CHANGED
|
@@ -7,8 +7,6 @@ import * as i1 from "./rating/rating.component";
|
|
|
7
7
|
import * as i2 from "./rating/directives/rating-item.directive";
|
|
8
8
|
import * as i3 from "./rating/directives/rating-hovered-item.directive";
|
|
9
9
|
import * as i4 from "./rating/directives/rating-selected-item.directive";
|
|
10
|
-
import * as i5 from "@angular/common";
|
|
11
|
-
import * as i6 from "@progress/kendo-angular-icons";
|
|
12
10
|
/**
|
|
13
11
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
14
12
|
* definition for the Rating component.
|
|
@@ -42,6 +40,6 @@ import * as i6 from "@progress/kendo-angular-icons";
|
|
|
42
40
|
*/
|
|
43
41
|
export declare class RatingModule {
|
|
44
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<RatingModule, never>;
|
|
45
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RatingModule, [typeof i1.RatingComponent, typeof i2.RatingItemTemplateDirective, typeof i3.RatingHoveredItemTemplateDirective, typeof i4.RatingSelectedItemTemplateDirective], [typeof
|
|
43
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<RatingModule, never, [typeof i1.RatingComponent, typeof i2.RatingItemTemplateDirective, typeof i3.RatingHoveredItemTemplateDirective, typeof i4.RatingSelectedItemTemplateDirective], [typeof i1.RatingComponent, typeof i2.RatingItemTemplateDirective, typeof i3.RatingHoveredItemTemplateDirective, typeof i4.RatingSelectedItemTemplateDirective]>;
|
|
46
44
|
static ɵinj: i0.ɵɵInjectorDeclaration<RatingModule>;
|
|
47
45
|
}
|
|
@@ -31,5 +31,5 @@ export declare class InputSeparatorComponent {
|
|
|
31
31
|
get horizontal(): boolean;
|
|
32
32
|
hostClass: boolean;
|
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputSeparatorComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InputSeparatorComponent, "kendo-input-separator, kendo-textbox-separator", never, { "orientation": "orientation"; }, {}, never, never,
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InputSeparatorComponent, "kendo-input-separator, kendo-textbox-separator", never, { "orientation": "orientation"; }, {}, never, never, true, never>;
|
|
35
35
|
}
|
|
@@ -23,5 +23,5 @@ export declare class SharedInputEventsDirective implements AfterViewInit, OnDest
|
|
|
23
23
|
ngAfterViewInit(): void;
|
|
24
24
|
ngOnDestroy(): void;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedInputEventsDirective, never>;
|
|
26
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SharedInputEventsDirective, "[kendoInputSharedEvents]", never, { "hostElement": "hostElement"; "clearButtonClicked": "clearButtonClicked"; "isFocused": "isFocused"; }, { "isFocusedChange": "isFocusedChange"; "onFocus": "onFocus"; "handleBlur": "handleBlur"; }, never, never,
|
|
26
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SharedInputEventsDirective, "[kendoInputSharedEvents]", never, { "hostElement": "hostElement"; "clearButtonClicked": "clearButtonClicked"; "isFocused": "isFocused"; }, { "isFocusedChange": "isFocusedChange"; "onFocus": "onFocus"; "handleBlur": "handleBlur"; }, never, never, true, never>;
|
|
27
27
|
}
|
|
@@ -95,5 +95,5 @@ export declare class TextAreaDirective implements OnInit, OnDestroy, OnChanges,
|
|
|
95
95
|
private handleFocus;
|
|
96
96
|
private handleBlur;
|
|
97
97
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextAreaDirective, [null, null, null, null, null, { optional: true; }]>;
|
|
98
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TextAreaDirective, "textarea[kendoTextArea]", never, { "autoSize": "autoSize"; "value": "value"; }, { "valueChange": "valueChange"; }, never, never,
|
|
98
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TextAreaDirective, "textarea[kendoTextArea]", never, { "autoSize": "autoSize"; "value": "value"; }, { "valueChange": "valueChange"; }, never, never, true, never>;
|
|
99
99
|
}
|
package/shared.module.d.ts
CHANGED
|
@@ -14,6 +14,6 @@ export declare const SHARED_DIRECTIVES: any[];
|
|
|
14
14
|
*/
|
|
15
15
|
export declare class SharedModule {
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
|
|
17
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.InputSeparatorComponent, typeof i2.TextAreaDirective],
|
|
17
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, never, [typeof i1.InputSeparatorComponent, typeof i2.TextAreaDirective], [typeof i1.InputSeparatorComponent, typeof i2.TextAreaDirective]>;
|
|
18
18
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
|
|
19
19
|
}
|
|
@@ -13,5 +13,5 @@ export declare class SignatureCustomMessagesComponent extends SignatureMessages
|
|
|
13
13
|
constructor(service: LocalizationService);
|
|
14
14
|
protected get override(): boolean;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<SignatureCustomMessagesComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SignatureCustomMessagesComponent, "kendo-signature-messages", never, {}, {}, never, never,
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SignatureCustomMessagesComponent, "kendo-signature-messages", never, {}, {}, never, never, true, never>;
|
|
17
17
|
}
|
|
@@ -12,5 +12,5 @@ export declare class LocalizedSignatureMessagesDirective extends SignatureMessag
|
|
|
12
12
|
protected service: LocalizationService;
|
|
13
13
|
constructor(service: LocalizationService);
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedSignatureMessagesDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedSignatureMessagesDirective, "[kendoSignatureLocalizedMessages]", never, {}, {}, never, never,
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedSignatureMessagesDirective, "[kendoSignatureLocalizedMessages]", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -365,5 +365,5 @@ export declare class SignatureComponent implements ControlValueAccessor {
|
|
|
365
365
|
private addEventListeners;
|
|
366
366
|
private getMessage;
|
|
367
367
|
static ɵfac: i0.ɵɵFactoryDeclaration<SignatureComponent, never>;
|
|
368
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SignatureComponent, "kendo-signature", ["kendoSignature"], { "focusableId": "focusableId"; "readonly": "readonly"; "disabled": "disabled"; "width": "width"; "height": "height"; "value": "value"; "tabindex": "tabindex"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; "color": "color"; "backgroundColor": "backgroundColor"; "strokeWidth": "strokeWidth"; "smooth": "smooth"; "maximizable": "maximizable"; "maximized": "maximized"; "popupScale": "popupScale"; "exportScale": "exportScale"; "parentLocalization": "parentLocalization"; "hideLine": "hideLine"; }, { "valueChange": "valueChange"; "open": "open"; "close": "close"; "onFocus": "focus"; "onBlur": "blur"; "minimize": "minimize"; }, never, never,
|
|
368
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SignatureComponent, "kendo-signature", ["kendoSignature"], { "focusableId": "focusableId"; "readonly": "readonly"; "disabled": "disabled"; "width": "width"; "height": "height"; "value": "value"; "tabindex": "tabindex"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; "color": "color"; "backgroundColor": "backgroundColor"; "strokeWidth": "strokeWidth"; "smooth": "smooth"; "maximizable": "maximizable"; "maximized": "maximized"; "popupScale": "popupScale"; "exportScale": "exportScale"; "parentLocalization": "parentLocalization"; "hideLine": "hideLine"; }, { "valueChange": "valueChange"; "open": "open"; "close": "close"; "onFocus": "focus"; "onBlur": "blur"; "minimize": "minimize"; }, never, never, true, never>;
|
|
369
369
|
}
|
package/signature.module.d.ts
CHANGED
|
@@ -5,11 +5,6 @@
|
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
import * as i1 from "./signature/signature.component";
|
|
7
7
|
import * as i2 from "./signature/localization/custom-messages.component";
|
|
8
|
-
import * as i3 from "./signature/localization/localized-signature-messages.directive";
|
|
9
|
-
import * as i4 from "@progress/kendo-angular-buttons";
|
|
10
|
-
import * as i5 from "@angular/common";
|
|
11
|
-
import * as i6 from "@progress/kendo-angular-dialog";
|
|
12
|
-
import * as i7 from "@progress/kendo-angular-icons";
|
|
13
8
|
/**
|
|
14
9
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
15
10
|
* definition for the Signature component.
|
|
@@ -43,6 +38,6 @@ import * as i7 from "@progress/kendo-angular-icons";
|
|
|
43
38
|
*/
|
|
44
39
|
export declare class SignatureModule {
|
|
45
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<SignatureModule, never>;
|
|
46
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SignatureModule, [typeof i1.SignatureComponent, typeof i2.SignatureCustomMessagesComponent
|
|
41
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SignatureModule, never, [typeof i1.SignatureComponent, typeof i2.SignatureCustomMessagesComponent], [typeof i1.SignatureComponent, typeof i2.SignatureCustomMessagesComponent]>;
|
|
47
42
|
static ɵinj: i0.ɵɵInjectorDeclaration<SignatureModule>;
|
|
48
43
|
}
|
|
@@ -13,5 +13,5 @@ export declare class SliderCustomMessagesComponent extends SliderMessages {
|
|
|
13
13
|
constructor(service: LocalizationService);
|
|
14
14
|
protected get override(): boolean;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<SliderCustomMessagesComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SliderCustomMessagesComponent, "kendo-slider-messages", never, {}, {}, never, never,
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SliderCustomMessagesComponent, "kendo-slider-messages", never, {}, {}, never, never, true, never>;
|
|
17
17
|
}
|
|
@@ -12,5 +12,5 @@ export declare class LocalizedSliderMessagesDirective extends SliderMessages {
|
|
|
12
12
|
protected service: LocalizationService;
|
|
13
13
|
constructor(service: LocalizationService);
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedSliderMessagesDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedSliderMessagesDirective, "[kendoSliderLocalizedMessages]", never, {}, {}, never, never,
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedSliderMessagesDirective, "[kendoSliderLocalizedMessages]", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -171,5 +171,5 @@ export declare class SliderComponent extends SliderBase implements AfterViewInit
|
|
|
171
171
|
get decreaseButtonArrowSVGIcon(): SVGIcon;
|
|
172
172
|
get increaseButtonArrowSVGIcon(): SVGIcon;
|
|
173
173
|
static ɵfac: i0.ɵɵFactoryDeclaration<SliderComponent, never>;
|
|
174
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SliderComponent, "kendo-slider", ["kendoSlider"], { "focusableId": "focusableId"; "dragHandleTitle": "dragHandleTitle"; "incrementTitle": "incrementTitle"; "animate": "animate"; "decrementTitle": "decrementTitle"; "showButtons": "showButtons"; "value": "value"; "tabIndex": "tabIndex"; }, {}, never, never,
|
|
174
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SliderComponent, "kendo-slider", ["kendoSlider"], { "focusableId": "focusableId"; "dragHandleTitle": "dragHandleTitle"; "incrementTitle": "incrementTitle"; "animate": "animate"; "decrementTitle": "decrementTitle"; "showButtons": "showButtons"; "value": "value"; "tabIndex": "tabIndex"; }, {}, never, never, true, never>;
|
|
175
175
|
}
|
package/slider.module.d.ts
CHANGED
|
@@ -5,12 +5,7 @@
|
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
import * as i1 from "./slider/slider.component";
|
|
7
7
|
import * as i2 from "./slider/localization/custom-messages.component";
|
|
8
|
-
import * as i3 from "./
|
|
9
|
-
import * as i4 from "@angular/common";
|
|
10
|
-
import * as i5 from "./sliders-common/sliders-common.module";
|
|
11
|
-
import * as i6 from "@progress/kendo-angular-icons";
|
|
12
|
-
import * as i7 from "@progress/kendo-angular-buttons";
|
|
13
|
-
import * as i8 from "./sliders-common/label-template.directive";
|
|
8
|
+
import * as i3 from "./sliders-common/label-template.directive";
|
|
14
9
|
/**
|
|
15
10
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
16
11
|
* definition for the Slider component.
|
|
@@ -45,6 +40,6 @@ import * as i8 from "./sliders-common/label-template.directive";
|
|
|
45
40
|
*/
|
|
46
41
|
export declare class SliderModule {
|
|
47
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<SliderModule, never>;
|
|
48
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SliderModule, [typeof i1.SliderComponent, typeof i2.SliderCustomMessagesComponent, typeof i3.
|
|
43
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SliderModule, never, [typeof i1.SliderComponent, typeof i2.SliderCustomMessagesComponent, typeof i3.LabelTemplateDirective], [typeof i1.SliderComponent, typeof i2.SliderCustomMessagesComponent, typeof i3.LabelTemplateDirective]>;
|
|
49
44
|
static ɵinj: i0.ɵɵInjectorDeclaration<SliderModule>;
|
|
50
45
|
}
|
|
@@ -32,5 +32,5 @@ export declare class LabelTemplateDirective {
|
|
|
32
32
|
templateRef: TemplateRef<any>;
|
|
33
33
|
constructor(templateRef: TemplateRef<any>);
|
|
34
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<LabelTemplateDirective, [{ optional: true; }]>;
|
|
35
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LabelTemplateDirective, "[kendoSliderLabelTemplate]", never, {}, {}, never, never,
|
|
35
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LabelTemplateDirective, "[kendoSliderLabelTemplate]", never, {}, {}, never, never, true, never>;
|
|
36
36
|
}
|
|
@@ -22,5 +22,5 @@ export declare class SliderTicksComponent implements OnChanges {
|
|
|
22
22
|
private createTicks;
|
|
23
23
|
private endTickClasses;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<SliderTicksComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SliderTicksComponent, "[kendoSliderTicks]", never, { "tickTitle": "tickTitle"; "vertical": "vertical"; "step": "step"; "largeStep": "largeStep"; "min": "min"; "max": "max"; "labelTemplate": "labelTemplate"; }, {}, never, never,
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SliderTicksComponent, "[kendoSliderTicks]", never, { "tickTitle": "tickTitle"; "vertical": "vertical"; "step": "step"; "largeStep": "largeStep"; "min": "min"; "max": "max"; "labelTemplate": "labelTemplate"; }, {}, never, never, true, never>;
|
|
26
26
|
}
|
|
@@ -13,5 +13,5 @@ export declare class SwitchCustomMessagesComponent extends Messages {
|
|
|
13
13
|
constructor(service: LocalizationService);
|
|
14
14
|
protected get override(): boolean;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwitchCustomMessagesComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwitchCustomMessagesComponent, "kendo-switch-messages", never, {}, {}, never, never,
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwitchCustomMessagesComponent, "kendo-switch-messages", never, {}, {}, never, never, true, never>;
|
|
17
17
|
}
|
|
@@ -12,5 +12,5 @@ export declare class LocalizedSwitchMessagesDirective extends Messages {
|
|
|
12
12
|
protected service: LocalizationService;
|
|
13
13
|
constructor(service: LocalizationService);
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedSwitchMessagesDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedSwitchMessagesDirective, "[kendoSwitchLocalizedMessages]", never, {}, {}, never, never,
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedSwitchMessagesDirective, "[kendoSwitchLocalizedMessages]", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -216,5 +216,5 @@ export declare class SwitchComponent implements ControlValueAccessor, OnInit, On
|
|
|
216
216
|
private handleTrackClasses;
|
|
217
217
|
private handleThumbClasses;
|
|
218
218
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwitchComponent, never>;
|
|
219
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "kendo-switch", ["kendoSwitch"], { "focusableId": "focusableId"; "onLabel": "onLabel"; "offLabel": "offLabel"; "checked": "checked"; "disabled": "disabled"; "readonly": "readonly"; "tabindex": "tabindex"; "size": "size"; "thumbRounded": "thumbRounded"; "trackRounded": "trackRounded"; "tabIndex": "tabIndex"; }, { "onFocus": "focus"; "onBlur": "blur"; "valueChange": "valueChange"; }, never, never,
|
|
219
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "kendo-switch", ["kendoSwitch"], { "focusableId": "focusableId"; "onLabel": "onLabel"; "offLabel": "offLabel"; "checked": "checked"; "disabled": "disabled"; "readonly": "readonly"; "tabindex": "tabindex"; "size": "size"; "thumbRounded": "thumbRounded"; "trackRounded": "trackRounded"; "tabIndex": "tabIndex"; }, { "onFocus": "focus"; "onBlur": "blur"; "valueChange": "valueChange"; }, never, never, true, never>;
|
|
220
220
|
}
|