devexpress-richedit 22.2.11 → 22.2.12
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 +46 -46
- package/bin/gulpfile.js +1 -1
- package/bin/index-custom.js +1 -1
- package/bin/localization-builder.js +1 -1
- package/bin/nspell-index.js +1 -1
- package/bin/nspell.webpack.config.js +1 -1
- package/bin/webpack-externals.js +1 -1
- package/bin/webpack.config.js +1 -1
- package/dist/dx.richedit.d.ts +1 -1
- package/dist/dx.richedit.js +1 -1
- package/dist/dx.richedit.min.js +1 -1
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
## About
|
|
2
|
-
|
|
3
|
-
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
|
|
4
|
-
|
|
5
|
-
## Install
|
|
6
|
-
|
|
7
|
-
To install RichEdit `npm` package, run the following command:
|
|
8
|
-
|
|
9
|
-
```shell
|
|
10
|
-
npm install devextreme devexpress-richedit
|
|
11
|
-
```
|
|
12
|
-
|
|
13
|
-
## Documentation
|
|
14
|
-
### Document Formats
|
|
15
|
-
- DOCX
|
|
16
|
-
- RTF
|
|
17
|
-
- TXT
|
|
18
|
-
- [PDF export](https://docs.devexpress.com/AspNetCore/400972/rich-edit/document-management#export-a-document-to-pdf) (include programmatically)
|
|
19
|
-
|
|
20
|
-
### Frameworks
|
|
21
|
-
- [ASP.NET Core](https://docs.devexpress.com/AspNetCore/400321/rich-edit/get-started/net-core-application)
|
|
22
|
-
- [MVC](https://docs.devexpress.com/AspNetCore/401873/rich-edit/get-started/mvc-application)
|
|
23
|
-
- [Web Form](web-forms-application)
|
|
24
|
-
- [Blazor Server](https://docs.devexpress.com/AspNetCore/401871/rich-edit/get-started/blazor-server-application)
|
|
25
|
-
- [Blazor WebAssembly](https://docs.devexpress.com/AspNetCore/401870/rich-edit/get-started/blazor-web-assembly-application)
|
|
26
|
-
- [Express.js](https://docs.devexpress.com/AspNetCore/401872/rich-edit/get-started/express-application)
|
|
27
|
-
- [Angular](https://docs.devexpress.com/AspNetCore/401527/rich-edit/get-started/angular-application)
|
|
28
|
-
- [React](https://docs.devexpress.com/AspNetCore/401874/rich-edit/get-started/react-application)
|
|
29
|
-
- [Vue](https://docs.devexpress.com/AspNetCore/401875/rich-edit/get-started/vue-application)
|
|
30
|
-
|
|
31
|
-
### API
|
|
32
|
-
- [Document management](https://docs.devexpress.com/AspNetCore/400972/rich-edit/document-management)
|
|
33
|
-
- [How to](https://docs.devexpress.com/AspNetCore/401600/rich-edit/how-to)
|
|
34
|
-
- [Client API Reference](https://docs.devexpress.com/AspNetCore/js-DevExpress.RichEdit)
|
|
35
|
-
- [Asp Net Core API Reference](https://docs.devexpress.com/AspNetCore/DevExpress.AspNetCore.RichEdit)
|
|
36
|
-
|
|
37
|
-
## Demos
|
|
38
|
-
|
|
39
|
-
Take a look at the [DevExpress Rich Text Editor web demos](https://demos.devexpress.com/AspNetCore/Demo/RichEdit/).
|
|
40
|
-
|
|
41
|
-
## License
|
|
42
|
-
|
|
43
|
-
A Commercial license for [DevExpress ASP.NET controls](https://www.devexpress.com/Support/EULAs/asp-net-controls.xml) or [DevExpress Reporting tools](https://www.devexpress.com/Support/EULAs/reporting.xml) is required to use this package. Please visit [devexpress.com](https://devexpress.com) for more information on how to acquire a valid [license](https://www.devexpress.com/support/eulas/).
|
|
44
|
-
|
|
45
|
-
## Support
|
|
46
|
-
|
|
1
|
+
## About
|
|
2
|
+
|
|
3
|
+
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
|
|
4
|
+
|
|
5
|
+
## Install
|
|
6
|
+
|
|
7
|
+
To install RichEdit `npm` package, run the following command:
|
|
8
|
+
|
|
9
|
+
```shell
|
|
10
|
+
npm install devextreme devexpress-richedit
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Documentation
|
|
14
|
+
### Document Formats
|
|
15
|
+
- DOCX
|
|
16
|
+
- RTF
|
|
17
|
+
- TXT
|
|
18
|
+
- [PDF export](https://docs.devexpress.com/AspNetCore/400972/rich-edit/document-management#export-a-document-to-pdf) (include programmatically)
|
|
19
|
+
|
|
20
|
+
### Frameworks
|
|
21
|
+
- [ASP.NET Core](https://docs.devexpress.com/AspNetCore/400321/rich-edit/get-started/net-core-application)
|
|
22
|
+
- [MVC](https://docs.devexpress.com/AspNetCore/401873/rich-edit/get-started/mvc-application)
|
|
23
|
+
- [Web Form](web-forms-application)
|
|
24
|
+
- [Blazor Server](https://docs.devexpress.com/AspNetCore/401871/rich-edit/get-started/blazor-server-application)
|
|
25
|
+
- [Blazor WebAssembly](https://docs.devexpress.com/AspNetCore/401870/rich-edit/get-started/blazor-web-assembly-application)
|
|
26
|
+
- [Express.js](https://docs.devexpress.com/AspNetCore/401872/rich-edit/get-started/express-application)
|
|
27
|
+
- [Angular](https://docs.devexpress.com/AspNetCore/401527/rich-edit/get-started/angular-application)
|
|
28
|
+
- [React](https://docs.devexpress.com/AspNetCore/401874/rich-edit/get-started/react-application)
|
|
29
|
+
- [Vue](https://docs.devexpress.com/AspNetCore/401875/rich-edit/get-started/vue-application)
|
|
30
|
+
|
|
31
|
+
### API
|
|
32
|
+
- [Document management](https://docs.devexpress.com/AspNetCore/400972/rich-edit/document-management)
|
|
33
|
+
- [How to](https://docs.devexpress.com/AspNetCore/401600/rich-edit/how-to)
|
|
34
|
+
- [Client API Reference](https://docs.devexpress.com/AspNetCore/js-DevExpress.RichEdit)
|
|
35
|
+
- [Asp Net Core API Reference](https://docs.devexpress.com/AspNetCore/DevExpress.AspNetCore.RichEdit)
|
|
36
|
+
|
|
37
|
+
## Demos
|
|
38
|
+
|
|
39
|
+
Take a look at the [DevExpress Rich Text Editor web demos](https://demos.devexpress.com/AspNetCore/Demo/RichEdit/).
|
|
40
|
+
|
|
41
|
+
## License
|
|
42
|
+
|
|
43
|
+
A Commercial license for [DevExpress ASP.NET controls](https://www.devexpress.com/Support/EULAs/asp-net-controls.xml) or [DevExpress Reporting tools](https://www.devexpress.com/Support/EULAs/reporting.xml) is required to use this package. Please visit [devexpress.com](https://devexpress.com) for more information on how to acquire a valid [license](https://www.devexpress.com/support/eulas/).
|
|
44
|
+
|
|
45
|
+
## Support
|
|
46
|
+
|
|
47
47
|
For any questions regarding the use of DevExpress Rich Text Editor, please refer to our [Support Center](https://www.devexpress.com/Support/Center).
|
package/bin/gulpfile.js
CHANGED
package/bin/index-custom.js
CHANGED
package/bin/nspell-index.js
CHANGED
package/bin/webpack-externals.js
CHANGED
package/bin/webpack.config.js
CHANGED
package/dist/dx.richedit.d.ts
CHANGED
package/dist/dx.richedit.js
CHANGED
package/dist/dx.richedit.min.js
CHANGED
package/index.d.ts
CHANGED
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "devexpress-richedit",
|
|
3
|
-
"version": "22.2.
|
|
3
|
+
"version": "22.2.12",
|
|
4
4
|
"homepage": "https://www.devexpress.com/",
|
|
5
5
|
"bugs": "https://www.devexpress.com/support/",
|
|
6
6
|
"author": "Developer Express Inc.",
|
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
"build-nspell": "webpack --mode production --config=bin/nspell.webpack.config.js"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
|
-
"devextreme": "22.2.
|
|
17
|
+
"devextreme": "22.2.12"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"jszip": "
|
|
20
|
+
"jszip": "~3.7.0",
|
|
21
21
|
"tslib": "2.3.1",
|
|
22
22
|
"@devexpress/utils": "1.4.0"
|
|
23
23
|
},
|