@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.
Files changed (188) hide show
  1. package/@syncfusion/ej2-angular-documenteditor.es5.js +583 -0
  2. package/@syncfusion/ej2-angular-documenteditor.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-documenteditor.js +553 -0
  4. package/@syncfusion/ej2-angular-documenteditor.js.map +1 -0
  5. package/CHANGELOG.md +3024 -0
  6. package/dist/ej2-angular-documenteditor.umd.js +866 -0
  7. package/dist/ej2-angular-documenteditor.umd.js.map +1 -0
  8. package/dist/ej2-angular-documenteditor.umd.min.js +11 -0
  9. package/dist/ej2-angular-documenteditor.umd.min.js.map +1 -0
  10. package/ej2-angular-documenteditor.d.ts +6 -0
  11. package/ej2-angular-documenteditor.metadata.json +1 -0
  12. package/package.json +15 -29
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/document-editor/documenteditor-all.module.d.ts +1 -6
  18. package/src/document-editor/documenteditor.component.d.ts +0 -3
  19. package/src/document-editor/documenteditor.module.d.ts +0 -6
  20. package/src/document-editor-container/documenteditorcontainer-all.module.d.ts +0 -6
  21. package/src/document-editor-container/documenteditorcontainer.component.d.ts +0 -3
  22. package/src/document-editor-container/documenteditorcontainer.module.d.ts +0 -6
  23. package/src/index.d.ts +1 -1
  24. package/styles/bootstrap-dark.css +126 -0
  25. package/styles/bootstrap.css +126 -0
  26. package/styles/bootstrap4.css +126 -0
  27. package/styles/bootstrap5-dark.css +126 -0
  28. package/styles/bootstrap5.css +126 -0
  29. package/styles/document-editor/bootstrap-dark.css +61 -0
  30. package/styles/document-editor/bootstrap-dark.scss +1 -4
  31. package/styles/document-editor/bootstrap.css +61 -0
  32. package/styles/document-editor/bootstrap.scss +1 -4
  33. package/styles/document-editor/bootstrap4.css +61 -0
  34. package/styles/document-editor/bootstrap4.scss +1 -4
  35. package/styles/document-editor/bootstrap5-dark.css +61 -0
  36. package/styles/document-editor/bootstrap5-dark.scss +1 -4
  37. package/styles/document-editor/bootstrap5.css +61 -0
  38. package/styles/document-editor/bootstrap5.scss +1 -4
  39. package/styles/document-editor/fabric-dark.css +61 -0
  40. package/styles/document-editor/fabric-dark.scss +1 -4
  41. package/styles/document-editor/fabric.css +61 -0
  42. package/styles/document-editor/fabric.scss +1 -4
  43. package/styles/document-editor/fluent-dark.css +61 -0
  44. package/styles/document-editor/fluent-dark.scss +1 -4
  45. package/styles/document-editor/fluent.css +61 -0
  46. package/styles/document-editor/fluent.scss +1 -4
  47. package/styles/document-editor/highcontrast-light.css +47 -0
  48. package/styles/document-editor/highcontrast-light.scss +1 -4
  49. package/styles/document-editor/highcontrast.css +61 -0
  50. package/styles/document-editor/highcontrast.scss +1 -4
  51. package/styles/document-editor/material-dark.css +61 -0
  52. package/styles/document-editor/material-dark.scss +1 -4
  53. package/styles/document-editor/material.css +61 -0
  54. package/styles/document-editor/material.scss +1 -4
  55. package/styles/document-editor/tailwind-dark.css +61 -0
  56. package/styles/document-editor/tailwind-dark.scss +1 -4
  57. package/styles/document-editor/tailwind.css +61 -0
  58. package/styles/document-editor/tailwind.scss +1 -4
  59. package/styles/document-editor-container/bootstrap-dark.css +65 -0
  60. package/styles/document-editor-container/bootstrap-dark.scss +1 -5
  61. package/styles/document-editor-container/bootstrap.css +65 -0
  62. package/styles/document-editor-container/bootstrap.scss +1 -5
  63. package/styles/document-editor-container/bootstrap4.css +65 -0
  64. package/styles/document-editor-container/bootstrap4.scss +1 -5
  65. package/styles/document-editor-container/bootstrap5-dark.css +65 -0
  66. package/styles/document-editor-container/bootstrap5-dark.scss +1 -5
  67. package/styles/document-editor-container/bootstrap5.css +65 -0
  68. package/styles/document-editor-container/bootstrap5.scss +1 -5
  69. package/styles/document-editor-container/fabric-dark.css +66 -0
  70. package/styles/document-editor-container/fabric-dark.scss +1 -5
  71. package/styles/document-editor-container/fabric.css +66 -0
  72. package/styles/document-editor-container/fabric.scss +1 -5
  73. package/styles/document-editor-container/fluent-dark.css +65 -0
  74. package/styles/document-editor-container/fluent-dark.scss +1 -5
  75. package/styles/document-editor-container/fluent.css +65 -0
  76. package/styles/document-editor-container/fluent.scss +1 -5
  77. package/styles/document-editor-container/highcontrast-light.css +65 -0
  78. package/styles/document-editor-container/highcontrast-light.scss +1 -5
  79. package/styles/document-editor-container/highcontrast.css +65 -0
  80. package/styles/document-editor-container/highcontrast.scss +1 -5
  81. package/styles/document-editor-container/material-dark.css +65 -0
  82. package/styles/document-editor-container/material-dark.scss +1 -5
  83. package/styles/document-editor-container/material.css +65 -0
  84. package/styles/document-editor-container/material.scss +1 -5
  85. package/styles/document-editor-container/tailwind-dark.css +65 -0
  86. package/styles/document-editor-container/tailwind-dark.scss +1 -5
  87. package/styles/document-editor-container/tailwind.css +65 -0
  88. package/styles/document-editor-container/tailwind.scss +1 -5
  89. package/styles/fabric-dark.css +127 -0
  90. package/styles/fabric.css +127 -0
  91. package/styles/fluent-dark.css +126 -0
  92. package/styles/fluent.css +126 -0
  93. package/styles/highcontrast-light.css +112 -0
  94. package/styles/highcontrast.css +126 -0
  95. package/styles/material-dark.css +126 -0
  96. package/styles/material.css +126 -0
  97. package/styles/tailwind-dark.css +126 -0
  98. package/styles/tailwind.css +126 -0
  99. package/esm2020/public_api.mjs +0 -3
  100. package/esm2020/src/document-editor/documenteditor-all.module.mjs +0 -113
  101. package/esm2020/src/document-editor/documenteditor.component.mjs +0 -262
  102. package/esm2020/src/document-editor/documenteditor.module.mjs +0 -25
  103. package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +0 -29
  104. package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +0 -66
  105. package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +0 -25
  106. package/esm2020/src/index.mjs +0 -8
  107. package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -5
  108. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +0 -506
  109. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
  110. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -506
  111. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
  112. package/styles/document-editor/_all.scss +0 -3
  113. package/styles/document-editor/_bootstrap-dark-definition.scss +0 -544
  114. package/styles/document-editor/_bootstrap-definition.scss +0 -543
  115. package/styles/document-editor/_bootstrap4-definition.scss +0 -556
  116. package/styles/document-editor/_bootstrap5-dark-definition.scss +0 -1
  117. package/styles/document-editor/_bootstrap5-definition.scss +0 -557
  118. package/styles/document-editor/_fabric-dark-definition.scss +0 -546
  119. package/styles/document-editor/_fabric-definition.scss +0 -545
  120. package/styles/document-editor/_fluent-dark-definition.scss +0 -1
  121. package/styles/document-editor/_fluent-definition.scss +0 -566
  122. package/styles/document-editor/_fusionnew-definition.scss +0 -557
  123. package/styles/document-editor/_highcontrast-definition.scss +0 -545
  124. package/styles/document-editor/_highcontrast-light-definition.scss +0 -2985
  125. package/styles/document-editor/_layout.scss +0 -216
  126. package/styles/document-editor/_material-dark-definition.scss +0 -562
  127. package/styles/document-editor/_material-definition.scss +0 -562
  128. package/styles/document-editor/_material3-definition.scss +0 -557
  129. package/styles/document-editor/_tailwind-dark-definition.scss +0 -1
  130. package/styles/document-editor/_tailwind-definition.scss +0 -554
  131. package/styles/document-editor/_theme.scss +0 -3391
  132. package/styles/document-editor/icons/_bootstrap-dark.scss +0 -607
  133. package/styles/document-editor/icons/_bootstrap.scss +0 -607
  134. package/styles/document-editor/icons/_bootstrap4.scss +0 -592
  135. package/styles/document-editor/icons/_bootstrap5-dark.scss +0 -1
  136. package/styles/document-editor/icons/_bootstrap5.scss +0 -642
  137. package/styles/document-editor/icons/_fabric-dark.scss +0 -607
  138. package/styles/document-editor/icons/_fabric.scss +0 -607
  139. package/styles/document-editor/icons/_fluent-dark.scss +0 -1
  140. package/styles/document-editor/icons/_fluent.scss +0 -640
  141. package/styles/document-editor/icons/_fusionnew.scss +0 -642
  142. package/styles/document-editor/icons/_highcontrast-light.scss +0 -612
  143. package/styles/document-editor/icons/_highcontrast.scss +0 -607
  144. package/styles/document-editor/icons/_material-dark.scss +0 -600
  145. package/styles/document-editor/icons/_material.scss +0 -600
  146. package/styles/document-editor/icons/_material3.scss +0 -642
  147. package/styles/document-editor/icons/_tailwind-dark.scss +0 -642
  148. package/styles/document-editor/icons/_tailwind.scss +0 -642
  149. package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +0 -171
  150. package/styles/document-editor-container/_all.scss +0 -2
  151. package/styles/document-editor-container/_bootstrap-dark-definition.scss +0 -127
  152. package/styles/document-editor-container/_bootstrap-definition.scss +0 -127
  153. package/styles/document-editor-container/_bootstrap4-definition.scss +0 -143
  154. package/styles/document-editor-container/_bootstrap5-dark-definition.scss +0 -1
  155. package/styles/document-editor-container/_bootstrap5-definition.scss +0 -153
  156. package/styles/document-editor-container/_definition.scss +0 -11
  157. package/styles/document-editor-container/_fabric-dark-definition.scss +0 -132
  158. package/styles/document-editor-container/_fabric-definition.scss +0 -129
  159. package/styles/document-editor-container/_fluent-dark-definition.scss +0 -1
  160. package/styles/document-editor-container/_fluent-definition.scss +0 -154
  161. package/styles/document-editor-container/_fusionnew-definition.scss +0 -153
  162. package/styles/document-editor-container/_highcontrast-definition.scss +0 -130
  163. package/styles/document-editor-container/_highcontrast-light-definition.scss +0 -133
  164. package/styles/document-editor-container/_layout.scss +0 -87
  165. package/styles/document-editor-container/_material-dark-definition.scss +0 -131
  166. package/styles/document-editor-container/_material-definition.scss +0 -130
  167. package/styles/document-editor-container/_material3-definition.scss +0 -153
  168. package/styles/document-editor-container/_tailwind-dark-definition.scss +0 -1
  169. package/styles/document-editor-container/_tailwind-definition.scss +0 -147
  170. package/styles/document-editor-container/_theme.scss +0 -2005
  171. package/styles/document-editor-container/icons/_bootstrap-dark.scss +0 -402
  172. package/styles/document-editor-container/icons/_bootstrap.scss +0 -402
  173. package/styles/document-editor-container/icons/_bootstrap4.scss +0 -402
  174. package/styles/document-editor-container/icons/_bootstrap5-dark.scss +0 -1
  175. package/styles/document-editor-container/icons/_bootstrap5.scss +0 -428
  176. package/styles/document-editor-container/icons/_fabric-dark.scss +0 -402
  177. package/styles/document-editor-container/icons/_fabric.scss +0 -402
  178. package/styles/document-editor-container/icons/_fluent-dark.scss +0 -1
  179. package/styles/document-editor-container/icons/_fluent.scss +0 -428
  180. package/styles/document-editor-container/icons/_fusionnew.scss +0 -428
  181. package/styles/document-editor-container/icons/_highcontrast-light.scss +0 -402
  182. package/styles/document-editor-container/icons/_highcontrast.scss +0 -402
  183. package/styles/document-editor-container/icons/_material-dark.scss +0 -404
  184. package/styles/document-editor-container/icons/_material.scss +0 -404
  185. package/styles/document-editor-container/icons/_material3.scss +0 -428
  186. package/styles/document-editor-container/icons/_tailwind-dark.scss +0 -428
  187. package/styles/document-editor-container/icons/_tailwind.scss +0 -428
  188. package/syncfusion-ej2-angular-documenteditor.d.ts +0 -5
