@syncfusion/ej2-angular-documenteditor 27.2.5 → 28.1.33
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/CHANGELOG.md +0 -12
- package/README.md +1 -1
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bds-lite.css +1 -0
- package/styles/bds-lite.scss +1 -0
- package/styles/bds.css +1 -0
- package/styles/bds.scss +2 -0
- package/styles/document-editor/bds.css +1 -0
- package/styles/document-editor/bds.scss +1 -0
- package/styles/document-editor/tailwind3.css +1 -0
- package/styles/document-editor/tailwind3.scss +1 -0
- package/styles/document-editor-container/bds.css +1 -0
- package/styles/document-editor-container/bds.scss +1 -0
- package/styles/document-editor-container/tailwind3.css +1 -0
- package/styles/document-editor-container/tailwind3.scss +1 -0
- package/styles/tailwind3-lite.css +1 -0
- package/styles/tailwind3-lite.scss +1 -0
- package/styles/tailwind3.css +1 -0
- package/styles/tailwind3.scss +2 -0
package/CHANGELOG.md
CHANGED
@@ -2,18 +2,6 @@
|
|
2
2
|
|
3
3
|
## [Unreleased]
|
4
4
|
|
5
|
-
### DocumentEditor
|
6
|
-
|
7
|
-
#### Bug Fixes
|
8
|
-
|
9
|
-
- `#I646634` - Resolved the horizontal and vertical border rendering issue when applying the cell background in the table.
|
10
|
-
- `#I648872` - Resolved the issue with paragraph indentation in lists when opening .docx files in the Document Editor.
|
11
|
-
- `#I647138`, `#I657678` - Resolved the font rendering issue that occurred when opening Chinese text documents in the Document Editor.
|
12
|
-
- `#I647834` - Resolved the layout issue that occurred when performing undo and redo operations.
|
13
|
-
- `#I649032` - Resolved the issue where table properties were not applied when a non-English locale was set in the Document Editor.
|
14
|
-
- `#I651642` - Resolved the script error issue related to layout when the document has a column break.
|
15
|
-
- `#I652084` - Resolved the issue with text visibility inside the table when the table has cell shading.
|
16
|
-
|
17
5
|
## 27.2.4 (2024-11-26)
|
18
6
|
|
19
7
|
### DocumentEditor
|
package/README.md
CHANGED
@@ -157,7 +157,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
|
|
157
157
|
|
158
158
|
## License and copyright
|
159
159
|
|
160
|
-
> This is a commercial product and requires a paid license for possession or use. Syncfusion
|
160
|
+
> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
|
161
161
|
|
162
162
|
> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
|
163
163
|
|
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-documenteditor@*",
|
3
3
|
"_id": "@syncfusion/ej2-angular-documenteditor@27.2.4",
|
4
4
|
"_inBundle": false,
|
5
|
-
"_integrity": "sha512
|
5
|
+
"_integrity": "sha512-/MrYioHjhVpZ0Txf2YyQpRST/xNp9ulJgRhBjGUsQu9h5oijzBYJkHAdII9yl/UL5tj3fsmkRLkF2OlUGDF3fw==",
|
6
6
|
"_location": "/@syncfusion/ej2-angular-documenteditor",
|
7
7
|
"_phantomChildren": {},
|
8
8
|
"_requested": {
|
@@ -19,10 +19,10 @@
|
|
19
19
|
"_requiredBy": [
|
20
20
|
"/"
|
21
21
|
],
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-
|
23
|
-
"_shasum": "
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-release/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-27.2.4.tgz",
|
23
|
+
"_shasum": "9c938e9cb9b99ae0145e095c90049bb85a65e07b",
|
24
24
|
"_spec": "@syncfusion/ej2-angular-documenteditor@*",
|
25
|
-
"_where": "/jenkins/workspace/elease-
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_28.1.1/ivypackages/included",
|
26
26
|
"author": {
|
27
27
|
"name": "Syncfusion Inc."
|
28
28
|
},
|
@@ -31,9 +31,9 @@
|
|
31
31
|
},
|
32
32
|
"bundleDependencies": false,
|
33
33
|
"dependencies": {
|
34
|
-
"@syncfusion/ej2-angular-base": "~
|
35
|
-
"@syncfusion/ej2-base": "~
|
36
|
-
"@syncfusion/ej2-documenteditor": "
|
34
|
+
"@syncfusion/ej2-angular-base": "~28.1.33",
|
35
|
+
"@syncfusion/ej2-base": "~28.1.33",
|
36
|
+
"@syncfusion/ej2-documenteditor": "28.1.33"
|
37
37
|
},
|
38
38
|
"deprecated": false,
|
39
39
|
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
|
@@ -70,5 +70,5 @@
|
|
70
70
|
"schematics": "./schematics/collection.json",
|
71
71
|
"sideEffects": false,
|
72
72
|
"typings": "syncfusion-ej2-angular-documenteditor.d.ts",
|
73
|
-
"version": "
|
73
|
+
"version": "28.1.33"
|
74
74
|
}
|
@@ -1,4 +1,4 @@
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-documenteditor";
|
2
|
-
export declare const pkgVer = "^27.2.
|
2
|
+
export declare const pkgVer = "^27.2.4";
|
3
3
|
export declare const moduleName = "DocumentEditorModule, DocumentEditorContainerModule";
|
4
|
-
export declare const themeVer = "~27.2.
|
4
|
+
export declare const themeVer = "~27.2.4";
|
@@ -1,6 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-documenteditor';
|
4
|
-
exports.pkgVer = '^
|
4
|
+
exports.pkgVer = '^28.1.33';
|
5
5
|
exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
6
|
-
exports.themeVer = '~
|
6
|
+
exports.themeVer = '~28.1.33';
|
@@ -1,4 +1,4 @@
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-documenteditor';
|
2
|
-
export const pkgVer = '^
|
2
|
+
export const pkgVer = '^28.1.33';
|
3
3
|
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
4
|
-
export const themeVer = '~
|
4
|
+
export const themeVer = '~28.1.33';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-documenteditor/styles/bds-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-documenteditor/styles/bds-lite.scss';
|
package/styles/bds.css
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-documenteditor/styles/bds.css';
|
package/styles/bds.scss
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-documenteditor/styles/document-editor/bds.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor/bds.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-documenteditor/styles/document-editor/tailwind3.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor/tailwind3.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-documenteditor/styles/document-editor-container/bds.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor-container/bds.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-documenteditor/styles/document-editor-container/tailwind3.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor-container/tailwind3.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-documenteditor/styles/tailwind3-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-documenteditor/styles/tailwind3-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-documenteditor/styles/tailwind3.css';
|