@progress/kendo-angular-spreadsheet 21.1.1-develop.2 → 21.2.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.
@@ -3,7 +3,6 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Component, ElementRef, EventEmitter, HostBinding, Input, NgZone, Output, ViewChild, ViewContainerRef } from '@angular/core';
6
- import { NgFor, NgIf } from '@angular/common';
7
6
  import { Subscription } from 'rxjs';
8
7
  import { take } from 'rxjs/operators';
9
8
  import { validatePackage } from '@progress/kendo-licensing';
@@ -895,7 +894,7 @@ export class SpreadsheetComponent {
895
894
  return new Date(serialToDate(isPresent(sheet) ? sheet.range(validation.value.row, validation.value.col).value() : validation));
896
895
  }
897
896
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetComponent, deps: [{ token: i0.NgZone }, { token: i1.IntlService }, { token: i0.ElementRef }, { token: i2.LocalizationService }, { token: i3.SpreadsheetService }, { token: i4.SpreadsheetToolsService }, { token: i5.ErrorHandlingService }, { token: i6.DialogService }, { token: i7.PopupService }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Component });
898
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: SpreadsheetComponent, isStandalone: true, selector: "kendo-spreadsheet", inputs: { menuItems: "menuItems", overflow: "overflow", formulaListMaxHeight: "formulaListMaxHeight", activeSheet: "activeSheet", sheets: "sheets", columns: "columns", columnWidth: "columnWidth", defaultCellStyle: "defaultCellStyle", headerHeight: "headerHeight", headerWidth: "headerWidth", rowHeight: "rowHeight", rows: "rows", cellEditors: "cellEditors", images: "images", excel: "excel" }, outputs: { change: "change", formatChange: "formatChange", selectionChange: "selectionChange", excelExport: "excelExport", excelImport: "excelImport", activeSheetChange: "activeSheetChange" }, host: { properties: { "class.k-spreadsheet": "this.hostClass", "attr.role": "this.role" } }, providers: [
897
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: SpreadsheetComponent, isStandalone: true, selector: "kendo-spreadsheet", inputs: { menuItems: "menuItems", overflow: "overflow", formulaListMaxHeight: "formulaListMaxHeight", activeSheet: "activeSheet", sheets: "sheets", columns: "columns", columnWidth: "columnWidth", defaultCellStyle: "defaultCellStyle", headerHeight: "headerHeight", headerWidth: "headerWidth", rowHeight: "rowHeight", rows: "rows", cellEditors: "cellEditors", images: "images", excel: "excel" }, outputs: { change: "change", formatChange: "formatChange", selectionChange: "selectionChange", excelExport: "excelExport", excelImport: "excelImport", activeSheetChange: "activeSheetChange" }, host: { properties: { "class.k-spreadsheet": "this.hostClass", "attr.role": "this.role" } }, providers: [
899
898
  SpreadsheetLocalizationService,
900
899
  SpreadsheetService,
901
900
  {
@@ -911,350 +910,366 @@ export class SpreadsheetComponent {
911
910
  ErrorHandlingService
912
911
  ], viewQueries: [{ propertyName: "formulaBarInputRef", first: true, predicate: ["formulaBar"], descendants: true, read: FormulaInputDirective }, { propertyName: "formulaCellInputRef", first: true, predicate: ["formulaCell"], descendants: true, read: FormulaInputDirective }, { propertyName: "nameBoxRef", first: true, predicate: ["nameBox"], descendants: true }, { propertyName: "dialogContainer", first: true, predicate: ["dialogContainer"], descendants: true, read: ViewContainerRef }, { propertyName: "contextMenu", first: true, predicate: ["contextMenu"], descendants: true }], exportAs: ["kendo-spreadsheet"], usesOnChanges: true, ngImport: i0, template: `
913
912
  <ng-container
914
- kendoSpreadsheetLocalizedMessages
915
- i18n-background="kendo.spreadsheet.background|The title of the tool that changes the text background color."
916
- background="Background color"
917
- i18n-color="kendo.spreadsheet.color|The title of the tool that changes the text font color."
918
- color="Font color"
919
- i18n-bold="kendo.spreadsheet.bold|The title of the Bold tool."
920
- bold="Bold"
921
- i18n-dataValidation="kendo.spreadsheet.dataValidation|The title of the Data Validation tool."
922
- dataValidation="Data Validation"
923
- i18n-validationCellRange="kendo.spreadsheet.validationCellRange|The text of the Cell Range label in the data validation dialog."
924
- validationCellRange="Cell Range"
925
- i18n-validationCriteria="kendo.spreadsheet.validationCriteria|The text of the Criteria dropdown list label in the data validation dialog."
926
- validationCriteria="Criteria"
927
- i18n-validationMinValue="kendo.spreadsheet.validationMinValue|The text of the Min value label in the data validation dialog."
928
- validationMinValue="Min"
929
- i18n-validationMaxValue="kendo.spreadsheet.validationMaxValue|The text of the Max value label in the data validation dialog."
930
- validationMaxValue="Max"
931
- i18n-validationStartValue="kendo.spreadsheet.validationStartValue|The text of the Start value label in the data validation dialog."
932
- validationStartValue="Start"
933
- i18n-validationEndValue="kendo.spreadsheet.validationEndValue|The text of the End value label in the data validation dialog."
934
- validationEndValue="End"
935
- i18n-validationValue="kendo.spreadsheet.validationValue|The text of the Value label in the data validation dialog."
936
- validationValue="Text"
937
- i18n-validationShowListButtonCheckbox="kendo.spreadsheet.validationShowListButtonCheckbox|The text for the Show list button checkbox label in the data validation dialog."
938
- validationShowListButtonCheckbox="Display button to show list"
939
- i18n-validationOnInvalidData="kendo.spreadsheet.validationOnInvalidData|The text for the On invalid data label in the data validation dialog."
940
- validationOnInvalidData="On invalid data"
941
- i18n-validationShowDateButtonCheckbox="kendo.spreadsheet.validationShowDateButtonCheckbox|The text for the Show date button checkbox label in the data validation dialog."
942
- validationShowDateButtonCheckbox="Display button to show Calendar"
943
- i18n-validationRejectInput="kendo.spreadsheet.validationRejectInput|The text for the Reject input radio button label in the data validation dialog."
944
- validationRejectInput="Reject input"
945
- i18n-validationShowWarning="kendo.spreadsheet.validationShowWarning|The text for the Show warning radio button label in the data validation dialog."
946
- validationShowWarning="Show warning"
947
- i18n-validationHintTitle="kendo.spreadsheet.validationHintTitle|The text for the Custom hint title input label in the data validation dialog."
948
- validationHintTitle="Custom hint title"
949
- i18n-validationHintMessage="kendo.spreadsheet.validationHintMessage|The text for the Custom hint input label in the data validation dialog."
950
- validationHintMessage="Custom hint"
951
- i18n-validationShowHint="kendo.spreadsheet.validationShowHint|The text for the Show hint radio button label in the data validation dialog."
952
- validationShowHint="Show hint"
953
- i18n-validationIgnoreBlankCheckbox="kendo.spreadsheet.validationIgnoreBlankCheckbox|The text for the Ignore blank checkbox label in the data validation dialog."
954
- validationIgnoreBlankCheckbox="Ignore blank"
955
- i18n-validationComparer="kendo.spreadsheet.validationComparer|The text of the Comparer dropdown list label in the data validation dialog."
956
- validationComparer="Comparer"
957
- i18n-anyValueValidationCriteria="kendo.spreadsheet.anyValueValidationCriteria|The text of the Any value validation criteria"
958
- anyValueValidationCriteria="Any value"
959
- i18n-numberValidationCriteria="kendo.spreadsheet.numberValidationCriteria|The text of the Number validation criteria"
960
- numberValidationCriteria="Number"
961
- i18n-textValidationCriteria="kendo.spreadsheet.textValidationCriteria|The text of the Text validation criteria"
962
- textValidationCriteria="Text"
963
- i18n-dateValidationCriteria="kendo.spreadsheet.dateValidationCriteria|The text of the Date validation criteria"
964
- dateValidationCriteria="Date"
965
- i18n-customFormulaValidationCriteria="kendo.spreadsheet.customFormulaValidationCriteria|The text of the Custom formula validation criteria"
966
- customFormulaValidationCriteria="Custom Formula"
967
- i18n-listValidationCriteria="kendo.spreadsheet.listValidationCriteria|The text of the List validation criteria"
968
- listValidationCriteria="List"
969
- i18n-greaterThanValidationComparer="kendo.spreadsheet.greaterThanValidationComparer|The text of the greater than validation comparer"
970
- greaterThanValidationComparer="greater than"
971
- i18n-lessThanValidationComparer="kendo.spreadsheet.lessThanValidationComparer|The text of the less than validation comparer"
972
- lessThanValidationComparer="less than"
973
- i18n-betweenValidationComparer="kendo.spreadsheet.betweenValidationComparer|The text of the between validation comparer"
974
- betweenValidationComparer="between"
975
- i18n-notBetweenValidationComparer="kendo.spreadsheet.notBetweenValidationComparer|The text of the not between validation comparer"
976
- notBetweenValidationComparer="not between"
977
- i18n-equalToValidationComparer="kendo.spreadsheet.equalToValidationComparer|The text of the equal to validation comparer"
978
- equalToValidationComparer="equal to"
979
- i18n-notEqualToValidationComparer="kendo.spreadsheet.notEqualToValidationComparer|The text of the not equal to validation comparer"
980
- notEqualToValidationComparer="not equal to"
981
- i18n-greaterThanOrEqualToValidationComparer="kendo.spreadsheet.greaterThanOrEqualToValidationComparer|The text of the greater than on equal to validation comparer"
982
- greaterThanOrEqualToValidationComparer="greater than or equal to"
983
- i18n-lessThanOrEqualToValidationComparer="kendo.spreadsheet.lessThanOrEqualToValidationComparer|The text of the less than on equal to validation comparer"
984
- lessThanOrEqualToValidationComparer="less than or equal to"
985
- i18n-italic="kendo.spreadsheet.italic|The title of the Italic tool."
986
- italic="Italic"
987
- i18n-underline="kendo.spreadsheet.underline|The title of the Underline tool."
988
- underline="Underline"
989
- i18n-loadFile="kendo.spreadsheet.loadFile|The title of the Load File tool."
990
- loadFile="Open..."
991
- i18n-saveFile="kendo.spreadsheet.saveFile|The title of the Save File tool."
992
- saveFile="Export..."
993
- i18n-format="kendo.spreadsheet.format|The text of the Format tool."
994
- format="Custom format..."
995
- i18n-fontFamily="kendo.spreadsheet.fontFamily|The text of the Font Family tool."
996
- fontFamily="Font"
997
- i18n-fontSize="kendo.spreadsheet.fontSize|The text of the Font Size tool."
998
- fontSize="Font size"
999
- i18n-home="kendo.spreadsheet.home|The text of the Home toolbar tab."
1000
- home="Home"
1001
- i18n-file="kendo.spreadsheet.file|The text of the File toolbar tab."
1002
- file="File"
1003
- i18n-insert="kendo.spreadsheet.insert|The text of the Insert toolbar tab."
1004
- insert="Insert"
1005
- i18n-formatTab="kendo.spreadsheet.formatTab|The text of the Format toolbar tab."
1006
- formatTab="Format"
1007
- i18n-dataTab="kendo.spreadsheet.dataTab|The text of the Data toolbar tab."
1008
- dataTab="Data"
1009
- i18n-view="kendo.spreadsheet.view|The text of the View toolbar tab."
1010
- view="View"
1011
- i18n-undo="kendo.spreadsheet.undo|The title of the Undo tool."
1012
- undo="Undo"
1013
- i18n-redo="kendo.spreadsheet.redo|The title of the Redo tool."
1014
- redo="Redo"
1015
- i18n-gridLines="kendo.spreadsheet.gridLines|The title of the Grid Lines tool."
1016
- gridLines="Toggle grid lines"
1017
- i18n-addColumnLeft="kendo.spreadsheet.addColumnLeft|The title of the tool that adds new column before currently selected column."
1018
- addColumnLeft="Add column left"
1019
- i18n-addColumnRight="kendo.spreadsheet.addColumnRight|The title of the tool that adds new column after currently selected column."
1020
- addColumnRight="Add column right"
1021
- i18n-addRowBelow="kendo.spreadsheet.addRowBelow|The title of the tool that adds new row below currently selected row."
1022
- addRowBelow="Add row below"
1023
- i18n-addRowAbove="kendo.spreadsheet.addRowAbove|The title of the tool that adds new row above currently selected row."
1024
- addRowAbove="Add row above"
1025
- i18n-deleteColumn="kendo.spreadsheet.deleteColumn|The title of the tool that deletes a column."
1026
- deleteColumn="Delete column"
1027
- i18n-deleteRow="kendo.spreadsheet.deleteRow|The title of the tool that deletes a row."
1028
- deleteRow="Delete row"
1029
- i18n-wrap="kendo.spreadsheet.wrap|The title of the Text Wrap tool."
1030
- wrap="Text wrap"
1031
- i18n-align="kendo.spreadsheet.align|The title of the Text Align tool."
1032
- align="Align"
1033
- i18n-alignHorizontal="kendo.spreadsheet.alignHorizontal|The title of the Text Align Horizontal tool."
1034
- alignHorizontal="Align horizontally"
1035
- i18n-alignVertical="kendo.spreadsheet.alignVertical|The title of the Text Align Vertical tool."
1036
- alignVertical="Align vertically"
1037
- i18n-alignLeft="kendo.spreadsheet.alignLeft|The title of the Text Align Left tool."
1038
- alignLeft="Align Left"
1039
- i18n-alignCenter="kendo.spreadsheet.alignCenter|The title of the Text Align Center tool."
1040
- alignCenter="Align Center"
1041
- i18n-alignRight="kendo.spreadsheet.alignRight|The title of the Text Align Right tool."
1042
- alignRight="Align Right"
1043
- i18n-alignJustify="kendo.spreadsheet.alignJustify|The title of the Text Align Justify tool."
1044
- alignJustify="Align Justify"
1045
- i18n-alignTop="kendo.spreadsheet.alignTop|The title of the Text Align Top tool."
1046
- alignTop="Align Top"
1047
- i18n-alignMiddle="kendo.spreadsheet.alignMiddle|The title of the Text Align Middle tool."
1048
- alignMiddle="Align Middle"
1049
- i18n-alignBottom="kendo.spreadsheet.alignBottom|The title of the Text Align Bottom tool."
1050
- alignBottom="Align Bottom"
1051
- i18n-merge="kendo.spreadsheet.merge|The title of the Cells Merge tool."
1052
- merge="Merge"
1053
- i18n-mergeAll="kendo.spreadsheet.mergeAll|The title of the Merge all tool."
1054
- mergeAll="Merge all"
1055
- i18n-mergeHorizontally="kendo.spreadsheet.mergeHorizontally|The title of the Merge horizontally tool."
1056
- mergeHorizontally="Merge horizontally"
1057
- i18n-mergeVertically="kendo.spreadsheet.mergeVertically|The title of the Merge vertically tool."
1058
- mergeVertically="Merge vertically"
1059
- i18n-unmerge="kendo.spreadsheet.unmerge|The title of the Unmerge tool."
1060
- unmerge="Unmerge"
1061
- i18n-insertLink="kendo.spreadsheet.insertLink|The title of the tool that inserts a link."
1062
- insertLink="Insert link"
1063
- i18n-decreaseDecimal="kendo.spreadsheet.decreaseDecimal|The title of the tool that decreases decimals."
1064
- decreaseDecimal="Decrease decimal"
1065
- i18n-increaseDecimal="kendo.spreadsheet.increaseDecimal|The title of the tool that increases decimals."
1066
- increaseDecimal="Increase decimal"
1067
- i18n-increaseFontSize="kendo.spreadsheet.increaseFontSize|The title of the tool that increases the cell font size."
1068
- increaseFontSize="Increase font size"
1069
- i18n-decreaseFontSize="kendo.spreadsheet.decreaseFontSize|The title of the tool that decreases the cell font size."
1070
- decreaseFontSize="Decrease font size"
1071
- i18n-dialogApply="kendo.spreadsheet.dialogApply|The text of the **Apply** button in all Spreadsheet dialogs."
1072
- dialogApply="Apply"
1073
- i18n-dialogCancel="kendo.spreadsheet.dialogCancel|The text of the **Cancel** button in all Spreadsheet dialogs."
1074
- dialogCancel="Cancel"
1075
- i18n-dialogDelete="kendo.spreadsheet.dialogDelete|The text of the **Delete** button in the Delete sheet dialog."
1076
- dialogDelete="Delete"
1077
- i18n-dialogRename="kendo.spreadsheet.dialogRename|The text of the **Rename** button in the Rename sheet dialog."
1078
- dialogRename="Rename"
1079
- i18n-dialogInsert="kendo.spreadsheet.dialogInsert|The text of the **Insert** button in all Spreadsheet dialogs."
1080
- dialogInsert="Insert"
1081
- i18n-dialogRemove="kendo.spreadsheet.dialogRemove|The text of the **Remove** button in all Spreadsheet dialogs."
1082
- dialogRemove="Remove"
1083
- i18n-dialogRemoveLink="kendo.spreadsheet.dialogRemoveLink|The text of the **Remove link** button in the Link tool dialog."
1084
- dialogRemoveLink="Remove link"
1085
- i18n-rename="kendo.spreadsheet.rename|The title of the Rename sheet dialog."
1086
- rename="Rename Sheet"
1087
- i18n-delete="kendo.spreadsheet.delete|The title of the Delete sheet dialog."
1088
- delete="Delete Sheet"
1089
- i18n-nameBox="kendo.spreadsheet.nameBox|The title of the Name Box input."
1090
- nameBox="Name Box"
1091
- i18n-formulaInput="kendo.spreadsheet.formulaInput|The title of the Formula input."
1092
- formulaInput="Formula Input"
1093
- i18n-addSheet="kendo.spreadsheet.addSheet|The title of the Add new sheet button."
1094
- addSheet="Add New Sheet"
1095
- i18n-sheetsMenu="kendo.spreadsheet.sheetsMenu|The title of the Sheets menu button."
1096
- sheetsMenu="All Sheets"
1097
- i18n-openUnsupported="kendo.spreadsheet.openUnsupported|The content of the dialog that warns about an unsupported file type."
1098
- openUnsupported="Unsupported format. Please select an .xlsx file."
1099
- i18n-modifyMerged="kendo.spreadsheet.modifyMerged|The content of the dialog that warns about modifying a merged cell."
1100
- modifyMerged="Cannot change part of a merged cell."
1101
- i18n-cannotModifyDisabled="kendo.spreadsheet.cannotModifyDisabled|The content of the dialog that warns about modifying a disabled cell."
1102
- cannotModifyDisabled="Cannot modify disabled cells."
1103
- i18n-dialogOk="kendo.spreadsheet.dialogOk|The text of the **OK** dialog button."
1104
- dialogOk="OK"
1105
- i18n-dialogError="kendo.spreadsheet.dialogError|The title of an error dialog."
1106
- dialogError="Error"
1107
- i18n-duplicateSheetName="kendo.spreadsheet.duplicateSheetName|The content of the dialog that warns about duplicated sheet name."
1108
- duplicateSheetName="There is an existing sheet with this name. Please enter another name."
1109
- i18n-copy="kendo.spreadsheet.copy|The Copy command text."
1110
- copy="Copy"
1111
- i18n-cut="kendo.spreadsheet.cut|The Cut command text."
1112
- cut="Cut"
1113
- i18n-paste="kendo.spreadsheet.paste|The Paste command text."
1114
- paste="Paste (use Ctrl/⌘ + V)"
1115
- i18n-hideRow="kendo.spreadsheet.hideRow|The Hide row command text."
1116
- hideRow="Hide"
1117
- i18n-unhideRow="kendo.spreadsheet.unhideRow|The Unhide row command text."
1118
- unhideRow="Unhide"
1119
- i18n-hideColumn="kendo.spreadsheet.hideColumn|The Hide column command text."
1120
- hideColumn="Hide"
1121
- i18n-unhideColumn="kendo.spreadsheet.unhideColumn|The Unhide column command text."
1122
- unhideColumn="Unhide"
1123
- i18n-sheetDelete="kendo.spreadsheet.sheetDelete|The text of the Sheet menu Delete option."
1124
- sheetDelete="Delete"
1125
- i18n-sheetRename="kendo.spreadsheet.sheetRename|The text of the Sheet menu Rename option."
1126
- sheetRename="Rename"
1127
- i18n-sheetDuplicate="kendo.spreadsheet.sheetDuplicate|The text of the Sheet menu Duplicate option."
1128
- sheetDuplicate="Duplicate"
1129
- i18n-sheetHide="kendo.spreadsheet.sheetHide|The text of the Sheet menu Hide option."
1130
- sheetHide="Hide"
1131
- i18n-sheetMoveLeft="kendo.spreadsheet.sheetMoveLeft|The text of the Sheet menu Move Left option."
1132
- sheetMoveLeft="Move Left"
1133
- i18n-sheetMoveRight="kendo.spreadsheet.sheetMoveRight|The text of the Sheet menu Move Right option."
1134
- sheetMoveRight="Move Right"
1135
- i18n-invalidNameError="kendo.spreadsheet.invalidNameError|The content of the dialog that warns about invalid name input."
1136
- invalidNameError="{{ 'Invalid name: {inputValue}' }}">
913
+ kendoSpreadsheetLocalizedMessages
914
+ i18n-background="kendo.spreadsheet.background|The title of the tool that changes the text background color."
915
+ background="Background color"
916
+ i18n-color="kendo.spreadsheet.color|The title of the tool that changes the text font color."
917
+ color="Font color"
918
+ i18n-bold="kendo.spreadsheet.bold|The title of the Bold tool."
919
+ bold="Bold"
920
+ i18n-dataValidation="kendo.spreadsheet.dataValidation|The title of the Data Validation tool."
921
+ dataValidation="Data Validation"
922
+ i18n-validationCellRange="kendo.spreadsheet.validationCellRange|The text of the Cell Range label in the data validation dialog."
923
+ validationCellRange="Cell Range"
924
+ i18n-validationCriteria="kendo.spreadsheet.validationCriteria|The text of the Criteria dropdown list label in the data validation dialog."
925
+ validationCriteria="Criteria"
926
+ i18n-validationMinValue="kendo.spreadsheet.validationMinValue|The text of the Min value label in the data validation dialog."
927
+ validationMinValue="Min"
928
+ i18n-validationMaxValue="kendo.spreadsheet.validationMaxValue|The text of the Max value label in the data validation dialog."
929
+ validationMaxValue="Max"
930
+ i18n-validationStartValue="kendo.spreadsheet.validationStartValue|The text of the Start value label in the data validation dialog."
931
+ validationStartValue="Start"
932
+ i18n-validationEndValue="kendo.spreadsheet.validationEndValue|The text of the End value label in the data validation dialog."
933
+ validationEndValue="End"
934
+ i18n-validationValue="kendo.spreadsheet.validationValue|The text of the Value label in the data validation dialog."
935
+ validationValue="Text"
936
+ i18n-validationShowListButtonCheckbox="kendo.spreadsheet.validationShowListButtonCheckbox|The text for the Show list button checkbox label in the data validation dialog."
937
+ validationShowListButtonCheckbox="Display button to show list"
938
+ i18n-validationOnInvalidData="kendo.spreadsheet.validationOnInvalidData|The text for the On invalid data label in the data validation dialog."
939
+ validationOnInvalidData="On invalid data"
940
+ i18n-validationShowDateButtonCheckbox="kendo.spreadsheet.validationShowDateButtonCheckbox|The text for the Show date button checkbox label in the data validation dialog."
941
+ validationShowDateButtonCheckbox="Display button to show Calendar"
942
+ i18n-validationRejectInput="kendo.spreadsheet.validationRejectInput|The text for the Reject input radio button label in the data validation dialog."
943
+ validationRejectInput="Reject input"
944
+ i18n-validationShowWarning="kendo.spreadsheet.validationShowWarning|The text for the Show warning radio button label in the data validation dialog."
945
+ validationShowWarning="Show warning"
946
+ i18n-validationHintTitle="kendo.spreadsheet.validationHintTitle|The text for the Custom hint title input label in the data validation dialog."
947
+ validationHintTitle="Custom hint title"
948
+ i18n-validationHintMessage="kendo.spreadsheet.validationHintMessage|The text for the Custom hint input label in the data validation dialog."
949
+ validationHintMessage="Custom hint"
950
+ i18n-validationShowHint="kendo.spreadsheet.validationShowHint|The text for the Show hint radio button label in the data validation dialog."
951
+ validationShowHint="Show hint"
952
+ i18n-validationIgnoreBlankCheckbox="kendo.spreadsheet.validationIgnoreBlankCheckbox|The text for the Ignore blank checkbox label in the data validation dialog."
953
+ validationIgnoreBlankCheckbox="Ignore blank"
954
+ i18n-validationComparer="kendo.spreadsheet.validationComparer|The text of the Comparer dropdown list label in the data validation dialog."
955
+ validationComparer="Comparer"
956
+ i18n-anyValueValidationCriteria="kendo.spreadsheet.anyValueValidationCriteria|The text of the Any value validation criteria"
957
+ anyValueValidationCriteria="Any value"
958
+ i18n-numberValidationCriteria="kendo.spreadsheet.numberValidationCriteria|The text of the Number validation criteria"
959
+ numberValidationCriteria="Number"
960
+ i18n-textValidationCriteria="kendo.spreadsheet.textValidationCriteria|The text of the Text validation criteria"
961
+ textValidationCriteria="Text"
962
+ i18n-dateValidationCriteria="kendo.spreadsheet.dateValidationCriteria|The text of the Date validation criteria"
963
+ dateValidationCriteria="Date"
964
+ i18n-customFormulaValidationCriteria="kendo.spreadsheet.customFormulaValidationCriteria|The text of the Custom formula validation criteria"
965
+ customFormulaValidationCriteria="Custom Formula"
966
+ i18n-listValidationCriteria="kendo.spreadsheet.listValidationCriteria|The text of the List validation criteria"
967
+ listValidationCriteria="List"
968
+ i18n-greaterThanValidationComparer="kendo.spreadsheet.greaterThanValidationComparer|The text of the greater than validation comparer"
969
+ greaterThanValidationComparer="greater than"
970
+ i18n-lessThanValidationComparer="kendo.spreadsheet.lessThanValidationComparer|The text of the less than validation comparer"
971
+ lessThanValidationComparer="less than"
972
+ i18n-betweenValidationComparer="kendo.spreadsheet.betweenValidationComparer|The text of the between validation comparer"
973
+ betweenValidationComparer="between"
974
+ i18n-notBetweenValidationComparer="kendo.spreadsheet.notBetweenValidationComparer|The text of the not between validation comparer"
975
+ notBetweenValidationComparer="not between"
976
+ i18n-equalToValidationComparer="kendo.spreadsheet.equalToValidationComparer|The text of the equal to validation comparer"
977
+ equalToValidationComparer="equal to"
978
+ i18n-notEqualToValidationComparer="kendo.spreadsheet.notEqualToValidationComparer|The text of the not equal to validation comparer"
979
+ notEqualToValidationComparer="not equal to"
980
+ i18n-greaterThanOrEqualToValidationComparer="kendo.spreadsheet.greaterThanOrEqualToValidationComparer|The text of the greater than on equal to validation comparer"
981
+ greaterThanOrEqualToValidationComparer="greater than or equal to"
982
+ i18n-lessThanOrEqualToValidationComparer="kendo.spreadsheet.lessThanOrEqualToValidationComparer|The text of the less than on equal to validation comparer"
983
+ lessThanOrEqualToValidationComparer="less than or equal to"
984
+ i18n-italic="kendo.spreadsheet.italic|The title of the Italic tool."
985
+ italic="Italic"
986
+ i18n-underline="kendo.spreadsheet.underline|The title of the Underline tool."
987
+ underline="Underline"
988
+ i18n-loadFile="kendo.spreadsheet.loadFile|The title of the Load File tool."
989
+ loadFile="Open..."
990
+ i18n-saveFile="kendo.spreadsheet.saveFile|The title of the Save File tool."
991
+ saveFile="Export..."
992
+ i18n-format="kendo.spreadsheet.format|The text of the Format tool."
993
+ format="Custom format..."
994
+ i18n-fontFamily="kendo.spreadsheet.fontFamily|The text of the Font Family tool."
995
+ fontFamily="Font"
996
+ i18n-fontSize="kendo.spreadsheet.fontSize|The text of the Font Size tool."
997
+ fontSize="Font size"
998
+ i18n-home="kendo.spreadsheet.home|The text of the Home toolbar tab."
999
+ home="Home"
1000
+ i18n-file="kendo.spreadsheet.file|The text of the File toolbar tab."
1001
+ file="File"
1002
+ i18n-insert="kendo.spreadsheet.insert|The text of the Insert toolbar tab."
1003
+ insert="Insert"
1004
+ i18n-formatTab="kendo.spreadsheet.formatTab|The text of the Format toolbar tab."
1005
+ formatTab="Format"
1006
+ i18n-dataTab="kendo.spreadsheet.dataTab|The text of the Data toolbar tab."
1007
+ dataTab="Data"
1008
+ i18n-view="kendo.spreadsheet.view|The text of the View toolbar tab."
1009
+ view="View"
1010
+ i18n-undo="kendo.spreadsheet.undo|The title of the Undo tool."
1011
+ undo="Undo"
1012
+ i18n-redo="kendo.spreadsheet.redo|The title of the Redo tool."
1013
+ redo="Redo"
1014
+ i18n-gridLines="kendo.spreadsheet.gridLines|The title of the Grid Lines tool."
1015
+ gridLines="Toggle grid lines"
1016
+ i18n-addColumnLeft="kendo.spreadsheet.addColumnLeft|The title of the tool that adds new column before currently selected column."
1017
+ addColumnLeft="Add column left"
1018
+ i18n-addColumnRight="kendo.spreadsheet.addColumnRight|The title of the tool that adds new column after currently selected column."
1019
+ addColumnRight="Add column right"
1020
+ i18n-addRowBelow="kendo.spreadsheet.addRowBelow|The title of the tool that adds new row below currently selected row."
1021
+ addRowBelow="Add row below"
1022
+ i18n-addRowAbove="kendo.spreadsheet.addRowAbove|The title of the tool that adds new row above currently selected row."
1023
+ addRowAbove="Add row above"
1024
+ i18n-deleteColumn="kendo.spreadsheet.deleteColumn|The title of the tool that deletes a column."
1025
+ deleteColumn="Delete column"
1026
+ i18n-deleteRow="kendo.spreadsheet.deleteRow|The title of the tool that deletes a row."
1027
+ deleteRow="Delete row"
1028
+ i18n-wrap="kendo.spreadsheet.wrap|The title of the Text Wrap tool."
1029
+ wrap="Text wrap"
1030
+ i18n-align="kendo.spreadsheet.align|The title of the Text Align tool."
1031
+ align="Align"
1032
+ i18n-alignHorizontal="kendo.spreadsheet.alignHorizontal|The title of the Text Align Horizontal tool."
1033
+ alignHorizontal="Align horizontally"
1034
+ i18n-alignVertical="kendo.spreadsheet.alignVertical|The title of the Text Align Vertical tool."
1035
+ alignVertical="Align vertically"
1036
+ i18n-alignLeft="kendo.spreadsheet.alignLeft|The title of the Text Align Left tool."
1037
+ alignLeft="Align Left"
1038
+ i18n-alignCenter="kendo.spreadsheet.alignCenter|The title of the Text Align Center tool."
1039
+ alignCenter="Align Center"
1040
+ i18n-alignRight="kendo.spreadsheet.alignRight|The title of the Text Align Right tool."
1041
+ alignRight="Align Right"
1042
+ i18n-alignJustify="kendo.spreadsheet.alignJustify|The title of the Text Align Justify tool."
1043
+ alignJustify="Align Justify"
1044
+ i18n-alignTop="kendo.spreadsheet.alignTop|The title of the Text Align Top tool."
1045
+ alignTop="Align Top"
1046
+ i18n-alignMiddle="kendo.spreadsheet.alignMiddle|The title of the Text Align Middle tool."
1047
+ alignMiddle="Align Middle"
1048
+ i18n-alignBottom="kendo.spreadsheet.alignBottom|The title of the Text Align Bottom tool."
1049
+ alignBottom="Align Bottom"
1050
+ i18n-merge="kendo.spreadsheet.merge|The title of the Cells Merge tool."
1051
+ merge="Merge"
1052
+ i18n-mergeAll="kendo.spreadsheet.mergeAll|The title of the Merge all tool."
1053
+ mergeAll="Merge all"
1054
+ i18n-mergeHorizontally="kendo.spreadsheet.mergeHorizontally|The title of the Merge horizontally tool."
1055
+ mergeHorizontally="Merge horizontally"
1056
+ i18n-mergeVertically="kendo.spreadsheet.mergeVertically|The title of the Merge vertically tool."
1057
+ mergeVertically="Merge vertically"
1058
+ i18n-unmerge="kendo.spreadsheet.unmerge|The title of the Unmerge tool."
1059
+ unmerge="Unmerge"
1060
+ i18n-insertLink="kendo.spreadsheet.insertLink|The title of the tool that inserts a link."
1061
+ insertLink="Insert link"
1062
+ i18n-decreaseDecimal="kendo.spreadsheet.decreaseDecimal|The title of the tool that decreases decimals."
1063
+ decreaseDecimal="Decrease decimal"
1064
+ i18n-increaseDecimal="kendo.spreadsheet.increaseDecimal|The title of the tool that increases decimals."
1065
+ increaseDecimal="Increase decimal"
1066
+ i18n-increaseFontSize="kendo.spreadsheet.increaseFontSize|The title of the tool that increases the cell font size."
1067
+ increaseFontSize="Increase font size"
1068
+ i18n-decreaseFontSize="kendo.spreadsheet.decreaseFontSize|The title of the tool that decreases the cell font size."
1069
+ decreaseFontSize="Decrease font size"
1070
+ i18n-dialogApply="kendo.spreadsheet.dialogApply|The text of the **Apply** button in all Spreadsheet dialogs."
1071
+ dialogApply="Apply"
1072
+ i18n-dialogCancel="kendo.spreadsheet.dialogCancel|The text of the **Cancel** button in all Spreadsheet dialogs."
1073
+ dialogCancel="Cancel"
1074
+ i18n-dialogDelete="kendo.spreadsheet.dialogDelete|The text of the **Delete** button in the Delete sheet dialog."
1075
+ dialogDelete="Delete"
1076
+ i18n-dialogRename="kendo.spreadsheet.dialogRename|The text of the **Rename** button in the Rename sheet dialog."
1077
+ dialogRename="Rename"
1078
+ i18n-dialogInsert="kendo.spreadsheet.dialogInsert|The text of the **Insert** button in all Spreadsheet dialogs."
1079
+ dialogInsert="Insert"
1080
+ i18n-dialogRemove="kendo.spreadsheet.dialogRemove|The text of the **Remove** button in all Spreadsheet dialogs."
1081
+ dialogRemove="Remove"
1082
+ i18n-dialogRemoveLink="kendo.spreadsheet.dialogRemoveLink|The text of the **Remove link** button in the Link tool dialog."
1083
+ dialogRemoveLink="Remove link"
1084
+ i18n-rename="kendo.spreadsheet.rename|The title of the Rename sheet dialog."
1085
+ rename="Rename Sheet"
1086
+ i18n-delete="kendo.spreadsheet.delete|The title of the Delete sheet dialog."
1087
+ delete="Delete Sheet"
1088
+ i18n-nameBox="kendo.spreadsheet.nameBox|The title of the Name Box input."
1089
+ nameBox="Name Box"
1090
+ i18n-formulaInput="kendo.spreadsheet.formulaInput|The title of the Formula input."
1091
+ formulaInput="Formula Input"
1092
+ i18n-addSheet="kendo.spreadsheet.addSheet|The title of the Add new sheet button."
1093
+ addSheet="Add New Sheet"
1094
+ i18n-sheetsMenu="kendo.spreadsheet.sheetsMenu|The title of the Sheets menu button."
1095
+ sheetsMenu="All Sheets"
1096
+ i18n-openUnsupported="kendo.spreadsheet.openUnsupported|The content of the dialog that warns about an unsupported file type."
1097
+ openUnsupported="Unsupported format. Please select an .xlsx file."
1098
+ i18n-modifyMerged="kendo.spreadsheet.modifyMerged|The content of the dialog that warns about modifying a merged cell."
1099
+ modifyMerged="Cannot change part of a merged cell."
1100
+ i18n-cannotModifyDisabled="kendo.spreadsheet.cannotModifyDisabled|The content of the dialog that warns about modifying a disabled cell."
1101
+ cannotModifyDisabled="Cannot modify disabled cells."
1102
+ i18n-dialogOk="kendo.spreadsheet.dialogOk|The text of the **OK** dialog button."
1103
+ dialogOk="OK"
1104
+ i18n-dialogError="kendo.spreadsheet.dialogError|The title of an error dialog."
1105
+ dialogError="Error"
1106
+ i18n-duplicateSheetName="kendo.spreadsheet.duplicateSheetName|The content of the dialog that warns about duplicated sheet name."
1107
+ duplicateSheetName="There is an existing sheet with this name. Please enter another name."
1108
+ i18n-copy="kendo.spreadsheet.copy|The Copy command text."
1109
+ copy="Copy"
1110
+ i18n-cut="kendo.spreadsheet.cut|The Cut command text."
1111
+ cut="Cut"
1112
+ i18n-paste="kendo.spreadsheet.paste|The Paste command text."
1113
+ paste="Paste (use Ctrl/⌘ + V)"
1114
+ i18n-hideRow="kendo.spreadsheet.hideRow|The Hide row command text."
1115
+ hideRow="Hide"
1116
+ i18n-unhideRow="kendo.spreadsheet.unhideRow|The Unhide row command text."
1117
+ unhideRow="Unhide"
1118
+ i18n-hideColumn="kendo.spreadsheet.hideColumn|The Hide column command text."
1119
+ hideColumn="Hide"
1120
+ i18n-unhideColumn="kendo.spreadsheet.unhideColumn|The Unhide column command text."
1121
+ unhideColumn="Unhide"
1122
+ i18n-sheetDelete="kendo.spreadsheet.sheetDelete|The text of the Sheet menu Delete option."
1123
+ sheetDelete="Delete"
1124
+ i18n-sheetRename="kendo.spreadsheet.sheetRename|The text of the Sheet menu Rename option."
1125
+ sheetRename="Rename"
1126
+ i18n-sheetDuplicate="kendo.spreadsheet.sheetDuplicate|The text of the Sheet menu Duplicate option."
1127
+ sheetDuplicate="Duplicate"
1128
+ i18n-sheetHide="kendo.spreadsheet.sheetHide|The text of the Sheet menu Hide option."
1129
+ sheetHide="Hide"
1130
+ i18n-sheetMoveLeft="kendo.spreadsheet.sheetMoveLeft|The text of the Sheet menu Move Left option."
1131
+ sheetMoveLeft="Move Left"
1132
+ i18n-sheetMoveRight="kendo.spreadsheet.sheetMoveRight|The text of the Sheet menu Move Right option."
1133
+ sheetMoveRight="Move Right"
1134
+ i18n-invalidNameError="kendo.spreadsheet.invalidNameError|The content of the dialog that warns about invalid name input."
1135
+ invalidNameError="{{ 'Invalid name: {inputValue}' }}">
1137
1136
  </ng-container>
1138
1137
  <div class="k-spreadsheet-header">
1139
- <kendo-menu kendoSpreadsheetMenu (select)="onMenuItemSelect($event)">
1140
- <kendo-menu-item *ngFor="let item of menuItems" [text]="item.text" [cssClass]="item.cssClass"></kendo-menu-item>
1141
- </kendo-menu>
1142
- <kendo-toolbar *ngIf="selectedMenuItem?.active && selectedMenuItem.id === 'file'"
1143
- [attr.aria-label]="messageFor('file')"
1144
- fillMode="flat"
1145
- class="k-spreadsheet-toolbar"
1146
- [overflow]="overflow">
1147
- <kendo-spreadsheet-load-file-tool></kendo-spreadsheet-load-file-tool>
1148
- <kendo-toolbar-button kendoSpreadsheetSaveFile></kendo-toolbar-button>
1138
+ <kendo-menu kendoSpreadsheetMenu (select)="onMenuItemSelect($event)">
1139
+ @for (item of menuItems; track item) {
1140
+ <kendo-menu-item [text]="item.text" [cssClass]="item.cssClass"></kendo-menu-item>
1141
+ }
1142
+ </kendo-menu>
1143
+ @if (selectedMenuItem?.active && selectedMenuItem.id === 'file') {
1144
+ <kendo-toolbar
1145
+ [attr.aria-label]="messageFor('file')"
1146
+ fillMode="flat"
1147
+ class="k-spreadsheet-toolbar"
1148
+ [overflow]="overflow">
1149
+ <kendo-spreadsheet-load-file-tool></kendo-spreadsheet-load-file-tool>
1150
+ <kendo-toolbar-button kendoSpreadsheetSaveFile></kendo-toolbar-button>
1149
1151
  </kendo-toolbar>
1150
- <kendo-toolbar *ngIf="selectedMenuItem?.active && selectedMenuItem.id === 'home'"
1151
- [attr.aria-label]="messageFor('home')"
1152
- class="k-spreadsheet-toolbar"
1153
- fillMode="flat"
1154
- [overflow]="overflow">
1155
- <kendo-toolbar-button kendoSpreadsheetUndo></kendo-toolbar-button>
1156
- <kendo-toolbar-button kendoSpreadsheetRedo></kendo-toolbar-button>
1157
- <kendo-toolbar-separator></kendo-toolbar-separator>
1158
- <kendo-toolbar-dropdownlist kendoSpreadsheetFontFamily></kendo-toolbar-dropdownlist>
1159
- <kendo-toolbar-dropdownlist kendoSpreadsheetFontSize></kendo-toolbar-dropdownlist>
1160
- <kendo-toolbar-buttongroup fillMode="flat">
1161
- <kendo-toolbar-button kendoSpreadsheetIncreaseFontSize></kendo-toolbar-button>
1162
- <kendo-toolbar-button kendoSpreadsheetDecreaseFontSize></kendo-toolbar-button>
1163
- </kendo-toolbar-buttongroup>
1164
- <kendo-toolbar-separator></kendo-toolbar-separator>
1165
- <kendo-toolbar-buttongroup fillMode="flat">
1166
- <kendo-toolbar-button kendoSpreadsheetBold></kendo-toolbar-button>
1167
- <kendo-toolbar-button kendoSpreadsheetItalic></kendo-toolbar-button>
1168
- <kendo-toolbar-button kendoSpreadsheetUnderline></kendo-toolbar-button>
1169
- </kendo-toolbar-buttongroup>
1170
- <kendo-spreadsheet-forecolor-tool></kendo-spreadsheet-forecolor-tool>
1171
- <kendo-toolbar-separator></kendo-toolbar-separator>
1172
- <kendo-spreadsheet-backcolor-tool></kendo-spreadsheet-backcolor-tool>
1173
- <kendo-toolbar-separator></kendo-toolbar-separator>
1174
- <kendo-toolbar-dropdownbutton kendoSpreadsheetHorizontalTextAlign></kendo-toolbar-dropdownbutton>
1175
- <kendo-toolbar-dropdownbutton kendoSpreadsheetVerticalTextAlign></kendo-toolbar-dropdownbutton>
1176
- <kendo-toolbar-button kendoSpreadsheetTextWrap></kendo-toolbar-button>
1177
- <kendo-toolbar-separator></kendo-toolbar-separator>
1178
- <kendo-toolbar-dropdownbutton kendoSpreadsheetFormat></kendo-toolbar-dropdownbutton>
1152
+ }
1153
+ @if (selectedMenuItem?.active && selectedMenuItem.id === 'home') {
1154
+ <kendo-toolbar
1155
+ [attr.aria-label]="messageFor('home')"
1156
+ class="k-spreadsheet-toolbar"
1157
+ fillMode="flat"
1158
+ [overflow]="overflow">
1159
+ <kendo-toolbar-button kendoSpreadsheetUndo></kendo-toolbar-button>
1160
+ <kendo-toolbar-button kendoSpreadsheetRedo></kendo-toolbar-button>
1161
+ <kendo-toolbar-separator></kendo-toolbar-separator>
1162
+ <kendo-toolbar-dropdownlist kendoSpreadsheetFontFamily></kendo-toolbar-dropdownlist>
1163
+ <kendo-toolbar-dropdownlist kendoSpreadsheetFontSize></kendo-toolbar-dropdownlist>
1164
+ <kendo-toolbar-buttongroup fillMode="flat">
1165
+ <kendo-toolbar-button kendoSpreadsheetIncreaseFontSize></kendo-toolbar-button>
1166
+ <kendo-toolbar-button kendoSpreadsheetDecreaseFontSize></kendo-toolbar-button>
1167
+ </kendo-toolbar-buttongroup>
1168
+ <kendo-toolbar-separator></kendo-toolbar-separator>
1169
+ <kendo-toolbar-buttongroup fillMode="flat">
1170
+ <kendo-toolbar-button kendoSpreadsheetBold></kendo-toolbar-button>
1171
+ <kendo-toolbar-button kendoSpreadsheetItalic></kendo-toolbar-button>
1172
+ <kendo-toolbar-button kendoSpreadsheetUnderline></kendo-toolbar-button>
1173
+ </kendo-toolbar-buttongroup>
1174
+ <kendo-spreadsheet-forecolor-tool></kendo-spreadsheet-forecolor-tool>
1175
+ <kendo-toolbar-separator></kendo-toolbar-separator>
1176
+ <kendo-spreadsheet-backcolor-tool></kendo-spreadsheet-backcolor-tool>
1177
+ <kendo-toolbar-separator></kendo-toolbar-separator>
1178
+ <kendo-toolbar-dropdownbutton kendoSpreadsheetHorizontalTextAlign></kendo-toolbar-dropdownbutton>
1179
+ <kendo-toolbar-dropdownbutton kendoSpreadsheetVerticalTextAlign></kendo-toolbar-dropdownbutton>
1180
+ <kendo-toolbar-button kendoSpreadsheetTextWrap></kendo-toolbar-button>
1181
+ <kendo-toolbar-separator></kendo-toolbar-separator>
1182
+ <kendo-toolbar-dropdownbutton kendoSpreadsheetFormat></kendo-toolbar-dropdownbutton>
1179
1183
  </kendo-toolbar>
1180
- <kendo-toolbar *ngIf="selectedMenuItem?.active && selectedMenuItem.id === 'insert'"
1181
- [attr.aria-label]="messageFor('insert')"
1182
- fillMode="flat"
1183
- class="k-spreadsheet-toolbar"
1184
- [overflow]="overflow">
1185
- <kendo-toolbar-button kendoSpreadsheetInsertLink></kendo-toolbar-button>
1186
- <kendo-toolbar-separator></kendo-toolbar-separator>
1187
- <kendo-toolbar-button kendoSpreadsheetAddColumnLeftButton></kendo-toolbar-button>
1188
- <kendo-toolbar-button kendoSpreadsheetAddColumnRightButton></kendo-toolbar-button>
1189
- <kendo-toolbar-button kendoSpreadsheetAddRowBelowButton></kendo-toolbar-button>
1190
- <kendo-toolbar-button kendoSpreadsheetAddRowAboveButton></kendo-toolbar-button>
1191
- <kendo-toolbar-separator></kendo-toolbar-separator>
1192
- <kendo-toolbar-button kendoSpreadsheetDeleteColumnButton></kendo-toolbar-button>
1193
- <kendo-toolbar-button kendoSpreadsheetDeleteRowButton></kendo-toolbar-button>
1184
+ }
1185
+ @if (selectedMenuItem?.active && selectedMenuItem.id === 'insert') {
1186
+ <kendo-toolbar
1187
+ [attr.aria-label]="messageFor('insert')"
1188
+ fillMode="flat"
1189
+ class="k-spreadsheet-toolbar"
1190
+ [overflow]="overflow">
1191
+ <kendo-toolbar-button kendoSpreadsheetInsertLink></kendo-toolbar-button>
1192
+ <kendo-toolbar-separator></kendo-toolbar-separator>
1193
+ <kendo-toolbar-button kendoSpreadsheetAddColumnLeftButton></kendo-toolbar-button>
1194
+ <kendo-toolbar-button kendoSpreadsheetAddColumnRightButton></kendo-toolbar-button>
1195
+ <kendo-toolbar-button kendoSpreadsheetAddRowBelowButton></kendo-toolbar-button>
1196
+ <kendo-toolbar-button kendoSpreadsheetAddRowAboveButton></kendo-toolbar-button>
1197
+ <kendo-toolbar-separator></kendo-toolbar-separator>
1198
+ <kendo-toolbar-button kendoSpreadsheetDeleteColumnButton></kendo-toolbar-button>
1199
+ <kendo-toolbar-button kendoSpreadsheetDeleteRowButton></kendo-toolbar-button>
1194
1200
  </kendo-toolbar>
1195
- <kendo-toolbar *ngIf="selectedMenuItem?.active && selectedMenuItem.id === 'format'"
1196
- [attr.aria-label]="messageFor('formatTab')"
1197
- fillMode="flat"
1198
- class="k-spreadsheet-toolbar"
1199
- [overflow]="overflow">
1200
- <kendo-toolbar-button kendoSpreadsheetDecreaseDecimal></kendo-toolbar-button>
1201
- <kendo-toolbar-button kendoSpreadsheetIncreaseDecimal></kendo-toolbar-button>
1201
+ }
1202
+ @if (selectedMenuItem?.active && selectedMenuItem.id === 'format') {
1203
+ <kendo-toolbar
1204
+ [attr.aria-label]="messageFor('formatTab')"
1205
+ fillMode="flat"
1206
+ class="k-spreadsheet-toolbar"
1207
+ [overflow]="overflow">
1208
+ <kendo-toolbar-button kendoSpreadsheetDecreaseDecimal></kendo-toolbar-button>
1209
+ <kendo-toolbar-button kendoSpreadsheetIncreaseDecimal></kendo-toolbar-button>
1202
1210
  </kendo-toolbar>
1203
- <kendo-toolbar *ngIf="selectedMenuItem?.active && selectedMenuItem.id === 'view'"
1204
- [attr.aria-label]="messageFor('view')"
1205
- fillMode="flat"
1206
- class="k-spreadsheet-toolbar"
1207
- [overflow]="overflow">
1208
- <kendo-toolbar-dropdownbutton kendoSpreadsheetMerge></kendo-toolbar-dropdownbutton>
1209
- <kendo-toolbar-separator></kendo-toolbar-separator>
1210
- <kendo-toolbar-button kendoSpreadsheetGridLines></kendo-toolbar-button>
1211
+ }
1212
+ @if (selectedMenuItem?.active && selectedMenuItem.id === 'view') {
1213
+ <kendo-toolbar
1214
+ [attr.aria-label]="messageFor('view')"
1215
+ fillMode="flat"
1216
+ class="k-spreadsheet-toolbar"
1217
+ [overflow]="overflow">
1218
+ <kendo-toolbar-dropdownbutton kendoSpreadsheetMerge></kendo-toolbar-dropdownbutton>
1219
+ <kendo-toolbar-separator></kendo-toolbar-separator>
1220
+ <kendo-toolbar-button kendoSpreadsheetGridLines></kendo-toolbar-button>
1211
1221
  </kendo-toolbar>
1212
- <kendo-toolbar *ngIf="selectedMenuItem?.active && selectedMenuItem.id === 'data'"
1213
- [attr.aria-label]="messageFor('dataTab')"
1214
- fillMode="flat"
1215
- class="k-spreadsheet-toolbar"
1216
- [overflow]="overflow">
1217
- <kendo-toolbar-button kendoSpreadsheetDataValidation></kendo-toolbar-button>
1222
+ }
1223
+ @if (selectedMenuItem?.active && selectedMenuItem.id === 'data') {
1224
+ <kendo-toolbar
1225
+ [attr.aria-label]="messageFor('dataTab')"
1226
+ fillMode="flat"
1227
+ class="k-spreadsheet-toolbar"
1228
+ [overflow]="overflow">
1229
+ <kendo-toolbar-button kendoSpreadsheetDataValidation></kendo-toolbar-button>
1218
1230
  </kendo-toolbar>
1231
+ }
1219
1232
  </div>
1220
1233
  <div class="k-spreadsheet-action-bar">
1221
- <div #nameBox kendoSpreadsheetNameBox [spreadsheetWidget]="spreadsheetWidget"></div>
1222
- <div class="k-spreadsheet-formula-bar">
1223
- <span class="k-separator k-separator-vertical"></span>
1224
- <kendo-icon-wrapper
1225
- name="formula-fx"
1226
- [svgIcon]="formulaFxIcon">
1227
- </kendo-icon-wrapper>
1228
- <span class="k-separator k-separator-vertical"></span>
1229
- <div
1230
- #formulaBar
1231
- kendoSpreadsheetFormulaInput
1232
- [formulaListMaxHeight]="formulaListMaxHeight"
1233
- class="k-textbox k-input k-input-md k-input-flat k-rounded-md"></div>
1234
- </div>
1234
+ <div #nameBox kendoSpreadsheetNameBox [spreadsheetWidget]="spreadsheetWidget"></div>
1235
+ <div class="k-spreadsheet-formula-bar">
1236
+ <span class="k-separator k-separator-vertical"></span>
1237
+ <kendo-icon-wrapper
1238
+ name="formula-fx"
1239
+ [svgIcon]="formulaFxIcon">
1240
+ </kendo-icon-wrapper>
1241
+ <span class="k-separator k-separator-vertical"></span>
1242
+ <div
1243
+ #formulaBar
1244
+ kendoSpreadsheetFormulaInput
1245
+ [formulaListMaxHeight]="formulaListMaxHeight"
1246
+ class="k-textbox k-input k-input-md k-input-flat k-rounded-md"></div>
1247
+ </div>
1235
1248
  </div>
1236
1249
  <div class="k-spreadsheet-view">
1237
- <div class="k-spreadsheet-fixed-container"></div>
1238
- <div class="k-spreadsheet-scroller">
1239
- <div class="k-spreadsheet-view-size"></div>
1240
- </div>
1241
- <div tabIndex="0" class="k-spreadsheet-clipboard" contentEditable="true"></div>
1242
- <div #formulaCell kendoSpreadsheetFormulaInput class="k-spreadsheet-cell-editor" data-role="formulainput"></div>
1250
+ <div class="k-spreadsheet-fixed-container"></div>
1251
+ <div class="k-spreadsheet-scroller">
1252
+ <div class="k-spreadsheet-view-size"></div>
1253
+ </div>
1254
+ <div tabIndex="0" class="k-spreadsheet-clipboard" contentEditable="true"></div>
1255
+ <div #formulaCell kendoSpreadsheetFormulaInput class="k-spreadsheet-cell-editor" data-role="formulainput"></div>
1243
1256
  </div>
1244
1257
  <div class="k-spreadsheet-sheets-bar"
1245
- kendoSpreadsheetSheetsBar
1246
- [sheets]="sheetsInfo"
1247
- [sheetDescriptors]="sheets">
1258
+ kendoSpreadsheetSheetsBar
1259
+ [sheets]="sheetsInfo"
1260
+ [sheetDescriptors]="sheets">
1248
1261
  </div>
1249
1262
  <ng-container #dialogContainer></ng-container>
1250
-
1263
+
1251
1264
  <kendo-contextmenu
1252
- #contextMenu
1253
- [items]="contextMenuItems"
1254
- (select)="onContextMenuSelect($event)"></kendo-contextmenu>
1255
-
1256
- <div kendoWatermarkOverlay *ngIf="showLicenseWatermark" [licenseMessage]="licenseMessage"></div>
1257
- `, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoSpreadsheetLocalizedMessages]" }, { kind: "component", type: MenuComponent, selector: "kendo-menu", inputs: ["appendTo", "menuItemTemplate", "ariaRole", "menuItemLinkTemplate"], outputs: ["select", "open", "close"], exportAs: ["kendoMenu"] }, { kind: "directive", type: MainMenuDirective, selector: "[kendoSpreadsheetMenu]" }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: MenuItemComponent, selector: "kendo-menu-item", inputs: ["text", "url", "disabled", "cssClass", "cssStyle", "icon", "svgIcon", "data", "separator"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ToolBarComponent, selector: "kendo-toolbar", inputs: ["overflow", "resizable", "popupSettings", "fillMode", "tabindex", "size", "tabIndex", "showIcon", "showText"], outputs: ["open", "close"], exportAs: ["kendoToolBar"] }, { kind: "component", type: SpreadsheetLoadFileComponent, selector: "kendo-spreadsheet-load-file-tool" }, { kind: "component", type: ToolBarButtonComponent, selector: "kendo-toolbar-button", inputs: ["showText", "showIcon", "text", "style", "className", "title", "disabled", "toggleable", "look", "togglable", "selected", "fillMode", "rounded", "themeColor", "icon", "iconClass", "svgIcon", "imageUrl"], outputs: ["click", "pointerdown", "selectedChange"], exportAs: ["kendoToolBarButton"] }, { kind: "directive", type: SpreadsheetSaveFileDirective, selector: "[kendoSpreadsheetSaveFile]" }, { kind: "component", type: ToolBarButtonGroupComponent, selector: "kendo-toolbar-buttongroup", inputs: ["disabled", "fillMode", "selection", "width", "look"], exportAs: ["kendoToolBarButtonGroup"] }, { kind: "directive", type: SpreadsheetUndoDirective, selector: "kendo-toolbar-button[kendoSpreadsheetUndo]" }, { kind: "directive", type: SpreadsheetRedoDirective, selector: "kendo-toolbar-button[kendoSpreadsheetRedo]" }, { kind: "component", type: ToolBarSeparatorComponent, selector: "kendo-toolbar-separator", exportAs: ["kendoToolBarSeparator"] }, { kind: "component", type: SpreadsheetFontFamilyComponent, selector: "kendo-toolbar-dropdownlist[kendoSpreadsheetFontFamily]" }, { kind: "component", type: SpreadsheetFontSizeComponent, selector: "kendo-toolbar-dropdownlist[kendoSpreadsheetFontSize]" }, { kind: "directive", type: SpreadsheetIncreaseFontSizeDirective, selector: "kendo-toolbar-button[kendoSpreadsheetIncreaseFontSize]" }, { kind: "directive", type: SpreadsheetDecreaseFontSizeDirective, selector: "kendo-toolbar-button[kendoSpreadsheetDecreaseFontSize]" }, { kind: "directive", type: SpreadsheetBoldDirective, selector: "kendo-toolbar-button[kendoSpreadsheetBold]" }, { kind: "directive", type: SpreadsheetItalicDirective, selector: "kendo-toolbar-button[kendoSpreadsheetItalic]" }, { kind: "directive", type: SpreadsheetUnderlineDirective, selector: "kendo-toolbar-button[kendoSpreadsheetUnderline]" }, { kind: "component", type: SpreadsheetForeColorComponent, selector: "kendo-spreadsheet-forecolor-tool" }, { kind: "component", type: SpreadsheetBackColorComponent, selector: "kendo-spreadsheet-backcolor-tool" }, { kind: "component", type: ToolBarDropDownButtonComponent, selector: "kendo-toolbar-dropdownbutton", inputs: ["arrowIcon", "title", "showText", "showIcon", "text", "icon", "svgIcon", "iconClass", "imageUrl", "popupSettings", "look", "primary", "fillMode", "themeColor", "buttonClass", "textField", "disabled", "data"], outputs: ["itemClick", "open", "close"], exportAs: ["kendoToolBarDropDownButton"] }, { kind: "directive", type: SpreadsheetHorizontalTextAlignDirective, selector: "[kendoSpreadsheetHorizontalTextAlign]" }, { kind: "directive", type: SpreadsheetVerticalTextAlignDirective, selector: "[kendoSpreadsheetVerticalTextAlign]" }, { kind: "directive", type: SpreadsheetTextWrapDirective, selector: "kendo-toolbar-button[kendoSpreadsheetTextWrap]" }, { kind: "directive", type: SpreadsheetFormatDirective, selector: "[kendoSpreadsheetFormat]" }, { kind: "directive", type: SpreadsheetInsertLinkDirective, selector: "kendo-toolbar-button[kendoSpreadsheetInsertLink]" }, { kind: "directive", type: SpreadsheetAddColumnLeftButtonDirective, selector: "kendo-toolbar-button[kendoSpreadsheetAddColumnLeftButton]" }, { kind: "directive", type: SpreadsheetAddColumnRightButtonDirective, selector: "kendo-toolbar-button[kendoSpreadsheetAddColumnRightButton]" }, { kind: "directive", type: SpreadsheetAddRowBelowButtonDirective, selector: "kendo-toolbar-button[kendoSpreadsheetAddRowBelowButton]" }, { kind: "directive", type: SpreadsheetAddRowAboveButtonDirective, selector: "kendo-toolbar-button[kendoSpreadsheetAddRowAboveButton]" }, { kind: "directive", type: SpreadsheetDeleteColumnButtonDirective, selector: "kendo-toolbar-button[kendoSpreadsheetDeleteColumnButton]" }, { kind: "directive", type: SpreadsheetDeleteRowButtonDirective, selector: "kendo-toolbar-button[kendoSpreadsheetDeleteRowButton]" }, { kind: "directive", type: SpreadsheetDecreaseDecimalDirective, selector: "kendo-toolbar-button[kendoSpreadsheetDecreaseDecimal]" }, { kind: "directive", type: SpreadsheetIncreaseDecimalDirective, selector: "kendo-toolbar-button[kendoSpreadsheetIncreaseDecimal]" }, { kind: "directive", type: SpreadsheetMergeDirective, selector: "[kendoSpreadsheetMerge]" }, { kind: "directive", type: SpreadsheetGridLinesDirective, selector: "kendo-toolbar-button[kendoSpreadsheetGridLines]" }, { kind: "component", type: NameBoxComponent, selector: "[kendoSpreadsheetNameBox]", inputs: ["data", "spreadsheetWidget"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: FormulaInputDirective, selector: "[kendoSpreadsheetFormulaInput]", inputs: ["formulaListMaxHeight"] }, { kind: "component", type: SheetsBarComponent, selector: "[kendoSpreadsheetSheetsBar]", inputs: ["sheets", "sheetDescriptors"] }, { kind: "component", type: ContextMenuComponent, selector: "kendo-contextmenu", inputs: ["showOn", "target", "filter", "alignToAnchor", "vertical", "popupAnimate", "popupAlign", "anchorAlign", "collision", "appendTo", "ariaLabel"], outputs: ["popupOpen", "popupClose", "select", "open", "close"], exportAs: ["kendoContextMenu"] }, { kind: "component", type: WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]", inputs: ["licenseMessage"] }, { kind: "directive", type: SpreadsheetDataValidationDirective, selector: "kendo-toolbar-button[kendoSpreadsheetDataValidation]" }] });
1265
+ #contextMenu
1266
+ [items]="contextMenuItems"
1267
+ (select)="onContextMenuSelect($event)"></kendo-contextmenu>
1268
+
1269
+ @if (showLicenseWatermark) {
1270
+ <div kendoWatermarkOverlay [licenseMessage]="licenseMessage"></div>
1271
+ }
1272
+ `, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoSpreadsheetLocalizedMessages]" }, { kind: "component", type: MenuComponent, selector: "kendo-menu", inputs: ["appendTo", "menuItemTemplate", "ariaRole", "menuItemLinkTemplate"], outputs: ["select", "open", "close"], exportAs: ["kendoMenu"] }, { kind: "directive", type: MainMenuDirective, selector: "[kendoSpreadsheetMenu]" }, { kind: "component", type: MenuItemComponent, selector: "kendo-menu-item", inputs: ["text", "url", "disabled", "cssClass", "cssStyle", "icon", "svgIcon", "data", "separator"] }, { kind: "component", type: ToolBarComponent, selector: "kendo-toolbar", inputs: ["overflow", "resizable", "popupSettings", "fillMode", "tabindex", "size", "tabIndex", "showIcon", "showText"], outputs: ["open", "close"], exportAs: ["kendoToolBar"] }, { kind: "component", type: SpreadsheetLoadFileComponent, selector: "kendo-spreadsheet-load-file-tool" }, { kind: "component", type: ToolBarButtonComponent, selector: "kendo-toolbar-button", inputs: ["showText", "showIcon", "text", "style", "className", "title", "disabled", "toggleable", "look", "togglable", "selected", "fillMode", "rounded", "themeColor", "icon", "iconClass", "svgIcon", "imageUrl"], outputs: ["click", "pointerdown", "selectedChange"], exportAs: ["kendoToolBarButton"] }, { kind: "directive", type: SpreadsheetSaveFileDirective, selector: "[kendoSpreadsheetSaveFile]" }, { kind: "component", type: ToolBarButtonGroupComponent, selector: "kendo-toolbar-buttongroup", inputs: ["disabled", "fillMode", "selection", "width", "look"], exportAs: ["kendoToolBarButtonGroup"] }, { kind: "directive", type: SpreadsheetUndoDirective, selector: "kendo-toolbar-button[kendoSpreadsheetUndo]" }, { kind: "directive", type: SpreadsheetRedoDirective, selector: "kendo-toolbar-button[kendoSpreadsheetRedo]" }, { kind: "component", type: ToolBarSeparatorComponent, selector: "kendo-toolbar-separator", exportAs: ["kendoToolBarSeparator"] }, { kind: "component", type: SpreadsheetFontFamilyComponent, selector: "kendo-toolbar-dropdownlist[kendoSpreadsheetFontFamily]" }, { kind: "component", type: SpreadsheetFontSizeComponent, selector: "kendo-toolbar-dropdownlist[kendoSpreadsheetFontSize]" }, { kind: "directive", type: SpreadsheetIncreaseFontSizeDirective, selector: "kendo-toolbar-button[kendoSpreadsheetIncreaseFontSize]" }, { kind: "directive", type: SpreadsheetDecreaseFontSizeDirective, selector: "kendo-toolbar-button[kendoSpreadsheetDecreaseFontSize]" }, { kind: "directive", type: SpreadsheetBoldDirective, selector: "kendo-toolbar-button[kendoSpreadsheetBold]" }, { kind: "directive", type: SpreadsheetItalicDirective, selector: "kendo-toolbar-button[kendoSpreadsheetItalic]" }, { kind: "directive", type: SpreadsheetUnderlineDirective, selector: "kendo-toolbar-button[kendoSpreadsheetUnderline]" }, { kind: "component", type: SpreadsheetForeColorComponent, selector: "kendo-spreadsheet-forecolor-tool" }, { kind: "component", type: SpreadsheetBackColorComponent, selector: "kendo-spreadsheet-backcolor-tool" }, { kind: "component", type: ToolBarDropDownButtonComponent, selector: "kendo-toolbar-dropdownbutton", inputs: ["arrowIcon", "title", "showText", "showIcon", "text", "icon", "svgIcon", "iconClass", "imageUrl", "popupSettings", "look", "primary", "fillMode", "themeColor", "buttonClass", "textField", "disabled", "data"], outputs: ["itemClick", "open", "close"], exportAs: ["kendoToolBarDropDownButton"] }, { kind: "directive", type: SpreadsheetHorizontalTextAlignDirective, selector: "[kendoSpreadsheetHorizontalTextAlign]" }, { kind: "directive", type: SpreadsheetVerticalTextAlignDirective, selector: "[kendoSpreadsheetVerticalTextAlign]" }, { kind: "directive", type: SpreadsheetTextWrapDirective, selector: "kendo-toolbar-button[kendoSpreadsheetTextWrap]" }, { kind: "directive", type: SpreadsheetFormatDirective, selector: "[kendoSpreadsheetFormat]" }, { kind: "directive", type: SpreadsheetInsertLinkDirective, selector: "kendo-toolbar-button[kendoSpreadsheetInsertLink]" }, { kind: "directive", type: SpreadsheetAddColumnLeftButtonDirective, selector: "kendo-toolbar-button[kendoSpreadsheetAddColumnLeftButton]" }, { kind: "directive", type: SpreadsheetAddColumnRightButtonDirective, selector: "kendo-toolbar-button[kendoSpreadsheetAddColumnRightButton]" }, { kind: "directive", type: SpreadsheetAddRowBelowButtonDirective, selector: "kendo-toolbar-button[kendoSpreadsheetAddRowBelowButton]" }, { kind: "directive", type: SpreadsheetAddRowAboveButtonDirective, selector: "kendo-toolbar-button[kendoSpreadsheetAddRowAboveButton]" }, { kind: "directive", type: SpreadsheetDeleteColumnButtonDirective, selector: "kendo-toolbar-button[kendoSpreadsheetDeleteColumnButton]" }, { kind: "directive", type: SpreadsheetDeleteRowButtonDirective, selector: "kendo-toolbar-button[kendoSpreadsheetDeleteRowButton]" }, { kind: "directive", type: SpreadsheetDecreaseDecimalDirective, selector: "kendo-toolbar-button[kendoSpreadsheetDecreaseDecimal]" }, { kind: "directive", type: SpreadsheetIncreaseDecimalDirective, selector: "kendo-toolbar-button[kendoSpreadsheetIncreaseDecimal]" }, { kind: "directive", type: SpreadsheetMergeDirective, selector: "[kendoSpreadsheetMerge]" }, { kind: "directive", type: SpreadsheetGridLinesDirective, selector: "kendo-toolbar-button[kendoSpreadsheetGridLines]" }, { kind: "component", type: NameBoxComponent, selector: "[kendoSpreadsheetNameBox]", inputs: ["data", "spreadsheetWidget"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: FormulaInputDirective, selector: "[kendoSpreadsheetFormulaInput]", inputs: ["formulaListMaxHeight"] }, { kind: "component", type: SheetsBarComponent, selector: "[kendoSpreadsheetSheetsBar]", inputs: ["sheets", "sheetDescriptors"] }, { kind: "component", type: ContextMenuComponent, selector: "kendo-contextmenu", inputs: ["showOn", "target", "filter", "alignToAnchor", "vertical", "popupAnimate", "popupAlign", "anchorAlign", "collision", "appendTo", "ariaLabel"], outputs: ["popupOpen", "popupClose", "select", "open", "close"], exportAs: ["kendoContextMenu"] }, { kind: "component", type: WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]", inputs: ["licenseMessage"] }, { kind: "directive", type: SpreadsheetDataValidationDirective, selector: "kendo-toolbar-button[kendoSpreadsheetDataValidation]" }] });
1258
1273
  }
1259
1274
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetComponent, decorators: [{
1260
1275
  type: Component,
@@ -1278,352 +1293,368 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
1278
1293
  ],
1279
1294
  template: `
