@syncfusion/ej2-angular-documenteditor 20.2.50 → 20.3.47

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 (125) hide show
  1. package/package.json +8 -8
  2. package/schematics/collection.json +15 -0
  3. package/schematics/generators/documenteditorcontainer-default/index.d.ts +3 -0
  4. package/schematics/generators/documenteditorcontainer-default/index.js +8 -0
  5. package/schematics/generators/documenteditorcontainer-default/sample-details.d.ts +5 -0
  6. package/schematics/generators/documenteditorcontainer-default/sample-details.js +7 -0
  7. package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  8. package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  9. package/schematics/generators/documenteditorcontainer-default/schema.d.ts +3 -0
  10. package/schematics/generators/documenteditorcontainer-default/schema.js +2 -0
  11. package/schematics/generators/documenteditorcontainer-default/schema.json +125 -0
  12. package/schematics/ng-add/index.d.ts +3 -0
  13. package/schematics/ng-add/index.js +9 -0
  14. package/schematics/ng-add/schema.d.ts +13 -0
  15. package/schematics/ng-add/schema.js +2 -0
  16. package/schematics/ng-add/schema.json +34 -0
  17. package/schematics/tsconfig.json +25 -0
  18. package/schematics/utils/lib-details.d.ts +4 -0
  19. package/schematics/utils/lib-details.js +6 -0
  20. package/schematics/utils/lib-details.ts +2 -2
  21. package/styles/bootstrap-dark.css +18 -1
  22. package/styles/bootstrap.css +18 -1
  23. package/styles/bootstrap4.css +19 -2
  24. package/styles/bootstrap5-dark.css +19 -3
  25. package/styles/bootstrap5.css +19 -3
  26. package/styles/document-editor/_all.scss +1 -1
  27. package/styles/document-editor/_bootstrap-dark-definition.scss +5 -5
  28. package/styles/document-editor/_bootstrap-definition.scss +5 -5
  29. package/styles/document-editor/_bootstrap4-definition.scss +5 -5
  30. package/styles/document-editor/_bootstrap5-definition.scss +6 -5
  31. package/styles/document-editor/_fabric-dark-definition.scss +1 -1
  32. package/styles/document-editor/_fabric-definition.scss +5 -5
  33. package/styles/document-editor/_fluent-definition.scss +7 -5
  34. package/styles/document-editor/_fusionnew-definition.scss +6 -5
  35. package/styles/document-editor/_highcontrast-definition.scss +6 -6
  36. package/styles/document-editor/_highcontrast-light-definition.scss +29 -32
  37. package/styles/document-editor/_layout.scss +1 -2
  38. package/styles/document-editor/_material-dark-definition.scss +1 -0
  39. package/styles/document-editor/_material-definition.scss +0 -1
  40. package/styles/document-editor/_material3-definition.scss +6 -5
  41. package/styles/document-editor/_tailwind-definition.scss +5 -6
  42. package/styles/document-editor/_theme.scss +1 -5
  43. package/styles/document-editor/bootstrap-dark.css +5 -0
  44. package/styles/document-editor/bootstrap.css +5 -0
  45. package/styles/document-editor/bootstrap4.css +5 -0
  46. package/styles/document-editor/bootstrap5-dark.css +5 -0
  47. package/styles/document-editor/bootstrap5.css +5 -0
  48. package/styles/document-editor/fabric-dark.css +5 -0
  49. package/styles/document-editor/fabric.css +5 -0
  50. package/styles/document-editor/fluent-dark.css +5 -0
  51. package/styles/document-editor/fluent.css +5 -0
  52. package/styles/document-editor/highcontrast-light.css +18 -14
  53. package/styles/document-editor/highcontrast.css +5 -0
  54. package/styles/document-editor/icons/_bootstrap-dark.scss +1 -3
  55. package/styles/document-editor/icons/_bootstrap.scss +2 -4
  56. package/styles/document-editor/icons/_bootstrap4.scss +2 -2
  57. package/styles/document-editor/icons/_fabric-dark.scss +1 -2
  58. package/styles/document-editor/icons/_fabric.scss +1 -2
  59. package/styles/document-editor/icons/_highcontrast-light.scss +1 -1
  60. package/styles/document-editor/icons/_highcontrast.scss +2 -2
  61. package/styles/document-editor/icons/_material-dark.scss +2 -2
  62. package/styles/document-editor/icons/_material.scss +2 -2
  63. package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +3 -3
  64. package/styles/document-editor/material-dark.css +5 -0
  65. package/styles/document-editor/material.css +5 -0
  66. package/styles/document-editor/tailwind-dark.css +5 -0
  67. package/styles/document-editor/tailwind.css +5 -0
  68. package/styles/document-editor-container/_all.scss +1 -1
  69. package/styles/document-editor-container/_bootstrap-dark-definition.scss +6 -4
  70. package/styles/document-editor-container/_bootstrap-definition.scss +6 -4
  71. package/styles/document-editor-container/_bootstrap4-definition.scss +6 -4
  72. package/styles/document-editor-container/_bootstrap5-definition.scss +5 -4
  73. package/styles/document-editor-container/_definition.scss +3 -2
  74. package/styles/document-editor-container/_fabric-dark-definition.scss +6 -4
  75. package/styles/document-editor-container/_fabric-definition.scss +6 -4
  76. package/styles/document-editor-container/_fluent-definition.scss +5 -4
  77. package/styles/document-editor-container/_fusionnew-definition.scss +5 -4
  78. package/styles/document-editor-container/_highcontrast-definition.scss +6 -4
  79. package/styles/document-editor-container/_highcontrast-light-definition.scss +6 -4
  80. package/styles/document-editor-container/_layout.scss +3 -4
  81. package/styles/document-editor-container/_material-dark-definition.scss +6 -4
  82. package/styles/document-editor-container/_material-definition.scss +6 -4
  83. package/styles/document-editor-container/_material3-definition.scss +5 -4
  84. package/styles/document-editor-container/_tailwind-definition.scss +5 -4
  85. package/styles/document-editor-container/_theme.scss +7 -6
  86. package/styles/document-editor-container/bootstrap-dark.css +13 -1
  87. package/styles/document-editor-container/bootstrap.css +13 -1
  88. package/styles/document-editor-container/bootstrap4.css +14 -2
  89. package/styles/document-editor-container/bootstrap5-dark.css +14 -3
  90. package/styles/document-editor-container/bootstrap5.css +14 -3
  91. package/styles/document-editor-container/fabric-dark.css +13 -1
  92. package/styles/document-editor-container/fabric.css +13 -1
  93. package/styles/document-editor-container/fluent-dark.css +14 -3
  94. package/styles/document-editor-container/fluent.css +14 -3
  95. package/styles/document-editor-container/highcontrast-light.css +27 -15
  96. package/styles/document-editor-container/highcontrast.css +13 -1
  97. package/styles/document-editor-container/icons/_bootstrap-dark.scss +5 -0
  98. package/styles/document-editor-container/icons/_bootstrap.scss +5 -0
  99. package/styles/document-editor-container/icons/_bootstrap4.scss +6 -1
  100. package/styles/document-editor-container/icons/_bootstrap5.scss +5 -0
  101. package/styles/document-editor-container/icons/_fabric-dark.scss +6 -1
  102. package/styles/document-editor-container/icons/_fabric.scss +6 -1
  103. package/styles/document-editor-container/icons/_fluent.scss +5 -0
  104. package/styles/document-editor-container/icons/_fusionnew.scss +5 -0
  105. package/styles/document-editor-container/icons/_highcontrast-light.scss +6 -1
  106. package/styles/document-editor-container/icons/_highcontrast.scss +6 -1
  107. package/styles/document-editor-container/icons/_material-dark.scss +6 -2
  108. package/styles/document-editor-container/icons/_material.scss +6 -2
  109. package/styles/document-editor-container/icons/_material3.scss +5 -0
  110. package/styles/document-editor-container/icons/_tailwind-dark.scss +5 -0
  111. package/styles/document-editor-container/icons/_tailwind.scss +5 -0
  112. package/styles/document-editor-container/material-dark.css +13 -1
  113. package/styles/document-editor-container/material.css +13 -1
  114. package/styles/document-editor-container/tailwind-dark.css +14 -3
  115. package/styles/document-editor-container/tailwind.css +14 -3
  116. package/styles/fabric-dark.css +18 -1
  117. package/styles/fabric.css +18 -1
  118. package/styles/fluent-dark.css +19 -3
  119. package/styles/fluent.css +19 -3
  120. package/styles/highcontrast-light.css +31 -15
  121. package/styles/highcontrast.css +18 -1
  122. package/styles/material-dark.css +18 -1
  123. package/styles/material.css +18 -1
  124. package/styles/tailwind-dark.css +19 -3
  125. package/styles/tailwind.css +19 -3
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-documenteditor@*",
3
- "_id": "@syncfusion/ej2-angular-documenteditor@20.2.49",
3
+ "_id": "@syncfusion/ej2-angular-documenteditor@19.36.0",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-JPw5qBxM+IsbV4qD8YF49jNKdNCNu/D3CdxUGXaBnJCgObt1ZshPvTqLTkeCLdUAu/7ycIBA8qVW9DXRJzsrmg==",
5
+ "_integrity": "sha512-HyoaNUiTZxv0lRJ6aHhdClNp/9SgxVleJLBvouDG+6/Oj/w++Ot5dsuy3JuErlQJSM9DiBsfECFtctuva9yl/w==",
6
6
  "_location": "/@syncfusion/ej2-angular-documenteditor",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-20.2.49.tgz",
