@syncfusion/ej2-angular-pdfviewer 31.2.12-ngcc → 31.2.13

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 (272) hide show
  1. package/CHANGELOG.md +4938 -0
  2. package/README.md +105 -101
  3. package/esm2020/public_api.mjs +2 -0
  4. package/esm2020/src/document-editor/documenteditor-all.module.mjs +134 -0
  5. package/esm2020/src/document-editor/documenteditor.component.mjs +311 -0
  6. package/esm2020/src/document-editor/documenteditor.module.mjs +25 -0
  7. package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +32 -0
  8. package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +73 -0
  9. package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +25 -0
  10. package/esm2020/src/index.mjs +8 -0
  11. package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +5 -0
  12. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +584 -0
  13. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +1 -0
  14. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +584 -0
  15. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +1 -0
  16. package/package.json +21 -8
  17. package/public_api.d.ts +1 -1
  18. package/schematics/collection.json +14 -10
  19. package/schematics/generators/documenteditorcontainer-default/index.d.ts +3 -0
  20. package/schematics/generators/documenteditorcontainer-default/index.js +8 -0
  21. package/schematics/generators/documenteditorcontainer-default/index.ts +8 -0
  22. package/schematics/generators/documenteditorcontainer-default/sample-details.d.ts +5 -0
  23. package/schematics/generators/documenteditorcontainer-default/sample-details.js +8 -0
  24. package/schematics/generators/documenteditorcontainer-default/sample-details.ts +5 -0
  25. package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  26. package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  27. package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +25 -0
  28. package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/assets/data.ts +1423 -0
  29. package/schematics/generators/documenteditorcontainer-default/schema.d.ts +3 -0
  30. package/schematics/generators/documenteditorcontainer-default/schema.js +2 -0
  31. package/schematics/generators/documenteditorcontainer-default/schema.json +125 -0
  32. package/schematics/generators/documenteditorcontainer-default/schema.ts +3 -0
  33. package/schematics/ng-add/index.js +1 -1
  34. package/schematics/ng-add/index.ts +10 -10
  35. package/schematics/ng-add/schema.json +34 -34
  36. package/schematics/ng-add/schema.ts +30 -30
  37. package/schematics/tsconfig.json +25 -25
  38. package/schematics/utils/lib-details.d.ts +4 -4
  39. package/schematics/utils/lib-details.js +3 -2
  40. package/schematics/utils/lib-details.ts +4 -4
  41. package/src/document-editor/documenteditor-all.module.d.ts +48 -0
  42. package/src/document-editor/documenteditor.component.d.ts +58 -0
  43. package/src/document-editor/documenteditor.module.d.ts +11 -0
  44. package/src/document-editor-container/documenteditorcontainer-all.module.d.ts +14 -0
  45. package/src/document-editor-container/documenteditorcontainer.component.d.ts +48 -0
  46. package/src/document-editor-container/documenteditorcontainer.module.d.ts +11 -0
  47. package/src/index.d.ts +7 -4
  48. package/styles/bds-lite.css +1 -1
  49. package/styles/bds-lite.scss +1 -1
  50. package/styles/bds.css +1 -1
  51. package/styles/bds.scss +2 -1
  52. package/styles/bootstrap-dark-lite.css +1 -1
  53. package/styles/bootstrap-dark-lite.scss +1 -1
  54. package/styles/bootstrap-dark.css +1 -1
  55. package/styles/bootstrap-dark.scss +2 -1
  56. package/styles/bootstrap-lite.css +1 -1
  57. package/styles/bootstrap-lite.scss +1 -1
  58. package/styles/bootstrap.css +1 -1
  59. package/styles/bootstrap.scss +2 -1
  60. package/styles/bootstrap4-lite.css +1 -1
  61. package/styles/bootstrap4-lite.scss +1 -1
  62. package/styles/bootstrap4.css +1 -1
  63. package/styles/bootstrap4.scss +2 -1
  64. package/styles/bootstrap5-dark-lite.css +1 -1
  65. package/styles/bootstrap5-dark-lite.scss +1 -1
  66. package/styles/bootstrap5-dark.css +1 -1
  67. package/styles/bootstrap5-dark.scss +2 -1
  68. package/styles/bootstrap5-lite.css +1 -1
  69. package/styles/bootstrap5-lite.scss +1 -1
  70. package/styles/bootstrap5.3-lite.css +1 -1
  71. package/styles/bootstrap5.3-lite.scss +1 -1
  72. package/styles/bootstrap5.3.css +1 -1
  73. package/styles/bootstrap5.3.scss +2 -1
  74. package/styles/bootstrap5.css +1 -1
  75. package/styles/bootstrap5.scss +2 -1
  76. package/styles/document-editor/bds.css +1 -0
  77. package/styles/document-editor/bds.scss +1 -0
  78. package/styles/document-editor/bootstrap-dark.css +1 -0
  79. package/styles/document-editor/bootstrap-dark.scss +1 -0
  80. package/styles/document-editor/bootstrap.css +1 -0
  81. package/styles/document-editor/bootstrap.scss +1 -0
  82. package/styles/document-editor/bootstrap4.css +1 -0
  83. package/styles/document-editor/bootstrap4.scss +1 -0
  84. package/styles/document-editor/bootstrap5-dark.css +1 -0
  85. package/styles/document-editor/bootstrap5-dark.scss +1 -0
  86. package/styles/document-editor/bootstrap5.3.css +1 -0
  87. package/styles/document-editor/bootstrap5.3.scss +1 -0
  88. package/styles/document-editor/bootstrap5.css +1 -0
  89. package/styles/document-editor/bootstrap5.scss +1 -0
  90. package/styles/document-editor/fabric-dark.css +1 -0
  91. package/styles/document-editor/fabric-dark.scss +1 -0
  92. package/styles/document-editor/fabric.css +1 -0
  93. package/styles/document-editor/fabric.scss +1 -0
  94. package/styles/document-editor/fluent-dark.css +1 -0
  95. package/styles/document-editor/fluent-dark.scss +1 -0
  96. package/styles/document-editor/fluent.css +1 -0
  97. package/styles/document-editor/fluent.scss +1 -0
  98. package/styles/document-editor/fluent2.css +1 -0
  99. package/styles/document-editor/fluent2.scss +1 -0
  100. package/styles/document-editor/highcontrast-light.css +1 -0
  101. package/styles/document-editor/highcontrast-light.scss +1 -0
  102. package/styles/document-editor/highcontrast.css +1 -0
  103. package/styles/document-editor/highcontrast.scss +1 -0
  104. package/styles/document-editor/material-dark.css +1 -0
  105. package/styles/document-editor/material-dark.scss +1 -0
  106. package/styles/document-editor/material.css +1 -0
  107. package/styles/document-editor/material.scss +1 -0
  108. package/styles/document-editor/material3-dark.css +1 -0
  109. package/styles/document-editor/material3-dark.scss +2 -0
  110. package/styles/document-editor/material3.css +1 -0
  111. package/styles/document-editor/material3.scss +2 -0
  112. package/styles/document-editor/tailwind-dark.css +1 -0
  113. package/styles/document-editor/tailwind-dark.scss +1 -0
  114. package/styles/document-editor/tailwind.css +1 -0
  115. package/styles/document-editor/tailwind.scss +1 -0
  116. package/styles/document-editor/tailwind3.css +1 -0
  117. package/styles/document-editor/tailwind3.scss +1 -0
  118. package/styles/document-editor-container/bds.css +1 -0
  119. package/styles/document-editor-container/bds.scss +1 -0
  120. package/styles/document-editor-container/bootstrap-dark.css +1 -0
  121. package/styles/document-editor-container/bootstrap-dark.scss +1 -0
  122. package/styles/document-editor-container/bootstrap.css +1 -0
  123. package/styles/document-editor-container/bootstrap.scss +1 -0
  124. package/styles/document-editor-container/bootstrap4.css +1 -0
  125. package/styles/document-editor-container/bootstrap4.scss +1 -0
  126. package/styles/document-editor-container/bootstrap5-dark.css +1 -0
  127. package/styles/document-editor-container/bootstrap5-dark.scss +1 -0
  128. package/styles/document-editor-container/bootstrap5.3.css +1 -0
  129. package/styles/document-editor-container/bootstrap5.3.scss +1 -0
  130. package/styles/document-editor-container/bootstrap5.css +1 -0
  131. package/styles/document-editor-container/bootstrap5.scss +1 -0
  132. package/styles/document-editor-container/fabric-dark.css +1 -0
  133. package/styles/document-editor-container/fabric-dark.scss +1 -0
  134. package/styles/document-editor-container/fabric.css +1 -0
  135. package/styles/document-editor-container/fabric.scss +1 -0
  136. package/styles/document-editor-container/fluent-dark.css +1 -0
  137. package/styles/document-editor-container/fluent-dark.scss +1 -0
  138. package/styles/document-editor-container/fluent.css +1 -0
  139. package/styles/document-editor-container/fluent.scss +1 -0
  140. package/styles/document-editor-container/fluent2.css +1 -0
  141. package/styles/document-editor-container/fluent2.scss +1 -0
  142. package/styles/document-editor-container/highcontrast-light.css +1 -0
  143. package/styles/document-editor-container/highcontrast-light.scss +1 -0
  144. package/styles/document-editor-container/highcontrast.css +1 -0
  145. package/styles/document-editor-container/highcontrast.scss +1 -0
  146. package/styles/document-editor-container/material-dark.css +1 -0
  147. package/styles/document-editor-container/material-dark.scss +1 -0
  148. package/styles/document-editor-container/material.css +1 -0
  149. package/styles/document-editor-container/material.scss +1 -0
  150. package/styles/document-editor-container/material3-dark.css +1 -0
  151. package/styles/document-editor-container/material3-dark.scss +2 -0
  152. package/styles/document-editor-container/material3.css +1 -0
  153. package/styles/document-editor-container/material3.scss +2 -0
  154. package/styles/document-editor-container/tailwind-dark.css +1 -0
  155. package/styles/document-editor-container/tailwind-dark.scss +1 -0
  156. package/styles/document-editor-container/tailwind.css +1 -0
  157. package/styles/document-editor-container/tailwind.scss +1 -0
  158. package/styles/document-editor-container/tailwind3.css +1 -0
  159. package/styles/document-editor-container/tailwind3.scss +1 -0
  160. package/styles/fabric-dark-lite.css +1 -1
  161. package/styles/fabric-dark-lite.scss +1 -1
  162. package/styles/fabric-dark.css +1 -1
  163. package/styles/fabric-dark.scss +2 -1
  164. package/styles/fabric-lite.css +1 -1
  165. package/styles/fabric-lite.scss +1 -1
  166. package/styles/fabric.css +1 -1
  167. package/styles/fabric.scss +2 -1
  168. package/styles/fluent-dark-lite.css +1 -1
  169. package/styles/fluent-dark-lite.scss +1 -1
  170. package/styles/fluent-dark.css +1 -1
  171. package/styles/fluent-dark.scss +2 -1
  172. package/styles/fluent-lite.css +1 -1
  173. package/styles/fluent-lite.scss +1 -1
  174. package/styles/fluent.css +1 -1
  175. package/styles/fluent.scss +2 -1
  176. package/styles/fluent2-lite.css +1 -1
  177. package/styles/fluent2-lite.scss +1 -1
  178. package/styles/fluent2.css +1 -1
  179. package/styles/fluent2.scss +2 -1
  180. package/styles/highcontrast-light-lite.css +1 -1
  181. package/styles/highcontrast-light-lite.scss +1 -1
  182. package/styles/highcontrast-light.css +1 -1
  183. package/styles/highcontrast-light.scss +2 -1
  184. package/styles/highcontrast-lite.css +1 -1
  185. package/styles/highcontrast-lite.scss +1 -1
  186. package/styles/highcontrast.css +1 -1
  187. package/styles/highcontrast.scss +2 -1
  188. package/styles/material-dark-lite.css +1 -1
  189. package/styles/material-dark-lite.scss +1 -1
  190. package/styles/material-dark.css +1 -1
  191. package/styles/material-dark.scss +2 -1
  192. package/styles/material-lite.css +1 -1
  193. package/styles/material-lite.scss +1 -1
  194. package/styles/material.css +1 -1
  195. package/styles/material.scss +2 -1
  196. package/styles/material3-dark-lite.css +1 -1
  197. package/styles/material3-dark-lite.scss +1 -1
  198. package/styles/material3-dark.css +1 -1
  199. package/styles/material3-dark.scss +2 -1
  200. package/styles/material3-lite.css +1 -1
  201. package/styles/material3-lite.scss +1 -1
  202. package/styles/material3.css +1 -1
  203. package/styles/material3.scss +2 -1
  204. package/styles/tailwind-dark-lite.css +1 -1
  205. package/styles/tailwind-dark-lite.scss +1 -1
  206. package/styles/tailwind-dark.css +1 -1
  207. package/styles/tailwind-dark.scss +2 -1
  208. package/styles/tailwind-lite.css +1 -1
  209. package/styles/tailwind-lite.scss +1 -1
  210. package/styles/tailwind.css +1 -1
  211. package/styles/tailwind.scss +2 -1
  212. package/styles/tailwind3-lite.css +1 -1
  213. package/styles/tailwind3-lite.scss +1 -1
  214. package/styles/tailwind3.css +1 -1
  215. package/styles/tailwind3.scss +2 -1
  216. package/syncfusion-ej2-angular-documenteditor.d.ts +5 -0
  217. package/@syncfusion/ej2-angular-pdfviewer.es5.js +0 -279
  218. package/@syncfusion/ej2-angular-pdfviewer.es5.js.map +0 -1
  219. package/@syncfusion/ej2-angular-pdfviewer.js +0 -260
  220. package/@syncfusion/ej2-angular-pdfviewer.js.map +0 -1
  221. package/LICENSE +0 -10
  222. package/dist/ej2-angular-pdfviewer.umd.js +0 -522
  223. package/dist/ej2-angular-pdfviewer.umd.js.map +0 -1
  224. package/dist/ej2-angular-pdfviewer.umd.min.js +0 -11
  225. package/dist/ej2-angular-pdfviewer.umd.min.js.map +0 -1
  226. package/ej2-angular-pdfviewer.d.ts +0 -5
  227. package/ej2-angular-pdfviewer.metadata.json +0 -1
  228. package/src/pdfviewer/pdfviewer-all.module.d.ts +0 -19
  229. package/src/pdfviewer/pdfviewer.component.d.ts +0 -105
  230. package/src/pdfviewer/pdfviewer.module.d.ts +0 -5
  231. package/styles/pdfviewer/bds.css +0 -1
  232. package/styles/pdfviewer/bds.scss +0 -1
  233. package/styles/pdfviewer/bootstrap-dark.css +0 -1
  234. package/styles/pdfviewer/bootstrap-dark.scss +0 -1
  235. package/styles/pdfviewer/bootstrap.css +0 -1
  236. package/styles/pdfviewer/bootstrap.scss +0 -1
  237. package/styles/pdfviewer/bootstrap4.css +0 -1
  238. package/styles/pdfviewer/bootstrap4.scss +0 -1
  239. package/styles/pdfviewer/bootstrap5-dark.css +0 -1
  240. package/styles/pdfviewer/bootstrap5-dark.scss +0 -1
  241. package/styles/pdfviewer/bootstrap5.3.css +0 -1
  242. package/styles/pdfviewer/bootstrap5.3.scss +0 -1
  243. package/styles/pdfviewer/bootstrap5.css +0 -1
  244. package/styles/pdfviewer/bootstrap5.scss +0 -1
  245. package/styles/pdfviewer/fabric-dark.css +0 -1
  246. package/styles/pdfviewer/fabric-dark.scss +0 -1
  247. package/styles/pdfviewer/fabric.css +0 -1
  248. package/styles/pdfviewer/fabric.scss +0 -1
  249. package/styles/pdfviewer/fluent-dark.css +0 -1
  250. package/styles/pdfviewer/fluent-dark.scss +0 -1
  251. package/styles/pdfviewer/fluent.css +0 -1
  252. package/styles/pdfviewer/fluent.scss +0 -1
  253. package/styles/pdfviewer/fluent2.css +0 -1
  254. package/styles/pdfviewer/fluent2.scss +0 -1
  255. package/styles/pdfviewer/highcontrast-light.css +0 -1
  256. package/styles/pdfviewer/highcontrast-light.scss +0 -1
  257. package/styles/pdfviewer/highcontrast.css +0 -1
  258. package/styles/pdfviewer/highcontrast.scss +0 -1
  259. package/styles/pdfviewer/material-dark.css +0 -1
  260. package/styles/pdfviewer/material-dark.scss +0 -1
  261. package/styles/pdfviewer/material.css +0 -1
  262. package/styles/pdfviewer/material.scss +0 -1
  263. package/styles/pdfviewer/material3-dark.css +0 -1
  264. package/styles/pdfviewer/material3-dark.scss +0 -2
  265. package/styles/pdfviewer/material3.css +0 -1
  266. package/styles/pdfviewer/material3.scss +0 -2
  267. package/styles/pdfviewer/tailwind-dark.css +0 -1
  268. package/styles/pdfviewer/tailwind-dark.scss +0 -1
  269. package/styles/pdfviewer/tailwind.css +0 -1
  270. package/styles/pdfviewer/tailwind.scss +0 -1
  271. package/styles/pdfviewer/tailwind3.css +0 -1
  272. package/styles/pdfviewer/tailwind3.scss +0 -1
