@progress/kendo-angular-spreadsheet 16.11.0-develop.9 → 16.12.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/esm2020/package-metadata.mjs +2 -2
- package/esm2020/tools/load-file.component.mjs +1 -0
- package/esm2020/tools/shared/spreadsheet-dropdown-tools-base.mjs +1 -0
- package/fesm2015/progress-kendo-angular-spreadsheet.mjs +4 -2
- package/fesm2020/progress-kendo-angular-spreadsheet.mjs +4 -2
- package/package.json +15 -15
- package/schematics/ngAdd/index.js +2 -2
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
9
9
|
name: '@progress/kendo-angular-spreadsheet',
|
10
10
|
productName: 'Kendo UI for Angular',
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
12
|
-
publishDate:
|
13
|
-
version: '16.
|
12
|
+
publishDate: 1728572837,
|
13
|
+
version: '16.12.0-develop.1',
|
14
14
|
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',
|
15
15
|
};
|
@@ -41,6 +41,7 @@ export class SpreadsheetDropDownToolBase extends ToolBarToolComponent {
|
|
41
41
|
this.icon = commandIcons[this.command];
|
42
42
|
this.value = DEFAULT_FONT_VALUES[this.command];
|
43
43
|
this.data = FONT_DATA[this.command];
|
44
|
+
this.isBuiltInTool = true;
|
44
45
|
}
|
45
46
|
ngOnInit() {
|
46
47
|
this.value = this.toolsService.toolsState[this.command];
|
@@ -38,8 +38,8 @@ const packageMetadata = {
|
|
38
38
|
name: '@progress/kendo-angular-spreadsheet',
|
39
39
|
productName: 'Kendo UI for Angular',
|
40
40
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
41
|
-
publishDate:
|
42
|
-
version: '16.
|
41
|
+
publishDate: 1728572837,
|
42
|
+
version: '16.12.0-develop.1',
|
43
43
|
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',
|
44
44
|
};
|
45
45
|
|
@@ -2180,6 +2180,7 @@ class SpreadsheetDropDownToolBase extends ToolBarToolComponent {
|
|
2180
2180
|
this.icon = commandIcons[this.command];
|
2181
2181
|
this.value = DEFAULT_FONT_VALUES[this.command];
|
2182
2182
|
this.data = FONT_DATA[this.command];
|
2183
|
+
this.isBuiltInTool = true;
|
2183
2184
|
}
|
2184
2185
|
ngOnInit() {
|
2185
2186
|
this.value = this.toolsService.toolsState[this.command];
|
@@ -2887,6 +2888,7 @@ class SpreadsheetLoadFileComponent extends ToolBarToolComponent {
|
|
2887
2888
|
e.target.value = null;
|
2888
2889
|
}
|
2889
2890
|
};
|
2891
|
+
this.isBuiltInTool = true;
|
2890
2892
|
}
|
2891
2893
|
/**
|
2892
2894
|
* @hidden
|
@@ -38,8 +38,8 @@ const packageMetadata = {
|
|
38
38
|
name: '@progress/kendo-angular-spreadsheet',
|
39
39
|
productName: 'Kendo UI for Angular',
|
40
40
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
41
|
-
publishDate:
|
42
|
-
version: '16.
|
41
|
+
publishDate: 1728572837,
|
42
|
+
version: '16.12.0-develop.1',
|
43
43
|
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',
|
44
44
|
};
|
45
45
|
|
@@ -2177,6 +2177,7 @@ class SpreadsheetDropDownToolBase extends ToolBarToolComponent {
|
|
2177
2177
|
this.icon = commandIcons[this.command];
|
2178
2178
|
this.value = DEFAULT_FONT_VALUES[this.command];
|
2179
2179
|
this.data = FONT_DATA[this.command];
|
2180
|
+
this.isBuiltInTool = true;
|
2180
2181
|
}
|
2181
2182
|
ngOnInit() {
|
2182
2183
|
this.value = this.toolsService.toolsState[this.command];
|
@@ -2877,6 +2878,7 @@ class SpreadsheetLoadFileComponent extends ToolBarToolComponent {
|
|
2877
2878
|
e.target.value = null;
|
2878
2879
|
}
|
2879
2880
|
};
|
2881
|
+
this.isBuiltInTool = true;
|
2880
2882
|
}
|
2881
2883
|
/**
|
2882
2884
|
* @hidden
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/kendo-angular-spreadsheet",
|
3
|
-
"version": "16.
|
3
|
+
"version": "16.12.0-develop.1",
|
4
4
|
"description": "A Spreadsheet Component for Angular",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
6
6
|
"author": "Progress",
|
@@ -23,24 +23,24 @@
|
|
23
23
|
"@angular/core": "15 - 18",
|
24
24
|
"@angular/platform-browser": "15 - 18",
|
25
25
|
"@progress/kendo-licensing": "^1.0.2",
|
26
|
-
"@progress/kendo-angular-buttons": "16.
|
27
|
-
"@progress/kendo-angular-common": "16.
|
28
|
-
"@progress/kendo-angular-dialog": "16.
|
29
|
-
"@progress/kendo-angular-dropdowns": "16.
|
30
|
-
"@progress/kendo-angular-icons": "16.
|
31
|
-
"@progress/kendo-angular-inputs": "16.
|
32
|
-
"@progress/kendo-angular-intl": "16.
|
33
|
-
"@progress/kendo-angular-l10n": "16.
|
34
|
-
"@progress/kendo-angular-label": "16.
|
35
|
-
"@progress/kendo-angular-layout": "16.
|
36
|
-
"@progress/kendo-angular-menu": "16.
|
37
|
-
"@progress/kendo-angular-popup": "16.
|
38
|
-
"@progress/kendo-angular-toolbar": "16.
|
26
|
+
"@progress/kendo-angular-buttons": "16.12.0-develop.1",
|
27
|
+
"@progress/kendo-angular-common": "16.12.0-develop.1",
|
28
|
+
"@progress/kendo-angular-dialog": "16.12.0-develop.1",
|
29
|
+
"@progress/kendo-angular-dropdowns": "16.12.0-develop.1",
|
30
|
+
"@progress/kendo-angular-icons": "16.12.0-develop.1",
|
31
|
+
"@progress/kendo-angular-inputs": "16.12.0-develop.1",
|
32
|
+
"@progress/kendo-angular-intl": "16.12.0-develop.1",
|
33
|
+
"@progress/kendo-angular-l10n": "16.12.0-develop.1",
|
34
|
+
"@progress/kendo-angular-label": "16.12.0-develop.1",
|
35
|
+
"@progress/kendo-angular-layout": "16.12.0-develop.1",
|
36
|
+
"@progress/kendo-angular-menu": "16.12.0-develop.1",
|
37
|
+
"@progress/kendo-angular-popup": "16.12.0-develop.1",
|
38
|
+
"@progress/kendo-angular-toolbar": "16.12.0-develop.1",
|
39
39
|
"rxjs": "^6.5.3 || ^7.0.0"
|
40
40
|
},
|
41
41
|
"dependencies": {
|
42
42
|
"tslib": "^2.3.1",
|
43
|
-
"@progress/kendo-angular-schematics": "16.
|
43
|
+
"@progress/kendo-angular-schematics": "16.12.0-develop.1",
|
44
44
|
"@progress/jszip-esm": "^1.0.3",
|
45
45
|
"@progress/kendo-common": "^0.2.2",
|
46
46
|
"@progress/kendo-date-math": "^1.5.10",
|
@@ -6,8 +6,8 @@ function default_1(options) {
|
|
6
6
|
// Peer dependency of icons
|
7
7
|
'@progress/kendo-svg-icons': '^3.0.0',
|
8
8
|
// peer deps of the dropdowns
|
9
|
-
'@progress/kendo-angular-navigation': '16.
|
10
|
-
'@progress/kendo-angular-treeview': '16.
|
9
|
+
'@progress/kendo-angular-navigation': '16.12.0-develop.1',
|
10
|
+
'@progress/kendo-angular-treeview': '16.12.0-develop.1'
|
11
11
|
} });
|
12
12
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
13
13
|
}
|