@syncfusion/ej2-angular-documenteditor 20.3.60 → 20.4.38-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 +583 -0
- package/@syncfusion/ej2-angular-documenteditor.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-documenteditor.js +553 -0
- package/@syncfusion/ej2-angular-documenteditor.js.map +1 -0
- package/CHANGELOG.md +3024 -0
- package/dist/ej2-angular-documenteditor.umd.js +866 -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 +15 -29
- package/postinstall/tagchange.js +18 -0
- 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/src/document-editor/documenteditor-all.module.d.ts +1 -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/src/index.d.ts +1 -1
- package/styles/bootstrap-dark.css +126 -0
- package/styles/bootstrap.css +126 -0
- package/styles/bootstrap4.css +126 -0
- package/styles/bootstrap5-dark.css +126 -0
- package/styles/bootstrap5.css +126 -0
- package/styles/document-editor/bootstrap-dark.css +61 -0
- package/styles/document-editor/bootstrap-dark.scss +1 -4
- package/styles/document-editor/bootstrap.css +61 -0
- package/styles/document-editor/bootstrap.scss +1 -4
- package/styles/document-editor/bootstrap4.css +61 -0
- package/styles/document-editor/bootstrap4.scss +1 -4
- package/styles/document-editor/bootstrap5-dark.css +61 -0
- package/styles/document-editor/bootstrap5-dark.scss +1 -4
- package/styles/document-editor/bootstrap5.css +61 -0
- package/styles/document-editor/bootstrap5.scss +1 -4
- package/styles/document-editor/fabric-dark.css +61 -0
- package/styles/document-editor/fabric-dark.scss +1 -4
- package/styles/document-editor/fabric.css +61 -0
- package/styles/document-editor/fabric.scss +1 -4
- package/styles/document-editor/fluent-dark.css +61 -0
- package/styles/document-editor/fluent-dark.scss +1 -4
- package/styles/document-editor/fluent.css +61 -0
- package/styles/document-editor/fluent.scss +1 -4
- package/styles/document-editor/highcontrast-light.css +47 -0
- package/styles/document-editor/highcontrast-light.scss +1 -4
- package/styles/document-editor/highcontrast.css +61 -0
- package/styles/document-editor/highcontrast.scss +1 -4
- package/styles/document-editor/material-dark.css +61 -0
- package/styles/document-editor/material-dark.scss +1 -4
- package/styles/document-editor/material.css +61 -0
- package/styles/document-editor/material.scss +1 -4
- package/styles/document-editor/tailwind-dark.css +61 -0
- package/styles/document-editor/tailwind-dark.scss +1 -4
- package/styles/document-editor/tailwind.css +61 -0
- package/styles/document-editor/tailwind.scss +1 -4
- package/styles/document-editor-container/bootstrap-dark.css +65 -0
- package/styles/document-editor-container/bootstrap-dark.scss +1 -5
- package/styles/document-editor-container/bootstrap.css +65 -0
- package/styles/document-editor-container/bootstrap.scss +1 -5
- package/styles/document-editor-container/bootstrap4.css +65 -0
- package/styles/document-editor-container/bootstrap4.scss +1 -5
- package/styles/document-editor-container/bootstrap5-dark.css +65 -0
- package/styles/document-editor-container/bootstrap5-dark.scss +1 -5
- package/styles/document-editor-container/bootstrap5.css +65 -0
- package/styles/document-editor-container/bootstrap5.scss +1 -5
- package/styles/document-editor-container/fabric-dark.css +66 -0
- package/styles/document-editor-container/fabric-dark.scss +1 -5
- package/styles/document-editor-container/fabric.css +66 -0
- package/styles/document-editor-container/fabric.scss +1 -5
- package/styles/document-editor-container/fluent-dark.css +65 -0
- package/styles/document-editor-container/fluent-dark.scss +1 -5
- package/styles/document-editor-container/fluent.css +65 -0
- package/styles/document-editor-container/fluent.scss +1 -5
- package/styles/document-editor-container/highcontrast-light.css +65 -0
- package/styles/document-editor-container/highcontrast-light.scss +1 -5
- package/styles/document-editor-container/highcontrast.css +65 -0
- package/styles/document-editor-container/highcontrast.scss +1 -5
- package/styles/document-editor-container/material-dark.css +65 -0
- package/styles/document-editor-container/material-dark.scss +1 -5
- package/styles/document-editor-container/material.css +65 -0
- package/styles/document-editor-container/material.scss +1 -5
- package/styles/document-editor-container/tailwind-dark.css +65 -0
- package/styles/document-editor-container/tailwind-dark.scss +1 -5
- package/styles/document-editor-container/tailwind.css +65 -0
- package/styles/document-editor-container/tailwind.scss +1 -5
- package/styles/fabric-dark.css +127 -0
- package/styles/fabric.css +127 -0
- package/styles/fluent-dark.css +126 -0
- package/styles/fluent.css +126 -0
- package/styles/highcontrast-light.css +112 -0
- package/styles/highcontrast.css +126 -0
- package/styles/material-dark.css +126 -0
- package/styles/material.css +126 -0
- package/styles/tailwind-dark.css +126 -0
- package/styles/tailwind.css +126 -0
- 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 -2005
- 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
|
@@ -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
|
}
|
package/src/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { DocumentEditorComponent } from './document-editor/documenteditor.component';
|
|
2
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 } from './document-editor/documenteditor-all.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 } from './document-editor/documenteditor-all.module';
|
|
4
4
|
export { DocumentEditorContainerComponent } from './document-editor-container/documenteditorcontainer.component';
|
|
5
5
|
export { DocumentEditorContainerModule } from './document-editor-container/documenteditorcontainer.module';
|
|
6
6
|
export { DocumentEditorContainerAllModule, ToolbarService } from './document-editor-container/documenteditorcontainer-all.module';
|
|
@@ -314,6 +314,45 @@
|
|
|
314
314
|
top: 2px;
|
|
315
315
|
}
|
|
316
316
|
|
|
317
|
+
.e-de-columns-presets-genral {
|
|
318
|
+
height: 62px;
|
|
319
|
+
width: 62px;
|
|
320
|
+
margin-right: 33px;
|
|
321
|
+
margin-bottom: 12px;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
.e-de-columns-padding-alignment {
|
|
325
|
+
padding-top: 24px;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
.e-de-column-dlg-preview-div {
|
|
329
|
+
border: 1px solid #ddd;
|
|
330
|
+
height: 120px;
|
|
331
|
+
width: 120px;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
.e-de-padding-col-prev {
|
|
335
|
+
padding-left: 15px;
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
.e-width-space-div {
|
|
339
|
+
width: 320px;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
.e-de-columns-presets-genral.e-de-rtl {
|
|
343
|
+
margin-left: 33px;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
.e-de-padding-col-prev.e-de-rtl {
|
|
347
|
+
padding-right: 15px;
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
.e-de-column-dlg-preview-div.e-de-rtl {
|
|
351
|
+
border: 1px solid #ddd;
|
|
352
|
+
height: 120px;
|
|
353
|
+
width: 120px;
|
|
354
|
+
}
|
|
355
|
+
|
|
317
356
|
.e-menu-item .e-de-cmt-add::before {
|
|
318
357
|
content: "\e814";
|
|
319
358
|
font-family: "e-icons";
|
|
@@ -571,6 +610,14 @@
|
|
|
571
610
|
content: "\e68a";
|
|
572
611
|
}
|
|
573
612
|
|
|
613
|
+
.e-de-preset-container {
|
|
614
|
+
width: 95px;
|
|
615
|
+
}
|
|
616
|
+
|
|
617
|
+
.e-de-preset-container.e-de-rtl {
|
|
618
|
+
width: 85px;
|
|
619
|
+
}
|
|
620
|
+
|
|
574
621
|
.e-de-dlg-container {
|
|
575
622
|
padding-bottom: 12px;
|
|
576
623
|
}
|
|
@@ -752,6 +799,20 @@
|
|
|
752
799
|
background-color: #232323;
|
|
753
800
|
}
|
|
754
801
|
|
|
802
|
+
.e-de-column-label {
|
|
803
|
+
font-size: 12px;
|
|
804
|
+
font-weight: normal;
|
|
805
|
+
padding-left: 20px;
|
|
806
|
+
padding-right: 20px;
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
.e-de-column-label.e-de-rtl {
|
|
810
|
+
font-size: 12px;
|
|
811
|
+
font-weight: normal;
|
|
812
|
+
padding-left: 50px;
|
|
813
|
+
padding-right: 50px;
|
|
814
|
+
}
|
|
815
|
+
|
|
755
816
|
.e-de-ff-sub-header {
|
|
756
817
|
display: block;
|
|
757
818
|
font-size: 12px;
|
|
@@ -4151,6 +4212,71 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4151
4212
|
font-family: "e-icons";
|
|
4152
4213
|
}
|
|
4153
4214
|
|
|
4215
|
+
.e-de-ctnr-columns::before {
|
|
4216
|
+
content: "\e955";
|
|
4217
|
+
font-family: "e-icons";
|
|
4218
|
+
}
|
|
4219
|
+
|
|
4220
|
+
.e-de-ctnr-page-size::before {
|
|
4221
|
+
content: "\e952";
|
|
4222
|
+
font-family: "e-icons";
|
|
4223
|
+
}
|
|
4224
|
+
|
|
4225
|
+
.e-de-ctnr-page-break-column::before {
|
|
4226
|
+
content: "\e980";
|
|
4227
|
+
font-family: "e-icons";
|
|
4228
|
+
}
|
|
4229
|
+
|
|
4230
|
+
.e-de-ctnr-page-break-text-wrapping::before {
|
|
4231
|
+
content: "\e982";
|
|
4232
|
+
font-family: "e-icons";
|
|
4233
|
+
}
|
|
4234
|
+
|
|
4235
|
+
.e-de-ctnr-section-break-continuous::before {
|
|
4236
|
+
content: "\e981";
|
|
4237
|
+
font-family: "e-icons";
|
|
4238
|
+
}
|
|
4239
|
+
|
|
4240
|
+
.e-de-ctnr-section-break-even-page::before {
|
|
4241
|
+
content: "\e97e";
|
|
4242
|
+
font-family: "e-icons";
|
|
4243
|
+
}
|
|
4244
|
+
|
|
4245
|
+
.e-de-ctnr-section-break-odd-page::before {
|
|
4246
|
+
content: "\e97f";
|
|
4247
|
+
font-family: "e-icons";
|
|
4248
|
+
}
|
|
4249
|
+
|
|
4250
|
+
.e-de-ctnr-columns-one::before {
|
|
4251
|
+
content: "\e986";
|
|
4252
|
+
font-family: "e-icons";
|
|
4253
|
+
font-size: 60px;
|
|
4254
|
+
}
|
|
4255
|
+
|
|
4256
|
+
.e-de-ctnr-columns-two::before {
|
|
4257
|
+
content: "\e987";
|
|
4258
|
+
font-family: "e-icons";
|
|
4259
|
+
font-size: 60px;
|
|
4260
|
+
}
|
|
4261
|
+
|
|
4262
|
+
.e-de-ctnr-columns-three::before {
|
|
4263
|
+
content: "\e989";
|
|
4264
|
+
font-family: "e-icons";
|
|
4265
|
+
font-size: 60px;
|
|
4266
|
+
}
|
|
4267
|
+
|
|
4268
|
+
.e-de-ctnr-columns-right::before {
|
|
4269
|
+
content: "\e983";
|
|
4270
|
+
font-family: "e-icons";
|
|
4271
|
+
font-size: 60px;
|
|
4272
|
+
}
|
|
4273
|
+
|
|
4274
|
+
.e-de-ctnr-columns-left::before {
|
|
4275
|
+
content: "\e985";
|
|
4276
|
+
font-family: "e-icons";
|
|
4277
|
+
font-size: 60px;
|
|
4278
|
+
}
|
|
4279
|
+
|
|
4154
4280
|
.e-de-toolbar {
|
|
4155
4281
|
height: 100%;
|
|
4156
4282
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -314,6 +314,45 @@
|
|
|
314
314
|
top: 2px;
|
|
315
315
|
}
|
|
316
316
|
|
|
317
|
+
.e-de-columns-presets-genral {
|
|
318
|
+
height: 62px;
|
|
319
|
+
width: 62px;
|
|
320
|
+
margin-right: 33px;
|
|
321
|
+
margin-bottom: 12px;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
.e-de-columns-padding-alignment {
|
|
325
|
+
padding-top: 24px;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
.e-de-column-dlg-preview-div {
|
|
329
|
+
border: 1px solid rgba(0, 0, 0, 0.26);
|
|
330
|
+
height: 120px;
|
|
331
|
+
width: 120px;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
.e-de-padding-col-prev {
|
|
335
|
+
padding-left: 15px;
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
.e-width-space-div {
|
|
339
|
+
width: 320px;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
.e-de-columns-presets-genral.e-de-rtl {
|
|
343
|
+
margin-left: 33px;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
.e-de-padding-col-prev.e-de-rtl {
|
|
347
|
+
padding-right: 15px;
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
.e-de-column-dlg-preview-div.e-de-rtl {
|
|
351
|
+
border: 1px solid rgba(0, 0, 0, 0.26);
|
|
352
|
+
height: 120px;
|
|
353
|
+
width: 120px;
|
|
354
|
+
}
|
|
355
|
+
|
|
317
356
|
.e-menu-item .e-de-cmt-add::before {
|
|
318
357
|
content: "\e814";
|
|
319
358
|
font-family: "e-icons";
|
|
@@ -571,6 +610,14 @@
|
|
|
571
610
|
content: "\e68a";
|
|
572
611
|
}
|
|
573
612
|
|
|
613
|
+
.e-de-preset-container {
|
|
614
|
+
width: 95px;
|
|
615
|
+
}
|
|
616
|
+
|
|
617
|
+
.e-de-preset-container.e-de-rtl {
|
|
618
|
+
width: 85px;
|
|
619
|
+
}
|
|
620
|
+
|
|
574
621
|
.e-de-dlg-container {
|
|
575
622
|
padding-bottom: 12px;
|
|
576
623
|
}
|
|
@@ -752,6 +799,20 @@
|
|
|
752
799
|
background-color: #fff;
|
|
753
800
|
}
|
|
754
801
|
|
|
802
|
+
.e-de-column-label {
|
|
803
|
+
font-size: 12px;
|
|
804
|
+
font-weight: normal;
|
|
805
|
+
padding-left: 20px;
|
|
806
|
+
padding-right: 20px;
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
.e-de-column-label.e-de-rtl {
|
|
810
|
+
font-size: 12px;
|
|
811
|
+
font-weight: normal;
|
|
812
|
+
padding-left: 50px;
|
|
813
|
+
padding-right: 50px;
|
|
814
|
+
}
|
|
815
|
+
|
|
755
816
|
.e-de-ff-sub-header {
|
|
756
817
|
display: block;
|
|
757
818
|
font-size: 12px;
|
|
@@ -4148,6 +4209,71 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4148
4209
|
font-family: "e-icons";
|
|
4149
4210
|
}
|
|
4150
4211
|
|
|
4212
|
+
.e-de-ctnr-columns::before {
|
|
4213
|
+
content: "\e955";
|
|
4214
|
+
font-family: "e-icons";
|
|
4215
|
+
}
|
|
4216
|
+
|
|
4217
|
+
.e-de-ctnr-page-size::before {
|
|
4218
|
+
content: "\e952";
|
|
4219
|
+
font-family: "e-icons";
|
|
4220
|
+
}
|
|
4221
|
+
|
|
4222
|
+
.e-de-ctnr-page-break-column::before {
|
|
4223
|
+
content: "\e980";
|
|
4224
|
+
font-family: "e-icons";
|
|
4225
|
+
}
|
|
4226
|
+
|
|
4227
|
+
.e-de-ctnr-page-break-text-wrapping::before {
|
|
4228
|
+
content: "\e982";
|
|
4229
|
+
font-family: "e-icons";
|
|
4230
|
+
}
|
|
4231
|
+
|
|
4232
|
+
.e-de-ctnr-section-break-continuous::before {
|
|
4233
|
+
content: "\e981";
|
|
4234
|
+
font-family: "e-icons";
|
|
4235
|
+
}
|
|
4236
|
+
|
|
4237
|
+
.e-de-ctnr-section-break-even-page::before {
|
|
4238
|
+
content: "\e97e";
|
|
4239
|
+
font-family: "e-icons";
|
|
4240
|
+
}
|
|
4241
|
+
|
|
4242
|
+
.e-de-ctnr-section-break-odd-page::before {
|
|
4243
|
+
content: "\e97f";
|
|
4244
|
+
font-family: "e-icons";
|
|
4245
|
+
}
|
|
4246
|
+
|
|
4247
|
+
.e-de-ctnr-columns-one::before {
|
|
4248
|
+
content: "\e986";
|
|
4249
|
+
font-family: "e-icons";
|
|
4250
|
+
font-size: 60px;
|
|
4251
|
+
}
|
|
4252
|
+
|
|
4253
|
+
.e-de-ctnr-columns-two::before {
|
|
4254
|
+
content: "\e987";
|
|
4255
|
+
font-family: "e-icons";
|
|
4256
|
+
font-size: 60px;
|
|
4257
|
+
}
|
|
4258
|
+
|
|
4259
|
+
.e-de-ctnr-columns-three::before {
|
|
4260
|
+
content: "\e989";
|
|
4261
|
+
font-family: "e-icons";
|
|
4262
|
+
font-size: 60px;
|
|
4263
|
+
}
|
|
4264
|
+
|
|
4265
|
+
.e-de-ctnr-columns-right::before {
|
|
4266
|
+
content: "\e983";
|
|
4267
|
+
font-family: "e-icons";
|
|
4268
|
+
font-size: 60px;
|
|
4269
|
+
}
|
|
4270
|
+
|
|
4271
|
+
.e-de-ctnr-columns-left::before {
|
|
4272
|
+
content: "\e985";
|
|
4273
|
+
font-family: "e-icons";
|
|
4274
|
+
font-size: 60px;
|
|
4275
|
+
}
|
|
4276
|
+
|
|
4151
4277
|
.e-de-toolbar {
|
|
4152
4278
|
height: 100%;
|
|
4153
4279
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -405,6 +405,45 @@
|
|
|
405
405
|
top: 2px;
|
|
406
406
|
}
|
|
407
407
|
|
|
408
|
+
.e-de-columns-presets-genral {
|
|
409
|
+
height: 62px;
|
|
410
|
+
width: 62px;
|
|
411
|
+
margin-right: 33px;
|
|
412
|
+
margin-bottom: 12px;
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
.e-de-columns-padding-alignment {
|
|
416
|
+
padding-top: 24px;
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
.e-de-column-dlg-preview-div {
|
|
420
|
+
border: 1px solid rgba(0, 0, 0, 0.26);
|
|
421
|
+
height: 120px;
|
|
422
|
+
width: 120px;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
.e-de-padding-col-prev {
|
|
426
|
+
padding-left: 15px;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
.e-width-space-div {
|
|
430
|
+
width: 320px;
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
.e-de-columns-presets-genral.e-de-rtl {
|
|
434
|
+
margin-left: 33px;
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
.e-de-padding-col-prev.e-de-rtl {
|
|
438
|
+
padding-right: 15px;
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
.e-de-column-dlg-preview-div.e-de-rtl {
|
|
442
|
+
border: 1px solid rgba(0, 0, 0, 0.26);
|
|
443
|
+
height: 120px;
|
|
444
|
+
width: 120px;
|
|
445
|
+
}
|
|
446
|
+
|
|
408
447
|
.e-de-table-border-diagionalup-alignment::before {
|
|
409
448
|
content: "\e7ca";
|
|
410
449
|
font-size: 16px;
|
|
@@ -568,6 +607,14 @@
|
|
|
568
607
|
content: "\e91f";
|
|
569
608
|
}
|
|
570
609
|
|
|
610
|
+
.e-de-preset-container {
|
|
611
|
+
width: 95px;
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
.e-de-preset-container.e-de-rtl {
|
|
615
|
+
width: 85px;
|
|
616
|
+
}
|
|
617
|
+
|
|
571
618
|
.e-de-dlg-container {
|
|
572
619
|
padding-bottom: 12px;
|
|
573
620
|
}
|
|
@@ -749,6 +796,20 @@
|
|
|
749
796
|
background-color: #e9ecef;
|
|
750
797
|
}
|
|
751
798
|
|
|
799
|
+
.e-de-column-label {
|
|
800
|
+
font-size: 12px;
|
|
801
|
+
font-weight: normal;
|
|
802
|
+
padding-left: 20px;
|
|
803
|
+
padding-right: 20px;
|
|
804
|
+
}
|
|
805
|
+
|
|
806
|
+
.e-de-column-label.e-de-rtl {
|
|
807
|
+
font-size: 12px;
|
|
808
|
+
font-weight: normal;
|
|
809
|
+
padding-left: 50px;
|
|
810
|
+
padding-right: 50px;
|
|
811
|
+
}
|
|
812
|
+
|
|
752
813
|
.e-de-ff-sub-header {
|
|
753
814
|
display: block;
|
|
754
815
|
font-size: 12px;
|
|
@@ -4299,6 +4360,71 @@ textarea.e-de-cmt-textarea {
|
|
|
4299
4360
|
font-family: "e-icons";
|
|
4300
4361
|
}
|
|
4301
4362
|
|
|
4363
|
+
.e-de-ctnr-columns::before {
|
|
4364
|
+
content: "\e955";
|
|
4365
|
+
font-family: "e-icons";
|
|
4366
|
+
}
|
|
4367
|
+
|
|
4368
|
+
.e-de-ctnr-page-size::before {
|
|
4369
|
+
content: "\e952";
|
|
4370
|
+
font-family: "e-icons";
|
|
4371
|
+
}
|
|
4372
|
+
|
|
4373
|
+
.e-de-ctnr-page-break-column::before {
|
|
4374
|
+
content: "\e970";
|
|
4375
|
+
font-family: "e-icons";
|
|
4376
|
+
}
|
|
4377
|
+
|
|
4378
|
+
.e-de-ctnr-page-break-text-wrapping::before {
|
|
4379
|
+
content: "\e972";
|
|
4380
|
+
font-family: "e-icons";
|
|
4381
|
+
}
|
|
4382
|
+
|
|
4383
|
+
.e-de-ctnr-section-break-continuous::before {
|
|
4384
|
+
content: "\e971";
|
|
4385
|
+
font-family: "e-icons";
|
|
4386
|
+
}
|
|
4387
|
+
|
|
4388
|
+
.e-de-ctnr-section-break-even-page::before {
|
|
4389
|
+
content: "\e96e";
|
|
4390
|
+
font-family: "e-icons";
|
|
4391
|
+
}
|
|
4392
|
+
|
|
4393
|
+
.e-de-ctnr-section-break-odd-page::before {
|
|
4394
|
+
content: "\e96f";
|
|
4395
|
+
font-family: "e-icons";
|
|
4396
|
+
}
|
|
4397
|
+
|
|
4398
|
+
.e-de-ctnr-columns-one::before {
|
|
4399
|
+
content: "\e975";
|
|
4400
|
+
font-family: "e-icons";
|
|
4401
|
+
font-size: 60px;
|
|
4402
|
+
}
|
|
4403
|
+
|
|
4404
|
+
.e-de-ctnr-columns-two::before {
|
|
4405
|
+
content: "\e976";
|
|
4406
|
+
font-family: "e-icons";
|
|
4407
|
+
font-size: 60px;
|
|
4408
|
+
}
|
|
4409
|
+
|
|
4410
|
+
.e-de-ctnr-columns-three::before {
|
|
4411
|
+
content: "\e977";
|
|
4412
|
+
font-family: "e-icons";
|
|
4413
|
+
font-size: 60px;
|
|
4414
|
+
}
|
|
4415
|
+
|
|
4416
|
+
.e-de-ctnr-columns-right::before {
|
|
4417
|
+
content: "\e973";
|
|
4418
|
+
font-family: "e-icons";
|
|
4419
|
+
font-size: 60px;
|
|
4420
|
+
}
|
|
4421
|
+
|
|
4422
|
+
.e-de-ctnr-columns-left::before {
|
|
4423
|
+
content: "\e974";
|
|
4424
|
+
font-family: "e-icons";
|
|
4425
|
+
font-size: 60px;
|
|
4426
|
+
}
|
|
4427
|
+
|
|
4302
4428
|
.e-de-toolbar {
|
|
4303
4429
|
height: 100%;
|
|
4304
4430
|
}
|
|
@@ -343,6 +343,45 @@
|
|
|
343
343
|
top: 2px;
|
|
344
344
|
}
|
|
345
345
|
|
|
346
|
+
.e-de-columns-presets-genral {
|
|
347
|
+
height: 62px;
|
|
348
|
+
width: 62px;
|
|
349
|
+
margin-right: 33px;
|
|
350
|
+
margin-bottom: 12px;
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
.e-de-columns-padding-alignment {
|
|
354
|
+
padding-top: 24px;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
.e-de-column-dlg-preview-div {
|
|
358
|
+
border: 1px solid #adb5bd;
|
|
359
|
+
height: 120px;
|
|
360
|
+
width: 120px;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
.e-de-padding-col-prev {
|
|
364
|
+
padding-left: 15px;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
.e-width-space-div {
|
|
368
|
+
width: 320px;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
.e-de-columns-presets-genral.e-de-rtl {
|
|
372
|
+
margin-left: 33px;
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
.e-de-padding-col-prev.e-de-rtl {
|
|
376
|
+
padding-right: 15px;
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
.e-de-column-dlg-preview-div.e-de-rtl {
|
|
380
|
+
border: 1px solid #adb5bd;
|
|
381
|
+
height: 120px;
|
|
382
|
+
width: 120px;
|
|
383
|
+
}
|
|
384
|
+
|
|
346
385
|
.e-menu-item .e-de-cmt-add::before {
|
|
347
386
|
content: "\e82c";
|
|
348
387
|
}
|
|
@@ -606,6 +645,14 @@
|
|
|
606
645
|
content: "\e882";
|
|
607
646
|
}
|
|
608
647
|
|
|
648
|
+
.e-de-preset-container {
|
|
649
|
+
width: 95px;
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
.e-de-preset-container.e-de-rtl {
|
|
653
|
+
width: 85px;
|
|
654
|
+
}
|
|
655
|
+
|
|
609
656
|
.e-de-dlg-container {
|
|
610
657
|
padding-bottom: 12px;
|
|
611
658
|
}
|
|
@@ -787,6 +834,20 @@
|
|
|
787
834
|
background-color: #282d31;
|
|
788
835
|
}
|
|
789
836
|
|
|
837
|
+
.e-de-column-label {
|
|
838
|
+
font-size: 12px;
|
|
839
|
+
font-weight: 500;
|
|
840
|
+
padding-left: 20px;
|
|
841
|
+
padding-right: 20px;
|
|
842
|
+
}
|
|
843
|
+
|
|
844
|
+
.e-de-column-label.e-de-rtl {
|
|
845
|
+
font-size: 12px;
|
|
846
|
+
font-weight: 500;
|
|
847
|
+
padding-left: 50px;
|
|
848
|
+
padding-right: 50px;
|
|
849
|
+
}
|
|
850
|
+
|
|
790
851
|
.e-de-ff-sub-header {
|
|
791
852
|
display: block;
|
|
792
853
|
font-size: 12px;
|
|
@@ -4271,6 +4332,71 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4271
4332
|
font-family: "e-icons";
|
|
4272
4333
|
}
|
|
4273
4334
|
|
|
4335
|
+
.e-de-ctnr-columns::before {
|
|
4336
|
+
content: "\e8b4";
|
|
4337
|
+
font-family: "e-icons";
|
|
4338
|
+
}
|
|
4339
|
+
|
|
4340
|
+
.e-de-ctnr-page-size::before {
|
|
4341
|
+
content: "\e89a";
|
|
4342
|
+
font-family: "e-icons";
|
|
4343
|
+
}
|
|
4344
|
+
|
|
4345
|
+
.e-de-ctnr-page-break-column::before {
|
|
4346
|
+
content: "\e8b6";
|
|
4347
|
+
font-family: "e-icons";
|
|
4348
|
+
}
|
|
4349
|
+
|
|
4350
|
+
.e-de-ctnr-page-break-text-wrapping::before {
|
|
4351
|
+
content: "\e89d";
|
|
4352
|
+
font-family: "e-icons";
|
|
4353
|
+
}
|
|
4354
|
+
|
|
4355
|
+
.e-de-ctnr-section-break-continuous::before {
|
|
4356
|
+
content: "\e8b5";
|
|
4357
|
+
font-family: "e-icons";
|
|
4358
|
+
}
|
|
4359
|
+
|
|
4360
|
+
.e-de-ctnr-section-break-even-page::before {
|
|
4361
|
+
content: "\e8b2";
|
|
4362
|
+
font-family: "e-icons";
|
|
4363
|
+
}
|
|
4364
|
+
|
|
4365
|
+
.e-de-ctnr-section-break-odd-page::before {
|
|
4366
|
+
content: "\e8b3";
|
|
4367
|
+
font-family: "e-icons";
|
|
4368
|
+
}
|
|
4369
|
+
|
|
4370
|
+
.e-de-ctnr-columns-one::before {
|
|
4371
|
+
content: "\e8b9";
|
|
4372
|
+
font-family: "e-icons";
|
|
4373
|
+
font-size: 60px;
|
|
4374
|
+
}
|
|
4375
|
+
|
|
4376
|
+
.e-de-ctnr-columns-two::before {
|
|
4377
|
+
content: "\e8ba";
|
|
4378
|
+
font-family: "e-icons";
|
|
4379
|
+
font-size: 60px;
|
|
4380
|
+
}
|
|
4381
|
+
|
|
4382
|
+
.e-de-ctnr-columns-three::before {
|
|
4383
|
+
content: "\e8bb";
|
|
4384
|
+
font-family: "e-icons";
|
|
4385
|
+
font-size: 60px;
|
|
4386
|
+
}
|
|
4387
|
+
|
|
4388
|
+
.e-de-ctnr-columns-right::before {
|
|
4389
|
+
content: "\e8b7";
|
|
4390
|
+
font-family: "e-icons";
|
|
4391
|
+
font-size: 60px;
|
|
4392
|
+
}
|
|
4393
|
+
|
|
4394
|
+
.e-de-ctnr-columns-left::before {
|
|
4395
|
+
content: "\e8b8";
|
|
4396
|
+
font-family: "e-icons";
|
|
4397
|
+
font-size: 60px;
|
|
4398
|
+
}
|
|
4399
|
+
|
|
4274
4400
|
.e-de-toolbar {
|
|
4275
4401
|
height: 100%;
|
|
4276
4402
|
}
|