1280
1295
  <ng-container
1281
- kendoSpreadsheetLocalizedMessages
1282
- i18n-background="kendo.spreadsheet.background|The title of the tool that changes the text background color."
1283
- background="Background color"
1284
- i18n-color="kendo.spreadsheet.color|The title of the tool that changes the text font color."
1285
- color="Font color"
1286
- i18n-bold="kendo.spreadsheet.bold|The title of the Bold tool."
1287
- bold="Bold"
1288
- i18n-dataValidation="kendo.spreadsheet.dataValidation|The title of the Data Validation tool."
1289
- dataValidation="Data Validation"
1290
- i18n-validationCellRange="kendo.spreadsheet.validationCellRange|The text of the Cell Range label in the data validation dialog."
1291
- validationCellRange="Cell Range"
1292
- i18n-validationCriteria="kendo.spreadsheet.validationCriteria|The text of the Criteria dropdown list label in the data validation dialog."
1293
- validationCriteria="Criteria"
1294
- i18n-validationMinValue="kendo.spreadsheet.validationMinValue|The text of the Min value label in the data validation dialog."
1295
- validationMinValue="Min"
1296
- i18n-validationMaxValue="kendo.spreadsheet.validationMaxValue|The text of the Max value label in the data validation dialog."
1297
- validationMaxValue="Max"
1298
- i18n-validationStartValue="kendo.spreadsheet.validationStartValue|The text of the Start value label in the data validation dialog."
1299
- validationStartValue="Start"
1300
- i18n-validationEndValue="kendo.spreadsheet.validationEndValue|The text of the End value label in the data validation dialog."
1301
- validationEndValue="End"
1302
- i18n-validationValue="kendo.spreadsheet.validationValue|The text of the Value label in the data validation dialog."
1303
- validationValue="Text"
1304
- i18n-validationShowListButtonCheckbox="kendo.spreadsheet.validationShowListButtonCheckbox|The text for the Show list button checkbox label in the data validation dialog."
1305
- validationShowListButtonCheckbox="Display button to show list"
1306
- i18n-validationOnInvalidData="kendo.spreadsheet.validationOnInvalidData|The text for the On invalid data label in the data validation dialog."
1307
- validationOnInvalidData="On invalid data"
1308
- i18n-validationShowDateButtonCheckbox="kendo.spreadsheet.validationShowDateButtonCheckbox|The text for the Show date button checkbox label in the data validation dialog."
1309
- validationShowDateButtonCheckbox="Display button to show Calendar"
1310
- i18n-validationRejectInput="kendo.spreadsheet.validationRejectInput|The text for the Reject input radio button label in the data validation dialog."
1311
- validationRejectInput="Reject input"
1312
- i18n-validationShowWarning="kendo.spreadsheet.validationShowWarning|The text for the Show warning radio button label in the data validation dialog."
1313
- validationShowWarning="Show warning"
1314
- i18n-validationHintTitle="kendo.spreadsheet.validationHintTitle|The text for the Custom hint title input label in the data validation dialog."
1315
- validationHintTitle="Custom hint title"
1316
- i18n-validationHintMessage="kendo.spreadsheet.validationHintMessage|The text for the Custom hint input label in the data validation dialog."
1317
- validationHintMessage="Custom hint"
1318
- i18n-validationShowHint="kendo.spreadsheet.validationShowHint|The text for the Show hint radio button label in the data validation dialog."
1319
- validationShowHint="Show hint"
1320
- i18n-validationIgnoreBlankCheckbox="kendo.spreadsheet.validationIgnoreBlankCheckbox|The text for the Ignore blank checkbox label in the data validation dialog."
1321
- validationIgnoreBlankCheckbox="Ignore blank"
1322
- i18n-validationComparer="kendo.spreadsheet.validationComparer|The text of the Comparer dropdown list label in the data validation dialog."
1323
- validationComparer="Comparer"
1324
- i18n-anyValueValidationCriteria="kendo.spreadsheet.anyValueValidationCriteria|The text of the Any value validation criteria"
1325
- anyValueValidationCriteria="Any value"
1326
- i18n-numberValidationCriteria="kendo.spreadsheet.numberValidationCriteria|The text of the Number validation criteria"
1327
- numberValidationCriteria="Number"
1328
- i18n-textValidationCriteria="kendo.spreadsheet.textValidationCriteria|The text of the Text validation criteria"
1329
- textValidationCriteria="Text"
1330
- i18n-dateValidationCriteria="kendo.spreadsheet.dateValidationCriteria|The text of the Date validation criteria"
1331
- dateValidationCriteria="Date"
1332
- i18n-customFormulaValidationCriteria="kendo.spreadsheet.customFormulaValidationCriteria|The text of the Custom formula validation criteria"
1333
- customFormulaValidationCriteria="Custom Formula"
1334
- i18n-listValidationCriteria="kendo.spreadsheet.listValidationCriteria|The text of the List validation criteria"
1335
- listValidationCriteria="List"
1336
- i18n-greaterThanValidationComparer="kendo.spreadsheet.greaterThanValidationComparer|The text of the greater than validation comparer"
1337
- greaterThanValidationComparer="greater than"
1338
- i18n-lessThanValidationComparer="kendo.spreadsheet.lessThanValidationComparer|The text of the less than validation comparer"
1339
- lessThanValidationComparer="less than"
1340
- i18n-betweenValidationComparer="kendo.spreadsheet.betweenValidationComparer|The text of the between validation comparer"
1341
- betweenValidationComparer="between"
1342
- i18n-notBetweenValidationComparer="kendo.spreadsheet.notBetweenValidationComparer|The text of the not between validation comparer"
1343
- notBetweenValidationComparer="not between"
1344
- i18n-equalToValidationComparer="kendo.spreadsheet.equalToValidationComparer|The text of the equal to validation comparer"
1345
- equalToValidationComparer="equal to"
1346
- i18n-notEqualToValidationComparer="kendo.spreadsheet.notEqualToValidationComparer|The text of the not equal to validation comparer"
1347
- notEqualToValidationComparer="not equal to"
1348
- i18n-greaterThanOrEqualToValidationComparer="kendo.spreadsheet.greaterThanOrEqualToValidationComparer|The text of the greater than on equal to validation comparer"
1349
- greaterThanOrEqualToValidationComparer="greater than or equal to"
1350
- i18n-lessThanOrEqualToValidationComparer="kendo.spreadsheet.lessThanOrEqualToValidationComparer|The text of the less than on equal to validation comparer"
1351
- lessThanOrEqualToValidationComparer="less than or equal to"
1352
- i18n-italic="kendo.spreadsheet.italic|The title of the Italic tool."
1353
- italic="Italic"
1354
- i18n-underline="kendo.spreadsheet.underline|The title of the Underline tool."
1355
- underline="Underline"
1356
- i18n-loadFile="kendo.spreadsheet.loadFile|The title of the Load File tool."
1357
- loadFile="Open..."
1358
- i18n-saveFile="kendo.spreadsheet.saveFile|The title of the Save File tool."
1359
- saveFile="Export..."
1360
- i18n-format="kendo.spreadsheet.format|The text of the Format tool."
1361
- format="Custom format..."
1362
- i18n-fontFamily="kendo.spreadsheet.fontFamily|The text of the Font Family tool."
1363
- fontFamily="Font"
1364
- i18n-fontSize="kendo.spreadsheet.fontSize|The text of the Font Size tool."
1365
- fontSize="Font size"
1366
- i18n-home="kendo.spreadsheet.home|The text of the Home toolbar tab."
1367
- home="Home"
1368
- i18n-file="kendo.spreadsheet.file|The text of the File toolbar tab."
1369
- file="File"
1370
- i18n-insert="kendo.spreadsheet.insert|The text of the Insert toolbar tab."
1371
- insert="Insert"
1372
- i18n-formatTab="kendo.spreadsheet.formatTab|The text of the Format toolbar tab."
1373
- formatTab="Format"
1374
- i18n-dataTab="kendo.spreadsheet.dataTab|The text of the Data toolbar tab."
1375
- dataTab="Data"
1376
- i18n-view="kendo.spreadsheet.view|The text of the View toolbar tab."
1377
- view="View"
1378
- i18n-undo="kendo.spreadsheet.undo|The title of the Undo tool."
1379
- undo="Undo"
1380
- i18n-redo="kendo.spreadsheet.redo|The title of the Redo tool."
1381
- redo="Redo"
1382
- i18n-gridLines="kendo.spreadsheet.gridLines|The title of the Grid Lines tool."
1383
- gridLines="Toggle grid lines"
1384
- i18n-addColumnLeft="kendo.spreadsheet.addColumnLeft|The title of the tool that adds new column before currently selected column."
1385
- addColumnLeft="Add column left"
1386
- i18n-addColumnRight="kendo.spreadsheet.addColumnRight|The title of the tool that adds new column after currently selected column."
1387
- addColumnRight="Add column right"
1388
- i18n-addRowBelow="kendo.spreadsheet.addRowBelow|The title of the tool that adds new row below currently selected row."
1389
- addRowBelow="Add row below"
1390
- i18n-addRowAbove="kendo.spreadsheet.addRowAbove|The title of the tool that adds new row above currently selected row."
1391
- addRowAbove="Add row above"
1392
- i18n-deleteColumn="kendo.spreadsheet.deleteColumn|The title of the tool that deletes a column."
1393
- deleteColumn="Delete column"
1394
- i18n-deleteRow="kendo.spreadsheet.deleteRow|The title of the tool that deletes a row."
1395
- deleteRow="Delete row"
1396
- i18n-wrap="kendo.spreadsheet.wrap|The title of the Text Wrap tool."
1397
- wrap="Text wrap"
1398
- i18n-align="kendo.spreadsheet.align|The title of the Text Align tool."
1399
- align="Align"
1400
- i18n-alignHorizontal="kendo.spreadsheet.alignHorizontal|The title of the Text Align Horizontal tool."
1401
- alignHorizontal="Align horizontally"
1402
- i18n-alignVertical="kendo.spreadsheet.alignVertical|The title of the Text Align Vertical tool."
1403
- alignVertical="Align vertically"
1404
- i18n-alignLeft="kendo.spreadsheet.alignLeft|The title of the Text Align Left tool."
1405
- alignLeft="Align Left"
1406
- i18n-alignCenter="kendo.spreadsheet.alignCenter|The title of the Text Align Center tool."
1407
- alignCenter="Align Center"
1408
- i18n-alignRight="kendo.spreadsheet.alignRight|The title of the Text Align Right tool."
1409
- alignRight="Align Right"
1410
- i18n-alignJustify="kendo.spreadsheet.alignJustify|The title of the Text Align Justify tool."
1411
- alignJustify="Align Justify"
1412
- i18n-alignTop="kendo.spreadsheet.alignTop|The title of the Text Align Top tool."
1413
- alignTop="Align Top"
1414
- i18n-alignMiddle="kendo.spreadsheet.alignMiddle|The title of the Text Align Middle tool."
1415
- alignMiddle="Align Middle"
1416
- i18n-alignBottom="kendo.spreadsheet.alignBottom|The title of the Text Align Bottom tool."
1417
- alignBottom="Align Bottom"
1418
- i18n-merge="kendo.spreadsheet.merge|The title of the Cells Merge tool."
1419
- merge="Merge"
1420
- i18n-mergeAll="kendo.spreadsheet.mergeAll|The title of the Merge all tool."
1421
- mergeAll="Merge all"
1422
- i18n-mergeHorizontally="kendo.spreadsheet.mergeHorizontally|The title of the Merge horizontally tool."
1423
- mergeHorizontally="Merge horizontally"
1424
- i18n-mergeVertically="kendo.spreadsheet.mergeVertically|The title of the Merge vertically tool."
1425
- mergeVertically="Merge vertically"
1426
- i18n-unmerge="kendo.spreadsheet.unmerge|The title of the Unmerge tool."
1427
- unmerge="Unmerge"
1428
- i18n-insertLink="kendo.spreadsheet.insertLink|The title of the tool that inserts a link."
1429
- insertLink="Insert link"
1430
- i18n-decreaseDecimal="kendo.spreadsheet.decreaseDecimal|The title of the tool that decreases decimals."
1431
- decreaseDecimal="Decrease decimal"
1432
- i18n-increaseDecimal="kendo.spreadsheet.increaseDecimal|The title of the tool that increases decimals."
1433
- increaseDecimal="Increase decimal"
1434
- i18n-increaseFontSize="kendo.spreadsheet.increaseFontSize|The title of the tool that increases the cell font size."
1435
- increaseFontSize="Increase font size"
1436
- i18n-decreaseFontSize="kendo.spreadsheet.decreaseFontSize|The title of the tool that decreases the cell font size."
1437
- decreaseFontSize="Decrease font size"
1438
- i18n-dialogApply="kendo.spreadsheet.dialogApply|The text of the **Apply** button in all Spreadsheet dialogs."
1439
- dialogApply="Apply"
1440
- i18n-dialogCancel="kendo.spreadsheet.dialogCancel|The text of the **Cancel** button in all Spreadsheet dialogs."
1441
- dialogCancel="Cancel"
1442
- i18n-dialogDelete="kendo.spreadsheet.dialogDelete|The text of the **Delete** button in the Delete sheet dialog."
1443
- dialogDelete="Delete"
1444
- i18n-dialogRename="kendo.spreadsheet.dialogRename|The text of the **Rename** button in the Rename sheet dialog."
1445
- dialogRename="Rename"
1446
- i18n-dialogInsert="kendo.spreadsheet.dialogInsert|The text of the **Insert** button in all Spreadsheet dialogs."
1447
- dialogInsert="Insert"
1448
- i18n-dialogRemove="kendo.spreadsheet.dialogRemove|The text of the **Remove** button in all Spreadsheet dialogs."
1449
- dialogRemove="Remove"
1450
- i18n-dialogRemoveLink="kendo.spreadsheet.dialogRemoveLink|The text of the **Remove link** button in the Link tool dialog."
1451
- dialogRemoveLink="Remove link"
1452
- i18n-rename="kendo.spreadsheet.rename|The title of the Rename sheet dialog."
1453
- rename="Rename Sheet"
1454
- i18n-delete="kendo.spreadsheet.delete|The title of the Delete sheet dialog."
1455
- delete="Delete Sheet"
1456
- i18n-nameBox="kendo.spreadsheet.nameBox|The title of the Name Box input."
1457
- nameBox="Name Box"
1458
- i18n-formulaInput="kendo.spreadsheet.formulaInput|The title of the Formula input."
1459
- formulaInput="Formula Input"
1460
- i18n-addSheet="kendo.spreadsheet.addSheet|The title of the Add new sheet button."
1461
- addSheet="Add New Sheet"
1462
- i18n-sheetsMenu="kendo.spreadsheet.sheetsMenu|The title of the Sheets menu button."
1463
- sheetsMenu="All Sheets"
1464
- i18n-openUnsupported="kendo.spreadsheet.openUnsupported|The content of the dialog that warns about an unsupported file type."
1465
- openUnsupported="Unsupported format. Please select an .xlsx file."
1466
- i18n-modifyMerged="kendo.spreadsheet.modifyMerged|The content of the dialog that warns about modifying a merged cell."
1467
- modifyMerged="Cannot change part of a merged cell."
1468
- i18n-cannotModifyDisabled="kendo.spreadsheet.cannotModifyDisabled|The content of the dialog that warns about modifying a disabled cell."
1469
- cannotModifyDisabled="Cannot modify disabled cells."
1470
- i18n-dialogOk="kendo.spreadsheet.dialogOk|The text of the **OK** dialog button."
1471
- dialogOk="OK"
1472
- i18n-dialogError="kendo.spreadsheet.dialogError|The title of an error dialog."
1473
- dialogError="Error"
1474
- i18n-duplicateSheetName="kendo.spreadsheet.duplicateSheetName|The content of the dialog that warns about duplicated sheet name."
1475
- duplicateSheetName="There is an existing sheet with this name. Please enter another name."
1476
- i18n-copy="kendo.spreadsheet.copy|The Copy command text."
1477
- copy="Copy"
1478
- i18n-cut="kendo.spreadsheet.cut|The Cut command text."
1479
- cut="Cut"
1480
- i18n-paste="kendo.spreadsheet.paste|The Paste command text."
1481
- paste="Paste (use Ctrl/⌘ + V)"
1482
- i18n-hideRow="kendo.spreadsheet.hideRow|The Hide row command text."
1483
- hideRow="Hide"
1484
- i18n-unhideRow="kendo.spreadsheet.unhideRow|The Unhide row command text."
1485
- unhideRow="Unhide"
1486
- i18n-hideColumn="kendo.spreadsheet.hideColumn|The Hide column command text."
1487
- hideColumn="Hide"
1488
- i18n-unhideColumn="kendo.spreadsheet.unhideColumn|The Unhide column command text."
1489
- unhideColumn="Unhide"
1490
- i18n-sheetDelete="kendo.spreadsheet.sheetDelete|The text of the Sheet menu Delete option."
1491
- sheetDelete="Delete"
1492
- i18n-sheetRename="kendo.spreadsheet.sheetRename|The text of the Sheet menu Rename option."
1493
- sheetRename="Rename"
1494
- i18n-sheetDuplicate="kendo.spreadsheet.sheetDuplicate|The text of the Sheet menu Duplicate option."
1495
- sheetDuplicate="Duplicate"
1496
- i18n-sheetHide="kendo.spreadsheet.sheetHide|The text of the Sheet menu Hide option."
1497
- sheetHide="Hide"
1498
- i18n-sheetMoveLeft="kendo.spreadsheet.sheetMoveLeft|The text of the Sheet menu Move Left option."
1499
- sheetMoveLeft="Move Left"
1500
- i18n-sheetMoveRight="kendo.spreadsheet.sheetMoveRight|The text of the Sheet menu Move Right option."
1501
- sheetMoveRight="Move Right"
1502
- i18n-invalidNameError="kendo.spreadsheet.invalidNameError|The content of the dialog that warns about invalid name input."
1503
- invalidNameError="{{ 'Invalid name: {inputValue}' }}">
1296
+ kendoSpreadsheetLocalizedMessages
1297
+ i18n-background="kendo.spreadsheet.background|The title of the tool that changes the text background color."
1298
+ background="Background color"
1299
+ i18n-color="kendo.spreadsheet.color|The title of the tool that changes the text font color."
1300
+ color="Font color"
1301
+ i18n-bold="kendo.spreadsheet.bold|The title of the Bold tool."
1302
+ bold="Bold"
1303
+ i18n-dataValidation="kendo.spreadsheet.dataValidation|The title of the Data Validation tool."
1304
+ dataValidation="Data Validation"
1305
+ i18n-validationCellRange="kendo.spreadsheet.validationCellRange|The text of the Cell Range label in the data validation dialog."
1306
+ validationCellRange="Cell Range"
1307
+ i18n-validationCriteria="kendo.spreadsheet.validationCriteria|The text of the Criteria dropdown list label in the data validation dialog."
1308
+ validationCriteria="Criteria"
1309
+ i18n-validationMinValue="kendo.spreadsheet.validationMinValue|The text of the Min value label in the data validation dialog."
1310
+ validationMinValue="Min"
1311
+ i18n-validationMaxValue="kendo.spreadsheet.validationMaxValue|The text of the Max value label in the data validation dialog."
1312
+ validationMaxValue="Max"
1313
+ i18n-validationStartValue="kendo.spreadsheet.validationStartValue|The text of the Start value label in the data validation dialog."
1314
+ validationStartValue="Start"
1315
+ i18n-validationEndValue="kendo.spreadsheet.validationEndValue|The text of the End value label in the data validation dialog."
1316
+ validationEndValue="End"
1317
+ i18n-validationValue="kendo.spreadsheet.validationValue|The text of the Value label in the data validation dialog."
1318
+ validationValue="Text"
1319
+ i18n-validationShowListButtonCheckbox="kendo.spreadsheet.validationShowListButtonCheckbox|The text for the Show list button checkbox label in the data validation dialog."
1320
+ validationShowListButtonCheckbox="Display button to show list"
1321
+ i18n-validationOnInvalidData="kendo.spreadsheet.validationOnInvalidData|The text for the On invalid data label in the data validation dialog."
1322
+ validationOnInvalidData="On invalid data"
1323
+ i18n-validationShowDateButtonCheckbox="kendo.spreadsheet.validationShowDateButtonCheckbox|The text for the Show date button checkbox label in the data validation dialog."
1324
+ validationShowDateButtonCheckbox="Display button to show Calendar"
1325
+ i18n-validationRejectInput="kendo.spreadsheet.validationRejectInput|The text for the Reject input radio button label in the data validation dialog."
1326
+ validationRejectInput="Reject input"
1327
+ i18n-validationShowWarning="kendo.spreadsheet.validationShowWarning|The text for the Show warning radio button label in the data validation dialog."
1328
+ validationShowWarning="Show warning"
1329
+ i18n-validationHintTitle="kendo.spreadsheet.validationHintTitle|The text for the Custom hint title input label in the data validation dialog."
1330
+ validationHintTitle="Custom hint title"
1331
+ i18n-validationHintMessage="kendo.spreadsheet.validationHintMessage|The text for the Custom hint input label in the data validation dialog."
1332
+ validationHintMessage="Custom hint"
1333
+ i18n-validationShowHint="kendo.spreadsheet.validationShowHint|The text for the Show hint radio button label in the data validation dialog."
1334
+ validationShowHint="Show hint"
1335
+ i18n-validationIgnoreBlankCheckbox="kendo.spreadsheet.validationIgnoreBlankCheckbox|The text for the Ignore blank checkbox label in the data validation dialog."
1336
+ validationIgnoreBlankCheckbox="Ignore blank"
1337
+ i18n-validationComparer="kendo.spreadsheet.validationComparer|The text of the Comparer dropdown list label in the data validation dialog."
1338
+ validationComparer="Comparer"
1339
+ i18n-anyValueValidationCriteria="kendo.spreadsheet.anyValueValidationCriteria|The text of the Any value validation criteria"
1340
+ anyValueValidationCriteria="Any value"
1341
+ i18n-numberValidationCriteria="kendo.spreadsheet.numberValidationCriteria|The text of the Number validation criteria"
1342
+ numberValidationCriteria="Number"
1343
+ i18n-textValidationCriteria="kendo.spreadsheet.textValidationCriteria|The text of the Text validation criteria"
1344
+ textValidationCriteria="Text"
1345
+ i18n-dateValidationCriteria="kendo.spreadsheet.dateValidationCriteria|The text of the Date validation criteria"
1346
+ dateValidationCriteria="Date"
1347
+ i18n-customFormulaValidationCriteria="kendo.spreadsheet.customFormulaValidationCriteria|The text of the Custom formula validation criteria"
1348
+ customFormulaValidationCriteria="Custom Formula"
1349
+ i18n-listValidationCriteria="kendo.spreadsheet.listValidationCriteria|The text of the List validation criteria"
1350
+ listValidationCriteria="List"
1351
+ i18n-greaterThanValidationComparer="kendo.spreadsheet.greaterThanValidationComparer|The text of the greater than validation comparer"
1352
+ greaterThanValidationComparer="greater than"
1353
+ i18n-lessThanValidationComparer="kendo.spreadsheet.lessThanValidationComparer|The text of the less than validation comparer"
1354
+ lessThanValidationComparer="less than"
1355
+ i18n-betweenValidationComparer="kendo.spreadsheet.betweenValidationComparer|The text of the between validation comparer"
1356
+ betweenValidationComparer="between"
1357
+ i18n-notBetweenValidationComparer="kendo.spreadsheet.notBetweenValidationComparer|The text of the not between validation comparer"
1358
+ notBetweenValidationComparer="not between"
1359
+ i18n-equalToValidationComparer="kendo.spreadsheet.equalToValidationComparer|The text of the equal to validation comparer"
1360
+ equalToValidationComparer="equal to"
1361
+ i18n-notEqualToValidationComparer="kendo.spreadsheet.notEqualToValidationComparer|The text of the not equal to validation comparer"
1362
+ notEqualToValidationComparer="not equal to"
1363
+ i18n-greaterThanOrEqualToValidationComparer="kendo.spreadsheet.greaterThanOrEqualToValidationComparer|The text of the greater than on equal to validation comparer"
1364
+ greaterThanOrEqualToValidationComparer="greater than or equal to"
1365
+ i18n-lessThanOrEqualToValidationComparer="kendo.spreadsheet.lessThanOrEqualToValidationComparer|The text of the less than on equal to validation comparer"
1366
+ lessThanOrEqualToValidationComparer="less than or equal to"
1367
+ i18n-italic="kendo.spreadsheet.italic|The title of the Italic tool."
1368
+ italic="Italic"
1369
+ i18n-underline="kendo.spreadsheet.underline|The title of the Underline tool."
1370
+ underline="Underline"
1371
+ i18n-loadFile="kendo.spreadsheet.loadFile|The title of the Load File tool."
1372
+ loadFile="Open..."
1373
+ i18n-saveFile="kendo.spreadsheet.saveFile|The title of the Save File tool."
1374
+ saveFile="Export..."
1375
+ i18n-format="kendo.spreadsheet.format|The text of the Format tool."
1376
+ format="Custom format..."
1377
+ i18n-fontFamily="kendo.spreadsheet.fontFamily|The text of the Font Family tool."
1378
+ fontFamily="Font"
1379
+ i18n-fontSize="kendo.spreadsheet.fontSize|The text of the Font Size tool."
1380
+ fontSize="Font size"
1381
+ i18n-home="kendo.spreadsheet.home|The text of the Home toolbar tab."
1382
+ home="Home"
1383
+ i18n-file="kendo.spreadsheet.file|The text of the File toolbar tab."
1384
+ file="File"
1385
+ i18n-insert="kendo.spreadsheet.insert|The text of the Insert toolbar tab."
1386
+ insert="Insert"
1387
+ i18n-formatTab="kendo.spreadsheet.formatTab|The text of the Format toolbar tab."
1388
+ formatTab="Format"
1389
+ i18n-dataTab="kendo.spreadsheet.dataTab|The text of the Data toolbar tab."
1390
+ dataTab="Data"
1391
+ i18n-view="kendo.spreadsheet.view|The text of the View toolbar tab."
1392
+ view="View"
1393
+ i18n-undo="kendo.spreadsheet.undo|The title of the Undo tool."
1394
+ undo="Undo"
1395
+ i18n-redo="kendo.spreadsheet.redo|The title of the Redo tool."
1396
+ redo="Redo"
1397
+ i18n-gridLines="kendo.spreadsheet.gridLines|The title of the Grid Lines tool."
1398
+ gridLines="Toggle grid lines"
1399
+ i18n-addColumnLeft="kendo.spreadsheet.addColumnLeft|The title of the tool that adds new column before currently selected column."
1400
+ addColumnLeft="Add column left"
1401
+ i18n-addColumnRight="kendo.spreadsheet.addColumnRight|The title of the tool that adds new column after currently selected column."
1402
+ addColumnRight="Add column right"
1403
+ i18n-addRowBelow="kendo.spreadsheet.addRowBelow|The title of the tool that adds new row below currently selected row."
1404
+ addRowBelow="Add row below"
1405
+ i18n-addRowAbove="kendo.spreadsheet.addRowAbove|The title of the tool that adds new row above currently selected row."
1406
+ addRowAbove="Add row above"
1407
+ i18n-deleteColumn="kendo.spreadsheet.deleteColumn|The title of the tool that deletes a column."
1408
+ deleteColumn="Delete column"
1409
+ i18n-deleteRow="kendo.spreadsheet.deleteRow|The title of the tool that deletes a row."
1410
+ deleteRow="Delete row"
1411
+ i18n-wrap="kendo.spreadsheet.wrap|The title of the Text Wrap tool."
1412
+ wrap="Text wrap"
1413
+ i18n-align="kendo.spreadsheet.align|The title of the Text Align tool."
1414
+ align="Align"
1415
+ i18n-alignHorizontal="kendo.spreadsheet.alignHorizontal|The title of the Text Align Horizontal tool."
1416
+ alignHorizontal="Align horizontally"
1417
+ i18n-alignVertical="kendo.spreadsheet.alignVertical|The title of the Text Align Vertical tool."
1418
+ alignVertical="Align vertically"
1419
+ i18n-alignLeft="kendo.spreadsheet.alignLeft|The title of the Text Align Left tool."
1420
+ alignLeft="Align Left"
1421
+ i18n-alignCenter="kendo.spreadsheet.alignCenter|The title of the Text Align Center tool."
1422
+ alignCenter="Align Center"
1423
+ i18n-alignRight="kendo.spreadsheet.alignRight|The title of the Text Align Right tool."
1424
+ alignRight="Align Right"
1425
+ i18n-alignJustify="kendo.spreadsheet.alignJustify|The title of the Text Align Justify tool."
1426
+ alignJustify="Align Justify"
1427
+ i18n-alignTop="kendo.spreadsheet.alignTop|The title of the Text Align Top tool."
1428
+ alignTop="Align Top"
1429
+ i18n-alignMiddle="kendo.spreadsheet.alignMiddle|The title of the Text Align Middle tool."
1430
+ alignMiddle="Align Middle"
1431
+ i18n-alignBottom="kendo.spreadsheet.alignBottom|The title of the Text Align Bottom tool."
1432
+ alignBottom="Align Bottom"
1433
+ i18n-merge="kendo.spreadsheet.merge|The title of the Cells Merge tool."
1434
+ merge="Merge"
1435
+ i18n-mergeAll="kendo.spreadsheet.mergeAll|The title of the Merge all tool."
1436
+ mergeAll="Merge all"
1437
+ i18n-mergeHorizontally="kendo.spreadsheet.mergeHorizontally|The title of the Merge horizontally tool."
1438
+ mergeHorizontally="Merge horizontally"
1439
+ i18n-mergeVertically="kendo.spreadsheet.mergeVertically|The title of the Merge vertically tool."
1440
+ mergeVertically="Merge vertically"
1441
+ i18n-unmerge="kendo.spreadsheet.unmerge|The title of the Unmerge tool."
1442
+ unmerge="Unmerge"
1443
+ i18n-insertLink="kendo.spreadsheet.insertLink|The title of the tool that inserts a link."
1444
+ insertLink="Insert link"
1445
+ i18n-decreaseDecimal="kendo.spreadsheet.decreaseDecimal|The title of the tool that decreases decimals."
1446
+ decreaseDecimal="Decrease decimal"
1447
+ i18n-increaseDecimal="kendo.spreadsheet.increaseDecimal|The title of the tool that increases decimals."
1448
+ increaseDecimal="Increase decimal"
1449
+ i18n-increaseFontSize="kendo.spreadsheet.increaseFontSize|The title of the tool that increases the cell font size."
1450
+ increaseFontSize="Increase font size"
1451
+ i18n-decreaseFontSize="kendo.spreadsheet.decreaseFontSize|The title of the tool that decreases the cell font size."
1452
+ decreaseFontSize="Decrease font size"
1453
+ i18n-dialogApply="kendo.spreadsheet.dialogApply|The text of the **Apply** button in all Spreadsheet dialogs."
1454
+ dialogApply="Apply"
1455
+ i18n-dialogCancel="kendo.spreadsheet.dialogCancel|The text of the **Cancel** button in all Spreadsheet dialogs."
1456
+ dialogCancel="Cancel"
1457
+ i18n-dialogDelete="kendo.spreadsheet.dialogDelete|The text of the **Delete** button in the Delete sheet dialog."
1458
+ dialogDelete="Delete"
1459
+ i18n-dialogRename="kendo.spreadsheet.dialogRename|The text of the **Rename** button in the Rename sheet dialog."
1460
+ dialogRename="Rename"
1461
+ i18n-dialogInsert="kendo.spreadsheet.dialogInsert|The text of the **Insert** button in all Spreadsheet dialogs."
1462
+ dialogInsert="Insert"
1463
+ i18n-dialogRemove="kendo.spreadsheet.dialogRemove|The text of the **Remove** button in all Spreadsheet dialogs."
1464
+ dialogRemove="Remove"
1465
+ i18n-dialogRemoveLink="kendo.spreadsheet.dialogRemoveLink|The text of the **Remove link** button in the Link tool dialog."
1466
+ dialogRemoveLink="Remove link"
1467
+ i18n-rename="kendo.spreadsheet.rename|The title of the Rename sheet dialog."
1468
+ rename="Rename Sheet"
1469
+ i18n-delete="kendo.spreadsheet.delete|The title of the Delete sheet dialog."
1470
+ delete="Delete Sheet"
1471
+ i18n-nameBox="kendo.spreadsheet.nameBox|The title of the Name Box input."
1472
+ nameBox="Name Box"
1473
+ i18n-formulaInput="kendo.spreadsheet.formulaInput|The title of the Formula input."
1474
+ formulaInput="Formula Input"
1475
+ i18n-addSheet="kendo.spreadsheet.addSheet|The title of the Add new sheet button."
1476
+ addSheet="Add New Sheet"
1477
+ i18n-sheetsMenu="kendo.spreadsheet.sheetsMenu|The title of the Sheets menu button."
1478
+ sheetsMenu="All Sheets"
1479
+ i18n-openUnsupported="kendo.spreadsheet.openUnsupported|The content of the dialog that warns about an unsupported file type."
1480
+ openUnsupported="Unsupported format. Please select an .xlsx file."
1481
+ i18n-modifyMerged="kendo.spreadsheet.modifyMerged|The content of the dialog that warns about modifying a merged cell."
1482
+ modifyMerged="Cannot change part of a merged cell."
1483
+ i18n-cannotModifyDisabled="kendo.spreadsheet.cannotModifyDisabled|The content of the dialog that warns about modifying a disabled cell."
1484
+ cannotModifyDisabled="Cannot modify disabled cells."
1485
+ i18n-dialogOk="kendo.spreadsheet.dialogOk|The text of the **OK** dialog button."
1486
+ dialogOk="OK"
1487
+ i18n-dialogError="kendo.spreadsheet.dialogError|The title of an error dialog."
1488
+ dialogError="Error"
1489
+ i18n-duplicateSheetName="kendo.spreadsheet.duplicateSheetName|The content of the dialog that warns about duplicated sheet name."
1490
+ duplicateSheetName="There is an existing sheet with this name. Please enter another name."
1491
+ i18n-copy="kendo.spreadsheet.copy|The Copy command text."
1492
+ copy="Copy"
1493
+ i18n-cut="kendo.spreadsheet.cut|The Cut command text."
1494
+ cut="Cut"
1495
+ i18n-paste="kendo.spreadsheet.paste|The Paste command text."
1496
+ paste="Paste (use Ctrl/⌘ + V)"
1497
+ i18n-hideRow="kendo.spreadsheet.hideRow|The Hide row command text."
1498
+ hideRow="Hide"
1499
+ i18n-unhideRow="kendo.spreadsheet.unhideRow|The Unhide row command text."
1500
+ unhideRow="Unhide"
1501
+ i18n-hideColumn="kendo.spreadsheet.hideColumn|The Hide column command text."
1502
+ hideColumn="Hide"
1503
+ i18n-unhideColumn="kendo.spreadsheet.unhideColumn|The Unhide column command text."
1504
+ unhideColumn="Unhide"
1505
+ i18n-sheetDelete="kendo.spreadsheet.sheetDelete|The text of the Sheet menu Delete option."
1506
+ sheetDelete="Delete"
1507
+ i18n-sheetRename="kendo.spreadsheet.sheetRename|The text of the Sheet menu Rename option."
1508
+ sheetRename="Rename"
1509
+ i18n-sheetDuplicate="kendo.spreadsheet.sheetDuplicate|The text of the Sheet menu Duplicate option."
1510
+ sheetDuplicate="Duplicate"
1511
+ i18n-sheetHide="kendo.spreadsheet.sheetHide|The text of the Sheet menu Hide option."
1512
+ sheetHide="Hide"
1513
+ i18n-sheetMoveLeft="kendo.spreadsheet.sheetMoveLeft|The text of the Sheet menu Move Left option."
1514
+ sheetMoveLeft="Move Left"
1515
+ i18n-sheetMoveRight="kendo.spreadsheet.sheetMoveRight|The text of the Sheet menu Move Right option."
1516
+ sheetMoveRight="Move Right"
1517
+ i18n-invalidNameError="kendo.spreadsheet.invalidNameError|The content of the dialog that warns about invalid name input."
1518
+ invalidNameError="{{ 'Invalid name: {inputValue}' }}">
1504
1519
  </ng-container>
