@progress/kendo-angular-spreadsheet 23.3.0-develop.1 → 23.3.0-develop.11
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/directives.d.ts +2 -1
- package/fesm2022/progress-kendo-angular-spreadsheet.mjs +283 -49
- package/index.d.ts +1 -1
- package/localization/messages.d.ts +9 -1
- package/models/events.d.ts +14 -0
- 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 +28 -3
- 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/tools/tables/add-column-left-button.directive.d.ts +4 -3
- package/tools/tables/add-column-right-button.directive.d.ts +4 -3
- package/tools/tables/add-row-above-button.directive.d.ts +4 -3
- package/tools/tables/add-row-below-button.directive.d.ts +4 -3
- package/tools/tables/delete-column-button.directive.d.ts +4 -3
- package/tools/tables/delete-row-button.directive.d.ts +4 -3
- package/tools/tables/selection-utils.d.ts +18 -0
- package/tools/tables/spreadsheet-table-command-button.d.ts +29 -0
package/index.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ export { FormulaListComponent } from './action-bar/list.component';
|
|
|
8
8
|
export { FormulaInputDirective } from './action-bar/formula-input.directive';
|
|
9
9
|
export { NameBoxComponent } from './action-bar/namebox.component';
|
|
10
10
|
export { SheetsBarComponent } from './sheets-bar/sheets-bar.component';
|
|
11
|
-
export { SheetInfo, SpreadsheetMainMenuItem as ToolbarTab, SpreadsheetChangeEvent, SpreadsheetActiveSheetChangeEvent, SpreadsheetExcelExportEvent, SpreadsheetExcelImportEvent, SpreadsheetClipboardEvent, SpreadsheetMainMenuItem, SpreadsheetCellEditorOptions, SpreadsheetCellEditorHandlerArgs, Rectangle, SpreadsheetClipboardContent, SpreadsheetClipboardEventType } from './models';
|
|
11
|
+
export { SheetInfo, SpreadsheetMainMenuItem as ToolbarTab, SpreadsheetChangeEvent, SpreadsheetActiveSheetChangeEvent, SpreadsheetExcelExportEvent, SpreadsheetExcelImportEvent, SpreadsheetClipboardEvent, SpreadsheetMainMenuItem, SpreadsheetCellEditorOptions, SpreadsheetCellEditorHandlerArgs, Rectangle, SpreadsheetClipboardContent, SpreadsheetClipboardEventType, SpreadsheetPaperSize, PDFExportSettings, SpreadsheetPDFExportEvent, PDFMargin } from './models';
|
|
12
12
|
export * from './tools';
|
|
13
13
|
export * from './directives';
|
|
14
14
|
export { CustomMessagesComponent } from './localization/custom-messages.component';
|
|
@@ -32,6 +32,10 @@ export declare class MessagesDirective extends ComponentMessages {
|
|
|
32
32
|
* Sets the title for the **Save** File tool.
|
|
33
33
|
*/
|
|
34
34
|
saveFile: string;
|
|
35
|
+
/**
|
|
36
|
+
* Sets the title for the **PDF Export** tool.
|
|
37
|
+
*/
|
|
38
|
+
pdfExport: string;
|
|
35
39
|
/**
|
|
36
40
|
* Sets the title for the **Load File** tool.
|
|
37
41
|
*/
|
|
@@ -388,6 +392,10 @@ export declare class MessagesDirective extends ComponentMessages {
|
|
|
388
392
|
* Sets the content for the dialog that warns about modifying a disabled cell.
|
|
389
393
|
*/
|
|
390
394
|
cannotModifyDisabled: string;
|
|
395
|
+
/**
|
|
396
|
+
* The content of the dialog that warns about performing an action on a range that contains disabled cells.
|
|
397
|
+
*/
|
|
398
|
+
rangeDisabled: string;
|
|
391
399
|
/**
|
|
392
400
|
* Sets the text for the **OK** dialog button.
|
|
393
401
|
*/
|
|
@@ -584,5 +592,5 @@ export declare class MessagesDirective extends ComponentMessages {
|
|
|
584
592
|
*/
|
|
585
593
|
cantSortMultipleSelection: string;
|
|
586
594
|
static ɵfac: i0.ɵɵFactoryDeclaration<MessagesDirective, never>;
|
|
587
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MessagesDirective, "[kendoSpreadsheetMessages]", never, { "home": { "alias": "home"; "required": false; }; "file": { "alias": "file"; "required": false; }; "insert": { "alias": "insert"; "required": false; }; "formatTab": { "alias": "formatTab"; "required": false; }; "dataTab": { "alias": "dataTab"; "required": false; }; "saveFile": { "alias": "saveFile"; "required": false; }; "loadFile": { "alias": "loadFile"; "required": false; }; "bold": { "alias": "bold"; "required": false; }; "dataValidation": { "alias": "dataValidation"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "validationCellRange": { "alias": "validationCellRange"; "required": false; }; "validationCriteria": { "alias": "validationCriteria"; "required": false; }; "validationComparer": { "alias": "validationComparer"; "required": false; }; "validationMinValue": { "alias": "validationMinValue"; "required": false; }; "validationMaxValue": { "alias": "validationMaxValue"; "required": false; }; "validationStartValue": { "alias": "validationStartValue"; "required": false; }; "validationEndValue": { "alias": "validationEndValue"; "required": false; }; "validationValue": { "alias": "validationValue"; "required": false; }; "validationShowListButtonCheckbox": { "alias": "validationShowListButtonCheckbox"; "required": false; }; "validationShowDateButtonCheckbox": { "alias": "validationShowDateButtonCheckbox"; "required": false; }; "validationIgnoreBlankCheckbox": { "alias": "validationIgnoreBlankCheckbox"; "required": false; }; "validationOnInvalidData": { "alias": "validationOnInvalidData"; "required": false; }; "validationRejectInput": { "alias": "validationRejectInput"; "required": false; }; "validationShowWarning": { "alias": "validationShowWarning"; "required": false; }; "validationShowHint": { "alias": "validationShowHint"; "required": false; }; "anyValueValidationCriteria": { "alias": "anyValueValidationCriteria"; "required": false; }; "numberValidationCriteria": { "alias": "numberValidationCriteria"; "required": false; }; "textValidationCriteria": { "alias": "textValidationCriteria"; "required": false; }; "dateValidationCriteria": { "alias": "dateValidationCriteria"; "required": false; }; "customFormulaValidationCriteria": { "alias": "customFormulaValidationCriteria"; "required": false; }; "listValidationCriteria": { "alias": "listValidationCriteria"; "required": false; }; "greaterThanValidationComparer": { "alias": "greaterThanValidationComparer"; "required": false; }; "lessThanValidationComparer": { "alias": "lessThanValidationComparer"; "required": false; }; "betweenValidationComparer": { "alias": "betweenValidationComparer"; "required": false; }; "notBetweenValidationComparer": { "alias": "notBetweenValidationComparer"; "required": false; }; "equalToValidationComparer": { "alias": "equalToValidationComparer"; "required": false; }; "notEqualToValidationComparer": { "alias": "notEqualToValidationComparer"; "required": false; }; "greaterThanOrEqualToValidationComparer": { "alias": "greaterThanOrEqualToValidationComparer"; "required": false; }; "lessThanOrEqualToValidationComparer": { "alias": "lessThanOrEqualToValidationComparer"; "required": false; }; "validationHintMessage": { "alias": "validationHintMessage"; "required": false; }; "validationHintTitle": { "alias": "validationHintTitle"; "required": false; }; "italic": { "alias": "italic"; "required": false; }; "underline": { "alias": "underline"; "required": false; }; "format": { "alias": "format"; "required": false; }; "fontFamily": { "alias": "fontFamily"; "required": false; }; "fontSize": { "alias": "fontSize"; "required": false; }; "undo": { "alias": "undo"; "required": false; }; "redo": { "alias": "redo"; "required": false; }; "background": { "alias": "background"; "required": false; }; "color": { "alias": "color"; "required": false; }; "gridLines": { "alias": "gridLines"; "required": false; }; "addColumnLeft": { "alias": "addColumnLeft"; "required": false; }; "addColumnRight": { "alias": "addColumnRight"; "required": false; }; "addRowBelow": { "alias": "addRowBelow"; "required": false; }; "addRowAbove": { "alias": "addRowAbove"; "required": false; }; "deleteColumn": { "alias": "deleteColumn"; "required": false; }; "deleteRow": { "alias": "deleteRow"; "required": false; }; "wrap": { "alias": "wrap"; "required": false; }; "align": { "alias": "align"; "required": false; }; "alignHorizontal": { "alias": "alignHorizontal"; "required": false; }; "alignVertical": { "alias": "alignVertical"; "required": false; }; "alignLeft": { "alias": "alignLeft"; "required": false; }; "alignCenter": { "alias": "alignCenter"; "required": false; }; "alignRight": { "alias": "alignRight"; "required": false; }; "alignJustify": { "alias": "alignJustify"; "required": false; }; "alignTop": { "alias": "alignTop"; "required": false; }; "alignMiddle": { "alias": "alignMiddle"; "required": false; }; "alignBottom": { "alias": "alignBottom"; "required": false; }; "dialogApply": { "alias": "dialogApply"; "required": false; }; "dialogCancel": { "alias": "dialogCancel"; "required": false; }; "dialogDelete": { "alias": "dialogDelete"; "required": false; }; "dialogRename": { "alias": "dialogRename"; "required": false; }; "dialogInsert": { "alias": "dialogInsert"; "required": false; }; "dialogRemove": { "alias": "dialogRemove"; "required": false; }; "dialogRemoveLink": { "alias": "dialogRemoveLink"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "rename": { "alias": "rename"; "required": false; }; "nameBox": { "alias": "nameBox"; "required": false; }; "formulaInput": { "alias": "formulaInput"; "required": false; }; "addSheet": { "alias": "addSheet"; "required": false; }; "sheetsMenu": { "alias": "sheetsMenu"; "required": false; }; "view": { "alias": "view"; "required": false; }; "merge": { "alias": "merge"; "required": false; }; "mergeHorizontally": { "alias": "mergeHorizontally"; "required": false; }; "mergeVertically": { "alias": "mergeVertically"; "required": false; }; "mergeAll": { "alias": "mergeAll"; "required": false; }; "unmerge": { "alias": "unmerge"; "required": false; }; "insertLink": { "alias": "insertLink"; "required": false; }; "increaseDecimal": { "alias": "increaseDecimal"; "required": false; }; "decreaseDecimal": { "alias": "decreaseDecimal"; "required": false; }; "increaseFontSize": { "alias": "increaseFontSize"; "required": false; }; "decreaseFontSize": { "alias": "decreaseFontSize"; "required": false; }; "openUnsupported": { "alias": "openUnsupported"; "required": false; }; "modifyMerged": { "alias": "modifyMerged"; "required": false; }; "cannotModifyDisabled": { "alias": "cannotModifyDisabled"; "required": false; }; "dialogOk": { "alias": "dialogOk"; "required": false; }; "dialogError": { "alias": "dialogError"; "required": false; }; "duplicateSheetName": { "alias": "duplicateSheetName"; "required": false; }; "copy": { "alias": "copy"; "required": false; }; "cut": { "alias": "cut"; "required": false; }; "paste": { "alias": "paste"; "required": false; }; "hideRow": { "alias": "hideRow"; "required": false; }; "unhideRow": { "alias": "unhideRow"; "required": false; }; "hideColumn": { "alias": "hideColumn"; "required": false; }; "unhideColumn": { "alias": "unhideColumn"; "required": false; }; "sheetDelete": { "alias": "sheetDelete"; "required": false; }; "sheetRename": { "alias": "sheetRename"; "required": false; }; "sheetHide": { "alias": "sheetHide"; "required": false; }; "sheetDuplicate": { "alias": "sheetDuplicate"; "required": false; }; "sheetMoveLeft": { "alias": "sheetMoveLeft"; "required": false; }; "sheetMoveRight": { "alias": "sheetMoveRight"; "required": false; }; "invalidNameError": { "alias": "invalidNameError"; "required": false; }; "cantSortMixedCells": { "alias": "cantSortMixedCells"; "required": false; }; "filterApply": { "alias": "filterApply"; "required": false; }; "filterClear": { "alias": "filterClear"; "required": false; }; "filterMenuAll": { "alias": "filterMenuAll"; "required": false; }; "blankValues": { "alias": "blankValues"; "required": false; }; "filterContainsOperator": { "alias": "filterContainsOperator"; "required": false; }; "filterNotContainsOperator": { "alias": "filterNotContainsOperator"; "required": false; }; "filterStartsWithOperator": { "alias": "filterStartsWithOperator"; "required": false; }; "filterEndsWithOperator": { "alias": "filterEndsWithOperator"; "required": false; }; "filterMatchesOperator": { "alias": "filterMatchesOperator"; "required": false; }; "filterNotMatchesOperator": { "alias": "filterNotMatchesOperator"; "required": false; }; "filterDateEqOperator": { "alias": "filterDateEqOperator"; "required": false; }; "filterDateNotEqOperator": { "alias": "filterDateNotEqOperator"; "required": false; }; "filterBeforeOperator": { "alias": "filterBeforeOperator"; "required": false; }; "filterAfterOperator": { "alias": "filterAfterOperator"; "required": false; }; "filterEqOperator": { "alias": "filterEqOperator"; "required": false; }; "filterNotEqOperator": { "alias": "filterNotEqOperator"; "required": false; }; "filterGteOperator": { "alias": "filterGteOperator"; "required": false; }; "filterGtOperator": { "alias": "filterGtOperator"; "required": false; }; "filterLteOperator": { "alias": "filterLteOperator"; "required": false; }; "filterLtOperator": { "alias": "filterLtOperator"; "required": false; }; "filterNoneOperator": { "alias": "filterNoneOperator"; "required": false; }; "filterMenuConditionItem": { "alias": "filterMenuConditionItem"; "required": false; }; "filterMenuValueItem": { "alias": "filterMenuValueItem"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; "sortAsc": { "alias": "sortAsc"; "required": false; }; "sortDesc": { "alias": "sortDesc"; "required": false; }; "unsort": { "alias": "unsort"; "required": false; }; "cantSortNullRef": { "alias": "cantSortNullRef"; "required": false; }; "cantSortMultipleSelection": { "alias": "cantSortMultipleSelection"; "required": false; }; }, {}, never, never, true, never>;
|
|
595
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MessagesDirective, "[kendoSpreadsheetMessages]", never, { "home": { "alias": "home"; "required": false; }; "file": { "alias": "file"; "required": false; }; "insert": { "alias": "insert"; "required": false; }; "formatTab": { "alias": "formatTab"; "required": false; }; "dataTab": { "alias": "dataTab"; "required": false; }; "saveFile": { "alias": "saveFile"; "required": false; }; "pdfExport": { "alias": "pdfExport"; "required": false; }; "loadFile": { "alias": "loadFile"; "required": false; }; "bold": { "alias": "bold"; "required": false; }; "dataValidation": { "alias": "dataValidation"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "validationCellRange": { "alias": "validationCellRange"; "required": false; }; "validationCriteria": { "alias": "validationCriteria"; "required": false; }; "validationComparer": { "alias": "validationComparer"; "required": false; }; "validationMinValue": { "alias": "validationMinValue"; "required": false; }; "validationMaxValue": { "alias": "validationMaxValue"; "required": false; }; "validationStartValue": { "alias": "validationStartValue"; "required": false; }; "validationEndValue": { "alias": "validationEndValue"; "required": false; }; "validationValue": { "alias": "validationValue"; "required": false; }; "validationShowListButtonCheckbox": { "alias": "validationShowListButtonCheckbox"; "required": false; }; "validationShowDateButtonCheckbox": { "alias": "validationShowDateButtonCheckbox"; "required": false; }; "validationIgnoreBlankCheckbox": { "alias": "validationIgnoreBlankCheckbox"; "required": false; }; "validationOnInvalidData": { "alias": "validationOnInvalidData"; "required": false; }; "validationRejectInput": { "alias": "validationRejectInput"; "required": false; }; "validationShowWarning": { "alias": "validationShowWarning"; "required": false; }; "validationShowHint": { "alias": "validationShowHint"; "required": false; }; "anyValueValidationCriteria": { "alias": "anyValueValidationCriteria"; "required": false; }; "numberValidationCriteria": { "alias": "numberValidationCriteria"; "required": false; }; "textValidationCriteria": { "alias": "textValidationCriteria"; "required": false; }; "dateValidationCriteria": { "alias": "dateValidationCriteria"; "required": false; }; "customFormulaValidationCriteria": { "alias": "customFormulaValidationCriteria"; "required": false; }; "listValidationCriteria": { "alias": "listValidationCriteria"; "required": false; }; "greaterThanValidationComparer": { "alias": "greaterThanValidationComparer"; "required": false; }; "lessThanValidationComparer": { "alias": "lessThanValidationComparer"; "required": false; }; "betweenValidationComparer": { "alias": "betweenValidationComparer"; "required": false; }; "notBetweenValidationComparer": { "alias": "notBetweenValidationComparer"; "required": false; }; "equalToValidationComparer": { "alias": "equalToValidationComparer"; "required": false; }; "notEqualToValidationComparer": { "alias": "notEqualToValidationComparer"; "required": false; }; "greaterThanOrEqualToValidationComparer": { "alias": "greaterThanOrEqualToValidationComparer"; "required": false; }; "lessThanOrEqualToValidationComparer": { "alias": "lessThanOrEqualToValidationComparer"; "required": false; }; "validationHintMessage": { "alias": "validationHintMessage"; "required": false; }; "validationHintTitle": { "alias": "validationHintTitle"; "required": false; }; "italic": { "alias": "italic"; "required": false; }; "underline": { "alias": "underline"; "required": false; }; "format": { "alias": "format"; "required": false; }; "fontFamily": { "alias": "fontFamily"; "required": false; }; "fontSize": { "alias": "fontSize"; "required": false; }; "undo": { "alias": "undo"; "required": false; }; "redo": { "alias": "redo"; "required": false; }; "background": { "alias": "background"; "required": false; }; "color": { "alias": "color"; "required": false; }; "gridLines": { "alias": "gridLines"; "required": false; }; "addColumnLeft": { "alias": "addColumnLeft"; "required": false; }; "addColumnRight": { "alias": "addColumnRight"; "required": false; }; "addRowBelow": { "alias": "addRowBelow"; "required": false; }; "addRowAbove": { "alias": "addRowAbove"; "required": false; }; "deleteColumn": { "alias": "deleteColumn"; "required": false; }; "deleteRow": { "alias": "deleteRow"; "required": false; }; "wrap": { "alias": "wrap"; "required": false; }; "align": { "alias": "align"; "required": false; }; "alignHorizontal": { "alias": "alignHorizontal"; "required": false; }; "alignVertical": { "alias": "alignVertical"; "required": false; }; "alignLeft": { "alias": "alignLeft"; "required": false; }; "alignCenter": { "alias": "alignCenter"; "required": false; }; "alignRight": { "alias": "alignRight"; "required": false; }; "alignJustify": { "alias": "alignJustify"; "required": false; }; "alignTop": { "alias": "alignTop"; "required": false; }; "alignMiddle": { "alias": "alignMiddle"; "required": false; }; "alignBottom": { "alias": "alignBottom"; "required": false; }; "dialogApply": { "alias": "dialogApply"; "required": false; }; "dialogCancel": { "alias": "dialogCancel"; "required": false; }; "dialogDelete": { "alias": "dialogDelete"; "required": false; }; "dialogRename": { "alias": "dialogRename"; "required": false; }; "dialogInsert": { "alias": "dialogInsert"; "required": false; }; "dialogRemove": { "alias": "dialogRemove"; "required": false; }; "dialogRemoveLink": { "alias": "dialogRemoveLink"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "rename": { "alias": "rename"; "required": false; }; "nameBox": { "alias": "nameBox"; "required": false; }; "formulaInput": { "alias": "formulaInput"; "required": false; }; "addSheet": { "alias": "addSheet"; "required": false; }; "sheetsMenu": { "alias": "sheetsMenu"; "required": false; }; "view": { "alias": "view"; "required": false; }; "merge": { "alias": "merge"; "required": false; }; "mergeHorizontally": { "alias": "mergeHorizontally"; "required": false; }; "mergeVertically": { "alias": "mergeVertically"; "required": false; }; "mergeAll": { "alias": "mergeAll"; "required": false; }; "unmerge": { "alias": "unmerge"; "required": false; }; "insertLink": { "alias": "insertLink"; "required": false; }; "increaseDecimal": { "alias": "increaseDecimal"; "required": false; }; "decreaseDecimal": { "alias": "decreaseDecimal"; "required": false; }; "increaseFontSize": { "alias": "increaseFontSize"; "required": false; }; "decreaseFontSize": { "alias": "decreaseFontSize"; "required": false; }; "openUnsupported": { "alias": "openUnsupported"; "required": false; }; "modifyMerged": { "alias": "modifyMerged"; "required": false; }; "cannotModifyDisabled": { "alias": "cannotModifyDisabled"; "required": false; }; "rangeDisabled": { "alias": "rangeDisabled"; "required": false; }; "dialogOk": { "alias": "dialogOk"; "required": false; }; "dialogError": { "alias": "dialogError"; "required": false; }; "duplicateSheetName": { "alias": "duplicateSheetName"; "required": false; }; "copy": { "alias": "copy"; "required": false; }; "cut": { "alias": "cut"; "required": false; }; "paste": { "alias": "paste"; "required": false; }; "hideRow": { "alias": "hideRow"; "required": false; }; "unhideRow": { "alias": "unhideRow"; "required": false; }; "hideColumn": { "alias": "hideColumn"; "required": false; }; "unhideColumn": { "alias": "unhideColumn"; "required": false; }; "sheetDelete": { "alias": "sheetDelete"; "required": false; }; "sheetRename": { "alias": "sheetRename"; "required": false; }; "sheetHide": { "alias": "sheetHide"; "required": false; }; "sheetDuplicate": { "alias": "sheetDuplicate"; "required": false; }; "sheetMoveLeft": { "alias": "sheetMoveLeft"; "required": false; }; "sheetMoveRight": { "alias": "sheetMoveRight"; "required": false; }; "invalidNameError": { "alias": "invalidNameError"; "required": false; }; "cantSortMixedCells": { "alias": "cantSortMixedCells"; "required": false; }; "filterApply": { "alias": "filterApply"; "required": false; }; "filterClear": { "alias": "filterClear"; "required": false; }; "filterMenuAll": { "alias": "filterMenuAll"; "required": false; }; "blankValues": { "alias": "blankValues"; "required": false; }; "filterContainsOperator": { "alias": "filterContainsOperator"; "required": false; }; "filterNotContainsOperator": { "alias": "filterNotContainsOperator"; "required": false; }; "filterStartsWithOperator": { "alias": "filterStartsWithOperator"; "required": false; }; "filterEndsWithOperator": { "alias": "filterEndsWithOperator"; "required": false; }; "filterMatchesOperator": { "alias": "filterMatchesOperator"; "required": false; }; "filterNotMatchesOperator": { "alias": "filterNotMatchesOperator"; "required": false; }; "filterDateEqOperator": { "alias": "filterDateEqOperator"; "required": false; }; "filterDateNotEqOperator": { "alias": "filterDateNotEqOperator"; "required": false; }; "filterBeforeOperator": { "alias": "filterBeforeOperator"; "required": false; }; "filterAfterOperator": { "alias": "filterAfterOperator"; "required": false; }; "filterEqOperator": { "alias": "filterEqOperator"; "required": false; }; "filterNotEqOperator": { "alias": "filterNotEqOperator"; "required": false; }; "filterGteOperator": { "alias": "filterGteOperator"; "required": false; }; "filterGtOperator": { "alias": "filterGtOperator"; "required": false; }; "filterLteOperator": { "alias": "filterLteOperator"; "required": false; }; "filterLtOperator": { "alias": "filterLtOperator"; "required": false; }; "filterNoneOperator": { "alias": "filterNoneOperator"; "required": false; }; "filterMenuConditionItem": { "alias": "filterMenuConditionItem"; "required": false; }; "filterMenuValueItem": { "alias": "filterMenuValueItem"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; "sortAsc": { "alias": "sortAsc"; "required": false; }; "sortDesc": { "alias": "sortDesc"; "required": false; }; "unsort": { "alias": "unsort"; "required": false; }; "cantSortNullRef": { "alias": "cantSortNullRef"; "required": false; }; "cantSortMultipleSelection": { "alias": "cantSortMultipleSelection"; "required": false; }; }, {}, never, never, true, never>;
|
|
588
596
|
}
|
package/models/events.d.ts
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { Range, Sheet, SpreadsheetWidget, Workbook } from "@progress/kendo-spreadsheet-common";
|
|
6
|
+
import { PreventableEvent } from "@progress/kendo-angular-common";
|
|
6
7
|
/**
|
|
7
8
|
* Provides the event data for the Spreadsheet `change` event.
|
|
8
9
|
*/
|
|
@@ -33,6 +34,19 @@ export interface SpreadsheetExcelExportEvent {
|
|
|
33
34
|
*/
|
|
34
35
|
preventDefault: Function;
|
|
35
36
|
}
|
|
37
|
+
/**
|
|
38
|
+
* Provides the event data for the Spreadsheet `pdfExport` event.
|
|
39
|
+
*/
|
|
40
|
+
export declare class SpreadsheetPDFExportEvent extends PreventableEvent {
|
|
41
|
+
/**
|
|
42
|
+
* Specifies the `SpreadsheetWidget` instance.
|
|
43
|
+
*/
|
|
44
|
+
sender: SpreadsheetWidget;
|
|
45
|
+
/**
|
|
46
|
+
* @hidden
|
|
47
|
+
*/
|
|
48
|
+
constructor(sender: SpreadsheetWidget);
|
|
49
|
+
}
|
|
36
50
|
/**
|
|
37
51
|
* Provides the event data for the Spreadsheet `excelImport` event.
|
|
38
52
|
*/
|
package/models/index.d.ts
CHANGED
|
@@ -0,0 +1,62 @@
|
|
|
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 { pdf } from '@progress/kendo-drawing';
|
|
6
|
+
/**
|
|
7
|
+
* Configures the PDF export settings of the Spreadsheet.
|
|
8
|
+
*/
|
|
9
|
+
export interface PDFExportSettings {
|
|
10
|
+
/**
|
|
11
|
+
* Sets the paper size for the PDF document.
|
|
12
|
+
* The value can be a `SpreadsheetPaperSize` or an array of two numbers (width and height in points).
|
|
13
|
+
*
|
|
14
|
+
* @default 'A4'
|
|
15
|
+
*/
|
|
16
|
+
paperSize?: SpreadsheetPaperSize | [number, number];
|
|
17
|
+
/**
|
|
18
|
+
* If `false`, sets the page orientation to `portrait`. The default page orientation is `landscape`.
|
|
19
|
+
*
|
|
20
|
+
* @default true
|
|
21
|
+
*/
|
|
22
|
+
landscape?: boolean;
|
|
23
|
+
/**
|
|
24
|
+
* Specifies the margins of the page. The supported units are `"mm"`, `"cm"`,`"in"`, and `"pt"`.
|
|
25
|
+
* Numbers are treated as points (`"pt"`).
|
|
26
|
+
*
|
|
27
|
+
* @default '1cm'
|
|
28
|
+
*/
|
|
29
|
+
margin?: string | number | PDFMargin;
|
|
30
|
+
/**
|
|
31
|
+
* Scales the content to fit page width.
|
|
32
|
+
*
|
|
33
|
+
* @default false
|
|
34
|
+
*/
|
|
35
|
+
fitWidth?: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* Sets a scale factor for the PDF output. Use this to make the PDF content smaller or larger.
|
|
38
|
+
*
|
|
39
|
+
* @default 1
|
|
40
|
+
*/
|
|
41
|
+
scale?: number;
|
|
42
|
+
/**
|
|
43
|
+
* Sets the title metadata for the PDF document. If not set, the title is the same as the file name.
|
|
44
|
+
*/
|
|
45
|
+
title?: string;
|
|
46
|
+
/**
|
|
47
|
+
* Sets the name of the exported PDF file.
|
|
48
|
+
*
|
|
49
|
+
* @default 'Workbook.pdf'
|
|
50
|
+
*/
|
|
51
|
+
fileName?: string;
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* The paper size.
|
|
55
|
+
*/
|
|
56
|
+
export type SpreadsheetPaperSize = 'A0' | 'A1' | 'A2' | 'A3' | 'A4' | 'A5' | 'A6' | 'A7' | 'A8' | 'A9' | 'A10' | 'B0' | 'B1' | 'B2' | 'B3' | 'B4' | 'B5' | 'B6' | 'B7' | 'B8' | 'B9' | 'B10' | 'C0' | 'C1' | 'C2' | 'C3' | 'C4' | 'C5' | 'C6' | 'C7' | 'C8' | 'C9' | 'C10' | 'Executive' | 'Folio' | 'Legal' | 'Letter' | 'Tabloid';
|
|
57
|
+
/**
|
|
58
|
+
* Defines the page margins for the PDF export.
|
|
59
|
+
* Accepts numbers or strings with units.
|
|
60
|
+
*/
|
|
61
|
+
export interface PDFMargin extends pdf.PageMargin {
|
|
62
|
+
}
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "23.3.0-develop.
|
|
10
|
+
"publishDate": 1774361851,
|
|
11
|
+
"version": "23.3.0-develop.11",
|
|
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": "23.3.0-develop.
|
|
3
|
+
"version": "23.3.0-develop.11",
|
|
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": 1774361851,
|
|
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,26 +29,26 @@
|
|
|
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": "23.3.0-develop.
|
|
33
|
-
"@progress/kendo-angular-common": "23.3.0-develop.
|
|
34
|
-
"@progress/kendo-angular-dialog": "23.3.0-develop.
|
|
35
|
-
"@progress/kendo-angular-dropdowns": "23.3.0-develop.
|
|
36
|
-
"@progress/kendo-angular-icons": "23.3.0-develop.
|
|
37
|
-
"@progress/kendo-angular-inputs": "23.3.0-develop.
|
|
38
|
-
"@progress/kendo-angular-treeview": "23.3.0-develop.
|
|
39
|
-
"@progress/kendo-angular-dateinputs": "23.3.0-develop.
|
|
40
|
-
"@progress/kendo-angular-intl": "23.3.0-develop.
|
|
41
|
-
"@progress/kendo-angular-l10n": "23.3.0-develop.
|
|
42
|
-
"@progress/kendo-angular-label": "23.3.0-develop.
|
|
43
|
-
"@progress/kendo-angular-layout": "23.3.0-develop.
|
|
44
|
-
"@progress/kendo-angular-menu": "23.3.0-develop.
|
|
45
|
-
"@progress/kendo-angular-popup": "23.3.0-develop.
|
|
46
|
-
"@progress/kendo-angular-toolbar": "23.3.0-develop.
|
|
32
|
+
"@progress/kendo-angular-buttons": "23.3.0-develop.11",
|
|
33
|
+
"@progress/kendo-angular-common": "23.3.0-develop.11",
|
|
34
|
+
"@progress/kendo-angular-dialog": "23.3.0-develop.11",
|
|
35
|
+
"@progress/kendo-angular-dropdowns": "23.3.0-develop.11",
|
|
36
|
+
"@progress/kendo-angular-icons": "23.3.0-develop.11",
|
|
37
|
+
"@progress/kendo-angular-inputs": "23.3.0-develop.11",
|
|
38
|
+
"@progress/kendo-angular-treeview": "23.3.0-develop.11",
|
|
39
|
+
"@progress/kendo-angular-dateinputs": "23.3.0-develop.11",
|
|
40
|
+
"@progress/kendo-angular-intl": "23.3.0-develop.11",
|
|
41
|
+
"@progress/kendo-angular-l10n": "23.3.0-develop.11",
|
|
42
|
+
"@progress/kendo-angular-label": "23.3.0-develop.11",
|
|
43
|
+
"@progress/kendo-angular-layout": "23.3.0-develop.11",
|
|
44
|
+
"@progress/kendo-angular-menu": "23.3.0-develop.11",
|
|
45
|
+
"@progress/kendo-angular-popup": "23.3.0-develop.11",
|
|
46
|
+
"@progress/kendo-angular-toolbar": "23.3.0-develop.11",
|
|
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": "23.3.0-develop.
|
|
51
|
+
"@progress/kendo-angular-schematics": "23.3.0-develop.11",
|
|
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",
|
|
@@ -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': '23.3.0-develop.
|
|
15
|
-
'@progress/kendo-angular-treeview': '23.3.0-develop.
|
|
14
|
+
'@progress/kendo-angular-navigation': '23.3.0-develop.11',
|
|
15
|
+
'@progress/kendo-angular-treeview': '23.3.0-develop.11'
|
|
16
16
|
} });
|
|
17
17
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
18
18
|
}
|
|
@@ -13,7 +13,7 @@ import { ContextMenuSelectEvent, MenuItem } from '@progress/kendo-angular-menu';
|
|
|
13
13
|
import { DialogService } from '@progress/kendo-angular-dialog';
|
|
14
14
|
import { SpreadsheetService } from './common/spreadsheet.service';
|
|
15
15
|
import { SpreadsheetToolsService } from './tools/tools.service';
|
|
16
|
-
import { FilterMenuItem, SheetInfo, SpreadsheetActiveSheetChangeEvent, SpreadsheetCellEditorOptions, SpreadsheetChangeEvent, SpreadsheetExcelExportEvent, SpreadsheetExcelImportEvent, SpreadsheetMainMenuItem, SpreadsheetClipboardEvent } from './models';
|
|
16
|
+
import { FilterMenuItem, SheetInfo, SpreadsheetActiveSheetChangeEvent, SpreadsheetCellEditorOptions, SpreadsheetChangeEvent, SpreadsheetExcelExportEvent, SpreadsheetExcelImportEvent, SpreadsheetPDFExportEvent, SpreadsheetMainMenuItem, SpreadsheetClipboardEvent, PDFExportSettings } from './models';
|
|
17
17
|
import { ErrorHandlingService } from './common/error-handling.service';
|
|
18
18
|
import { CheckedState } from '@progress/kendo-angular-treeview';
|
|
19
19
|
import * as i0 from "@angular/core";
|
|
@@ -136,10 +136,24 @@ export declare class SpreadsheetComponent implements AfterViewInit, OnChanges, O
|
|
|
136
136
|
images: {
|
|
137
137
|
[name: string]: string;
|
|
138
138
|
};
|
|
139
|
+
/**
|
|
140
|
+
* Configures the PDF export settings of the Spreadsheet.
|
|
141
|
+
*/
|
|
142
|
+
pdfExportSettings: PDFExportSettings;
|
|
139
143
|
/**
|
|
140
144
|
* Configures the Excel export settings of the Spreadsheet.
|
|
141
145
|
*/
|
|
142
|
-
|
|
146
|
+
excelExportSettings: ExcelExportSettings;
|
|
147
|
+
/**
|
|
148
|
+
* Backwards-compatible alias for `excelExportSettings` input.
|
|
149
|
+
*
|
|
150
|
+
* @hidden
|
|
151
|
+
*/
|
|
152
|
+
set excel(value: ExcelExportSettings);
|
|
153
|
+
/**
|
|
154
|
+
* @hidden
|
|
155
|
+
*/
|
|
156
|
+
get excel(): ExcelExportSettings;
|
|
143
157
|
/**
|
|
144
158
|
* Fires when a value in the Spreadsheet is changed. Exposes the `SpreadsheetWidget` instance and the selected `Range` as event data.
|
|
145
159
|
*/
|
|
@@ -164,6 +178,12 @@ export declare class SpreadsheetComponent implements AfterViewInit, OnChanges, O
|
|
|
164
178
|
* (if invoked, the selected file will not be loaded), and the `SpreadsheetWidget` instance.
|
|
165
179
|
*/
|
|
166
180
|
excelImport: EventEmitter<SpreadsheetExcelImportEvent>;
|
|
181
|
+
/**
|
|
182
|
+
* Fires when the end user clicks the Export to PDF toolbar button.
|
|
183
|
+
* The event is preventable and exposes a `preventDefault` method
|
|
184
|
+
* (if you invoke it, the generated PDF file is not saved) and the `SpreadsheetWidget` instance.
|
|
185
|
+
*/
|
|
186
|
+
pdfExport: EventEmitter<SpreadsheetPDFExportEvent>;
|
|
167
187
|
/**
|
|
168
188
|
* Fires when the active sheet is about to change.
|
|
169
189
|
* The event exposes the new active `Sheet` and the `SpreadsheetWidget` instance.
|
|
@@ -230,6 +250,10 @@ export declare class SpreadsheetComponent implements AfterViewInit, OnChanges, O
|
|
|
230
250
|
* @hidden
|
|
231
251
|
*/
|
|
232
252
|
onContextMenuSelect(e: ContextMenuSelectEvent): void;
|
|
253
|
+
/**
|
|
254
|
+
* @hidden
|
|
255
|
+
*/
|
|
256
|
+
triggerPDFExport(): void;
|
|
233
257
|
/**
|
|
234
258
|
* @hidden
|
|
235
259
|
*/
|
|
@@ -272,6 +296,7 @@ export declare class SpreadsheetComponent implements AfterViewInit, OnChanges, O
|
|
|
272
296
|
private onMessage;
|
|
273
297
|
private updateActiveSheet;
|
|
274
298
|
private onSheetsChanged;
|
|
299
|
+
private saveAsPDF;
|
|
275
300
|
private onClipboardEvent;
|
|
276
301
|
private get options();
|
|
277
302
|
private contextMenuItemsForTarget;
|
|
@@ -291,5 +316,5 @@ export declare class SpreadsheetComponent implements AfterViewInit, OnChanges, O
|
|
|
291
316
|
private findItemByText;
|
|
292
317
|
private isIndeterminate;
|
|
293
318
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpreadsheetComponent, never>;
|
|
294
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpreadsheetComponent, "kendo-spreadsheet", ["kendo-spreadsheet"], { "menuItems": { "alias": "menuItems"; "required": false; }; "overflow": { "alias": "overflow"; "required": false; }; "formulaListMaxHeight": { "alias": "formulaListMaxHeight"; "required": false; }; "activeSheet": { "alias": "activeSheet"; "required": false; }; "sheets": { "alias": "sheets"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "columnWidth": { "alias": "columnWidth"; "required": false; }; "defaultCellStyle": { "alias": "defaultCellStyle"; "required": false; }; "headerHeight": { "alias": "headerHeight"; "required": false; }; "headerWidth": { "alias": "headerWidth"; "required": false; }; "rowHeight": { "alias": "rowHeight"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "cellEditors": { "alias": "cellEditors"; "required": false; }; "images": { "alias": "images"; "required": false; }; "excel": { "alias": "excel"; "required": false; }; }, { "change": "change"; "formatChange": "formatChange"; "selectionChange": "selectionChange"; "excelExport": "excelExport"; "excelImport": "excelImport"; "activeSheetChange": "activeSheetChange"; "clipboard": "clipboard"; }, never, never, true, never>;
|
|
319
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpreadsheetComponent, "kendo-spreadsheet", ["kendo-spreadsheet"], { "menuItems": { "alias": "menuItems"; "required": false; }; "overflow": { "alias": "overflow"; "required": false; }; "formulaListMaxHeight": { "alias": "formulaListMaxHeight"; "required": false; }; "activeSheet": { "alias": "activeSheet"; "required": false; }; "sheets": { "alias": "sheets"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "columnWidth": { "alias": "columnWidth"; "required": false; }; "defaultCellStyle": { "alias": "defaultCellStyle"; "required": false; }; "headerHeight": { "alias": "headerHeight"; "required": false; }; "headerWidth": { "alias": "headerWidth"; "required": false; }; "rowHeight": { "alias": "rowHeight"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "cellEditors": { "alias": "cellEditors"; "required": false; }; "images": { "alias": "images"; "required": false; }; "pdfExportSettings": { "alias": "pdfExportSettings"; "required": false; }; "excelExportSettings": { "alias": "excelExportSettings"; "required": false; }; "excel": { "alias": "excel"; "required": false; }; }, { "change": "change"; "formatChange": "formatChange"; "selectionChange": "selectionChange"; "excelExport": "excelExport"; "excelImport": "excelImport"; "pdfExport": "pdfExport"; "activeSheetChange": "activeSheetChange"; "clipboard": "clipboard"; }, never, never, true, never>;
|
|
295
320
|
}
|
package/spreadsheet.module.d.ts
CHANGED
|
@@ -11,32 +11,33 @@ import * as i5 from "./tools/typographical-emphasis/italic-tool.directive";
|
|
|
11
11
|
import * as i6 from "./tools/typographical-emphasis/underline-tool.directive";
|
|
12
12
|
import * as i7 from "./tools/load-file.component";
|
|
13
13
|
import * as i8 from "./tools/save-file-tool.directive";
|
|
14
|
-
import * as i9 from "./tools/
|
|
15
|
-
import * as i10 from "./tools/
|
|
16
|
-
import * as i11 from "./tools/history/
|
|
17
|
-
import * as i12 from "./tools/
|
|
18
|
-
import * as i13 from "./tools/font-
|
|
19
|
-
import * as i14 from "./tools/
|
|
20
|
-
import * as i15 from "./tools/colorpicker/spreadsheet-
|
|
21
|
-
import * as i16 from "./tools/
|
|
22
|
-
import * as i17 from "./tools/
|
|
23
|
-
import * as i18 from "./tools/tables/add-column-
|
|
24
|
-
import * as i19 from "./tools/tables/add-
|
|
25
|
-
import * as i20 from "./tools/tables/add-row-
|
|
26
|
-
import * as i21 from "./tools/tables/
|
|
27
|
-
import * as i22 from "./tools/tables/delete-
|
|
28
|
-
import * as i23 from "./tools/
|
|
29
|
-
import * as i24 from "./tools/
|
|
30
|
-
import * as i25 from "./tools/
|
|
31
|
-
import * as i26 from "./tools/
|
|
32
|
-
import * as i27 from "./tools/
|
|
33
|
-
import * as i28 from "./tools/font-size/
|
|
34
|
-
import * as i29 from "./tools/
|
|
35
|
-
import * as i30 from "./tools/
|
|
36
|
-
import * as i31 from "./tools/
|
|
37
|
-
import * as i32 from "./tools/align/
|
|
38
|
-
import * as i33 from "./tools/
|
|
39
|
-
import * as i34 from "./tools/filter-sort/
|
|
14
|
+
import * as i9 from "./tools/pdf-export-tool.directive";
|
|
15
|
+
import * as i10 from "./tools/format-tool.directive";
|
|
16
|
+
import * as i11 from "./tools/history/undo-tool";
|
|
17
|
+
import * as i12 from "./tools/history/redo-tool";
|
|
18
|
+
import * as i13 from "./tools/font-family/spreadsheet-fontfamily-tool.component";
|
|
19
|
+
import * as i14 from "./tools/font-size/spreadsheet-fontsize-tool.component";
|
|
20
|
+
import * as i15 from "./tools/colorpicker/spreadsheet-backcolor.component";
|
|
21
|
+
import * as i16 from "./tools/colorpicker/spreadsheet-forecolor.component";
|
|
22
|
+
import * as i17 from "./tools/gridlines-tool.directive";
|
|
23
|
+
import * as i18 from "./tools/tables/add-column-left-button.directive";
|
|
24
|
+
import * as i19 from "./tools/tables/add-column-right-button.directive";
|
|
25
|
+
import * as i20 from "./tools/tables/add-row-above-button.directive";
|
|
26
|
+
import * as i21 from "./tools/tables/add-row-below-button.directive";
|
|
27
|
+
import * as i22 from "./tools/tables/delete-column-button.directive";
|
|
28
|
+
import * as i23 from "./tools/tables/delete-row-button.directive";
|
|
29
|
+
import * as i24 from "./tools/align/align-tool.directive";
|
|
30
|
+
import * as i25 from "./tools/text-wrap-tool.directive";
|
|
31
|
+
import * as i26 from "./tools/tables/merge-tool.directive";
|
|
32
|
+
import * as i27 from "./tools/insert/insert-link-tool.directive";
|
|
33
|
+
import * as i28 from "./tools/font-size/increase-font-tool.directive";
|
|
34
|
+
import * as i29 from "./tools/font-size/decrease-font-tool.directive";
|
|
35
|
+
import * as i30 from "./tools/increase-decimal-tool.directive";
|
|
36
|
+
import * as i31 from "./tools/decrease-decimal-tool.directive";
|
|
37
|
+
import * as i32 from "./tools/align/horizontal-align-tool.directive";
|
|
38
|
+
import * as i33 from "./tools/align/vertical-align-tool.directive";
|
|
39
|
+
import * as i34 from "./tools/filter-sort/filter-tool.directive";
|
|
40
|
+
import * as i35 from "./tools/filter-sort/sort-tool.directive";
|
|
40
41
|
/**
|
|
41
42
|
* Represents the [`NgModule`](link:site.data.urls.angular['ngmoduleapi']) definition for the Spreadsheet component.
|
|
42
43
|
*
|
|
@@ -52,6 +53,6 @@ import * as i34 from "./tools/filter-sort/sort-tool.directive";
|
|
|
52
53
|
*/
|
|
53
54
|
export declare class SpreadsheetModule {
|
|
54
55
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpreadsheetModule, never>;
|
|
55
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SpreadsheetModule, never, [typeof i1.SpreadsheetComponent, typeof i2.CustomMessagesComponent, typeof i3.SpreadsheetBoldDirective, typeof i4.SpreadsheetDataValidationDirective, typeof i5.SpreadsheetItalicDirective, typeof i6.SpreadsheetUnderlineDirective, typeof i7.SpreadsheetLoadFileComponent, typeof i8.SpreadsheetSaveFileDirective, typeof i9.
|
|
56
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SpreadsheetModule, never, [typeof i1.SpreadsheetComponent, typeof i2.CustomMessagesComponent, typeof i3.SpreadsheetBoldDirective, typeof i4.SpreadsheetDataValidationDirective, typeof i5.SpreadsheetItalicDirective, typeof i6.SpreadsheetUnderlineDirective, typeof i7.SpreadsheetLoadFileComponent, typeof i8.SpreadsheetSaveFileDirective, typeof i9.SpreadsheetPDFExportDirective, typeof i10.SpreadsheetFormatDirective, typeof i11.SpreadsheetUndoDirective, typeof i12.SpreadsheetRedoDirective, typeof i13.SpreadsheetFontFamilyComponent, typeof i14.SpreadsheetFontSizeComponent, typeof i15.SpreadsheetBackColorComponent, typeof i16.SpreadsheetForeColorComponent, typeof i17.SpreadsheetGridLinesDirective, typeof i18.SpreadsheetAddColumnLeftButtonDirective, typeof i19.SpreadsheetAddColumnRightButtonDirective, typeof i20.SpreadsheetAddRowAboveButtonDirective, typeof i21.SpreadsheetAddRowBelowButtonDirective, typeof i22.SpreadsheetDeleteColumnButtonDirective, typeof i23.SpreadsheetDeleteRowButtonDirective, typeof i24.SpreadsheetTextAlignDirective, typeof i25.SpreadsheetTextWrapDirective, typeof i26.SpreadsheetMergeDirective, typeof i27.SpreadsheetInsertLinkDirective, typeof i28.SpreadsheetIncreaseFontSizeDirective, typeof i29.SpreadsheetDecreaseFontSizeDirective, typeof i30.SpreadsheetIncreaseDecimalDirective, typeof i31.SpreadsheetDecreaseDecimalDirective, typeof i32.SpreadsheetHorizontalTextAlignDirective, typeof i33.SpreadsheetVerticalTextAlignDirective, typeof i34.SpreadsheetFilterDirective, typeof i35.SpreadsheetSortDirective], [typeof i1.SpreadsheetComponent, typeof i2.CustomMessagesComponent, typeof i3.SpreadsheetBoldDirective, typeof i4.SpreadsheetDataValidationDirective, typeof i5.SpreadsheetItalicDirective, typeof i6.SpreadsheetUnderlineDirective, typeof i7.SpreadsheetLoadFileComponent, typeof i8.SpreadsheetSaveFileDirective, typeof i9.SpreadsheetPDFExportDirective, typeof i10.SpreadsheetFormatDirective, typeof i11.SpreadsheetUndoDirective, typeof i12.SpreadsheetRedoDirective, typeof i13.SpreadsheetFontFamilyComponent, typeof i14.SpreadsheetFontSizeComponent, typeof i15.SpreadsheetBackColorComponent, typeof i16.SpreadsheetForeColorComponent, typeof i17.SpreadsheetGridLinesDirective, typeof i18.SpreadsheetAddColumnLeftButtonDirective, typeof i19.SpreadsheetAddColumnRightButtonDirective, typeof i20.SpreadsheetAddRowAboveButtonDirective, typeof i21.SpreadsheetAddRowBelowButtonDirective, typeof i22.SpreadsheetDeleteColumnButtonDirective, typeof i23.SpreadsheetDeleteRowButtonDirective, typeof i24.SpreadsheetTextAlignDirective, typeof i25.SpreadsheetTextWrapDirective, typeof i26.SpreadsheetMergeDirective, typeof i27.SpreadsheetInsertLinkDirective, typeof i28.SpreadsheetIncreaseFontSizeDirective, typeof i29.SpreadsheetDecreaseFontSizeDirective, typeof i30.SpreadsheetIncreaseDecimalDirective, typeof i31.SpreadsheetDecreaseDecimalDirective, typeof i32.SpreadsheetHorizontalTextAlignDirective, typeof i33.SpreadsheetVerticalTextAlignDirective, typeof i34.SpreadsheetFilterDirective, typeof i35.SpreadsheetSortDirective]>;
|
|
56
57
|
static ɵinj: i0.ɵɵInjectorDeclaration<SpreadsheetModule>;
|
|
57
58
|
}
|
package/tools/index.d.ts
CHANGED
|
@@ -17,6 +17,7 @@ export { SpreadsheetFormatDirective } from './format-tool.directive';
|
|
|
17
17
|
export { SpreadsheetGridLinesDirective } from './gridlines-tool.directive';
|
|
18
18
|
export { SpreadsheetLoadFileComponent } from './load-file.component';
|
|
19
19
|
export { SpreadsheetSaveFileDirective } from './save-file-tool.directive';
|
|
20
|
+
export { SpreadsheetPDFExportDirective } from './pdf-export-tool.directive';
|
|
20
21
|
export { SpreadsheetTextWrapDirective } from './text-wrap-tool.directive';
|
|
21
22
|
export { SpreadsheetInsertLinkDirective } from './insert/insert-link-tool.directive';
|
|
22
23
|
export { SpreadsheetIncreaseFontSizeDirective } from './font-size/increase-font-tool.directive';
|
|
@@ -0,0 +1,22 @@
|
|
|
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 { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
|
|
6
|
+
import { SpreadsheetService } from '../common/spreadsheet.service';
|
|
7
|
+
import { SpreadsheetLocalizationService } from '../localization/spreadsheet-localization.service';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
export declare class SpreadsheetPDFExportDirective {
|
|
13
|
+
private button;
|
|
14
|
+
private localization;
|
|
15
|
+
private spreadsheetService;
|
|
16
|
+
private subs;
|
|
17
|
+
constructor(button: ToolBarButtonComponent, localization: SpreadsheetLocalizationService, spreadsheetService: SpreadsheetService);
|
|
18
|
+
ngOnInit(): void;
|
|
19
|
+
ngOnDestroy(): void;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpreadsheetPDFExportDirective, never>;
|
|
21
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SpreadsheetPDFExportDirective, "[kendoSpreadsheetPDFExport]", never, {}, {}, never, never, true, never>;
|
|
22
|
+
}
|
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
/**
|
|
6
6
|
* @hidden
|
|
7
7
|
*/
|
|
8
|
-
export type SpreadsheetCommand = 'bold' | 'italic' | 'underline' | 'alignLeft' | 'alignCenter' | 'alignRight' | 'alignJustify' | 'alignTop' | 'alignMiddle' | 'alignBottom' | 'align' | 'alignHorizontal' | 'alignVertical' | 'folderOpen' | 'fontFamily' | 'fontSize' | 'undo' | 'redo' | 'color' | 'background' | 'addRowAbove' | 'addRowBelow' | 'deleteRow' | 'deleteColumn' | 'gridLines' | 'addColumnLeft' | 'addColumnRight' | 'wrap' | 'download' | 'format' | 'merge' | 'mergeAll' | 'mergeHorizontally' | 'mergeVertically' | 'unmerge' | 'insertLink' | 'increaseFontSize' | 'decreaseFontSize' | 'increaseDecimal' | 'decreaseDecimal' | 'dataValidation' | 'copy' | 'cut' | 'paste' | 'hideRow' | 'unhideRow' | 'hideColumn' | 'unhideColumn' | 'filter' | 'sort' | 'sortAsc' | 'sortDesc' | 'unsort';
|
|
8
|
+
export type SpreadsheetCommand = 'bold' | 'italic' | 'underline' | 'alignLeft' | 'alignCenter' | 'alignRight' | 'alignJustify' | 'alignTop' | 'alignMiddle' | 'alignBottom' | 'align' | 'alignHorizontal' | 'alignVertical' | 'folderOpen' | 'fontFamily' | 'fontSize' | 'undo' | 'redo' | 'color' | 'background' | 'addRowAbove' | 'addRowBelow' | 'deleteRow' | 'deleteColumn' | 'gridLines' | 'addColumnLeft' | 'addColumnRight' | 'wrap' | 'download' | 'format' | 'merge' | 'mergeAll' | 'mergeHorizontally' | 'mergeVertically' | 'unmerge' | 'insertLink' | 'increaseFontSize' | 'decreaseFontSize' | 'increaseDecimal' | 'decreaseDecimal' | 'dataValidation' | 'copy' | 'cut' | 'paste' | 'hideRow' | 'unhideRow' | 'hideColumn' | 'unhideColumn' | 'filter' | 'sort' | 'sortAsc' | 'sortDesc' | 'unsort' | 'pdfExport';
|
|
@@ -2,17 +2,18 @@
|
|
|
2
2
|
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import { ChangeDetectorRef } from '@angular/core';
|
|
5
6
|
import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
|
|
6
7
|
import { SpreadsheetLocalizationService } from '../../localization/spreadsheet-localization.service';
|
|
7
8
|
import { SpreadsheetService } from '../../common/spreadsheet.service';
|
|
8
9
|
import { SpreadsheetToolsService } from '.././tools.service';
|
|
9
|
-
import {
|
|
10
|
+
import { SpreadsheetTableCommandButton } from './spreadsheet-table-command-button';
|
|
10
11
|
import * as i0 from "@angular/core";
|
|
11
12
|
/**
|
|
12
13
|
* @hidden
|
|
13
14
|
*/
|
|
14
|
-
export declare class SpreadsheetAddColumnLeftButtonDirective extends
|
|
15
|
-
constructor(button: ToolBarButtonComponent, localization: SpreadsheetLocalizationService, spreadsheetService: SpreadsheetService, toolsService: SpreadsheetToolsService);
|
|
15
|
+
export declare class SpreadsheetAddColumnLeftButtonDirective extends SpreadsheetTableCommandButton {
|
|
16
|
+
constructor(button: ToolBarButtonComponent, localization: SpreadsheetLocalizationService, spreadsheetService: SpreadsheetService, toolsService: SpreadsheetToolsService, cdr: ChangeDetectorRef);
|
|
16
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpreadsheetAddColumnLeftButtonDirective, never>;
|
|
17
18
|
static ɵdir: i0.ɵɵDirectiveDeclaration<SpreadsheetAddColumnLeftButtonDirective, "kendo-toolbar-button[kendoSpreadsheetAddColumnLeftButton]", never, {}, {}, never, never, true, never>;
|
|
18
19
|
}
|
|
@@ -2,17 +2,18 @@
|
|
|
2
2
|
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import { ChangeDetectorRef } from '@angular/core';
|
|
5
6
|
import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
|
|
6
7
|
import { SpreadsheetLocalizationService } from '../../localization/spreadsheet-localization.service';
|
|
7
8
|
import { SpreadsheetService } from '../../common/spreadsheet.service';
|
|
8
9
|
import { SpreadsheetToolsService } from '.././tools.service';
|
|
9
|
-
import {
|
|
10
|
+
import { SpreadsheetTableCommandButton } from './spreadsheet-table-command-button';
|
|
10
11
|
import * as i0 from "@angular/core";
|
|
11
12
|
/**
|
|
12
13
|
* @hidden
|
|
13
14
|
*/
|
|
14
|
-
export declare class SpreadsheetAddColumnRightButtonDirective extends
|
|
15
|
-
constructor(button: ToolBarButtonComponent, localization: SpreadsheetLocalizationService, spreadsheetService: SpreadsheetService, toolsService: SpreadsheetToolsService);
|
|
15
|
+
export declare class SpreadsheetAddColumnRightButtonDirective extends SpreadsheetTableCommandButton {
|
|
16
|
+
constructor(button: ToolBarButtonComponent, localization: SpreadsheetLocalizationService, spreadsheetService: SpreadsheetService, toolsService: SpreadsheetToolsService, cdr: ChangeDetectorRef);
|
|
16
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpreadsheetAddColumnRightButtonDirective, never>;
|
|
17
18
|
static ɵdir: i0.ɵɵDirectiveDeclaration<SpreadsheetAddColumnRightButtonDirective, "kendo-toolbar-button[kendoSpreadsheetAddColumnRightButton]", never, {}, {}, never, never, true, never>;
|
|
18
19
|
}
|
|
@@ -2,17 +2,18 @@
|
|
|
2
2
|
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import { ChangeDetectorRef } from '@angular/core';
|
|
5
6
|
import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
|
|
6
7
|
import { SpreadsheetLocalizationService } from '../../localization/spreadsheet-localization.service';
|
|
7
8
|
import { SpreadsheetService } from '../../common/spreadsheet.service';
|
|
8
9
|
import { SpreadsheetToolsService } from '.././tools.service';
|
|
9
|
-
import {
|
|
10
|
+
import { SpreadsheetTableCommandButton } from './spreadsheet-table-command-button';
|
|
10
11
|
import * as i0 from "@angular/core";
|
|
11
12
|
/**
|
|
12
13
|
* @hidden
|
|
13
14
|
*/
|
|
14
|
-
export declare class SpreadsheetAddRowAboveButtonDirective extends
|
|
15
|
-
constructor(button: ToolBarButtonComponent, localization: SpreadsheetLocalizationService, spreadsheetService: SpreadsheetService, toolsService: SpreadsheetToolsService);
|
|
15
|
+
export declare class SpreadsheetAddRowAboveButtonDirective extends SpreadsheetTableCommandButton {
|
|
16
|
+
constructor(button: ToolBarButtonComponent, localization: SpreadsheetLocalizationService, spreadsheetService: SpreadsheetService, toolsService: SpreadsheetToolsService, cdr: ChangeDetectorRef);
|
|
16
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpreadsheetAddRowAboveButtonDirective, never>;
|
|
17
18
|
static ɵdir: i0.ɵɵDirectiveDeclaration<SpreadsheetAddRowAboveButtonDirective, "kendo-toolbar-button[kendoSpreadsheetAddRowAboveButton]", never, {}, {}, never, never, true, never>;
|
|
18
19
|
}
|
|
@@ -2,17 +2,18 @@
|
|
|
2
2
|
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import { ChangeDetectorRef } from '@angular/core';
|
|
5
6
|
import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
|
|
6
7
|
import { SpreadsheetLocalizationService } from '../../localization/spreadsheet-localization.service';
|
|
7
8
|
import { SpreadsheetService } from '../../common/spreadsheet.service';
|
|
8
9
|
import { SpreadsheetToolsService } from '.././tools.service';
|
|
9
|
-
import {
|
|
10
|
+
import { SpreadsheetTableCommandButton } from './spreadsheet-table-command-button';
|
|
10
11
|
import * as i0 from "@angular/core";
|
|
11
12
|
/**
|
|
12
13
|
* @hidden
|
|
13
14
|
*/
|
|
14
|
-
export declare class SpreadsheetAddRowBelowButtonDirective extends
|
|
15
|
-
constructor(button: ToolBarButtonComponent, localization: SpreadsheetLocalizationService, spreadsheetService: SpreadsheetService, toolsService: SpreadsheetToolsService);
|
|
15
|
+
export declare class SpreadsheetAddRowBelowButtonDirective extends SpreadsheetTableCommandButton {
|
|
16
|
+
constructor(button: ToolBarButtonComponent, localization: SpreadsheetLocalizationService, spreadsheetService: SpreadsheetService, toolsService: SpreadsheetToolsService, cdr: ChangeDetectorRef);
|
|
16
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpreadsheetAddRowBelowButtonDirective, never>;
|
|
17
18
|
static ɵdir: i0.ɵɵDirectiveDeclaration<SpreadsheetAddRowBelowButtonDirective, "kendo-toolbar-button[kendoSpreadsheetAddRowBelowButton]", never, {}, {}, never, never, true, never>;
|
|
18
19
|
}
|