@progress/kendo-angular-spreadsheet 22.1.0-develop.9 → 23.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.
- package/fesm2022/progress-kendo-angular-spreadsheet.mjs +8 -8
- package/models/cell-editor-action-args.d.ts +1 -1
- package/models/cell-editor-options.d.ts +1 -1
- package/models/events.d.ts +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +19 -19
- package/schematics/ngAdd/index.js +2 -2
- package/spreadsheet.component.d.ts +1 -1
- package/tools/colorpicker/spreadsheet-backcolor.component.d.ts +1 -1
- package/tools/colorpicker/spreadsheet-forecolor.component.d.ts +1 -1
- package/tools/font-family/spreadsheet-fontfamily-tool.component.d.ts +1 -1
- package/tools/font-size/spreadsheet-fontsize-tool.component.d.ts +1 -1
|
@@ -48,7 +48,7 @@ const packageMetadata = {
|
|
|
48
48
|
productCode: 'KENDOUIANGULAR',
|
|
49
49
|
productCodes: ['KENDOUIANGULAR'],
|
|
50
50
|
publishDate: 0,
|
|
51
|
-
version: '
|
|
51
|
+
version: '23.0.0-develop.2',
|
|
52
52
|
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',
|
|
53
53
|
};
|
|
54
54
|
|
|
@@ -2506,7 +2506,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
2506
2506
|
* A component which configures an existing `ColorPickerComponent` as a Spreadsheet tool to change the background color.
|
|
2507
2507
|
*
|
|
2508
2508
|
* The component associates a `kendo-colorpicker` with a Spreadsheet command that changes the background color of a content block and
|
|
2509
|
-
* automatically defines the options of the color picker and sets its values. [See example](
|
|
2509
|
+
* automatically defines the options of the color picker and sets its values. [See example](https://www.telerik.com/kendo-angular-ui/components/spreadsheet/menu-&-toolbar-tools#home-menu-item-tools).
|
|
2510
2510
|
* @hidden
|
|
2511
2511
|
*/
|
|
2512
2512
|
class SpreadsheetBackColorComponent extends SpreadsheetDropDownToolBase {
|
|
@@ -2630,7 +2630,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
2630
2630
|
* A component which configures an existing `ColorPickerComponent` as a Spreadsheet tool to change the text color.
|
|
2631
2631
|
*
|
|
2632
2632
|
* The component associates a `kendo-colorpicker` with a Spreadsheet command that changes the foreground color of a content block and
|
|
2633
|
-
* automatically defines the options of the color picker and sets its values. [See example](
|
|
2633
|
+
* automatically defines the options of the color picker and sets its values. [See example](https://www.telerik.com/kendo-angular-ui/components/spreadsheet/menu-&-toolbar-tools#home-menu-item-tools).
|
|
2634
2634
|
* @hidden
|
|
2635
2635
|
*/
|
|
2636
2636
|
class SpreadsheetForeColorComponent extends SpreadsheetDropDownToolBase {
|
|
@@ -2896,7 +2896,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
2896
2896
|
/**
|
|
2897
2897
|
* A component which configures an existing `DropDownListComponent` as a Spreadsheet tool.
|
|
2898
2898
|
* The component associates a `kendo-toolbar-dropdownlist` with a Spreadsheet command that changes the font size of a content block and
|
|
2899
|
-
* automatically defines the options of the drop-down list and sets its values. [See example](
|
|
2899
|
+
* automatically defines the options of the drop-down list and sets its values. [See example](https://www.telerik.com/kendo-angular-ui/components/spreadsheet/menu-&-toolbar-tools#home-menu-item-tools).
|
|
2900
2900
|
*
|
|
2901
2901
|
* @hidden
|
|
2902
2902
|
*/
|
|
@@ -2992,7 +2992,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
2992
2992
|
/**
|
|
2993
2993
|
* A component which configures an existing `DropDownListComponent` as a Spreadsheet tool.
|
|
2994
2994
|
* The component associates a `kendo-toolbar-dropdownlist` with a Spreadsheet command that changes the font family of a content block and
|
|
2995
|
-
* automatically defines the options of the drop-down list and sets its values. [See example](
|
|
2995
|
+
* automatically defines the options of the drop-down list and sets its values. [See example](https://www.telerik.com/kendo-angular-ui/components/spreadsheet/menu-&-toolbar-tools#home-menu-item-tools).
|
|
2996
2996
|
*
|
|
2997
2997
|
* @hidden
|
|
2998
2998
|
*/
|
|
@@ -5497,7 +5497,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
5497
5497
|
}], ctorParameters: () => [{ type: i1$3.ToolBarDropDownButtonComponent }, { type: SpreadsheetLocalizationService }, { type: SpreadsheetService }] });
|
|
5498
5498
|
|
|
5499
5499
|
/**
|
|
5500
|
-
* Represents the [Kendo UI Spreadsheet component for Angular](
|
|
5500
|
+
* Represents the [Kendo UI Spreadsheet component for Angular](https://www.telerik.com/kendo-angular-ui/components/spreadsheet).
|
|
5501
5501
|
*
|
|
5502
5502
|
* @example
|
|
5503
5503
|
* ```html
|
|
@@ -7110,7 +7110,7 @@ class SpreadsheetComponent {
|
|
|
7110
7110
|
#formulaBar
|
|
7111
7111
|
kendoSpreadsheetFormulaInput
|
|
7112
7112
|
[formulaListMaxHeight]="formulaListMaxHeight"
|
|
7113
|
-
class="k-textbox k-input k-input-
|
|
7113
|
+
class="k-textbox k-input k-input-flat"></div>
|
|
7114
7114
|
</div>
|
|
7115
7115
|
</div>
|
|
7116
7116
|
<div class="k-spreadsheet-view">
|
|
@@ -7641,7 +7641,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
7641
7641
|
#formulaBar
|
|
7642
7642
|
kendoSpreadsheetFormulaInput
|
|
7643
7643
|
[formulaListMaxHeight]="formulaListMaxHeight"
|
|
7644
|
-
class="k-textbox k-input k-input-
|
|
7644
|
+
class="k-textbox k-input k-input-flat"></div>
|
|
7645
7645
|
</div>
|
|
7646
7646
|
</div>
|
|
7647
7647
|
<div class="k-spreadsheet-view">
|
|
@@ -33,7 +33,7 @@ export interface Rectangle {
|
|
|
33
33
|
bottom: number;
|
|
34
34
|
}
|
|
35
35
|
/**
|
|
36
|
-
* Represents the arguments passed to the handler callback for each cell editor ([see example](
|
|
36
|
+
* Represents the arguments passed to the handler callback for each cell editor ([see example](https://www.telerik.com/kendo-angular-ui/components/spreadsheet/custom-cell-editors#action-handlers)).
|
|
37
37
|
*/
|
|
38
38
|
export interface SpreadsheetCellEditorHandlerArgs {
|
|
39
39
|
/**
|
|
@@ -32,7 +32,7 @@ export interface SpreadsheetCellEditorOptions {
|
|
|
32
32
|
*/
|
|
33
33
|
icon?: string;
|
|
34
34
|
/**
|
|
35
|
-
* Sets the [`SVGIcon`](
|
|
35
|
+
* Sets the [`SVGIcon`](https://www.telerik.com/kendo-angular-ui/components/icons/api/svgicon) to render.
|
|
36
36
|
*/
|
|
37
37
|
svgIcon?: SVGIcon;
|
|
38
38
|
}
|
package/models/events.d.ts
CHANGED
|
@@ -109,6 +109,6 @@ export interface SpreadsheetClipboardContent {
|
|
|
109
109
|
mergedCells: string[];
|
|
110
110
|
}
|
|
111
111
|
/**
|
|
112
|
-
* Defines the possible values for the `type` property of [`SpreadsheetClipboardEvent`](
|
|
112
|
+
* Defines the possible values for the `type` property of [`SpreadsheetClipboardEvent`](https://www.telerik.com/kendo-angular-ui/components/spreadsheet/api/spreadsheetclipboardevent).
|
|
113
113
|
*/
|
|
114
114
|
export type SpreadsheetClipboardEventType = 'copy' | 'cut' | 'paste';
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "
|
|
10
|
+
"publishDate": 1770290244,
|
|
11
|
+
"version": "23.0.0-develop.2",
|
|
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-spreadsheet",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "23.0.0-develop.2",
|
|
4
4
|
"description": "A Spreadsheet Component for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"package": {
|
|
20
20
|
"productName": "Kendo UI for Angular",
|
|
21
21
|
"productCode": "KENDOUIANGULAR",
|
|
22
|
-
"publishDate":
|
|
22
|
+
"publishDate": 1770290244,
|
|
23
23
|
"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"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
@@ -29,30 +29,30 @@
|
|
|
29
29
|
"@angular/core": "19 - 21",
|
|
30
30
|
"@angular/platform-browser": "19 - 21",
|
|
31
31
|
"@progress/kendo-licensing": "^1.10.0",
|
|
32
|
-
"@progress/kendo-angular-buttons": "
|
|
33
|
-
"@progress/kendo-angular-common": "
|
|
34
|
-
"@progress/kendo-angular-dialog": "
|
|
35
|
-
"@progress/kendo-angular-dropdowns": "
|
|
36
|
-
"@progress/kendo-angular-icons": "
|
|
37
|
-
"@progress/kendo-angular-inputs": "
|
|
38
|
-
"@progress/kendo-angular-treeview": "
|
|
39
|
-
"@progress/kendo-angular-dateinputs": "
|
|
40
|
-
"@progress/kendo-angular-intl": "
|
|
41
|
-
"@progress/kendo-angular-l10n": "
|
|
42
|
-
"@progress/kendo-angular-label": "
|
|
43
|
-
"@progress/kendo-angular-layout": "
|
|
44
|
-
"@progress/kendo-angular-menu": "
|
|
45
|
-
"@progress/kendo-angular-popup": "
|
|
46
|
-
"@progress/kendo-angular-toolbar": "
|
|
32
|
+
"@progress/kendo-angular-buttons": "23.0.0-develop.2",
|
|
33
|
+
"@progress/kendo-angular-common": "23.0.0-develop.2",
|
|
34
|
+
"@progress/kendo-angular-dialog": "23.0.0-develop.2",
|
|
35
|
+
"@progress/kendo-angular-dropdowns": "23.0.0-develop.2",
|
|
36
|
+
"@progress/kendo-angular-icons": "23.0.0-develop.2",
|
|
37
|
+
"@progress/kendo-angular-inputs": "23.0.0-develop.2",
|
|
38
|
+
"@progress/kendo-angular-treeview": "23.0.0-develop.2",
|
|
39
|
+
"@progress/kendo-angular-dateinputs": "23.0.0-develop.2",
|
|
40
|
+
"@progress/kendo-angular-intl": "23.0.0-develop.2",
|
|
41
|
+
"@progress/kendo-angular-l10n": "23.0.0-develop.2",
|
|
42
|
+
"@progress/kendo-angular-label": "23.0.0-develop.2",
|
|
43
|
+
"@progress/kendo-angular-layout": "23.0.0-develop.2",
|
|
44
|
+
"@progress/kendo-angular-menu": "23.0.0-develop.2",
|
|
45
|
+
"@progress/kendo-angular-popup": "23.0.0-develop.2",
|
|
46
|
+
"@progress/kendo-angular-toolbar": "23.0.0-develop.2",
|
|
47
47
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"tslib": "^2.3.1",
|
|
51
|
-
"@progress/kendo-angular-schematics": "
|
|
51
|
+
"@progress/kendo-angular-schematics": "23.0.0-develop.2",
|
|
52
52
|
"@progress/jszip-esm": "^1.0.3",
|
|
53
53
|
"@progress/kendo-common": "^1.0.1",
|
|
54
54
|
"@progress/kendo-date-math": "^1.5.10",
|
|
55
|
-
"@progress/kendo-drawing": "^1.
|
|
55
|
+
"@progress/kendo-drawing": "^1.24.0",
|
|
56
56
|
"@progress/kendo-file-saver": "^1.1.1",
|
|
57
57
|
"@progress/kendo-ooxml": "^1.9.0",
|
|
58
58
|
"@progress/kendo-spreadsheet-common": "1.2.8"
|
|
@@ -11,8 +11,8 @@ function default_1(options) {
|
|
|
11
11
|
// Peer dependency of icons
|
|
12
12
|
'@progress/kendo-svg-icons': '^4.0.0',
|
|
13
13
|
// peer deps of the dropdowns
|
|
14
|
-
'@progress/kendo-angular-navigation': '
|
|
15
|
-
'@progress/kendo-angular-treeview': '
|
|
14
|
+
'@progress/kendo-angular-navigation': '23.0.0-develop.2',
|
|
15
|
+
'@progress/kendo-angular-treeview': '23.0.0-develop.2'
|
|
16
16
|
} });
|
|
17
17
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
18
18
|
}
|
|
@@ -18,7 +18,7 @@ import { ErrorHandlingService } from './common/error-handling.service';
|
|
|
18
18
|
import { CheckedState } from '@progress/kendo-angular-treeview';
|
|
19
19
|
import * as i0 from "@angular/core";
|
|
20
20
|
/**
|
|
21
|
-
* Represents the [Kendo UI Spreadsheet component for Angular](
|
|
21
|
+
* Represents the [Kendo UI Spreadsheet component for Angular](https://www.telerik.com/kendo-angular-ui/components/spreadsheet).
|
|
22
22
|
*
|
|
23
23
|
* @example
|
|
24
24
|
* ```html
|
|
@@ -13,7 +13,7 @@ import * as i0 from "@angular/core";
|
|
|
13
13
|
* A component which configures an existing `ColorPickerComponent` as a Spreadsheet tool to change the background color.
|
|
14
14
|
*
|
|
15
15
|
* The component associates a `kendo-colorpicker` with a Spreadsheet command that changes the background color of a content block and
|
|
16
|
-
* automatically defines the options of the color picker and sets its values. [See example](
|
|
16
|
+
* automatically defines the options of the color picker and sets its values. [See example](https://www.telerik.com/kendo-angular-ui/components/spreadsheet/menu-&-toolbar-tools#home-menu-item-tools).
|
|
17
17
|
* @hidden
|
|
18
18
|
*/
|
|
19
19
|
export declare class SpreadsheetBackColorComponent extends SpreadsheetDropDownToolBase {
|
|
@@ -13,7 +13,7 @@ import * as i0 from "@angular/core";
|
|
|
13
13
|
* A component which configures an existing `ColorPickerComponent` as a Spreadsheet tool to change the text color.
|
|
14
14
|
*
|
|
15
15
|
* The component associates a `kendo-colorpicker` with a Spreadsheet command that changes the foreground color of a content block and
|
|
16
|
-
* automatically defines the options of the color picker and sets its values. [See example](
|
|
16
|
+
* automatically defines the options of the color picker and sets its values. [See example](https://www.telerik.com/kendo-angular-ui/components/spreadsheet/menu-&-toolbar-tools#home-menu-item-tools).
|
|
17
17
|
* @hidden
|
|
18
18
|
*/
|
|
19
19
|
export declare class SpreadsheetForeColorComponent extends SpreadsheetDropDownToolBase {
|
|
@@ -12,7 +12,7 @@ import * as i0 from "@angular/core";
|
|
|
12
12
|
/**
|
|
13
13
|
* A component which configures an existing `DropDownListComponent` as a Spreadsheet tool.
|
|
14
14
|
* The component associates a `kendo-toolbar-dropdownlist` with a Spreadsheet command that changes the font family of a content block and
|
|
15
|
-
* automatically defines the options of the drop-down list and sets its values. [See example](
|
|
15
|
+
* automatically defines the options of the drop-down list and sets its values. [See example](https://www.telerik.com/kendo-angular-ui/components/spreadsheet/menu-&-toolbar-tools#home-menu-item-tools).
|
|
16
16
|
*
|
|
17
17
|
* @hidden
|
|
18
18
|
*/
|
|
@@ -12,7 +12,7 @@ import * as i0 from "@angular/core";
|
|
|
12
12
|
/**
|
|
13
13
|
* A component which configures an existing `DropDownListComponent` as a Spreadsheet tool.
|
|
14
14
|
* The component associates a `kendo-toolbar-dropdownlist` with a Spreadsheet command that changes the font size of a content block and
|
|
15
|
-
* automatically defines the options of the drop-down list and sets its values. [See example](
|
|
15
|
+
* automatically defines the options of the drop-down list and sets its values. [See example](https://www.telerik.com/kendo-angular-ui/components/spreadsheet/menu-&-toolbar-tools#home-menu-item-tools).
|
|
16
16
|
*
|
|
17
17
|
* @hidden
|
|
18
18
|
*/
|