@syncfusion/ej2-angular-documenteditor 33.2.15 → 34.1.29
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/package.json +4 -4
- 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.scss +1 -1
- package/styles/bootstrap-dark-lite.scss +1 -1
- package/styles/bootstrap-lite.scss +1 -1
- package/styles/bootstrap4-lite.scss +1 -1
- package/styles/bootstrap5-dark-lite.scss +1 -1
- package/styles/bootstrap5-lite.scss +1 -1
- package/styles/bootstrap5.3-lite.scss +1 -1
- package/styles/document-editor/bds.scss +1 -1
- package/styles/document-editor/bootstrap-dark.scss +1 -1
- package/styles/document-editor/bootstrap.scss +1 -1
- package/styles/document-editor/bootstrap4.scss +1 -1
- package/styles/document-editor/bootstrap5-dark.scss +1 -1
- package/styles/document-editor/bootstrap5.3.scss +1 -1
- package/styles/document-editor/bootstrap5.scss +1 -1
- package/styles/document-editor/fabric-dark.scss +1 -1
- package/styles/document-editor/fabric.scss +1 -1
- package/styles/document-editor/fluent-dark.scss +1 -1
- package/styles/document-editor/fluent.scss +1 -1
- package/styles/document-editor/fluent2.scss +1 -1
- package/styles/document-editor/highcontrast-light.scss +1 -1
- package/styles/document-editor/highcontrast.scss +1 -1
- package/styles/document-editor/material-dark.scss +1 -1
- package/styles/document-editor/material.scss +1 -1
- package/styles/document-editor/material3-dark.scss +1 -1
- package/styles/document-editor/material3.scss +1 -1
- package/styles/document-editor/tailwind-dark.scss +1 -1
- package/styles/document-editor/tailwind.scss +1 -1
- package/styles/document-editor/tailwind3.scss +1 -1
- package/styles/document-editor-container/bds.scss +1 -1
- package/styles/document-editor-container/bootstrap-dark.scss +1 -1
- package/styles/document-editor-container/bootstrap.scss +1 -1
- package/styles/document-editor-container/bootstrap4.scss +1 -1
- package/styles/document-editor-container/bootstrap5-dark.scss +1 -1
- package/styles/document-editor-container/bootstrap5.3.scss +1 -1
- package/styles/document-editor-container/bootstrap5.scss +1 -1
- package/styles/document-editor-container/fabric-dark.scss +1 -1
- package/styles/document-editor-container/fabric.scss +1 -1
- package/styles/document-editor-container/fluent-dark.scss +1 -1
- package/styles/document-editor-container/fluent.scss +1 -1
- package/styles/document-editor-container/fluent2.scss +1 -1
- package/styles/document-editor-container/highcontrast-light.scss +1 -1
- package/styles/document-editor-container/highcontrast.scss +1 -1
- package/styles/document-editor-container/material-dark.scss +1 -1
- package/styles/document-editor-container/material.scss +1 -1
- package/styles/document-editor-container/material3-dark.scss +1 -1
- package/styles/document-editor-container/material3.scss +1 -1
- package/styles/document-editor-container/tailwind-dark.scss +1 -1
- package/styles/document-editor-container/tailwind.scss +1 -1
- package/styles/document-editor-container/tailwind3.scss +1 -1
- package/styles/fabric-dark-lite.scss +1 -1
- package/styles/fabric-lite.scss +1 -1
- package/styles/fluent-dark-lite.scss +1 -1
- package/styles/fluent-lite.scss +1 -1
- package/styles/fluent2-lite.scss +1 -1
- package/styles/highcontrast-light-lite.scss +1 -1
- package/styles/highcontrast-lite.scss +1 -1
- package/styles/material-dark-lite.scss +1 -1
- package/styles/material-lite.scss +1 -1
- package/styles/material3-dark-lite.scss +1 -1
- package/styles/material3-lite.scss +1 -1
- package/styles/tailwind-dark-lite.scss +1 -1
- package/styles/tailwind-lite.scss +1 -1
- package/styles/tailwind3-lite.scss +1 -1
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-documenteditor",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "34.1.29",
|
|
4
4
|
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
7
7
|
"schematics": "./schematics/collection.json",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@syncfusion/ej2-base": "~
|
|
10
|
-
"@syncfusion/ej2-angular-base": "~
|
|
11
|
-
"@syncfusion/ej2-documenteditor": "
|
|
9
|
+
"@syncfusion/ej2-base": "~34.1.29",
|
|
10
|
+
"@syncfusion/ej2-angular-base": "~34.1.29",
|
|
11
|
+
"@syncfusion/ej2-documenteditor": "34.1.29"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
14
|
"ej2-angular-documenteditor",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-documenteditor";
|
|
2
|
-
export declare const pkgVer = "^
|
|
2
|
+
export declare const pkgVer = "^33.2.13";
|
|
3
3
|
export declare const moduleName = "DocumentEditorModule, DocumentEditorContainerModule";
|
|
4
|
-
export declare const themeVer = "~
|
|
4
|
+
export declare const themeVer = "~33.2.13";
|
|
@@ -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 = '^34.1.29';
|
|
5
5
|
exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
|
6
|
-
exports.themeVer = '~
|
|
6
|
+
exports.themeVer = '~34.1.29';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-documenteditor';
|
|
2
|
-
export const pkgVer = '^
|
|
2
|
+
export const pkgVer = '^34.1.29';
|
|
3
3
|
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
|
4
|
-
export const themeVer = '~
|
|
4
|
+
export const themeVer = '~34.1.29';
|
package/styles/bds-lite.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/bds-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/bds-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/bootstrap-dark-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/bootstrap-dark-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/bootstrap-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/bootstrap-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/bootstrap4-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/bootstrap4-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/bootstrap5-dark-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/bootstrap5-dark-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/bootstrap5-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/bootstrap5-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/bootstrap5.3-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/bootstrap5.3-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor/bds' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor/bds' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor/bootstrap-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor/bootstrap-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor/bootstrap' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor/bootstrap' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor/bootstrap4' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor/bootstrap4' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor/bootstrap5-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor/bootstrap5-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor/bootstrap5.3' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor/bootstrap5.3' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor/bootstrap5' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor/bootstrap5' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor/fabric-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor/fabric-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor/fabric' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor/fabric' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor/fluent-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor/fluent-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor/fluent' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor/fluent' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor/fluent2' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor/fluent2' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor/highcontrast-light' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor/highcontrast-light' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor/highcontrast' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor/highcontrast' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor/material-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor/material-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor/material' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor/material' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor/material3-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor/material3-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor/material3' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor/material3' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor/tailwind-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor/tailwind-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor/tailwind' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor/tailwind' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor/tailwind3' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor/tailwind3' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor-container/bds' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor-container/bds' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor-container/bootstrap-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor-container/bootstrap-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor-container/bootstrap' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor-container/bootstrap' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor-container/bootstrap4' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor-container/bootstrap4' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor-container/bootstrap5-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor-container/bootstrap5-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor-container/bootstrap5.3' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor-container/bootstrap5.3' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor-container/bootstrap5' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor-container/bootstrap5' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor-container/fabric-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor-container/fabric-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor-container/fabric' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor-container/fabric' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor-container/fluent-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor-container/fluent-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor-container/fluent' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor-container/fluent' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor-container/fluent2' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor-container/fluent2' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor-container/highcontrast-light' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor-container/highcontrast-light' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor-container/highcontrast' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor-container/highcontrast' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor-container/material-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor-container/material-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor-container/material' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor-container/material' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor-container/material3-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor-container/material3-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor-container/material3' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor-container/material3' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor-container/tailwind-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor-container/tailwind-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor-container/tailwind' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor-container/tailwind' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/styles/document-editor-container/tailwind3' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/styles/document-editor-container/tailwind3' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/fabric-dark-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/fabric-dark-lite' as *;
|
package/styles/fabric-lite.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/fabric-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/fabric-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/fluent-dark-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/fluent-dark-lite' as *;
|
package/styles/fluent-lite.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/fluent-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/fluent-lite' as *;
|
package/styles/fluent2-lite.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/fluent2-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/fluent2-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/highcontrast-light-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/highcontrast-light-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/highcontrast-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/highcontrast-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/material-dark-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/material-dark-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/material-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/material-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/material3-dark-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/material3-dark-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/material3-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/material3-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/tailwind-dark-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/tailwind-dark-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/tailwind-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/tailwind-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-documenteditor/tailwind3-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-documenteditor/tailwind3-lite' as *;
|