@syncfusion/ej2-angular-documenteditor 19.3.54 → 19.3.55

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 (33) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/ej2-angular-documenteditor.umd.js +1 -1
  3. package/dist/ej2-angular-documenteditor.umd.min.js +1 -1
  4. package/package.json +7 -7
  5. package/schematics/utils/lib-details.d.ts +2 -2
  6. package/schematics/utils/lib-details.js +2 -2
  7. package/schematics/utils/lib-details.ts +2 -2
  8. package/styles/bootstrap-dark.css +4 -4
  9. package/styles/bootstrap.css +4 -4
  10. package/styles/bootstrap4.css +5 -5
  11. package/styles/bootstrap5-dark.css +6 -6
  12. package/styles/bootstrap5.css +6 -6
  13. package/styles/document-editor-container/bootstrap-dark.css +4 -4
  14. package/styles/document-editor-container/bootstrap.css +4 -4
  15. package/styles/document-editor-container/bootstrap4.css +5 -5
  16. package/styles/document-editor-container/bootstrap5-dark.css +6 -6
  17. package/styles/document-editor-container/bootstrap5.css +6 -6
  18. package/styles/document-editor-container/fabric-dark.css +4 -4
  19. package/styles/document-editor-container/fabric.css +4 -4
  20. package/styles/document-editor-container/highcontrast-light.css +4 -4
  21. package/styles/document-editor-container/highcontrast.css +4 -4
  22. package/styles/document-editor-container/material-dark.css +4 -4
  23. package/styles/document-editor-container/material.css +4 -4
  24. package/styles/document-editor-container/tailwind-dark.css +4 -4
  25. package/styles/document-editor-container/tailwind.css +4 -4
  26. package/styles/fabric-dark.css +4 -4
  27. package/styles/fabric.css +4 -4
  28. package/styles/highcontrast-light.css +4 -4
  29. package/styles/highcontrast.css +4 -4
  30. package/styles/material-dark.css +4 -4
  31. package/styles/material.css +4 -4
  32. package/styles/tailwind-dark.css +4 -4
  33. package/styles/tailwind.css +4 -4
package/CHANGELOG.md CHANGED
@@ -6,6 +6,14 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `I345759`- Resolved the table border rendering issue.
10
+
11
+ ## 19.3.54 (2021-11-17)
12
+
13
+ ### Document Editor
14
+
15
+ #### Bug Fixes
16
+
9
17
  - `I344713`- Resolved table header row rendering issue.
10
18
  - `I341963` - Resolved the table rendering issue.
11
19
  - `I344704` - Resolved the empty paragraph tracking issue.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-documenteditor.umd.js
3
- * version : 19.3.54
3
+ * version : 19.3.55
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-documenteditor.umd.min.js
3
- * version : 19.3.54
3
+ * version : 19.3.55
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-documenteditor@*",
3
- "_id": "@syncfusion/ej2-angular-documenteditor@19.3.53",
3
+ "_id": "@syncfusion/ej2-angular-documenteditor@19.3.54",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-Ejrnyw3o3b6Tl28q29x5eRF2cQC2NWxc3ezQTHEdv0GBbodRlzEupsgQ6YAaOP5rmEwzO1K/CyTn+SRB2rm9Qw==",
5
+ "_integrity": "sha512-p8LB6NxQ9+VAIPQhZfHn2K9tXnB6JxFvc9QchAwsrYRK+CbFJpBfI/U3RXBWRv7gru2Acrb8rNfuP0TlS23uMA==",
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-hotfix/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-19.3.53.tgz",
23
- "_shasum": "c102387bd20f7418176fe8060ef9f2e4aa947016",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-19.3.54.tgz",
23
+ "_shasum": "ec319ff74338a71c8212376edb87d3cedf7be76f",
24
24
  "_spec": "@syncfusion/ej2-angular-documenteditor@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~19.3.53",
34
+ "@syncfusion/ej2-angular-base": "~19.3.55",
35
35
  "@syncfusion/ej2-base": "~19.3.54",
