@progress/kendo-angular-spreadsheet 18.0.0-develop.1 → 18.0.0-develop.2
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.
@@ -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: '18.0.0-develop.
|
12
|
+
publishDate: 1736256081,
|
13
|
+
version: '18.0.0-develop.2',
|
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
|
};
|
@@ -477,7 +477,7 @@ export class SpreadsheetComponent {
|
|
477
477
|
return {
|
478
478
|
activeSheet: this.activeSheet,
|
479
479
|
...{
|
480
|
-
sheets: this.sheetsInfo &&
|
480
|
+
sheets: this.sheetsInfo && structuredClone(this.sheetsInfo),
|
481
481
|
intl: {
|
482
482
|
localeInfo: () => localeData(this.intl.localeId),
|
483
483
|
parseDate: (value, fmt) => this.intl.parseDate(value, fmt),
|
@@ -53,14 +53,16 @@ export class SpreadsheetDropDownToolBase extends ToolBarToolComponent {
|
|
53
53
|
value;
|
54
54
|
tabindex = -1;
|
55
55
|
itemDisabled;
|
56
|
-
svgIcon
|
57
|
-
icon
|
56
|
+
svgIcon;
|
57
|
+
icon;
|
58
58
|
subs;
|
59
59
|
ngOnInit() {
|
60
60
|
this.value = this.toolsService.toolsState[this.command];
|
61
61
|
this.subs = this.toolsService.stateChange.subscribe(state => {
|
62
62
|
this.value = state[this.command];
|
63
63
|
});
|
64
|
+
this.svgIcon = commandSVGIcons[this.command];
|
65
|
+
this.icon = commandIcons[this.command];
|
64
66
|
}
|
65
67
|
ngOnDestroy() {
|
66
68
|
if (this.subs) {
|
@@ -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: '18.0.0-develop.
|
41
|
+
publishDate: 1736256081,
|
42
|
+
version: '18.0.0-develop.2',
|
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
|
|
@@ -2281,14 +2281,16 @@ class SpreadsheetDropDownToolBase extends ToolBarToolComponent {
|
|
2281
2281
|
value;
|
2282
2282
|
tabindex = -1;
|
2283
2283
|
itemDisabled;
|
2284
|
-
svgIcon
|
2285
|
-
icon
|
2284
|
+
svgIcon;
|
2285
|
+
icon;
|
2286
2286
|
subs;
|
2287
2287
|
ngOnInit() {
|
2288
2288
|
this.value = this.toolsService.toolsState[this.command];
|
2289
2289
|
this.subs = this.toolsService.stateChange.subscribe(state => {
|
2290
2290
|
this.value = state[this.command];
|
2291
2291
|
});
|
2292
|
+
this.svgIcon = commandSVGIcons[this.command];
|
2293
|
+
this.icon = commandIcons[this.command];
|
2292
2294
|
}
|
2293
2295
|
ngOnDestroy() {
|
2294
2296
|
if (this.subs) {
|
@@ -4097,7 +4099,7 @@ class SpreadsheetComponent {
|
|
4097
4099
|
return {
|
4098
4100
|
activeSheet: this.activeSheet,
|
4099
4101
|
...{
|
4100
|
-
sheets: this.sheetsInfo &&
|
4102
|
+
sheets: this.sheetsInfo && structuredClone(this.sheetsInfo),
|
4101
4103
|
intl: {
|
4102
4104
|
localeInfo: () => localeData(this.intl.localeId),
|
4103
4105
|
parseDate: (value, fmt) => this.intl.parseDate(value, fmt),
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/kendo-angular-spreadsheet",
|
3
|
-
"version": "18.0.0-develop.
|
3
|
+
"version": "18.0.0-develop.2",
|
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": "16 - 19",
|
24
24
|
"@angular/platform-browser": "16 - 19",
|
25
25
|
"@progress/kendo-licensing": "^1.0.2",
|
26
|
-
"@progress/kendo-angular-buttons": "18.0.0-develop.
|
27
|
-
"@progress/kendo-angular-common": "18.0.0-develop.
|
28
|
-
"@progress/kendo-angular-dialog": "18.0.0-develop.
|
29
|
-
"@progress/kendo-angular-dropdowns": "18.0.0-develop.
|
30
|
-
"@progress/kendo-angular-icons": "18.0.0-develop.
|
31
|
-
"@progress/kendo-angular-inputs": "18.0.0-develop.
|
32
|
-
"@progress/kendo-angular-intl": "18.0.0-develop.
|
33
|
-
"@progress/kendo-angular-l10n": "18.0.0-develop.
|
34
|
-
"@progress/kendo-angular-label": "18.0.0-develop.
|
35
|
-
"@progress/kendo-angular-layout": "18.0.0-develop.
|
36
|
-
"@progress/kendo-angular-menu": "18.0.0-develop.
|
37
|
-
"@progress/kendo-angular-popup": "18.0.0-develop.
|
38
|
-
"@progress/kendo-angular-toolbar": "18.0.0-develop.
|
26
|
+
"@progress/kendo-angular-buttons": "18.0.0-develop.2",
|
27
|
+
"@progress/kendo-angular-common": "18.0.0-develop.2",
|
28
|
+
"@progress/kendo-angular-dialog": "18.0.0-develop.2",
|
29
|
+
"@progress/kendo-angular-dropdowns": "18.0.0-develop.2",
|
30
|
+
"@progress/kendo-angular-icons": "18.0.0-develop.2",
|
31
|
+
"@progress/kendo-angular-inputs": "18.0.0-develop.2",
|
32
|
+
"@progress/kendo-angular-intl": "18.0.0-develop.2",
|
33
|
+
"@progress/kendo-angular-l10n": "18.0.0-develop.2",
|
34
|
+
"@progress/kendo-angular-label": "18.0.0-develop.2",
|
35
|
+
"@progress/kendo-angular-layout": "18.0.0-develop.2",
|
36
|
+
"@progress/kendo-angular-menu": "18.0.0-develop.2",
|
37
|
+
"@progress/kendo-angular-popup": "18.0.0-develop.2",
|
38
|
+
"@progress/kendo-angular-toolbar": "18.0.0-develop.2",
|
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": "18.0.0-develop.
|
43
|
+
"@progress/kendo-angular-schematics": "18.0.0-develop.2",
|
44
44
|
"@progress/jszip-esm": "^1.0.3",
|
45
45
|
"@progress/kendo-common": "^1.0.1",
|
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': '^4.0.0',
|
8
8
|
// peer deps of the dropdowns
|
9
|
-
'@progress/kendo-angular-navigation': '18.0.0-develop.
|
10
|
-
'@progress/kendo-angular-treeview': '18.0.0-develop.
|
9
|
+
'@progress/kendo-angular-navigation': '18.0.0-develop.2',
|
10
|
+
'@progress/kendo-angular-treeview': '18.0.0-develop.2'
|
11
11
|
} });
|
12
12
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
13
13
|
}
|