@progress/kendo-angular-editor 24.2.2-develop.9 → 25.0.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.
- package/fesm2022/progress-kendo-angular-editor.mjs +192 -192
- package/index.d.ts +2173 -67
- package/package-metadata.mjs +2 -2
- package/package.json +20 -20
- package/schematics/ngAdd/index.js +4 -4
- package/common/active-marks.d.ts +0 -12
- package/common/apply-to-word-options.d.ts +0 -26
- package/common/commands.d.ts +0 -41
- package/common/css-settings.interface.d.ts +0 -30
- package/common/direction.d.ts +0 -8
- package/common/error-messages.d.ts +0 -8
- package/common/font-family-item.interface.d.ts +0 -25
- package/common/font-size-item.interface.d.ts +0 -25
- package/common/format-item.interface.d.ts +0 -25
- package/common/image-data.interface.d.ts +0 -13
- package/common/link-data.interface.d.ts +0 -13
- package/common/paste-cleanup-settings.d.ts +0 -64
- package/common/plugins-function.d.ts +0 -18
- package/common/predicate.d.ts +0 -9
- package/common/provider.service.d.ts +0 -14
- package/common/resizable-options.interface.d.ts +0 -35
- package/common/styles.d.ts +0 -16
- package/common/table-data.interface.d.ts +0 -11
- package/config/command-icons.d.ts +0 -13
- package/config/commands.d.ts +0 -9
- package/config/indent-rules.d.ts +0 -33
- package/config/schema.d.ts +0 -13
- package/config/semantic-nodes.d.ts +0 -12
- package/config/table-commands.d.ts +0 -10
- package/config/utils.d.ts +0 -73
- package/dialogs/colorpicker-dialog.component.d.ts +0 -36
- package/dialogs/file-link-dialog.component.d.ts +0 -33
- package/dialogs/font-family-dialog.component.d.ts +0 -31
- package/dialogs/font-size-dialog.component.d.ts +0 -31
- package/dialogs/format-dialog.component.d.ts +0 -31
- package/dialogs/image-dialog.component.d.ts +0 -40
- package/dialogs/insert-table-dialog.component.d.ts +0 -24
- package/dialogs/source-dialog.component.d.ts +0 -27
- package/directives.d.ts +0 -51
- package/editor-toolbar-state.d.ts +0 -20
- package/editor.component.d.ts +0 -277
- package/editor.module.d.ts +0 -73
- package/localization/custom-messages.component.d.ts +0 -27
- package/localization/editor-localization.service.d.ts +0 -14
- package/localization/localized-messages.directive.d.ts +0 -16
- package/localization/messages.d.ts +0 -242
- package/package-metadata.d.ts +0 -9
- package/preventable-events/paste-event.d.ts +0 -27
- package/preventable-events/preventable-event.d.ts +0 -21
- package/tools/alignment/editor-align-center-button.directive.d.ts +0 -28
- package/tools/alignment/editor-align-justify-button.directive.d.ts +0 -28
- package/tools/alignment/editor-align-left-button.directive.d.ts +0 -28
- package/tools/alignment/editor-align-right-button.directive.d.ts +0 -28
- package/tools/blockquote/editor-blockquote-button.directive.d.ts +0 -26
- package/tools/colorpicker/editor-back-color.directive.d.ts +0 -26
- package/tools/colorpicker/editor-colorpicker.component.d.ts +0 -129
- package/tools/colorpicker/editor-fore-color.directive.d.ts +0 -22
- package/tools/editor-clean-formatting-button.directive.d.ts +0 -27
- package/tools/fontfamily/editor-fontfamily-dropdownlist.component.d.ts +0 -27
- package/tools/fontfamily/editor-fontfamily.component.d.ts +0 -91
- package/tools/fontsize/editor-fontsize-dropdownlist.component.d.ts +0 -27
- package/tools/fontsize/editor-fontsize.component.d.ts +0 -91
- package/tools/format/editor-format-dropdownlist.component.d.ts +0 -27
- package/tools/format/editor-format.component.d.ts +0 -83
- package/tools/history/editor-redo-button.directive.d.ts +0 -28
- package/tools/history/editor-undo-button.directive.d.ts +0 -28
- package/tools/image/editor-insert-image-button.directive.d.ts +0 -27
- package/tools/indentation/editor-indent-button.directive.d.ts +0 -27
- package/tools/indentation/editor-outdent-button.directive.d.ts +0 -27
- package/tools/link/editor-create-link-button.directive.d.ts +0 -27
- package/tools/link/editor-insert-file-button.directive.d.ts +0 -26
- package/tools/link/editor-unlink-button.directive.d.ts +0 -27
- package/tools/list/editor-insert-ordered-list-button.directive.d.ts +0 -27
- package/tools/list/editor-insert-unordered-list-button.directive.d.ts +0 -28
- package/tools/print/editor-print-button.directive.d.ts +0 -31
- package/tools/select-all/select-all-button.directive.d.ts +0 -28
- package/tools/shared/dropdown-tool.directive.d.ts +0 -20
- package/tools/shared/editor-command-base.d.ts +0 -31
- package/tools/shared/editor-command-button.d.ts +0 -24
- package/tools/shared/editor-command-dialog.d.ts +0 -23
- package/tools/source/editor-view-source-button.directive.d.ts +0 -27
- package/tools/tables/editor-add-column-after-button.directive.d.ts +0 -28
- package/tools/tables/editor-add-column-before-button.directive.d.ts +0 -28
- package/tools/tables/editor-add-row-after-button.directive.d.ts +0 -28
- package/tools/tables/editor-add-row-before-button.directive.d.ts +0 -28
- package/tools/tables/editor-delete-column-button.directive.d.ts +0 -28
- package/tools/tables/editor-delete-row-button.directive.d.ts +0 -28
- package/tools/tables/editor-delete-table-button.directive.d.ts +0 -28
- package/tools/tables/editor-insert-table-button.component.d.ts +0 -87
- package/tools/tables/editor-merge-cells-button.directive.d.ts +0 -30
- package/tools/tables/editor-split-cell-button.directive.d.ts +0 -30
- package/tools/tables/popup-table-grid.component.d.ts +0 -31
- package/tools/tools.service.d.ts +0 -17
- package/tools/typographical-emphasis/editor-bold-button.directive.d.ts +0 -28
- package/tools/typographical-emphasis/editor-italic-button.directive.d.ts +0 -28
- package/tools/typographical-emphasis/editor-strikethrough-button.directive.d.ts +0 -28
- package/tools/typographical-emphasis/editor-subscript-button.directive.d.ts +0 -28
- package/tools/typographical-emphasis/editor-superscript-button.directive.d.ts +0 -28
- package/tools/typographical-emphasis/editor-underline-button.directive.d.ts +0 -28
- package/util.d.ts +0 -96
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
|
|
6
|
-
import { EditorCommandButton } from '../shared/editor-command-button';
|
|
7
|
-
import { EditorLocalizationService } from '../../localization/editor-localization.service';
|
|
8
|
-
import { ProviderService } from '../../common/provider.service';
|
|
9
|
-
import { EditorToolsService } from '../tools.service';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
/**
|
|
12
|
-
* Configures a ToolBarButtonComponent as an Editor **AddColumnBefore** tool
|
|
13
|
-
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
14
|
-
* The directive sets the SVG icon and `click` event handlers for the button.
|
|
15
|
-
* The directive also updates the `disabled` state of the button based on the cursor position in the editing area.
|
|
16
|
-
*
|
|
17
|
-
* @example
|
|
18
|
-
* ```html
|
|
19
|
-
* <kendo-toolbar-button kendoEditorAddColumnBeforeButton></kendo-toolbar-button>
|
|
20
|
-
* ```
|
|
21
|
-
* @remarks
|
|
22
|
-
* Applied to: {@link ToolBarButtonComponent}
|
|
23
|
-
*/
|
|
24
|
-
export declare class EditorAddColumnBeforeButtonDirective extends EditorCommandButton {
|
|
25
|
-
constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EditorAddColumnBeforeButtonDirective, never>;
|
|
27
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EditorAddColumnBeforeButtonDirective, "kendo-toolbar-button[kendoEditorAddColumnBeforeButton]", never, {}, {}, never, never, true, never>;
|
|
28
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
|
|
6
|
-
import { EditorCommandButton } from '../shared/editor-command-button';
|
|
7
|
-
import { EditorLocalizationService } from '../../localization/editor-localization.service';
|
|
8
|
-
import { ProviderService } from '../../common/provider.service';
|
|
9
|
-
import { EditorToolsService } from '../tools.service';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
/**
|
|
12
|
-
* Configures a ToolBarButtonComponent as an Editor **AddRowAfter** tool
|
|
13
|
-
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
14
|
-
* The directive sets the SVG icon and `click` event handlers for the button.
|
|
15
|
-
* The directive also updates the `disabled` state of the button based on the cursor position in the editing area.
|
|
16
|
-
*
|
|
17
|
-
* @example
|
|
18
|
-
* ```html
|
|
19
|
-
* <kendo-toolbar-button kendoEditorAddRowAfterButton></kendo-toolbar-button>
|
|
20
|
-
* ```
|
|
21
|
-
* @remarks
|
|
22
|
-
* Applied to: {@link ToolBarButtonComponent}
|
|
23
|
-
*/
|
|
24
|
-
export declare class EditorAddRowAfterButtonDirective extends EditorCommandButton {
|
|
25
|
-
constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EditorAddRowAfterButtonDirective, never>;
|
|
27
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EditorAddRowAfterButtonDirective, "kendo-toolbar-button[kendoEditorAddRowAfterButton]", never, {}, {}, never, never, true, never>;
|
|
28
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
|
|
6
|
-
import { EditorCommandButton } from '../shared/editor-command-button';
|
|
7
|
-
import { EditorLocalizationService } from '../../localization/editor-localization.service';
|
|
8
|
-
import { ProviderService } from '../../common/provider.service';
|
|
9
|
-
import { EditorToolsService } from '../tools.service';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
/**
|
|
12
|
-
* Configures a ToolBarButtonComponent as an Editor **AddRowBefore** tool
|
|
13
|
-
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
14
|
-
* The directive sets the SVG icon and `click` event handlers for the button.
|
|
15
|
-
* The directive also updates the `disabled` state of the button based on the cursor position in the editing area.
|
|
16
|
-
*
|
|
17
|
-
* @example
|
|
18
|
-
* ```html
|
|
19
|
-
* <kendo-toolbar-button kendoEditorAddRowBeforeButton></kendo-toolbar-button>
|
|
20
|
-
* ```
|
|
21
|
-
* @remarks
|
|
22
|
-
* Applied to: {@link ToolBarButtonComponent}
|
|
23
|
-
*/
|
|
24
|
-
export declare class EditorAddRowBeforeButtonDirective extends EditorCommandButton {
|
|
25
|
-
constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EditorAddRowBeforeButtonDirective, never>;
|
|
27
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EditorAddRowBeforeButtonDirective, "kendo-toolbar-button[kendoEditorAddRowBeforeButton]", never, {}, {}, never, never, true, never>;
|
|
28
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
|
|
6
|
-
import { EditorCommandButton } from '../shared/editor-command-button';
|
|
7
|
-
import { EditorLocalizationService } from '../../localization/editor-localization.service';
|
|
8
|
-
import { ProviderService } from '../../common/provider.service';
|
|
9
|
-
import { EditorToolsService } from '../tools.service';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
/**
|
|
12
|
-
* Configures a ToolBarButtonComponent as an Editor **DeleteColumn** tool
|
|
13
|
-
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
14
|
-
* The directive sets the SVG icon and `click` event handlers for the button.
|
|
15
|
-
* The directive also updates the `disabled` state of the button based on the cursor position in the editing area.
|
|
16
|
-
*
|
|
17
|
-
* @example
|
|
18
|
-
* ```html
|
|
19
|
-
* <kendo-toolbar-button kendoEditorDeleteColumnButton></kendo-toolbar-button>
|
|
20
|
-
* ```
|
|
21
|
-
* @remarks
|
|
22
|
-
* Applied to: {@link ToolBarButtonComponent}
|
|
23
|
-
*/
|
|
24
|
-
export declare class EditorDeleteColumnButtonDirective extends EditorCommandButton {
|
|
25
|
-
constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EditorDeleteColumnButtonDirective, never>;
|
|
27
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EditorDeleteColumnButtonDirective, "kendo-toolbar-button[kendoEditorDeleteColumnButton]", never, {}, {}, never, never, true, never>;
|
|
28
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
|
|
6
|
-
import { EditorCommandButton } from '../shared/editor-command-button';
|
|
7
|
-
import { EditorLocalizationService } from '../../localization/editor-localization.service';
|
|
8
|
-
import { ProviderService } from '../../common/provider.service';
|
|
9
|
-
import { EditorToolsService } from '../tools.service';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
/**
|
|
12
|
-
* Configures a ToolBarButtonComponent as an Editor **DeleteRow** tool
|
|
13
|
-
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
14
|
-
* The directive sets the SVG icon and `click` event handlers for the button.
|
|
15
|
-
* The directive also updates the `disabled` state of the button based on the cursor position in the editing area.
|
|
16
|
-
*
|
|
17
|
-
* @example
|
|
18
|
-
* ```html
|
|
19
|
-
* <kendo-toolbar-button kendoEditorDeleteRowButton></kendo-toolbar-button>
|
|
20
|
-
* ```
|
|
21
|
-
* @remarks
|
|
22
|
-
* Applied to: {@link ToolBarButtonComponent}
|
|
23
|
-
*/
|
|
24
|
-
export declare class EditorDeleteRowButtonDirective extends EditorCommandButton {
|
|
25
|
-
constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EditorDeleteRowButtonDirective, never>;
|
|
27
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EditorDeleteRowButtonDirective, "kendo-toolbar-button[kendoEditorDeleteRowButton]", never, {}, {}, never, never, true, never>;
|
|
28
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
|
|
6
|
-
import { EditorCommandButton } from '../shared/editor-command-button';
|
|
7
|
-
import { EditorLocalizationService } from '../../localization/editor-localization.service';
|
|
8
|
-
import { ProviderService } from '../../common/provider.service';
|
|
9
|
-
import { EditorToolsService } from '../tools.service';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
/**
|
|
12
|
-
* Configures a ToolBarButtonComponent as an Editor **DeleteTable** tool
|
|
13
|
-
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
14
|
-
* The directive sets the SVG icon and `click` event handlers for the button.
|
|
15
|
-
* The directive also updates the `disabled` state of the button based on the cursor position in the editing area.
|
|
16
|
-
*
|
|
17
|
-
* @example
|
|
18
|
-
* ```html
|
|
19
|
-
* <kendo-toolbar-button kendoEditorDeleteTableButton></kendo-toolbar-button>
|
|
20
|
-
* ```
|
|
21
|
-
* @remarks
|
|
22
|
-
* Applied to: {@link ToolBarButtonComponent}
|
|
23
|
-
*/
|
|
24
|
-
export declare class EditorDeleteTableButtonDirective extends EditorCommandButton {
|
|
25
|
-
constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EditorDeleteTableButtonDirective, never>;
|
|
27
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EditorDeleteTableButtonDirective, "kendo-toolbar-button[kendoEditorDeleteTableButton]", never, {}, {}, never, never, true, never>;
|
|
28
|
-
}
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { TemplateRef, ElementRef, OnDestroy, Renderer2 } from '@angular/core';
|
|
6
|
-
import { ToolBarToolComponent } from '@progress/kendo-angular-toolbar';
|
|
7
|
-
import { PopupRef, PopupService } from '@progress/kendo-angular-popup';
|
|
8
|
-
import { DialogService } from '@progress/kendo-angular-dialog';
|
|
9
|
-
import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
10
|
-
import { EditorLocalizationService } from '../../localization/editor-localization.service';
|
|
11
|
-
import { ProviderService } from '../../common/provider.service';
|
|
12
|
-
import { TableData } from '../../common/table-data.interface';
|
|
13
|
-
import * as i0 from "@angular/core";
|
|
14
|
-
/**
|
|
15
|
-
* Represents toolbar component which allows creating and insertig a table in the Editor's content.
|
|
16
|
-
*
|
|
17
|
-
* Use this toolbar component to let users create and insert a table in the Editor's content.
|
|
18
|
-
*
|
|
19
|
-
* @example
|
|
20
|
-
* ```html
|
|
21
|
-
* <kendo-editor>
|
|
22
|
-
* <kendo-toolbar>
|
|
23
|
-
* <kendo-editor-insert-table-button></kendo-editor-insert-table-button>
|
|
24
|
-
* </kendo-toolbar>
|
|
25
|
-
* </kendo-editor>
|
|
26
|
-
* ```
|
|
27
|
-
*/
|
|
28
|
-
export declare class EditorInsertTableButtonComponent extends ToolBarToolComponent implements OnDestroy {
|
|
29
|
-
private localization;
|
|
30
|
-
private popupService;
|
|
31
|
-
private dialogService;
|
|
32
|
-
private renderer;
|
|
33
|
-
element: ElementRef;
|
|
34
|
-
overflowElement: ElementRef;
|
|
35
|
-
popupGridTemplate: TemplateRef<any>;
|
|
36
|
-
/**
|
|
37
|
-
* @hidden
|
|
38
|
-
*/
|
|
39
|
-
popupRef: PopupRef;
|
|
40
|
-
/**
|
|
41
|
-
* @hidden
|
|
42
|
-
*/
|
|
43
|
-
disabled: boolean;
|
|
44
|
-
addTableSVGIcon: SVGIcon;
|
|
45
|
-
private open;
|
|
46
|
-
private buttonBlurred;
|
|
47
|
-
private cellClicked;
|
|
48
|
-
private subs;
|
|
49
|
-
private editor;
|
|
50
|
-
constructor(localization: EditorLocalizationService, popupService: PopupService, dialogService: DialogService, providerService: ProviderService, renderer: Renderer2);
|
|
51
|
-
ngOnDestroy(): void;
|
|
52
|
-
get outerWidth(): number;
|
|
53
|
-
get title(): string;
|
|
54
|
-
/**
|
|
55
|
-
* @hidden
|
|
56
|
-
*/
|
|
57
|
-
toggle(open?: boolean): void;
|
|
58
|
-
/**
|
|
59
|
-
* @hidden
|
|
60
|
-
*/
|
|
61
|
-
openDialog(): void;
|
|
62
|
-
/**
|
|
63
|
-
* @hidden
|
|
64
|
-
*/
|
|
65
|
-
onBlur(): void;
|
|
66
|
-
/**
|
|
67
|
-
* @hidden
|
|
68
|
-
*/
|
|
69
|
-
onCellClick(args: TableData): void;
|
|
70
|
-
/**
|
|
71
|
-
* @hidden
|
|
72
|
-
*/
|
|
73
|
-
canFocus(): boolean;
|
|
74
|
-
/**
|
|
75
|
-
* @hidden
|
|
76
|
-
*/
|
|
77
|
-
focus(): void;
|
|
78
|
-
/**
|
|
79
|
-
* @hidden
|
|
80
|
-
*/
|
|
81
|
-
handleKey(ev: any): boolean;
|
|
82
|
-
private createPopup;
|
|
83
|
-
private destroyPopup;
|
|
84
|
-
private getButton;
|
|
85
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EditorInsertTableButtonComponent, never>;
|
|
86
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EditorInsertTableButtonComponent, "kendo-editor-insert-table-button", never, {}, {}, never, never, true, never>;
|
|
87
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
|
|
6
|
-
import { EditorCommandButton } from '../shared/editor-command-button';
|
|
7
|
-
import { EditorLocalizationService } from '../../localization/editor-localization.service';
|
|
8
|
-
import { ProviderService } from '../../common/provider.service';
|
|
9
|
-
import { EditorToolsService } from '../tools.service';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
/**
|
|
12
|
-
* @hidden
|
|
13
|
-
*
|
|
14
|
-
* Configures an existing ToolBarButtonComponent as an Editor **MergeCells** tool
|
|
15
|
-
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
16
|
-
* The directive predefines the `icon` and `click` event handlers of the button.
|
|
17
|
-
* It also updates the `disabled` state of the button based on the cursor position in the editing area.
|
|
18
|
-
*
|
|
19
|
-
* @example
|
|
20
|
-
* ```html
|
|
21
|
-
* <kendo-toolbar-button kendoEditorMergeCellsButton></kendo-toolbar-button>
|
|
22
|
-
* ```
|
|
23
|
-
* @remarks
|
|
24
|
-
* Applied to: {@link ToolBarButtonComponent}
|
|
25
|
-
*/
|
|
26
|
-
export declare class EditorMergeCellsButtonDirective extends EditorCommandButton {
|
|
27
|
-
constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EditorMergeCellsButtonDirective, never>;
|
|
29
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EditorMergeCellsButtonDirective, "kendo-toolbar-button[kendoEditorMergeCellsButton]", never, {}, {}, never, never, true, never>;
|
|
30
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
|
|
6
|
-
import { EditorCommandButton } from '../shared/editor-command-button';
|
|
7
|
-
import { EditorLocalizationService } from '../../localization/editor-localization.service';
|
|
8
|
-
import { ProviderService } from '../../common/provider.service';
|
|
9
|
-
import { EditorToolsService } from '../tools.service';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
/**
|
|
12
|
-
* @hidden
|
|
13
|
-
*
|
|
14
|
-
* Configures an existing ToolBarButtonComponent as an Editor SplitCell tool
|
|
15
|
-
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
16
|
-
* The directive predefines the `icon` and `click` event handlers of the button.
|
|
17
|
-
* It also updates the `disabled` state of the button based on the cursor position in the editing area.
|
|
18
|
-
*
|
|
19
|
-
* @example
|
|
20
|
-
* ```html
|
|
21
|
-
* <kendo-toolbar-button kendoEditorSplitCellButton></kendo-toolbar-button>
|
|
22
|
-
* ```
|
|
23
|
-
* @remarks
|
|
24
|
-
* Applied to: {@link ToolBarButtonComponent}
|
|
25
|
-
*/
|
|
26
|
-
export declare class EditorSplitCellButtonDirective extends EditorCommandButton {
|
|
27
|
-
constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EditorSplitCellButtonDirective, never>;
|
|
29
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EditorSplitCellButtonDirective, "kendo-toolbar-button[kendoEditorSplitCellButton]", never, {}, {}, never, never, true, never>;
|
|
30
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { EventEmitter } from '@angular/core';
|
|
6
|
-
import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
7
|
-
import { TableData } from '../../common/table-data.interface';
|
|
8
|
-
import { EditorLocalizationService } from '../../localization/editor-localization.service';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
/**
|
|
11
|
-
* @hidden
|
|
12
|
-
*/
|
|
13
|
-
export declare class PopupTableGridComponent {
|
|
14
|
-
private localization;
|
|
15
|
-
cellClick: EventEmitter<TableData>;
|
|
16
|
-
tableWizardClick: EventEmitter<any>;
|
|
17
|
-
tableWizardIcon: SVGIcon;
|
|
18
|
-
private state;
|
|
19
|
-
private rows;
|
|
20
|
-
private cols;
|
|
21
|
-
constructor(localization: EditorLocalizationService);
|
|
22
|
-
get message(): string;
|
|
23
|
-
get cells(): any[];
|
|
24
|
-
selected(index: number): boolean;
|
|
25
|
-
setState(index: number): void;
|
|
26
|
-
resetState(): void;
|
|
27
|
-
insertTable(): void;
|
|
28
|
-
openTableWizard(): void;
|
|
29
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PopupTableGridComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PopupTableGridComponent, "kendo-popup-table-grid", never, {}, { "cellClick": "cellClick"; "tableWizardClick": "tableWizardClick"; }, never, never, true, never>;
|
|
31
|
-
}
|
package/tools/tools.service.d.ts
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { NgZone } from '@angular/core';
|
|
6
|
-
import { Subject } from 'rxjs';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export declare class EditorToolsService {
|
|
12
|
-
zone: NgZone;
|
|
13
|
-
needsCheck: Subject<any>;
|
|
14
|
-
constructor(zone: NgZone);
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EditorToolsService, never>;
|
|
16
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<EditorToolsService>;
|
|
17
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
|
|
6
|
-
import { EditorCommandButton } from '../shared/editor-command-button';
|
|
7
|
-
import { EditorLocalizationService } from '../../localization/editor-localization.service';
|
|
8
|
-
import { ProviderService } from '../../common/provider.service';
|
|
9
|
-
import { EditorToolsService } from '../tools.service';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
/**
|
|
12
|
-
* Configures a ToolBarButtonComponent as an Editor **Bold** tool
|
|
13
|
-
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
14
|
-
* This directive sets the SVG icon and `click` event handlers for the button.
|
|
15
|
-
* The directive also updates the `selected` state of the button based on the cursor position in the editing area.
|
|
16
|
-
*
|
|
17
|
-
* @example
|
|
18
|
-
* ```html
|
|
19
|
-
* <kendo-toolbar-button kendoEditorBoldButton></kendo-toolbar-button>
|
|
20
|
-
* ```
|
|
21
|
-
* @remarks
|
|
22
|
-
* Applied to: {@link ToolBarButtonComponent}
|
|
23
|
-
*/
|
|
24
|
-
export declare class EditorBoldButtonDirective extends EditorCommandButton {
|
|
25
|
-
constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EditorBoldButtonDirective, never>;
|
|
27
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EditorBoldButtonDirective, "kendo-toolbar-button[kendoEditorBoldButton]", never, {}, {}, never, never, true, never>;
|
|
28
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
|
|
6
|
-
import { EditorCommandButton } from '../shared/editor-command-button';
|
|
7
|
-
import { EditorLocalizationService } from '../../localization/editor-localization.service';
|
|
8
|
-
import { ProviderService } from '../../common/provider.service';
|
|
9
|
-
import { EditorToolsService } from '../tools.service';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
/**
|
|
12
|
-
* Configures a ToolBarButtonComponent as an Editor **Italic** tool
|
|
13
|
-
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
14
|
-
* This directive sets the SVG icon and `click` event handlers for the button.
|
|
15
|
-
* The directive also updates the `selected` state of the button based on the cursor position in the editing area.
|
|
16
|
-
*
|
|
17
|
-
* @example
|
|
18
|
-
* ```html
|
|
19
|
-
* <kendo-toolbar-button kendoEditorItalicButton></kendo-toolbar-button>
|
|
20
|
-
* ```
|
|
21
|
-
* @remarks
|
|
22
|
-
* Applied to: {@link ToolBarButtonComponent}
|
|
23
|
-
*/
|
|
24
|
-
export declare class EditorItalicButtonDirective extends EditorCommandButton {
|
|
25
|
-
constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EditorItalicButtonDirective, never>;
|
|
27
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EditorItalicButtonDirective, "kendo-toolbar-button[kendoEditorItalicButton]", never, {}, {}, never, never, true, never>;
|
|
28
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
|
|
6
|
-
import { EditorCommandButton } from '../shared/editor-command-button';
|
|
7
|
-
import { EditorLocalizationService } from '../../localization/editor-localization.service';
|
|
8
|
-
import { ProviderService } from '../../common/provider.service';
|
|
9
|
-
import { EditorToolsService } from '../tools.service';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
/**
|
|
12
|
-
* Configures a ToolBarButtonComponent as an Editor **Strikethrough** tool
|
|
13
|
-
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
14
|
-
* This directive sets the SVG icon and `click` event handlers for the button.
|
|
15
|
-
* The directive also updates the `selected` state of the button based on the cursor position in the editing area.
|
|
16
|
-
*
|
|
17
|
-
* @example
|
|
18
|
-
* ```html
|
|
19
|
-
* <kendo-toolbar-button kendoEditorStrikethroughButton></kendo-toolbar-button>
|
|
20
|
-
* ```
|
|
21
|
-
* @remarks
|
|
22
|
-
* Applied to: {@link ToolBarButtonComponent}
|
|
23
|
-
*/
|
|
24
|
-
export declare class EditorStrikethroughButtonDirective extends EditorCommandButton {
|
|
25
|
-
constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EditorStrikethroughButtonDirective, never>;
|
|
27
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EditorStrikethroughButtonDirective, "kendo-toolbar-button[kendoEditorStrikethroughButton]", never, {}, {}, never, never, true, never>;
|
|
28
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
|
|
6
|
-
import { EditorCommandButton } from '../shared/editor-command-button';
|
|
7
|
-
import { EditorLocalizationService } from '../../localization/editor-localization.service';
|
|
8
|
-
import { ProviderService } from '../../common/provider.service';
|
|
9
|
-
import { EditorToolsService } from '../tools.service';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
/**
|
|
12
|
-
* Configures a ToolBarButtonComponent as an Editor **Subscript** tool
|
|
13
|
-
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
14
|
-
* This directive sets the SVG icon and `click` event handlers for the button.
|
|
15
|
-
* The directive also updates the `selected` state of the button based on the cursor position in the editing area.
|
|
16
|
-
*
|
|
17
|
-
* @example
|
|
18
|
-
* ```html
|
|
19
|
-
* <kendo-toolbar-button kendoEditorSubscriptButton></kendo-toolbar-button>
|
|
20
|
-
* ```
|
|
21
|
-
* @remarks
|
|
22
|
-
* Applied to: {@link ToolBarButtonComponent}
|
|
23
|
-
*/
|
|
24
|
-
export declare class EditorSubscriptButtonDirective extends EditorCommandButton {
|
|
25
|
-
constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EditorSubscriptButtonDirective, never>;
|
|
27
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EditorSubscriptButtonDirective, "kendo-toolbar-button[kendoEditorSubscriptButton]", never, {}, {}, never, never, true, never>;
|
|
28
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
|
|
6
|
-
import { EditorCommandButton } from '../shared/editor-command-button';
|
|
7
|
-
import { EditorLocalizationService } from '../../localization/editor-localization.service';
|
|
8
|
-
import { ProviderService } from '../../common/provider.service';
|
|
9
|
-
import { EditorToolsService } from '../tools.service';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
/**
|
|
12
|
-
* Configures a ToolBarButtonComponent as an Editor **Superscript** tool
|
|
13
|
-
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
14
|
-
* This directive sets the SVG icon and `click` event handlers for the button.
|
|
15
|
-
* The directive also updates the `selected` state of the button based on the cursor position in the editing area.
|
|
16
|
-
*
|
|
17
|
-
* @example
|
|
18
|
-
* ```html
|
|
19
|
-
* <kendo-toolbar-button kendoEditorSuperscriptButton></kendo-toolbar-button>
|
|
20
|
-
* ```
|
|
21
|
-
* @remarks
|
|
22
|
-
* Applied to: {@link ToolBarButtonComponent}
|
|
23
|
-
*/
|
|
24
|
-
export declare class EditorSuperscriptButtonDirective extends EditorCommandButton {
|
|
25
|
-
constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EditorSuperscriptButtonDirective, never>;
|
|
27
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EditorSuperscriptButtonDirective, "kendo-toolbar-button[kendoEditorSuperscriptButton]", never, {}, {}, never, never, true, never>;
|
|
28
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
|
|
6
|
-
import { EditorCommandButton } from '../shared/editor-command-button';
|
|
7
|
-
import { EditorLocalizationService } from '../../localization/editor-localization.service';
|
|
8
|
-
import { ProviderService } from '../../common/provider.service';
|
|
9
|
-
import { EditorToolsService } from '../tools.service';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
/**
|
|
12
|
-
* Configures a ToolBarButtonComponent as an Editor **Underline** tool
|
|
13
|
-
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
14
|
-
* This directive sets the SVG icon and `click` event handlers for the button.
|
|
15
|
-
* The directive also updates the `selected` state of the button based on the cursor position in the editing area.
|
|
16
|
-
*
|
|
17
|
-
* @example
|
|
18
|
-
* ```html
|
|
19
|
-
* <kendo-toolbar-button kendoEditorUnderlineButton></kendo-toolbar-button>
|
|
20
|
-
* ```
|
|
21
|
-
* @remarks
|
|
22
|
-
* Applied to: {@link ToolBarButtonComponent}
|
|
23
|
-
*/
|
|
24
|
-
export declare class EditorUnderlineButtonDirective extends EditorCommandButton {
|
|
25
|
-
constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EditorUnderlineButtonDirective, never>;
|
|
27
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EditorUnderlineButtonDirective, "kendo-toolbar-button[kendoEditorUnderlineButton]", never, {}, {}, never, never, true, never>;
|
|
28
|
-
}
|