@progress/kendo-angular-editor 24.2.2 → 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
package/editor.component.d.ts
DELETED
|
@@ -1,277 +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 { AfterViewInit, ViewContainerRef, ElementRef, EventEmitter, ChangeDetectorRef, NgZone, SimpleChanges, Renderer2 } from '@angular/core';
|
|
6
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
7
|
-
import { BehaviorSubject, Subject } from 'rxjs';
|
|
8
|
-
import { ToolBarComponent } from '@progress/kendo-angular-toolbar';
|
|
9
|
-
import { DialogService } from '@progress/kendo-angular-dialog';
|
|
10
|
-
import { EditorView, Schema } from '@progress/kendo-editor-common';
|
|
11
|
-
import { LicenseMessage } from '@progress/kendo-licensing';
|
|
12
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
13
|
-
import { Direction } from './common/direction';
|
|
14
|
-
import { EditorCommand, DialogCommand } from './common/commands';
|
|
15
|
-
import { PasteCleanupSettings } from './common/paste-cleanup-settings';
|
|
16
|
-
import { PluginsFn } from './common/plugins-function';
|
|
17
|
-
import { ApplyToWordOptions } from './common/apply-to-word-options';
|
|
18
|
-
import { ProviderService } from './common/provider.service';
|
|
19
|
-
import { EditorResizableOptions } from './common/resizable-options.interface';
|
|
20
|
-
import { EditorToolsService } from './tools/tools.service';
|
|
21
|
-
import { EditorPasteEvent } from './preventable-events/paste-event';
|
|
22
|
-
import { EditorCssSettings } from './common/css-settings.interface';
|
|
23
|
-
import * as i0 from "@angular/core";
|
|
24
|
-
/**
|
|
25
|
-
* Represents the [Kendo UI Editor component for Angular](https://www.telerik.com/kendo-angular-ui/components/editor).
|
|
26
|
-
*
|
|
27
|
-
* Use the Editor to create and edit rich text content in your Angular applications.
|
|
28
|
-
*
|
|
29
|
-
* @example
|
|
30
|
-
* ```html
|
|
31
|
-
* <kendo-editor [(value)]="editorValue"></kendo-editor>
|
|
32
|
-
* ```
|
|
33
|
-
* @remarks
|
|
34
|
-
* Supported children components are: {@link CustomMessagesComponent}, {@link ToolBarComponent}.
|
|
35
|
-
*/
|
|
36
|
-
export declare class EditorComponent implements AfterViewInit, ControlValueAccessor {
|
|
37
|
-
private dialogService;
|
|
38
|
-
private localization;
|
|
39
|
-
private cdr;
|
|
40
|
-
ngZone: NgZone;
|
|
41
|
-
private element;
|
|
42
|
-
private providerService;
|
|
43
|
-
private toolsService;
|
|
44
|
-
private renderer;
|
|
45
|
-
/**
|
|
46
|
-
* Sets the value of the Editor ([see example](https://www.telerik.com/kendo-angular-ui/components/editor)).
|
|
47
|
-
* Use this property to update the Editor content programmatically.
|
|
48
|
-
*/
|
|
49
|
-
set value(value: string);
|
|
50
|
-
get value(): string;
|
|
51
|
-
/**
|
|
52
|
-
* Sets the disabled state of the component. To disable the Editor in reactive forms, see [Forms Support](https://www.telerik.com/kendo-angular-ui/components/editor/forms#managing-the-editor-disabled-state-in-reactive-forms).
|
|
53
|
-
*/
|
|
54
|
-
set disabled(value: boolean);
|
|
55
|
-
get disabled(): boolean;
|
|
56
|
-
/**
|
|
57
|
-
* Sets the read-only state of the component.
|
|
58
|
-
*
|
|
59
|
-
* When `true`, users cannot edit the content.
|
|
60
|
-
* @default false
|
|
61
|
-
*/
|
|
62
|
-
set readonly(value: boolean);
|
|
63
|
-
get readonly(): boolean;
|
|
64
|
-
/**
|
|
65
|
-
* If set to `false`, the Editor runs in non-encapsulated style mode.
|
|
66
|
-
* The Editor content inherits styles from the page.
|
|
67
|
-
* @default true
|
|
68
|
-
*/
|
|
69
|
-
iframe: boolean;
|
|
70
|
-
/**
|
|
71
|
-
* Applies custom CSS styles to the Editor in iframe mode.
|
|
72
|
-
* Use this property to provide additional CSS for the Editor content.
|
|
73
|
-
*/
|
|
74
|
-
set iframeCss(settings: EditorCssSettings);
|
|
75
|
-
get iframeCss(): EditorCssSettings;
|
|
76
|
-
/**
|
|
77
|
-
* When set to `true` or an `ApplyToWordOptions` object, emphasis or inline style commands apply to the whole word at the cursor.
|
|
78
|
-
* @default false
|
|
79
|
-
*/
|
|
80
|
-
applyToWord: boolean | ApplyToWordOptions;
|
|
81
|
-
/**
|
|
82
|
-
* Provides a custom schema for the Editor ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/prosemirror-schema)).
|
|
83
|
-
*/
|
|
84
|
-
set schema(value: Schema);
|
|
85
|
-
get schema(): Schema;
|
|
86
|
-
/**
|
|
87
|
-
* Defines a function to customize the plugins used by the Editor.
|
|
88
|
-
* The function receives the default plugins and returns the plugins to use ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/prosemirror-plugins)).
|
|
89
|
-
*/
|
|
90
|
-
set plugins(fn: PluginsFn);
|
|
91
|
-
get plugins(): PluginsFn;
|
|
92
|
-
/**
|
|
93
|
-
* Sets the hint text displayed when the Editor is empty.
|
|
94
|
-
* Use this property to provide guidance to users.
|
|
95
|
-
*/
|
|
96
|
-
set placeholder(value: string);
|
|
97
|
-
get placeholder(): string;
|
|
98
|
-
/**
|
|
99
|
-
* Controls whitespace handling in the Editor content.
|
|
100
|
-
* Set to `true` to preserve whitespace and normalize newlines to spaces.
|
|
101
|
-
* Set to `'full'` to preserve all whitespace.
|
|
102
|
-
* @default false
|
|
103
|
-
*/
|
|
104
|
-
preserveWhitespace: boolean | 'full';
|
|
105
|
-
/**
|
|
106
|
-
* Configures how pasted content is cleaned before it is added to the Editor ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/paste-cleanup)).
|
|
107
|
-
* Use this property to remove unwanted HTML, styles, or attributes from pasted content.
|
|
108
|
-
*/
|
|
109
|
-
pasteCleanupSettings: PasteCleanupSettings;
|
|
110
|
-
/**
|
|
111
|
-
* Determines whether the Editor can be resized ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/resizing#resizing-the-editor)).
|
|
112
|
-
* Set to `true` or provide an object with resizing options.
|
|
113
|
-
* @default false
|
|
114
|
-
*/
|
|
115
|
-
resizable: boolean | EditorResizableOptions;
|
|
116
|
-
/**
|
|
117
|
-
* Fires when the Editor value changes due to user interaction.
|
|
118
|
-
* This event does not fire when the value changes programmatically through `ngModel` or form bindings
|
|
119
|
-
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/events)).
|
|
120
|
-
*/
|
|
121
|
-
valueChange: EventEmitter<string>;
|
|
122
|
-
/**
|
|
123
|
-
* Fires when the Editor content area receives focus ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/events)).
|
|
124
|
-
*/
|
|
125
|
-
onFocus: EventEmitter<undefined>;
|
|
126
|
-
/**
|
|
127
|
-
* Fires when the user paste content into the Editor ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/events)).
|
|
128
|
-
* This event is preventable. If you cancel it, the Editor content does not change.
|
|
129
|
-
*/
|
|
130
|
-
paste: EventEmitter<EditorPasteEvent>;
|
|
131
|
-
/**
|
|
132
|
-
* Fires when the Editor content area is blurred ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/events)).
|
|
133
|
-
*/
|
|
134
|
-
onBlur: EventEmitter<undefined>;
|
|
135
|
-
hostClass: boolean;
|
|
136
|
-
get resizableClass(): boolean;
|
|
137
|
-
get isDisabled(): boolean;
|
|
138
|
-
get isReadonly(): boolean;
|
|
139
|
-
get dir(): Direction;
|
|
140
|
-
get ariaDisabled(): boolean;
|
|
141
|
-
get minWidth(): string;
|
|
142
|
-
get maxWidth(): string;
|
|
143
|
-
get minHeight(): string;
|
|
144
|
-
get maxHeight(): string;
|
|
145
|
-
/**
|
|
146
|
-
* @hidden
|
|
147
|
-
*/
|
|
148
|
-
stateChange: BehaviorSubject<any>;
|
|
149
|
-
/**
|
|
150
|
-
* @hidden
|
|
151
|
-
*/
|
|
152
|
-
showLicenseWatermark: boolean;
|
|
153
|
-
/**
|
|
154
|
-
* @hidden
|
|
155
|
-
*/
|
|
156
|
-
licenseMessage?: LicenseMessage;
|
|
157
|
-
get toolbar(): ToolBarComponent;
|
|
158
|
-
get toolbarElement(): ElementRef;
|
|
159
|
-
/**
|
|
160
|
-
* Returns the ProseMirror [EditorView](https://prosemirror.net/docs/ref/#view.EditorView) object.
|
|
161
|
-
* Use this property to access the underlying `EditorView` instance.
|
|
162
|
-
*/
|
|
163
|
-
get view(): EditorView;
|
|
164
|
-
/**
|
|
165
|
-
* Returns the text currently selected in the Editor ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/selection#retrieve-the-selected-text)).
|
|
166
|
-
*/
|
|
167
|
-
get selectionText(): string;
|
|
168
|
-
/**
|
|
169
|
-
* @hidden
|
|
170
|
-
*/
|
|
171
|
-
valueModified: Subject<any>;
|
|
172
|
-
userToolBarComponent: ToolBarComponent;
|
|
173
|
-
userToolBarElement: ElementRef;
|
|
174
|
-
dialogContainer: ViewContainerRef;
|
|
175
|
-
container: ViewContainerRef;
|
|
176
|
-
direction: Direction;
|
|
177
|
-
viewMountElement: HTMLElement;
|
|
178
|
-
/**
|
|
179
|
-
* @hidden
|
|
180
|
-
*/
|
|
181
|
-
focusChangedProgrammatically: boolean;
|
|
182
|
-
/**
|
|
183
|
-
* @hidden
|
|
184
|
-
*/
|
|
185
|
-
shouldEmitFocus: boolean;
|
|
186
|
-
/**
|
|
187
|
-
* @hidden
|
|
188
|
-
*/
|
|
189
|
-
focusableId: string;
|
|
190
|
-
private defaultToolbar;
|
|
191
|
-
private defaultToolbarComponent;
|
|
192
|
-
private subs;
|
|
193
|
-
private _view;
|
|
194
|
-
private _value;
|
|
195
|
-
private _disabled;
|
|
196
|
-
private _readonly;
|
|
197
|
-
private _schema;
|
|
198
|
-
private _plugins;
|
|
199
|
-
private _placeholder;
|
|
200
|
-
private _styleObserver;
|
|
201
|
-
private trOnChange;
|
|
202
|
-
private htmlOnChange;
|
|
203
|
-
private inForm;
|
|
204
|
-
private _pasteEvent;
|
|
205
|
-
private _iframeCss;
|
|
206
|
-
private afterViewInit;
|
|
207
|
-
private contentAreaLoaded;
|
|
208
|
-
constructor(dialogService: DialogService, localization: LocalizationService, cdr: ChangeDetectorRef, ngZone: NgZone, element: ElementRef, providerService: ProviderService, toolsService: EditorToolsService, renderer: Renderer2);
|
|
209
|
-
ngOnInit(): void;
|
|
210
|
-
ngAfterViewInit(): void;
|
|
211
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
212
|
-
/**
|
|
213
|
-
* @hidden
|
|
214
|
-
*/
|
|
215
|
-
setDisabledState(isDisabled: boolean): void;
|
|
216
|
-
/**
|
|
217
|
-
* @hidden
|
|
218
|
-
*/
|
|
219
|
-
iframeOnLoad(): void;
|
|
220
|
-
/**
|
|
221
|
-
* Executes a command on the currently selected text
|
|
222
|
-
* ([more information and example](https://www.telerik.com/kendo-angular-ui/components/editor/tools#associating-toolbar-tools-with-editor-commands)).
|
|
223
|
-
*
|
|
224
|
-
* @param {EditorCommand} commandName - The command that will be executed.
|
|
225
|
-
* @param {any} attr - Optional parameters for the command.
|
|
226
|
-
*/
|
|
227
|
-
exec(commandName: EditorCommand, attr?: any): void;
|
|
228
|
-
/**
|
|
229
|
-
* Opens a dialog.
|
|
230
|
-
* @param {DialogCommand} dialogName - The name of the dialog that will open.
|
|
231
|
-
*/
|
|
232
|
-
openDialog(dialogName: DialogCommand): void;
|
|
233
|
-
/**
|
|
234
|
-
* Manually focus the Editor.
|
|
235
|
-
*/
|
|
236
|
-
focus(): void;
|
|
237
|
-
/**
|
|
238
|
-
* Manually blur the Editor.
|
|
239
|
-
*/
|
|
240
|
-
blur(): void;
|
|
241
|
-
/**
|
|
242
|
-
* @hidden
|
|
243
|
-
*/
|
|
244
|
-
getSource(): string;
|
|
245
|
-
ngOnDestroy(): void;
|
|
246
|
-
/**
|
|
247
|
-
* @hidden
|
|
248
|
-
*/
|
|
249
|
-
writeValue(value: any): void;
|
|
250
|
-
/**
|
|
251
|
-
* @hidden
|
|
252
|
-
*/
|
|
253
|
-
registerOnChange(fn: Function): void;
|
|
254
|
-
/**
|
|
255
|
-
* @hidden
|
|
256
|
-
*/
|
|
257
|
-
registerOnTouched(fn: Function): void;
|
|
258
|
-
/**
|
|
259
|
-
* @hidden
|
|
260
|
-
* Used by the TextBoxContainer to determine if the component is empty.
|
|
261
|
-
*/
|
|
262
|
-
isEmpty(): boolean;
|
|
263
|
-
private initialize;
|
|
264
|
-
private dispatchTransaction;
|
|
265
|
-
private transformPastedContent;
|
|
266
|
-
private transformPastedHTML;
|
|
267
|
-
private transformPastedText;
|
|
268
|
-
private changeValue;
|
|
269
|
-
private onChangeCallback;
|
|
270
|
-
private normalizeSize;
|
|
271
|
-
private normalizeProperties;
|
|
272
|
-
private onTouchedCallback;
|
|
273
|
-
private onPaste;
|
|
274
|
-
private dispatchPasteEvent;
|
|
275
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EditorComponent, never>;
|
|
276
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EditorComponent, "kendo-editor", never, { "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "iframe": { "alias": "iframe"; "required": false; }; "iframeCss": { "alias": "iframeCss"; "required": false; }; "applyToWord": { "alias": "applyToWord"; "required": false; }; "schema": { "alias": "schema"; "required": false; }; "plugins": { "alias": "plugins"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "preserveWhitespace": { "alias": "preserveWhitespace"; "required": false; }; "pasteCleanupSettings": { "alias": "pasteCleanupSettings"; "required": false; }; "resizable": { "alias": "resizable"; "required": false; }; }, { "valueChange": "valueChange"; "onFocus": "focus"; "paste": "paste"; "onBlur": "blur"; }, ["userToolBarComponent", "userToolBarElement"], ["kendo-toolbar"], true, never>;
|
|
277
|
-
}
|
package/editor.module.d.ts
DELETED
|
@@ -1,73 +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 * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "./editor.component";
|
|
7
|
-
import * as i2 from "./tools/alignment/editor-align-left-button.directive";
|
|
8
|
-
import * as i3 from "./tools/alignment/editor-align-center-button.directive";
|
|
9
|
-
import * as i4 from "./tools/alignment/editor-align-right-button.directive";
|
|
10
|
-
import * as i5 from "./tools/alignment/editor-align-justify-button.directive";
|
|
11
|
-
import * as i6 from "./tools/link/editor-insert-file-button.directive";
|
|
12
|
-
import * as i7 from "./tools/history/editor-redo-button.directive";
|
|
13
|
-
import * as i8 from "./tools/history/editor-undo-button.directive";
|
|
14
|
-
import * as i9 from "./tools/image/editor-insert-image-button.directive";
|
|
15
|
-
import * as i10 from "./tools/indentation/editor-indent-button.directive";
|
|
16
|
-
import * as i11 from "./tools/indentation/editor-outdent-button.directive";
|
|
17
|
-
import * as i12 from "./tools/link/editor-create-link-button.directive";
|
|
18
|
-
import * as i13 from "./tools/link/editor-unlink-button.directive";
|
|
19
|
-
import * as i14 from "./tools/list/editor-insert-ordered-list-button.directive";
|
|
20
|
-
import * as i15 from "./tools/list/editor-insert-unordered-list-button.directive";
|
|
21
|
-
import * as i16 from "./tools/source/editor-view-source-button.directive";
|
|
22
|
-
import * as i17 from "./tools/typographical-emphasis/editor-bold-button.directive";
|
|
23
|
-
import * as i18 from "./tools/typographical-emphasis/editor-italic-button.directive";
|
|
24
|
-
import * as i19 from "./tools/typographical-emphasis/editor-underline-button.directive";
|
|
25
|
-
import * as i20 from "./tools/typographical-emphasis/editor-strikethrough-button.directive";
|
|
26
|
-
import * as i21 from "./tools/typographical-emphasis/editor-subscript-button.directive";
|
|
27
|
-
import * as i22 from "./tools/typographical-emphasis/editor-superscript-button.directive";
|
|
28
|
-
import * as i23 from "./tools/colorpicker/editor-fore-color.directive";
|
|
29
|
-
import * as i24 from "./tools/colorpicker/editor-back-color.directive";
|
|
30
|
-
import * as i25 from "./tools/editor-clean-formatting-button.directive";
|
|
31
|
-
import * as i26 from "./tools/tables/editor-add-column-before-button.directive";
|
|
32
|
-
import * as i27 from "./tools/tables/editor-add-column-after-button.directive";
|
|
33
|
-
import * as i28 from "./tools/tables/editor-add-row-before-button.directive";
|
|
34
|
-
import * as i29 from "./tools/tables/editor-add-row-after-button.directive";
|
|
35
|
-
import * as i30 from "./tools/tables/editor-delete-column-button.directive";
|
|
36
|
-
import * as i31 from "./tools/tables/editor-delete-row-button.directive";
|
|
37
|
-
import * as i32 from "./tools/tables/editor-delete-table-button.directive";
|
|
38
|
-
import * as i33 from "./localization/custom-messages.component";
|
|
39
|
-
import * as i34 from "./tools/print/editor-print-button.directive";
|
|
40
|
-
import * as i35 from "./tools/select-all/select-all-button.directive";
|
|
41
|
-
import * as i36 from "./tools/blockquote/editor-blockquote-button.directive";
|
|
42
|
-
import * as i37 from "./tools/fontsize/editor-fontsize.component";
|
|
43
|
-
import * as i38 from "./tools/fontfamily/editor-fontfamily.component";
|
|
44
|
-
import * as i39 from "./tools/format/editor-format.component";
|
|
45
|
-
import * as i40 from "./tools/colorpicker/editor-colorpicker.component";
|
|
46
|
-
import * as i41 from "./tools/tables/editor-insert-table-button.component";
|
|
47
|
-
import * as i42 from "./tools/tables/editor-merge-cells-button.directive";
|
|
48
|
-
import * as i43 from "./tools/tables/editor-split-cell-button.directive";
|
|
49
|
-
import * as i44 from "@progress/kendo-angular-toolbar";
|
|
50
|
-
/**
|
|
51
|
-
* Represents the [`NgModule`](link:site.data.urls.angular['ngmoduleapi']) for the Editor component.
|
|
52
|
-
* Use this module to import the Editor and its related directives and services into your NgModule-based Angular application.
|
|
53
|
-
*
|
|
54
|
-
* @example
|
|
55
|
-
* ```ts
|
|
56
|
-
* import { NgModule } from '@angular/core';
|
|
57
|
-
* import { EditorModule } from '@progress/kendo-angular-editor';
|
|
58
|
-
* import { BrowserModule } from "@angular/platform-browser";
|
|
59
|
-
* import { AppComponent } from './app.component';
|
|
60
|
-
*
|
|
61
|
-
* @NgModule({
|
|
62
|
-
* declarations: [AppComponent],
|
|
63
|
-
* imports: [BrowserModule, EditorModule],
|
|
64
|
-
* bootstrap: [AppComponent]
|
|
65
|
-
* })
|
|
66
|
-
* export class AppModule {}
|
|
67
|
-
* ```
|
|
68
|
-
*/
|
|
69
|
-
export declare class EditorModule {
|
|
70
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EditorModule, never>;
|
|
71
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EditorModule, never, [typeof i1.EditorComponent, typeof i2.EditorAlignLeftButtonDirective, typeof i3.EditorAlignCenterButtonDirective, typeof i4.EditorAlignRightButtonDirective, typeof i5.EditorAlignJustifyButtonDirective, typeof i6.EditorInsertFileButtonDirective, typeof i7.EditorRedoButtonDirective, typeof i8.EditorUndoButtonDirective, typeof i9.EditorInsertImageButtonDirective, typeof i10.EditorIndentButtonDirective, typeof i11.EditorOutdentButtonDirective, typeof i12.EditorCreateLinkButtonDirective, typeof i13.EditorUnlinkButtonDirective, typeof i14.EditorInsertOrderedListButtonDirective, typeof i15.EditorInsertUnorderedListButtonDirective, typeof i16.EditorViewSourceButtonDirective, typeof i17.EditorBoldButtonDirective, typeof i18.EditorItalicButtonDirective, typeof i19.EditorUnderlineButtonDirective, typeof i20.EditorStrikethroughButtonDirective, typeof i21.EditorSubscriptButtonDirective, typeof i22.EditorSuperscriptButtonDirective, typeof i23.EditorForeColorDirective, typeof i24.EditorBackColorDirective, typeof i25.EditorCleanFormattingButtonDirective, typeof i26.EditorAddColumnBeforeButtonDirective, typeof i27.EditorAddColumnAfterButtonDirective, typeof i28.EditorAddRowBeforeButtonDirective, typeof i29.EditorAddRowAfterButtonDirective, typeof i30.EditorDeleteColumnButtonDirective, typeof i31.EditorDeleteRowButtonDirective, typeof i32.EditorDeleteTableButtonDirective, typeof i33.CustomMessagesComponent, typeof i34.EditorPrintDirective, typeof i35.EditorSelectAllButtonDirective, typeof i36.EditorBlockquoteDirective, typeof i37.EditorFontSizeComponent, typeof i38.EditorFontFamilyComponent, typeof i39.EditorFormatComponent, typeof i40.EditorColorPickerComponent, typeof i41.EditorInsertTableButtonComponent, typeof i42.EditorMergeCellsButtonDirective, typeof i43.EditorSplitCellButtonDirective, typeof i44.ToolBarComponent, typeof i44.ToolbarCustomMessagesComponent, typeof i44.ToolBarButtonComponent, typeof i44.ToolBarButtonGroupComponent, typeof i44.ToolBarDropDownButtonComponent, typeof i44.ToolBarSeparatorComponent, typeof i44.ToolBarSpacerComponent, typeof i44.ToolBarSplitButtonComponent, typeof i44.ToolBarToolComponent], [typeof i1.EditorComponent, typeof i2.EditorAlignLeftButtonDirective, typeof i3.EditorAlignCenterButtonDirective, typeof i4.EditorAlignRightButtonDirective, typeof i5.EditorAlignJustifyButtonDirective, typeof i6.EditorInsertFileButtonDirective, typeof i7.EditorRedoButtonDirective, typeof i8.EditorUndoButtonDirective, typeof i9.EditorInsertImageButtonDirective, typeof i10.EditorIndentButtonDirective, typeof i11.EditorOutdentButtonDirective, typeof i12.EditorCreateLinkButtonDirective, typeof i13.EditorUnlinkButtonDirective, typeof i14.EditorInsertOrderedListButtonDirective, typeof i15.EditorInsertUnorderedListButtonDirective, typeof i16.EditorViewSourceButtonDirective, typeof i17.EditorBoldButtonDirective, typeof i18.EditorItalicButtonDirective, typeof i19.EditorUnderlineButtonDirective, typeof i20.EditorStrikethroughButtonDirective, typeof i21.EditorSubscriptButtonDirective, typeof i22.EditorSuperscriptButtonDirective, typeof i23.EditorForeColorDirective, typeof i24.EditorBackColorDirective, typeof i25.EditorCleanFormattingButtonDirective, typeof i26.EditorAddColumnBeforeButtonDirective, typeof i27.EditorAddColumnAfterButtonDirective, typeof i28.EditorAddRowBeforeButtonDirective, typeof i29.EditorAddRowAfterButtonDirective, typeof i30.EditorDeleteColumnButtonDirective, typeof i31.EditorDeleteRowButtonDirective, typeof i32.EditorDeleteTableButtonDirective, typeof i33.CustomMessagesComponent, typeof i34.EditorPrintDirective, typeof i35.EditorSelectAllButtonDirective, typeof i36.EditorBlockquoteDirective, typeof i37.EditorFontSizeComponent, typeof i38.EditorFontFamilyComponent, typeof i39.EditorFormatComponent, typeof i40.EditorColorPickerComponent, typeof i41.EditorInsertTableButtonComponent, typeof i42.EditorMergeCellsButtonDirective, typeof i43.EditorSplitCellButtonDirective, typeof i44.ToolBarComponent, typeof i44.ToolbarCustomMessagesComponent, typeof i44.ToolBarButtonComponent, typeof i44.ToolBarButtonGroupComponent, typeof i44.ToolBarDropDownButtonComponent, typeof i44.ToolBarSeparatorComponent, typeof i44.ToolBarSpacerComponent, typeof i44.ToolBarSplitButtonComponent, typeof i44.ToolBarToolComponent]>;
|
|
72
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<EditorModule>;
|
|
73
|
-
}
|
|
@@ -1,27 +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 { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
6
|
-
import { MessagesDirective } from './messages';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* Use this component to override the default component messages
|
|
10
|
-
* ([see example](https://www.telerik.com/kendo-angular-ui/components/editor/globalization#custom-messages)).
|
|
11
|
-
* @example
|
|
12
|
-
* ```html
|
|
13
|
-
* <kendo-editor>
|
|
14
|
-
* <kendo-editor-messages
|
|
15
|
-
* bold="Custom Bold"
|
|
16
|
-
* italic="Custom Italic">
|
|
17
|
-
* </kendo-editor-messages>
|
|
18
|
-
* </kendo-editor>
|
|
19
|
-
* ```
|
|
20
|
-
*/
|
|
21
|
-
export declare class CustomMessagesComponent extends MessagesDirective {
|
|
22
|
-
protected service: LocalizationService;
|
|
23
|
-
constructor(service: LocalizationService);
|
|
24
|
-
protected get override(): boolean;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CustomMessagesComponent, never>;
|
|
26
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CustomMessagesComponent, "kendo-editor-messages", never, {}, {}, never, never, true, never>;
|
|
27
|
-
}
|
|
@@ -1,14 +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 { LocalizationService, MessageService } from '@progress/kendo-angular-l10n';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
*/
|
|
10
|
-
export declare class EditorLocalizationService extends LocalizationService {
|
|
11
|
-
constructor(prefix: string, messageService: MessageService, _rtl: boolean);
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EditorLocalizationService, [null, { optional: true; }, { optional: true; }]>;
|
|
13
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<EditorLocalizationService>;
|
|
14
|
-
}
|
|
@@ -1,16 +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 { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
6
|
-
import { MessagesDirective } from './messages';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export declare class LocalizedMessagesDirective extends MessagesDirective {
|
|
12
|
-
protected service: LocalizationService;
|
|
13
|
-
constructor(service: LocalizationService);
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedMessagesDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedMessagesDirective, "[kendoEditorLocalizedMessages]", never, {}, {}, never, never, true, never>;
|
|
16
|
-
}
|
|
@@ -1,242 +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 { ComponentMessages } from '@progress/kendo-angular-l10n';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
*/
|
|
10
|
-
export declare class MessagesDirective extends ComponentMessages {
|
|
11
|
-
/**
|
|
12
|
-
* The title of the tool that aligns text in the center.
|
|
13
|
-
*/
|
|
14
|
-
alignCenter: string;
|
|
15
|
-
/**
|
|
16
|
-
* The title of the tool that justifies text both left and right.
|
|
17
|
-
*/
|
|
18
|
-
alignJustify: string;
|
|
19
|
-
/**
|
|
20
|
-
* The title of the tool that aligns text on the left.
|
|
21
|
-
*/
|
|
22
|
-
alignLeft: string;
|
|
23
|
-
/**
|
|
24
|
-
* The title of the tool that aligns text on the right.
|
|
25
|
-
*/
|
|
26
|
-
alignRight: string;
|
|
27
|
-
/**
|
|
28
|
-
* The title of the tool that changes the text background color.
|
|
29
|
-
*/
|
|
30
|
-
backColor: string;
|
|
31
|
-
/**
|
|
32
|
-
* The title of the tool that wraps an element in a blockquote.
|
|
33
|
-
*/
|
|
34
|
-
blockquote: string;
|
|
35
|
-
/**
|
|
36
|
-
* The title of the tool that makes text bold.
|
|
37
|
-
*/
|
|
38
|
-
bold: string;
|
|
39
|
-
/**
|
|
40
|
-
* The title of the Clean Formatting tool.
|
|
41
|
-
*/
|
|
42
|
-
cleanFormatting: string;
|
|
43
|
-
/**
|
|
44
|
-
* The title of the tool that creates hyperlinks.
|
|
45
|
-
*/
|
|
46
|
-
createLink: string;
|
|
47
|
-
/**
|
|
48
|
-
* The title of the tool that changes the text font.
|
|
49
|
-
*/
|
|
50
|
-
fontFamily: string;
|
|
51
|
-
/**
|
|
52
|
-
* The title of the tool that changes the text size.
|
|
53
|
-
*/
|
|
54
|
-
fontSize: string;
|
|
55
|
-
/**
|
|
56
|
-
* The title of the tool that changes the text color.
|
|
57
|
-
*/
|
|
58
|
-
foreColor: string;
|
|
59
|
-
/**
|
|
60
|
-
* The title of the tool that lets users choose block formats.
|
|
61
|
-
*/
|
|
62
|
-
format: string;
|
|
63
|
-
/**
|
|
64
|
-
* The title of the tool that indents the content.
|
|
65
|
-
*/
|
|
66
|
-
indent: string;
|
|
67
|
-
/**
|
|
68
|
-
* The title of the tool that inserts links to files.
|
|
69
|
-
*/
|
|
70
|
-
insertFile: string;
|
|
71
|
-
/**
|
|
72
|
-
* The title of the tool that inserts images.
|
|
73
|
-
*/
|
|
74
|
-
insertImage: string;
|
|
75
|
-
/**
|
|
76
|
-
* The title of the tool that inserts an ordered list.
|
|
77
|
-
*/
|
|
78
|
-
insertOrderedList: string;
|
|
79
|
-
/**
|
|
80
|
-
* The title of the tool that inserts an unordered list.
|
|
81
|
-
*/
|
|
82
|
-
insertUnorderedList: string;
|
|
83
|
-
/**
|
|
84
|
-
* The title of the tool that makes text italicized.
|
|
85
|
-
*/
|
|
86
|
-
italic: string;
|
|
87
|
-
/**
|
|
88
|
-
* The title of the tool that outdents the content.
|
|
89
|
-
*/
|
|
90
|
-
outdent: string;
|
|
91
|
-
/**
|
|
92
|
-
* The title of the print tool.
|
|
93
|
-
*/
|
|
94
|
-
print: string;
|
|
95
|
-
/**
|
|
96
|
-
* The title of the tool that redos the last action.
|
|
97
|
-
*/
|
|
98
|
-
redo: string;
|
|
99
|
-
/**
|
|
100
|
-
* The title of the tool that selects all content.
|
|
101
|
-
*/
|
|
102
|
-
selectAll: string;
|
|
103
|
-
/**
|
|
104
|
-
* The title of the tool that strikes through text.
|
|
105
|
-
*/
|
|
106
|
-
strikethrough: string;
|
|
107
|
-
/**
|
|
108
|
-
* The title of the tool that makes text subscript.
|
|
109
|
-
*/
|
|
110
|
-
subscript: string;
|
|
111
|
-
/**
|
|
112
|
-
* The title of the tool that makes text superscript.
|
|
113
|
-
*/
|
|
114
|
-
superscript: string;
|
|
115
|
-
/**
|
|
116
|
-
* The title of the tool that underlines text.
|
|
117
|
-
*/
|
|
118
|
-
underline: string;
|
|
119
|
-
/**
|
|
120
|
-
* The title of the tool that undos the last action.
|
|
121
|
-
*/
|
|
122
|
-
undo: string;
|
|
123
|
-
/**
|
|
124
|
-
* The title of the tool that removes hyperlinks.
|
|
125
|
-
*/
|
|
126
|
-
unlink: string;
|
|
127
|
-
/**
|
|
128
|
-
* The title of the tool that shows the editor value as HTML.
|
|
129
|
-
*/
|
|
130
|
-
viewSource: string;
|
|
131
|
-
/**
|
|
132
|
-
* The title of the tool that inserts table.
|
|
133
|
-
*/
|
|
134
|
-
insertTable: string;
|
|
135
|
-
/**
|
|
136
|
-
* The caption for the hint in the insert table tool.
|
|
137
|
-
*
|
|
138
|
-
* The message consists of several parts - the amount of rows, the amount of columns, an `x` separator, and a localizable string.
|
|
139
|
-
* To allow for reordering its parts, the `insertTableHint` input accepts a string with placeholders for the selected rows, selected columns
|
|
140
|
-
* and the separator. The `{rows}` and `{columns}` placeholders will be replaced internally with the respective actual values. The `{x}` placeholder
|
|
141
|
-
* shows a separator only when rows and columns are selected.
|
|
142
|
-
*/
|
|
143
|
-
insertTableHint: string;
|
|
144
|
-
/**
|
|
145
|
-
* The title of the tool that adds new column before currently selected column.
|
|
146
|
-
*/
|
|
147
|
-
addColumnBefore: string;
|
|
148
|
-
/**
|
|
149
|
-
* The title of the tool that adds new column after currently selected column.
|
|
150
|
-
*/
|
|
151
|
-
addColumnAfter: string;
|
|
152
|
-
/**
|
|
153
|
-
* The title of the tool that adds new row before currently selected row.
|
|
154
|
-
*/
|
|
155
|
-
addRowBefore: string;
|
|
156
|
-
/**
|
|
157
|
-
* The title of the tool that adds new row after currently selected row.
|
|
158
|
-
*/
|
|
159
|
-
addRowAfter: string;
|
|
160
|
-
/**
|
|
161
|
-
* The title of the tool that deletes a table column.
|
|
162
|
-
*/
|
|
163
|
-
deleteColumn: string;
|
|
164
|
-
/**
|
|
165
|
-
* The title of the tool that deletes a table row.
|
|
166
|
-
*/
|
|
167
|
-
deleteRow: string;
|
|
168
|
-
/**
|
|
169
|
-
* The title of the tool that deletes a table.
|
|
170
|
-
*/
|
|
171
|
-
deleteTable: string;
|
|
172
|
-
/**
|
|
173
|
-
* The title of the tool that merges the currently selected cells.
|
|
174
|
-
*/
|
|
175
|
-
mergeCells: string;
|
|
176
|
-
/**
|
|
177
|
-
* The title of the tool that splits the currently selected cell.
|
|
178
|
-
*/
|
|
179
|
-
splitCell: string;
|
|
180
|
-
/**
|
|
181
|
-
* The label of the **Apply** button in all Editor dialogs.
|
|
182
|
-
*/
|
|
183
|
-
dialogApply: string;
|
|
184
|
-
/**
|
|
185
|
-
* The label of the **Cancel** button in all editor dialogs.
|
|
186
|
-
*/
|
|
187
|
-
dialogCancel: string;
|
|
188
|
-
/**
|
|
189
|
-
* The label of the **Insert** button in all editor dialogs.
|
|
190
|
-
*/
|
|
191
|
-
dialogInsert: string;
|
|
192
|
-
/**
|
|
193
|
-
* The label of the **Update** button in all editor dialogs.
|
|
194
|
-
*/
|
|
195
|
-
dialogUpdate: string;
|
|
196
|
-
/**
|
|
197
|
-
* The caption for the file text in the insertFile dialog.
|
|
198
|
-
*/
|
|
199
|
-
fileText: string;
|
|
200
|
-
/**
|
|
201
|
-
* The caption for the file Title in the insertFile dialog.
|
|
202
|
-
*/
|
|
203
|
-
fileTitle: string;
|
|
204
|
-
/**
|
|
205
|
-
* The caption for the file URL in the insertFile dialog.
|
|
206
|
-
*/
|
|
207
|
-
fileWebAddress: string;
|
|
208
|
-
/**
|
|
209
|
-
* The caption for the image alternate text in the insertImage dialog.
|
|
210
|
-
*/
|
|
211
|
-
imageAltText: string;
|
|
212
|
-
/**
|
|
213
|
-
* The caption for the image height in the insertImage dialog.
|
|
214
|
-
*/
|
|
215
|
-
imageHeight: string;
|
|
216
|
-
/**
|
|
217
|
-
* The caption for the image URL in the insertImage dialog.
|
|
218
|
-
*/
|
|
219
|
-
imageWebAddress: string;
|
|
220
|
-
/**
|
|
221
|
-
* The caption for the image width in the insertImage dialog.
|
|
222
|
-
*/
|
|
223
|
-
imageWidth: string;
|
|
224
|
-
/**
|
|
225
|
-
* The caption for the checkbox for opening the link in a new window in the createLink dialog.
|
|
226
|
-
*/
|
|
227
|
-
linkOpenInNewWindow: string;
|
|
228
|
-
/**
|
|
229
|
-
* The caption for the link text in the createLink dialog.
|
|
230
|
-
*/
|
|
231
|
-
linkText: string;
|
|
232
|
-
/**
|
|
233
|
-
* The caption for the link title in the createLink dialog.
|
|
234
|
-
*/
|
|
235
|
-
linkTitle: string;
|
|
236
|
-
/**
|
|
237
|
-
* The caption for the URL in the createLink dialog.
|
|
238
|
-
*/
|
|
239
|
-
linkWebAddress: string;
|
|
240
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MessagesDirective, never>;
|
|
241
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MessagesDirective, "[kendoEditorMessages]", never, { "alignCenter": { "alias": "alignCenter"; "required": false; }; "alignJustify": { "alias": "alignJustify"; "required": false; }; "alignLeft": { "alias": "alignLeft"; "required": false; }; "alignRight": { "alias": "alignRight"; "required": false; }; "backColor": { "alias": "backColor"; "required": false; }; "blockquote": { "alias": "blockquote"; "required": false; }; "bold": { "alias": "bold"; "required": false; }; "cleanFormatting": { "alias": "cleanFormatting"; "required": false; }; "createLink": { "alias": "createLink"; "required": false; }; "fontFamily": { "alias": "fontFamily"; "required": false; }; "fontSize": { "alias": "fontSize"; "required": false; }; "foreColor": { "alias": "foreColor"; "required": false; }; "format": { "alias": "format"; "required": false; }; "indent": { "alias": "indent"; "required": false; }; "insertFile": { "alias": "insertFile"; "required": false; }; "insertImage": { "alias": "insertImage"; "required": false; }; "insertOrderedList": { "alias": "insertOrderedList"; "required": false; }; "insertUnorderedList": { "alias": "insertUnorderedList"; "required": false; }; "italic": { "alias": "italic"; "required": false; }; "outdent": { "alias": "outdent"; "required": false; }; "print": { "alias": "print"; "required": false; }; "redo": { "alias": "redo"; "required": false; }; "selectAll": { "alias": "selectAll"; "required": false; }; "strikethrough": { "alias": "strikethrough"; "required": false; }; "subscript": { "alias": "subscript"; "required": false; }; "superscript": { "alias": "superscript"; "required": false; }; "underline": { "alias": "underline"; "required": false; }; "undo": { "alias": "undo"; "required": false; }; "unlink": { "alias": "unlink"; "required": false; }; "viewSource": { "alias": "viewSource"; "required": false; }; "insertTable": { "alias": "insertTable"; "required": false; }; "insertTableHint": { "alias": "insertTableHint"; "required": false; }; "addColumnBefore": { "alias": "addColumnBefore"; "required": false; }; "addColumnAfter": { "alias": "addColumnAfter"; "required": false; }; "addRowBefore": { "alias": "addRowBefore"; "required": false; }; "addRowAfter": { "alias": "addRowAfter"; "required": false; }; "deleteColumn": { "alias": "deleteColumn"; "required": false; }; "deleteRow": { "alias": "deleteRow"; "required": false; }; "deleteTable": { "alias": "deleteTable"; "required": false; }; "mergeCells": { "alias": "mergeCells"; "required": false; }; "splitCell": { "alias": "splitCell"; "required": false; }; "dialogApply": { "alias": "dialogApply"; "required": false; }; "dialogCancel": { "alias": "dialogCancel"; "required": false; }; "dialogInsert": { "alias": "dialogInsert"; "required": false; }; "dialogUpdate": { "alias": "dialogUpdate"; "required": false; }; "fileText": { "alias": "fileText"; "required": false; }; "fileTitle": { "alias": "fileTitle"; "required": false; }; "fileWebAddress": { "alias": "fileWebAddress"; "required": false; }; "imageAltText": { "alias": "imageAltText"; "required": false; }; "imageHeight": { "alias": "imageHeight"; "required": false; }; "imageWebAddress": { "alias": "imageWebAddress"; "required": false; }; "imageWidth": { "alias": "imageWidth"; "required": false; }; "linkOpenInNewWindow": { "alias": "linkOpenInNewWindow"; "required": false; }; "linkText": { "alias": "linkText"; "required": false; }; "linkTitle": { "alias": "linkTitle"; "required": false; }; "linkWebAddress": { "alias": "linkWebAddress"; "required": false; }; }, {}, never, never, true, never>;
|
|
242
|
-
}
|