@progress/kendo-angular-inputs 25.0.0-develop.2 → 25.0.0-develop.3

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.
@@ -583,8 +583,8 @@ const packageMetadata = {
583
583
  productName: 'Kendo UI for Angular',
584
584
  productCode: 'KENDOUIANGULAR',
585
585
  productCodes: ['KENDOUIANGULAR'],
586
- publishDate: 1783688566,
587
- version: '25.0.0-develop.2',
586
+ publishDate: 1783692480,
587
+ version: '25.0.0-develop.3',
588
588
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
589
589
  };
590
590
 
@@ -4822,7 +4822,7 @@ class NumericTextBoxComponent {
4822
4822
  }
4823
4823
  setInputAttributes() {
4824
4824
  const attributesToRender = Object.assign({}, this.mutableAttributes, this.parsedAttributes);
4825
- setHTMLAttributes(attributesToRender, this.renderer, this.numericInput.nativeElement, this.ngZone);
4825
+ setHTMLAttributes(attributesToRender, this.renderer, this.numericInput.nativeElement, this.injector);
4826
4826
  }
4827
4827
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: NumericTextBoxComponent, deps: [{ token: i1$1.IntlService }, { token: i0.Renderer2 }, { token: i1.LocalizationService }, { token: i0.Injector }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
4828
4828
  static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: NumericTextBoxComponent, isStandalone: true, selector: "kendo-numerictextbox", inputs: { 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" }, outputs: { valueChange: "valueChange", onFocus: "focus", onBlur: "blur", inputFocus: "inputFocus", inputBlur: "inputBlur" }, host: { properties: { "class.k-readonly": "this.readonly", "attr.dir": "this.direction", "class.k-disabled": "this.disableClass" } }, providers: [
@@ -6242,7 +6242,7 @@ class MaskedTextBoxComponent {
6242
6242
  }
6243
6243
  setInputAttributes() {
6244
6244
  const attributesToRender = Object.assign({}, this.mutableAttributes, this.parsedAttributes);
6245
- setHTMLAttributes(attributesToRender, this.renderer, this.input.nativeElement, this.ngZone);
6245
+ setHTMLAttributes(attributesToRender, this.renderer, this.input.nativeElement, this.injector);
6246
6246
  }
6247
6247
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: MaskedTextBoxComponent, deps: [{ token: MaskingService }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }, { token: i0.ChangeDetectorRef }, { token: RTL, optional: true }], target: i0.ɵɵFactoryTarget.Component });
6248
6248
  static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: MaskedTextBoxComponent, isStandalone: true, selector: "kendo-maskedtextbox", inputs: { 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" }, outputs: { onFocus: "focus", onBlur: "blur", inputFocus: "inputFocus", inputBlur: "inputBlur", valueChange: "valueChange" }, host: { listeners: { "paste": "pasteHandler($event)", "input": "inputHandler($event)" }, properties: { "class.k-readonly": "this.readonly", "attr.dir": "this.direction", "class.k-disabled": "this.hostDisabledClass" } }, providers: [
@@ -6722,7 +6722,7 @@ class RadioCheckBoxBase {
6722
6722
  }
6723
6723
  }
6724
6724
  setInputAttributes() {
6725
- setHTMLAttributes(this.parsedAttributes, this.renderer, this.input.nativeElement, this.ngZone);
6725
+ setHTMLAttributes(this.parsedAttributes, this.renderer, this.input.nativeElement, this.injector);
6726
6726
  }
6727
6727
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: RadioCheckBoxBase, deps: [{ token: COMPONENT_TYPE }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
6728
6728
  static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: RadioCheckBoxBase, isStandalone: true, selector: "ng-component", inputs: { focusableId: "focusableId", title: "title", name: "name", disabled: "disabled", tabindex: "tabindex", tabIndex: "tabIndex", value: "value", size: "size", inputAttributes: "inputAttributes" }, outputs: { onFocus: "focus", onBlur: "blur" }, viewQueries: [{ propertyName: "input", first: true, predicate: ["input"], descendants: true, static: true }], ngImport: i0, template: '', isInline: true });
@@ -8185,7 +8185,7 @@ class TextBoxComponent {
8185
8185
  this.suffix = this.textBoxSuffixTemplate.first || this.suffixTemplate;
8186
8186
  }
8187
8187
  setInputAttributes() {
8188
- setHTMLAttributes(this.parsedAttributes, this.renderer, this.input.nativeElement, this.ngZone);
8188
+ setHTMLAttributes(this.parsedAttributes, this.renderer, this.input.nativeElement, this.injector);
8189
8189
  }