23
- "_shasum": "98163a56403a2c63ac91899437a7800889474fe0",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-angular-release/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-19.36.0.tgz",
23
+ "_shasum": "9f2e49e462b285e247d6afb4ce5eea7d735cb53c",
24
24
  "_spec": "@syncfusion/ej2-angular-documenteditor@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/ivypackages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~20.2.49",
35
- "@syncfusion/ej2-base": "~20.2.48",
36
- "@syncfusion/ej2-documenteditor": "20.2.50",
34
+ "@syncfusion/ej2-angular-base": "~20.3.47",
35
+ "@syncfusion/ej2-base": "~20.3.47",
36
+ "@syncfusion/ej2-documenteditor": "20.3.47",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -81,5 +81,5 @@
81
81
  "schematics": "./schematics/collection.json",
82
82
  "sideEffects": false,
83
83
  "typings": "syncfusion-ej2-angular-documenteditor.d.ts",
84
- "version": "20.2.50"
84
+ "version": "20.3.47"
85
85
  }
@@ -0,0 +1,15 @@
1
+ {
2
+ "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
3
+ "schematics": {
4
+ "ng-add": {
5
+ "description": "Adds Essential JS 2 specific Angular package to an application",
6
+ "factory": "./ng-add",
7
+ "schema": "./ng-add/schema.json"
8
+ },
9
+ "documenteditorcontainer-default": {
10
+ "description": "Create an Angular documentEditorContainer component with toolbar feature ",
11
+ "factory": "./generators/documenteditorcontainer-default",
12
+ "schema": "./generators/documenteditorcontainer-default/schema.json"
13
+ }
14
+ }
15
+ }
@@ -0,0 +1,3 @@
1
+ import { Rule } from '@angular-devkit/schematics';
2
+ import { Schema } from './schema';
3
+ export default function (options: Schema): Rule;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
4
+ const sampleDetails = require("./sample-details");
5
+ function default_1(options) {
6
+ return schematics_1.componentBuilder(options, sampleDetails);
7
+ }
8
+ exports.default = default_1;
@@ -0,0 +1,5 @@
1
+ export declare const componentName: string;
2
+ export declare const sampleName: string;
3
+ export declare const diModules: string;
4
+ export declare const packageName: string;
5
+ export declare const libModules: string;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.componentName = 'documenteditorcontainer';
4
+ exports.sampleName = 'default';
5
+ exports.diModules = 'ToolbarService';
6
+ exports.packageName = '@syncfusion/ej2-angular-documenteditor';
7
+ exports.libModules = 'DocumentEditorContainerModule';
@@ -0,0 +1,8 @@
1
+ <div class="control-section">
2
+ <div>
3
+ <div>
4
+ <ejs-documenteditorcontainer #documentEditorContainerInstance [enableToolbar]=true (created)="render()"
5
+ style="display:block;height:600px"></ejs-documenteditorcontainer>
6
+ </div>
7
+ </div>
8
+ </div>
@@ -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 { OptionsSchema } from './schema';
2
+ import { Rule } from '@angular-devkit/schematics';
3
+ export default function (options: OptionsSchema): Rule;
@@ -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,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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,4 @@
1
+ export declare const pkgName = "@syncfusion/ej2-angular-documenteditor";
2
+ export declare const pkgVer = "^19.36.0";
3
+ export declare const moduleName = "DocumentEditorModule, DocumentEditorContainerModule";
4
+ export declare const themeVer = "~19.36.0";
@@ -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.3.47';
5
+ exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
6
+ exports.themeVer = '~20.3.47';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-documenteditor';
2
- export const pkgVer = '^20.2.49';
2
+ export const pkgVer = '^20.3.47';
3
3
  export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4