1505
1520
  <div class="k-spreadsheet-header">
1506
- <kendo-menu kendoSpreadsheetMenu (select)="onMenuItemSelect($event)">
1507
- <kendo-menu-item *ngFor="let item of menuItems" [text]="item.text" [cssClass]="item.cssClass"></kendo-menu-item>
1508
- </kendo-menu>
1509
- <kendo-toolbar *ngIf="selectedMenuItem?.active && selectedMenuItem.id === 'file'"
1510
- [attr.aria-label]="messageFor('file')"
1511
- fillMode="flat"
1512
- class="k-spreadsheet-toolbar"
1513
- [overflow]="overflow">
1514
- <kendo-spreadsheet-load-file-tool></kendo-spreadsheet-load-file-tool>
1515
- <kendo-toolbar-button kendoSpreadsheetSaveFile></kendo-toolbar-button>
1521
+ <kendo-menu kendoSpreadsheetMenu (select)="onMenuItemSelect($event)">
1522
+ @for (item of menuItems; track item) {
1523
+ <kendo-menu-item [text]="item.text" [cssClass]="item.cssClass"></kendo-menu-item>
1524
+ }
1525
+ </kendo-menu>
1526
+ @if (selectedMenuItem?.active && selectedMenuItem.id === 'file') {
1527
+ <kendo-toolbar
1528
+ [attr.aria-label]="messageFor('file')"
1529
+ fillMode="flat"
1530
+ class="k-spreadsheet-toolbar"
1531
+ [overflow]="overflow">
1532
+ <kendo-spreadsheet-load-file-tool></kendo-spreadsheet-load-file-tool>
1533
+ <kendo-toolbar-button kendoSpreadsheetSaveFile></kendo-toolbar-button>
1516
1534
  </kendo-toolbar>
1517
- <kendo-toolbar *ngIf="selectedMenuItem?.active && selectedMenuItem.id === 'home'"
1518
- [attr.aria-label]="messageFor('home')"
1519
- class="k-spreadsheet-toolbar"
1520
- fillMode="flat"
1521
- [overflow]="overflow">
1522
- <kendo-toolbar-button kendoSpreadsheetUndo></kendo-toolbar-button>
1523
- <kendo-toolbar-button kendoSpreadsheetRedo></kendo-toolbar-button>
1524
- <kendo-toolbar-separator></kendo-toolbar-separator>
1525
- <kendo-toolbar-dropdownlist kendoSpreadsheetFontFamily></kendo-toolbar-dropdownlist>
1526
- <kendo-toolbar-dropdownlist kendoSpreadsheetFontSize></kendo-toolbar-dropdownlist>
1527
- <kendo-toolbar-buttongroup fillMode="flat">
1528
- <kendo-toolbar-button kendoSpreadsheetIncreaseFontSize></kendo-toolbar-button>
1529
- <kendo-toolbar-button kendoSpreadsheetDecreaseFontSize></kendo-toolbar-button>
1530
- </kendo-toolbar-buttongroup>
1531
- <kendo-toolbar-separator></kendo-toolbar-separator>
1532
- <kendo-toolbar-buttongroup fillMode="flat">
1533
- <kendo-toolbar-button kendoSpreadsheetBold></kendo-toolbar-button>
1534
- <kendo-toolbar-button kendoSpreadsheetItalic></kendo-toolbar-button>
1535
- <kendo-toolbar-button kendoSpreadsheetUnderline></kendo-toolbar-button>
1536
- </kendo-toolbar-buttongroup>
1537
- <kendo-spreadsheet-forecolor-tool></kendo-spreadsheet-forecolor-tool>
1538
- <kendo-toolbar-separator></kendo-toolbar-separator>
1539
- <kendo-spreadsheet-backcolor-tool></kendo-spreadsheet-backcolor-tool>
1540
- <kendo-toolbar-separator></kendo-toolbar-separator>
1541
- <kendo-toolbar-dropdownbutton kendoSpreadsheetHorizontalTextAlign></kendo-toolbar-dropdownbutton>
1542
- <kendo-toolbar-dropdownbutton kendoSpreadsheetVerticalTextAlign></kendo-toolbar-dropdownbutton>
1543
- <kendo-toolbar-button kendoSpreadsheetTextWrap></kendo-toolbar-button>
1544
- <kendo-toolbar-separator></kendo-toolbar-separator>
1545
- <kendo-toolbar-dropdownbutton kendoSpreadsheetFormat></kendo-toolbar-dropdownbutton>
1535
+ }
1536
+ @if (selectedMenuItem?.active && selectedMenuItem.id === 'home') {
1537
+ <kendo-toolbar
1538
+ [attr.aria-label]="messageFor('home')"
1539
+ class="k-spreadsheet-toolbar"
1540
+ fillMode="flat"
1541
+ [overflow]="overflow">
1542
+ <kendo-toolbar-button kendoSpreadsheetUndo></kendo-toolbar-button>
1543
+ <kendo-toolbar-button kendoSpreadsheetRedo></kendo-toolbar-button>
1544
+ <kendo-toolbar-separator></kendo-toolbar-separator>
1545
+ <kendo-toolbar-dropdownlist kendoSpreadsheetFontFamily></kendo-toolbar-dropdownlist>
1546
+ <kendo-toolbar-dropdownlist kendoSpreadsheetFontSize></kendo-toolbar-dropdownlist>
1547
+ <kendo-toolbar-buttongroup fillMode="flat">
1548
+ <kendo-toolbar-button kendoSpreadsheetIncreaseFontSize></kendo-toolbar-button>
1549
+ <kendo-toolbar-button kendoSpreadsheetDecreaseFontSize></kendo-toolbar-button>
1550
+ </kendo-toolbar-buttongroup>
1551
+ <kendo-toolbar-separator></kendo-toolbar-separator>
1552
+ <kendo-toolbar-buttongroup fillMode="flat">
1553
+ <kendo-toolbar-button kendoSpreadsheetBold></kendo-toolbar-button>
1554
+ <kendo-toolbar-button kendoSpreadsheetItalic></kendo-toolbar-button>
1555
+ <kendo-toolbar-button kendoSpreadsheetUnderline></kendo-toolbar-button>
1556
+ </kendo-toolbar-buttongroup>
1557
+ <kendo-spreadsheet-forecolor-tool></kendo-spreadsheet-forecolor-tool>
1558
+ <kendo-toolbar-separator></kendo-toolbar-separator>
1559
+ <kendo-spreadsheet-backcolor-tool></kendo-spreadsheet-backcolor-tool>
1560
+ <kendo-toolbar-separator></kendo-toolbar-separator>
1561
+ <kendo-toolbar-dropdownbutton kendoSpreadsheetHorizontalTextAlign></kendo-toolbar-dropdownbutton>
1562
+ <kendo-toolbar-dropdownbutton kendoSpreadsheetVerticalTextAlign></kendo-toolbar-dropdownbutton>
1563
+ <kendo-toolbar-button kendoSpreadsheetTextWrap></kendo-toolbar-button>
1564
+ <kendo-toolbar-separator></kendo-toolbar-separator>
1565
+ <kendo-toolbar-dropdownbutton kendoSpreadsheetFormat></kendo-toolbar-dropdownbutton>
1546
1566
  </kendo-toolbar>
1547
- <kendo-toolbar *ngIf="selectedMenuItem?.active && selectedMenuItem.id === 'insert'"
1548
- [attr.aria-label]="messageFor('insert')"
1549
- fillMode="flat"
1550
- class="k-spreadsheet-toolbar"
1551
- [overflow]="overflow">
1552
- <kendo-toolbar-button kendoSpreadsheetInsertLink></kendo-toolbar-button>
1553
- <kendo-toolbar-separator></kendo-toolbar-separator>
1554
- <kendo-toolbar-button kendoSpreadsheetAddColumnLeftButton></kendo-toolbar-button>
1555
- <kendo-toolbar-button kendoSpreadsheetAddColumnRightButton></kendo-toolbar-button>
1556
- <kendo-toolbar-button kendoSpreadsheetAddRowBelowButton></kendo-toolbar-button>
1557
- <kendo-toolbar-button kendoSpreadsheetAddRowAboveButton></kendo-toolbar-button>
1558
- <kendo-toolbar-separator></kendo-toolbar-separator>
1559
- <kendo-toolbar-button kendoSpreadsheetDeleteColumnButton></kendo-toolbar-button>
1560
- <kendo-toolbar-button kendoSpreadsheetDeleteRowButton></kendo-toolbar-button>
1567
+ }
1568
+ @if (selectedMenuItem?.active && selectedMenuItem.id === 'insert') {
1569
+ <kendo-toolbar
1570
+ [attr.aria-label]="messageFor('insert')"
1571
+ fillMode="flat"
1572
+ class="k-spreadsheet-toolbar"
1573
+ [overflow]="overflow">
1574
+ <kendo-toolbar-button kendoSpreadsheetInsertLink></kendo-toolbar-button>
1575
+ <kendo-toolbar-separator></kendo-toolbar-separator>
1576
+ <kendo-toolbar-button kendoSpreadsheetAddColumnLeftButton></kendo-toolbar-button>
1577
+ <kendo-toolbar-button kendoSpreadsheetAddColumnRightButton></kendo-toolbar-button>
1578
+ <kendo-toolbar-button kendoSpreadsheetAddRowBelowButton></kendo-toolbar-button>
1579
+ <kendo-toolbar-button kendoSpreadsheetAddRowAboveButton></kendo-toolbar-button>
1580
+ <kendo-toolbar-separator></kendo-toolbar-separator>
1581
+ <kendo-toolbar-button kendoSpreadsheetDeleteColumnButton></kendo-toolbar-button>
1582
+ <kendo-toolbar-button kendoSpreadsheetDeleteRowButton></kendo-toolbar-button>
1561
1583
  </kendo-toolbar>
1562
- <kendo-toolbar *ngIf="selectedMenuItem?.active && selectedMenuItem.id === 'format'"
1563
- [attr.aria-label]="messageFor('formatTab')"
1564
- fillMode="flat"
1565
- class="k-spreadsheet-toolbar"
1566
- [overflow]="overflow">
1567
- <kendo-toolbar-button kendoSpreadsheetDecreaseDecimal></kendo-toolbar-button>
1568
- <kendo-toolbar-button kendoSpreadsheetIncreaseDecimal></kendo-toolbar-button>
1584
+ }
1585
+ @if (selectedMenuItem?.active && selectedMenuItem.id === 'format') {
1586
+ <kendo-toolbar
1587
+ [attr.aria-label]="messageFor('formatTab')"
1588
+ fillMode="flat"
1589
+ class="k-spreadsheet-toolbar"
1590
+ [overflow]="overflow">
1591
+ <kendo-toolbar-button kendoSpreadsheetDecreaseDecimal></kendo-toolbar-button>
1592
+ <kendo-toolbar-button kendoSpreadsheetIncreaseDecimal></kendo-toolbar-button>
1569
1593
  </kendo-toolbar>
1570
- <kendo-toolbar *ngIf="selectedMenuItem?.active && selectedMenuItem.id === 'view'"
1571
- [attr.aria-label]="messageFor('view')"
1572
- fillMode="flat"
1573
- class="k-spreadsheet-toolbar"
1574
- [overflow]="overflow">
1575
- <kendo-toolbar-dropdownbutton kendoSpreadsheetMerge></kendo-toolbar-dropdownbutton>
1576
- <kendo-toolbar-separator></kendo-toolbar-separator>
1577
- <kendo-toolbar-button kendoSpreadsheetGridLines></kendo-toolbar-button>
1594
+ }
1595
+ @if (selectedMenuItem?.active && selectedMenuItem.id === 'view') {
1596
+ <kendo-toolbar
1597
+ [attr.aria-label]="messageFor('view')"
1598
+ fillMode="flat"
1599
+ class="k-spreadsheet-toolbar"
1600
+ [overflow]="overflow">
1601
+ <kendo-toolbar-dropdownbutton kendoSpreadsheetMerge></kendo-toolbar-dropdownbutton>
1602
+ <kendo-toolbar-separator></kendo-toolbar-separator>
1603
+ <kendo-toolbar-button kendoSpreadsheetGridLines></kendo-toolbar-button>
1578
1604
  </kendo-toolbar>
1579
- <kendo-toolbar *ngIf="selectedMenuItem?.active && selectedMenuItem.id === 'data'"
1580
- [attr.aria-label]="messageFor('dataTab')"
1581
- fillMode="flat"
1582
- class="k-spreadsheet-toolbar"
1583
- [overflow]="overflow">
1584
- <kendo-toolbar-button kendoSpreadsheetDataValidation></kendo-toolbar-button>
1605
+ }
1606
+ @if (selectedMenuItem?.active && selectedMenuItem.id === 'data') {
1607
+ <kendo-toolbar
1608
+ [attr.aria-label]="messageFor('dataTab')"
1609
+ fillMode="flat"
1610
+ class="k-spreadsheet-toolbar"
1611
+ [overflow]="overflow">
1612
+ <kendo-toolbar-button kendoSpreadsheetDataValidation></kendo-toolbar-button>
1585
1613
  </kendo-toolbar>
1614
+ }
1586
1615
  </div>
