@syncfusion/ej2-angular-documenteditor 20.2.48 → 20.2.49-ngcc
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/@syncfusion/ej2-angular-documenteditor.es5.js +574 -0
- package/@syncfusion/ej2-angular-documenteditor.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-documenteditor.js +544 -0
- package/@syncfusion/ej2-angular-documenteditor.js.map +1 -0
- package/CHANGELOG.md +3111 -0
- package/dist/ej2-angular-documenteditor.umd.js +842 -0
- package/dist/ej2-angular-documenteditor.umd.js.map +1 -0
- package/dist/ej2-angular-documenteditor.umd.min.js +11 -0
- package/dist/ej2-angular-documenteditor.umd.min.js.map +1 -0
- package/ej2-angular-documenteditor.d.ts +6 -0
- package/ej2-angular-documenteditor.metadata.json +1 -0
- package/package.json +14 -28
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +15 -0
- package/schematics/generators/documenteditorcontainer-default/index.d.ts +3 -0
- package/schematics/generators/documenteditorcontainer-default/index.js +8 -0
- package/schematics/generators/documenteditorcontainer-default/sample-details.d.ts +5 -0
- package/schematics/generators/documenteditorcontainer-default/sample-details.js +7 -0
- package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
- package/schematics/generators/documenteditorcontainer-default/schema.d.ts +3 -0
- package/schematics/generators/documenteditorcontainer-default/schema.js +2 -0
- package/schematics/generators/documenteditorcontainer-default/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/document-editor/documenteditor-all.module.d.ts +0 -6
- package/src/document-editor/documenteditor.component.d.ts +0 -3
- package/src/document-editor/documenteditor.module.d.ts +0 -6
- package/src/document-editor-container/documenteditorcontainer-all.module.d.ts +0 -6
- package/src/document-editor-container/documenteditorcontainer.component.d.ts +0 -3
- package/src/document-editor-container/documenteditorcontainer.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +1 -14
- package/styles/bootstrap.css +1 -14
- package/styles/bootstrap4.css +1 -14
- package/styles/bootstrap5-dark.css +3 -15
- package/styles/bootstrap5.css +3 -15
- package/styles/document-editor/bootstrap-dark.css +0 -5
- package/styles/document-editor/bootstrap-dark.scss +1 -4
- package/styles/document-editor/bootstrap.css +0 -5
- package/styles/document-editor/bootstrap.scss +1 -4
- package/styles/document-editor/bootstrap4.css +0 -5
- package/styles/document-editor/bootstrap4.scss +1 -4
- package/styles/document-editor/bootstrap5-dark.css +0 -5
- package/styles/document-editor/bootstrap5-dark.scss +1 -4
- package/styles/document-editor/bootstrap5.css +0 -5
- package/styles/document-editor/bootstrap5.scss +1 -4
- package/styles/document-editor/fabric-dark.css +0 -5
- package/styles/document-editor/fabric-dark.scss +1 -4
- package/styles/document-editor/fabric.css +0 -5
- package/styles/document-editor/fabric.scss +1 -4
- package/styles/document-editor/fluent-dark.css +0 -5
- package/styles/document-editor/fluent-dark.scss +1 -4
- package/styles/document-editor/fluent.css +0 -5
- package/styles/document-editor/fluent.scss +1 -4
- package/styles/document-editor/highcontrast-light.css +14 -18
- package/styles/document-editor/highcontrast-light.scss +1 -4
- package/styles/document-editor/highcontrast.css +0 -5
- package/styles/document-editor/highcontrast.scss +1 -4
- package/styles/document-editor/material-dark.css +0 -5
- package/styles/document-editor/material-dark.scss +1 -4
- package/styles/document-editor/material.css +0 -5
- package/styles/document-editor/material.scss +1 -4
- package/styles/document-editor/tailwind-dark.css +0 -5
- package/styles/document-editor/tailwind-dark.scss +1 -4
- package/styles/document-editor/tailwind.css +0 -5
- package/styles/document-editor/tailwind.scss +1 -4
- package/styles/document-editor-container/bootstrap-dark.css +1 -9
- package/styles/document-editor-container/bootstrap-dark.scss +1 -5
- package/styles/document-editor-container/bootstrap.css +1 -9
- package/styles/document-editor-container/bootstrap.scss +1 -5
- package/styles/document-editor-container/bootstrap4.css +1 -9
- package/styles/document-editor-container/bootstrap4.scss +1 -5
- package/styles/document-editor-container/bootstrap5-dark.css +3 -10
- package/styles/document-editor-container/bootstrap5-dark.scss +1 -5
- package/styles/document-editor-container/bootstrap5.css +3 -10
- package/styles/document-editor-container/bootstrap5.scss +1 -5
- package/styles/document-editor-container/fabric-dark.css +1 -9
- package/styles/document-editor-container/fabric-dark.scss +1 -5
- package/styles/document-editor-container/fabric.css +1 -9
- package/styles/document-editor-container/fabric.scss +1 -5
- package/styles/document-editor-container/fluent-dark.css +3 -10
- package/styles/document-editor-container/fluent-dark.scss +1 -5
- package/styles/document-editor-container/fluent.css +3 -10
- package/styles/document-editor-container/fluent.scss +1 -5
- package/styles/document-editor-container/highcontrast-light.css +15 -23
- package/styles/document-editor-container/highcontrast-light.scss +1 -5
- package/styles/document-editor-container/highcontrast.css +1 -9
- package/styles/document-editor-container/highcontrast.scss +1 -5
- package/styles/document-editor-container/material-dark.css +1 -9
- package/styles/document-editor-container/material-dark.scss +1 -5
- package/styles/document-editor-container/material.css +1 -9
- package/styles/document-editor-container/material.scss +1 -5
- package/styles/document-editor-container/tailwind-dark.css +3 -10
- package/styles/document-editor-container/tailwind-dark.scss +1 -5
- package/styles/document-editor-container/tailwind.css +3 -10
- package/styles/document-editor-container/tailwind.scss +1 -5
- package/styles/fabric-dark.css +1 -14
- package/styles/fabric.css +1 -14
- package/styles/fluent-dark.css +3 -15
- package/styles/fluent.css +3 -15
- package/styles/highcontrast-light.css +15 -27
- package/styles/highcontrast.css +1 -14
- package/styles/material-dark.css +1 -14
- package/styles/material.css +1 -14
- package/styles/tailwind-dark.css +3 -15
- package/styles/tailwind.css +3 -15
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/document-editor/documenteditor-all.module.mjs +0 -113
- package/esm2020/src/document-editor/documenteditor.component.mjs +0 -262
- package/esm2020/src/document-editor/documenteditor.module.mjs +0 -25
- package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +0 -29
- package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +0 -66
- package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +0 -25
- package/esm2020/src/index.mjs +0 -8
- package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +0 -506
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -506
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
- package/styles/document-editor/_all.scss +0 -3
- package/styles/document-editor/_bootstrap-dark-definition.scss +0 -544
- package/styles/document-editor/_bootstrap-definition.scss +0 -543
- package/styles/document-editor/_bootstrap4-definition.scss +0 -556
- package/styles/document-editor/_bootstrap5-dark-definition.scss +0 -1
- package/styles/document-editor/_bootstrap5-definition.scss +0 -557
- package/styles/document-editor/_fabric-dark-definition.scss +0 -546
- package/styles/document-editor/_fabric-definition.scss +0 -545
- package/styles/document-editor/_fluent-dark-definition.scss +0 -1
- package/styles/document-editor/_fluent-definition.scss +0 -566
- package/styles/document-editor/_fusionnew-definition.scss +0 -557
- package/styles/document-editor/_highcontrast-definition.scss +0 -545
- package/styles/document-editor/_highcontrast-light-definition.scss +0 -2985
- package/styles/document-editor/_layout.scss +0 -216
- package/styles/document-editor/_material-dark-definition.scss +0 -562
- package/styles/document-editor/_material-definition.scss +0 -562
- package/styles/document-editor/_material3-definition.scss +0 -557
- package/styles/document-editor/_tailwind-dark-definition.scss +0 -1
- package/styles/document-editor/_tailwind-definition.scss +0 -554
- package/styles/document-editor/_theme.scss +0 -3391
- package/styles/document-editor/icons/_bootstrap-dark.scss +0 -607
- package/styles/document-editor/icons/_bootstrap.scss +0 -607
- package/styles/document-editor/icons/_bootstrap4.scss +0 -592
- package/styles/document-editor/icons/_bootstrap5-dark.scss +0 -1
- package/styles/document-editor/icons/_bootstrap5.scss +0 -642
- package/styles/document-editor/icons/_fabric-dark.scss +0 -607
- package/styles/document-editor/icons/_fabric.scss +0 -607
- package/styles/document-editor/icons/_fluent-dark.scss +0 -1
- package/styles/document-editor/icons/_fluent.scss +0 -640
- package/styles/document-editor/icons/_fusionnew.scss +0 -642
- package/styles/document-editor/icons/_highcontrast-light.scss +0 -612
- package/styles/document-editor/icons/_highcontrast.scss +0 -607
- package/styles/document-editor/icons/_material-dark.scss +0 -600
- package/styles/document-editor/icons/_material.scss +0 -600
- package/styles/document-editor/icons/_material3.scss +0 -642
- package/styles/document-editor/icons/_tailwind-dark.scss +0 -642
- package/styles/document-editor/icons/_tailwind.scss +0 -642
- package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +0 -171
- package/styles/document-editor-container/_all.scss +0 -2
- package/styles/document-editor-container/_bootstrap-dark-definition.scss +0 -127
- package/styles/document-editor-container/_bootstrap-definition.scss +0 -127
- package/styles/document-editor-container/_bootstrap4-definition.scss +0 -143
- package/styles/document-editor-container/_bootstrap5-dark-definition.scss +0 -1
- package/styles/document-editor-container/_bootstrap5-definition.scss +0 -153
- package/styles/document-editor-container/_definition.scss +0 -11
- package/styles/document-editor-container/_fabric-dark-definition.scss +0 -132
- package/styles/document-editor-container/_fabric-definition.scss +0 -129
- package/styles/document-editor-container/_fluent-dark-definition.scss +0 -1
- package/styles/document-editor-container/_fluent-definition.scss +0 -154
- package/styles/document-editor-container/_fusionnew-definition.scss +0 -153
- package/styles/document-editor-container/_highcontrast-definition.scss +0 -130
- package/styles/document-editor-container/_highcontrast-light-definition.scss +0 -133
- package/styles/document-editor-container/_layout.scss +0 -87
- package/styles/document-editor-container/_material-dark-definition.scss +0 -131
- package/styles/document-editor-container/_material-definition.scss +0 -130
- package/styles/document-editor-container/_material3-definition.scss +0 -153
- package/styles/document-editor-container/_tailwind-dark-definition.scss +0 -1
- package/styles/document-editor-container/_tailwind-definition.scss +0 -147
- package/styles/document-editor-container/_theme.scss +0 -2001
- package/styles/document-editor-container/icons/_bootstrap-dark.scss +0 -402
- package/styles/document-editor-container/icons/_bootstrap.scss +0 -402
- package/styles/document-editor-container/icons/_bootstrap4.scss +0 -402
- package/styles/document-editor-container/icons/_bootstrap5-dark.scss +0 -1
- package/styles/document-editor-container/icons/_bootstrap5.scss +0 -428
- package/styles/document-editor-container/icons/_fabric-dark.scss +0 -402
- package/styles/document-editor-container/icons/_fabric.scss +0 -402
- package/styles/document-editor-container/icons/_fluent-dark.scss +0 -1
- package/styles/document-editor-container/icons/_fluent.scss +0 -428
- package/styles/document-editor-container/icons/_fusionnew.scss +0 -428
- package/styles/document-editor-container/icons/_highcontrast-light.scss +0 -402
- package/styles/document-editor-container/icons/_highcontrast.scss +0 -402
- package/styles/document-editor-container/icons/_material-dark.scss +0 -404
- package/styles/document-editor-container/icons/_material.scss +0 -404
- package/styles/document-editor-container/icons/_material3.scss +0 -428
- package/styles/document-editor-container/icons/_tailwind-dark.scss +0 -428
- package/styles/document-editor-container/icons/_tailwind.scss +0 -428
- package/syncfusion-ej2-angular-documenteditor.d.ts +0 -5
|
@@ -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,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const lib_details_1 = require("./../utils/lib-details");
|
|
4
|
+
const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
|
|
5
|
+
function default_1(options) {
|
|
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);
|
|
8
|
+
}
|
|
9
|
+
exports.default = default_1;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export interface OptionsSchema {
|
|
2
|
+
skipPackageJson: boolean;
|
|
3
|
+
modules: string;
|
|
4
|
+
modulePath: string;
|
|
5
|
+
theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
|
|
6
|
+
project?: string;
|
|
7
|
+
}
|
|
8
|
+
export interface LibOptionsSchema {
|
|
9
|
+
pkgName: string;
|
|
10
|
+
pkgVer: string;
|
|
11
|
+
moduleName: string;
|
|
12
|
+
themeVer: string;
|
|
13
|
+
}
|
|
@@ -0,0 +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
|
+
}
|
|
@@ -0,0 +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
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.pkgName = '@syncfusion/ej2-angular-documenteditor';
|
|
4
|
+
exports.pkgVer = '^20.2.49';
|
|
5
|
+
exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
|
6
|
+
exports.themeVer = '~20.2.49';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-documenteditor';
|
|
2
|
-
export const pkgVer = '^20.2.
|
|
2
|
+
export const pkgVer = '^20.2.49';
|
|
3
3
|
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
|
4
|
-
export const themeVer = '~20.2.
|
|
4
|
+
export const themeVer = '~20.2.49';
|
|
@@ -1,7 +1,4 @@
|
|
|
1
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
2
|
export declare const PrintService: ValueProvider;
|
|
6
3
|
export declare const SfdtExportService: ValueProvider;
|
|
7
4
|
export declare const WordExportService: ValueProvider;
|
|
@@ -35,7 +32,4 @@ export declare const CollaborativeEditingService: ValueProvider;
|
|
|
35
32
|
* NgModule definition for the DocumentEditor component with providers.
|
|
36
33
|
*/
|
|
37
34
|
export declare class DocumentEditorAllModule {
|
|
38
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentEditorAllModule, never>;
|
|
39
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DocumentEditorAllModule, never, [typeof i1.CommonModule, typeof i2.DocumentEditorModule], [typeof i2.DocumentEditorModule]>;
|
|
40
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DocumentEditorAllModule>;
|
|
41
35
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { DocumentEditor } from '@syncfusion/ej2-documenteditor';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -50,6 +49,4 @@ export declare class DocumentEditorComponent extends DocumentEditor implements I
|
|
|
50
49
|
ngAfterContentChecked(): void;
|
|
51
50
|
registerEvents: (eventList: string[]) => void;
|
|
52
51
|
addTwoWay: (propList: string[]) => void;
|
|
53
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentEditorComponent, never>;
|
|
54
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DocumentEditorComponent, "ejs-documenteditor", never, { "acceptTab": "acceptTab"; "currentUser": "currentUser"; "defaultPasteOption": "defaultPasteOption"; "documentEditorSettings": "documentEditorSettings"; "documentName": "documentName"; "documentSettings": "documentSettings"; "enableBookmarkDialog": "enableBookmarkDialog"; "enableBordersAndShadingDialog": "enableBordersAndShadingDialog"; "enableComment": "enableComment"; "enableContextMenu": "enableContextMenu"; "enableCursorOnReadOnly": "enableCursorOnReadOnly"; "enableEditor": "enableEditor"; "enableEditorHistory": "enableEditorHistory"; "enableFontDialog": "enableFontDialog"; "enableFootnoteAndEndnoteDialog": "enableFootnoteAndEndnoteDialog"; "enableFormField": "enableFormField"; "enableHyperlinkDialog": "enableHyperlinkDialog"; "enableImageResizer": "enableImageResizer"; "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"; "beforeCommentAction": "beforeCommentAction"; "beforeFileOpen": "beforeFileOpen"; "beforeFormFieldFill": "beforeFormFieldFill"; "beforePaneSwitch": "beforePaneSwitch"; "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"; }, never, never>;
|
|
55
52
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./documenteditor.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the DocumentEditor component.
|
|
6
3
|
*/
|
|
7
4
|
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
5
|
}
|
|
@@ -1,13 +1,7 @@
|
|
|
1
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
2
|
export declare const ToolbarService: ValueProvider;
|
|
6
3
|
/**
|
|
7
4
|
* NgModule definition for the DocumentEditorContainer component with providers.
|
|
8
5
|
*/
|
|
9
6
|
export declare class DocumentEditorContainerAllModule {
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentEditorContainerAllModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DocumentEditorContainerAllModule, never, [typeof i1.CommonModule, typeof i2.DocumentEditorContainerModule], [typeof i2.DocumentEditorContainerModule]>;
|
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DocumentEditorContainerAllModule>;
|
|
13
7
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { DocumentEditorContainer } from '@syncfusion/ej2-documenteditor';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -40,6 +39,4 @@ export declare class DocumentEditorContainerComponent extends DocumentEditorCont
|
|
|
40
39
|
ngAfterContentChecked(): void;
|
|
41
40
|
registerEvents: (eventList: string[]) => void;
|
|
42
41
|
addTwoWay: (propList: string[]) => void;
|
|
43
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentEditorContainerComponent, never>;
|
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DocumentEditorContainerComponent, "ejs-documenteditorcontainer", never, { "currentUser": "currentUser"; "documentEditorSettings": "documentEditorSettings"; "documentSettings": "documentSettings"; "enableComment": "enableComment"; "enableCsp": "enableCsp"; "enableLocalPaste": "enableLocalPaste"; "enableLockAndEdit": "enableLockAndEdit"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableSpellCheck": "enableSpellCheck"; "enableToolbar": "enableToolbar"; "enableTrackChanges": "enableTrackChanges"; "headers": "headers"; "height": "height"; "layoutType": "layoutType"; "locale": "locale"; "restrictEditing": "restrictEditing"; "serverActionSettings": "serverActionSettings"; "serviceUrl": "serviceUrl"; "showPropertiesPane": "showPropertiesPane"; "toolbarItems": "toolbarItems"; "userColor": "userColor"; "width": "width"; "zIndex": "zIndex"; }, { "beforeCommentAction": "beforeCommentAction"; "beforePaneSwitch": "beforePaneSwitch"; "commentDelete": "commentDelete"; "contentChange": "contentChange"; "contentControl": "contentControl"; "created": "created"; "customContextMenuBeforeOpen": "customContextMenuBeforeOpen"; "customContextMenuSelect": "customContextMenuSelect"; "destroyed": "destroyed"; "documentChange": "documentChange"; "selectionChange": "selectionChange"; "serviceFailure": "serviceFailure"; "toolbarClick": "toolbarClick"; "trackChange": "trackChange"; "beforeXmlHttpRequestSend": "beforeXmlHttpRequestSend"; }, never, never>;
|
|
45
42
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./documenteditorcontainer.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the DocumentEditorContainer component.
|
|
6
3
|
*/
|
|
7
4
|
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
5
|
}
|
|
@@ -747,7 +747,6 @@
|
|
|
747
747
|
left: 14px;
|
|
748
748
|
}
|
|
749
749
|
|
|
750
|
-
/* stylelint-disable */
|
|
751
750
|
.e-de-background {
|
|
752
751
|
background-color: #232323;
|
|
753
752
|
}
|
|
@@ -3621,10 +3620,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3621
3620
|
right: 10px;
|
|
3622
3621
|
}
|
|
3623
3622
|
|
|
3624
|
-
.e-bigger {
|
|
3625
|
-
/* stylelint-disable */
|
|
3626
|
-
/* stylelint-enable */
|
|
3627
|
-
}
|
|
3628
3623
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3629
3624
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3630
3625
|
font-size: 14px;
|
|
@@ -4146,11 +4141,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4146
4141
|
font-family: "e-icons";
|
|
4147
4142
|
}
|
|
4148
4143
|
|
|
4149
|
-
.e-de-e-paragraph-mark::before {
|
|
4150
|
-
content: "\e353";
|
|
4151
|
-
font-family: "e-icons";
|
|
4152
|
-
}
|
|
4153
|
-
|
|
4154
4144
|
.e-de-toolbar {
|
|
4155
4145
|
height: 100%;
|
|
4156
4146
|
}
|
|
@@ -4195,14 +4185,13 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4195
4185
|
|
|
4196
4186
|
.e-de-ctnr-hglt-no-color {
|
|
4197
4187
|
font-size: 12px;
|
|
4198
|
-
font-weight:
|
|
4188
|
+
font-weight: 400;
|
|
4199
4189
|
left: 40px;
|
|
4200
4190
|
padding-top: 11px;
|
|
4201
4191
|
position: absolute;
|
|
4202
4192
|
top: 100px;
|
|
4203
4193
|
}
|
|
4204
4194
|
|
|
4205
|
-
/* stylelint-disable */
|
|
4206
4195
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
4207
4196
|
width: 0;
|
|
4208
4197
|
}
|
|
@@ -4212,8 +4201,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4212
4201
|
scrollbar-width: none;
|
|
4213
4202
|
}
|
|
4214
4203
|
|
|
4215
|
-
/* stylelint-enable */
|
|
4216
|
-
/* stylelint-disable */
|
|
4217
4204
|
.e-de-toolbar {
|
|
4218
4205
|
height: 100%;
|
|
4219
4206
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -747,7 +747,6 @@
|
|
|
747
747
|
left: 14px;
|
|
748
748
|
}
|
|
749
749
|
|
|
750
|
-
/* stylelint-disable */
|
|
751
750
|
.e-de-background {
|
|
752
751
|
background-color: #fff;
|
|
753
752
|
}
|
|
@@ -3618,10 +3617,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3618
3617
|
right: 10px;
|
|
3619
3618
|
}
|
|
3620
3619
|
|
|
3621
|
-
.e-bigger {
|
|
3622
|
-
/* stylelint-disable */
|
|
3623
|
-
/* stylelint-enable */
|
|
3624
|
-
}
|
|
3625
3620
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3626
3621
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3627
3622
|
font-size: 14px;
|
|
@@ -4143,11 +4138,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4143
4138
|
font-family: "e-icons";
|
|
4144
4139
|
}
|
|
4145
4140
|
|
|
4146
|
-
.e-de-e-paragraph-mark::before {
|
|
4147
|
-
content: "\e353";
|
|
4148
|
-
font-family: "e-icons";
|
|
4149
|
-
}
|
|
4150
|
-
|
|
4151
4141
|
.e-de-toolbar {
|
|
4152
4142
|
height: 100%;
|
|
4153
4143
|
}
|
|
@@ -4192,14 +4182,13 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4192
4182
|
|
|
4193
4183
|
.e-de-ctnr-hglt-no-color {
|
|
4194
4184
|
font-size: 12px;
|
|
4195
|
-
font-weight:
|
|
4185
|
+
font-weight: 400;
|
|
4196
4186
|
left: 40px;
|
|
4197
4187
|
padding-top: 11px;
|
|
4198
4188
|
position: absolute;
|
|
4199
4189
|
top: 100px;
|
|
4200
4190
|
}
|
|
4201
4191
|
|
|
4202
|
-
/* stylelint-disable */
|
|
4203
4192
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
4204
4193
|
width: 0;
|
|
4205
4194
|
}
|
|
@@ -4209,8 +4198,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4209
4198
|
scrollbar-width: none;
|
|
4210
4199
|
}
|
|
4211
4200
|
|
|
4212
|
-
/* stylelint-enable */
|
|
4213
|
-
/* stylelint-disable */
|
|
4214
4201
|
.e-de-toolbar {
|
|
4215
4202
|
height: 100%;
|
|
4216
4203
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -744,7 +744,6 @@
|
|
|
744
744
|
left: 14px;
|
|
745
745
|
}
|
|
746
746
|
|
|
747
|
-
/* stylelint-disable */
|
|
748
747
|
.e-de-background {
|
|
749
748
|
background-color: #e9ecef;
|
|
750
749
|
}
|
|
@@ -3769,10 +3768,6 @@ textarea.e-de-cmt-textarea {
|
|
|
3769
3768
|
right: 10px;
|
|
3770
3769
|
}
|
|
3771
3770
|
|
|
3772
|
-
.e-bigger {
|
|
3773
|
-
/* stylelint-disable */
|
|
3774
|
-
/* stylelint-enable */
|
|
3775
|
-
}
|
|
3776
3771
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3777
3772
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3778
3773
|
font-size: 14px;
|
|
@@ -4294,11 +4289,6 @@ textarea.e-de-cmt-textarea {
|
|
|
4294
4289
|
font-family: "e-icons";
|
|
4295
4290
|
}
|
|
4296
4291
|
|
|
4297
|
-
.e-de-e-paragraph-mark::before {
|
|
4298
|
-
content: "\e720";
|
|
4299
|
-
font-family: "e-icons";
|
|
4300
|
-
}
|
|
4301
|
-
|
|
4302
4292
|
.e-de-toolbar {
|
|
4303
4293
|
height: 100%;
|
|
4304
4294
|
}
|
|
@@ -4343,14 +4333,13 @@ textarea.e-de-cmt-textarea {
|
|
|
4343
4333
|
|
|
4344
4334
|
.e-de-ctnr-hglt-no-color {
|
|
4345
4335
|
font-size: 12px;
|
|
4346
|
-
font-weight:
|
|
4336
|
+
font-weight: 400;
|
|
4347
4337
|
left: 40px;
|
|
4348
4338
|
padding-top: 11px;
|
|
4349
4339
|
position: absolute;
|
|
4350
4340
|
top: 100px;
|
|
4351
4341
|
}
|
|
4352
4342
|
|
|
4353
|
-
/* stylelint-disable */
|
|
4354
4343
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
4355
4344
|
width: 0;
|
|
4356
4345
|
}
|
|
@@ -4360,8 +4349,6 @@ textarea.e-de-cmt-textarea {
|
|
|
4360
4349
|
scrollbar-width: none;
|
|
4361
4350
|
}
|
|
4362
4351
|
|
|
4363
|
-
/* stylelint-enable */
|
|
4364
|
-
/* stylelint-disable */
|
|
4365
4352
|
.e-de-toolbar {
|
|
4366
4353
|
height: 100%;
|
|
4367
4354
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
1
2
|
.e-documenteditor .e-close::before {
|
|
2
3
|
color: #adb5bd;
|
|
3
4
|
content: "\e7e7";
|
|
@@ -782,7 +783,6 @@
|
|
|
782
783
|
left: 14px;
|
|
783
784
|
}
|
|
784
785
|
|
|
785
|
-
/* stylelint-disable */
|
|
786
786
|
.e-de-background {
|
|
787
787
|
background-color: #282d31;
|
|
788
788
|
}
|
|
@@ -3715,10 +3715,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3715
3715
|
right: 17px;
|
|
3716
3716
|
}
|
|
3717
3717
|
|
|
3718
|
-
.e-bigger {
|
|
3719
|
-
/* stylelint-disable */
|
|
3720
|
-
/* stylelint-enable */
|
|
3721
|
-
}
|
|
3722
3718
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3723
3719
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3724
3720
|
font-size: 14px;
|
|
@@ -4266,11 +4262,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4266
4262
|
font-family: "e-icons";
|
|
4267
4263
|
}
|
|
4268
4264
|
|
|
4269
|
-
.e-de-e-paragraph-mark::before {
|
|
4270
|
-
content: "\e844";
|
|
4271
|
-
font-family: "e-icons";
|
|
4272
|
-
}
|
|
4273
|
-
|
|
4274
4265
|
.e-de-toolbar {
|
|
4275
4266
|
height: 100%;
|
|
4276
4267
|
}
|
|
@@ -4315,14 +4306,13 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4315
4306
|
|
|
4316
4307
|
.e-de-ctnr-hglt-no-color {
|
|
4317
4308
|
font-size: 12px;
|
|
4318
|
-
font-weight:
|
|
4309
|
+
font-weight: 400;
|
|
4319
4310
|
left: 40px;
|
|
4320
4311
|
padding-top: 11px;
|
|
4321
4312
|
position: absolute;
|
|
4322
4313
|
top: 100px;
|
|
4323
4314
|
}
|
|
4324
4315
|
|
|
4325
|
-
/* stylelint-disable */
|
|
4326
4316
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
4327
4317
|
width: 0;
|
|
4328
4318
|
}
|
|
@@ -4332,8 +4322,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4332
4322
|
scrollbar-width: none;
|
|
4333
4323
|
}
|
|
4334
4324
|
|
|
4335
|
-
/* stylelint-enable */
|
|
4336
|
-
/* stylelint-disable */
|
|
4337
4325
|
.e-de-toolbar {
|
|
4338
4326
|
height: 100%;
|
|
4339
4327
|
}
|
|
@@ -4439,7 +4427,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4439
4427
|
}
|
|
4440
4428
|
.e-bigger .e-de-ctn-title button {
|
|
4441
4429
|
font-size: 16px !important;
|
|
4442
|
-
height: auto !important;
|
|
4430
|
+
height: auto !important;
|
|
4443
4431
|
margin: 0 !important;
|
|
4444
4432
|
}
|
|
4445
4433
|
.e-bigger .e-de-ctn-title button .e-btn-icon {
|
package/styles/bootstrap5.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
1
2
|
.e-documenteditor .e-close::before {
|
|
2
3
|
color: #6c757d;
|
|
3
4
|
content: "\e7e7";
|
|
@@ -782,7 +783,6 @@
|
|
|
782
783
|
left: 14px;
|
|
783
784
|
}
|
|
784
785
|
|
|
785
|
-
/* stylelint-disable */
|
|
786
786
|
.e-de-background {
|
|
787
787
|
background-color: #f8f9fa;
|
|
788
788
|
}
|
|
@@ -3715,10 +3715,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3715
3715
|
right: 17px;
|
|
3716
3716
|
}
|
|
3717
3717
|
|
|
3718
|
-
.e-bigger {
|
|
3719
|
-
/* stylelint-disable */
|
|
3720
|
-
/* stylelint-enable */
|
|
3721
|
-
}
|
|
3722
3718
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3723
3719
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3724
3720
|
font-size: 14px;
|
|
@@ -4266,11 +4262,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4266
4262
|
font-family: "e-icons";
|
|
4267
4263
|
}
|
|
4268
4264
|
|
|
4269
|
-
.e-de-e-paragraph-mark::before {
|
|
4270
|
-
content: "\e844";
|
|
4271
|
-
font-family: "e-icons";
|
|
4272
|
-
}
|
|
4273
|
-
|
|
4274
4265
|
.e-de-toolbar {
|
|
4275
4266
|
height: 100%;
|
|
4276
4267
|
}
|
|
@@ -4315,14 +4306,13 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4315
4306
|
|
|
4316
4307
|
.e-de-ctnr-hglt-no-color {
|
|
4317
4308
|
font-size: 12px;
|
|
4318
|
-
font-weight:
|
|
4309
|
+
font-weight: 400;
|
|
4319
4310
|
left: 40px;
|
|
4320
4311
|
padding-top: 11px;
|
|
4321
4312
|
position: absolute;
|
|
4322
4313
|
top: 100px;
|
|
4323
4314
|
}
|
|
4324
4315
|
|
|
4325
|
-
/* stylelint-disable */
|
|
4326
4316
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
4327
4317
|
width: 0;
|
|
4328
4318
|
}
|
|
@@ -4332,8 +4322,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4332
4322
|
scrollbar-width: none;
|
|
4333
4323
|
}
|
|
4334
4324
|
|
|
4335
|
-
/* stylelint-enable */
|
|
4336
|
-
/* stylelint-disable */
|
|
4337
4325
|
.e-de-toolbar {
|
|
4338
4326
|
height: 100%;
|
|
4339
4327
|
}
|
|
@@ -4439,7 +4427,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4439
4427
|
}
|
|
4440
4428
|
.e-bigger .e-de-ctn-title button {
|
|
4441
4429
|
font-size: 16px !important;
|
|
4442
|
-
height: auto !important;
|
|
4430
|
+
height: auto !important;
|
|
4443
4431
|
margin: 0 !important;
|
|
4444
4432
|
}
|
|
4445
4433
|
.e-bigger .e-de-ctn-title button .e-btn-icon {
|
|
@@ -747,7 +747,6 @@
|
|
|
747
747
|
left: 14px;
|
|
748
748
|
}
|
|
749
749
|
|
|
750
|
-
/* stylelint-disable */
|
|
751
750
|
.e-de-background {
|
|
752
751
|
background-color: #232323;
|
|
753
752
|
}
|
|
@@ -3621,10 +3620,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3621
3620
|
right: 10px;
|
|
3622
3621
|
}
|
|
3623
3622
|
|
|
3624
|
-
.e-bigger {
|
|
3625
|
-
/* stylelint-disable */
|
|
3626
|
-
/* stylelint-enable */
|
|
3627
|
-
}
|
|
3628
3623
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3629
3624
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3630
3625
|
font-size: 14px;
|