@@ -2360,6 +2360,45 @@ label[for=container_wholeWord] {
2360
2360
  top: -2px;
2361
2361
  }
2362
2362
 
2363
+ .e-de-columns-presets-genral {
2364
+ height: 62px;
2365
+ width: 62px;
2366
+ margin-right: 33px;
2367
+ margin-bottom: 12px;
2368
+ }
2369
+
2370
+ .e-de-columns-padding-alignment {
2371
+ padding-top: 24px;
2372
+ }
2373
+
2374
+ .e-de-column-dlg-preview-div {
2375
+ border: 1px solid rgba(0, 0, 0, 0.26);
2376
+ height: 120px;
2377
+ width: 120px;
2378
+ }
2379
+
2380
+ .e-de-padding-col-prev {
2381
+ padding-left: 15px;
2382
+ }
2383
+
2384
+ .e-width-space-div {
2385
+ width: 320px;
2386
+ }
2387
+
2388
+ .e-de-columns-presets-genral.e-de-rtl {
2389
+ margin-left: 33px;
2390
+ }
2391
+
2392
+ .e-de-padding-col-prev.e-de-rtl {
2393
+ padding-right: 15px;
2394
+ }
2395
+
2396
+ .e-de-column-dlg-preview-div.e-de-rtl {
2397
+ border: 1px solid rgba(0, 0, 0, 0.26);
2398
+ height: 120px;
2399
+ width: 120px;
2400
+ }
2401
+
2363
2402
  .e-menu-item .e-de-cmt-add::before {
2364
2403
  content: "\e814";
2365
2404
  font-family: "e-icons";
@@ -2612,6 +2651,14 @@ label[for=container_wholeWord] {
2612
2651
  content: "\e68a";
2613
2652
  }
2614
2653
 
2654
+ .e-de-preset-container {
2655
+ width: 95px;
2656
+ }
2657
+
2658
+ .e-de-preset-container.e-de-rtl {
2659
+ width: 85px;
2660
+ }
2661
+
2615
2662
  .e-bigger {
2616
2663
  /* stylelint-disable */
2617
2664
  /* stylelint-enable */
@@ -3142,6 +3189,71 @@ label[for=container_wholeWord] {
3142
3189
  font-family: "e-icons";
3143
3190
  }
3144
3191
 
3192
+ .e-de-ctnr-columns::before {
3193
+ content: "\e968";
3194
+ font-family: "e-icons";
3195
+ }
3196
+
3197
+ .e-de-ctnr-page-size::before {
3198
+ content: "\e947";
3199
+ font-family: "e-icons";
3200
+ }
3201
+
3202
+ .e-de-ctnr-page-break-column::before {
3203
+ content: "\e970";
3204
+ font-family: "e-icons";
3205
+ }
3206
+
3207
+ .e-de-ctnr-page-break-text-wrapping::before {
3208
+ content: "\e94a";
3209
+ font-family: "e-icons";
3210
+ }
3211
+
3212
+ .e-de-ctnr-section-break-continuous::before {
3213
+ content: "\e971";
3214
+ font-family: "e-icons";
3215
+ }
3216
+
3217
+ .e-de-ctnr-section-break-even-page::before {
3218
+ content: "\e964";
3219
+ font-family: "e-icons";
3220
+ }
3221
+
3222
+ .e-de-ctnr-section-break-odd-page::before {
3223
+ content: "\e967";
3224
+ font-family: "e-icons";
3225
+ }
3226
+
3227
+ .e-de-ctnr-columns-one::before {
3228
+ content: "\e977";
3229
+ font-family: "e-icons";
3230
+ font-size: 60px;
3231
+ }
3232
+
3233
+ .e-de-ctnr-columns-two::before {
3234
+ content: "\e978";
3235
+ font-family: "e-icons";
3236
+ font-size: 60px;
3237
+ }
3238
+
3239
+ .e-de-ctnr-columns-three::before {
3240
+ content: "\e979";
3241
+ font-family: "e-icons";
3242
+ font-size: 60px;
3243
+ }
3244
+
3245
+ .e-de-ctnr-columns-right::before {
3246
+ content: "\e974";
3247
+ font-family: "e-icons";
3248
+ font-size: 60px;
3249
+ }
3250
+
3251
+ .e-de-ctnr-columns-left::before {
3252
+ content: "\e975";
3253
+ font-family: "e-icons";
3254
+ font-size: 60px;
3255
+ }
3256
+
3145
3257
  .e-de-toolbar {
3146
3258
  height: 100%;
3147
3259
  }
@@ -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: #000;
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: "\e968";
4217
+ font-family: "e-icons";
4218
+ }
4219
+
4220
+ .e-de-ctnr-page-size::before {
4221
+ content: "\e947";
4222
+ font-family: "e-icons";
4223
+ }
4224
+
4225
+ .e-de-ctnr-page-break-column::before {
4226
+ content: "\e970";
4227
+ font-family: "e-icons";
4228
+ }
4229
+
4230
+ .e-de-ctnr-page-break-text-wrapping::before {
4231
+ content: "\e94a";
4232
+ font-family: "e-icons";
4233
+ }
4234
+
4235
+ .e-de-ctnr-section-break-continuous::before {
4236
+ content: "\e971";
4237
+ font-family: "e-icons";
4238
+ }
4239
+
4240
+ .e-de-ctnr-section-break-even-page::before {
4241
+ content: "\e964";
4242
+ font-family: "e-icons";
4243
+ }
4244
+
4245
+ .e-de-ctnr-section-break-odd-page::before {
4246
+ content: "\e967";
4247
+ font-family: "e-icons";
4248
+ }
4249
+
4250
+ .e-de-ctnr-columns-one::before {
4251
+ content: "\e977";
4252
+ font-family: "e-icons";
4253
+ font-size: 60px;
4254
+ }
4255
+
4256
+ .e-de-ctnr-columns-two::before {
4257
+ content: "\e978";
4258
+ font-family: "e-icons";
4259
+ font-size: 60px;
4260
+ }
4261
+
4262
+ .e-de-ctnr-columns-three::before {
4263
+ content: "\e979";
4264
+ font-family: "e-icons";
4265
+ font-size: 60px;
4266
+ }
4267
+
4268
+ .e-de-ctnr-columns-right::before {
4269
+ content: "\e974";
4270
+ font-family: "e-icons";
4271
+ font-size: 60px;
4272
+ }
4273
+
4274
+ .e-de-ctnr-columns-left::before {
4275
+ content: "\e975";
4276
+ font-family: "e-icons";
4277
+ font-size: 60px;
4278
+ }
4279
+
4154
4280
  .e-de-toolbar {
4155
4281
  height: 100%;
4156
4282
  }
@@ -302,6 +302,45 @@
302
302
  top: 4px;
303
303
  }