1587
1616
  <div class="k-spreadsheet-action-bar">
1588
- <div #nameBox kendoSpreadsheetNameBox [spreadsheetWidget]="spreadsheetWidget"></div>
1589
- <div class="k-spreadsheet-formula-bar">
1590
- <span class="k-separator k-separator-vertical"></span>
1591
- <kendo-icon-wrapper
1592
- name="formula-fx"
1593
- [svgIcon]="formulaFxIcon">
1594
- </kendo-icon-wrapper>
1595
- <span class="k-separator k-separator-vertical"></span>
1596
- <div
1597
- #formulaBar
1598
- kendoSpreadsheetFormulaInput
1599
- [formulaListMaxHeight]="formulaListMaxHeight"
1600
- class="k-textbox k-input k-input-md k-input-flat k-rounded-md"></div>
1601
- </div>
1617
+ <div #nameBox kendoSpreadsheetNameBox [spreadsheetWidget]="spreadsheetWidget"></div>
1618
+ <div class="k-spreadsheet-formula-bar">
1619
+ <span class="k-separator k-separator-vertical"></span>
1620
+ <kendo-icon-wrapper
1621
+ name="formula-fx"
1622
+ [svgIcon]="formulaFxIcon">
1623
+ </kendo-icon-wrapper>
1624
+ <span class="k-separator k-separator-vertical"></span>
1625
+ <div
1626
+ #formulaBar
1627
+ kendoSpreadsheetFormulaInput
1628
+ [formulaListMaxHeight]="formulaListMaxHeight"
1629
+ class="k-textbox k-input k-input-md k-input-flat k-rounded-md"></div>
1630
+ </div>
1602
1631
  </div>
