@progress/kendo-angular-webmcp 24.0.3-develop.1 → 24.0.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.
|
@@ -17,8 +17,8 @@ const packageMetadata = {
|
|
|
17
17
|
productName: 'Kendo UI for Angular',
|
|
18
18
|
productCode: 'KENDOUIANGULAR',
|
|
19
19
|
productCodes: ['KENDOUIANGULAR'],
|
|
20
|
-
publishDate:
|
|
21
|
-
version: '24.0.3
|
|
20
|
+
publishDate: 1780065315,
|
|
21
|
+
version: '24.0.3',
|
|
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.
|
|
4789
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
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 });
|
|
4790
4790
|
}
|
|
4791
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
4791
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.24", 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.
|
|
4857
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.
|
|
4858
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.
|
|
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 });
|
|
4859
4859
|
}
|
|
4860
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
4860
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.24", ngImport: i0, type: WebMcpModule, decorators: [{
|
|
4861
4861
|
type: NgModule,
|
|
4862
4862
|
args: [{
|
|
4863
4863
|
imports: [...KENDO_WEBMCP],
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "24.0.3
|
|
10
|
+
"publishDate": 1780065315,
|
|
11
|
+
"version": "24.0.3",
|
|
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.3
|
|
3
|
+
"version": "24.0.3",
|
|
4
4
|
"description": "Web MCP Tools for Kendo UI for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"package": {
|
|
22
22
|
"productName": "Kendo UI for Angular",
|
|
23
23
|
"productCode": "KENDOUIANGULAR",
|
|
24
|
-
"publishDate":
|
|
24
|
+
"publishDate": 1780065315,
|
|
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
|
},
|
|
@@ -29,35 +29,35 @@
|
|
|
29
29
|
"@angular/common": "19 - 21",
|
|
30
30
|
"@angular/core": "19 - 21",
|
|
31
31
|
"@progress/kendo-licensing": "^1.11.0",
|
|
32
|
-
"@progress/kendo-angular-buttons": "24.0.3
|
|
33
|
-
"@progress/kendo-angular-charts": "24.0.3
|
|
34
|
-
"@progress/kendo-angular-common": "24.0.3
|
|
35
|
-
"@progress/kendo-angular-conversational-ui": "24.0.3
|
|
36
|
-
"@progress/kendo-angular-dateinputs": "24.0.3
|
|
37
|
-
"@progress/kendo-angular-dialog": "24.0.3
|
|
38
|
-
"@progress/kendo-angular-dropdowns": "24.0.3
|
|
39
|
-
"@progress/kendo-angular-editor": "24.0.3
|
|
40
|
-
"@progress/kendo-angular-gantt": "24.0.3
|
|
41
|
-
"@progress/kendo-angular-gauges": "24.0.3
|
|
42
|
-
"@progress/kendo-angular-grid": "24.0.3
|
|
43
|
-
"@progress/kendo-angular-indicators": "24.0.3
|
|
44
|
-
"@progress/kendo-angular-inputs": "24.0.3
|
|
45
|
-
"@progress/kendo-angular-layout": "24.0.3
|
|
46
|
-
"@progress/kendo-angular-listbox": "24.0.3
|
|
47
|
-
"@progress/kendo-angular-listview": "24.0.3
|
|
48
|
-
"@progress/kendo-angular-map": "24.0.3
|
|
49
|
-
"@progress/kendo-angular-menu": "24.0.3
|
|
50
|
-
"@progress/kendo-angular-notification": "24.0.3
|
|
51
|
-
"@progress/kendo-angular-pager": "24.0.3
|
|
52
|
-
"@progress/kendo-angular-pivotgrid": "24.0.3
|
|
53
|
-
"@progress/kendo-angular-scheduler": "24.0.3
|
|
54
|
-
"@progress/kendo-angular-scrollview": "24.0.3
|
|
55
|
-
"@progress/kendo-angular-sortable": "24.0.3
|
|
56
|
-
"@progress/kendo-angular-spreadsheet": "24.0.3
|
|
57
|
-
"@progress/kendo-angular-toolbar": "24.0.3
|
|
58
|
-
"@progress/kendo-angular-treelist": "24.0.3
|
|
59
|
-
"@progress/kendo-angular-treeview": "24.0.3
|
|
60
|
-
"@progress/kendo-angular-upload": "24.0.3
|
|
32
|
+
"@progress/kendo-angular-buttons": "24.0.3",
|
|
33
|
+
"@progress/kendo-angular-charts": "24.0.3",
|
|
34
|
+
"@progress/kendo-angular-common": "24.0.3",
|
|
35
|
+
"@progress/kendo-angular-conversational-ui": "24.0.3",
|
|
36
|
+
"@progress/kendo-angular-dateinputs": "24.0.3",
|
|
37
|
+
"@progress/kendo-angular-dialog": "24.0.3",
|
|
38
|
+
"@progress/kendo-angular-dropdowns": "24.0.3",
|
|
39
|
+
"@progress/kendo-angular-editor": "24.0.3",
|
|
40
|
+
"@progress/kendo-angular-gantt": "24.0.3",
|
|
41
|
+
"@progress/kendo-angular-gauges": "24.0.3",
|
|
42
|
+
"@progress/kendo-angular-grid": "24.0.3",
|
|
43
|
+
"@progress/kendo-angular-indicators": "24.0.3",
|
|
44
|
+
"@progress/kendo-angular-inputs": "24.0.3",
|
|
45
|
+
"@progress/kendo-angular-layout": "24.0.3",
|
|
46
|
+
"@progress/kendo-angular-listbox": "24.0.3",
|
|
47
|
+
"@progress/kendo-angular-listview": "24.0.3",
|
|
48
|
+
"@progress/kendo-angular-map": "24.0.3",
|
|
49
|
+
"@progress/kendo-angular-menu": "24.0.3",
|
|
50
|
+
"@progress/kendo-angular-notification": "24.0.3",
|
|
51
|
+
"@progress/kendo-angular-pager": "24.0.3",
|
|
52
|
+
"@progress/kendo-angular-pivotgrid": "24.0.3",
|
|
53
|
+
"@progress/kendo-angular-scheduler": "24.0.3",
|
|
54
|
+
"@progress/kendo-angular-scrollview": "24.0.3",
|
|
55
|
+
"@progress/kendo-angular-sortable": "24.0.3",
|
|
56
|
+
"@progress/kendo-angular-spreadsheet": "24.0.3",
|
|
57
|
+
"@progress/kendo-angular-toolbar": "24.0.3",
|
|
58
|
+
"@progress/kendo-angular-treelist": "24.0.3",
|
|
59
|
+
"@progress/kendo-angular-treeview": "24.0.3",
|
|
60
|
+
"@progress/kendo-angular-upload": "24.0.3",
|
|
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.3
|
|
152
|
+
"@progress/kendo-angular-schematics": "24.0.3",
|
|
153
153
|
"tslib": "^2.3.1"
|
|
154
154
|
},
|
|
155
155
|
"schematics": "./schematics/collection.json",
|