@openui5/sap.ui.dt 1.124.2 → 1.126.0

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 (48) hide show
  1. package/.reuse/dep5 +9 -4
  2. package/THIRDPARTY.txt +13 -6
  3. package/package.json +2 -2
  4. package/src/sap/ui/dt/.library +1 -1
  5. package/src/sap/ui/dt/AggregationDesignTimeMetadata.js +1 -1
  6. package/src/sap/ui/dt/AggregationOverlay.js +1 -1
  7. package/src/sap/ui/dt/ControlObserver.js +1 -1
  8. package/src/sap/ui/dt/DOMUtil.js +1 -1
  9. package/src/sap/ui/dt/DesignTime.js +1 -1
  10. package/src/sap/ui/dt/DesignTimeMetadata.js +1 -1
  11. package/src/sap/ui/dt/ElementDesignTimeMetadata.js +1 -1
  12. package/src/sap/ui/dt/ElementOverlay.js +1 -1
  13. package/src/sap/ui/dt/ElementUtil.js +1 -1
  14. package/src/sap/ui/dt/ManagedObjectObserver.js +1 -1
  15. package/src/sap/ui/dt/MetadataPropagationUtil.js +1 -1
  16. package/src/sap/ui/dt/MutationObserver.js +1 -1
  17. package/src/sap/ui/dt/Overlay.js +1 -2
  18. package/src/sap/ui/dt/OverlayRegistry.js +1 -1
  19. package/src/sap/ui/dt/OverlayUtil.js +1 -1
  20. package/src/sap/ui/dt/Plugin.js +1 -1
  21. package/src/sap/ui/dt/ScrollbarSynchronizer.js +1 -1
  22. package/src/sap/ui/dt/SelectionManager.js +1 -1
  23. package/src/sap/ui/dt/SelectionMode.js +1 -1
  24. package/src/sap/ui/dt/TaskManager.js +1 -1
  25. package/src/sap/ui/dt/TaskRunner.js +1 -1
  26. package/src/sap/ui/dt/Util.js +1 -1
  27. package/src/sap/ui/dt/enablement/ElementEnablementTest.js +1 -1
  28. package/src/sap/ui/dt/enablement/Test.js +1 -1
  29. package/src/sap/ui/dt/enablement/Util.js +1 -1
  30. package/src/sap/ui/dt/enablement/report/LibraryReport.js +1 -1
  31. package/src/sap/ui/dt/enablement/report/QUnitReport.js +1 -1
  32. package/src/sap/ui/dt/enablement/report/Statistic.js +1 -1
  33. package/src/sap/ui/dt/enablement/report/StatisticRenderer.js +1 -1
  34. package/src/sap/ui/dt/enablement/report/Table.js +1 -1
  35. package/src/sap/ui/dt/enablement/report/TableRenderer.js +1 -1
  36. package/src/sap/ui/dt/library.js +2 -2
  37. package/src/sap/ui/dt/plugin/ContextMenu.js +1 -1
  38. package/src/sap/ui/dt/plugin/ControlDragDrop.js +1 -1
  39. package/src/sap/ui/dt/plugin/CutPaste.js +1 -1
  40. package/src/sap/ui/dt/plugin/DragDrop.js +1 -1
  41. package/src/sap/ui/dt/plugin/ElementMover.js +1 -1
  42. package/src/sap/ui/dt/plugin/MouseSelection.js +1 -1
  43. package/src/sap/ui/dt/plugin/ToolHooks.js +1 -1
  44. package/src/sap/ui/dt/themes/sap_hcb/base_ContextMenu.less +129 -0
  45. package/src/sap/ui/dt/themes/sap_hcb/base_Overlay.less +179 -0
  46. package/src/sap/ui/dt/themes/sap_hcb/base_shared.less +1 -0
  47. package/src/sap/ui/dt/themes/sap_hcb/library.source.less +15 -1
  48. package/src/sap/ui/dt/util/ZIndexManager.js +1 -1
package/.reuse/dep5 CHANGED
@@ -50,6 +50,11 @@ Copyright: Mario Heiderich
50
50
  License: Apache-2.0
51
51
  Comment: these files belong to: purify.js
52
52
 
53
+ Files: src/sap.m/test/sap/m/qunit/_thirdparty/qunit-composite.css src/sap.m/test/sap/m/qunit/_thirdparty/qunit-composite.js
54
+ Copyright: jQuery Foundation and other contributors, https://jquery.org/
55
+ License: MIT
56
+ Comment: these files belong to: QUnit Composite 2.0.0
57
+
53
58
 
