@progress/kendo-angular-webmcp 24.0.4-develop.1 → 24.1.0

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.
@@ -17,8 +17,8 @@ const packageMetadata = {
17
17
  productName: 'Kendo UI for Angular',
18
18
  productCode: 'KENDOUIANGULAR',
19
19
  productCodes: ['KENDOUIANGULAR'],
20
- publishDate: 1780381543,
21
- version: '24.0.4-develop.1',
20
+ publishDate: 1780593986,
21
+ version: '24.1.0',
22
22
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning',
23
23
  };
24
24
 
@@ -4785,10 +4785,10 @@ class WebMcpDirective {
4785
4785
  && typeof navigator !== 'undefined'
4786
4786
  && !!navigator.modelContext;
4787
4787
  }
4788
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.24", ngImport: i0, type: WebMcpDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: KENDO_WEBMCP_HOST, host: true, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
4789
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.24", type: WebMcpDirective, isStandalone: true, selector: "[kendoWebMcp]", inputs: { config: ["kendoWebMcp", "config"] }, usesOnChanges: true, ngImport: i0 });
4788
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: WebMcpDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: KENDO_WEBMCP_HOST, host: true, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
4789
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: WebMcpDirective, isStandalone: true, selector: "[kendoWebMcp]", inputs: { config: ["kendoWebMcp", "config"] }, usesOnChanges: true, ngImport: i0 });
4790
4790
  }