304
304
 
305
+ .e-de-columns-presets-genral {
306
+ height: 62px;
307
+ width: 62px;
308
+ margin-right: 33px;
309
+ margin-bottom: 12px;
310
+ }
311
+
312
+ .e-de-columns-padding-alignment {
313
+ padding-top: 24px;
314
+ }
315
+
316
+ .e-de-column-dlg-preview-div {
317
+ border: 1px solid #ddd;
318
+ height: 120px;
319
+ width: 120px;
320
+ }
321
+
322
+ .e-de-padding-col-prev {
323
+ padding-left: 15px;
324
+ }
325
+
326
+ .e-width-space-div {
327
+ width: 320px;
328
+ }
329
+
330
+ .e-de-columns-presets-genral.e-de-rtl {
331
+ margin-left: 33px;
332
+ }
333
+
334
+ .e-de-padding-col-prev.e-de-rtl {
335
+ padding-right: 15px;
336
+ }
337
+
338
+ .e-de-column-dlg-preview-div.e-de-rtl {
339
+ border: 1px solid #ddd;
340
+ height: 120px;
341
+ width: 120px;
342
+ }
343
+
305
344
  .e-de-acceptchange::before {
306
345
  content: "\e19f";
307
346
  font-family: "e-icons";
@@ -566,6 +605,14 @@
566
605
  content: "\e91f";
567
606
  }
