@progress/kendo-angular-spreadsheet 23.3.0-develop.8 → 23.3.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.
- package/README.md +12 -2
- package/default-context-menu-items.d.ts +17 -0
- package/directives.d.ts +2 -1
- package/fesm2022/progress-kendo-angular-spreadsheet.mjs +281 -137
- package/index.d.ts +1 -1
- package/localization/messages.d.ts +5 -1
- package/models/events.d.ts +123 -1
- package/models/index.d.ts +1 -0
- package/models/pdf-export.d.ts +62 -0
- package/package-metadata.mjs +2 -2
- package/package.json +18 -18
- package/schematics/ngAdd/index.js +2 -2
- package/spreadsheet.component.d.ts +37 -6
- package/spreadsheet.module.d.ts +28 -27
- package/tools/index.d.ts +1 -0
- package/tools/pdf-export-tool.directive.d.ts +22 -0
- package/tools/shared/commands.d.ts +1 -1
package/README.md
CHANGED
|
@@ -19,13 +19,23 @@ The Kendo UI for Angular Spreadsheet allows you to create, edit, and manipulate
|
|
|
19
19
|
|
|
20
20
|
Among the many features which the Kendo UI for Angular Spreadsheet delivers are:
|
|
21
21
|
|
|
22
|
-
*
|
|
22
|
+
* Data Binding—The Spreadsheet loads data through the `sheets` property which accepts a collection of `SheetDescriptor` objects that define the rows, cells, columns, and formatting for each sheet. [Read more about data binding in the Spreadsheet...](https://www.telerik.com/kendo-angular-ui/components/spreadsheet/data-binding)
|
|
23
|
+
* Importing and Exporting Data—The Spreadsheet supports importing and exporting data in `.xlsx` (Excel) and JSON formats, and exporting the active worksheet to PDF. [Read more about data import and export in the Spreadsheet...](https://www.telerik.com/kendo-angular-ui/components/spreadsheet/data-import-export)
|
|
24
|
+
* Menu and Toolbar Tools—The Spreadsheet component provides a variety of built-in menu and toolbar tools that help you to create, edit, and style the sheet data. [Read more about the built-in menu and toolbar tools of the Spreadsheet...](https://www.telerik.com/kendo-angular-ui/components/spreadsheet/tools)
|
|
25
|
+
* Filtering and Sorting—The Spreadsheet provides filtering and sorting capabilities to help you manage large datasets. [Read more about filtering and sorting in the Spreadsheet...](https://www.telerik.com/kendo-angular-ui/components/spreadsheet/filtering-sorting)
|
|
26
|
+
* Data Validation—The Spreadsheet provides a built-in data validation tool that allows you to restrict the type of data that can be entered into a cell or range of cells. [Read more about the data validation tool of the Spreadsheet...](https://www.telerik.com/kendo-angular-ui/components/spreadsheet/validations)
|
|
27
|
+
* Custom Cell Editors—The Spreadsheet allows you to create custom cell editors that extend the built-in editing capabilities with specialized input controls for specific data types. [Read more about implementing custom cell editors for the Spreadsheet...](https://www.telerik.com/kendo-angular-ui/components/spreadsheet/custom-cell-editors)
|
|
28
|
+
* Disabled Cells—The Spreadsheet lets you mark individual cells or ranges as disabled to prevent users from modifying protected data. [Read more about disabling cells in the Spreadsheet...](https://www.telerik.com/kendo-angular-ui/components/spreadsheet/disabled-cells)
|
|
29
|
+
* Cell Comments—The Spreadsheet allows you to attach text comments to individual cells as annotations that provide additional context. [Read more about cell comments in the Spreadsheet...](https://www.telerik.com/kendo-angular-ui/components/spreadsheet/cell-comments)
|
|
23
30
|
* Action Bar—The Spreadsheet action bar allows you to control the cell selection and calculate cell values by entering formulas into the dedicated formula input. [Read more about the action bar capabilities of the Spreadsheet...](https://www.telerik.com/kendo-angular-ui/components/spreadsheet/action-bar)
|
|
31
|
+
* Built-in Formulas—The Spreadsheet supports a comprehensive set of built-in formulas for mathematical, statistical, logical, text, and date operations. [Read more about the built-in formulas of the Spreadsheet...](https://www.telerik.com/kendo-angular-ui/components/spreadsheet/built-in-formulas)
|
|
24
32
|
* Sheets Bar—The sheets bar provides a convenient way to rename, duplicate, and delete sheets as necessary. [Read more about the sheets bar options of the Spreadsheet...](https://www.telerik.com/kendo-angular-ui/components/spreadsheet/sheets-bar)
|
|
33
|
+
* Context Menu—The Spreadsheet context menu provides quick access to common actions. You can modify the context menu items, add custom actions, or prevent the menu from opening. [Read more about the context menu of the Spreadsheet...](https://www.telerik.com/kendo-angular-ui/components/spreadsheet/context-menu)
|
|
25
34
|
* Appearance—You can use the options provided by the Spreadsheet component to customize its appearance. [Read more about the customizable appearance of the Spreadsheet...](https://www.telerik.com/kendo-angular-ui/components/spreadsheet/appearance)
|
|
26
35
|
* Events—The Spreadsheet exposes several events to let you easily handle any file operations logic. [Read more about the events of the Spreadsheet...](https://www.telerik.com/kendo-angular-ui/components/spreadsheet/events)
|
|
27
|
-
* Accessibility—The Spreadsheet is accessible for screen readers and supports WAI-ARIA attributes. [Read more about the accessibility of the Spreadsheet...](https://www.telerik.com/kendo-angular-ui/components/spreadsheet/accessibility)
|
|
28
36
|
* Keyboard Navigation—The Spreadsheet supports a number of keyboard shortcuts which allow users to accomplish various commands. [Read more about the keyboard navigation of the Spreadsheet...](https://www.telerik.com/kendo-angular-ui/components/spreadsheet/keyboard-navigation)
|
|
37
|
+
* Globalization—The Spreadsheet provides internationalization, localization, and right-to-left support to adapt the component to different languages and cultures. [Read more about the globalization of the Spreadsheet...](https://www.telerik.com/kendo-angular-ui/components/spreadsheet/globalization)
|
|
38
|
+
* Accessibility—The Spreadsheet is accessible for screen readers and supports WAI-ARIA attributes. [Read more about the accessibility of the Spreadsheet...](https://www.telerik.com/kendo-angular-ui/components/spreadsheet/accessibility)
|
|
29
39
|
|
|
30
40
|
## Support Options
|
|
31
41
|
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import { SpreadsheetContextMenuAction } from "./models";
|
|
6
|
+
/**
|
|
7
|
+
* @hidden
|
|
8
|
+
*/
|
|
9
|
+
export declare const COMMON_ITEMS: SpreadsheetContextMenuAction[];
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
export declare const ROWHEADER_ITEMS: SpreadsheetContextMenuAction[];
|
|
14
|
+
/**
|
|
15
|
+
* @hidden
|
|
16
|
+
*/
|
|
17
|
+
export declare const COLUMNHEADER_ITEMS: SpreadsheetContextMenuAction[];
|
package/directives.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ import { SpreadsheetRedoDirective } from './tools/history/redo-tool';
|
|
|
10
10
|
import { SpreadsheetUnderlineDirective } from './tools/typographical-emphasis/underline-tool.directive';
|
|
11
11
|
import { SpreadsheetLoadFileComponent } from './tools/load-file.component';
|
|
12
12
|
import { SpreadsheetSaveFileDirective } from './tools/save-file-tool.directive';
|
|
13
|
+
import { SpreadsheetPDFExportDirective } from './tools/pdf-export-tool.directive';
|
|
13
14
|
import { CustomMessagesComponent } from './localization/custom-messages.component';
|
|
14
15
|
import { SpreadsheetFormatDirective } from './tools/format-tool.directive';
|
|
15
16
|
import { SpreadsheetFontFamilyComponent } from './tools/font-family/spreadsheet-fontfamily-tool.component';
|
|
@@ -56,4 +57,4 @@ import { SpreadsheetSortDirective } from './tools/filter-sort/sort-tool.directiv
|
|
|
56
57
|
* }
|
|
57
58
|
* ```
|
|
58
59
|
*/
|
|
59
|
-
export declare const KENDO_SPREADSHEET: readonly [typeof SpreadsheetComponent, typeof CustomMessagesComponent, typeof SpreadsheetBoldDirective, typeof SpreadsheetDataValidationDirective, typeof SpreadsheetItalicDirective, typeof SpreadsheetUnderlineDirective, typeof SpreadsheetLoadFileComponent, typeof SpreadsheetSaveFileDirective, typeof SpreadsheetFormatDirective, typeof SpreadsheetUndoDirective, typeof SpreadsheetRedoDirective, typeof SpreadsheetFontFamilyComponent, typeof SpreadsheetFontSizeComponent, typeof SpreadsheetBackColorComponent, typeof SpreadsheetForeColorComponent, typeof SpreadsheetGridLinesDirective, typeof SpreadsheetAddColumnLeftButtonDirective, typeof SpreadsheetAddColumnRightButtonDirective, typeof SpreadsheetAddRowAboveButtonDirective, typeof SpreadsheetAddRowBelowButtonDirective, typeof SpreadsheetDeleteColumnButtonDirective, typeof SpreadsheetDeleteRowButtonDirective, typeof SpreadsheetTextAlignDirective, typeof SpreadsheetTextWrapDirective, typeof SpreadsheetMergeDirective, typeof SpreadsheetInsertLinkDirective, typeof SpreadsheetIncreaseFontSizeDirective, typeof SpreadsheetDecreaseFontSizeDirective, typeof SpreadsheetIncreaseDecimalDirective, typeof SpreadsheetDecreaseDecimalDirective, typeof SpreadsheetHorizontalTextAlignDirective, typeof SpreadsheetVerticalTextAlignDirective, typeof SpreadsheetFilterDirective, typeof SpreadsheetSortDirective];
|
|
60
|
+
export declare const KENDO_SPREADSHEET: readonly [typeof SpreadsheetComponent, typeof CustomMessagesComponent, typeof SpreadsheetBoldDirective, typeof SpreadsheetDataValidationDirective, typeof SpreadsheetItalicDirective, typeof SpreadsheetUnderlineDirective, typeof SpreadsheetLoadFileComponent, typeof SpreadsheetSaveFileDirective, typeof SpreadsheetPDFExportDirective, typeof SpreadsheetFormatDirective, typeof SpreadsheetUndoDirective, typeof SpreadsheetRedoDirective, typeof SpreadsheetFontFamilyComponent, typeof SpreadsheetFontSizeComponent, typeof SpreadsheetBackColorComponent, typeof SpreadsheetForeColorComponent, typeof SpreadsheetGridLinesDirective, typeof SpreadsheetAddColumnLeftButtonDirective, typeof SpreadsheetAddColumnRightButtonDirective, typeof SpreadsheetAddRowAboveButtonDirective, typeof SpreadsheetAddRowBelowButtonDirective, typeof SpreadsheetDeleteColumnButtonDirective, typeof SpreadsheetDeleteRowButtonDirective, typeof SpreadsheetTextAlignDirective, typeof SpreadsheetTextWrapDirective, typeof SpreadsheetMergeDirective, typeof SpreadsheetInsertLinkDirective, typeof SpreadsheetIncreaseFontSizeDirective, typeof SpreadsheetDecreaseFontSizeDirective, typeof SpreadsheetIncreaseDecimalDirective, typeof SpreadsheetDecreaseDecimalDirective, typeof SpreadsheetHorizontalTextAlignDirective, typeof SpreadsheetVerticalTextAlignDirective, typeof SpreadsheetFilterDirective, typeof SpreadsheetSortDirective];
|