@progress/kendo-angular-spreadsheet 16.0.0-develop.2 → 16.0.0-develop.5

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.
Files changed (103) hide show
  1. package/action-bar/formula-input.directive.d.ts +1 -1
  2. package/action-bar/list.component.d.ts +1 -1
  3. package/action-bar/namebox.component.d.ts +1 -1
  4. package/common/main-menu.directive.d.ts +1 -1
  5. package/esm2020/action-bar/formula-input.directive.mjs +3 -3
  6. package/esm2020/action-bar/list.component.mjs +6 -6
  7. package/esm2020/action-bar/namebox.component.mjs +4 -5
  8. package/esm2020/common/error-handling.service.mjs +3 -3
  9. package/esm2020/common/main-menu.directive.mjs +3 -3
  10. package/esm2020/common/spreadsheet.service.mjs +3 -3
  11. package/esm2020/localization/custom-messages.component.mjs +3 -3
  12. package/esm2020/localization/localized-messages.directive.mjs +3 -3
  13. package/esm2020/localization/messages.mjs +3 -3
  14. package/esm2020/localization/spreadsheet-localization.service.mjs +3 -3
  15. package/esm2020/package-metadata.mjs +2 -2
  16. package/esm2020/sheets-bar/action-dialog.component.mjs +6 -6
  17. package/esm2020/sheets-bar/sheets-bar.component.mjs +7 -8
  18. package/esm2020/spreadsheet.component.mjs +38 -38
  19. package/esm2020/spreadsheet.module.mjs +18 -20
  20. package/esm2020/tools/align/align-tool.directive.mjs +3 -3
  21. package/esm2020/tools/align/horizontal-align-tool.directive.mjs +3 -3
  22. package/esm2020/tools/align/vertical-align-tool.directive.mjs +3 -3
  23. package/esm2020/tools/colorpicker/spreadsheet-backcolor.component.mjs +6 -6
  24. package/esm2020/tools/colorpicker/spreadsheet-forecolor.component.mjs +6 -6
  25. package/esm2020/tools/decrease-decimal-tool.directive.mjs +3 -3
  26. package/esm2020/tools/font-family/font-family-dropdownlist.component.mjs +6 -6
  27. package/esm2020/tools/font-family/spreadsheet-fontfamily-tool.component.mjs +6 -6
  28. package/esm2020/tools/font-size/decrease-font-tool.directive.mjs +3 -3
  29. package/esm2020/tools/font-size/font-size-dropdownlist.component.mjs +4 -4
  30. package/esm2020/tools/font-size/increase-font-tool.directive.mjs +3 -3
  31. package/esm2020/tools/font-size/spreadsheet-fontsize-tool.component.mjs +6 -6
  32. package/esm2020/tools/format-tool.directive.mjs +3 -3
  33. package/esm2020/tools/gridlines-tool.directive.mjs +3 -3
  34. package/esm2020/tools/history/redo-tool.mjs +3 -3
  35. package/esm2020/tools/history/undo-tool.mjs +3 -3
  36. package/esm2020/tools/increase-decimal-tool.directive.mjs +3 -3
  37. package/esm2020/tools/insert/insert-link-dialog.component.mjs +6 -6
  38. package/esm2020/tools/insert/insert-link-tool.directive.mjs +3 -3
  39. package/esm2020/tools/load-file.component.mjs +4 -4
  40. package/esm2020/tools/save-file-tool.directive.mjs +3 -3
  41. package/esm2020/tools/shared/dialog-content.component.mjs +8 -8
  42. package/esm2020/tools/shared/spreadsheet-command-base.mjs +3 -3
  43. package/esm2020/tools/shared/spreadsheet-dropdown-tools-base.mjs +3 -3
  44. package/esm2020/tools/shared/spreadsheet-dropdownlist.base.mjs +3 -3
  45. package/esm2020/tools/tables/add-column-left-button.directive.mjs +3 -3
  46. package/esm2020/tools/tables/add-column-right-button.directive.mjs +3 -3
  47. package/esm2020/tools/tables/add-row-above-button.directive.mjs +3 -3
  48. package/esm2020/tools/tables/add-row-below-button.directive.mjs +3 -3
  49. package/esm2020/tools/tables/delete-column-button.directive.mjs +3 -3
  50. package/esm2020/tools/tables/delete-row-button.directive.mjs +3 -3
  51. package/esm2020/tools/tables/merge-tool.directive.mjs +3 -3
  52. package/esm2020/tools/text-wrap-tool.directive.mjs +3 -3
  53. package/esm2020/tools/tools.service.mjs +3 -3
  54. package/esm2020/tools/typographical-emphasis/bold-tool.directive.mjs +3 -3
  55. package/esm2020/tools/typographical-emphasis/italic-tool.directive.mjs +3 -3
  56. package/esm2020/tools/typographical-emphasis/underline-tool.directive.mjs +3 -3
  57. package/fesm2015/progress-kendo-angular-spreadsheet.mjs +2036 -2040
  58. package/fesm2020/progress-kendo-angular-spreadsheet.mjs +2051 -2055
  59. package/localization/custom-messages.component.d.ts +1 -1
  60. package/localization/localized-messages.directive.d.ts +1 -1
  61. package/localization/messages.d.ts +1 -1
  62. package/package.json +19 -19
  63. package/schematics/ngAdd/index.js +1 -1
  64. package/sheets-bar/action-dialog.component.d.ts +1 -1
  65. package/sheets-bar/sheets-bar.component.d.ts +1 -1
  66. package/spreadsheet.component.d.ts +1 -1
  67. package/tools/align/align-tool.directive.d.ts +1 -1
  68. package/tools/align/horizontal-align-tool.directive.d.ts +1 -1
  69. package/tools/align/vertical-align-tool.directive.d.ts +1 -1
  70. package/tools/colorpicker/spreadsheet-backcolor.component.d.ts +1 -1
  71. package/tools/colorpicker/spreadsheet-forecolor.component.d.ts +1 -1
  72. package/tools/decrease-decimal-tool.directive.d.ts +1 -1
  73. package/tools/font-family/font-family-dropdownlist.component.d.ts +1 -1
  74. package/tools/font-family/spreadsheet-fontfamily-tool.component.d.ts +1 -1
  75. package/tools/font-size/decrease-font-tool.directive.d.ts +1 -1
  76. package/tools/font-size/font-size-dropdownlist.component.d.ts +1 -1
  77. package/tools/font-size/increase-font-tool.directive.d.ts +1 -1
  78. package/tools/font-size/spreadsheet-fontsize-tool.component.d.ts +1 -1
  79. package/tools/format-tool.directive.d.ts +1 -1
  80. package/tools/gridlines-tool.directive.d.ts +1 -1
  81. package/tools/history/redo-tool.d.ts +1 -1
  82. package/tools/history/undo-tool.d.ts +1 -1
  83. package/tools/increase-decimal-tool.directive.d.ts +1 -1
  84. package/tools/insert/insert-link-dialog.component.d.ts +1 -1
  85. package/tools/insert/insert-link-tool.directive.d.ts +1 -1
  86. package/tools/load-file.component.d.ts +1 -1
  87. package/tools/save-file-tool.directive.d.ts +1 -1
  88. package/tools/shared/dialog-content.component.d.ts +1 -1
  89. package/tools/shared/spreadsheet-command-base.d.ts +1 -1
  90. package/tools/shared/spreadsheet-dropdown-tools-base.d.ts +1 -1
  91. package/tools/shared/spreadsheet-dropdownlist.base.d.ts +1 -1
  92. package/tools/tables/add-column-left-button.directive.d.ts +1 -1
  93. package/tools/tables/add-column-right-button.directive.d.ts +1 -1
  94. package/tools/tables/add-row-above-button.directive.d.ts +1 -1
  95. package/tools/tables/add-row-below-button.directive.d.ts +1 -1
  96. package/tools/tables/delete-column-button.directive.d.ts +1 -1
  97. package/tools/tables/delete-row-button.directive.d.ts +1 -1
  98. package/tools/tables/merge-tool.directive.d.ts +1 -1
  99. package/tools/text-wrap-tool.directive.d.ts +1 -1
  100. package/tools/typographical-emphasis/bold-tool.directive.d.ts +1 -1
  101. package/tools/typographical-emphasis/italic-tool.directive.d.ts +1 -1
  102. package/tools/typographical-emphasis/underline-tool.directive.d.ts +1 -1
  103. package/progress-kendo-angular-spreadsheet.d.ts +0 -9

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.