54
59
  # Library: sap.ui.codeeditor:
55
60
 
@@ -379,13 +384,13 @@ Copyright: 2017 Wei Song and Oliver Nightingale
379
384
  License: MIT
380
385
  Comment: these files belong to: Elasticlunr
381
386
 
382
- Files: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/DataTables-1.10.15/*
383
- Copyright: 2008-2017 SpryMedia Ltd
387
+ Files: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/DataTables-2.0.1/*
388
+ Copyright: SpryMedia Ltd
384
389
  License: MIT
385
390
  Comment: these files belong to: DataTables
386
391
 
387
- Files: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-1.4.0/*
388
- Copyright: 2016 SpryMedia Ltd
392
+ Files: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-3.0.0/*
393
+ Copyright: SpryMedia Ltd
389
394
  License: MIT
390
395
  Comment: these files belong to: Buttons extension for DataTables
391
396
 
package/THIRDPARTY.txt CHANGED
@@ -12,6 +12,13 @@ License: Apache-2.0
12
12
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
13
13
  Contained in: src/sap.m/src/sap/m/_thirdparty/purify.js
14
14
 
15
+ Component: QUnit Composite 2.0.0, version: 2.0.0
16
+ Copyright: jQuery Foundation and other contributors, https://jquery.org/
17
+ License: MIT
18
+ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
19
+ Contained in: src/sap.m/test/sap/m/qunit/_thirdparty/qunit-composite.css
20
+ src/sap.m/test/sap/m/qunit/_thirdparty/qunit-composite.js
21
+
15
22
 
16
23
  Library: sap.ui.codeeditor:
17
24
 
@@ -356,17 +363,17 @@ License: MIT
356
363
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
357
364
  Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/elasticlunr.js
358
365
 
359
- Component: DataTables, version: 1.10.15
360
- Copyright: 2008-2017 SpryMedia Ltd
366
+ Component: DataTables, version: 2.0.1
367
+ Copyright: SpryMedia Ltd
361
368
  License: MIT
362
369
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
363
- Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/DataTables-1.10.15/*
370
+ Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/DataTables-2.0.1/*
364
371
 
365
- Component: Buttons extension for DataTables, version: 1.4.0
366
- Copyright: 2016 SpryMedia Ltd
372
+ Component: Buttons extension for DataTables, version: 3.0.0
373
+ Copyright: SpryMedia Ltd
367
374
  License: MIT
368
375
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
369
- Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-1.4.0/*
376
+ Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-3.0.0/*
370
377
 
371
378
 
372
379
  Library: sap.ui.integration:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.dt",
3
- "version": "1.124.2",
3
+ "version": "1.126.0",
4
4
  "description": "OpenUI5 UI Library sap.ui.dt",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,6 +14,6 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.ui.core": "1.124.2"
17
+ "@openui5/sap.ui.core": "1.126.0"
18
18
  }
19
19
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.124.2</version>
9
+ <version>1.126.0</version>
10
10
 
11
11
  <documentation>SAP UI library: sap.ui.dt (by SAP, Author)</documentation>
12
12
 
@@ -23,7 +23,7 @@ function(
23
23
  * @extends sap.ui.dt.DesignTimeMetadata
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.124.2
26
+ * @version 1.126.0
27
27
  *
28
28
  * @constructor
29
29
  * @private
@@ -33,7 +33,7 @@ function(
33
33
  * @extends sap.ui.dt.Overlay
34
34
  *
35
35
  * @author SAP SE
36
- * @version 1.124.2
36
+ * @version 1.126.0
37
37
  *
38
38
  * @constructor
39
39
  * @private
@@ -22,7 +22,7 @@ function(ManagedObjectObserver) {
22
22
  * @extends sap.ui.dt.ManagedObjectObserver
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.124.2
25
+ * @version 1.126.0
26
26
  *
27
27
  * @constructor
28
28
  * @private
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  *
26
26
  * @namespace
27
27
  * @author SAP SE
28
- * @version 1.124.2
28
+ * @version 1.126.0
29
29
  *
30
30
  * @private
31
31
  * @since 1.30
@@ -69,7 +69,7 @@ sap.ui.define([
69
69
  * @extends sap.ui.base.ManagedObject
70
70
  *
71
71
  * @author SAP SE
72
- * @version 1.124.2
72
+ * @version 1.126.0
73
73
  *
74
74
  * @constructor
75
75
  * @private
@@ -45,7 +45,7 @@ sap.ui.define([
45
45
  * @extends sap.ui.base.ManagedObject
46
46
  *
47
47
  * @author SAP SE
48
- * @version 1.124.2
48
+ * @version 1.126.0
49
49
  *
50
50
  * @constructor
51
51
  * @private
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.ui.dt.DesignTimeMetadata
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.124.2
30
+ * @version 1.126.0
31
31
  *
32
32
  * @constructor
33
33
  * @private
@@ -57,7 +57,7 @@ sap.ui.define([
57
57
  * @extends sap.ui.dt.Overlay
58
58
  *
59
59
  * @author SAP SE
60
- * @version 1.124.2
60
+ * @version 1.126.0
61
61
  *
62
62
  * @constructor
63
63
  * @private
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  *
30
30
  * @namespace
31
31
  * @author SAP SE
32
- * @version 1.124.2
32
+ * @version 1.126.0
33
33
  *
34
34
  * @private
35
35
  * @since 1.30
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @class The ManagedObjectObserver observes changes of a ManagedObject and propagates them via events.
24
24
  * @extends sap.ui.base.ManagedObject
25
25
  * @author SAP SE
26
- * @version 1.124.2
26
+ * @version 1.126.0
27
27
  * @constructor
28
28
  * @private
29
29
  * @since 1.30
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  *
22
22
  * @namespace
23
23
  * @author SAP SE
24
- * @version 1.124.2
24
+ * @version 1.126.0
25
25
  * @private
26
26
  * @since 1.54
27
27
  * @alias sap.ui.dt.MetadataPropagationUtil
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @class The MutationObserver observes changes of a ManagedObject and propagates them via events.
33
33
  * @extends sap.ui.base.ManagedObject
34
34
  * @author SAP SE
35
- * @version 1.124.2
35
+ * @version 1.126.0
36
36
  * @constructor
37
37
  * @private
38
38
  * @since 1.30
@@ -44,7 +44,7 @@ sap.ui.define([
44
44
  * @extends sap.ui.core.Element
45
45
  *
46
46
  * @author SAP SE
47
- * @version 1.124.2
47
+ * @version 1.126.0
48
48
  *
49
49
  * @constructor
50
50
  * @private
@@ -159,7 +159,6 @@ sap.ui.define([
159
159
 
160
160
  /**
161
161
  * Fires when new child is added
162
- * @private
163
162
  */
