@progress/kendo-angular-editor 22.1.0-develop.8 → 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.
Files changed (53) hide show
  1. package/common/apply-to-word-options.d.ts +1 -1
  2. package/common/css-settings.interface.d.ts +1 -1
  3. package/common/paste-cleanup-settings.d.ts +1 -1
  4. package/common/plugins-function.d.ts +1 -1
  5. package/common/resizable-options.interface.d.ts +1 -1
  6. package/editor.component.d.ts +15 -14
  7. package/fesm2022/progress-kendo-angular-editor.mjs +71 -71
  8. package/localization/custom-messages.component.d.ts +1 -1
  9. package/package-metadata.mjs +2 -2
  10. package/package.json +17 -17
  11. package/preventable-events/paste-event.d.ts +2 -2
  12. package/schematics/ngAdd/index.js +4 -4
  13. package/tools/alignment/editor-align-center-button.directive.d.ts +1 -1
  14. package/tools/alignment/editor-align-justify-button.directive.d.ts +1 -1
  15. package/tools/alignment/editor-align-left-button.directive.d.ts +1 -1
  16. package/tools/alignment/editor-align-right-button.directive.d.ts +1 -1
  17. package/tools/blockquote/editor-blockquote-button.directive.d.ts +1 -1
  18. package/tools/colorpicker/editor-back-color.directive.d.ts +1 -1
  19. package/tools/colorpicker/editor-colorpicker.component.d.ts +1 -1
  20. package/tools/colorpicker/editor-fore-color.directive.d.ts +1 -1
  21. package/tools/editor-clean-formatting-button.directive.d.ts +1 -1
  22. package/tools/fontfamily/editor-fontfamily.component.d.ts +2 -2
  23. package/tools/fontsize/editor-fontsize.component.d.ts +2 -2
  24. package/tools/format/editor-format.component.d.ts +2 -2
  25. package/tools/history/editor-redo-button.directive.d.ts +1 -1
  26. package/tools/history/editor-undo-button.directive.d.ts +1 -1
  27. package/tools/image/editor-insert-image-button.directive.d.ts +1 -1
  28. package/tools/indentation/editor-indent-button.directive.d.ts +1 -1
  29. package/tools/indentation/editor-outdent-button.directive.d.ts +1 -1
  30. package/tools/link/editor-create-link-button.directive.d.ts +1 -1
  31. package/tools/link/editor-insert-file-button.directive.d.ts +1 -1
  32. package/tools/link/editor-unlink-button.directive.d.ts +1 -1
  33. package/tools/list/editor-insert-ordered-list-button.directive.d.ts +1 -1
  34. package/tools/list/editor-insert-unordered-list-button.directive.d.ts +1 -1
  35. package/tools/print/editor-print-button.directive.d.ts +2 -2
  36. package/tools/select-all/select-all-button.directive.d.ts +1 -1
  37. package/tools/source/editor-view-source-button.directive.d.ts +1 -1
  38. package/tools/tables/editor-add-column-after-button.directive.d.ts +1 -1
  39. package/tools/tables/editor-add-column-before-button.directive.d.ts +1 -1
  40. package/tools/tables/editor-add-row-after-button.directive.d.ts +1 -1
  41. package/tools/tables/editor-add-row-before-button.directive.d.ts +1 -1
  42. package/tools/tables/editor-delete-column-button.directive.d.ts +1 -1
  43. package/tools/tables/editor-delete-row-button.directive.d.ts +1 -1
  44. package/tools/tables/editor-delete-table-button.directive.d.ts +1 -1
  45. package/tools/tables/editor-merge-cells-button.directive.d.ts +1 -1
  46. package/tools/tables/editor-split-cell-button.directive.d.ts +1 -1
  47. package/tools/typographical-emphasis/editor-bold-button.directive.d.ts +1 -1
  48. package/tools/typographical-emphasis/editor-italic-button.directive.d.ts +1 -1
  49. package/tools/typographical-emphasis/editor-strikethrough-button.directive.d.ts +1 -1
  50. package/tools/typographical-emphasis/editor-subscript-button.directive.d.ts +1 -1
  51. package/tools/typographical-emphasis/editor-superscript-button.directive.d.ts +1 -1
  52. package/tools/typographical-emphasis/editor-underline-button.directive.d.ts +1 -1
  53. package/util.d.ts +1 -1
@@ -4,11 +4,11 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { PreventableEvent } from "./preventable-event";
6
6
  /**
7
- * Fires when the Editor [`paste`]({% slug api_editor_editorcomponent %}#toc-paste) event occurs.
7
+ * Fires when the Editor [`paste`](https://www.telerik.com/kendo-angular-ui/components/editor/api/editorcomponent#paste) event occurs.
8
8
  */