1603
1632
  <div class="k-spreadsheet-view">
1604
- <div class="k-spreadsheet-fixed-container"></div>
1605
- <div class="k-spreadsheet-scroller">
1606
- <div class="k-spreadsheet-view-size"></div>
1607
- </div>
1608
- <div tabIndex="0" class="k-spreadsheet-clipboard" contentEditable="true"></div>
1609
- <div #formulaCell kendoSpreadsheetFormulaInput class="k-spreadsheet-cell-editor" data-role="formulainput"></div>
1633
+ <div class="k-spreadsheet-fixed-container"></div>
1634
+ <div class="k-spreadsheet-scroller">
1635
+ <div class="k-spreadsheet-view-size"></div>
1636
+ </div>
1637
+ <div tabIndex="0" class="k-spreadsheet-clipboard" contentEditable="true"></div>
1638
+ <div #formulaCell kendoSpreadsheetFormulaInput class="k-spreadsheet-cell-editor" data-role="formulainput"></div>
1610
1639
  </div>
1611
1640
  <div class="k-spreadsheet-sheets-bar"
1612
- kendoSpreadsheetSheetsBar
1613
- [sheets]="sheetsInfo"
1614
- [sheetDescriptors]="sheets">
1641
+ kendoSpreadsheetSheetsBar
1642
+ [sheets]="sheetsInfo"
1643
+ [sheetDescriptors]="sheets">
1615
1644
  </div>