36
- "@syncfusion/ej2-documenteditor": "19.3.54"
36
+ "@syncfusion/ej2-documenteditor": "19.3.55"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
@@ -67,5 +67,5 @@
67
67
  "schematics": "./schematics/collection.json",
68
68
  "sideEffects": false,
69
69
  "typings": "ej2-angular-documenteditor.d.ts",
70
- "version": "19.3.54"
70
+ "version": "19.3.55"
71
71
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-documenteditor";
2
- export declare const pkgVer = "^19.3.53";
2
+ export declare const pkgVer = "^19.3.54";
3
3
  export declare const moduleName = "DocumentEditorModule, DocumentEditorContainerModule";
4
- export declare const themeVer = "~19.3.53";
4
+ export declare const themeVer = "~19.3.54";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-documenteditor';
4
- exports.pkgVer = '^19.3.53';
4
+ exports.pkgVer = '^19.3.54';
5
5
  exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
6
- exports.themeVer = '~19.3.53';
6
+ exports.themeVer = '~19.3.54';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-documenteditor';
2
- export const pkgVer = '^19.3.53';
2
+ export const pkgVer = '^19.3.54';
3
3
  export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4
- export const themeVer = '~19.3.53';
4
+ export const themeVer = '~19.3.54';
@@ -4129,8 +4129,8 @@ label[for*="_wholeWord_e-de-rtl"] {
4129
4129
  }
4130
4130
 
4131
4131
  .e-de-ctnr-properties-pane {
4132
- display: -ms-inline-flexbox;
4133
- display: inline-flex;
4132
+ display: -ms-flexbox;
4133
+ display: flex;
4134
4134
  height: calc(100% - 38px);
4135
4135
  width: 100%;
4136
4136
  }
@@ -5104,8 +5104,8 @@ label[for*="_wholeWord_e-de-rtl"] {
5104
5104
  }
5105
5105
 
5106
5106
  .e-bigger .e-de-ctnr-properties-pane {
5107
- display: -ms-inline-flexbox;
5108
- display: inline-flex;
5107
+ display: -ms-flexbox;
5108
+ display: flex;
5109
5109
  height: calc(100% - 38px);
5110
5110
  width: 100%;
5111
5111
  }
@@ -4127,8 +4127,8 @@ label[for*="_wholeWord_e-de-rtl"] {
4127
4127
  }
4128
4128
 
4129
4129
  .e-de-ctnr-properties-pane {
4130
- display: -ms-inline-flexbox;
4131
- display: inline-flex;
4130
+ display: -ms-flexbox;
4131
+ display: flex;
4132
4132
  height: calc(100% - 39px);
4133
4133
  width: 100%;
4134
4134
  }
@@ -5103,8 +5103,8 @@ label[for*="_wholeWord_e-de-rtl"] {
5103
5103
  }
5104
5104
 
5105
5105
  .e-bigger .e-de-ctnr-properties-pane {
5106
- display: -ms-inline-flexbox;
5107
- display: inline-flex;
5106
+ display: -ms-flexbox;
5107
+ display: flex;
5108
5108
  height: calc(100% - 39px);
5109
5109
  width: 100%;
5110
5110
  }
@@ -4287,8 +4287,8 @@ textarea.e-de-cmt-textarea {
4287
4287
  }
4288
4288
 
4289
4289
  .e-de-ctnr-properties-pane {
4290
- display: -ms-inline-flexbox;
4291
- display: inline-flex;
4290
+ display: -ms-flexbox;
4291
+ display: flex;
4292
4292
  height: calc(100% - 38px);
4293
4293
  width: 100%;
4294
4294
  }
@@ -5438,9 +5438,9 @@ textarea.e-de-cmt-textarea {
5438
5438
  }
5439
5439
 
5440
5440
  .e-bigger .e-de-ctnr-properties-pane {
5441
- display: -ms-inline-flexbox;
5442
- display: inline-flex;
5443
- height: calc(100% - 38px);
5441
+ display: -ms-flexbox;
5442
+ display: flex;
5443
+ height: calc(100% - 42px);
5444
5444
  width: 100%;
5445
5445
  }