568
607
 
608
+ .e-de-preset-container {
609
+ width: 95px;
610
+ }
611
+
612
+ .e-de-preset-container.e-de-rtl {
613
+ width: 85px;
614
+ }
615
+
569
616
  .e-de-dlg-container {
570
617
  padding-bottom: 12px;
571
618
  }
@@ -747,6 +794,20 @@
747
794
  background-color: #212121;
748
795
  }
749
796
 
797
+ .e-de-column-label {
798
+ font-size: 12px;
799
+ font-weight: normal;
800
+ padding-left: 20px;
801
+ padding-right: 20px;
802
+ }
803
+
804
+ .e-de-column-label.e-de-rtl {
805
+ font-size: 12px;
806
+ font-weight: normal;
807
+ padding-left: 50px;
808
+ padding-right: 50px;
809
+ }
810
+
750
811
  .e-de-ff-sub-header {
751
812
  display: block;
752
813
  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: "\e970";
4224
+ font-family: "e-icons";
4225
+ }
4226
+
4227
+ .e-de-ctnr-page-break-text-wrapping::before {
4228
+ content: "\e972";
4229
+ font-family: "e-icons";
4230
+ }
4231
+
4232
+ .e-de-ctnr-section-break-continuous::before {
4233
+ content: "\e971";
4234
+ font-family: "e-icons";
4235
+ }
4236
+
4237
+ .e-de-ctnr-section-break-even-page::before {
4238
+ content: "\e96e";
4239
+ font-family: "e-icons";
4240
+ }
4241
+
4242
+ .e-de-ctnr-section-break-odd-page::before {
4243
+ content: "\e96f";
4244
+ font-family: "e-icons";
4245
+ }
4246
+
4247
+ .e-de-ctnr-columns-one::before {
4248
+ content: "\e976";
4249
+ font-family: "e-icons";
4250
+ font-size: 60px;
4251
+ }
4252
+
4253
+ .e-de-ctnr-columns-two::before {
4254
+ content: "\e978";
4255
+ font-family: "e-icons";
4256
+ font-size: 60px;
4257
+ }
4258
+
4259
+ .e-de-ctnr-columns-three::before {
4260
+ content: "\e979";
4261
+ font-family: "e-icons";
4262
+ font-size: 60px;
4263
+ }
4264
+
4265
+ .e-de-ctnr-columns-right::before {
4266
+ content: "\e973";
4267
+ font-family: "e-icons";
4268
+ font-size: 60px;
4269
+ }
4270
+
4271
+ .e-de-ctnr-columns-left::before {
4272
+ content: "\e975";
4273
+ font-family: "e-icons";
4274
+ font-size: 60px;
4275
+ }
4276
+
4151
4277
  .e-de-toolbar {
4152
4278
  height: 100%;
4153
4279
  }