4791
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.24", ngImport: i0, type: WebMcpDirective, decorators: [{
4791
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: WebMcpDirective, decorators: [{
4792
4792
  type: Directive,
4793
4793
  args: [{
4794
4794
  selector: '[kendoWebMcp]',
@@ -4853,11 +4853,11 @@ const KENDO_WEBMCP = [
4853
4853
  * ```
4854
4854
  */
4855
4855
  class WebMcpModule {
4856
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.24", ngImport: i0, type: WebMcpModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4857
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.24", ngImport: i0, type: WebMcpModule, imports: [WebMcpDirective], exports: [WebMcpDirective] });
4858
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.24", ngImport: i0, type: WebMcpModule });
4856
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: WebMcpModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4857
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.25", ngImport: i0, type: WebMcpModule, imports: [WebMcpDirective], exports: [WebMcpDirective] });
4858
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: WebMcpModule });
4859
4859
  }
4860
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.24", ngImport: i0, type: WebMcpModule, decorators: [{
4860
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: WebMcpModule, decorators: [{
4861
4861
  type: NgModule,
4862
4862
  args: [{
4863
4863
  imports: [...KENDO_WEBMCP],
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1780381543,
11
- "version": "24.0.4-develop.1",
10
+ "publishDate": 1780593986,
11
+ "version": "24.1.0",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-webmcp",
3
- "version": "24.0.4-develop.1",
3
+ "version": "24.1.0",
4
4
  "description": "Web MCP Tools for Kendo UI for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -21,43 +21,43 @@
21
21
  "package": {
22
22
  "productName": "Kendo UI for Angular",
23
23
  "productCode": "KENDOUIANGULAR",
24
- "publishDate": 1780381543,
24
+ "publishDate": 1780593986,
25
25
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning"
26
26
  }
27
27
  },
28
28
  "peerDependencies": {
29
- "@angular/common": "19 - 21",
30
- "@angular/core": "19 - 21",
29
+ "@angular/common": "19 - 22",
30
+ "@angular/core": "19 - 22",
31
31
  "@progress/kendo-licensing": "^1.11.0",
32
- "@progress/kendo-angular-buttons": "24.0.4-develop.1",
33
- "@progress/kendo-angular-charts": "24.0.4-develop.1",
34
- "@progress/kendo-angular-common": "24.0.4-develop.1",
35
- "@progress/kendo-angular-conversational-ui": "24.0.4-develop.1",
36
- "@progress/kendo-angular-dateinputs": "24.0.4-develop.1",
37
- "@progress/kendo-angular-dialog": "24.0.4-develop.1",
38
- "@progress/kendo-angular-dropdowns": "24.0.4-develop.1",
39
- "@progress/kendo-angular-editor": "24.0.4-develop.1",
40
- "@progress/kendo-angular-gantt": "24.0.4-develop.1",
41
- "@progress/kendo-angular-gauges": "24.0.4-develop.1",
42
- "@progress/kendo-angular-grid": "24.0.4-develop.1",
43
- "@progress/kendo-angular-indicators": "24.0.4-develop.1",
44
- "@progress/kendo-angular-inputs": "24.0.4-develop.1",
45
- "@progress/kendo-angular-layout": "24.0.4-develop.1",
46
- "@progress/kendo-angular-listbox": "24.0.4-develop.1",
47
- "@progress/kendo-angular-listview": "24.0.4-develop.1",
48
- "@progress/kendo-angular-map": "24.0.4-develop.1",
49
- "@progress/kendo-angular-menu": "24.0.4-develop.1",
50
- "@progress/kendo-angular-notification": "24.0.4-develop.1",
51
- "@progress/kendo-angular-pager": "24.0.4-develop.1",
52
- "@progress/kendo-angular-pivotgrid": "24.0.4-develop.1",
53
- "@progress/kendo-angular-scheduler": "24.0.4-develop.1",
54
- "@progress/kendo-angular-scrollview": "24.0.4-develop.1",
55
- "@progress/kendo-angular-sortable": "24.0.4-develop.1",
56
- "@progress/kendo-angular-spreadsheet": "24.0.4-develop.1",
57
- "@progress/kendo-angular-toolbar": "24.0.4-develop.1",
58
- "@progress/kendo-angular-treelist": "24.0.4-develop.1",
59
- "@progress/kendo-angular-treeview": "24.0.4-develop.1",
60
- "@progress/kendo-angular-upload": "24.0.4-develop.1",
32
+ "@progress/kendo-angular-buttons": "24.1.0",
33
+ "@progress/kendo-angular-charts": "24.1.0",
34
+ "@progress/kendo-angular-common": "24.1.0",
35
+ "@progress/kendo-angular-conversational-ui": "24.1.0",
36
+ "@progress/kendo-angular-dateinputs": "24.1.0",
37
+ "@progress/kendo-angular-dialog": "24.1.0",
38
+ "@progress/kendo-angular-dropdowns": "24.1.0",
39
+ "@progress/kendo-angular-editor": "24.1.0",
40
+ "@progress/kendo-angular-gantt": "24.1.0",
41
+ "@progress/kendo-angular-gauges": "24.1.0",
42
+ "@progress/kendo-angular-grid": "24.1.0",
43
+ "@progress/kendo-angular-indicators": "24.1.0",
44
+ "@progress/kendo-angular-inputs": "24.1.0",
45
+ "@progress/kendo-angular-layout": "24.1.0",
46
+ "@progress/kendo-angular-listbox": "24.1.0",
47
+ "@progress/kendo-angular-listview": "24.1.0",
48
+ "@progress/kendo-angular-map": "24.1.0",
49
+ "@progress/kendo-angular-menu": "24.1.0",
50
+ "@progress/kendo-angular-notification": "24.1.0",
51
+ "@progress/kendo-angular-pager": "24.1.0",
52
+ "@progress/kendo-angular-pivotgrid": "24.1.0",
53
+ "@progress/kendo-angular-scheduler": "24.1.0",
54
+ "@progress/kendo-angular-scrollview": "24.1.0",
55
+ "@progress/kendo-angular-sortable": "24.1.0",
56
+ "@progress/kendo-angular-spreadsheet": "24.1.0",
57
+ "@progress/kendo-angular-toolbar": "24.1.0",
58
+ "@progress/kendo-angular-treelist": "24.1.0",
59
+ "@progress/kendo-angular-treeview": "24.1.0",
60
+ "@progress/kendo-angular-upload": "24.1.0",
61
61
  "rxjs": "^6.5.3 || ^7.0.0"
62
62
  },
63
63
  "peerDependenciesMeta": {
@@ -149,7 +149,7 @@
149
149
  "dependencies": {
150
150
  "@progress/kendo-file-saver": "^1.1.1",
151
151
  "@progress/kendo-ooxml": "^1.9.0",
152
- "@progress/kendo-angular-schematics": "24.0.4-develop.1",
152
+ "@progress/kendo-angular-schematics": "24.1.0",
153
153
  "tslib": "^2.3.1"
154
154
  },
155
155
  "schematics": "./schematics/collection.json",