5446
5446
 
@@ -4291,9 +4291,9 @@ label[for*="_wholeWord_e-de-rtl"] {
4291
4291
  }
4292
4292
 
4293
4293
  .e-de-ctnr-properties-pane {
4294
- display: -ms-inline-flexbox;
4295
- display: inline-flex;
4296
- height: calc(100% - 38px);
4294
+ display: -ms-flexbox;
4295
+ display: flex;
4296
+ height: calc(100% - 42px);
4297
4297
  width: 100%;
4298
4298
  }
4299
4299
 
@@ -5438,9 +5438,9 @@ label[for*="_wholeWord_e-de-rtl"] {
5438
5438
  }
5439
5439
 
5440
5440
  .e-bigger .e-de-ctnr-properties-pane {
5441
- display: -ms-inline-flexbox;
5442
- display: inline-flex;
5443
- height: calc(100% - 38px);
5441
+ display: -ms-flexbox;
5442
+ display: flex;
5443
+ height: calc(100% - 46px);
5444
5444
  width: 100%;
5445
5445
  }
5446
5446
 
@@ -4291,9 +4291,9 @@ label[for*="_wholeWord_e-de-rtl"] {
4291
4291
  }
4292
4292
 
4293
4293
  .e-de-ctnr-properties-pane {
4294
- display: -ms-inline-flexbox;
4295
- display: inline-flex;
4296
- height: calc(100% - 38px);
4294
+ display: -ms-flexbox;
4295
+ display: flex;
4296
+ height: calc(100% - 42px);
4297
4297
  width: 100%;
4298
4298
  }
4299
4299
 
@@ -5438,9 +5438,9 @@ label[for*="_wholeWord_e-de-rtl"] {
5438
5438
  }
5439
5439
 
5440
5440
  .e-bigger .e-de-ctnr-properties-pane {
5441
- display: -ms-inline-flexbox;
5442
- display: inline-flex;
5443
- height: calc(100% - 38px);
5441
+ display: -ms-flexbox;
5442
+ display: flex;
5443
+ height: calc(100% - 46px);
5444
5444
  width: 100%;
5445
5445
  }
5446
5446
 
@@ -534,8 +534,8 @@
534
534
  }
535
535
 
536
536
  .e-de-ctnr-properties-pane {
537
- display: -ms-inline-flexbox;
538
- display: inline-flex;
537
+ display: -ms-flexbox;
538
+ display: flex;
539
539
  height: calc(100% - 38px);
540
540
  width: 100%;
541
541
  }
@@ -1509,8 +1509,8 @@
1509
1509
  }
1510
1510
 
1511
1511
  .e-bigger .e-de-ctnr-properties-pane {
1512
- display: -ms-inline-flexbox;
1513
- display: inline-flex;
1512
+ display: -ms-flexbox;
1513
+ display: flex;
1514
1514
  height: calc(100% - 38px);
1515
1515
  width: 100%;
1516
1516
  }
@@ -535,8 +535,8 @@
535
535
  }
536
536
 
537
537
  .e-de-ctnr-properties-pane {
538
- display: -ms-inline-flexbox;
539
- display: inline-flex;
538
+ display: -ms-flexbox;
539
+ display: flex;
540
540
  height: calc(100% - 39px);
541
541
  width: 100%;
542
542
  }
@@ -1511,8 +1511,8 @@
1511
1511
  }
1512
1512
 
1513
1513
  .e-bigger .e-de-ctnr-properties-pane {
1514
- display: -ms-inline-flexbox;
1515
- display: inline-flex;
1514
+ display: -ms-flexbox;
1515
+ display: flex;
1516
1516
  height: calc(100% - 39px);
1517
1517
  width: 100%;
1518
1518
  }
@@ -536,8 +536,8 @@
536
536
  }
537
537
 
538
538
  .e-de-ctnr-properties-pane {
539
- display: -ms-inline-flexbox;
540
- display: inline-flex;
539
+ display: -ms-flexbox;
540
+ display: flex;
541
541
  height: calc(100% - 38px);
542
542
  width: 100%;
543
543
  }