- export const themeVer = '~20.2.49';
4
+ export const themeVer = '~20.3.47';
@@ -747,6 +747,7 @@
747
747
  left: 14px;
748
748
  }
749
749
 
750
+ /* stylelint-disable */
750
751
  .e-de-background {
751
752
  background-color: #232323;
752
753
  }
@@ -3620,6 +3621,10 @@ label[for*=_wholeWord_e-de-rtl] {
3620
3621
  right: 10px;
3621
3622
  }
3622
3623
 
3624
+ .e-bigger {
3625
+ /* stylelint-disable */
3626
+ /* stylelint-enable */
3627
+ }
3623
3628
  .e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
3624
3629
  .e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
3625
3630
  font-size: 14px;
@@ -4141,6 +4146,11 @@ label[for*=_wholeWord_e-de-rtl] {
4141
4146
  font-family: "e-icons";
4142
4147
  }
4143
4148
 
4149
+ .e-de-e-paragraph-mark::before {
4150
+ content: "\e353";
4151
+ font-family: "e-icons";
4152
+ }
4153
+
4144
4154
  .e-de-toolbar {
4145
4155
  height: 100%;
4146
4156
  }
@@ -4185,13 +4195,14 @@ label[for*=_wholeWord_e-de-rtl] {
4185
4195
 
4186
4196
  .e-de-ctnr-hglt-no-color {
4187
4197
  font-size: 12px;
4188
- font-weight: 400;
4198
+ font-weight: normal;
4189
4199
  left: 40px;
4190
4200
  padding-top: 11px;
4191
4201
  position: absolute;
4192
4202
  top: 100px;
4193
4203
  }
4194
4204
 
4205
+ /* stylelint-disable */
4195
4206
  .e-de-scrollbar-hide::-webkit-scrollbar {
4196
4207
  width: 0;
4197
4208
  }
@@ -4201,6 +4212,8 @@ label[for*=_wholeWord_e-de-rtl] {
4201
4212
  scrollbar-width: none;
4202
4213
  }
4203
4214
 
4215
+ /* stylelint-enable */
4216
+ /* stylelint-disable */
4204
4217
  .e-de-toolbar {
4205
4218
  height: 100%;
4206
4219
  }
@@ -4369,11 +4382,13 @@ label[for*=_wholeWord_e-de-rtl] {
4369
4382
  }
4370
4383
 
4371
4384
  .e-de-ctnr-segment > div:first-child:not(.e-rtl),
4385
+ .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
4372
4386
  .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
4373
4387
  margin-right: 12px;
4374
4388
  }
