@eclipse-scout/core 22.0.0-beta.1 → 22.0.0-beta.5
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 +71 -20
- package/dist/eclipse-scout-core-theme-dark.css.map +1 -1
- package/dist/eclipse-scout-core-theme.css +70 -19
- package/dist/eclipse-scout-core-theme.css.map +1 -1
- package/dist/eclipse-scout-core.js +295 -242
- package/dist/eclipse-scout-core.js.map +1 -1
- package/package.json +2 -2
- package/src/App.js +71 -9
- package/src/RemoteApp.js +1 -0
- package/src/desktop/Desktop.js +3 -3
- package/src/desktop/notification/DesktopNotification.js +33 -8
- package/src/desktop/outline/Outline.js +2 -2
- package/src/desktop/outline/Outline.less +14 -6
- package/src/desktop/outline/OutlineViewButton.js +1 -0
- package/src/filechooser/FileChooser.js +2 -1
- package/src/form/Form.js +11 -3
- package/src/glasspane/DeferredGlassPaneTarget.js +2 -2
- package/src/login/LoginBox.less +8 -1
- package/src/main.less +1 -1
- package/src/menu/ComboMenu.js +22 -17
- package/src/menu/ComboMenu.less +71 -26
- package/src/menu/ContextMenuPopup.js +3 -2
- package/src/menu/ContextMenuPopup.less +1 -1
- package/src/menu/EllipsisMenu.js +4 -0
- package/src/menu/Menu.js +24 -11
- package/src/menu/menubar/MenuBar.js +2 -19
- package/src/menu/menubar/MenuBarBox.js +3 -34
- package/src/menu/menubar/MenuBarLayout.js +6 -19
- package/src/menu/menubox/MenuBoxLayout.js +1 -1
- package/src/menu/menus.js +4 -10
- package/src/messagebox/MessageBox.js +3 -22
- package/src/modeselector/ModeSelectorLayout.js +11 -6
- package/src/notification/Notification.js +15 -14
- package/src/popup/Popup.js +3 -20
- package/src/session/BusyIndicator.js +2 -1
- package/src/session/Session.js +0 -62
- package/src/status/Status.js +2 -1
- package/src/style/colors-dark.less +3 -1
- package/src/style/colors.less +2 -0
- package/src/style/sizes.less +1 -0
- package/src/table/columns/Column.js +4 -0
- package/src/tree/Tree.js +2 -2
- package/src/widget/LoadingSupport.js +1 -1
- package/src/widget/Widget.js +28 -32
- package/src/widget/WidgetSupport.js +1 -1
|
@@ -449,10 +449,10 @@ button::-moz-focus-inner {
|
|
|
449
449
|
pointer-events: none;
|
|
450
450
|
}
|
|
451
451
|
.application-loading-root.fadeout {
|
|
452
|
-
-webkit-animation: application-loading-fade-out 250ms linear 1;
|
|
453
|
-
-moz-animation: application-loading-fade-out 250ms linear 1;
|
|
454
|
-
-o-animation: application-loading-fade-out 250ms linear 1;
|
|
455
|
-
animation: application-loading-fade-out 250ms linear 1;
|
|
452
|
+
-webkit-animation: application-loading-fade-out 250ms linear 1 forwards;
|
|
453
|
+
-moz-animation: application-loading-fade-out 250ms linear 1 forwards;
|
|
454
|
+
-o-animation: application-loading-fade-out 250ms linear 1 forwards;
|
|
455
|
+
animation: application-loading-fade-out 250ms linear 1 forwards;
|
|
456
456
|
}
|
|
457
457
|
@-webkit-keyframes application-loading-fade-out {
|
|
458
458
|
to {
|
|
@@ -3542,10 +3542,6 @@ iframe {
|
|
|
3542
3542
|
* Contributors:
|
|
3543
3543
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
3544
3544
|
*/
|
|
3545
|
-
.outline.tree.in-background > .tree-data > .tree-node.selected {
|
|
3546
|
-
background-color: #7E8588;
|
|
3547
|
-
color: #0C1013;
|
|
3548
|
-
}
|
|
3549
3545
|
.outline.tree > .tree-data {
|
|
3550
3546
|
padding-top: 16px;
|
|
3551
3547
|
}
|
|
@@ -3569,7 +3565,7 @@ iframe {
|
|
|
3569
3565
|
}
|
|
3570
3566
|
.outline.tree > .tree-data > .tree-node.group,
|
|
3571
3567
|
.outline.tree > .tree-data > .animation-wrapper > .tree-node.group {
|
|
3572
|
-
background-color: #
|
|
3568
|
+
background-color: #283438;
|
|
3573
3569
|
}
|
|
3574
3570
|
.outline.tree > .tree-data > .tree-node > .text,
|
|
3575
3571
|
.outline.tree > .tree-data > .animation-wrapper > .tree-node > .text {
|
|
@@ -3622,6 +3618,15 @@ iframe {
|
|
|
3622
3618
|
.outline.tree > .tree-data > .animation-wrapper > .tree-node.selected > .font-icon {
|
|
3623
3619
|
color: #283438;
|
|
3624
3620
|
}
|
|
3621
|
+
.outline.tree.in-background > .tree-data > .tree-node.group,
|
|
3622
|
+
.outline.tree.in-background > .tree-data > .animation-wrapper > .tree-node.group {
|
|
3623
|
+
background-color: #252e31;
|
|
3624
|
+
}
|
|
3625
|
+
.outline.tree.in-background > .tree-data > .tree-node.selected,
|
|
3626
|
+
.outline.tree.in-background > .tree-data > .animation-wrapper > .tree-node.selected {
|
|
3627
|
+
background-color: #7E8588;
|
|
3628
|
+
color: #0C1013;
|
|
3629
|
+
}
|
|
3625
3630
|
.outline-title {
|
|
3626
3631
|
cursor: pointer;
|
|
3627
3632
|
color: #71b0e8;
|
|
@@ -8508,10 +8513,10 @@ iframe {
|
|
|
8508
8513
|
.combo-menu:hover {
|
|
8509
8514
|
background-color: transparent;
|
|
8510
8515
|
}
|
|
8511
|
-
.combo-menu > .menu-item:not(
|
|
8516
|
+
.combo-menu > .menu-item:not(.first) {
|
|
8512
8517
|
margin-left: 3px;
|
|
8513
8518
|
}
|
|
8514
|
-
.combo-menu > .menu-item:not(
|
|
8519
|
+
.combo-menu > .menu-item:not(.first)::before {
|
|
8515
8520
|
content: '';
|
|
8516
8521
|
position: absolute;
|
|
8517
8522
|
left: -1px;
|
|
@@ -8520,8 +8525,13 @@ iframe {
|
|
|
8520
8525
|
width: 1px;
|
|
8521
8526
|
background-color: rgba(255, 255, 255, 0.12);
|
|
8522
8527
|
}
|
|
8523
|
-
.combo-menu
|
|
8524
|
-
|
|
8528
|
+
.combo-menu > .menu-item:focus::before {
|
|
8529
|
+
display: none;
|
|
8530
|
+
}
|
|
8531
|
+
.combo-menu > .menu-item:not(.disabled):hover::before,
|
|
8532
|
+
.combo-menu > .menu-item.selected::before,
|
|
8533
|
+
.combo-menu > .menu-item:not(.disabled):hover ~ .menu-item::before,
|
|
8534
|
+
.combo-menu > .menu-item.selected ~ .menu-item::before {
|
|
8525
8535
|
display: none;
|
|
8526
8536
|
}
|
|
8527
8537
|
.combo-menu.menu-button {
|
|
@@ -8529,13 +8539,17 @@ iframe {
|
|
|
8529
8539
|
}
|
|
8530
8540
|
.combo-menu.menu-button > .menu-item {
|
|
8531
8541
|
border: 1px solid #71b0e8;
|
|
8542
|
+
flex-grow: 1;
|
|
8532
8543
|
}
|
|
8533
|
-
.combo-menu.menu-button > .menu-item:not(
|
|
8544
|
+
.combo-menu.menu-button > .menu-item.menu-icononly:not(.first.last) {
|
|
8545
|
+
flex-grow: 0;
|
|
8546
|
+
}
|
|
8547
|
+
.combo-menu.menu-button > .menu-item:not(.last) {
|
|
8534
8548
|
border-top-right-radius: 0;
|
|
8535
8549
|
border-bottom-right-radius: 0;
|
|
8536
8550
|
border-right: 0;
|
|
8537
8551
|
}
|
|
8538
|
-
.combo-menu.menu-button > .menu-item:not(
|
|
8552
|
+
.combo-menu.menu-button > .menu-item:not(.first) {
|
|
8539
8553
|
border-top-left-radius: 0;
|
|
8540
8554
|
border-bottom-left-radius: 0;
|
|
8541
8555
|
border-left: 0;
|
|
@@ -8544,6 +8558,9 @@ iframe {
|
|
|
8544
8558
|
.disabled.combo-menu.menu-button > .menu-item {
|
|
8545
8559
|
border-color: #7E8588;
|
|
8546
8560
|
}
|
|
8561
|
+
.combo-menu.menu-button > .menu-item:focus {
|
|
8562
|
+
z-index: 1;
|
|
8563
|
+
}
|
|
8547
8564
|
.combo-menu.menu-button.default > .menu-item {
|
|
8548
8565
|
background-color: #71b0e8;
|
|
8549
8566
|
/* border is necessary to align the text with text from buttons with a real border */
|
|
@@ -8570,20 +8587,47 @@ iframe {
|
|
|
8570
8587
|
box-shadow: 0 0 0 3px #1b64a5;
|
|
8571
8588
|
border-color: #4598e1;
|
|
8572
8589
|
}
|
|
8590
|
+
.combo-menu.menu-button.default > .menu-item::before {
|
|
8591
|
+
background-color: #0C1013;
|
|
8592
|
+
}
|
|
8573
8593
|
.combo-menu.menu-button.default > .menu-item.selected {
|
|
8574
8594
|
background-color: #227fd1;
|
|
8575
8595
|
border-color: #227fd1;
|
|
8576
8596
|
}
|
|
8597
|
+
.combo-menu.menu-button.default > .menu-item.disabled {
|
|
8598
|
+
color: rgba(255, 255, 255, 0.4);
|
|
8599
|
+
}
|
|
8600
|
+
.combo-menu.menu-button.default > .menu-item.disabled:hover,
|
|
8601
|
+
.combo-menu.menu-button.default > .menu-item.disabled.active,
|
|
8602
|
+
.combo-menu.menu-button.default > .menu-item.disabled:active,
|
|
8603
|
+
.combo-menu.menu-button.default > .menu-item.disabled.selected {
|
|
8604
|
+
background-color: #71b0e8;
|
|
8605
|
+
border-color: #71b0e8;
|
|
8606
|
+
}
|
|
8577
8607
|
.context-menu > .combo-menu {
|
|
8578
8608
|
padding: 0;
|
|
8579
8609
|
}
|
|
8580
8610
|
.context-menu > .combo-menu > .menu-item {
|
|
8581
8611
|
color: #E9EBEB;
|
|
8582
|
-
padding
|
|
8583
|
-
|
|
8612
|
+
padding: 8px 16px 8px 16px;
|
|
8613
|
+
flex-grow: 1;
|
|
8614
|
+
justify-content: start;
|
|
8615
|
+
border-radius: 0;
|
|
8584
8616
|
}
|
|
8585
|
-
.context-menu > .combo-menu > .menu-item
|
|
8586
|
-
|
|
8617
|
+
.context-menu > .combo-menu > .menu-item > .font-icon {
|
|
8618
|
+
color: #A7ACAD;
|
|
8619
|
+
}
|
|
8620
|
+
.context-menu > .combo-menu > .menu-item.menu-textandicon > .icon {
|
|
8621
|
+
margin-right: 14px;
|
|
8622
|
+
}
|
|
8623
|
+
.context-menu > .combo-menu > .menu-item.menu-icononly:not(.first.last) {
|
|
8624
|
+
flex-grow: 0;
|
|
8625
|
+
}
|
|
8626
|
+
.context-menu > .combo-menu > .menu-item.disabled {
|
|
8627
|
+
color: #7E8588;
|
|
8628
|
+
}
|
|
8629
|
+
.context-menu > .combo-menu > .menu-item.disabled > .font-icon {
|
|
8630
|
+
color: #7E8588;
|
|
8587
8631
|
}
|
|
8588
8632
|
/*
|
|
8589
8633
|
* Copyright (c) 2010-2021 BSI Business Systems Integration AG.
|
|
@@ -15157,7 +15201,7 @@ Try these to switch between fonts:
|
|
|
15157
15201
|
}
|
|
15158
15202
|
}
|
|
15159
15203
|
/*
|
|
15160
|
-
* Copyright (c) 2010-
|
|
15204
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
15161
15205
|
* All rights reserved. This program and the accompanying materials
|
|
15162
15206
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
15163
15207
|
* which accompanies this distribution, and is available at
|
|
@@ -15231,6 +15275,13 @@ Try these to switch between fonts:
|
|
|
15231
15275
|
height: 18px;
|
|
15232
15276
|
vertical-align: middle;
|
|
15233
15277
|
}
|
|
15278
|
+
.login-body > .box-background-elements.box-background-elements-fadeout,
|
|
15279
|
+
.logout-body > .box-background-elements.box-background-elements-fadeout {
|
|
15280
|
+
-webkit-animation: nop 0.05s;
|
|
15281
|
+
-moz-animation: nop 0.05s;
|
|
15282
|
+
-o-animation: nop 0.05s;
|
|
15283
|
+
animation: nop 0.05s;
|
|
15284
|
+
}
|
|
15234
15285
|
/*
|
|
15235
15286
|
* Copyright (c) 2010-2020 BSI Business Systems Integration AG.
|
|
15236
15287
|
* All rights reserved. This program and the accompanying materials
|