@progress/kendo-angular-inputs 23.4.0 → 24.0.0-develop.10

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: 1777036865,
587
- version: '23.4.0',
586
+ publishDate: 1777368149,
587
+ version: '24.0.0-develop.10',
588
588
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
589
589
  };
590
590
 
@@ -14410,7 +14410,7 @@ class FormService {
14410
14410
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FormService, decorators: [{
14411
14411
  type: Injectable,
14412
14412
  args: [{
14413
- providedIn: 'root',
14413
+ providedIn: 'root'
14414
14414
  }]
14415
14415
  }] });
14416
14416
 
@@ -19442,6 +19442,7 @@ class FormComponent {
19442
19442
  }
19443
19443
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FormComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: FormService }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
19444
19444
  static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: FormComponent, isStandalone: true, selector: "form[kendoForm]", inputs: { orientation: "orientation", cols: "cols", gutters: "gutters" }, host: { properties: { "class": "this.formClass", "class.k-form-horizontal": "this.horizontalClass", "attr.dir": "this.direction" } }, providers: [
19445
+ FormService,
19445
19446
  LocalizationService,
19446
19447
  { provide: L10N_PREFIX, useValue: 'kendo.form' }
19447
19448
  ], exportAs: ["kendoForm"], usesOnChanges: true, ngImport: i0, template: `
@@ -19471,6 +19472,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
19471
19472
  standalone: true,
19472
19473
  imports: [NgClass, NgStyle, ResizeSensorComponent, WatermarkOverlayComponent],
19473
19474
  providers: [
19475
+ FormService,
19474
19476
  LocalizationService,
19475
19477
  { provide: L10N_PREFIX, useValue: 'kendo.form' }
19476
19478
  ],
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1777036865,
11
- "version": "23.4.0",
10
+ "publishDate": 1777368149,
11
+ "version": "24.0.0-develop.10",
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": "23.4.0",
3
+ "version": "24.0.0-develop.10",
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": 1777036865,
58
+ "publishDate": 1777368149,
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": "19 - 21",
68
68
  "@progress/kendo-drawing": "^1.24.1",
69
69
  "@progress/kendo-licensing": "^1.11.0",
70
- "@progress/kendo-angular-buttons": "23.4.0",
71
- "@progress/kendo-angular-common": "23.4.0",
72
- "@progress/kendo-angular-utils": "23.4.0",
73
- "@progress/kendo-angular-navigation": "23.4.0",
74
- "@progress/kendo-angular-dialog": "23.4.0",
75
- "@progress/kendo-angular-intl": "23.4.0",
76
- "@progress/kendo-angular-l10n": "23.4.0",
77
- "@progress/kendo-angular-popup": "23.4.0",
78
- "@progress/kendo-angular-icons": "23.4.0",
70
+ "@progress/kendo-angular-buttons": "24.0.0-develop.10",
71
+ "@progress/kendo-angular-common": "24.0.0-develop.10",
72
+ "@progress/kendo-angular-utils": "24.0.0-develop.10",
73
+ "@progress/kendo-angular-navigation": "24.0.0-develop.10",
74
+ "@progress/kendo-angular-dialog": "24.0.0-develop.10",
75
+ "@progress/kendo-angular-intl": "24.0.0-develop.10",
76
+ "@progress/kendo-angular-l10n": "24.0.0-develop.10",
77
+ "@progress/kendo-angular-popup": "24.0.0-develop.10",
78
+ "@progress/kendo-angular-icons": "24.0.0-develop.10",
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": "23.4.0",
83
+ "@progress/kendo-angular-schematics": "24.0.0-develop.10",
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"