@eclipse-scout/core 22.0.0-beta.10 → 22.0.1
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/dist/eclipse-scout-core-theme-dark.css +81 -62
- package/dist/eclipse-scout-core-theme-dark.css.map +1 -1
- package/dist/eclipse-scout-core-theme.css +33 -14
- package/dist/eclipse-scout-core-theme.css.map +1 -1
- package/dist/eclipse-scout-core.js +109 -116
- package/dist/eclipse-scout-core.js.map +1 -1
- package/package.json +2 -2
- package/src/App.js +1 -1
- package/src/box/Box.less +2 -2
- package/src/breadcrumbbar/BreadcrumbBarLayout.js +2 -2
- package/src/desktop/desktoptab/DesktopTabAreaLayout.js +1 -1
- package/src/desktop/viewbutton/ViewButton.less +5 -0
- package/src/login/LoginBox.less +9 -7
- package/src/messagebox/MessageBox.less +3 -3
- package/src/style/colors-dark.less +8 -1
- package/src/style/colors.less +6 -0
- package/src/style/mixins.less +5 -2
- package/src/table/Table.js +1 -1
- package/src/table/columns/ColumnOptimalWidthMeasurer.js +1 -1
- package/src/tagbar/TagBarOverflowPopupLayout.js +1 -1
- package/src/tile/fields/button/ButtonTile.js +1 -1
- package/src/tree/LazyNodeFilter.js +5 -4
- package/src/tree/Tree.js +53 -62
- package/src/util/dragAndDrop.js +5 -4
- package/src/util/events.js +1 -1
- package/src/widget/FilterSupport.js +1 -1
|
@@ -777,13 +777,13 @@ iframe {
|
|
|
777
777
|
border-color: #71b0e8;
|
|
778
778
|
}
|
|
779
779
|
.button.selected:hover {
|
|
780
|
-
background-color: #
|
|
781
|
-
border-color: #
|
|
780
|
+
background-color: #94c4ee;
|
|
781
|
+
border-color: #94c4ee;
|
|
782
782
|
}
|
|
783
783
|
.button.selected.active,
|
|
784
784
|
.button.selected:active {
|
|
785
|
-
background-color: #
|
|
786
|
-
border-color: #
|
|
785
|
+
background-color: #a6cdf1;
|
|
786
|
+
border-color: #a6cdf1;
|
|
787
787
|
}
|
|
788
788
|
.button.selected.has-popup {
|
|
789
789
|
color: #71b0e8;
|
|
@@ -801,19 +801,19 @@ iframe {
|
|
|
801
801
|
color: #0C1013;
|
|
802
802
|
}
|
|
803
803
|
.button.default:hover {
|
|
804
|
-
background-color: #
|
|
805
|
-
border-color: #
|
|
804
|
+
background-color: #94c4ee;
|
|
805
|
+
border-color: #94c4ee;
|
|
806
806
|
}
|
|
807
807
|
.button.default:active,
|
|
808
808
|
.button.default.active {
|
|
809
809
|
color: #0C1013;
|
|
810
|
-
background-color: #
|
|
811
|
-
border-color: #
|
|
810
|
+
background-color: #a6cdf1;
|
|
811
|
+
border-color: #a6cdf1;
|
|
812
812
|
}
|
|
813
813
|
.button.default.selected {
|
|
814
814
|
color: #0C1013;
|
|
815
|
-
background-color: #
|
|
816
|
-
border-color: #
|
|
815
|
+
background-color: #a6cdf1;
|
|
816
|
+
border-color: #a6cdf1;
|
|
817
817
|
}
|
|
818
818
|
.button.default:focus {
|
|
819
819
|
outline: none;
|
|
@@ -916,7 +916,7 @@ iframe {
|
|
|
916
916
|
.box-content {
|
|
917
917
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
918
918
|
border-radius: 12px;
|
|
919
|
-
background-color: #
|
|
919
|
+
background-color: #283438;
|
|
920
920
|
max-width: 450px;
|
|
921
921
|
margin: 0 auto;
|
|
922
922
|
padding: 45px 95px 50px 95px;
|
|
@@ -4113,6 +4113,9 @@ iframe {
|
|
|
4113
4113
|
.view-tab.in-background {
|
|
4114
4114
|
border-radius: 12px;
|
|
4115
4115
|
}
|
|
4116
|
+
.view-tab > .edge {
|
|
4117
|
+
position: absolute;
|
|
4118
|
+
}
|
|
4116
4119
|
.view-tab.selected:not(.in-background) {
|
|
4117
4120
|
margin: 8px 0 0;
|
|
4118
4121
|
border-radius: 12px 12px 0 0;
|
|
@@ -8122,11 +8125,11 @@ iframe {
|
|
|
8122
8125
|
background-color: #71b0e8;
|
|
8123
8126
|
}
|
|
8124
8127
|
.menu-item.selected:hover {
|
|
8125
|
-
background-color: #
|
|
8128
|
+
background-color: #94c4ee;
|
|
8126
8129
|
}
|
|
8127
8130
|
.menu-item.selected.active,
|
|
8128
8131
|
.menu-item.selected:active {
|
|
8129
|
-
background-color: #
|
|
8132
|
+
background-color: #a6cdf1;
|
|
8130
8133
|
}
|
|
8131
8134
|
.menu-item.selected.has-popup {
|
|
8132
8135
|
color: #71b0e8;
|
|
@@ -8303,13 +8306,13 @@ iframe {
|
|
|
8303
8306
|
border-color: #71b0e8;
|
|
8304
8307
|
}
|
|
8305
8308
|
.menu-button.selected:hover {
|
|
8306
|
-
background-color: #
|
|
8307
|
-
border-color: #
|
|
8309
|
+
background-color: #94c4ee;
|
|
8310
|
+
border-color: #94c4ee;
|
|
8308
8311
|
}
|
|
8309
8312
|
.menu-button.selected.active,
|
|
8310
8313
|
.menu-button.selected:active {
|
|
8311
|
-
background-color: #
|
|
8312
|
-
border-color: #
|
|
8314
|
+
background-color: #a6cdf1;
|
|
8315
|
+
border-color: #a6cdf1;
|
|
8313
8316
|
}
|
|
8314
8317
|
.menu-button.selected.has-popup {
|
|
8315
8318
|
color: #71b0e8;
|
|
@@ -8327,19 +8330,19 @@ iframe {
|
|
|
8327
8330
|
color: #0C1013;
|
|
8328
8331
|
}
|
|
8329
8332
|
.menu-button.default:hover {
|
|
8330
|
-
background-color: #
|
|
8331
|
-
border-color: #
|
|
8333
|
+
background-color: #94c4ee;
|
|
8334
|
+
border-color: #94c4ee;
|
|
8332
8335
|
}
|
|
8333
8336
|
.menu-button.default:active,
|
|
8334
8337
|
.menu-button.default.active {
|
|
8335
8338
|
color: #0C1013;
|
|
8336
|
-
background-color: #
|
|
8337
|
-
border-color: #
|
|
8339
|
+
background-color: #a6cdf1;
|
|
8340
|
+
border-color: #a6cdf1;
|
|
8338
8341
|
}
|
|
8339
8342
|
.menu-button.default.selected {
|
|
8340
8343
|
color: #0C1013;
|
|
8341
|
-
background-color: #
|
|
8342
|
-
border-color: #
|
|
8344
|
+
background-color: #a6cdf1;
|
|
8345
|
+
border-color: #a6cdf1;
|
|
8343
8346
|
}
|
|
8344
8347
|
.menu-button.default:focus {
|
|
8345
8348
|
outline: none;
|
|
@@ -8580,19 +8583,19 @@ iframe {
|
|
|
8580
8583
|
color: #0C1013;
|
|
8581
8584
|
}
|
|
8582
8585
|
.combo-menu.menu-button.default > .menu-item:hover {
|
|
8583
|
-
background-color: #
|
|
8584
|
-
border-color: #
|
|
8586
|
+
background-color: #94c4ee;
|
|
8587
|
+
border-color: #94c4ee;
|
|
8585
8588
|
}
|
|
8586
8589
|
.combo-menu.menu-button.default > .menu-item:active,
|
|
8587
8590
|
.combo-menu.menu-button.default > .menu-item.active {
|
|
8588
8591
|
color: #0C1013;
|
|
8589
|
-
background-color: #
|
|
8590
|
-
border-color: #
|
|
8592
|
+
background-color: #a6cdf1;
|
|
8593
|
+
border-color: #a6cdf1;
|
|
8591
8594
|
}
|
|
8592
8595
|
.combo-menu.menu-button.default > .menu-item.selected {
|
|
8593
8596
|
color: #0C1013;
|
|
8594
|
-
background-color: #
|
|
8595
|
-
border-color: #
|
|
8597
|
+
background-color: #a6cdf1;
|
|
8598
|
+
border-color: #a6cdf1;
|
|
8596
8599
|
}
|
|
8597
8600
|
.combo-menu.menu-button.default > .menu-item:focus {
|
|
8598
8601
|
outline: none;
|
|
@@ -8603,8 +8606,8 @@ iframe {
|
|
|
8603
8606
|
background-color: #0C1013;
|
|
8604
8607
|
}
|
|
8605
8608
|
.combo-menu.menu-button.default > .menu-item.selected {
|
|
8606
|
-
background-color: #
|
|
8607
|
-
border-color: #
|
|
8609
|
+
background-color: #a6cdf1;
|
|
8610
|
+
border-color: #a6cdf1;
|
|
8608
8611
|
}
|
|
8609
8612
|
.combo-menu.menu-button.default > .menu-item.disabled {
|
|
8610
8613
|
color: rgba(255, 255, 255, 0.4);
|
|
@@ -8938,13 +8941,13 @@ iframe {
|
|
|
8938
8941
|
background-color: #71b0e8;
|
|
8939
8942
|
}
|
|
8940
8943
|
.messagebox.info > .box-buttons > .box-button.default:hover {
|
|
8941
|
-
background-color: #
|
|
8942
|
-
border-color: #
|
|
8944
|
+
background-color: #94c4ee;
|
|
8945
|
+
border-color: #94c4ee;
|
|
8943
8946
|
}
|
|
8944
8947
|
.messagebox.info > .box-buttons > .box-button.default.active,
|
|
8945
8948
|
.messagebox.info > .box-buttons > .box-button.default:active {
|
|
8946
|
-
background-color: #
|
|
8947
|
-
border-color: #
|
|
8949
|
+
background-color: #a6cdf1;
|
|
8950
|
+
border-color: #a6cdf1;
|
|
8948
8951
|
}
|
|
8949
8952
|
.messagebox.info > .box-buttons > .box-button.default.keyboard-navigation {
|
|
8950
8953
|
outline: none;
|
|
@@ -8984,13 +8987,13 @@ iframe {
|
|
|
8984
8987
|
background-color: #FF8888;
|
|
8985
8988
|
}
|
|
8986
8989
|
.messagebox.error > .box-buttons > .box-button.default:hover {
|
|
8987
|
-
background-color: #
|
|
8988
|
-
border-color: #
|
|
8990
|
+
background-color: #ffa7a7;
|
|
8991
|
+
border-color: #ffa7a7;
|
|
8989
8992
|
}
|
|
8990
8993
|
.messagebox.error > .box-buttons > .box-button.default.active,
|
|
8991
8994
|
.messagebox.error > .box-buttons > .box-button.default:active {
|
|
8992
|
-
background-color: #
|
|
8993
|
-
border-color: #
|
|
8995
|
+
background-color: #ffbbbb;
|
|
8996
|
+
border-color: #ffbbbb;
|
|
8994
8997
|
}
|
|
8995
8998
|
.messagebox.error > .box-buttons > .box-button.default.keyboard-navigation {
|
|
8996
8999
|
outline: none;
|
|
@@ -9030,13 +9033,13 @@ iframe {
|
|
|
9030
9033
|
background-color: #FFBE6B;
|
|
9031
9034
|
}
|
|
9032
9035
|
.messagebox.warning > .box-buttons > .box-button.default:hover {
|
|
9033
|
-
background-color: #
|
|
9034
|
-
border-color: #
|
|
9036
|
+
background-color: #ffd094;
|
|
9037
|
+
border-color: #ffd094;
|
|
9035
9038
|
}
|
|
9036
9039
|
.messagebox.warning > .box-buttons > .box-button.default.active,
|
|
9037
9040
|
.messagebox.warning > .box-buttons > .box-button.default:active {
|
|
9038
|
-
background-color: #
|
|
9039
|
-
border-color: #
|
|
9041
|
+
background-color: #ffd9a8;
|
|
9042
|
+
border-color: #ffd9a8;
|
|
9040
9043
|
}
|
|
9041
9044
|
.messagebox.warning > .box-buttons > .box-button.default.keyboard-navigation {
|
|
9042
9045
|
outline: none;
|
|
@@ -9076,13 +9079,13 @@ iframe {
|
|
|
9076
9079
|
background-color: #62e7ce;
|
|
9077
9080
|
}
|
|
9078
9081
|
.messagebox.ok > .box-buttons > .box-button.default:hover {
|
|
9079
|
-
background-color: #
|
|
9080
|
-
border-color: #
|
|
9082
|
+
background-color: #85ecd9;
|
|
9083
|
+
border-color: #85ecd9;
|
|
9081
9084
|
}
|
|
9082
9085
|
.messagebox.ok > .box-buttons > .box-button.default.active,
|
|
9083
9086
|
.messagebox.ok > .box-buttons > .box-button.default:active {
|
|
9084
|
-
background-color: #
|
|
9085
|
-
border-color: #
|
|
9087
|
+
background-color: #a0f0e1;
|
|
9088
|
+
border-color: #a0f0e1;
|
|
9086
9089
|
}
|
|
9087
9090
|
.messagebox.ok > .box-buttons > .box-button.default.keyboard-navigation {
|
|
9088
9091
|
outline: none;
|
|
@@ -11740,25 +11743,38 @@ Try these to switch between fonts:
|
|
|
11740
11743
|
background-color: rgba(255, 255, 255, 0.18);
|
|
11741
11744
|
color: #E9EBEB;
|
|
11742
11745
|
}
|
|
11743
|
-
#scout .tooltip-status
|
|
11746
|
+
#scout .tooltip-status {
|
|
11747
|
+
visibility: visible;
|
|
11748
|
+
cursor: pointer;
|
|
11749
|
+
}
|
|
11750
|
+
#scout .tooltip-status::before {
|
|
11751
|
+
content: '\E002';
|
|
11752
|
+
color: #A7ACAD;
|
|
11753
|
+
font-size: 16px;
|
|
11754
|
+
}
|
|
11755
|
+
#scout .tooltip-status:hover::before {
|
|
11756
|
+
background-color: rgba(255, 255, 255, 0.12);
|
|
11757
|
+
color: #BFC2C3;
|
|
11758
|
+
}
|
|
11759
|
+
#scout .tooltip-status:active::before,
|
|
11760
|
+
#scout .tooltip-status.selected::before {
|
|
11761
|
+
background-color: rgba(255, 255, 255, 0.18);
|
|
11762
|
+
color: #BFC2C3;
|
|
11763
|
+
}
|
|
11744
11764
|
#scout .info-status {
|
|
11745
11765
|
visibility: visible;
|
|
11746
11766
|
cursor: pointer;
|
|
11747
11767
|
}
|
|
11748
|
-
#scout .tooltip-status::before,
|
|
11749
11768
|
#scout .info-status::before {
|
|
11750
11769
|
content: '\E002';
|
|
11751
11770
|
color: #A7ACAD;
|
|
11752
11771
|
font-size: 16px;
|
|
11753
11772
|
}
|
|
11754
|
-
#scout .tooltip-status:hover::before,
|
|
11755
11773
|
#scout .info-status:hover::before {
|
|
11756
11774
|
background-color: rgba(255, 255, 255, 0.12);
|
|
11757
11775
|
color: #BFC2C3;
|
|
11758
11776
|
}
|
|
11759
|
-
#scout .tooltip-status:active::before,
|
|
11760
11777
|
#scout .info-status:active::before,
|
|
11761
|
-
#scout .tooltip-status.selected::before,
|
|
11762
11778
|
#scout .info-status.selected::before {
|
|
11763
11779
|
background-color: rgba(255, 255, 255, 0.18);
|
|
11764
11780
|
color: #BFC2C3;
|
|
@@ -12061,7 +12077,7 @@ Try these to switch between fonts:
|
|
|
12061
12077
|
}
|
|
12062
12078
|
.table.table-row-check.keyboard-navigation:focus > .table-data > .table-row.selected.checked,
|
|
12063
12079
|
.table.table-row-check.keyboard-navigation.focused > .table-data > .table-row.selected.checked {
|
|
12064
|
-
background-color: #
|
|
12080
|
+
background-color: #94c4ee;
|
|
12065
12081
|
}
|
|
12066
12082
|
.table.structured .table-row:not(.leaf) {
|
|
12067
12083
|
background-color: #181C1F;
|
|
@@ -15284,17 +15300,20 @@ Try these to switch between fonts:
|
|
|
15284
15300
|
* Login button is a default button -> styles are defined in main.css.
|
|
15285
15301
|
* Difference to regular default button is the disabled style and the ability to turn red.
|
|
15286
15302
|
*/
|
|
15287
|
-
.login-button.default.login-error {
|
|
15288
|
-
border-color:
|
|
15289
|
-
background-color: #
|
|
15303
|
+
.login-button.default.login-error:not(.disabled) {
|
|
15304
|
+
border-color: transparent;
|
|
15305
|
+
background-color: #FF8888;
|
|
15306
|
+
}
|
|
15307
|
+
.login-button.default.login-error:not(.disabled):hover {
|
|
15308
|
+
background-color: #ffa7a7;
|
|
15290
15309
|
}
|
|
15291
|
-
.login-button.default.login-error:
|
|
15292
|
-
background-color: #
|
|
15293
|
-
border-color: #D53F3F;
|
|
15310
|
+
.login-button.default.login-error:not(.disabled):active {
|
|
15311
|
+
background-color: #ffbbbb;
|
|
15294
15312
|
}
|
|
15295
|
-
.login-button.default.login-error:
|
|
15296
|
-
|
|
15297
|
-
|
|
15313
|
+
.login-button.default.login-error:not(.disabled):focus {
|
|
15314
|
+
outline: none;
|
|
15315
|
+
box-shadow: 0 0 0 3px #804444;
|
|
15316
|
+
border-color: #9f5555;
|
|
15298
15317
|
}
|
|
15299
15318
|
.login-button.default.disabled {
|
|
15300
15319
|
color: #0C1013;
|