9
9
  export declare class EditorPasteEvent extends PreventableEvent {
10
10
  /**
11
- * Contains the HTML content cleaned according to the [`PasteCleanupSettings`]({% slug paste_cleanup %}).
11
+ * Contains the HTML content cleaned according to the [`PasteCleanupSettings`](https://www.telerik.com/kendo-angular-ui/components/editor/paste-cleanup).
12
12
  */
13
13
  cleanedHtml: string;
14
14
  /**
@@ -9,12 +9,12 @@ const schematics_1 = require("@angular-devkit/schematics");
9
9
  function default_1(options) {
10
10
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'EditorModule', package: 'editor', peerDependencies: {
11
11
  // peer dependencies of kendo-angular-dropdowns
12
- '@progress/kendo-angular-navigation': '22.1.0-develop.8',
13
- '@progress/kendo-angular-treeview': '22.1.0-develop.8',
12
+ '@progress/kendo-angular-navigation': '23.0.0-develop.1',
13
+ '@progress/kendo-angular-treeview': '23.0.0-develop.1',
14
14
  // peer dependency of kendo-angular-layout
15
- '@progress/kendo-angular-progressbar': '22.1.0-develop.8',
15
+ '@progress/kendo-angular-progressbar': '23.0.0-develop.1',
16
16
  // peer dependency of kendo-angular-inputs
17
- '@progress/kendo-angular-dialog': '22.1.0-develop.8',
17
+ '@progress/kendo-angular-dialog': '23.0.0-develop.1',
18
18
  // Peer dependency of icons
19
19
  '@progress/kendo-svg-icons': '^4.0.0'
20
20
  } });
@@ -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 **AlignCenter** tool
13
- * ([see example]({% slug toolbartools_editor %}#toc-built-in-tools)).
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 **AlignJustify** tool
13
- * ([see example]({% slug toolbartools_editor %}#toc-built-in-tools)).
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]({% slug toolbartools_editor %}#toc-built-in-tools)).
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]({% slug toolbartools_editor %}#toc-built-in-tools)).
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]({% slug toolbartools_editor %}#toc-built-in-tools)).
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]({% slug toolbartools_editor %}#toc-built-in-tools)).
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]({% slug toolbartools_editor %}#toc-colorpickers)).
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]({% slug toolbartools_editor %}#toc-built-in-tools)).
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]({% slug toolbartools_editor %}#toc-built-in-tools))
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]({% slug toolbartools_editor %}#toc-built-in-tools)).
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]({% slug toolbartools_editor %}#toc-dropdownlists)).
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]({% slug toolbartools_editor %}#toc-built-in-tools)).
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]({% slug toolbartools_editor %}#toc-dropdownlists))
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]({% slug toolbartools_editor %}#toc-built-in-tools)).
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]({% slug toolbartools_editor %}#toc-dropdownlists)).
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]({% slug toolbartools_editor %}#toc-built-in-tools)).
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]({% slug toolbartools_editor %}#toc-built-in-tools)).
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]({% slug toolbartools_editor %}#toc-built-in-tools)).
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]({% slug toolbartools_editor %}#toc-built-in-tools)).
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]({% slug toolbartools_editor %}#toc-built-in-tools)).
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]({% slug toolbartools_editor %}#toc-built-in-tools)).
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]({% slug toolbartools_editor %}#toc-built-in-tools)).
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]({% slug toolbartools_editor %}#toc-built-in-tools)).
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]({% slug toolbartools_editor %}#toc-built-in-tools)).
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]({% slug toolbartools_editor %}#toc-built-in-tools)).
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]({% slug toolbartools_editor %}#toc-built-in-tools)).
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`](slug:api_editor_editorcomponent#iframe) mode.
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]({% slug toolbartools_editor %}#toc-built-in-tools)).
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]({% slug toolbartools_editor %}#toc-built-in-tools)).
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]({% slug toolbartools_editor %}#toc-built-in-tools)).
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]({% slug toolbartools_editor %}#toc-built-in-tools)).
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]({% slug toolbartools_editor %}#toc-built-in-tools)).
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]({% slug toolbartools_editor %}#toc-built-in-tools)).
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]({% slug toolbartools_editor %}#toc-built-in-tools)).
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]({% slug toolbartools_editor %}#toc-built-in-tools)).
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]({% slug toolbartools_editor %}#toc-built-in-tools)).
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]({% slug toolbartools_editor %}#toc-built-in-tools)).
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]({% slug toolbartools_editor %}#toc-built-in-tools)).
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]({% slug toolbartools_editor %}#toc-built-in-tools)).
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]({% slug toolbartools_editor %}#toc-built-in-tools)).
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]({% slug toolbartools_editor %}#toc-built-in-tools)).
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]({% slug toolbartools_editor %}#toc-built-in-tools)).
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]({% slug toolbartools_editor %}#toc-built-in-tools)).
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]({% slug toolbartools_editor %}#toc-built-in-tools)).
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]({% slug plugins_editor %}#toc-popup-tools)).
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