@@ -302,6 +302,45 @@
302
302
  top: 4px;
303
303
  }
304
304
 
305
+ .e-de-columns-presets-genral {
306
+ height: 62px;
307
+ width: 62px;
308
+ margin-right: 33px;
309
+ margin-bottom: 12px;
310
+ }
311
+
312
+ .e-de-columns-padding-alignment {
313
+ padding-top: 24px;
314
+ }
315
+
316
+ .e-de-column-dlg-preview-div {
317
+ border: 1px solid rgba(0, 0, 0, 0.26);
318
+ height: 120px;
319
+ width: 120px;
320
+ }
321
+
322
+ .e-de-padding-col-prev {
323
+ padding-left: 15px;
324
+ }
325
+
326
+ .e-width-space-div {
327
+ width: 320px;
328
+ }
329
+
330
+ .e-de-columns-presets-genral.e-de-rtl {
331
+ margin-left: 33px;
332
+ }
333
+
334
+ .e-de-padding-col-prev.e-de-rtl {
335
+ padding-right: 15px;
336
+ }
337
+
338
+ .e-de-column-dlg-preview-div.e-de-rtl {
339
+ border: 1px solid rgba(0, 0, 0, 0.26);
340
+ height: 120px;
341
+ width: 120px;
342
+ }
343
+
305
344
  .e-de-acceptchange::before {
306
345
  content: "\e19f";
307
346
  font-family: "e-icons";
@@ -566,6 +605,14 @@
566
605
  content: "\e91f";
567
606
  }