164
163
  childAdded: {},
165
164
 
@@ -23,7 +23,7 @@ function(
23
23
  *
24
24
  * @namespace
25
25
  * @author SAP SE
26
- * @version 1.124.2
26
+ * @version 1.126.0
27
27
  *
28
28
  * @private
29
29
  * @since 1.30
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  *
22
22
  * @namespace
23
23
  * @author SAP SE
24
- * @version 1.124.2
24
+ * @version 1.126.0
25
25
  * @private
26
26
  * @since 1.30
27
27
  * @alias sap.ui.dt.OverlayUtil
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.ui.base.ManagedObject
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.124.2
30
+ * @version 1.126.0
31
31
  *
32
32
  * @constructor
33
33
  * @private
@@ -24,7 +24,7 @@ function(
24
24
  * @extends sap.ui.base.ManagedObject
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.124.2
27
+ * @version 1.126.0
28
28
  *
29
29
  * @constructor
30
30
  * @private
@@ -32,7 +32,7 @@ function(
32
32
  * @extends sap.ui.base.ManagedObject
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.124.2
35
+ * @version 1.126.0
36
36
  *
37
37
  * @constructor
38
38
  * @private
@@ -16,7 +16,7 @@ sap.ui.define(function() {
16
16
  * @namespace
17
17
  * @name sap.ui.dt.SelectionMode
18
18
  * @author SAP SE
19
- * @version 1.124.2
19
+ * @version 1.126.0
20
20
  * @private
21
21
  */
22
22
  return {
@@ -21,7 +21,7 @@ function(
21
21
  * The TaskManager keeps list of task and allows to manage them via simple API.
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.124.2
24
+ * @version 1.126.0
25
25
  *
26
26
  * @constructor
27
27
  * @private
@@ -24,7 +24,7 @@ function(
24
24
  * TaskRunner run tasks defined in sap.ui.dt.TaskManager.
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.124.2
27
+ * @version 1.126.0
28
28
  *
29
29
  * @constructor
30
30
  * @private
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  *
21
21
  * @namespace
22
22
  * @author SAP SE
23
- * @version 1.124.2
23
+ * @version 1.126.0
24
24
  *
25
25
  * @private
26
26
  * @since 1.54
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @extends sap.ui.dt.test.Test
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.124.2
40
+ * @version 1.126.0
41
41
  *
42
42
  * @constructor
43
43
  * @private
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @extends sap.ui.base.ManagedObject
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.124.2
25
+ * @version 1.126.0
26
26
  *
27
27
  * @constructor
28
28
  * @private
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @namespace
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.124.2
25
+ * @version 1.126.0
26
26
  *
27
27
  * @private
28
28
  * @static
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.ui.dt.enablement.Test
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.124.2
30
+ * @version 1.126.0
31
31
  *
32
32
  * @constructor
33
33
  * @private
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @extends sap.ui.base.ManagedObject
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.124.2
27
+ * @version 1.126.0
28
28
  *
29
29
  * @constructor
30
30
  * @private
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * @extends sap.ui.core.Control
34
34
  *
35
35
  * @author SAP SE
36
- * @version 1.124.2
36
+ * @version 1.126.0
37
37
  *
38
38
  * @constructor
39
39
  * @private
@@ -10,7 +10,7 @@ sap.ui.define(function() {
10
10
 
11
11
  /**
12
12
  * @author SAP SE
13
- * @version 1.124.2
13
+ * @version 1.126.0
14
14
  * @namespace
15
15
  */
16
16
  var StatisticRenderer = {
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * @extends sap.ui.core.Control
48
48
  *
49
49
  * @author SAP SE
50
- * @version 1.124.2
50
+ * @version 1.126.0
51
51
  *
52
52
  * @constructor
53
53
  * @private
@@ -10,7 +10,7 @@ sap.ui.define(function() {
10
10
 
11
11
  /**
12
12
  * @author SAP SE
13
- * @version 1.124.2
13
+ * @version 1.126.0
14
14
  * @namespace
15
15
  */
16
16
  var TableRenderer = {
@@ -123,7 +123,7 @@ sap.ui.define([
123
123
  * @namespace
124
124
  * @alias sap.ui.dt
125
125
  * @author SAP SE
126
- * @version 1.124.2
126
+ * @version 1.126.0
127
127
  * @since 1.30
128
128
  * @private
129
129
  * @ui5-restricted
@@ -131,7 +131,7 @@ sap.ui.define([
131
131
  var thisLib = Lib.init({
132
132
  name: "sap.ui.dt",
133
133
  apiVersion: 2,
134
- version: "1.124.2",
134
+ version: "1.126.0",
135
135
  dependencies: ["sap.ui.core"],
136
136
  types: [],
137
137
  interfaces: [],
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * @class The ContextMenu registers event handler to open the context menu. Menu entries can dynamically be added
35
35
  * @extends sap.ui.dt.Plugin
36
36
  * @author SAP SE
37
- * @version 1.124.2
37
+ * @version 1.126.0
38
38
  * @constructor
39
39
  * @private
40
40
  * @since 1.53
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @class The ControlDragDrop enables D&D functionality for the overlays based on aggregation types
27
27
  * @extends sap.ui.dt.plugin.DragDrop
28
28
  * @author SAP SE
29
- * @version 1.124.2
29
+ * @version 1.126.0
30
30
  * @constructor
31
31
  * @private
32
32
  * @since 1.30
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * @class The CutPaste enables Cut & Paste functionality for the overlays based on aggregation types
34
34
  * @extends sap.ui.dt.Plugin
35
35
  * @author SAP SE
36
- * @version 1.124.2
36
+ * @version 1.126.0
37
37
  * @constructor
38
38
  * @private
39
39
  * @since 1.34
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * @extends sap.ui.dt.Plugin
39
39
  *
40
40
  * @author SAP SE
41
- * @version 1.124.2
41
+ * @version 1.126.0
42
42
  *
43
43
  * @constructor
44
44
  * @private
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @class The ElementMover enables movement of UI5 elements based on aggregation types, which can be used by drag and
31
31
  * drop or cut and paste behavior.
32
32
  * @author SAP SE
33
- * @version 1.124.2
33
+ * @version 1.126.0
34
34
  * @constructor
35
35
  * @private
36
36
  * @since 1.34
@@ -22,7 +22,7 @@ function(Plugin) {
22
22
  * @extends sap.ui.dt.Plugin
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.124.2
25
+ * @version 1.126.0
26
26
  *
27
27
  * @constructor
28
28
  * @private
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  *
17
17
  * @extends sap.ui.dt.Plugin
18
18
  * @author SAP SE
19
- * @version 1.124.2
19
+ * @version 1.126.0
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.61
@@ -0,0 +1,129 @@
1
+ /******************************************************************
2
+ Style of the DT Contextmenu - base Theme
3
+ *******************************************************************/
4
+ @_sap_ui_dt_ContextMenu_HoverBGColor: @sapUiButtonLiteHoverBackground; //rgba(199,95,20,0.5)
5
+ @_sap_ui_dt_ContextMenu_OpenMenuBGColor: @sapUiListSelectionBackgroundColor; //#8fb5ff
6
+
7
+ .sapUiDtContextMenu {
8
+ &.sapUiMnu {
9
+ min-width: 4.25rem; //68px
10
+ }
11
+
12
+ .sapUiMnuLst {
13
+ padding: 0.1875rem;
14
+
15
+ .sapUiMnuItm {
16
+ .sapUiMnuItmIco {
17
+ padding: 0 0.375rem;
18
+ max-width: none;
19
+
20
+ .sapUiIcon {
21
+ min-width: 2.0rem;
22
+ }
23
+ }
24
+
25
+ &.sapUiMnuItmDsbl {
26
+ opacity: 0.5;
27
+ }
28
+ }
29
+ }
30
+
31
+ &.sapUiSubmenu,
32
+ &:not(.sapUiDtContextMiniMenu) {
33
+ .sapUiMnuItm {
34
+ &.sapUiMnuItmHov {
35
+ &:not(.sapUiMnuItmDsbl) {
36
+ background-color: @_sap_ui_dt_ContextMenu_HoverBGColor;
37
+ }
38
+ }
39
+ }
40
+ }
41
+ }
42
+
43
+ .sapUiDtContextMiniMenu {
44
+ &:not(.sapUiSubmenu) {
45
+ .sapUiMnuItm {
46
+ display: inline-flex;
47
+
48
+ &:focus {
49
+ outline: none;
50
+
51
+ .sapUiIcon {
52
+ border: 0.0625rem dotted;
53
+ }
54
+ }
55
+
56
+ &.sapUiMnuItmHov {
57
+ background-color: transparent;
58
+
59
+ .sapUiIcon {
60
+ background-color: @_sap_ui_dt_ContextMenu_HoverBGColor;
61
+ }
62
+ }
63
+
64
+ &.sapUiMnuItmSubMnuOpen {
65
+ background-color: transparent;
66
+
67
+ &:not(.sapUiMnuItmHov) {
68
+ .sapUiIcon {
69
+ background-color: @_sap_ui_dt_ContextMenu_OpenMenuBGColor;
70
+ }
71
+ }
72
+ }
73
+ .sapUiMnuItmIco {
74
+ position: relative;
75
+ }
76
+ .sapUiMnuItmTxt {
77
+ display: none !important;
78
+ }
79
+ .sapUiMnuItmSbMnu {
80
+ padding-top: 0.25rem;
81
+ right: -0.2rem;
82
+ position: absolute;
83
+ }
84
+ .sapUiIcon {
85
+ border: 0.0625rem dotted transparent;
86
+ }
87
+ }
88
+ }
89
+ }
90
+
91
+ .sapUiSizeCozy.sapUiMnu.sapUiMnuCozySupport {
92
+ &.sapUiDtContextMiniMenu {
93
+ .sapUiMnuItmIco {
94
+ width: 3rem;
95
+ + .sapUiMnuItmTxt {
96
+ margin-left: 2.5rem;
97
+ }
98
+ .sapUiIcon {
99
+ height: 2.625rem;
100
+ line-height: 2.625rem !important;
101
+ min-width: 3rem;
102
+ }
103
+ }
104
+ }
105
+ }
106
+
107
+ .sapUiSizeCompact .sapMMenu.sapUiMnu.sapUiDtContextMenu {
108
+ .sapUiMnuItm {
109
+ height: 2.25rem;
110
+ padding: 0 0.25rem;
111
+
112
+ .sapUiMnuItmIco {
113
+ padding: 0;
114
+ + .sapUiMnuItmTxt {
115
+ margin-left: 0.5rem;
116
+ }
117
+ }
118
+ .sapUiMnuItmSbMnu {
119
+ line-height: 2.25rem;
120
+ }
121
+ }
122
+ }
123
+
124
+ html.sap-desktop, html.sap-tablet {
125
+
126
+ & .sapUiSizeCozy .sapUiDtContextMenu .sapUiMnuLst > .sapUiMnuItm > .sapUiMnuItmIco + .sapUiMnuItmTxt {
127
+ margin-left: 2.75rem;
128
+ }
129
+ }
@@ -0,0 +1,179 @@
1
+ /******************************************************************
2
+ Style of the DT Overlays - base Theme
3
+ *******************************************************************/
4
+ @_sap_ui_dt_Overlay_FocusColor: @sapUiContentFocusColor; //#000
5
+ @_sap_ui_dt_Overlay_TargetZoneColor: @sapUiSelected; //#8fb5ff
6
+ @_sap_ui_dt_Overlay_SelectionColor: lighten(@sapUiChart1, 20); //#6fa0e2
7
+ @_sap_ui_dt_Overlay_CuttedColor: @sapUiNeutralBG; // #fff
8
+ @_sap_ui_dt_Overlay_CuttedBorder: @sapUiSelected; //#8fb5ff
9
+ @_sap_ui_dt_Overlay_HighlightColor: @sapUiShellActiveBackground; //#ec8b46
10
+ @_sap_ui_dt_Overlay_ActiveBG: fade(@sapUiSelected, 10%); //rgba(143, 181, 255, 0.1);
11
+
12
+ #overlay-container {
13
+ position: absolute;
14
+ top: 0;
15
+ left: 0;
16
+ }
17
+
18
+ .sapUiDtOverlay {
19
+ position: absolute;
20
+ outline: none;
21
+
22
+ // please, don't use border property, it cause the size change of an overtla and box-sizing: border box doesn't work with position: absolute and absolute sizing
23
+ // please, don't use outline property, outline can be invisible due to overflow:hidden of parent
24
+ // instead you should use pseudo elements to special border-like styling:
25
+ // :before pseudoelement should be used for focus visualisation
26
+ // :after pseudoelement should be used for other border-like visualisations
27
+
28
+ &:before, &:after {
29
+ position: absolute;
30
+ pointer-events: none;
31
+ top: 0;
32
+ left: 0;
33
+ right: 0;
34
+ bottom: 0;
35
+ box-sizing: border-box;
36
+ z-index: 2;
37
+ box-shadow: none;
38
+ }
39
+ }
40
+
41
+ .sapUiDtOverlayFocusable {
42
+ &:focus {
43
+ &:before {
44
+ content: " ";
45
+ border: 0.0625rem dotted @_sap_ui_dt_Overlay_FocusColor; //1px
46
+ }
47
+ }
48
+ }
49
+
50
+ .sapUiDtDummyScrollContainer {
51
+ position: absolute;
52
+ top: 0;
53
+ left: 0;
54
+ pointer-events: none;
55
+ }
56
+
57
+ .sapUiDtOverlayDropZone {
58
+ z-index: 9999999 !important;
59
+
60
+ > .sapUiDtOverlayChildren {
61
+ > .sapUiDtOverlayMovable {
62
+ background: @_sap_ui_dt_Overlay_ActiveBG;
63
+ // no "border"
64
+ &:after {
65
+ content: none;
66
+ }
67
+ }
68
+ }
69
+ }
70
+
71
+ .sapUiDtOverlayTargetZone {
72
+ &:after {
73
+ content: " ";
74
+ outline: 0.125rem dashed @_sap_ui_dt_Overlay_TargetZoneColor; //2px
75
+ outline-offset: -0.125rem; //2px
76
+ }
77
+ }
78
+
79
+ .sapUiDtOverlaySelected {
80
+ &:after {
81
+ content: " ";
82
+ outline: 0.125rem solid @_sap_ui_dt_Overlay_SelectionColor; //2px
83
+ outline-offset: -0.125rem; //2px
84
+ border: none;
85
+ }
86
+
87
+ &.sapUiDtOverlayWithScrollBar:after {
88
+ bottom: 0;
89
+ right: 0;
90
+ top: 0;
91
+ left: 0;
92
+ width: initial;
93
+ height: initial;
94
+ }
95
+
96
+ &.sapUiDtOverlayFocusable {
97
+ &:focus {
98
+ &:before {
99
+ top: 0.125rem; //2px
100
+ left: 0.125rem; //2px
101
+ bottom: 0.125rem; //2px
102
+ right: 0.125rem; //2px
103
+ width: auto;
104
+ height: auto;
105
+ }
106
+ }
107
+ }
108
+ }
109
+
110
+ .sapUiDtOverlayHighlighted:not(.sapUiDtOverlaySelected) {
111
+ &:after {
112
+ content: " ";
113
+ outline: 0.0625rem solid @_sap_ui_dt_Overlay_HighlightColor; //1px
114
+ outline-offset: -0.0625rem; //1px
115
+ box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.3);
116
+ }
117
+ }
118
+
119
+ .sapUiDtOverlayMovable {
120
+ cursor: move;
121
+ }
122
+
123
+ // Used for non-movable children overlays of movable parents
124
+ .sapUiDtOverlaySelectable:not(.sapUiDtOverlayMovable) {
125
+ cursor: auto;
126
+ }
127
+
128
+ .sapUiDtOverlayCutted {
129
+ background-color: @_sap_ui_dt_Overlay_CuttedColor !important;
130
+ opacity: 0.5;
131
+
132
+ &:after {
133
+ content: " ";
134
+ outline: 0.063rem solid @_sap_ui_dt_Overlay_CuttedBorder; //1px
135
+ outline-offset: -0.125rem; //2px
136
+ }
137
+ }
138
+
139
+ .sapUiDtDragGhostWrapper {
140
+ position: fixed;
141
+ pointer-events: none;
142
+ }
143
+
144
+ /* fix ghost blinking in FireFox */
145
+ .sap-desktop[data-sap-ui-browser^="ff"] .sapUiDtDragGhostWrapper {
146
+ top: -9999px;
147
+ left: -9999px;
148
+ }
149
+
150
+ /* fix for chrome */
151
+ .sap-desktop[data-sap-ui-browser^="cr"] .sapUiDtDragGhostWrapper {
152
+ padding-left: -500px;
153
+ padding-bottom: 500px;
154
+ bottom: -1000px;
155
+ }
156
+
157
+ // Fix for Safari, ghost must not be completly off screen
158
+ .sap-desktop[data-sap-ui-browser^="sf"] .sapUiDtDragGhostWrapper {
159
+ top: 100vh;
160
+ }
161
+
162
+ .sapUiDtDragGhost {
163
+ background: @_sap_ui_dt_Overlay_ActiveBG;
164
+ }
165
+
166
+ .sapUiDtClonedDom {
167
+ position: absolute;
168
+ top: 0;
169
+ left: 0;
170
+ pointer-events: none;
171
+
172
+ * {
173
+ pointer-events: none !important;
174
+ }
175
+ }
176
+
177
+ .sapUiDtOverlayScrollContainer {
178
+ position: absolute;
179
+ }
@@ -0,0 +1 @@
1
+ /* This CSS shares it rules with all other CSS of this library */
@@ -4,7 +4,21 @@
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
7
- @import "../base/library.source.less";
7
+ /* ============================================================================== */
8
+ /* Due to deprecation of sap_hcb with SAPUI5 version 1.46 the library.source.less */
9
+ /* file of base is resolved: Imports to base.less and global.less of */
10
+ /* base are added to this library.source.less file (sap_hcb) and the */
11
+ /* respective control css files of base are added to the sap_hcb theme folder. */
12
+ /* This decoupling of the base theme is introduced with SAPUI5 version 1.126. */
13
+ /* ============================================================================== */
14
+
15
+ @import "../../../core/themes/base/base.less";
16
+ @import "../../../core/themes/base/global.less";
17
+
18
+ @import "base_Overlay.less";
19
+ @import "base_ContextMenu.less";
20
+ @import "base_shared.less";
21
+
8
22
  @import "../../../../../sap/ui/core/themes/sap_hcb/global.less";
9
23
  @import "Overlay.less";
10
24
  @import "ContextMenu.less";
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  *
29
29
  * @namespace
30
30
  * @author SAP SE
31
- * @version 1.124.2
31
+ * @version 1.126.0
32
32
  *
33
33
  * @private
34
34
  * @since 1.64