@openui5/sap.ui.dt 1.133.0 → 1.134.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 (46) hide show
  1. package/.reuse/dep5 +0 -7
  2. package/THIRDPARTY.txt +1 -22
  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 +5 -3
  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 -1
  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 +2 -2
  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/libraryTest.js +1 -1
  31. package/src/sap/ui/dt/enablement/report/LibraryReport.js +1 -1
  32. package/src/sap/ui/dt/enablement/report/QUnitReport.js +1 -1
  33. package/src/sap/ui/dt/enablement/report/Statistic.js +1 -1
  34. package/src/sap/ui/dt/enablement/report/StatisticRenderer.js +1 -1
  35. package/src/sap/ui/dt/enablement/report/Table.js +1 -1
  36. package/src/sap/ui/dt/enablement/report/TableRenderer.js +1 -1
  37. package/src/sap/ui/dt/library.js +2 -2
  38. package/src/sap/ui/dt/plugin/ContextMenu.js +1 -1
  39. package/src/sap/ui/dt/plugin/ControlDragDrop.js +1 -1
  40. package/src/sap/ui/dt/plugin/CutPaste.js +1 -1
  41. package/src/sap/ui/dt/plugin/DragDrop.js +1 -1
  42. package/src/sap/ui/dt/plugin/ElementMover.js +1 -1
  43. package/src/sap/ui/dt/plugin/MouseSelection.js +1 -1
  44. package/src/sap/ui/dt/plugin/ToolHooks.js +1 -1
  45. package/src/sap/ui/dt/util/ZIndexManager.js +1 -1
  46. package/LICENSES/LicenseRef-tzdata-PublicDomain.txt +0 -5
package/.reuse/dep5 CHANGED
@@ -364,13 +364,6 @@ Copyright:
364
364
  License: Apache-2.0 and ISC
365
365
  Comment: these files contain content from SAP and node-lru-cache: LRUPersistentCache.js is overall written by SAP, but portions ('Least Recently Used' logic) are taken from the node-lru-cache project (see https://github.com/isaacs/node-lru-cache/blob/v2.7.3/README.md) and modified.
366
366
 
367
- Files: src/sap.ui.core/test/sap/ui/core/qunit/i18n/helper/_timezones.js
368
- Copyright:
369
- 2009-2024 SAP SE or an SAP affiliate company and OpenUI5 contributors
370
- Arthur David Olson, Paul Eggert and other contributors
371
- License: Apache-2.0 and LicenseRef-tzdata-PublicDomain
372
- Comment: these files contain content from SAP and Time Zone Database: _timezones.js is overall written by SAP, but the list of IANA timezone IDs is taken from the Timezone Database
373
-
374
367
 
375
368
  # Library: sap.ui.documentation:
376
369
 
package/THIRDPARTY.txt CHANGED
@@ -22,7 +22,7 @@ Contained in: src/sap.m/test/sap/m/qunit/_thirdparty/qunit-composite.css
22
22
 
23
23
  Library: sap.ui.codeeditor:
24
24
 
25
- Component: Ace (Ajax.org Cloud9 Editor), version: 1.31.1
25
+ Component: Ace (Ajax.org Cloud9 Editor), version: 1.36.5
26
26
  Copyright: 2010, Ajax.org B.V.
27
27
  License: BSD-3-Clause
28
28
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
@@ -342,12 +342,6 @@ License: ISC
342
342
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/ISC.txt
343
343
  Contained in: src/sap.ui.core/src/sap/ui/core/cache/LRUPersistentCache.js
344
344
 
345
- Component: Time Zone Database, version: 2024b
346
- Copyright: Arthur David Olson, Paul Eggert and other contributors
347
- License: LicenseRef-tzdata-PublicDomain
348
- License Text: https://github.com/SAP/openui5/blob/master/LICENSES/LicenseRef-tzdata-PublicDomain.txt
349
- Contained in: src/sap.ui.core/test/sap/ui/core/qunit/i18n/helper/_timezones.js
350
-
351
345
 
352
346
  Library: sap.ui.documentation:
353
347
 
@@ -1015,21 +1009,6 @@ END of license: LicenseRef-Unicode-3.0
1015
1009
  =================================
1016
1010
 
1017
1011
 
1018
- =================================
1019
- BEGIN of license: LicenseRef-tzdata-PublicDomain
1020
- =================================
1021
-
1022
- Unless specified below, all files in the tz code and data (including
1023
- this LICENSE file) are in the public domain.
1024
-
1025
- If the files date.c, newstrftime.3, and strftime.c are present, they
1026
- contain material derived from BSD and use the BSD 3-clause license.
1027
-
1028
- =================================
1029
- END of license: LicenseRef-tzdata-PublicDomain
1030
- =================================
1031
-
1032
-
1033
1012
  =================================
1034
1013
  BEGIN of license: MIT
1035
1014
  =================================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.dt",
3
- "version": "1.133.0",
3
+ "version": "1.134.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.133.0"
17
+ "@openui5/sap.ui.core": "1.134.0"
18
18
  }
19
19
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.133.0</version>
9
+ <version>1.134.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.133.0
26
+ * @version 1.134.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.133.0
36
+ * @version 1.134.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.133.0
25
+ * @version 1.134.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.133.0
28
+ * @version 1.134.0
29
29
  *
30
30
  * @private
31
31
  * @since 1.30