568
607
 
608
+ .e-de-preset-container {
609
+ width: 95px;
610
+ }
611
+
612
+ .e-de-preset-container.e-de-rtl {
613
+ width: 85px;
614
+ }
615
+
569
616
  .e-de-dlg-container {
570
617
  padding-bottom: 12px;
571
618
  }
@@ -747,6 +794,20 @@
747
794
  background-color: #fff;
748
795
  }
749
796
 
797
+ .e-de-column-label {
798
+ font-size: 12px;
799
+ font-weight: normal;
800
+ padding-left: 20px;
801
+ padding-right: 20px;
802
+ }
803
+
804
+ .e-de-column-label.e-de-rtl {
805
+ font-size: 12px;
806
+ font-weight: normal;
807
+ padding-left: 50px;
808
+ padding-right: 50px;
809
+ }
810
+
750
811
  .e-de-ff-sub-header {
751
812
  display: block;
752
813
  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: "\e970";
4224
+ font-family: "e-icons";
4225
+ }
4226
+
4227
+ .e-de-ctnr-page-break-text-wrapping::before {
4228
+ content: "\e972";
4229
+ font-family: "e-icons";
4230
+ }
4231
+
4232
+ .e-de-ctnr-section-break-continuous::before {
4233
+ content: "\e971";
4234
+ font-family: "e-icons";
4235
+ }
4236
+
4237
+ .e-de-ctnr-section-break-even-page::before {
4238
+ content: "\e96e";
4239
+ font-family: "e-icons";
4240
+ }
4241
+
4242
+ .e-de-ctnr-section-break-odd-page::before {
4243
+ content: "\e96f";
4244
+ font-family: "e-icons";
4245
+ }
4246
+
4247
+ .e-de-ctnr-columns-one::before {
4248
+ content: "\e976";
4249
+ font-family: "e-icons";
4250
+ font-size: 60px;
4251
+ }
4252
+
4253
+ .e-de-ctnr-columns-two::before {
4254
+ content: "\e978";
4255
+ font-family: "e-icons";
4256
+ font-size: 60px;
4257
+ }
4258
+
4259
+ .e-de-ctnr-columns-three::before {
4260
+ content: "\e979";
4261
+ font-family: "e-icons";
4262
+ font-size: 60px;
4263
+ }
4264
+
4265
+ .e-de-ctnr-columns-right::before {
4266
+ content: "\e973";
4267
+ font-family: "e-icons";
4268
+ font-size: 60px;
4269
+ }
4270
+
4271
+ .e-de-ctnr-columns-left::before {
4272
+ content: "\e975";
4273
+ font-family: "e-icons";
4274
+ font-size: 60px;
4275
+ }
4276
+
4151
4277
  .e-de-toolbar {
4152
4278
  height: 100%;
4153
4279
  }