4375
4389
 
4376
4390
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
4391
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
4377
4392
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
4378
4393
  margin-left: 12px;
4379
4394
  margin-right: 0;
@@ -5194,10 +5209,12 @@ label[for*=_wholeWord_e-de-rtl] {
5194
5209
  margin-right: 0;
5195
5210
  }
5196
5211
  .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
5212
+ .e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
5197
5213
  .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
5198
5214
  margin-right: 16px;
5199
5215
  }
5200
5216
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
5217
+ .e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
5201
5218
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
5202
5219
  margin-left: 16px;
5203
5220
  margin-right: 0;
@@ -747,6 +747,7 @@
747
747
  left: 14px;
748
748
  }
749
749
 
750
+ /* stylelint-disable */
750
751
  .e-de-background {
751
752
  background-color: #fff;
752
753
  }
@@ -3617,6 +3618,10 @@ label[for*=_wholeWord_e-de-rtl] {
3617
3618
  right: 10px;
3618
3619
  }
3619
3620
 
3621
+ .e-bigger {
3622
+ /* stylelint-disable */
3623
+ /* stylelint-enable */
3624
+ }
3620
3625
  .e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
3621
3626
  .e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
3622
3627
  font-size: 14px;
@@ -4138,6 +4143,11 @@ label[for*=_wholeWord_e-de-rtl] {
4138
4143
  font-family: "e-icons";
4139
4144
  }
4140
4145
 
4146
+ .e-de-e-paragraph-mark::before {
4147
+ content: "\e353";
4148
+ font-family: "e-icons";
4149
+ }
4150
+
4141
4151
  .e-de-toolbar {
4142
4152
  height: 100%;
4143
4153
  }
@@ -4182,13 +4192,14 @@ label[for*=_wholeWord_e-de-rtl] {
4182
4192
 
4183
4193
  .e-de-ctnr-hglt-no-color {
4184
4194
  font-size: 12px;
4185
- font-weight: 400;
4195
+ font-weight: normal;
4186
4196
  left: 40px;
4187
4197
  padding-top: 11px;
4188
4198
  position: absolute;
4189
4199
  top: 100px;
4190
4200
  }
4191
4201
 
4202
+ /* stylelint-disable */
4192
4203
  .e-de-scrollbar-hide::-webkit-scrollbar {
4193
4204
  width: 0;
4194
4205
  }
@@ -4198,6 +4209,8 @@ label[for*=_wholeWord_e-de-rtl] {
4198
4209
  scrollbar-width: none;
4199
4210
  }
4200
4211
 
4212
+ /* stylelint-enable */
4213
+ /* stylelint-disable */
4201
4214
  .e-de-toolbar {
4202
4215
  height: 100%;
4203
4216
  }
@@ -4367,11 +4380,13 @@ label[for*=_wholeWord_e-de-rtl] {
4367
4380
  }
4368
4381
 
4369
4382
  .e-de-ctnr-segment > div:first-child:not(.e-rtl),
4383
+ .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
4370
4384
  .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
4371
4385
  margin-right: 12px;
4372
4386
  }
