@syncfusion/ej2-vue-documenteditor 20.1.61 → 20.2.39
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 +71 -114
- package/dist/ej2-vue-documenteditor.umd.min.js +2 -11
- package/dist/global/ej2-vue-documenteditor.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +215 -105
- package/styles/bootstrap.css +214 -104
- package/styles/bootstrap4.css +216 -106
- package/styles/bootstrap5-dark.css +220 -110
- package/styles/bootstrap5.css +220 -110
- package/styles/document-editor/bootstrap-dark.css +211 -104
- package/styles/document-editor/bootstrap.css +210 -103
- package/styles/document-editor/bootstrap4.css +211 -104
- package/styles/document-editor/bootstrap5-dark.css +215 -108
- package/styles/document-editor/bootstrap5.css +215 -108
- package/styles/document-editor/fabric-dark.css +211 -104
- package/styles/document-editor/fabric.css +211 -104
- package/styles/document-editor/fluent-dark.css +218 -110
- package/styles/document-editor/fluent.css +218 -110
- package/styles/document-editor/highcontrast-light.css +74 -46
- package/styles/document-editor/highcontrast.css +211 -104
- package/styles/document-editor/material-dark.css +204 -97
- package/styles/document-editor/material.css +202 -95
- package/styles/document-editor/tailwind-dark.css +221 -127
- package/styles/document-editor/tailwind.css +221 -127
- package/styles/document-editor-container/bootstrap-dark.css +4 -1
- package/styles/document-editor-container/bootstrap.css +4 -1
- package/styles/document-editor-container/bootstrap4.css +5 -2
- package/styles/document-editor-container/bootstrap5-dark.css +5 -2
- package/styles/document-editor-container/bootstrap5.css +5 -2
- package/styles/document-editor-container/fabric-dark.css +4 -1
- package/styles/document-editor-container/fabric.css +4 -1
- package/styles/document-editor-container/fluent-dark.css +6 -3
- package/styles/document-editor-container/fluent.css +5 -2
- package/styles/document-editor-container/highcontrast-light.css +22 -19
- package/styles/document-editor-container/highcontrast.css +4 -1
- package/styles/document-editor-container/material-dark.css +4 -1
- package/styles/document-editor-container/material.css +4 -1
- package/styles/document-editor-container/tailwind-dark.css +5 -3
- package/styles/document-editor-container/tailwind.css +5 -3
- package/styles/fabric-dark.css +215 -105
- package/styles/fabric.css +215 -105
- package/styles/fluent-dark.css +224 -113
- package/styles/fluent.css +223 -112
- package/styles/highcontrast-light.css +78 -47
- package/styles/highcontrast.css +215 -105
- package/styles/material-dark.css +208 -98
- package/styles/material.css +206 -96
- package/styles/tailwind-dark.css +226 -130
- package/styles/tailwind.css +226 -130
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-documenteditor@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-documenteditor@20.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-documenteditor@20.2.38",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512
|
|
5
|
+
"_integrity": "sha512-/md/PFHbQv4hj/cg7yPdpYZ836TdT/szpYF2sBCxNe8wtQ2dzvHJgK3P3TX1ZhGB5Ejv1W0MmAmULLEGf9Feug==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-documenteditor",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-documenteditor/-/ej2-vue-documenteditor-20.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-documenteditor/-/ej2-vue-documenteditor-20.2.38.tgz",
|
|
23
|
+
"_shasum": "fa5492b78b62a3569824a8f810fabd7419ee04fe",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-documenteditor@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.
|
|
35
|
-
"@syncfusion/ej2-documenteditor": "20.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~20.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.2.38",
|
|
35
|
+
"@syncfusion/ej2-documenteditor": "20.2.39",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~20.2.38"
|
|
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 Vue",
|
|
@@ -63,6 +63,6 @@
|
|
|
63
63
|
"type": "git",
|
|
64
64
|
"url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
|
|
65
65
|
},
|
|
66
|
-
"version": "20.
|
|
66
|
+
"version": "20.2.39",
|
|
67
67
|
"sideEffects": false
|
|
68
68
|
}
|