@openui5/sap.ui.dt 1.111.2 → 1.112.2
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/package.json +2 -2
- package/src/sap/ui/dt/.library +1 -1
- package/src/sap/ui/dt/AggregationDesignTimeMetadata.js +1 -1
- package/src/sap/ui/dt/AggregationOverlay.js +1 -1
- package/src/sap/ui/dt/ControlObserver.js +1 -1
- package/src/sap/ui/dt/DOMUtil.js +21 -23
- package/src/sap/ui/dt/DesignTime.js +1 -1
- package/src/sap/ui/dt/DesignTimeMetadata.js +1 -1
- package/src/sap/ui/dt/ElementDesignTimeMetadata.js +1 -1
- package/src/sap/ui/dt/ElementOverlay.js +1 -1
- package/src/sap/ui/dt/ElementUtil.js +1 -1
- package/src/sap/ui/dt/ManagedObjectObserver.js +1 -1
- package/src/sap/ui/dt/MetadataPropagationUtil.js +1 -1
- package/src/sap/ui/dt/MutationObserver.js +1 -1
- package/src/sap/ui/dt/Overlay.js +1 -1
- package/src/sap/ui/dt/OverlayRegistry.js +1 -1
- package/src/sap/ui/dt/OverlayUtil.js +1 -1
- package/src/sap/ui/dt/Plugin.js +1 -1
- package/src/sap/ui/dt/ScrollbarSynchronizer.js +1 -1
- package/src/sap/ui/dt/SelectionManager.js +1 -1
- package/src/sap/ui/dt/SelectionMode.js +1 -1
- package/src/sap/ui/dt/TaskManager.js +1 -1
- package/src/sap/ui/dt/TaskRunner.js +1 -1
- package/src/sap/ui/dt/Util.js +1 -1
- package/src/sap/ui/dt/enablement/ElementEnablementTest.js +1 -1
- package/src/sap/ui/dt/enablement/Test.js +1 -1
- package/src/sap/ui/dt/enablement/Util.js +1 -1
- package/src/sap/ui/dt/enablement/report/LibraryReport.js +1 -1
- package/src/sap/ui/dt/enablement/report/QUnitReport.js +1 -1
- package/src/sap/ui/dt/enablement/report/Statistic.js +1 -1
- package/src/sap/ui/dt/enablement/report/StatisticRenderer.js +1 -1
- package/src/sap/ui/dt/enablement/report/Table.js +1 -1
- package/src/sap/ui/dt/enablement/report/TableRenderer.js +2 -2
- package/src/sap/ui/dt/library.js +2 -2
- package/src/sap/ui/dt/plugin/ContextMenu.js +1 -1
- package/src/sap/ui/dt/plugin/ControlDragDrop.js +1 -1
- package/src/sap/ui/dt/plugin/CutPaste.js +1 -1
- package/src/sap/ui/dt/plugin/DragDrop.js +1 -1
- package/src/sap/ui/dt/plugin/ElementMover.js +1 -1
- package/src/sap/ui/dt/plugin/MouseSelection.js +1 -1
- package/src/sap/ui/dt/plugin/TabHandling.js +1 -1
- package/src/sap/ui/dt/plugin/ToolHooks.js +1 -1
- package/src/sap/ui/dt/util/ZIndexManager.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.dt",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.112.2",
|
|
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.
|
|
17
|
+
"@openui5/sap.ui.core": "1.112.2"
|
|
18
18
|
}
|
|
19
19
|
}
|
package/src/sap/ui/dt/.library
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.112.2</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAP UI library: sap.ui.dt (by SAP, Author)</documentation>
|
|
12
12
|
|
package/src/sap/ui/dt/DOMUtil.js
CHANGED
|
@@ -23,7 +23,7 @@ sap.ui.define([
|
|
|
23
23
|
*
|
|
24
24
|
* @namespace
|
|
25
25
|
* @author SAP SE
|
|
26
|
-
* @version 1.
|
|
26
|
+
* @version 1.112.2
|
|
27
27
|
*
|
|
28
28
|
* @private
|
|
29
29
|
* @since 1.30
|
|
@@ -151,10 +151,7 @@ sap.ui.define([
|
|
|
151
151
|
return zIndex;
|
|
152
152
|
};
|
|
153
153
|
|
|
154
|
-
|
|
155
|
-
* @private
|
|
156
|
-
*/
|
|
157
|
-
DOMUtil._getElementDimensions = function (oDomRef, sMeasure, aDirection) {
|
|
154
|
+
DOMUtil._getElementDimensions = function(oDomRef, sMeasure, aDirection) {
|
|
158
155
|
var oRelevantDomRef = oDomRef[0] || oDomRef;
|
|
159
156
|
var iOffsetWidth = oRelevantDomRef["offset" + sMeasure];
|
|
160
157
|
var iValue = 0;
|
|
@@ -166,17 +163,11 @@ sap.ui.define([
|
|
|
166
163
|
return iOffsetWidth + iValue;
|
|
167
164
|
};
|
|
168
165
|
|
|
169
|
-
|
|
170
|
-
* @private
|
|
171
|
-
*/
|
|
172
|
-
DOMUtil._getElementWidth = function (oDomRef) {
|
|
166
|
+
DOMUtil._getElementWidth = function(oDomRef) {
|
|
173
167
|
return DOMUtil._getElementDimensions(oDomRef, "Width", ["Right", "Left"]);
|
|
174
168
|
};
|
|
175
169
|
|
|
176
|
-
|
|
177
|
-
* @private
|
|
178
|
-
*/
|
|
179
|
-
DOMUtil._getElementHeight = function (oDomRef) {
|
|
170
|
+
DOMUtil._getElementHeight = function(oDomRef) {
|
|
180
171
|
return DOMUtil._getElementDimensions(oDomRef, "Height", ["Top", "Bottom"]);
|
|
181
172
|
};
|
|
182
173
|
|
|
@@ -186,8 +177,11 @@ sap.ui.define([
|
|
|
186
177
|
* @returns {boolean} <code>true</code> if vertical scrollbar is available on DOM Element.
|
|
187
178
|
*/
|
|
188
179
|
DOMUtil.hasVerticalScrollBar = function(oDomRef) {
|
|
189
|
-
|
|
190
|
-
|
|
180
|
+
if (oDomRef) {
|
|
181
|
+
var bOverflowYScroll = window.getComputedStyle(oDomRef)["overflow-y"] === "auto" || window.getComputedStyle(oDomRef)["overflow-y"] === "scroll";
|
|
182
|
+
return bOverflowYScroll && oDomRef.scrollHeight > DOMUtil._getElementHeight(oDomRef);
|
|
183
|
+
}
|
|
184
|
+
return false;
|
|
191
185
|
};
|
|
192
186
|
|
|
193
187
|
/**
|
|
@@ -195,9 +189,12 @@ sap.ui.define([
|
|
|
195
189
|
* @param {HTMLElement} oDomRef - DOM Element
|
|
196
190
|
* @returns {boolean} <code>true</code> if horizontal scrollbar is available on DOM Element
|
|
197
191
|
*/
|
|
198
|
-
DOMUtil.hasHorizontalScrollBar = function
|
|
199
|
-
|
|
200
|
-
|
|
192
|
+
DOMUtil.hasHorizontalScrollBar = function(oDomRef) {
|
|
193
|
+
if (oDomRef) {
|
|
194
|
+
var bOverflowXScroll = window.getComputedStyle(oDomRef)["overflow-x"] === "auto" || window.getComputedStyle(oDomRef)["overflow-x"] === "scroll";
|
|
195
|
+
return bOverflowXScroll && oDomRef.scrollWidth > DOMUtil._getElementWidth(oDomRef);
|
|
196
|
+
}
|
|
197
|
+
return false;
|
|
201
198
|
};
|
|
202
199
|
|
|
203
200
|
/**
|
|
@@ -269,6 +266,7 @@ sap.ui.define([
|
|
|
269
266
|
visible: this.isVisible(oDomRef)
|
|
270
267
|
};
|
|
271
268
|
}
|
|
269
|
+
return undefined;
|
|
272
270
|
};
|
|
273
271
|
|
|
274
272
|
DOMUtil.syncScroll = function(oSourceDom, oTargetDom) {
|
|
@@ -334,7 +332,7 @@ sap.ui.define([
|
|
|
334
332
|
* @param {HTMLElement} oNode - Target node to add the attribute to
|
|
335
333
|
* @param {boolean} bValue - Attribute value
|
|
336
334
|
*/
|
|
337
|
-
DOMUtil.setDraggable = function
|
|
335
|
+
DOMUtil.setDraggable = function(oNode, bValue) {
|
|
338
336
|
oNode.setAttribute("draggable", bValue);
|
|
339
337
|
};
|
|
340
338
|
|
|
@@ -343,14 +341,14 @@ sap.ui.define([
|
|
|
343
341
|
* @param {HTMLElement} oNode - Target node to set the draggable attribute on
|
|
344
342
|
* @returns {boolean|undefined} undefined when draggable is not set to the node
|
|
345
343
|
*/
|
|
346
|
-
DOMUtil.getDraggable = function
|
|
344
|
+
DOMUtil.getDraggable = function(oNode) {
|
|
347
345
|
switch (oNode.getAttribute("draggable")) {
|
|
348
346
|
case "true":
|
|
349
347
|
return true;
|
|
350
348
|
case "false":
|
|
351
349
|
return false;
|
|
352
350
|
default:
|
|
353
|
-
return;
|
|
351
|
+
return undefined;
|
|
354
352
|
}
|
|
355
353
|
};
|
|
356
354
|
|
|
@@ -446,7 +444,7 @@ sap.ui.define([
|
|
|
446
444
|
* @param {HTMLElement} oTargetNode - Node to look for in a potential parent node
|
|
447
445
|
* @returns {boolean} <code>true</code> if a potential parent contains the target node
|
|
448
446
|
*/
|
|
449
|
-
DOMUtil.contains = function
|
|
447
|
+
DOMUtil.contains = function(sId, oTargetNode) {
|
|
450
448
|
var oNode = document.getElementById(sId);
|
|
451
449
|
return !!oNode && oNode.contains(oTargetNode);
|
|
452
450
|
};
|
|
@@ -456,7 +454,7 @@ sap.ui.define([
|
|
|
456
454
|
* @param {HTMLElement} oTargetNode - Target node to whom child has to be appended
|
|
457
455
|
* @param {HTMLElement} oChildNode - Child node to be appended to specified target
|
|
458
456
|
*/
|
|
459
|
-
DOMUtil.appendChild = function
|
|
457
|
+
DOMUtil.appendChild = function(oTargetNode, oChildNode) {
|
|
460
458
|
var iScrollTop = oChildNode.scrollTop;
|
|
461
459
|
var iScrollLeft = oChildNode.scrollLeft;
|
|
462
460
|
oTargetNode.appendChild(oChildNode);
|
|
@@ -25,7 +25,7 @@ sap.ui.define([
|
|
|
25
25
|
* @class The ManagedObjectObserver observes changes of a ManagedObject and propagates them via events.
|
|
26
26
|
* @extends sap.ui.base.ManagedObject
|
|
27
27
|
* @author SAP SE
|
|
28
|
-
* @version 1.
|
|
28
|
+
* @version 1.112.2
|
|
29
29
|
* @constructor
|
|
30
30
|
* @private
|
|
31
31
|
* @since 1.30
|
|
@@ -30,7 +30,7 @@ sap.ui.define([
|
|
|
30
30
|
* @class The MutationObserver observes changes of a ManagedObject and propagates them via events.
|
|
31
31
|
* @extends sap.ui.base.ManagedObject
|
|
32
32
|
* @author SAP SE
|
|
33
|
-
* @version 1.
|
|
33
|
+
* @version 1.112.2
|
|
34
34
|
* @constructor
|
|
35
35
|
* @private
|
|
36
36
|
* @since 1.30
|
package/src/sap/ui/dt/Overlay.js
CHANGED
package/src/sap/ui/dt/Plugin.js
CHANGED
|
@@ -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.
|
|
19
|
+
* @version 1.112.2
|
|
20
20
|
* @experimental This class is experimental and provides only limited functionality. Also the API might be changed in future.
|
|
21
21
|
* @private
|
|
22
22
|
*/
|
package/src/sap/ui/dt/Util.js
CHANGED
|
@@ -10,7 +10,7 @@ sap.ui.define(function() {
|
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
12
|
* @author SAP SE
|
|
13
|
-
* @version 1.
|
|
13
|
+
* @version 1.112.2
|
|
14
14
|
* @namespace
|
|
15
15
|
*/
|
|
16
16
|
var TableRenderer = {
|
|
@@ -26,7 +26,7 @@ sap.ui.define(function() {
|
|
|
26
26
|
TableRenderer.render = function(rm, oTable) {
|
|
27
27
|
rm.openStart("div", oTable);
|
|
28
28
|
rm.class("sapUiDtTableReport");
|
|
29
|
-
rm.openEnd(
|
|
29
|
+
rm.openEnd();
|
|
30
30
|
|
|
31
31
|
rm.renderControl(oTable._getTable());
|
|
32
32
|
|
package/src/sap/ui/dt/library.js
CHANGED
|
@@ -23,14 +23,14 @@ function (
|
|
|
23
23
|
* @namespace
|
|
24
24
|
* @alias sap.ui.dt
|
|
25
25
|
* @author SAP SE
|
|
26
|
-
* @version 1.
|
|
26
|
+
* @version 1.112.2
|
|
27
27
|
* @since 1.30
|
|
28
28
|
* @experimental This class is experimental and provides only limited functionality. Also the API might be changed in future.
|
|
29
29
|
* @private
|
|
30
30
|
*/
|
|
31
31
|
var thisLib = sap.ui.getCore().initLibrary({
|
|
32
32
|
name: "sap.ui.dt",
|
|
33
|
-
version: "1.
|
|
33
|
+
version: "1.112.2",
|
|
34
34
|
dependencies: ["sap.ui.core"],
|
|
35
35
|
types: [
|
|
36
36
|
"sap.ui.dt.SelectionMode"
|
|
@@ -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.
|
|
37
|
+
* @version 1.112.2
|
|
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.
|
|
29
|
+
* @version 1.112.2
|
|
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.
|
|
36
|
+
* @version 1.112.2
|
|
37
37
|
* @constructor
|
|
38
38
|
* @private
|
|
39
39
|
* @since 1.34
|
|
@@ -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.
|
|
33
|
+
* @version 1.112.2
|
|
34
34
|
* @constructor
|
|
35
35
|
* @private
|
|
36
36
|
* @since 1.34
|