@@ -1687,9 +1687,9 @@
1687
1687
  }
1688
1688
 
1689
1689
  .e-bigger .e-de-ctnr-properties-pane {
1690
- display: -ms-inline-flexbox;
1691
- display: inline-flex;
1692
- height: calc(100% - 38px);
1690
+ display: -ms-flexbox;
1691
+ display: flex;
1692
+ height: calc(100% - 42px);
1693
1693
  width: 100%;
1694
1694
  }
1695
1695
 
@@ -591,9 +591,9 @@
591
591
  }
592
592
 
593
593
  .e-de-ctnr-properties-pane {
594
- display: -ms-inline-flexbox;
595
- display: inline-flex;
596
- height: calc(100% - 38px);
594
+ display: -ms-flexbox;
595
+ display: flex;
596
+ height: calc(100% - 42px);
597
597
  width: 100%;
598
598
  }
599
599
 
@@ -1738,9 +1738,9 @@
1738
1738
  }
1739
1739
 
1740
1740
  .e-bigger .e-de-ctnr-properties-pane {
1741
- display: -ms-inline-flexbox;
1742
- display: inline-flex;
1743
- height: calc(100% - 38px);
1741
+ display: -ms-flexbox;
1742
+ display: flex;
1743
+ height: calc(100% - 46px);
1744
1744
  width: 100%;
1745
1745
  }
1746
1746
 
@@ -591,9 +591,9 @@
591
591
  }
592
592
 
593
593
  .e-de-ctnr-properties-pane {
594
- display: -ms-inline-flexbox;
595
- display: inline-flex;
596
- height: calc(100% - 38px);
594
+ display: -ms-flexbox;
595
+ display: flex;
596
+ height: calc(100% - 42px);
597
597
  width: 100%;
598
598
  }
599
599
 
@@ -1738,9 +1738,9 @@
1738
1738
  }
1739
1739
 
1740
1740
  .e-bigger .e-de-ctnr-properties-pane {
1741
- display: -ms-inline-flexbox;
1742
- display: inline-flex;
1743
- height: calc(100% - 38px);
1741
+ display: -ms-flexbox;
1742
+ display: flex;
1743
+ height: calc(100% - 46px);
1744
1744
  width: 100%;
1745
1745
  }
1746
1746
 
@@ -534,8 +534,8 @@
534
534
  }
535
535
 
536
536
  .e-de-ctnr-properties-pane {
537
- display: -ms-inline-flexbox;
538
- display: inline-flex;
537
+ display: -ms-flexbox;
538
+ display: flex;
539
539
  height: calc(100% - 40px);
540
540
  width: 100%;
541
541
  }
@@ -1498,8 +1498,8 @@
1498
1498
  }
1499
1499
 
1500
1500
  .e-bigger .e-de-ctnr-properties-pane {
1501
- display: -ms-inline-flexbox;
1502
- display: inline-flex;
1501
+ display: -ms-flexbox;
1502
+ display: flex;
1503
1503
  height: calc(100% - 40px);
1504
1504
  width: 100%;
1505
1505
  }
@@ -534,8 +534,8 @@
534
534
  }
535
535
 
536
536
  .e-de-ctnr-properties-pane {
537
- display: -ms-inline-flexbox;
538
- display: inline-flex;
537
+ display: -ms-flexbox;
538
+ display: flex;
539
539
  height: calc(100% - 40px);
540
540
  width: 100%;
541
541
  }
@@ -1502,8 +1502,8 @@
1502
1502
  }
1503
1503
 
1504
1504
  .e-bigger .e-de-ctnr-properties-pane {
1505
- display: -ms-inline-flexbox;
1506
- display: inline-flex;
1505
+ display: -ms-flexbox;
1506
+ display: flex;
1507
1507
  height: calc(100% - 40px);
1508
1508
  width: 100%;
1509
1509
  }
@@ -2593,8 +2593,8 @@ label[for='container_wholeWord'] {
2593
2593
  }
2594
2594
 