8190
8190
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TextBoxComponent, deps: [{ token: i1.LocalizationService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
8191
8191
  static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: TextBoxComponent, isStandalone: true, selector: "kendo-textbox", inputs: { focusableId: "focusableId", title: "title", type: "type", disabled: "disabled", readonly: "readonly", tabindex: "tabindex", value: "value", selectOnFocus: "selectOnFocus", showSuccessIcon: "showSuccessIcon", showErrorIcon: "showErrorIcon", clearButton: "clearButton", successIcon: "successIcon", successSvgIcon: "successSvgIcon", errorIcon: "errorIcon", errorSvgIcon: "errorSvgIcon", clearButtonIcon: "clearButtonIcon", clearButtonSvgIcon: "clearButtonSvgIcon", size: "size", rounded: "rounded", fillMode: "fillMode", tabIndex: "tabIndex", placeholder: "placeholder", maxlength: "maxlength", inputAttributes: "inputAttributes" }, outputs: { valueChange: "valueChange", inputFocus: "inputFocus", inputBlur: "inputBlur", onFocus: "focus", onBlur: "blur" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-disabled": "this.disabledClass", "attr.dir": "this.direction" } }, providers: [
@@ -18059,7 +18059,7 @@ class TextAreaComponent extends TextFieldsBase {
18059
18059
  }
18060
18060
  setInputAttributes() {
18061
18061
  const attributesToRender = Object.assign({}, this.mutableAttributes, this.parsedAttributes);
18062
- setHTMLAttributes(attributesToRender, this.renderer, this.input.nativeElement, this.ngZone);
18062
+ setHTMLAttributes(attributesToRender, this.renderer, this.input.nativeElement, this.injector);
18063
18063
  }
18064
18064
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TextAreaComponent, deps: [{ token: i1.LocalizationService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
18065
18065
  static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: TextAreaComponent, isStandalone: true, selector: "kendo-textarea", inputs: { focusableId: "focusableId", flow: "flow", inputAttributes: "inputAttributes", adornmentsOrientation: "adornmentsOrientation", rows: "rows", cols: "cols", maxlength: "maxlength", maxResizableRows: "maxResizableRows", tabindex: "tabindex", tabIndex: "tabIndex", resizable: "resizable", size: "size", rounded: "rounded", fillMode: "fillMode", showPrefixSeparator: "showPrefixSeparator", showSuffixSeparator: "showSuffixSeparator" }, outputs: { onFocus: "focus", onBlur: "blur", valueChange: "valueChange" }, host: { properties: { "class.!k-flex-col": "this.flowCol", "class.!k-flex-row": "this.flowRow" } }, providers: [
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1783688566,
11
- "version": "25.0.0-develop.2",
10
+ "publishDate": 1783692480,
11
+ "version": "25.0.0-develop.3",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-inputs",
3
- "version": "25.0.0-develop.2",
3
+ "version": "25.0.0-develop.3",
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",
@@ -55,7 +55,7 @@
55
55
  "package": {
56
56
  "productName": "Kendo UI for Angular",
57
57
  "productCode": "KENDOUIANGULAR",
58
- "publishDate": 1783688566,
58
+ "publishDate": 1783692480,
59
59
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
60
60
  }
61
61
  },
@@ -67,20 +67,20 @@
67
67
  "@angular/platform-browser": "20 - 22",
68
68
  "@progress/kendo-drawing": "^1.25.0",
69
69
  "@progress/kendo-licensing": "^1.11.0",
70
- "@progress/kendo-angular-buttons": "25.0.0-develop.2",
71
- "@progress/kendo-angular-common": "25.0.0-develop.2",
72
- "@progress/kendo-angular-utils": "25.0.0-develop.2",
73
- "@progress/kendo-angular-navigation": "25.0.0-develop.2",
74
- "@progress/kendo-angular-dialog": "25.0.0-develop.2",
75
- "@progress/kendo-angular-intl": "25.0.0-develop.2",
76
- "@progress/kendo-angular-l10n": "25.0.0-develop.2",
77
- "@progress/kendo-angular-popup": "25.0.0-develop.2",
78
- "@progress/kendo-angular-icons": "25.0.0-develop.2",
70
+ "@progress/kendo-angular-buttons": "25.0.0-develop.3",
71
+ "@progress/kendo-angular-common": "25.0.0-develop.3",
72
+ "@progress/kendo-angular-utils": "25.0.0-develop.3",
73
+ "@progress/kendo-angular-navigation": "25.0.0-develop.3",
74
+ "@progress/kendo-angular-dialog": "25.0.0-develop.3",
75
+ "@progress/kendo-angular-intl": "25.0.0-develop.3",
76
+ "@progress/kendo-angular-l10n": "25.0.0-develop.3",
77
+ "@progress/kendo-angular-popup": "25.0.0-develop.3",
78
+ "@progress/kendo-angular-icons": "25.0.0-develop.3",
79
79
  "rxjs": "^6.5.3 || ^7.0.0"
80
80
  },
81
81
  "dependencies": {
82
82
  "tslib": "^2.3.1",
83
- "@progress/kendo-angular-schematics": "25.0.0-develop.2",
83
+ "@progress/kendo-angular-schematics": "25.0.0-develop.3",
84
84
  "@progress/kendo-common": "^1.0.1",
85
85
  "@progress/kendo-draggable": "^3.0.0",
86
86
  "@progress/kendo-inputs-common": "^3.1.0"