@@ -345,6 +345,45 @@
345
345
  top: 2px;
346
346
  }
347
347
 
348
+ .e-de-columns-presets-genral {
349
+ height: 62px;
350
+ width: 62px;
351
+ margin-right: 33px;
352
+ margin-bottom: 12px;
353
+ }
354
+
355
+ .e-de-columns-padding-alignment {
356
+ padding-top: 24px;
357
+ }
358
+
359
+ .e-de-column-dlg-preview-div {
360
+ border: 1px solid #d1d5db;
361
+ height: 120px;
362
+ width: 120px;
363
+ }
364
+
365
+ .e-de-padding-col-prev {
366
+ padding-left: 15px;
367
+ }
368
+
369
+ .e-width-space-div {
370
+ width: 320px;
371
+ }
372
+
373
+ .e-de-columns-presets-genral.e-de-rtl {
374
+ margin-left: 33px;
375
+ }
376
+
377
+ .e-de-padding-col-prev.e-de-rtl {
378
+ padding-right: 15px;
379
+ }
380
+
381
+ .e-de-column-dlg-preview-div.e-de-rtl {
382
+ border: 1px solid #d1d5db;
383
+ height: 120px;
384
+ width: 120px;
385
+ }
386
+
348
387
  .e-menu-item .e-de-cmt-add::before {
349
388
  content: "\e82c";
350
389
  }