2595
2595
  .e-de-ctnr-properties-pane {
2596
- display: -ms-inline-flexbox;
2597
- display: inline-flex;
2596
+ display: -ms-flexbox;
2597
+ display: flex;
2598
2598
  height: calc(100% - 38px);
2599
2599
  width: 100%;
2600
2600
  }
@@ -3557,8 +3557,8 @@ label[for='container_wholeWord'] {
3557
3557
  }
3558
3558
 
3559
3559
  .e-bigger .e-de-ctnr-properties-pane {
3560
- display: -ms-inline-flexbox;
3561
- display: inline-flex;
3560
+ display: -ms-flexbox;
3561
+ display: flex;
3562
3562
  height: calc(100% - 38px);
3563
3563
  width: 100%;
3564
3564
  }
@@ -534,8 +534,8 @@
534
534
  }
535
535
 
536
536
  .e-de-ctnr-properties-pane {
537
- display: -ms-inline-flexbox;
538
- display: inline-flex;
537
+ display: -ms-flexbox;
538
+ display: flex;
539
539
  height: calc(100% - 40px);
540
540
  width: 100%;
541
541
  }
@@ -1507,8 +1507,8 @@
1507
1507
  }
1508
1508
 
1509
1509
  .e-bigger .e-de-ctnr-properties-pane {
1510
- display: -ms-inline-flexbox;
1511
- display: inline-flex;
1510
+ display: -ms-flexbox;
1511
+ display: flex;
1512
1512
  height: calc(100% - 40px);
1513
1513
  width: 100%;
1514
1514
  }
@@ -537,8 +537,8 @@
537
537
  }
538
538
 
539
539
  .e-de-ctnr-properties-pane {
540
- display: -ms-inline-flexbox;
541
- display: inline-flex;
540
+ display: -ms-flexbox;
541
+ display: flex;
542
542
  height: calc(100% - 40px);
543
543
  width: 100%;
544
544
  }
@@ -1501,8 +1501,8 @@
1501
1501
  }
1502
1502
 
1503
1503
  .e-bigger .e-de-ctnr-properties-pane {
1504
- display: -ms-inline-flexbox;
1505
- display: inline-flex;
1504
+ display: -ms-flexbox;
1505
+ display: flex;
1506
1506
  height: calc(100% - 40px);
1507
1507
  width: 100%;
1508
1508
  }
@@ -537,8 +537,8 @@
537
537
  }
538
538
 
539
539
  .e-de-ctnr-properties-pane {
540
- display: -ms-inline-flexbox;
541
- display: inline-flex;
540
+ display: -ms-flexbox;
541
+ display: flex;
542
542
  height: calc(100% - 40px);
543
543
  width: 100%;
544
544
  }
@@ -1506,8 +1506,8 @@
1506
1506
  }
1507
1507
 
1508
1508
  .e-bigger .e-de-ctnr-properties-pane {
1509
- display: -ms-inline-flexbox;
1510
- display: inline-flex;
1509
+ display: -ms-flexbox;
1510
+ display: flex;
1511
1511
  height: calc(100% - 40px);
1512
1512
  width: 100%;
1513
1513
  }
@@ -661,8 +661,8 @@
661
661
  }
662
662
 
663
663
  .e-de-ctnr-properties-pane {
664
- display: -ms-inline-flexbox;
665
- display: inline-flex;
664
+ display: -ms-flexbox;
665
+ display: flex;
666
666
  height: calc(100% - 38px);
667
667
  width: 100%;
668
668
  }
@@ -1685,8 +1685,8 @@
1685
1685
  }
1686
1686
 
1687
1687
  .e-bigger .e-de-ctnr-properties-pane {
1688
- display: -ms-inline-flexbox;
1689
- display: inline-flex;
1688
+ display: -ms-flexbox;
1689
+ display: flex;
1690
1690
  height: calc(100% - 38px);
1691
1691
  width: 100%;
1692
1692
  }
@@ -661,8 +661,8 @@
661
661
  }
662
662
 
663
663
  .e-de-ctnr-properties-pane {
664
- display: -ms-inline-flexbox;
665
- display: inline-flex;
664
+ display: -ms-flexbox;
665
+ display: flex;
666
666
  height: calc(100% - 38px);
667
667
  width: 100%;
668
668
  }