@@ -0,0 +1,3 @@
1
+ import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
2
+ export interface Schema extends ComponentSchema {
3
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,125 @@
1
+ {
2
+ "$schema": "http://json-schema.org/schema",
3
+ "$id": "EJ2SchemaTemplateID",
4
+ "title": "documenteditorcontainer-default",
5
+ "type": "object",
6
+ "properties": {
7
+ "path": {
8
+ "type": "string",
9
+ "format": "path",
10
+ "description": "The path to create the component.",
11
+ "visible": false
12
+ },
13
+ "project": {
14
+ "type": "string",
15
+ "description": "The name of the project.",
16
+ "$default": {
17
+ "$source": "projectName"
18
+ }
19
+ },
20
+ "name": {
21
+ "type": "string",
22
+ "description": "The name of the component.",
23
+ "$default": {
24
+ "$source": "argv",
25
+ "index": 0
26
+ }
27
+ },
28
+ "inlineStyle": {
29
+ "description": "Specifies if the style will be in the ts file.",
30
+ "type": "boolean",
31
+ "default": false,
32
+ "alias": "s"
33
+ },
34
+ "inlineTemplate": {
35
+ "description": "Specifies if the template will be in the ts file.",
36
+ "type": "boolean",
37
+ "default": false,
38
+ "alias": "t"
39
+ },
40
+ "viewEncapsulation": {
41
+ "description": "Specifies the view encapsulation strategy.",
42
+ "enum": [
43
+ "Emulated",
44
+ "Native",
45
+ "None",
46
+ "ShadowDom"
47
+ ],
48
+ "type": "string",
49
+ "alias": "v"
50
+ },
51
+ "changeDetection": {
52
+ "description": "Specifies the change detection strategy.",
53
+ "enum": [
54
+ "Default",
55
+ "OnPush"
56
+ ],
57
+ "type": "string",
58
+ "default": "Default",
59
+ "alias": "c"
60
+ },
61
+ "prefix": {
62
+ "type": "string",
63
+ "description": "The prefix to apply to generated selectors.",
64
+ "alias": "p",
65
+ "oneOf": [
66
+ {
67
+ "maxLength": 0
68
+ },
69
+ {
70
+ "minLength": 1,
71
+ "format": "html-selector"
72
+ }
73
+ ]
74
+ },
75
+ "styleext": {
76
+ "description": "The file extension to be used for style files.",
77
+ "type": "string",
78
+ "default": "css"
79
+ },
80
+ "spec": {
81
+ "type": "boolean",
82
+ "description": "Specifies if a spec file is generated.",
83
+ "default": true
84
+ },
85
+ "flat": {
86
+ "type": "boolean",
87
+ "description": "Flag to indicate if a dir is created.",
88
+ "default": false
89
+ },
90
+ "skipImport": {
91
+ "type": "boolean",
92
+ "description": "Flag to skip the module import.",
93
+ "default": false
94
+ },
95
+ "selector": {
96
+ "type": "string",
97
+ "format": "html-selector",
98
+ "description": "The selector to use for the component."
99
+ },
100
+ "module": {
101
+ "type": "string",
102
+ "description": "Allows specification of the declaring module.",
103
+ "alias": "m"
104
+ },
105
+ "export": {
106
+ "type": "boolean",
107
+ "default": false,
108
+ "description": "Specifies if declaring module exports the component."
109
+ },
110
+ "entryComponent": {
111
+ "type": "boolean",
112
+ "default": false,
113
+ "description": "Specifies if the component is an entry component of declaring module."
114
+ },
115
+ "lintFix": {
116
+ "type": "boolean",
117
+ "default": false,
118
+ "description": "Specifies whether to apply lint fixes after generating the component."
119
+ }
120
+ },
121
+ "required": [
122
+ "name"
123
+ ],
124
+ "id": "documenteditorcontainer-default"
125
+ }
@@ -0,0 +1,3 @@
1
+ import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
2
+
3
+ export interface Schema extends ComponentSchema { }
@@ -4,6 +4,6 @@ const lib_details_1 = require("./../utils/lib-details");
4
4
  const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
5
5
  function default_1(options) {
6
6
  const libOptions = Object.assign({}, { 'pkgName': lib_details_1.pkgName, 'pkgVer': lib_details_1.pkgVer, 'moduleName': lib_details_1.moduleName, 'themeVer': lib_details_1.themeVer });
7
- return schematics_1.install(options, libOptions);
7
+ return (0, schematics_1.install)(options, libOptions);
8
8
  }
9
9
  exports.default = default_1;
@@ -1,10 +1,10 @@
1
- import { pkgName, pkgVer, moduleName, themeVer } from './../utils/lib-details';
2
- import { install } from '@syncfusion/ej2-angular-base/schematics';
3
- import { OptionsSchema, LibOptionsSchema } from './schema';
4
- import { Rule } from '@angular-devkit/schematics';
5
-
6
- export default function (options: OptionsSchema): Rule {
7
- const libOptions: LibOptionsSchema = Object.assign({},
8
- { 'pkgName': pkgName, 'pkgVer': pkgVer, 'moduleName': moduleName, 'themeVer': themeVer });
9
- return install(options, libOptions);
10
- }
1
+ import { pkgName, pkgVer, moduleName, themeVer } from './../utils/lib-details';
2
+ import { install } from '@syncfusion/ej2-angular-base/schematics';
3
+ import { OptionsSchema, LibOptionsSchema } from './schema';
4
+ import { Rule } from '@angular-devkit/schematics';
5
+
6
+ export default function (options: OptionsSchema): Rule {
7
+ const libOptions: LibOptionsSchema = Object.assign({},
8
+ { 'pkgName': pkgName, 'pkgVer': pkgVer, 'moduleName': moduleName, 'themeVer': themeVer });
9
+ return install(options, libOptions);
10
+ }
@@ -1,34 +1,34 @@
1
- {
2
- "$schema": "http://json-schema.org/schema",
3
- "$id": "ngAdd",
4
- "title": "Add Essential JS 2 Angular packages",
5
- "type": "object",
6
- "properties": {
7
- "skipPackageJson": {
8
- "type": "boolean",
9
- "default": false,
10
- "description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
11
- },
12
- "modules": {
13
- "type": "string",
14
- "default": "",
15
- "description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
16
- },
17
- "modulePath": {
18
- "type": "string",
19
- "default": "",
20
- "description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
21
- },
22
- "theme": {
23
- "enum": [
24
- "material",
25
- "fabric",
26
- "bootstrap",
27
- "highcontrast"
28
- ],
29
- "default": "material",
30
- "description": "Used to change the theme that needs to be imported"
31
- }
32
- },
33
- "required": []
34
- }
1
+ {
2
+ "$schema": "http://json-schema.org/schema",
3
+ "$id": "ngAdd",
4
+ "title": "Add Essential JS 2 Angular packages",
5
+ "type": "object",
6
+ "properties": {
7
+ "skipPackageJson": {
8
+ "type": "boolean",
9
+ "default": false,
10
+ "description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
11
+ },
12
+ "modules": {
13
+ "type": "string",
14
+ "default": "",
15
+ "description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
16
+ },
17
+ "modulePath": {
18
+ "type": "string",
19
+ "default": "",
20
+ "description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
21
+ },
22
+ "theme": {
23
+ "enum": [
24
+ "material",
25
+ "fabric",
26
+ "bootstrap",
27
+ "highcontrast"
28
+ ],
29
+ "default": "material",
30
+ "description": "Used to change the theme that needs to be imported"
31
+ }
32
+ },
33
+ "required": []
34
+ }
@@ -1,30 +1,30 @@
1
- export interface OptionsSchema {
2
- // Whether to skip package.json install.
3
- skipPackageJson: boolean;
4
-
5
- // Used to specify required module names
6
- modules: string;
7
-
8
- // Used to specify custom module path
9
- modulePath: string;
10
-
11
- // Used to specify theme name
12
- theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
13
-
14
- // Name of the project to target.
15
- project?: string;
16
- }
17
-
18
- export interface LibOptionsSchema {
19
- // Package name
20
- pkgName: string;
21
-
22
- // Package version
23
- pkgVer: string;
24
-
25
- // Library base module name
26
- moduleName: string;
27
-
28
- // Theme version
29
- themeVer: string;
30
- }
1
+ export interface OptionsSchema {
2
+ // Whether to skip package.json install.
3
+ skipPackageJson: boolean;
4
+
5
+ // Used to specify required module names
6
+ modules: string;
7
+
8
+ // Used to specify custom module path
9
+ modulePath: string;
10
+
11
+ // Used to specify theme name
12
+ theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
13
+
14
+ // Name of the project to target.
15
+ project?: string;
16
+ }
17
+
18
+ export interface LibOptionsSchema {
19
+ // Package name
20
+ pkgName: string;
21
+
22
+ // Package version
23
+ pkgVer: string;
24
+
25
+ // Library base module name
26
+ moduleName: string;
27
+
28
+ // Theme version
29
+ themeVer: string;
30
+ }
@@ -1,25 +1,25 @@
1
- {
2
- "compilerOptions": {
3
- "lib": ["es2017", "dom"],
4
- "module": "commonjs",
5
- "moduleResolution": "node",
6
- "noEmitOnError": false,
7
- "skipDefaultLibCheck": true,
8
- "skipLibCheck": true,
9
- "sourceMap": true,
10
- "target": "es6",
11
- "declaration": true,
12
- "types": [
13
- "jasmine",
14
- "node"
15
- ]
16
- },
17
- "exclude": [
18
- "node_modules",
19
- "src",
20
- "src/**/*.ts",
21
- "spec",
22
- "spec/**/*.ts",
23
- "@typings"
24
- ]
25
- }
1
+ {
2
+ "compilerOptions": {
3
+ "lib": ["es2017", "dom"],
4
+ "module": "commonjs",
5
+ "moduleResolution": "node",
6
+ "noEmitOnError": false,
7
+ "skipDefaultLibCheck": true,
8
+ "skipLibCheck": true,
9
+ "sourceMap": true,
10
+ "target": "es6",
11
+ "declaration": true,
12
+ "types": [
13
+ "jasmine",
14
+ "node"
15
+ ]
16
+ },
17
+ "exclude": [
18
+ "node_modules",
19
+ "src",
20
+ "src/**/*.ts",
21
+ "spec",
22
+ "spec/**/*.ts",
23
+ "@typings"
24
+ ]
25
+ }
@@ -1,4 +1,4 @@
1
- export declare const pkgName = "@syncfusion/ej2-angular-pdfviewer";
2
- export declare const pkgVer = "^31.1.20";
3
- export declare const moduleName = "PdfViewerModule";
4
- export declare const themeVer = "~31.1.20";
1
+ export declare const pkgName = "@syncfusion/ej2-angular-documenteditor";
2
+ export declare const pkgVer = "^31.2.12";
3
+ export declare const moduleName = "DocumentEditorModule, DocumentEditorContainerModule";
4
+ export declare const themeVer = "~31.2.12";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.pkgName = '@syncfusion/ej2-angular-pdfviewer';
3
+ exports.themeVer = exports.moduleName = exports.pkgVer = exports.pkgName = void 0;
4
+ exports.pkgName = '@syncfusion/ej2-angular-documenteditor';
4
5
  exports.pkgVer = '^31.2.12';
5
- exports.moduleName = 'PdfViewerModule';
6
+ exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
6
7
  exports.themeVer = '~31.2.12';
@@ -1,4 +1,4 @@
1
- export const pkgName = '@syncfusion/ej2-angular-pdfviewer';
2
- export const pkgVer = '^31.2.12';
3
- export const moduleName = 'PdfViewerModule';
4
- export const themeVer = '~31.2.12';
1
+ export const pkgName = '@syncfusion/ej2-angular-documenteditor';
2
+ export const pkgVer = '^31.2.12';
3
+ export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4
+ export const themeVer = '~31.2.12';
@@ -0,0 +1,48 @@
1
+ import { ValueProvider } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@angular/common";
4
+ import * as i2 from "./documenteditor.module";
5
+ export declare const PrintService: ValueProvider;
6
+ export declare const SfdtExportService: ValueProvider;
7
+ export declare const WordExportService: ValueProvider;
8
+ export declare const TextExportService: ValueProvider;
9
+ export declare const SelectionService: ValueProvider;
10
+ export declare const SearchService: ValueProvider;
11
+ export declare const EditorService: ValueProvider;
12
+ export declare const EditorHistoryService: ValueProvider;
13
+ export declare const OptionsPaneService: ValueProvider;
14
+ export declare const ContextMenuService: ValueProvider;
15
+ export declare const ImageResizerService: ValueProvider;
16
+ export declare const HyperlinkDialogService: ValueProvider;
17
+ export declare const TableDialogService: ValueProvider;
18
+ export declare const BookmarkDialogService: ValueProvider;
19
+ export declare const TableOfContentsDialogService: ValueProvider;
20
+ export declare const PageSetupDialogService: ValueProvider;
21
+ export declare const ParagraphDialogService: ValueProvider;
22
+ export declare const ListDialogService: ValueProvider;
23
+ export declare const StyleDialogService: ValueProvider;
24
+ export declare const StylesDialogService: ValueProvider;
25
+ export declare const BulletsAndNumberingDialogService: ValueProvider;
26
+ export declare const FontDialogService: ValueProvider;
27
+ export declare const TablePropertiesDialogService: ValueProvider;
28
+ export declare const BordersAndShadingDialogService: ValueProvider;
29
+ export declare const TableOptionsDialogService: ValueProvider;
30
+ export declare const CellOptionsDialogService: ValueProvider;
31
+ export declare const SpellCheckerService: ValueProvider;
32
+ export declare const SpellCheckDialogService: ValueProvider;
33
+ export declare const CollaborativeEditingService: ValueProvider;
34
+ export declare const ColumnsDialogService: ValueProvider;
35
+ export declare const CollaborativeEditingHandlerService: ValueProvider;
36
+ export declare const OptimizedService: ValueProvider;
37
+ export declare const TabDialogService: ValueProvider;
38
+ export declare const TextFormFieldDialogService: ValueProvider;
39
+ export declare const DropDownFormFieldDialogService: ValueProvider;
40
+ export declare const CheckBoxFormFieldDialogService: ValueProvider;
41
+ /**
42
+ * NgModule definition for the DocumentEditor component with providers.
43
+ */
44
+ export declare class DocumentEditorAllModule {
45
+ static ɵfac: i0.ɵɵFactoryDeclaration<DocumentEditorAllModule, never>;
46
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DocumentEditorAllModule, never, [typeof i1.CommonModule, typeof i2.DocumentEditorModule], [typeof i2.DocumentEditorModule]>;
47
+ static ɵinj: i0.ɵɵInjectorDeclaration<DocumentEditorAllModule>;
48
+ }
@@ -0,0 +1,58 @@
1
+ import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { DocumentEditor } from '@syncfusion/ej2-documenteditor';
4
+ import * as i0 from "@angular/core";
5
+ export declare const inputs: string[];
6
+ export declare const outputs: string[];
7
+ export declare const twoWays: string[];
8
+ /**
9
+ * `ejs-documenteditor` represents the Angular Document Editor Component.
10
+ * ```html
11
+ * <ejs-documenteditor isReadOnly='true' enableSelection='true'></ejs-documenteditor>
12
+ * ```
13
+ */
14
+ export declare class DocumentEditorComponent extends DocumentEditor implements IComponentBase {
15
+ private ngEle;
16
+ private srenderer;
17
+ private viewContainerRef;
18
+ private injector;
19
+ context: any;
20
+ tagObjects: any;
21
+ actionComplete: any;
22
+ afterFormFieldFill: any;
23
+ beforeAcceptRejectChanges: any;
24
+ beforeCommentAction: any;
25
+ beforeFileOpen: any;
26
+ beforeFormFieldFill: any;
27
+ beforePaneSwitch: any;
28
+ beforePaste: any;
29
+ commentBegin: any;
30
+ commentDelete: any;
31
+ commentEnd: any;
32
+ contentChange: any;
33
+ contentControl: any;
34
+ created: any;
35
+ customContextMenuBeforeOpen: any;
36
+ customContextMenuSelect: any;
37
+ destroyed: any;
38
+ documentChange: any;
39
+ keyDown: any;
40
+ requestNavigate: any;
41
+ searchResultsChange: any;
42
+ selectionChange: any;
43
+ serviceFailure: any;
44
+ trackChange: any;
45
+ viewChange: any;
46
+ zoomFactorChange: any;
47
+ beforeXmlHttpRequestSend: any;
48
+ documentLoadFailed: any;
49
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
50
+ ngOnInit(): void;
51
+ ngAfterViewInit(): void;
52
+ ngOnDestroy(): void;
53
+ ngAfterContentChecked(): void;
54
+ registerEvents: (eventList: string[]) => void;
55
+ addTwoWay: (propList: string[]) => void;
56
+ static ɵfac: i0.ɵɵFactoryDeclaration<DocumentEditorComponent, never>;
57
+ static ɵcmp: i0.ɵɵComponentDeclaration<DocumentEditorComponent, "ejs-documenteditor", never, { "acceptTab": "acceptTab"; "autoResizeOnVisibilityChange": "autoResizeOnVisibilityChange"; "currentUser": "currentUser"; "defaultPasteOption": "defaultPasteOption"; "documentEditorSettings": "documentEditorSettings"; "documentName": "documentName"; "documentSettings": "documentSettings"; "enableAutoFocus": "enableAutoFocus"; "enableBookmarkDialog": "enableBookmarkDialog"; "enableBordersAndShadingDialog": "enableBordersAndShadingDialog"; "enableCollaborativeEditing": "enableCollaborativeEditing"; "enableColumnsDialog": "enableColumnsDialog"; "enableComment": "enableComment"; "enableContextMenu": "enableContextMenu"; "enableCursorOnReadOnly": "enableCursorOnReadOnly"; "enableEditor": "enableEditor"; "enableEditorHistory": "enableEditorHistory"; "enableFontDialog": "enableFontDialog"; "enableFootnoteAndEndnoteDialog": "enableFootnoteAndEndnoteDialog"; "enableFormField": "enableFormField"; "enableHyperlinkDialog": "enableHyperlinkDialog"; "enableImageResizer": "enableImageResizer"; "enableLayout": "enableLayout"; "enableListDialog": "enableListDialog"; "enableLocalPaste": "enableLocalPaste"; "enableLockAndEdit": "enableLockAndEdit"; "enableOptionsPane": "enableOptionsPane"; "enablePageSetupDialog": "enablePageSetupDialog"; "enableParagraphDialog": "enableParagraphDialog"; "enablePersistence": "enablePersistence"; "enablePrint": "enablePrint"; "enableRtl": "enableRtl"; "enableSearch": "enableSearch"; "enableSelection": "enableSelection"; "enableSfdtExport": "enableSfdtExport"; "enableSpellCheck": "enableSpellCheck"; "enableStyleDialog": "enableStyleDialog"; "enableTableDialog": "enableTableDialog"; "enableTableOfContentsDialog": "enableTableOfContentsDialog"; "enableTableOptionsDialog": "enableTableOptionsDialog"; "enableTablePropertiesDialog": "enableTablePropertiesDialog"; "enableTextExport": "enableTextExport"; "enableTrackChanges": "enableTrackChanges"; "enableWordExport": "enableWordExport"; "headers": "headers"; "height": "height"; "isReadOnly": "isReadOnly"; "layoutType": "layoutType"; "locale": "locale"; "pageGap": "pageGap"; "pageOutline": "pageOutline"; "serverActionSettings": "serverActionSettings"; "serviceUrl": "serviceUrl"; "showComments": "showComments"; "showRevisions": "showRevisions"; "useCtrlClickToFollowHyperlink": "useCtrlClickToFollowHyperlink"; "userColor": "userColor"; "width": "width"; "zIndex": "zIndex"; "zoomFactor": "zoomFactor"; }, { "actionComplete": "actionComplete"; "afterFormFieldFill": "afterFormFieldFill"; "beforeAcceptRejectChanges": "beforeAcceptRejectChanges"; "beforeCommentAction": "beforeCommentAction"; "beforeFileOpen": "beforeFileOpen"; "beforeFormFieldFill": "beforeFormFieldFill"; "beforePaneSwitch": "beforePaneSwitch"; "beforePaste": "beforePaste"; "commentBegin": "commentBegin"; "commentDelete": "commentDelete"; "commentEnd": "commentEnd"; "contentChange": "contentChange"; "contentControl": "contentControl"; "created": "created"; "customContextMenuBeforeOpen": "customContextMenuBeforeOpen"; "customContextMenuSelect": "customContextMenuSelect"; "destroyed": "destroyed"; "documentChange": "documentChange"; "keyDown": "keyDown"; "requestNavigate": "requestNavigate"; "searchResultsChange": "searchResultsChange"; "selectionChange": "selectionChange"; "serviceFailure": "serviceFailure"; "trackChange": "trackChange"; "viewChange": "viewChange"; "zoomFactorChange": "zoomFactorChange"; "beforeXmlHttpRequestSend": "beforeXmlHttpRequestSend"; "documentLoadFailed": "documentLoadFailed"; }, never, never>;
58
+ }
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./documenteditor.component";
3
+ import * as i2 from "@angular/common";
4
+ /**
5
+ * NgModule definition for the DocumentEditor component.
6
+ */
7
+ export declare class DocumentEditorModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<DocumentEditorModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DocumentEditorModule, [typeof i1.DocumentEditorComponent], [typeof i2.CommonModule], [typeof i1.DocumentEditorComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<DocumentEditorModule>;
11
+ }
@@ -0,0 +1,14 @@
1
+ import { ValueProvider } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@angular/common";
4
+ import * as i2 from "./documenteditorcontainer.module";
5
+ export declare const ToolbarService: ValueProvider;
6
+ export declare const RibbonService: ValueProvider;
7
+ /**
8
+ * NgModule definition for the DocumentEditorContainer component with providers.
9
+ */
10
+ export declare class DocumentEditorContainerAllModule {
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<DocumentEditorContainerAllModule, never>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DocumentEditorContainerAllModule, never, [typeof i1.CommonModule, typeof i2.DocumentEditorContainerModule], [typeof i2.DocumentEditorContainerModule]>;
13
+ static ɵinj: i0.ɵɵInjectorDeclaration<DocumentEditorContainerAllModule>;
14
+ }
@@ -0,0 +1,48 @@
1
+ import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { DocumentEditorContainer } from '@syncfusion/ej2-documenteditor';
4
+ import * as i0 from "@angular/core";
5
+ export declare const inputs: string[];
6
+ export declare const outputs: string[];
7
+ export declare const twoWays: string[];
8
+ /**
9
+ * `ejs-documenteditor-container` represents the Angular Document Editor Container.
10
+ * ```html
11
+ * <ejs-documenteditor-container></ejs-documenteditor-container>
12
+ * ```
13
+ */
14
+ export declare class DocumentEditorContainerComponent extends DocumentEditorContainer implements IComponentBase {
15
+ private ngEle;
16
+ private srenderer;
17
+ private viewContainerRef;
18
+ private injector;
19
+ context: any;
20
+ tagObjects: any;
21
+ beforeAcceptRejectChanges: any;
22
+ beforeCommentAction: any;
23
+ beforePaneSwitch: any;
24
+ beforePaste: any;
25
+ commentDelete: any;
26
+ contentChange: any;
27
+ contentControl: any;
28
+ created: any;
29
+ customContextMenuBeforeOpen: any;
30
+ customContextMenuSelect: any;
31
+ destroyed: any;
32
+ documentChange: any;
33
+ fileMenuItemClick: any;
34
+ selectionChange: any;
35
+ serviceFailure: any;
36
+ toolbarClick: any;
37
+ trackChange: any;
38
+ beforeXmlHttpRequestSend: any;
39
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
40
+ ngOnInit(): void;
41
+ ngAfterViewInit(): void;
42
+ ngOnDestroy(): void;
43
+ ngAfterContentChecked(): void;
44
+ registerEvents: (eventList: string[]) => void;
45
+ addTwoWay: (propList: string[]) => void;
46
+ static ɵfac: i0.ɵɵFactoryDeclaration<DocumentEditorContainerComponent, never>;
47
+ static ɵcmp: i0.ɵɵComponentDeclaration<DocumentEditorContainerComponent, "ejs-documenteditorcontainer", never, { "autoResizeOnVisibilityChange": "autoResizeOnVisibilityChange"; "backstageMenu": "backstageMenu"; "currentUser": "currentUser"; "documentEditorSettings": "documentEditorSettings"; "documentSettings": "documentSettings"; "enableAutoFocus": "enableAutoFocus"; "enableComment": "enableComment"; "enableCsp": "enableCsp"; "enableLocalPaste": "enableLocalPaste"; "enableLockAndEdit": "enableLockAndEdit"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableSpellCheck": "enableSpellCheck"; "enableToolbar": "enableToolbar"; "enableTrackChanges": "enableTrackChanges"; "fileMenuItems": "fileMenuItems"; "headers": "headers"; "height": "height"; "layoutType": "layoutType"; "locale": "locale"; "restrictEditing": "restrictEditing"; "ribbonLayout": "ribbonLayout"; "serverActionSettings": "serverActionSettings"; "serviceUrl": "serviceUrl"; "showPropertiesPane": "showPropertiesPane"; "toolbarItems": "toolbarItems"; "toolbarMode": "toolbarMode"; "userColor": "userColor"; "width": "width"; "zIndex": "zIndex"; }, { "beforeAcceptRejectChanges": "beforeAcceptRejectChanges"; "beforeCommentAction": "beforeCommentAction"; "beforePaneSwitch": "beforePaneSwitch"; "beforePaste": "beforePaste"; "commentDelete": "commentDelete"; "contentChange": "contentChange"; "contentControl": "contentControl"; "created": "created"; "customContextMenuBeforeOpen": "customContextMenuBeforeOpen"; "customContextMenuSelect": "customContextMenuSelect"; "destroyed": "destroyed"; "documentChange": "documentChange"; "fileMenuItemClick": "fileMenuItemClick"; "selectionChange": "selectionChange"; "serviceFailure": "serviceFailure"; "toolbarClick": "toolbarClick"; "trackChange": "trackChange"; "beforeXmlHttpRequestSend": "beforeXmlHttpRequestSend"; }, never, never>;
48
+ }
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./documenteditorcontainer.component";
3
+ import * as i2 from "@angular/common";
4
+ /**
5
+ * NgModule definition for the DocumentEditorContainer component.
6
+ */
7
+ export declare class DocumentEditorContainerModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<DocumentEditorContainerModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DocumentEditorContainerModule, [typeof i1.DocumentEditorContainerComponent], [typeof i2.CommonModule], [typeof i1.DocumentEditorContainerComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<DocumentEditorContainerModule>;
11
+ }
package/src/index.d.ts CHANGED
@@ -1,4 +1,7 @@
1
- export { PdfViewerComponent } from './pdfviewer/pdfviewer.component';
2
- export { PdfViewerModule } from './pdfviewer/pdfviewer.module';
3
- export { PdfViewerAllModule, LinkAnnotationService, BookmarkViewService, MagnificationService, ThumbnailViewService, ToolbarService, NavigationService, PrintService, TextSelectionService, TextSearchService, AnnotationService, FormDesignerService, FormFieldsService, PageOrganizerService } from './pdfviewer/pdfviewer-all.module';
4
- export * from '@syncfusion/ej2-pdfviewer';
1
+ export { DocumentEditorComponent } from './document-editor/documenteditor.component';
2
+ export { DocumentEditorModule } from './document-editor/documenteditor.module';
3
+ export { DocumentEditorAllModule, PrintService, SfdtExportService, WordExportService, TextExportService, SelectionService, SearchService, EditorService, EditorHistoryService, OptionsPaneService, ContextMenuService, ImageResizerService, HyperlinkDialogService, TableDialogService, BookmarkDialogService, TableOfContentsDialogService, PageSetupDialogService, ParagraphDialogService, ListDialogService, StyleDialogService, StylesDialogService, BulletsAndNumberingDialogService, FontDialogService, TablePropertiesDialogService, BordersAndShadingDialogService, TableOptionsDialogService, CellOptionsDialogService, SpellCheckerService, SpellCheckDialogService, CollaborativeEditingService, ColumnsDialogService, CollaborativeEditingHandlerService, OptimizedService, TabDialogService, TextFormFieldDialogService, DropDownFormFieldDialogService, CheckBoxFormFieldDialogService } from './document-editor/documenteditor-all.module';
4
+ export { DocumentEditorContainerComponent } from './document-editor-container/documenteditorcontainer.component';
5
+ export { DocumentEditorContainerModule } from './document-editor-container/documenteditorcontainer.module';
6
+ export { DocumentEditorContainerAllModule, ToolbarService, RibbonService } from './document-editor-container/documenteditorcontainer-all.module';
7
+ export * from '@syncfusion/ej2-documenteditor';
@@ -1 +1 @@
1
- @import '@syncfusion/ej2-pdfviewer/styles/bds-lite.css';
1
+ @import '@syncfusion/ej2-documenteditor/styles/bds-lite.css';
@@ -1 +1 @@
1
- @import 'ej2-pdfviewer/styles/bds-lite.scss';
1
+ @import 'ej2-documenteditor/styles/bds-lite.scss';
package/styles/bds.css CHANGED
@@ -1 +1 @@
1
- @import '@syncfusion/ej2-pdfviewer/styles/bds.css';
1
+ @import '@syncfusion/ej2-documenteditor/styles/bds.css';
package/styles/bds.scss CHANGED
@@ -1 +1,2 @@
1
- @import 'pdfviewer/bds.scss';
1
+ @import 'document-editor/bds.scss';
2
+ @import 'document-editor-container/bds.scss';
@@ -1 +1 @@
1
- @import '@syncfusion/ej2-pdfviewer/styles/bootstrap-dark-lite.css';
1
+ @import '@syncfusion/ej2-documenteditor/styles/bootstrap-dark-lite.css';
@@ -1 +1 @@
1
- @import 'ej2-pdfviewer/styles/bootstrap-dark-lite.scss';
1
+ @import 'ej2-documenteditor/styles/bootstrap-dark-lite.scss';
@@ -1 +1 @@
1
- @import '@syncfusion/ej2-pdfviewer/styles/bootstrap-dark.css';
1
+ @import '@syncfusion/ej2-documenteditor/styles/bootstrap-dark.css';