@progress/kendo-angular-editor 22.1.0-develop.9 → 23.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/common/apply-to-word-options.d.ts +1 -1
- package/common/css-settings.interface.d.ts +1 -1
- package/common/paste-cleanup-settings.d.ts +1 -1
- package/common/plugins-function.d.ts +1 -1
- package/common/resizable-options.interface.d.ts +1 -1
- package/editor.component.d.ts +13 -13
- package/fesm2022/progress-kendo-angular-editor.mjs +63 -63
- package/localization/custom-messages.component.d.ts +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +16 -16
- package/preventable-events/paste-event.d.ts +2 -2
- package/schematics/ngAdd/index.js +4 -4
- package/tools/alignment/editor-align-center-button.directive.d.ts +1 -1
- package/tools/alignment/editor-align-justify-button.directive.d.ts +1 -1
- package/tools/alignment/editor-align-left-button.directive.d.ts +1 -1
- package/tools/alignment/editor-align-right-button.directive.d.ts +1 -1
- package/tools/blockquote/editor-blockquote-button.directive.d.ts +1 -1
- package/tools/colorpicker/editor-back-color.directive.d.ts +1 -1
- package/tools/colorpicker/editor-colorpicker.component.d.ts +1 -1
- package/tools/colorpicker/editor-fore-color.directive.d.ts +1 -1
- package/tools/editor-clean-formatting-button.directive.d.ts +1 -1
- package/tools/fontfamily/editor-fontfamily.component.d.ts +2 -2
- package/tools/fontsize/editor-fontsize.component.d.ts +2 -2
- package/tools/format/editor-format.component.d.ts +2 -2
- package/tools/history/editor-redo-button.directive.d.ts +1 -1
- package/tools/history/editor-undo-button.directive.d.ts +1 -1
- package/tools/image/editor-insert-image-button.directive.d.ts +1 -1
- package/tools/indentation/editor-indent-button.directive.d.ts +1 -1
- package/tools/indentation/editor-outdent-button.directive.d.ts +1 -1
- package/tools/link/editor-create-link-button.directive.d.ts +1 -1
- package/tools/link/editor-insert-file-button.directive.d.ts +1 -1
- package/tools/link/editor-unlink-button.directive.d.ts +1 -1
- package/tools/list/editor-insert-ordered-list-button.directive.d.ts +1 -1
- package/tools/list/editor-insert-unordered-list-button.directive.d.ts +1 -1
- package/tools/print/editor-print-button.directive.d.ts +2 -2
- package/tools/select-all/select-all-button.directive.d.ts +1 -1
- package/tools/source/editor-view-source-button.directive.d.ts +1 -1
- package/tools/tables/editor-add-column-after-button.directive.d.ts +1 -1
- package/tools/tables/editor-add-column-before-button.directive.d.ts +1 -1
- package/tools/tables/editor-add-row-after-button.directive.d.ts +1 -1
- package/tools/tables/editor-add-row-before-button.directive.d.ts +1 -1
- package/tools/tables/editor-delete-column-button.directive.d.ts +1 -1
- package/tools/tables/editor-delete-row-button.directive.d.ts +1 -1
- package/tools/tables/editor-delete-table-button.directive.d.ts +1 -1
- package/tools/tables/editor-merge-cells-button.directive.d.ts +1 -1
- package/tools/tables/editor-split-cell-button.directive.d.ts +1 -1
- package/tools/typographical-emphasis/editor-bold-button.directive.d.ts +1 -1
- package/tools/typographical-emphasis/editor-italic-button.directive.d.ts +1 -1
- package/tools/typographical-emphasis/editor-strikethrough-button.directive.d.ts +1 -1
- package/tools/typographical-emphasis/editor-subscript-button.directive.d.ts +1 -1
- package/tools/typographical-emphasis/editor-superscript-button.directive.d.ts +1 -1
- package/tools/typographical-emphasis/editor-underline-button.directive.d.ts +1 -1
- package/util.d.ts +1 -1
|
@@ -10,7 +10,7 @@ import { EditorToolsService } from '../tools.service';
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
12
|
* Use this directive to turn a ToolBarButtonComponent into an Editor **AlignJustify** tool
|
|
13
|
-
* ([see example](
|
|
13
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
14
14
|
* The directive sets the SVG icon and `click` event handlers for the button.
|
|
15
15
|
* It also updates the `selected` state of the button based on the cursor position in the editing area.
|
|
16
16
|
*
|
|
@@ -10,7 +10,7 @@ import { EditorToolsService } from '../tools.service';
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
12
|
* Use this directive to turn a ToolBarButtonComponent into an Editor **AlignLeft** tool
|
|
13
|
-
* ([see example](
|
|
13
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
14
14
|
* The directive sets the SVG icon and `click` event handlers for the button.
|
|
15
15
|
* It also updates the `selected` state of the button based on the cursor position in the editing area.
|
|
16
16
|
*
|
|
@@ -10,7 +10,7 @@ import { EditorToolsService } from '../tools.service';
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
12
|
* Use this directive to turn a ToolBarButtonComponent into an Editor **AlignRight** tool
|
|
13
|
-
* ([see example](
|
|
13
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
14
14
|
* The directive sets the SVG icon and `click` event handlers for the button.
|
|
15
15
|
* It also updates the `selected` state of the button based on the cursor position in the editing area.
|
|
16
16
|
*
|
|
@@ -9,7 +9,7 @@ import { EditorToolsService } from '../tools.service';
|
|
|
9
9
|
import { ProviderService } from '../../common/provider.service';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
|
-
* Configures a ToolBarButtonComponent as an Editor **Blockquote** tool ([see example](
|
|
12
|
+
* Configures a ToolBarButtonComponent as an Editor **Blockquote** tool ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
13
13
|
* The directive predefines the SVG icon and `click` event handlers of the button.
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import { EditorColorPickerComponent } from './editor-colorpicker.component';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
|
-
* Configures an EditorColorPickerComponent for manipulating the background color of the text ([see example](
|
|
8
|
+
* Configures an EditorColorPickerComponent for manipulating the background color of the text ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* ```html
|
|
@@ -13,7 +13,7 @@ import * as i0 from "@angular/core";
|
|
|
13
13
|
/**
|
|
14
14
|
* Configures a ColorPickerComponent as a ToolBar tool.
|
|
15
15
|
* Use this component to associate a `kendo-toolbar-colorpicker` with an Editor command that changes the foreground or background color of the text.
|
|
16
|
-
* Use the `kendoEditorForeColor` or `kendoEditorBackColor` directive ([more information](
|
|
16
|
+
* Use the `kendoEditorForeColor` or `kendoEditorBackColor` directive ([more information](https://www.telerik.com/kendo-angular-ui/components/editor/tools#colorpickers)).
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* ```html
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import { EditorColorPickerComponent } from './editor-colorpicker.component';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
|
-
* Configures an EditorColorPickerComponent for manipulating the foreground color of the text ([see example](
|
|
8
|
+
* Configures an EditorColorPickerComponent for manipulating the foreground color of the text ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* ```html
|
|
@@ -11,7 +11,7 @@ import * as i0 from "@angular/core";
|
|
|
11
11
|
/**
|
|
12
12
|
* A directive that configures a ToolBarButtonComponent as an Editor **Clean Formatting** tool.
|
|
13
13
|
* The directive sets the SVG icon and `click` event handlers for the button.
|
|
14
|
-
* ([see example](
|
|
14
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools))
|
|
15
15
|
*
|
|
16
16
|
* @example
|
|
17
17
|
* ```html
|
|
@@ -13,9 +13,9 @@ import { ProviderService } from '../../common/provider.service';
|
|
|
13
13
|
import { EditorToolsService } from '../tools.service';
|
|
14
14
|
import * as i0 from "@angular/core";
|
|
15
15
|
/**
|
|
16
|
-
* Configures a DropDownListComponent as an Editor tool ([see example](
|
|
16
|
+
* Configures a DropDownListComponent as an Editor tool ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
17
17
|
* Use this component to associate a kendo-toolbar-dropdownlist with an Editor command that changes the font family of a content block.
|
|
18
|
-
* The component automatically sets the options and values of the drop-down list ([see example](
|
|
18
|
+
* The component automatically sets the options and values of the drop-down list ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#dropdownlists)).
|
|
19
19
|
*
|
|
20
20
|
* @example
|
|
21
21
|
* ```html
|
|
@@ -14,10 +14,10 @@ import { ProviderService } from '../../common/provider.service';
|
|
|
14
14
|
import { EditorToolsService } from '../tools.service';
|
|
15
15
|
import * as i0 from "@angular/core";
|
|
16
16
|
/**
|
|
17
|
-
* Configures a DropDownListComponent as an Editor tool ([see example](
|
|
17
|
+
* Configures a DropDownListComponent as an Editor tool ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
18
18
|
* Use this component to associate a `kendo-dropdownlist` with an Editor command that changes the font size of a content block.
|
|
19
19
|
* The component automatically sets the options and values of the drop-down list.
|
|
20
|
-
* ([see example](
|
|
20
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#dropdownlists))
|
|
21
21
|
*
|
|
22
22
|
* @example
|
|
23
23
|
* ```html
|
|
@@ -15,9 +15,9 @@ import { EditorToolsService } from '../tools.service';
|
|
|
15
15
|
import * as i0 from "@angular/core";
|
|
16
16
|
/**
|
|
17
17
|
* Configures a DropDownListComponent as an Editor tool
|
|
18
|
-
* ([see example](
|
|
18
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
19
19
|
* Associates a `kendo-dropdownlist` with an Editor command that changes the format of a content block.
|
|
20
|
-
* Automatically sets the options and values of the DropDownList ([see example](
|
|
20
|
+
* Automatically sets the options and values of the DropDownList ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#dropdownlists)).
|
|
21
21
|
*
|
|
22
22
|
* @example
|
|
23
23
|
* ```html
|
|
@@ -10,7 +10,7 @@ import { EditorToolsService } from '../tools.service';
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
12
|
* Configures a ToolBarButtonComponent as an Editor **Redo** tool
|
|
13
|
-
* ([see example](
|
|
13
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
14
14
|
* Sets the SVG icon and `click` event handlers of the button.
|
|
15
15
|
* Updates the `disabled` state of the button based on the cursor position in the editing area.
|
|
16
16
|
*
|
|
@@ -10,7 +10,7 @@ import { EditorToolsService } from '../tools.service';
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
12
|
* Configures a ToolBarButtonComponent as an Editor **Undo** tool
|
|
13
|
-
* ([see example](
|
|
13
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
14
14
|
* Sets the SVG icon and `click` event handlers of the button.
|
|
15
15
|
* Updates the `disabled` state of the button based on the cursor position in the editing area.
|
|
16
16
|
*
|
|
@@ -10,7 +10,7 @@ import { EditorToolsService } from '../tools.service';
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
12
|
* Configures a `ToolBarButtonComponent` as an Editor **InsertImage** tool
|
|
13
|
-
* ([see example](
|
|
13
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
14
14
|
* Sets the SVG icon and `click` event handlers of the button.
|
|
15
15
|
*
|
|
16
16
|
* @example
|
|
@@ -9,7 +9,7 @@ import { ProviderService } from '../../common/provider.service';
|
|
|
9
9
|
import { EditorToolsService } from '../tools.service';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
|
-
* Configures a ToolBarButtonComponent as an Editor **Indent** tool ([see example](
|
|
12
|
+
* Configures a ToolBarButtonComponent as an Editor **Indent** tool ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
13
13
|
* The directive sets the SVG icon and `click` event handlers for the button.
|
|
14
14
|
* The directive also updates the `disabled` state of the button based on the cursor position in the editing area.
|
|
15
15
|
*
|
|
@@ -9,7 +9,7 @@ import { ProviderService } from '../../common/provider.service';
|
|
|
9
9
|
import { EditorToolsService } from '../tools.service';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
|
-
* Configures a ToolBarButtonComponent as an Editor **Outdent** tool ([see example](
|
|
12
|
+
* Configures a ToolBarButtonComponent as an Editor **Outdent** tool ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
13
13
|
* The directive sets the SVG icon and `click` event handlers for the button.
|
|
14
14
|
* The directive also updates the `disabled` state of the button based on the cursor position in the editing area.
|
|
15
15
|
*
|
|
@@ -9,7 +9,7 @@ import { ProviderService } from '../../common/provider.service';
|
|
|
9
9
|
import { EditorToolsService } from '../tools.service';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
|
-
* Configures a ToolBarButtonComponent as an Editor **CreateLink** tool ([see example](
|
|
12
|
+
* Configures a ToolBarButtonComponent as an Editor **CreateLink** tool ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
13
13
|
* The directive sets the SVG icon and `click` event handlers for the button.
|
|
14
14
|
* The directive also updates the `disabled` state of the button based on the cursor position in the editing area.
|
|
15
15
|
*
|
|
@@ -9,7 +9,7 @@ import { ProviderService } from "../../common/provider.service";
|
|
|
9
9
|
import { EditorToolsService } from "../tools.service";
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
|
-
* Configures a ToolBarButtonComponent as an Editor **Insert File** tool ([see example](
|
|
12
|
+
* Configures a ToolBarButtonComponent as an Editor **Insert File** tool ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
13
13
|
* The directive sets the SVG icon and `click` event handlers for the button.
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
@@ -9,7 +9,7 @@ import { ProviderService } from '../../common/provider.service';
|
|
|
9
9
|
import { EditorToolsService } from '../tools.service';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
|
-
* Configures a ToolBarButtonComponent as an Editor **Unlink** tool ([see example](
|
|
12
|
+
* Configures a ToolBarButtonComponent as an Editor **Unlink** tool ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
13
13
|
* The directive sets the SVG icon and `click` event handlers for the button.
|
|
14
14
|
* The directive also updates the `disabled` state of the button based on the cursor position in the editing area.
|
|
15
15
|
*
|
|
@@ -9,7 +9,7 @@ import { ProviderService } from '../../common/provider.service';
|
|
|
9
9
|
import { EditorToolsService } from '../tools.service';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
|
-
* Configures a ToolBarButtonComponent as an Editor **InsertOrderedList** tool ([see example](
|
|
12
|
+
* Configures a ToolBarButtonComponent as an Editor **InsertOrderedList** tool ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
13
13
|
* The directive sets the SVG icon and `click` event handlers for the button.
|
|
14
14
|
* The directive also updates the `selected` state of the button based on the cursor position in the editing area.
|
|
15
15
|
*
|
|
@@ -10,7 +10,7 @@ import { EditorToolsService } from '../tools.service';
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
12
|
* Configures a ToolBarButtonComponent as an Editor **InsertUnorderedList** tool
|
|
13
|
-
* ([see example](
|
|
13
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
14
14
|
* This directive sets the SVG icon and `click` event handlers for the button.
|
|
15
15
|
* It also updates the `selected` state of the button based on the cursor position in the editing area.
|
|
16
16
|
*
|
|
@@ -10,10 +10,10 @@ import { ProviderService } from '../../common/provider.service';
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
12
|
* Configures a ToolBarButtonComponent as an Editor **Print** tool
|
|
13
|
-
* ([see example](
|
|
13
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
14
14
|
* This directive sets the SVG icon and `click` event handlers for the button.
|
|
15
15
|
*
|
|
16
|
-
* The Editor Print tool works only in the default [`iframe`](
|
|
16
|
+
* The Editor Print tool works only in the default [`iframe`](https://www.telerik.com/kendo-angular-ui/components/editor/api/editorcomponent#iframe) mode.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* ```html
|
|
@@ -10,7 +10,7 @@ import { ProviderService } from '../../common/provider.service';
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
12
|
* Configures a ToolBarButtonComponent as an Editor **SelectAll** tool
|
|
13
|
-
* ([see example](
|
|
13
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
14
14
|
* This directive sets the SVG icon and `click` event handlers for the button.
|
|
15
15
|
*
|
|
16
16
|
* @example
|
|
@@ -10,7 +10,7 @@ import { EditorToolsService } from '../tools.service';
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
12
|
* Configures a ToolBarButtonComponent as an Editor **ViewSource** tool
|
|
13
|
-
* ([see example](
|
|
13
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
14
14
|
* The directive sets the SVG icon and `click` event handlers for the button.
|
|
15
15
|
*
|
|
16
16
|
* @example
|
|
@@ -10,7 +10,7 @@ import { EditorToolsService } from '../tools.service';
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
12
|
* Configures a ToolBarButtonComponent as an Editor **AddColumnAfter** tool
|
|
13
|
-
* ([see example](
|
|
13
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
14
14
|
* The directive sets the SVG icon and `click` event handlers for the button.
|
|
15
15
|
* The directive also updates the `disabled` state of the button based on the cursor position in the editing area.
|
|
16
16
|
*
|
|
@@ -10,7 +10,7 @@ import { EditorToolsService } from '../tools.service';
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
12
|
* Configures a ToolBarButtonComponent as an Editor **AddColumnBefore** tool
|
|
13
|
-
* ([see example](
|
|
13
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
14
14
|
* The directive sets the SVG icon and `click` event handlers for the button.
|
|
15
15
|
* The directive also updates the `disabled` state of the button based on the cursor position in the editing area.
|
|
16
16
|
*
|
|
@@ -10,7 +10,7 @@ import { EditorToolsService } from '../tools.service';
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
12
|
* Configures a ToolBarButtonComponent as an Editor **AddRowAfter** tool
|
|
13
|
-
* ([see example](
|
|
13
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
14
14
|
* The directive sets the SVG icon and `click` event handlers for the button.
|
|
15
15
|
* The directive also updates the `disabled` state of the button based on the cursor position in the editing area.
|
|
16
16
|
*
|
|
@@ -10,7 +10,7 @@ import { EditorToolsService } from '../tools.service';
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
12
|
* Configures a ToolBarButtonComponent as an Editor **AddRowBefore** tool
|
|
13
|
-
* ([see example](
|
|
13
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
14
14
|
* The directive sets the SVG icon and `click` event handlers for the button.
|
|
15
15
|
* The directive also updates the `disabled` state of the button based on the cursor position in the editing area.
|
|
16
16
|
*
|
|
@@ -10,7 +10,7 @@ import { EditorToolsService } from '../tools.service';
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
12
|
* Configures a ToolBarButtonComponent as an Editor **DeleteColumn** tool
|
|
13
|
-
* ([see example](
|
|
13
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
14
14
|
* The directive sets the SVG icon and `click` event handlers for the button.
|
|
15
15
|
* The directive also updates the `disabled` state of the button based on the cursor position in the editing area.
|
|
16
16
|
*
|
|
@@ -10,7 +10,7 @@ import { EditorToolsService } from '../tools.service';
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
12
|
* Configures a ToolBarButtonComponent as an Editor **DeleteRow** tool
|
|
13
|
-
* ([see example](
|
|
13
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
14
14
|
* The directive sets the SVG icon and `click` event handlers for the button.
|
|
15
15
|
* The directive also updates the `disabled` state of the button based on the cursor position in the editing area.
|
|
16
16
|
*
|
|
@@ -10,7 +10,7 @@ import { EditorToolsService } from '../tools.service';
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
12
|
* Configures a ToolBarButtonComponent as an Editor **DeleteTable** tool
|
|
13
|
-
* ([see example](
|
|
13
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
14
14
|
* The directive sets the SVG icon and `click` event handlers for the button.
|
|
15
15
|
* The directive also updates the `disabled` state of the button based on the cursor position in the editing area.
|
|
16
16
|
*
|
|
@@ -12,7 +12,7 @@ import * as i0 from "@angular/core";
|
|
|
12
12
|
* @hidden
|
|
13
13
|
*
|
|
14
14
|
* Configures an existing ToolBarButtonComponent as an Editor **MergeCells** tool
|
|
15
|
-
* ([see example](
|
|
15
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
16
16
|
* The directive predefines the `icon` and `click` event handlers of the button.
|
|
17
17
|
* It also updates the `disabled` state of the button based on the cursor position in the editing area.
|
|
18
18
|
*
|
|
@@ -12,7 +12,7 @@ import * as i0 from "@angular/core";
|
|
|
12
12
|
* @hidden
|
|
13
13
|
*
|
|
14
14
|
* Configures an existing ToolBarButtonComponent as an Editor SplitCell tool
|
|
15
|
-
* ([see example](
|
|
15
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
16
16
|
* The directive predefines the `icon` and `click` event handlers of the button.
|
|
17
17
|
* It also updates the `disabled` state of the button based on the cursor position in the editing area.
|
|
18
18
|
*
|
|
@@ -10,7 +10,7 @@ import { EditorToolsService } from '../tools.service';
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
12
|
* Configures a ToolBarButtonComponent as an Editor **Bold** tool
|
|
13
|
-
* ([see example](
|
|
13
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
14
14
|
* This directive sets the SVG icon and `click` event handlers for the button.
|
|
15
15
|
* The directive also updates the `selected` state of the button based on the cursor position in the editing area.
|
|
16
16
|
*
|
|
@@ -10,7 +10,7 @@ import { EditorToolsService } from '../tools.service';
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
12
|
* Configures a ToolBarButtonComponent as an Editor **Italic** tool
|
|
13
|
-
* ([see example](
|
|
13
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
14
14
|
* This directive sets the SVG icon and `click` event handlers for the button.
|
|
15
15
|
* The directive also updates the `selected` state of the button based on the cursor position in the editing area.
|
|
16
16
|
*
|
|
@@ -10,7 +10,7 @@ import { EditorToolsService } from '../tools.service';
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
12
|
* Configures a ToolBarButtonComponent as an Editor **Strikethrough** tool
|
|
13
|
-
* ([see example](
|
|
13
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
14
14
|
* This directive sets the SVG icon and `click` event handlers for the button.
|
|
15
15
|
* The directive also updates the `selected` state of the button based on the cursor position in the editing area.
|
|
16
16
|
*
|
|
@@ -10,7 +10,7 @@ import { EditorToolsService } from '../tools.service';
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
12
|
* Configures a ToolBarButtonComponent as an Editor **Subscript** tool
|
|
13
|
-
* ([see example](
|
|
13
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
14
14
|
* This directive sets the SVG icon and `click` event handlers for the button.
|
|
15
15
|
* The directive also updates the `selected` state of the button based on the cursor position in the editing area.
|
|
16
16
|
*
|
|
@@ -10,7 +10,7 @@ import { EditorToolsService } from '../tools.service';
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
12
|
* Configures a ToolBarButtonComponent as an Editor **Superscript** tool
|
|
13
|
-
* ([see example](
|
|
13
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
14
14
|
* This directive sets the SVG icon and `click` event handlers for the button.
|
|
15
15
|
* The directive also updates the `selected` state of the button based on the cursor position in the editing area.
|
|
16
16
|
*
|
|
@@ -10,7 +10,7 @@ import { EditorToolsService } from '../tools.service';
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
12
|
* Configures a ToolBarButtonComponent as an Editor **Underline** tool
|
|
13
|
-
* ([see example](
|
|
13
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#built-in-tools)).
|
|
14
14
|
* This directive sets the SVG icon and `click` event handlers for the button.
|
|
15
15
|
* The directive also updates the `selected` state of the button based on the cursor position in the editing area.
|
|
16
16
|
*
|
package/util.d.ts
CHANGED
|
@@ -70,7 +70,7 @@ export declare const getUniqueStyleValues: (style: ActiveMarks, cssStyle: string
|
|
|
70
70
|
*/
|
|
71
71
|
export declare const conditionallyExecute: <T, R>(fn: (x: T) => R) => (condition: boolean) => (param: T) => T | R;
|
|
72
72
|
/**
|
|
73
|
-
* Extracts the text from the current editor state's selection ([see example](
|
|
73
|
+
* Extracts the text from the current editor state's selection ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/plugins#popup-tools)).
|
|
74
74
|
*
|
|
75
75
|
* @example
|
|
76
76
|
* ```ts
|