@@ -1685,8 +1685,8 @@
1685
1685
  }
1686
1686
 
1687
1687
  .e-bigger .e-de-ctnr-properties-pane {
1688
- display: -ms-inline-flexbox;
1689
- display: inline-flex;
1688
+ display: -ms-flexbox;
1689
+ display: flex;
1690
1690
  height: calc(100% - 38px);
1691
1691
  width: 100%;
1692
1692
  }
@@ -4129,8 +4129,8 @@ label[for*="_wholeWord_e-de-rtl"] {
4129
4129
  }
4130
4130
 
4131
4131
  .e-de-ctnr-properties-pane {
4132
- display: -ms-inline-flexbox;
4133
- display: inline-flex;
4132
+ display: -ms-flexbox;
4133
+ display: flex;
4134
4134
  height: calc(100% - 40px);
4135
4135
  width: 100%;
4136
4136
  }
@@ -5093,8 +5093,8 @@ label[for*="_wholeWord_e-de-rtl"] {
5093
5093
  }
5094
5094
 
5095
5095
  .e-bigger .e-de-ctnr-properties-pane {
5096
- display: -ms-inline-flexbox;
5097
- display: inline-flex;
5096
+ display: -ms-flexbox;
5097
+ display: flex;
5098
5098
  height: calc(100% - 40px);
5099
5099
  width: 100%;
5100
5100
  }
package/styles/fabric.css CHANGED
@@ -4129,8 +4129,8 @@ label[for*="_wholeWord_e-de-rtl"] {
4129
4129
  }
4130
4130
 
4131
4131
  .e-de-ctnr-properties-pane {
4132
- display: -ms-inline-flexbox;
4133
- display: inline-flex;
4132
+ display: -ms-flexbox;
4133
+ display: flex;
4134
4134
  height: calc(100% - 40px);
4135
4135
  width: 100%;
4136
4136
  }
@@ -5097,8 +5097,8 @@ label[for*="_wholeWord_e-de-rtl"] {
5097
5097
  }
5098
5098
 
5099
5099
  .e-bigger .e-de-ctnr-properties-pane {
5100
- display: -ms-inline-flexbox;
5101
- display: inline-flex;
5100
+ display: -ms-flexbox;
5101
+ display: flex;
5102
5102
  height: calc(100% - 40px);
5103
5103
  width: 100%;
5104
5104
  }
@@ -3304,8 +3304,8 @@ label[for='container_wholeWord'] {
3304
3304
  }
3305
3305
 
3306
3306
  .e-de-ctnr-properties-pane {
3307
- display: -ms-inline-flexbox;
3308
- display: inline-flex;
3307
+ display: -ms-flexbox;
3308
+ display: flex;
3309
3309
  height: calc(100% - 38px);
3310
3310
  width: 100%;
3311
3311
  }
@@ -4268,8 +4268,8 @@ label[for='container_wholeWord'] {
4268
4268
  }
4269
4269
 
4270
4270
  .e-bigger .e-de-ctnr-properties-pane {
4271
- display: -ms-inline-flexbox;
4272
- display: inline-flex;
4271
+ display: -ms-flexbox;
4272
+ display: flex;
4273
4273
  height: calc(100% - 38px);
4274
4274
  width: 100%;
4275
4275
  }
@@ -4129,8 +4129,8 @@ label[for*="_wholeWord_e-de-rtl"] {
4129
4129
  }
4130
4130
 
4131
4131
  .e-de-ctnr-properties-pane {
4132
- display: -ms-inline-flexbox;
4133
- display: inline-flex;
4132
+ display: -ms-flexbox;
4133
+ display: flex;
4134
4134
  height: calc(100% - 40px);
4135
4135
  width: 100%;
4136
4136
  }
@@ -5102,8 +5102,8 @@ label[for*="_wholeWord_e-de-rtl"] {
5102
5102
  }
5103
5103
 