4373
4387
 
4374
4388
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
4389
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
4375
4390
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
4376
4391
  margin-left: 12px;
4377
4392
  margin-right: 0;
@@ -5193,10 +5208,12 @@ label[for*=_wholeWord_e-de-rtl] {
5193
5208
  margin-right: 0;
5194
5209
  }
5195
5210
  .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
5211
+ .e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
5196
5212
  .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
5197
5213
  margin-right: 16px;
5198
5214
  }
5199
5215
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
5216
+ .e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
5200
5217
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
5201
5218
  margin-left: 16px;
5202
5219
  margin-right: 0;
@@ -744,6 +744,7 @@
744
744
  left: 14px;
745
745
  }
746
746
 
747
+ /* stylelint-disable */
747
748
  .e-de-background {
748
749
  background-color: #e9ecef;
749
750
  }
@@ -3768,6 +3769,10 @@ textarea.e-de-cmt-textarea {
3768
3769
  right: 10px;
3769
3770
  }
3770
3771
 
3772
+ .e-bigger {
3773
+ /* stylelint-disable */
3774
+ /* stylelint-enable */
3775
+ }
3771
3776
  .e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
3772
3777
  .e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
3773
3778
  font-size: 14px;
@@ -4289,6 +4294,11 @@ textarea.e-de-cmt-textarea {
4289
4294
  font-family: "e-icons";
4290
4295
  }
4291
4296
 
4297
+ .e-de-e-paragraph-mark::before {
4298
+ content: "\e720";
4299
+ font-family: "e-icons";
4300
+ }
4301
+
4292
4302
  .e-de-toolbar {
4293
4303
  height: 100%;
4294
4304
  }
@@ -4333,13 +4343,14 @@ textarea.e-de-cmt-textarea {
4333
4343
 
4334
4344
  .e-de-ctnr-hglt-no-color {
4335
4345
  font-size: 12px;
4336
- font-weight: 400;
4346
+ font-weight: normal;
4337
4347
  left: 40px;
4338
4348
  padding-top: 11px;
4339
4349
  position: absolute;
4340
4350
  top: 100px;
4341
4351
  }
4342
4352
 
4353
+ /* stylelint-disable */
4343
4354
  .e-de-scrollbar-hide::-webkit-scrollbar {
4344
4355
  width: 0;
4345
4356
  }
@@ -4349,6 +4360,8 @@ textarea.e-de-cmt-textarea {
4349
4360
  scrollbar-width: none;
4350
4361
  }
4351
4362
 
4363
+ /* stylelint-enable */
4364
+ /* stylelint-disable */
4352
4365
  .e-de-toolbar {
4353
4366
  height: 100%;
4354
4367
  }
@@ -4519,11 +4532,13 @@ textarea.e-de-cmt-textarea {
4519
4532
  }
4520
4533
 
4521
4534
  .e-de-ctnr-segment > div:first-child:not(.e-rtl),
4535
+ .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
4522
4536
  .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
4523
4537
  margin-right: 14px;
4524
4538
  }
4525
4539
 
4526
4540
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
4541
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
4527
4542
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
4528
4543
  margin-left: 14px;
4529
4544
  margin-right: 0;
@@ -5426,7 +5441,7 @@ textarea.e-de-cmt-textarea {
5426
5441
  }
5427
5442
 
5428
5443
  .e-bigger .de-split-button > div:first-child {
5429
- margin-right: 16px;
5444
+ margin-right: 0;
5430
5445
  }
5431
5446
  .e-bigger .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child {
5432
5447
  width: 66px;
@@ -5507,10 +5522,12 @@ textarea.e-de-cmt-textarea {
5507
5522
  margin-right: 0;
5508
5523
  }
5509
5524
  .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
5525
+ .e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
5510
5526
  .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
5511
5527
  margin-right: 16px;
5512
5528
  }
5513
5529
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
5530
+ .e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
5514
5531
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
5515
5532
  margin-left: 16px;
5516
5533
  margin-right: 0;