@syncfusion/ej2-documenteditor 33.2.14 → 33.2.15
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/README.md +1 -1
- package/dist/ej2-documenteditor.min.js +9 -0
- package/dist/ej2-documenteditor.umd.min.js +9 -0
- package/dist/global/ej2-documenteditor.min.js +9 -0
- package/dist/global/index.d.ts +9 -0
- package/package.json +6 -6
- package/src/document-editor/base/events-helper.d.ts +11 -11
- package/src/document-editor/implementation/editor/editor.d.ts +1 -1
- package/src/document-editor/implementation/editor/editor.js +1 -1
- package/src/document-editor/implementation/ruler/ruler.d.ts +1 -1
- package/src/document-editor/implementation/ruler/ruler.js +1 -1
package/dist/global/index.d.ts
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* filename: index.d.ts
|
|
3
|
+
* version : 33.2.15
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
|
|
5
|
+
* Use of this code is subject to the terms of our license.
|
|
6
|
+
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
|
+
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
|
+
* applicable laws.
|
|
9
|
+
*/
|
|
1
10
|
import * as _documenteditor from '@syncfusion/ej2-documenteditor';
|
|
2
11
|
|
|
3
12
|
export declare namespace ej {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-documenteditor",
|
|
3
|
-
"version": "33.2.
|
|
3
|
+
"version": "33.2.15",
|
|
4
4
|
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ej2",
|
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
"es2015": "./dist/es6/ej2-documenteditor.es5.js",
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@syncfusion/ej2-base": "~33.2.3",
|
|
21
|
-
"@syncfusion/ej2-buttons": "~33.2.
|
|
22
|
-
"@syncfusion/ej2-calendars": "~33.2.
|
|
21
|
+
"@syncfusion/ej2-buttons": "~33.2.15",
|
|
22
|
+
"@syncfusion/ej2-calendars": "~33.2.15",
|
|
23
23
|
"@syncfusion/ej2-compression": "~33.2.3",
|
|
24
|
-
"@syncfusion/ej2-dropdowns": "~33.2.
|
|
24
|
+
"@syncfusion/ej2-dropdowns": "~33.2.15",
|
|
25
25
|
"@syncfusion/ej2-file-utils": "~33.2.3",
|
|
26
|
-
"@syncfusion/ej2-inputs": "~33.2.
|
|
27
|
-
"@syncfusion/ej2-navigations": "~33.2.
|
|
26
|
+
"@syncfusion/ej2-inputs": "~33.2.15",
|
|
27
|
+
"@syncfusion/ej2-navigations": "~33.2.15",
|
|
28
28
|
"@syncfusion/ej2-office-chart": "~33.2.3",
|
|
29
29
|
"@syncfusion/ej2-popups": "~33.2.7",
|
|
30
30
|
"@syncfusion/ej2-ribbon": "~33.2.10",
|
|
@@ -184,7 +184,7 @@ export interface DocumentChangeEventArgs {
|
|
|
184
184
|
/**
|
|
185
185
|
* Specifies the source DocumentEditor instance which triggers this documentChange event.
|
|
186
186
|
*
|
|
187
|
-
|
|
187
|
+
|
|
188
188
|
*/
|
|
189
189
|
source: DocumentEditor;
|
|
190
190
|
}
|
|
@@ -203,7 +203,7 @@ export interface ViewChangeEventArgs {
|
|
|
203
203
|
/**
|
|
204
204
|
* Specifies the source DocumentEditor instance which triggers this viewChange event.
|
|
205
205
|
*
|
|
206
|
-
|
|
206
|
+
|
|
207
207
|
*/
|
|
208
208
|
source: DocumentEditor;
|
|
209
209
|
}
|
|
@@ -214,7 +214,7 @@ export interface ZoomFactorChangeEventArgs {
|
|
|
214
214
|
/**
|
|
215
215
|
* Specifies the source DocumentEditor instance which triggers this zoomFactorChange event.
|
|
216
216
|
*
|
|
217
|
-
|
|
217
|
+
|
|
218
218
|
*/
|
|
219
219
|
source: DocumentEditor;
|
|
220
220
|
}
|
|
@@ -225,7 +225,7 @@ export interface SelectionChangeEventArgs {
|
|
|
225
225
|
/**
|
|
226
226
|
* Specifies the source DocumentEditor instance which triggers this selectionChange event.
|
|
227
227
|
*
|
|
228
|
-
|
|
228
|
+
|
|
229
229
|
*/
|
|
230
230
|
source: DocumentEditor;
|
|
231
231
|
/**
|
|
@@ -256,7 +256,7 @@ export interface RequestNavigateEventArgs {
|
|
|
256
256
|
/**
|
|
257
257
|
* Specifies the source DocumentEditor instance which triggers this requestNavigate event.
|
|
258
258
|
*
|
|
259
|
-
|
|
259
|
+
|
|
260
260
|
*/
|
|
261
261
|
source: DocumentEditor;
|
|
262
262
|
}
|
|
@@ -267,7 +267,7 @@ export interface ContentChangeEventArgs {
|
|
|
267
267
|
/**
|
|
268
268
|
* Specifies the source DocumentEditor instance which triggers this contentChange event.
|
|
269
269
|
*
|
|
270
|
-
|
|
270
|
+
|
|
271
271
|
*/
|
|
272
272
|
source: DocumentEditor;
|
|
273
273
|
/**
|
|
@@ -291,7 +291,7 @@ export interface DocumentEditorKeyDownEventArgs {
|
|
|
291
291
|
/**
|
|
292
292
|
* Specifies the source DocumentEditor instance which triggers this key down event.
|
|
293
293
|
*
|
|
294
|
-
|
|
294
|
+
|
|
295
295
|
*/
|
|
296
296
|
source: DocumentEditor;
|
|
297
297
|
}
|
|
@@ -302,7 +302,7 @@ export interface SearchResultsChangeEventArgs {
|
|
|
302
302
|
/**
|
|
303
303
|
* Specifies the source DocumentEditor instance which triggers this searchResultsChange event.
|
|
304
304
|
*
|
|
305
|
-
|
|
305
|
+
|
|
306
306
|
*/
|
|
307
307
|
source: DocumentEditor;
|
|
308
308
|
}
|
|
@@ -422,7 +422,7 @@ export interface ContainerContentChangeEventArgs {
|
|
|
422
422
|
/**
|
|
423
423
|
* Specifies the source DocumentEditorContainer instance which triggers this contentChange event.
|
|
424
424
|
*
|
|
425
|
-
|
|
425
|
+
|
|
426
426
|
*/
|
|
427
427
|
source: DocumentEditorContainer;
|
|
428
428
|
/**
|
|
@@ -438,7 +438,7 @@ export interface ContainerSelectionChangeEventArgs {
|
|
|
438
438
|
/**
|
|
439
439
|
* Specifies the source DocumentEditorContainer instance which triggers this selectionChange event.
|
|
440
440
|
*
|
|
441
|
-
|
|
441
|
+
|
|
442
442
|
*/
|
|
443
443
|
source: DocumentEditorContainer;
|
|
444
444
|
/**
|
|
@@ -453,7 +453,7 @@ export interface ContainerDocumentChangeEventArgs {
|
|
|
453
453
|
/**
|
|
454
454
|
* Specifies the source DocumentEditorContainer instance which triggers this documentChange event.
|
|
455
455
|
*
|
|
456
|
-
|
|
456
|
+
|
|
457
457
|
*/
|
|
458
458
|
source: DocumentEditorContainer;
|
|
459
459
|
}
|
|
@@ -1299,7 +1299,7 @@ export declare class Editor {
|
|
|
1299
1299
|
/**
|
|
1300
1300
|
* Inserts the image with specified size at cursor position in the document editor.
|
|
1301
1301
|
*
|
|
1302
|
-
|
|
1302
|
+
|
|
1303
1303
|
*
|
|
1304
1304
|
* @param {string} imageString Base64 string, web URL or file URL.
|
|
1305
1305
|
* @param {number} width Specify the image width.
|
|
@@ -9286,7 +9286,7 @@ var Editor = /** @class */ (function () {
|
|
|
9286
9286
|
/**
|
|
9287
9287
|
* Inserts the image with specified size at cursor position in the document editor.
|
|
9288
9288
|
*
|
|
9289
|
-
|
|
9289
|
+
|
|
9290
9290
|
*
|
|
9291
9291
|
* @param {string} imageString Base64 string, web URL or file URL.
|
|
9292
9292
|
* @param {number} width Specify the image width.
|