5104
5104
  .e-bigger .e-de-ctnr-properties-pane {
5105
- display: -ms-inline-flexbox;
5106
- display: inline-flex;
5105
+ display: -ms-flexbox;
5106
+ display: flex;
5107
5107
  height: calc(100% - 40px);
5108
5108
  width: 100%;
5109
5109
  }
@@ -4125,8 +4125,8 @@ label[for*="_wholeWord_e-de-rtl"] {
4125
4125
  }
4126
4126
 
4127
4127
  .e-de-ctnr-properties-pane {
4128
- display: -ms-inline-flexbox;
4129
- display: inline-flex;
4128
+ display: -ms-flexbox;
4129
+ display: flex;
4130
4130
  height: calc(100% - 40px);
4131
4131
  width: 100%;
4132
4132
  }
@@ -5089,8 +5089,8 @@ label[for*="_wholeWord_e-de-rtl"] {
5089
5089
  }
5090
5090
 
5091
5091
  .e-bigger .e-de-ctnr-properties-pane {
5092
- display: -ms-inline-flexbox;
5093
- display: inline-flex;
5092
+ display: -ms-flexbox;
5093
+ display: flex;
5094
5094
  height: calc(100% - 40px);
5095
5095
  width: 100%;
5096
5096
  }
@@ -4125,8 +4125,8 @@ label[for*="_wholeWord_e-de-rtl"] {
4125
4125
  }
4126
4126
 
4127
4127
  .e-de-ctnr-properties-pane {
4128
- display: -ms-inline-flexbox;
4129
- display: inline-flex;
4128
+ display: -ms-flexbox;
4129
+ display: flex;
4130
4130
  height: calc(100% - 40px);
4131
4131
  width: 100%;
4132
4132
  }
@@ -5094,8 +5094,8 @@ label[for*="_wholeWord_e-de-rtl"] {
5094
5094
  }
5095
5095
 
5096
5096
  .e-bigger .e-de-ctnr-properties-pane {
5097
- display: -ms-inline-flexbox;
5098
- display: inline-flex;
5097
+ display: -ms-flexbox;
5098
+ display: flex;
5099
5099
  height: calc(100% - 40px);
5100
5100
  width: 100%;
5101
5101
  }
@@ -4715,8 +4715,8 @@ label[for*="_wholeWord_e-de-rtl"] {
4715
4715
  }
4716
4716
 
4717
4717
  .e-de-ctnr-properties-pane {
4718
- display: -ms-inline-flexbox;
4719
- display: inline-flex;
4718
+ display: -ms-flexbox;
4719
+ display: flex;
4720
4720
  height: calc(100% - 38px);
4721
4721
  width: 100%;
4722
4722
  }
@@ -5739,8 +5739,8 @@ label[for*="_wholeWord_e-de-rtl"] {
5739
5739
  }
5740
5740
 
5741
5741
  .e-bigger .e-de-ctnr-properties-pane {
5742
- display: -ms-inline-flexbox;
5743
- display: inline-flex;
5742
+ display: -ms-flexbox;
5743
+ display: flex;
5744
5744
  height: calc(100% - 38px);
5745
5745
  width: 100%;
5746
5746
  }
@@ -4715,8 +4715,8 @@ label[for*="_wholeWord_e-de-rtl"] {
4715
4715
  }
4716
4716
 
4717
4717
  .e-de-ctnr-properties-pane {
4718
- display: -ms-inline-flexbox;
4719
- display: inline-flex;
4718
+ display: -ms-flexbox;
4719
+ display: flex;
4720
4720
  height: calc(100% - 38px);
4721
4721
  width: 100%;
4722
4722
  }
@@ -5739,8 +5739,8 @@ label[for*="_wholeWord_e-de-rtl"] {
5739
5739
  }
5740
5740
 
5741
5741
  .e-bigger .e-de-ctnr-properties-pane {
5742
- display: -ms-inline-flexbox;
5743
- display: inline-flex;
5742
+ display: -ms-flexbox;
5743
+ display: flex;
5744
5744
  height: calc(100% - 38px);
5745
5745
  width: 100%;
5746
5746
  }