@progress/kendo-angular-spreadsheet 16.5.0 → 16.6.0-develop.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE.txt +12 -19
- package/action-bar/formula-input.directive.d.ts +1 -1
- package/action-bar/list.component.d.ts +1 -1
- package/action-bar/namebox.component.d.ts +2 -2
- package/common/main-menu.directive.d.ts +1 -1
- package/directives.d.ts +39 -0
- package/esm2020/action-bar/formula-input.directive.mjs +2 -1
- package/esm2020/action-bar/list.component.mjs +8 -6
- package/esm2020/action-bar/namebox.component.mjs +7 -6
- package/esm2020/common/main-menu.directive.mjs +5 -2
- package/esm2020/directives.mjs +71 -0
- package/esm2020/index.mjs +1 -0
- package/esm2020/localization/custom-messages.component.mjs +3 -2
- package/esm2020/localization/localized-messages.directive.mjs +3 -2
- package/esm2020/localization/messages.mjs +3 -2
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/sheets-bar/action-dialog.component.mjs +8 -6
- package/esm2020/sheets-bar/sheets-bar.component.mjs +12 -13
- package/esm2020/spreadsheet.component.mjs +46 -47
- package/esm2020/spreadsheet.module.mjs +42 -255
- package/esm2020/tools/align/align-tool.directive.mjs +2 -1
- package/esm2020/tools/align/horizontal-align-tool.directive.mjs +2 -1
- package/esm2020/tools/align/vertical-align-tool.directive.mjs +2 -1
- package/esm2020/tools/colorpicker/spreadsheet-backcolor.component.mjs +10 -8
- package/esm2020/tools/colorpicker/spreadsheet-forecolor.component.mjs +11 -9
- package/esm2020/tools/decrease-decimal-tool.directive.mjs +3 -2
- package/esm2020/tools/font-family/font-family-dropdownlist.component.mjs +7 -5
- package/esm2020/tools/font-family/spreadsheet-fontfamily-tool.component.mjs +11 -9
- package/esm2020/tools/font-size/decrease-font-tool.directive.mjs +3 -2
- package/esm2020/tools/font-size/font-size-dropdownlist.component.mjs +6 -4
- package/esm2020/tools/font-size/increase-font-tool.directive.mjs +3 -2
- package/esm2020/tools/font-size/spreadsheet-fontsize-tool.component.mjs +11 -9
- package/esm2020/tools/format-tool.directive.mjs +2 -1
- package/esm2020/tools/gridlines-tool.directive.mjs +3 -2
- package/esm2020/tools/history/redo-tool.mjs +3 -2
- package/esm2020/tools/history/undo-tool.mjs +3 -2
- package/esm2020/tools/increase-decimal-tool.directive.mjs +3 -2
- package/esm2020/tools/insert/insert-link-dialog.component.mjs +7 -5
- package/esm2020/tools/insert/insert-link-tool.directive.mjs +3 -2
- package/esm2020/tools/load-file.component.mjs +9 -8
- package/esm2020/tools/save-file-tool.directive.mjs +5 -2
- package/esm2020/tools/shared/dialog-content.component.mjs +9 -7
- package/esm2020/tools/tables/add-column-left-button.directive.mjs +3 -2
- package/esm2020/tools/tables/add-column-right-button.directive.mjs +3 -2
- package/esm2020/tools/tables/add-row-above-button.directive.mjs +3 -2
- package/esm2020/tools/tables/add-row-below-button.directive.mjs +3 -2
- package/esm2020/tools/tables/delete-column-button.directive.mjs +3 -2
- package/esm2020/tools/tables/delete-row-button.directive.mjs +3 -2
- package/esm2020/tools/tables/merge-tool.directive.mjs +2 -1
- package/esm2020/tools/text-wrap-tool.directive.mjs +3 -2
- package/esm2020/tools/typographical-emphasis/bold-tool.directive.mjs +3 -2
- package/esm2020/tools/typographical-emphasis/italic-tool.directive.mjs +3 -2
- package/esm2020/tools/typographical-emphasis/underline-tool.directive.mjs +3 -2
- package/fesm2015/progress-kendo-angular-spreadsheet.mjs +1446 -1550
- package/fesm2020/progress-kendo-angular-spreadsheet.mjs +1446 -1550
- package/index.d.ts +1 -0
- package/localization/custom-messages.component.d.ts +1 -1
- package/localization/localized-messages.directive.d.ts +1 -1
- package/localization/messages.d.ts +1 -1
- package/package.json +15 -15
- package/schematics/ngAdd/index.js +2 -2
- package/sheets-bar/action-dialog.component.d.ts +1 -1
- package/sheets-bar/sheets-bar.component.d.ts +5 -5
- package/spreadsheet.component.d.ts +4 -4
- package/spreadsheet.module.d.ts +31 -56
- package/tools/align/align-tool.directive.d.ts +1 -1
- package/tools/align/horizontal-align-tool.directive.d.ts +1 -1
- package/tools/align/vertical-align-tool.directive.d.ts +1 -1
- package/tools/colorpicker/spreadsheet-backcolor.component.d.ts +1 -1
- package/tools/colorpicker/spreadsheet-forecolor.component.d.ts +2 -2
- package/tools/decrease-decimal-tool.directive.d.ts +1 -1
- package/tools/font-family/font-family-dropdownlist.component.d.ts +1 -1
- package/tools/font-family/spreadsheet-fontfamily-tool.component.d.ts +2 -2
- package/tools/font-size/decrease-font-tool.directive.d.ts +1 -1
- package/tools/font-size/font-size-dropdownlist.component.d.ts +1 -1
- package/tools/font-size/increase-font-tool.directive.d.ts +1 -1
- package/tools/font-size/spreadsheet-fontsize-tool.component.d.ts +2 -2
- package/tools/format-tool.directive.d.ts +1 -1
- package/tools/gridlines-tool.directive.d.ts +1 -1
- package/tools/history/redo-tool.d.ts +1 -1
- package/tools/history/undo-tool.d.ts +1 -1
- package/tools/increase-decimal-tool.directive.d.ts +1 -1
- package/tools/insert/insert-link-dialog.component.d.ts +1 -1
- package/tools/insert/insert-link-tool.directive.d.ts +1 -1
- package/tools/load-file.component.d.ts +2 -2
- package/tools/save-file-tool.directive.d.ts +1 -1
- package/tools/shared/dialog-content.component.d.ts +1 -1
- package/tools/tables/add-column-left-button.directive.d.ts +1 -1
- package/tools/tables/add-column-right-button.directive.d.ts +1 -1
- package/tools/tables/add-row-above-button.directive.d.ts +1 -1
- package/tools/tables/add-row-below-button.directive.d.ts +1 -1
- package/tools/tables/delete-column-button.directive.d.ts +1 -1
- package/tools/tables/delete-row-button.directive.d.ts +1 -1
- package/tools/tables/merge-tool.directive.d.ts +1 -1
- package/tools/text-wrap-tool.directive.d.ts +1 -1
- package/tools/typographical-emphasis/bold-tool.directive.d.ts +1 -1
- package/tools/typographical-emphasis/italic-tool.directive.d.ts +1 -1
- package/tools/typographical-emphasis/underline-tool.directive.d.ts +1 -1
@@ -15,5 +15,5 @@ export declare class SpreadsheetTextWrapDirective extends SpreadsheetCommandButt
|
|
15
15
|
constructor(button: ToolBarButtonComponent, localization: SpreadsheetLocalizationService, spreadsheetService: SpreadsheetService, toolsService: SpreadsheetToolsService);
|
16
16
|
protected clickHandler(): void;
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpreadsheetTextWrapDirective, never>;
|
18
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SpreadsheetTextWrapDirective, "kendo-toolbar-button[kendoSpreadsheetTextWrap]", never, {}, {}, never, never,
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SpreadsheetTextWrapDirective, "kendo-toolbar-button[kendoSpreadsheetTextWrap]", never, {}, {}, never, never, true, never>;
|
19
19
|
}
|
@@ -14,5 +14,5 @@ import * as i0 from "@angular/core";
|
|
14
14
|
export declare class SpreadsheetBoldDirective extends SpreadsheetCommandButton {
|
15
15
|
constructor(button: ToolBarButtonComponent, localization: SpreadsheetLocalizationService, spreadsheetService: SpreadsheetService, toolsService: SpreadsheetToolsService);
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpreadsheetBoldDirective, never>;
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SpreadsheetBoldDirective, "kendo-toolbar-button[kendoSpreadsheetBold]", never, {}, {}, never, never,
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SpreadsheetBoldDirective, "kendo-toolbar-button[kendoSpreadsheetBold]", never, {}, {}, never, never, true, never>;
|
18
18
|
}
|
@@ -14,5 +14,5 @@ import * as i0 from "@angular/core";
|
|
14
14
|
export declare class SpreadsheetItalicDirective extends SpreadsheetCommandButton {
|
15
15
|
constructor(button: ToolBarButtonComponent, localization: SpreadsheetLocalizationService, spreadsheetService: SpreadsheetService, toolsService: SpreadsheetToolsService);
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpreadsheetItalicDirective, never>;
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SpreadsheetItalicDirective, "kendo-toolbar-button[kendoSpreadsheetItalic]", never, {}, {}, never, never,
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SpreadsheetItalicDirective, "kendo-toolbar-button[kendoSpreadsheetItalic]", never, {}, {}, never, never, true, never>;
|
18
18
|
}
|
@@ -14,5 +14,5 @@ import * as i0 from "@angular/core";
|
|
14
14
|
export declare class SpreadsheetUnderlineDirective extends SpreadsheetCommandButton {
|
15
15
|
constructor(button: ToolBarButtonComponent, localization: SpreadsheetLocalizationService, spreadsheetService: SpreadsheetService, toolsService: SpreadsheetToolsService);
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpreadsheetUnderlineDirective, never>;
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SpreadsheetUnderlineDirective, "kendo-toolbar-button[kendoSpreadsheetUnderline]", never, {}, {}, never, never,
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SpreadsheetUnderlineDirective, "kendo-toolbar-button[kendoSpreadsheetUnderline]", never, {}, {}, never, never, true, never>;
|
18
18
|
}
|