@syncfusion/ej2-angular-documenteditor 29.2.8 → 29.2.9

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.
Files changed (1) hide show
  1. package/package.json +55 -24
package/package.json CHANGED
@@ -1,31 +1,44 @@
1
1
  {
2
- "name": "@syncfusion/ej2-angular-documenteditor",
3
- "version": "29.2.8",
4
- "description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
5
- "author": "Syncfusion Inc.",
6
- "license": "SEE LICENSE IN license",
7
- "schematics": "./schematics/collection.json",
8
- "dependencies": {
9
- "@syncfusion/ej2-base": "~29.2.4",
10
- "@syncfusion/ej2-angular-base": "~29.2.4",
11
- "@syncfusion/ej2-documenteditor": "29.2.8"
2
+ "_from": "@syncfusion/ej2-angular-documenteditor@*",
3
+ "_id": "@syncfusion/ej2-angular-documenteditor@29.2.8",
4
+ "_inBundle": false,
5
+ "_integrity": "sha512-j3PF47laTdwdwpQdZlPKB0QwvHK6A3XInHF9EMrUI9T45s0a0unPvuDhkQrHsyoiK2Na7NAJYXC2SR8p2J1+PA==",
6
+ "_location": "/@syncfusion/ej2-angular-documenteditor",
7
+ "_phantomChildren": {},
8
+ "_requested": {
9
+ "type": "range",
10
+ "registry": true,
11
+ "raw": "@syncfusion/ej2-angular-documenteditor@*",
12
+ "name": "@syncfusion/ej2-angular-documenteditor",
13
+ "escapedName": "@syncfusion%2fej2-angular-documenteditor",
14
+ "scope": "@syncfusion",
15
+ "rawSpec": "*",
16
+ "saveSpec": null,
17
+ "fetchSpec": "*"
12
18
  },
13
- "keywords": [
14
- "ej2-angular-documenteditor",
15
- "angular-documenteditor",
16
- "angular"
19
+ "_requiredBy": [
20
+ "/"
17
21
  ],
18
- "repository": {
19
- "type": "git",
20
- "url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
22
+ "_resolved": "https://registry.npmjs.org/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-29.2.8.tgz",
23
+ "_shasum": "25fa18a22f9f0dbebac6a297a9292f32939a4c3c",
24
+ "_spec": "@syncfusion/ej2-angular-documenteditor@*",
25
+ "_where": "E:\\June 2025\\New folder",
26
+ "author": {
27
+ "name": "Syncfusion Inc."
21
28
  },
22
- "sideEffects": false,
23
- "module": "fesm2015/syncfusion-ej2-angular-documenteditor.mjs",
29
+ "bugs": {
30
+ "url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
31
+ },
32
+ "bundleDependencies": false,
33
+ "dependencies": {
34
+ "@syncfusion/ej2-angular-base": "~29.2.4",
35
+ "@syncfusion/ej2-base": "~29.2.4",
36
+ "@syncfusion/ej2-documenteditor": "29.2.9"
37
+ },
38
+ "deprecated": false,
39
+ "description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
24
40
  "es2020": "fesm2020/syncfusion-ej2-angular-documenteditor.mjs",
25
41
  "esm2020": "esm2020/syncfusion-ej2-angular-documenteditor.mjs",
26
- "fesm2020": "fesm2020/syncfusion-ej2-angular-documenteditor.mjs",
27
- "fesm2015": "fesm2015/syncfusion-ej2-angular-documenteditor.mjs",
28
- "typings": "syncfusion-ej2-angular-documenteditor.d.ts",
29
42
  "exports": {
30
43
  "./package.json": {
31
44
  "default": "./package.json"
@@ -39,5 +52,23 @@
39
52
  "default": "./fesm2020/syncfusion-ej2-angular-documenteditor.mjs"
40
53
  }
41
54
  },
42
- "homepage": "https://www.syncfusion.com/angular-components"
43
- }
55
+ "fesm2015": "fesm2015/syncfusion-ej2-angular-documenteditor.mjs",
56
+ "fesm2020": "fesm2020/syncfusion-ej2-angular-documenteditor.mjs",
57
+ "homepage": "https://www.syncfusion.com/angular-components",
58
+ "keywords": [
59
+ "ej2-angular-documenteditor",
60
+ "angular-documenteditor",
61
+ "angular"
62
+ ],
63
+ "license": "SEE LICENSE IN license",
64
+ "module": "fesm2015/syncfusion-ej2-angular-documenteditor.mjs",
65
+ "name": "@syncfusion/ej2-angular-documenteditor",
66
+ "repository": {
67
+ "type": "git",
68
+ "url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
69
+ },
70
+ "schematics": "./schematics/collection.json",
71
+ "sideEffects": false,
72
+ "typings": "syncfusion-ej2-angular-documenteditor.d.ts",
73
+ "version": "29.2.9"
74
+ }