@@ -71,7 +71,7 @@ sap.ui.define([
71
71
  * @extends sap.ui.base.ManagedObject
72
72
  *
73
73
  * @author SAP SE
74
- * @version 1.133.0
74
+ * @version 1.134.0
75
75
  *
76
76
  * @constructor
77
77
  * @private
@@ -958,7 +958,8 @@ sap.ui.define([
958
958
  * @param {sap.ui.dt.ElementOverlay} oTargetOverlay - ElementOverlay to destroy children for
959
959
  * @param {string} sAggregationName - Aggregation name
960
960
  */
961
- DesignTime.prototype._destroyChildrenForAggregationBindingTemplate = function(oTargetOverlay, sAggregationName) {
961
+ DesignTime.prototype._destroyChildrenForAggregationBindingTemplate = async function(oTargetOverlay, sAggregationName) {
962
+ await Util.waitForSynced(this)();
962
963
  const oTemplateRootOverlays = oTargetOverlay.getAggregationBindingTemplateOverlays();
963
964
  oTemplateRootOverlays.forEach((oTemplateRootOverlay) => {
964
965
  if (oTemplateRootOverlay.getAggregationName() === sAggregationName) {
@@ -974,7 +975,8 @@ sap.ui.define([
974
975
  * @returns {Promise} Resolves when whole hierarchy of children for specified ElementOverlay is created
975
976
  * @private
976
977
  */
977
- DesignTime.prototype._createChildrenForAggregationBindingTemplate = function(oElementOverlay) {
978
+ DesignTime.prototype._createChildrenForAggregationBindingTemplate = async function(oElementOverlay) {
979
+ await Util.waitForSynced(this)();
978
980
  const aAggregationNames = oElementOverlay.getAggregationNames();
979
981
  const mParentAggregationMetadata = oElementOverlay.getDesignTimeMetadata().getData();
980
982
  const mAggregationBindingTemplates = getAggregationBindingTemplates(oElementOverlay, aAggregationNames);
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * @extends sap.ui.base.ManagedObject
44
44
  *
45
45
  * @author SAP SE
46
- * @version 1.133.0
46
+ * @version 1.134.0
47
47
  *
48
48
  * @constructor
49
49
  * @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.133.0
30
+ * @version 1.134.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.133.0
60
+ * @version 1.134.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.133.0
32
+ * @version 1.134.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.133.0
26
+ * @version 1.134.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.133.0
24
+ * @version 1.134.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.133.0
35
+ * @version 1.134.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.133.0
47
+ * @version 1.134.0
48
48
  *
49
49
  * @constructor
50
50
  * @private
@@ -23,7 +23,7 @@ function(
23
23
  *
24
24
  * @namespace
25
25
  * @author SAP SE
26
- * @version 1.133.0
26
+ * @version 1.134.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.133.0
24
+ * @version 1.134.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.133.0
30
+ * @version 1.134.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.133.0
27
+ * @version 1.134.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.133.0
35
+ * @version 1.134.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.133.0
19
+ * @version 1.134.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.133.0
24
+ * @version 1.134.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.133.0
27
+ * @version 1.134.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.133.0
23
+ * @version 1.134.0
24
24
  *
25
25
  * @private
26
26
  * @since 1.54
@@ -232,4 +232,4 @@ sap.ui.define([
232
232
  };
233
233
 
234
234
  return Util;
235
- }, true);
235
+ });
@@ -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.133.0
40
+ * @version 1.134.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.133.0
25
+ * @version 1.134.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.133.0
25
+ * @version 1.134.0
26
26
  *
27
27
  * @private
28
28
  * @static
@@ -301,4 +301,4 @@ sap.ui.define([
301
301
  });
302
302
  }
303
303
  return LibraryTest;
304
- }, true);
304
+ });
@@ -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.133.0
30
+ * @version 1.134.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.133.0
27
+ * @version 1.134.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.133.0
36
+ * @version 1.134.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.133.0
13
+ * @version 1.134.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.133.0
50
+ * @version 1.134.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.133.0
13
+ * @version 1.134.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.133.0
126
+ * @version 1.134.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.133.0",
134
+ version: "1.134.0",
135
135
  dependencies: ["sap.ui.core"],
136
136
  types: [],
137
137
  interfaces: [],
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * @class The ContextMenu registers event handler to open the context menu. Menu entries can dynamically be added
37
37
  * @extends sap.ui.dt.Plugin
38
38
  * @author SAP SE
39
- * @version 1.133.0
39
+ * @version 1.134.0
40
40
  * @constructor
41
41
  * @private
42
42
  * @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.133.0
29
+ * @version 1.134.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.133.0
36
+ * @version 1.134.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.133.0
41
+ * @version 1.134.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.133.0
33
+ * @version 1.134.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.133.0
25
+ * @version 1.134.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.133.0
19
+ * @version 1.134.0
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.61
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  *
29
29
  * @namespace
30
30
  * @author SAP SE
31
- * @version 1.133.0
31
+ * @version 1.134.0
32
32
  *
33
33
  * @private
34
34
  * @since 1.64
@@ -1,5 +0,0 @@
1
- Unless specified below, all files in the tz code and data (including
2
- this LICENSE file) are in the public domain.
3
-
4
- If the files date.c, newstrftime.3, and strftime.c are present, they
5
- contain material derived from BSD and use the BSD 3-clause license.