@openui5/sap.ui.dt 1.97.1 → 1.98.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.
- package/.reuse/dep5 +25 -30
- package/THIRDPARTY.txt +13 -20
- 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 +2 -1
- package/src/sap/ui/dt/ControlObserver.js +1 -1
- package/src/sap/ui/dt/DOMUtil.js +1 -1
- package/src/sap/ui/dt/DesignTime.js +31 -5
- package/src/sap/ui/dt/DesignTimeMetadata.js +2 -2
- package/src/sap/ui/dt/ElementDesignTimeMetadata.js +1 -1
- package/src/sap/ui/dt/ElementOverlay.js +3 -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 +30 -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 +57 -42
- package/src/sap/ui/dt/TaskRunner.js +15 -15
- 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/libraryTest.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 +1 -1
- 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/.reuse/dep5
CHANGED
|
@@ -28,7 +28,7 @@ Disclaimer: The code in this project may include calls to APIs (“API Calls”)
|
|
|
28
28
|
# OpenUI5 code
|
|
29
29
|
|
|
30
30
|
Files: *
|
|
31
|
-
Copyright: 2009-
|
|
31
|
+
Copyright: 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
32
32
|
License: Apache-2.0
|
|
33
33
|
|
|
34
34
|
|
|
@@ -60,7 +60,7 @@ Comment: these files belong to: jQuery UI
|
|
|
60
60
|
|
|
61
61
|
Files: src/sap.ui.commons/src/sap/ui/commons/Carousel.js
|
|
62
62
|
Copyright:
|
|
63
|
-
2009-
|
|
63
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
64
64
|
Spencer Tipping
|
|
65
65
|
License: Apache-2.0 and MIT
|
|
66
66
|
Comment: these files contain content from SAP and jquery.fix.clone: Carousel.js is authored by SAP, but contains an improved implementation of the clone function which is taken from jquery-fix-clone
|
|
@@ -75,35 +75,35 @@ Comment: these files belong to: jQuery 3
|
|
|
75
75
|
|
|
76
76
|
Files: src/sap.ui.core/src/sap/base/util/isPlainObject.js
|
|
77
77
|
Copyright:
|
|
78
|
-
2009-
|
|
78
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
79
79
|
OpenJS Foundation and other contributors
|
|
80
80
|
License: Apache-2.0 and MIT
|
|
81
81
|
Comment: these files contain content from SAP and jQuery 3: isPlainObject.js is overall written by SAP, but contains a modified implementation of jQuery.isPlainObject taken from jQuery
|
|
82
82
|
|
|
83
83
|
Files: src/sap.ui.core/src/sap/base/util/_merge.js
|
|
84
84
|
Copyright:
|
|
85
|
-
2009-
|
|
85
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
86
86
|
OpenJS Foundation and other contributors
|
|
87
87
|
License: Apache-2.0 and MIT
|
|
88
88
|
Comment: these files contain content from SAP and jQuery 3: _merge.js is overall written by SAP, but contains a modified implementation of jQuery.extend taken from jQuery
|
|
89
89
|
|
|
90
90
|
Files: src/sap.ui.core/src/jquery.sap.script.js
|
|
91
91
|
Copyright:
|
|
92
|
-
2009-
|
|
92
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
93
93
|
OpenJS Foundation and other contributors
|
|
94
94
|
License: Apache-2.0 and MIT
|
|
95
95
|
Comment: these files contain content from SAP and jQuery 3: jquery.sap.script.js is overall written by SAP, but contains a modified implementation of jQuery.extend taken from jQuery
|
|
96
96
|
|
|
97
97
|
Files: src/sap.ui.core/src/sap/ui/Device.js
|
|
98
98
|
Copyright:
|
|
99
|
-
2009-
|
|
99
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
100
100
|
2011, John Resig
|
|
101
101
|
License: Apache-2.0 and MIT
|
|
102
102
|
Comment: these files contain content from SAP and jQuery 1: Device.js is overall written by SAP, but contains code taken from jQuery 1.7.1 (see the respective comment)
|
|
103
103
|
|
|
104
104
|
Files: src/sap.ui.core/src/sap/ui/dom/jquery/Selectors.js
|
|
105
105
|
Copyright:
|
|
106
|
-
2009-
|
|
106
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
107
107
|
2014 jQuery Foundation and other contributors
|
|
108
108
|
License: Apache-2.0 and MIT
|
|
109
109
|
Comment: these files contain content from SAP and jQuery UI 1.8: Selectors.js is overall written by SAP, but contains code taken from jQuery UI (see the respective comments)
|
|
@@ -115,14 +115,14 @@ Comment: these files belong to: jQuery UI 1.10
|
|
|
115
115
|
|
|
116
116
|
Files: src/sap.ui.core/src/jquery.sap.dom.js
|
|
117
117
|
Copyright:
|
|
118
|
-
2009-
|
|
118
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
119
119
|
2014 jQuery Foundation and other contributors
|
|
120
120
|
License: Apache-2.0 and MIT
|
|
121
121
|
Comment: these files contain content from SAP and jQuery UI 1.10: jquery.sap.dom.js is overall written by SAP, but contains code taken from jQuery UI Core (see the respective comment)
|
|
122
122
|
|
|
123
123
|
Files: src/sap.ui.core/src/sap/ui/dom/jquery/zIndex.js
|
|
124
124
|
Copyright:
|
|
125
|
-
2009-
|
|
125
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
126
126
|
2014 jQuery Foundation and other contributors
|
|
127
127
|
License: Apache-2.0 and MIT
|
|
128
128
|
Comment: these files contain content from SAP and jQuery UI 1.11: zIndex.js is overall written by SAP, but contains an implementation of the function 'fnzIndex' which is taken from jQuery UI Datepicker 1.11.1
|
|
@@ -149,7 +149,7 @@ Comment: these files belong to: jQuery Mobile
|
|
|
149
149
|
|
|
150
150
|
Files: src/sap.ui.core/src/sap/ui/util/_FeatureDetection.js
|
|
151
151
|
Copyright:
|
|
152
|
-
2009-
|
|
152
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
153
153
|
2012 Wei-Ko Kao
|
|
154
154
|
License: Apache-2.0 and MIT
|
|
155
155
|
Comment: these files contain content from SAP and jQuery.rtl-scroll-type: _FeatureDetection.js is overall written by SAP, but contains code which is inspired by jQuery.rtl-scroll-type
|
|
@@ -281,14 +281,14 @@ Comment: these files belong to: blanket.js
|
|
|
281
281
|
|
|
282
282
|
Files: src/sap.ui.core/src/sap/base/util/JSTokenizer.js
|
|
283
283
|
Copyright:
|
|
284
|
-
2009-
|
|
284
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
285
285
|
Douglas Crockford
|
|
286
286
|
License: Apache-2.0 and LicenseRef-JSONinJSPublicDomain
|
|
287
287
|
Comment: these files contain content from SAP and JSON in JS: JSTokenizer.js is overall written by SAP, but contains code has been taken from the component JSON in JavaScript (https://github.com/douglascrockford/JSON-js/blob/master/json2.js) from Douglas Crockford which is licensed under Public Domain
|
|
288
288
|
|
|
289
289
|
Files: src/sap.ui.core/src/sap/ui/base/ExpressionParser.js
|
|
290
290
|
Copyright:
|
|
291
|
-
2009-
|
|
291
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
292
292
|
2010 Douglas Crockford
|
|
293
293
|
License: Apache-2.0
|
|
294
294
|
Comment: these files contain content from SAP and Top Down Operator Precedence: ExpressionParser.js is overall written by SAP, but contains code taken from or inspired by TDOP by Douglas Crockford (see the respective comment)
|
|
@@ -322,7 +322,7 @@ Comment: these files contain content from p-cancelable and @babel/helpers: _Canc
|
|
|
322
322
|
|
|
323
323
|
Files: src/sap.ui.core/src/sap/ui/core/date/Persian.js
|
|
324
324
|
Copyright:
|
|
325
|
-
2009-
|
|
325
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
326
326
|
Behrang Norouzinia
|
|
327
327
|
License: Apache-2.0 and MIT
|
|
328
328
|
Comment: these files contain content from SAP and Jalaali JS: Persian.js is overall written by SAP, but the calculation is taken from jalaali-js
|
|
@@ -334,7 +334,7 @@ Comment: these files belong to: vkBeautify
|
|
|
334
334
|
|
|
335
335
|
Files: src/sap.ui.core/src/sap/ui/core/cache/LRUPersistentCache.js
|
|
336
336
|
Copyright:
|
|
337
|
-
2009-
|
|
337
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
338
338
|
Isaac Z. Schlueter and Contributors
|
|
339
339
|
License: Apache-2.0 and ISC
|
|
340
340
|
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.
|
|
@@ -370,21 +370,11 @@ Comment: these files belong to: Buttons extension for DataTables
|
|
|
370
370
|
|
|
371
371
|
# Library: sap.ui.integration:
|
|
372
372
|
|
|
373
|
-
Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents
|
|
373
|
+
Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/*
|
|
374
374
|
Copyright: SAP
|
|
375
375
|
License: Apache-2.0
|
|
376
376
|
Comment: these files belong to: UI5 Web Components
|
|
377
377
|
|
|
378
|
-
Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/*
|
|
379
|
-
Copyright: 2015 The Polymer Authors
|
|
380
|
-
License: BSD-3-Clause
|
|
381
|
-
Comment: these files belong to: Webcomponentsjs
|
|
382
|
-
|
|
383
|
-
Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/Unicode-Data-Files-LICENSE.txt
|
|
384
|
-
Copyright: 1991-2014 Unicode, Inc.
|
|
385
|
-
License: Unicode-DFS-2015
|
|
386
|
-
Comment: these files belong to: Unicode Common Locale Data Repository
|
|
387
|
-
|
|
388
378
|
Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptivecards.js src/sap.ui.integration/src/sap/ui/integration/schemas/adaptive-card.json
|
|
389
379
|
Copyright: 2017 Microsoft
|
|
390
380
|
License: MIT
|
|
@@ -395,22 +385,27 @@ Copyright: 2017 Microsoft
|
|
|
395
385
|
License: MIT
|
|
396
386
|
Comment: these files belong to: Adaptive Cards Templating
|
|
397
387
|
|
|
388
|
+
Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptive-expressions.js
|
|
389
|
+
Copyright: Microsoft
|
|
390
|
+
License: MIT
|
|
391
|
+
Comment: these files belong to: Adaptive Expressions
|
|
392
|
+
|
|
398
393
|
Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/markdown-it.js
|
|
399
394
|
Copyright: 2014 Vitaly Puzrin, Alex Kocharin
|
|
400
395
|
License: MIT
|
|
401
396
|
Comment: these files belong to: Markdown-it
|
|
402
397
|
|
|
403
|
-
Files: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/
|
|
404
|
-
Copyright:
|
|
398
|
+
Files: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/CfWorkerJsonSchemaValidator.js
|
|
399
|
+
Copyright: 2020 Jeremy Danyow
|
|
405
400
|
License: MIT
|
|
406
|
-
Comment: these files belong to:
|
|
401
|
+
Comment: these files belong to: @cfworker/json-schema
|
|
407
402
|
|
|
408
403
|
|
|
409
404
|
# Library: sap.ui.mdc:
|
|
410
405
|
|
|
411
406
|
Files: src/sap.ui.mdc/test/sap/ui/mdc/sample/field/filterfieldwithoperators/BoolExprTool.js
|
|
412
407
|
Copyright:
|
|
413
|
-
2009-
|
|
408
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
414
409
|
2015 unnikked
|
|
415
410
|
License: Apache-2.0 and MIT
|
|
416
411
|
Comment: these files contain content from SAP and BooleanExpressionEvaluator: BoolExprTool.js is authored by SAP, but partly inspired by BooleanExpressionEvaluator
|
|
@@ -454,7 +449,7 @@ Comment: these files belong to: LESS
|
|
|
454
449
|
|
|
455
450
|
Files: lib/jsdoc/ui5/plugin.js
|
|
456
451
|
Copyright:
|
|
457
|
-
2009-
|
|
452
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
458
453
|
2011-present Michael Mathews micmath@gmail.com and the contributors to JSDoc
|
|
459
454
|
License: Apache-2.0
|
|
460
455
|
Comment: these files contain content from SAP and JSDoc 3: plugin.js is overall written by SAP, but contains code taken from JSDoc 3.6.7 (see the respective comments)
|
package/THIRDPARTY.txt
CHANGED
|
@@ -351,24 +351,11 @@ Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/D
|
|
|
351
351
|
|
|
352
352
|
Library: sap.ui.integration:
|
|
353
353
|
|
|
354
|
-
Component: UI5 Web Components, version: 1.0.
|
|
354
|
+
Component: UI5 Web Components, version: 1.0.1
|
|
355
355
|
Copyright: SAP
|
|
356
356
|
License: Apache-2.0
|
|
357
357
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
358
|
-
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents
|
|
359
|
-
src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/bundle*
|
|
360
|
-
|
|
361
|
-
Component: Webcomponentsjs, version: 1.0.2
|
|
362
|
-
Copyright: 2015 The Polymer Authors
|
|
363
|
-
License: BSD-3-Clause
|
|
364
|
-
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
365
|
-
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/*
|
|
366
|
-
|
|
367
|
-
Component: Unicode Common Locale Data Repository
|
|
368
|
-
Copyright: 1991-2014 Unicode, Inc.
|
|
369
|
-
License: Unicode-DFS-2015
|
|
370
|
-
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Unicode-DFS-2015.txt
|
|
371
|
-
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/Unicode-Data-Files-LICENSE.txt
|
|
358
|
+
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/*
|
|
372
359
|
|
|
373
360
|
Component: Adaptive Cards, version: 2.9.0
|
|
374
361
|
Copyright: 2017 Microsoft
|
|
@@ -377,23 +364,29 @@ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
|
377
364
|
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptivecards.js
|
|
378
365
|
src/sap.ui.integration/src/sap/ui/integration/schemas/adaptive-card.json
|
|
379
366
|
|
|
380
|
-
Component: Adaptive Cards Templating, version:
|
|
367
|
+
Component: Adaptive Cards Templating, version: 2.2.0
|
|
381
368
|
Copyright: 2017 Microsoft
|
|
382
369
|
License: MIT
|
|
383
370
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
384
371
|
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptivecards-templating.js
|
|
385
372
|
|
|
386
|
-
Component:
|
|
373
|
+
Component: Adaptive Expressions, version: 4.15.0
|
|
374
|
+
Copyright: Microsoft
|
|
375
|
+
License: MIT
|
|
376
|
+
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
377
|
+
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptive-expressions.js
|
|
378
|
+
|
|
379
|
+
Component: Markdown-it, version: 12.2.0
|
|
387
380
|
Copyright: 2014 Vitaly Puzrin, Alex Kocharin
|
|
388
381
|
License: MIT
|
|
389
382
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
390
383
|
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/markdown-it.js
|
|
391
384
|
|
|
392
|
-
Component:
|
|
393
|
-
Copyright:
|
|
385
|
+
Component: @cfworker/json-schema, version: 1.6.8
|
|
386
|
+
Copyright: 2020 Jeremy Danyow
|
|
394
387
|
License: MIT
|
|
395
388
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
396
|
-
Contained in: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/
|
|
389
|
+
Contained in: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/CfWorkerJsonSchemaValidator.js
|
|
397
390
|
|
|
398
391
|
|
|
399
392
|
Library: sap.ui.mdc:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.dt",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.98.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.
|
|
17
|
+
"@openui5/sap.ui.core": "1.98.0"
|
|
18
18
|
}
|
|
19
19
|
}
|
package/src/sap/ui/dt/.library
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2022 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.98.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAP UI library: sap.ui.dt (by SAP, Author)</documentation>
|
|
12
12
|
|
|
@@ -35,7 +35,7 @@ function(
|
|
|
35
35
|
* @extends sap.ui.dt.Overlay
|
|
36
36
|
*
|
|
37
37
|
* @author SAP SE
|
|
38
|
-
* @version 1.
|
|
38
|
+
* @version 1.98.0
|
|
39
39
|
*
|
|
40
40
|
* @constructor
|
|
41
41
|
* @private
|
|
@@ -192,6 +192,7 @@ function(
|
|
|
192
192
|
this.addStyleClass('sapUiDtAggregationOverlay');
|
|
193
193
|
return Overlay.prototype.render.apply(this, arguments);
|
|
194
194
|
}
|
|
195
|
+
return undefined;
|
|
195
196
|
};
|
|
196
197
|
|
|
197
198
|
/**
|
package/src/sap/ui/dt/DOMUtil.js
CHANGED
|
@@ -68,7 +68,7 @@ function (
|
|
|
68
68
|
* @extends sap.ui.base.ManagedObject
|
|
69
69
|
*
|
|
70
70
|
* @author SAP SE
|
|
71
|
-
* @version 1.
|
|
71
|
+
* @version 1.98.0
|
|
72
72
|
*
|
|
73
73
|
* @constructor
|
|
74
74
|
* @private
|
|
@@ -356,11 +356,11 @@ function (
|
|
|
356
356
|
|
|
357
357
|
DesignTime.prototype._onApplyStylesRequired = function (oEvent) {
|
|
358
358
|
var mParameters = oEvent.getParameters();
|
|
359
|
-
var
|
|
359
|
+
var oOverlay = oEvent.getSource();
|
|
360
360
|
this._oTaskManager.add({
|
|
361
361
|
type: "applyStyles",
|
|
362
|
-
callbackFn:
|
|
363
|
-
overlayId:
|
|
362
|
+
callbackFn: oOverlay.applyStyles.bind(oOverlay, mParameters.bForceScrollbarSync),
|
|
363
|
+
overlayId: oOverlay.getId()
|
|
364
364
|
}, "overlayId");
|
|
365
365
|
};
|
|
366
366
|
|
|
@@ -507,6 +507,17 @@ function (
|
|
|
507
507
|
});
|
|
508
508
|
};
|
|
509
509
|
|
|
510
|
+
/**
|
|
511
|
+
* Resolves when all the currently busy plugins are not busy anymore
|
|
512
|
+
* @returns {Promise} Resolves with undefined when no plugin is busy anymore
|
|
513
|
+
*/
|
|
514
|
+
DesignTime.prototype.waitForBusyPlugins = function() {
|
|
515
|
+
var aBusyPlugins = this.getBusyPlugins();
|
|
516
|
+
return Promise.all(aBusyPlugins.map(function(oPlugin) {
|
|
517
|
+
return oPlugin.waitForBusyAction();
|
|
518
|
+
}));
|
|
519
|
+
};
|
|
520
|
+
|
|
510
521
|
/**
|
|
511
522
|
* Adds new plugin to use with the DesignTime
|
|
512
523
|
* @param {sap.ui.dt.Plugin} oPlugin to add
|
|
@@ -1112,6 +1123,12 @@ function (
|
|
|
1112
1123
|
|
|
1113
1124
|
var oElementOverlay = oEvent.getSource();
|
|
1114
1125
|
|
|
1126
|
+
// cancel open applyStyles tasks for the destroyed overlays in the task manager
|
|
1127
|
+
this._oTaskManager.cancelBy({
|
|
1128
|
+
type: "applyStyles",
|
|
1129
|
+
overlayId: oElementOverlay.getId()
|
|
1130
|
+
}, "overlayId");
|
|
1131
|
+
|
|
1115
1132
|
// FIXME: workaround. Overlays should not kill themselves (see ElementOverlay@_onElementDestroyed).
|
|
1116
1133
|
var sElementId = oElementOverlay.getAssociation("element");
|
|
1117
1134
|
if (sElementId in this._mPendingOverlays) { // means that the overlay was destroyed during initialization process
|
|
@@ -1145,7 +1162,13 @@ function (
|
|
|
1145
1162
|
* @param {sap.ui.baseEvent} oEvent event object
|
|
1146
1163
|
* @private
|
|
1147
1164
|
*/
|
|
1148
|
-
DesignTime.prototype._onAggregationOverlayDestroyed = function () {
|
|
1165
|
+
DesignTime.prototype._onAggregationOverlayDestroyed = function (oEvent) {
|
|
1166
|
+
// cancel open applyStyles tasks for the destroyed overlays in the task manager
|
|
1167
|
+
this._oTaskManager.cancelBy({
|
|
1168
|
+
type: "applyStyles",
|
|
1169
|
+
overlayId: oEvent.getSource().getId()
|
|
1170
|
+
}, "overlayId");
|
|
1171
|
+
|
|
1149
1172
|
if (!OverlayRegistry.hasOverlays()) {
|
|
1150
1173
|
Overlay.removeOverlayContainer();
|
|
1151
1174
|
}
|
|
@@ -1211,6 +1234,8 @@ function (
|
|
|
1211
1234
|
this.fireElementPropertyChanged(oParams);
|
|
1212
1235
|
}
|
|
1213
1236
|
break;
|
|
1237
|
+
default:
|
|
1238
|
+
break;
|
|
1214
1239
|
}
|
|
1215
1240
|
};
|
|
1216
1241
|
|
|
@@ -1401,6 +1426,7 @@ function (
|
|
|
1401
1426
|
bFoundAncestor = true;
|
|
1402
1427
|
return false;
|
|
1403
1428
|
}
|
|
1429
|
+
return undefined;
|
|
1404
1430
|
});
|
|
1405
1431
|
|
|
1406
1432
|
return bFoundAncestor;
|
|
@@ -46,7 +46,7 @@ function(
|
|
|
46
46
|
* @extends sap.ui.base.ManagedObject
|
|
47
47
|
*
|
|
48
48
|
* @author SAP SE
|
|
49
|
-
* @version 1.
|
|
49
|
+
* @version 1.98.0
|
|
50
50
|
*
|
|
51
51
|
* @constructor
|
|
52
52
|
* @private
|
|
@@ -223,7 +223,7 @@ function(
|
|
|
223
223
|
* If text parameters are given, then any occurrences of the pattern "{<i>n</i>}" with <i>n</i> being an integer
|
|
224
224
|
* are replaced by the parameter value with index <i>n</i>. Note: This replacement is also applied if no text had been found (key).
|
|
225
225
|
* For more details on this replacement mechanism refer also:
|
|
226
|
-
* @see
|
|
226
|
+
* @see {@link module:sap/base/strings/formatMessage formatMessage}
|
|
227
227
|
*
|
|
228
228
|
* @param {sap.ui.core.Element} oElement Element for which the text is being retrieved
|
|
229
229
|
* @param {string} sKey Key
|
|
@@ -55,7 +55,7 @@ sap.ui.define([
|
|
|
55
55
|
* @extends sap.ui.dt.Overlay
|
|
56
56
|
*
|
|
57
57
|
* @author SAP SE
|
|
58
|
-
* @version 1.
|
|
58
|
+
* @version 1.98.0
|
|
59
59
|
*
|
|
60
60
|
* @constructor
|
|
61
61
|
* @private
|
|
@@ -706,6 +706,7 @@ sap.ui.define([
|
|
|
706
706
|
} else if (!bLastStackEntry) {
|
|
707
707
|
highlightTemplateCloneElements(mAggregationBindingInfo, oChildElementOverlay, iStackIndex - 1);
|
|
708
708
|
}
|
|
709
|
+
return undefined;
|
|
709
710
|
});
|
|
710
711
|
}
|
|
711
712
|
});
|
|
@@ -878,6 +879,7 @@ sap.ui.define([
|
|
|
878
879
|
if (oParentAggregationOverlay) {
|
|
879
880
|
return oParentAggregationOverlay.getParent();
|
|
880
881
|
}
|
|
882
|
+
return undefined;
|
|
881
883
|
};
|
|
882
884
|
|
|
883
885
|
/**
|
|
@@ -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.98.0
|
|
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.98.0
|
|
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
|
@@ -26,7 +26,7 @@ function(
|
|
|
26
26
|
* @extends sap.ui.base.ManagedObject
|
|
27
27
|
*
|
|
28
28
|
* @author SAP SE
|
|
29
|
-
* @version 1.
|
|
29
|
+
* @version 1.98.0
|
|
30
30
|
*
|
|
31
31
|
* @constructor
|
|
32
32
|
* @private
|
|
@@ -64,6 +64,8 @@ function(
|
|
|
64
64
|
|
|
65
65
|
Plugin.prototype._bProcessingCounter = 0;
|
|
66
66
|
|
|
67
|
+
Plugin.prototype._oBusyPromise = {};
|
|
68
|
+
|
|
67
69
|
/**
|
|
68
70
|
* Called when the Plugin is initialized
|
|
69
71
|
* @protected
|
|
@@ -236,6 +238,33 @@ function(
|
|
|
236
238
|
*/
|
|
237
239
|
Plugin.prototype.isBusy = Plugin.prototype.getBusy;
|
|
238
240
|
|
|
241
|
+
/**
|
|
242
|
+
* Setter for the busy property. Sets a promise internally to be able to wait for a busy plugin
|
|
243
|
+
*
|
|
244
|
+
* @param {boolean} bBusy - Value for the busy state
|
|
245
|
+
* @returns {this} Returns <code>this</code>
|
|
246
|
+
*/
|
|
247
|
+
Plugin.prototype.setBusy = function(bBusy) {
|
|
248
|
+
if (bBusy && !this.getBusy()) {
|
|
249
|
+
this._oBusyPromise.promise = new Promise(function(resolve) {
|
|
250
|
+
this._oBusyPromise.resolveFunction = resolve;
|
|
251
|
+
}.bind(this));
|
|
252
|
+
} else if (!bBusy && this.getBusy() && this._oBusyPromise.resolveFunction) {
|
|
253
|
+
this._oBusyPromise.resolveFunction();
|
|
254
|
+
}
|
|
255
|
+
this.setProperty("busy", bBusy);
|
|
256
|
+
return this;
|
|
257
|
+
};
|
|
258
|
+
|
|
259
|
+
/**
|
|
260
|
+
* Waits for the busy promise and resolves as soon as the plugin is not busy anymore
|
|
261
|
+
*
|
|
262
|
+
* @returns {Promise<undefined>} Resolves with undefined
|
|
263
|
+
*/
|
|
264
|
+
Plugin.prototype.waitForBusyAction = function() {
|
|
265
|
+
return this._oBusyPromise.promise || Promise.resolve();
|
|
266
|
+
};
|
|
267
|
+
|
|
239
268
|
/**
|
|
240
269
|
* @param {boolean} bProcessing - processing state to set
|
|
241
270
|
*/
|
|
@@ -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.98.0
|
|
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
|
*/
|
|
@@ -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.
|
|
24
|
+
* @version 1.98.0
|
|
25
25
|
*
|
|
26
26
|
* @constructor
|
|
27
27
|
* @private
|
|
@@ -65,7 +65,7 @@ function(
|
|
|
65
65
|
_iTaskCounter: 0
|
|
66
66
|
});
|
|
67
67
|
|
|
68
|
-
|
|
68
|
+
function validateTask(mTask) {
|
|
69
69
|
if (
|
|
70
70
|
!isPlainObject(mTask)
|
|
71
71
|
|| !mTask.type
|
|
@@ -73,35 +73,50 @@ function(
|
|
|
73
73
|
) {
|
|
74
74
|
throw new Error("Invalid task specified");
|
|
75
75
|
}
|
|
76
|
-
}
|
|
76
|
+
}
|
|
77
77
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
78
|
+
function getTaskIdentifierFunction(vTaskIdentifier) {
|
|
79
|
+
var fnTaskIdentifier;
|
|
80
|
+
if (typeof vTaskIdentifier === "string") {
|
|
81
|
+
fnTaskIdentifier = function (mTask) { return mTask[vTaskIdentifier]; };
|
|
82
|
+
} else if (typeof vTaskIdentifier === "function") {
|
|
83
|
+
fnTaskIdentifier = vTaskIdentifier;
|
|
84
|
+
} else {
|
|
85
|
+
throw new Error("Validator needs to be a function or a string");
|
|
86
|
+
}
|
|
87
|
+
return fnTaskIdentifier;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
function filterTasks(fnTaskIdentifier, sNewTaskIdentifier, oTask) {
|
|
91
|
+
if (fnTaskIdentifier(oTask) === sNewTaskIdentifier) {
|
|
92
|
+
this._iTaskCounter--;
|
|
93
|
+
return false;
|
|
94
|
+
}
|
|
95
|
+
return true;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
TaskManager.prototype._removeTasksByIdentifier = function(mTask, vTaskIdentifier, sListName) {
|
|
99
|
+
if (vTaskIdentifier) {
|
|
100
|
+
var fnTaskIdentifier = getTaskIdentifierFunction(vTaskIdentifier);
|
|
101
|
+
var sNewTaskIdentifier = fnTaskIdentifier(mTask);
|
|
102
|
+
if (this[sListName][mTask.type] && sNewTaskIdentifier) {
|
|
103
|
+
this[sListName][mTask.type] = this[sListName][mTask.type].filter(filterTasks.bind(this, fnTaskIdentifier, sNewTaskIdentifier));
|
|
101
104
|
}
|
|
102
105
|
}
|
|
103
106
|
};
|
|
104
107
|
|
|
108
|
+
TaskManager.prototype._removeTaskById = function (iTaskId, sListName) {
|
|
109
|
+
Object.keys(this[sListName]).forEach(function (sTypeName) {
|
|
110
|
+
this[sListName][sTypeName] = this[sListName][sTypeName].filter(function (mTask) {
|
|
111
|
+
if (mTask.id === iTaskId) {
|
|
112
|
+
this._iTaskCounter--;
|
|
113
|
+
return false;
|
|
114
|
+
}
|
|
115
|
+
return true;
|
|
116
|
+
}.bind(this));
|
|
117
|
+
}, this);
|
|
118
|
+
};
|
|
119
|
+
|
|
105
120
|
TaskManager.prototype._addTask = function(mTask) {
|
|
106
121
|
var iTaskId = this._iNextId++;
|
|
107
122
|
this._mQueuedTasks[mTask.type] = this._mQueuedTasks[mTask.type] || [];
|
|
@@ -127,29 +142,16 @@ function(
|
|
|
127
142
|
* @return {number} Task ID
|
|
128
143
|
*/
|
|
129
144
|
TaskManager.prototype.add = function (mTask, vDoubleIdentifier) {
|
|
130
|
-
|
|
131
|
-
this.
|
|
145
|
+
validateTask(mTask);
|
|
146
|
+
this._removeTasksByIdentifier(mTask, vDoubleIdentifier, "_mQueuedTasks");
|
|
132
147
|
return this._addTask(mTask);
|
|
133
148
|
};
|
|
134
149
|
|
|
135
|
-
TaskManager.prototype._removeTaskById = function (iTaskId, sListName) {
|
|
136
|
-
Object.keys(this[sListName]).forEach(function (sTypeName) {
|
|
137
|
-
this[sListName][sTypeName] = this[sListName][sTypeName].filter(function (mTask) {
|
|
138
|
-
if (mTask.id === iTaskId) {
|
|
139
|
-
this._iTaskCounter--;
|
|
140
|
-
return false;
|
|
141
|
-
}
|
|
142
|
-
return true;
|
|
143
|
-
}.bind(this));
|
|
144
|
-
}, this);
|
|
145
|
-
};
|
|
146
|
-
|
|
147
150
|
/**
|
|
148
151
|
* Completes the task by its ID
|
|
149
152
|
* @param {number} iTaskId - Task ID
|
|
150
153
|
*/
|
|
151
154
|
TaskManager.prototype.complete = function (iTaskId) {
|
|
152
|
-
// TODO: performance improvements?
|
|
153
155
|
this._removeTaskById(iTaskId, "_mQueuedTasks");
|
|
154
156
|
this._removeTaskById(iTaskId, "_mPendingTasks");
|
|
155
157
|
if (!this.getSuppressEvents()) {
|
|
@@ -166,7 +168,7 @@ function(
|
|
|
166
168
|
* @param {object} mTask.type - Task type
|
|
167
169
|
*/
|
|
168
170
|
TaskManager.prototype.completeBy = function (mTask) {
|
|
169
|
-
|
|
171
|
+
validateTask(mTask);
|
|
170
172
|
var aCompledTaskIds = [];
|
|
171
173
|
// TODO: get rid of filtering other task parameters then type for performance reasons
|
|
172
174
|
var _removeTasksByDefinition = function (aTasks) {
|
|
@@ -199,6 +201,19 @@ function(
|
|
|
199
201
|
this.complete(iTaskId);
|
|
200
202
|
};
|
|
201
203
|
|
|
204
|
+
/**
|
|
205
|
+
* Cancels the task typespecific by its parameters defined by the callbackfunction
|
|
206
|
+
*
|
|
207
|
+
* @param {object} mTask - Task definition map
|
|
208
|
+
* @param {string} mTask.type - Task type
|
|
209
|
+
* @param {string} sTaskIdentifier - Identifier for tasks in <code>TaskManager</code> related to the specific task type.
|
|
210
|
+
* The existing tasks that are identified by <code>sTaskIdentifier</code> are removed
|
|
211
|
+
*/
|
|
212
|
+
TaskManager.prototype.cancelBy = function (mTask, sTaskIdentifier) {
|
|
213
|
+
this._removeTasksByIdentifier(mTask, sTaskIdentifier, "_mQueuedTasks");
|
|
214
|
+
this._removeTasksByIdentifier(mTask, sTaskIdentifier, "_mPendingTasks");
|
|
215
|
+
};
|
|
216
|
+
|
|
202
217
|
/**
|
|
203
218
|
* Checks if the queue is empty
|
|
204
219
|
* @return {boolean} <code>true</code> if there is no pending task
|
|
@@ -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.
|
|
27
|
+
* @version 1.98.0
|
|
28
28
|
*
|
|
29
29
|
* @constructor
|
|
30
30
|
* @private
|
|
@@ -59,9 +59,10 @@ function(
|
|
|
59
59
|
TaskRunner.prototype._observe = function (oEvent) {
|
|
60
60
|
this._oTaskPromise = this._oTaskPromise.then(function() {
|
|
61
61
|
if (this._shouldObserveBreak()) {
|
|
62
|
-
|
|
62
|
+
this.stop();
|
|
63
|
+
} else {
|
|
64
|
+
this._runTasksFromManager(oEvent);
|
|
63
65
|
}
|
|
64
|
-
this._runTasksFromManager(oEvent);
|
|
65
66
|
}.bind(this));
|
|
66
67
|
};
|
|
67
68
|
|
|
@@ -73,19 +74,18 @@ function(
|
|
|
73
74
|
};
|
|
74
75
|
|
|
75
76
|
TaskRunner.prototype._runTasks = function (aTasks) {
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
}
|
|
77
|
+
aTasks.forEach(function (oTask) {
|
|
78
|
+
if (oTask.callbackFn) {
|
|
79
|
+
oTask.callbackFn()
|
|
80
|
+
.then(function () {
|
|
81
|
+
this._oTaskManager.complete(oTask.id);
|
|
82
|
+
}.bind(this))
|
|
83
|
+
.catch(function (vError) {
|
|
84
|
+
this._oTaskManager.complete(oTask.id);
|
|
85
|
+
BaseLog.error(DtUtil.errorToString(vError) + " / related task: " + JSON.stringify(oTask));
|
|
86
|
+
}.bind(this));
|
|
87
87
|
}
|
|
88
|
-
}
|
|
88
|
+
}.bind(this));
|
|
89
89
|
};
|
|
90
90
|
|
|
91
91
|
TaskRunner.prototype.run = function (sTaskType) {
|
package/src/sap/ui/dt/Util.js
CHANGED
|
@@ -246,7 +246,7 @@ sap.ui.define([
|
|
|
246
246
|
oController: this
|
|
247
247
|
});
|
|
248
248
|
//check the controls type
|
|
249
|
-
assert.strictEqual((oControl instanceof
|
|
249
|
+
assert.strictEqual((oControl instanceof ObjectPath.get(sControlName)) || , true, sCreateTemplate + " created a control with the right type " + sControlName + "/" + oControl.getMetadata().getName());
|
|
250
250
|
*/
|
|
251
251
|
}
|
|
252
252
|
}
|
package/src/sap/ui/dt/library.js
CHANGED
|
@@ -23,7 +23,7 @@ function (
|
|
|
23
23
|
* @namespace
|
|
24
24
|
* @name sap.ui.dt
|
|
25
25
|
* @author SAP SE
|
|
26
|
-
* @version 1.
|
|
26
|
+
* @version 1.98.0
|
|
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
|
|
@@ -32,7 +32,7 @@ function (
|
|
|
32
32
|
// delegate further initialization of this library to the Core
|
|
33
33
|
sap.ui.getCore().initLibrary({
|
|
34
34
|
name: "sap.ui.dt",
|
|
35
|
-
version: "1.
|
|
35
|
+
version: "1.98.0",
|
|
36
36
|
dependencies: ["sap.ui.core"],
|
|
37
37
|
types: [
|
|
38
38
|
"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.98.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.
|
|
29
|
+
* @version 1.98.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.
|
|
36
|
+
* @version 1.98.0
|
|
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.98.0
|
|
34
34
|
* @constructor
|
|
35
35
|
* @private
|
|
36
36
|
* @since 1.34
|