@@ -608,6 +647,14 @@
608
647
  content: "\e882";
609
648
  }
610
649
 
650
+ .e-de-preset-container {
651
+ width: 95px;
652
+ }
653
+
654
+ .e-de-preset-container.e-de-rtl {
655
+ width: 85px;
656
+ }
657
+
611
658
  .e-de-dlg-container {
612
659
  padding-bottom: 12px;
613
660
  }
@@ -789,6 +836,20 @@
789
836
  background-color: #4b5563;
790
837
  }
791
838
 
839
+ .e-de-column-label {
840
+ font-size: 12px;
841
+ font-weight: 500;
842
+ padding-left: 20px;
843
+ padding-right: 20px;
844
+ }
845
+
846
+ .e-de-column-label.e-de-rtl {
847
+ font-size: 12px;
848
+ font-weight: 500;
849
+ padding-left: 50px;
850
+ padding-right: 50px;
851
+ }
852
+
792
853
  .e-de-ff-sub-header {
793
854
  display: block;
794
855
  font-size: 12px;
@@ -4486,6 +4547,71 @@ label[for*=_wholeWord_e-de-rtl] {
4486
4547
  font-family: "e-icons";
4487
4548
  }
4488
4549
 
4550
+ .e-de-ctnr-columns::before {
4551
+ content: "\e89d";
4552
+ font-family: "e-icons";
4553
+ }
4554
+
4555
+ .e-de-ctnr-page-size::before {
4556
+ content: "\e89a";
4557
+ font-family: "e-icons";
4558
+ }
4559
+
4560
+ .e-de-ctnr-page-break-column::before {
4561
+ content: "\e8b4";
4562
+ font-family: "e-icons";
4563
+ }
4564
+
4565
+ .e-de-ctnr-page-break-text-wrapping::before {
4566
+ content: "\e8b6";
4567
+ font-family: "e-icons";
4568
+ }
4569
+
4570
+ .e-de-ctnr-section-break-continuous::before {
4571
+ content: "\e8b5";
4572
+ font-family: "e-icons";
4573
+ }
4574
+
4575
+ .e-de-ctnr-section-break-even-page::before {
4576
+ content: "\e8b3";
4577
+ font-family: "e-icons";
4578
+ }
4579
+
4580
+ .e-de-ctnr-section-break-odd-page::before {
4581
+ content: "\e8b2";
4582
+ font-family: "e-icons";
4583
+ }
4584
+
4585
+ .e-de-ctnr-columns-one::before {
4586
+ content: "\e8b9";
4587
+ font-family: "e-icons";
4588
+ font-size: 60px;
4589
+ }
4590
+
4591
+ .e-de-ctnr-columns-two::before {
4592
+ content: "\e8ba";
4593
+ font-family: "e-icons";
4594
+ font-size: 60px;
4595
+ }
4596
+
4597
+ .e-de-ctnr-columns-three::before {
4598
+ content: "\e8bb";
4599
+ font-family: "e-icons";
4600
+ font-size: 60px;
4601
+ }
4602
+
4603
+ .e-de-ctnr-columns-right::before {
4604
+ content: "\e8b7";
4605
+ font-family: "e-icons";
4606
+ font-size: 60px;
4607
+ }
4608
+
4609
+ .e-de-ctnr-columns-left::before {
4610
+ content: "\e8b8";
4611
+ font-family: "e-icons";
4612
+ font-size: 60px;
4613
+ }
4614
+
4489
4615
  .e-de-toolbar {
4490
4616
  height: 100%;
4491
4617
  }