1616
1645
  <ng-container #dialogContainer></ng-container>
1617
-
1646
+
1618
1647
  <kendo-contextmenu
1619
- #contextMenu
1620
- [items]="contextMenuItems"
1621
- (select)="onContextMenuSelect($event)"></kendo-contextmenu>
1622
-
1623
- <div kendoWatermarkOverlay *ngIf="showLicenseWatermark" [licenseMessage]="licenseMessage"></div>
1624
- `,
1648
+ #contextMenu
1649
+ [items]="contextMenuItems"
1650
+ (select)="onContextMenuSelect($event)"></kendo-contextmenu>
1651
+
1652
+ @if (showLicenseWatermark) {
1653
+ <div kendoWatermarkOverlay [licenseMessage]="licenseMessage"></div>
1654
+ }
1655
+ `,
1625
1656
  standalone: true,
1626
- imports: [LocalizedMessagesDirective, MenuComponent, MainMenuDirective, NgFor, MenuItemComponent, NgIf, ToolBarComponent, SpreadsheetLoadFileComponent, ToolBarButtonComponent, SpreadsheetSaveFileDirective, ToolBarButtonGroupComponent, SpreadsheetUndoDirective, SpreadsheetRedoDirective, ToolBarSeparatorComponent, SpreadsheetFontFamilyComponent, SpreadsheetFontSizeComponent, SpreadsheetIncreaseFontSizeDirective, SpreadsheetDecreaseFontSizeDirective, SpreadsheetBoldDirective, SpreadsheetItalicDirective, SpreadsheetUnderlineDirective, SpreadsheetForeColorComponent, SpreadsheetBackColorComponent, ToolBarDropDownButtonComponent, SpreadsheetHorizontalTextAlignDirective, SpreadsheetVerticalTextAlignDirective, SpreadsheetTextWrapDirective, SpreadsheetFormatDirective, SpreadsheetInsertLinkDirective, SpreadsheetAddColumnLeftButtonDirective, SpreadsheetAddColumnRightButtonDirective, SpreadsheetAddRowBelowButtonDirective, SpreadsheetAddRowAboveButtonDirective, SpreadsheetDeleteColumnButtonDirective, SpreadsheetDeleteRowButtonDirective, SpreadsheetDecreaseDecimalDirective, SpreadsheetIncreaseDecimalDirective, SpreadsheetMergeDirective, SpreadsheetGridLinesDirective, NameBoxComponent, IconWrapperComponent, FormulaInputDirective, SheetsBarComponent, ContextMenuComponent, WatermarkOverlayComponent, SpreadsheetDataValidationDirective]
1657
+ imports: [LocalizedMessagesDirective, MenuComponent, MainMenuDirective, MenuItemComponent, ToolBarComponent, SpreadsheetLoadFileComponent, ToolBarButtonComponent, SpreadsheetSaveFileDirective, ToolBarButtonGroupComponent, SpreadsheetUndoDirective, SpreadsheetRedoDirective, ToolBarSeparatorComponent, SpreadsheetFontFamilyComponent, SpreadsheetFontSizeComponent, SpreadsheetIncreaseFontSizeDirective, SpreadsheetDecreaseFontSizeDirective, SpreadsheetBoldDirective, SpreadsheetItalicDirective, SpreadsheetUnderlineDirective, SpreadsheetForeColorComponent, SpreadsheetBackColorComponent, ToolBarDropDownButtonComponent, SpreadsheetHorizontalTextAlignDirective, SpreadsheetVerticalTextAlignDirective, SpreadsheetTextWrapDirective, SpreadsheetFormatDirective, SpreadsheetInsertLinkDirective, SpreadsheetAddColumnLeftButtonDirective, SpreadsheetAddColumnRightButtonDirective, SpreadsheetAddRowBelowButtonDirective, SpreadsheetAddRowAboveButtonDirective, SpreadsheetDeleteColumnButtonDirective, SpreadsheetDeleteRowButtonDirective, SpreadsheetDecreaseDecimalDirective, SpreadsheetIncreaseDecimalDirective, SpreadsheetMergeDirective, SpreadsheetGridLinesDirective, NameBoxComponent, IconWrapperComponent, FormulaInputDirective, SheetsBarComponent, ContextMenuComponent, WatermarkOverlayComponent, SpreadsheetDataValidationDirective]
1627
1658
  }]
1628
1659
  }], ctorParameters: () => [{ type: i0.NgZone }, { type: i1.IntlService }, { type: i0.ElementRef }, { type: i2.LocalizationService }, { type: i3.SpreadsheetService }, { type: i4.SpreadsheetToolsService }, { type: i5.ErrorHandlingService }, { type: i6.DialogService }, { type: i7.PopupService }, { type: i0.ViewContainerRef }], propDecorators: { formulaBarInputRef: [{
1629
1660
  type: ViewChild,