@openui5/sap.ui.dt 1.141.2 → 1.143.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/.eslintrc.json +3 -2
- package/README.md +2 -2
- package/REUSE.toml +39 -1
- package/THIRDPARTY.txt +36 -3
- 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 -2
- 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 +16 -17
- 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 +4 -5
- package/src/sap/ui/dt/ElementUtil.js +2 -2
- 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 -2
- 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 +3 -3
- package/src/sap/ui/dt/ScrollbarSynchronizer.js +1 -2
- 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 -2
- 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/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/library.js +2 -2
- package/src/sap/ui/dt/messagebundle_ar.properties +3 -0
- package/src/sap/ui/dt/messagebundle_bg.properties +3 -0
- package/src/sap/ui/dt/messagebundle_ca.properties +3 -0
- package/src/sap/ui/dt/messagebundle_cnr.properties +3 -0
- package/src/sap/ui/dt/messagebundle_cs.properties +3 -0
- package/src/sap/ui/dt/messagebundle_cy.properties +3 -0
- package/src/sap/ui/dt/messagebundle_da.properties +3 -0
- package/src/sap/ui/dt/messagebundle_de.properties +3 -0
- package/src/sap/ui/dt/messagebundle_el.properties +3 -0
- package/src/sap/ui/dt/messagebundle_en.properties +3 -0
- package/src/sap/ui/dt/messagebundle_en_GB.properties +3 -0
- package/src/sap/ui/dt/messagebundle_en_US_saprigi.properties +3 -0
- package/src/sap/ui/dt/messagebundle_es.properties +3 -0
- package/src/sap/ui/dt/messagebundle_es_MX.properties +3 -0
- package/src/sap/ui/dt/messagebundle_et.properties +3 -0
- package/src/sap/ui/dt/messagebundle_fi.properties +3 -0
- package/src/sap/ui/dt/messagebundle_fr.properties +3 -0
- package/src/sap/ui/dt/messagebundle_fr_CA.properties +3 -0
- package/src/sap/ui/dt/messagebundle_hi.properties +3 -0
- package/src/sap/ui/dt/messagebundle_hr.properties +3 -0
- package/src/sap/ui/dt/messagebundle_hu.properties +3 -0
- package/src/sap/ui/dt/messagebundle_id.properties +3 -0
- package/src/sap/ui/dt/messagebundle_it.properties +3 -0
- package/src/sap/ui/dt/messagebundle_iw.properties +3 -0
- package/src/sap/ui/dt/messagebundle_ja.properties +3 -0
- package/src/sap/ui/dt/messagebundle_kk.properties +3 -0
- package/src/sap/ui/dt/messagebundle_ko.properties +3 -0
- package/src/sap/ui/dt/messagebundle_lt.properties +3 -0
- package/src/sap/ui/dt/messagebundle_lv.properties +3 -0
- package/src/sap/ui/dt/messagebundle_mk.properties +3 -0
- package/src/sap/ui/dt/messagebundle_ms.properties +3 -0
- package/src/sap/ui/dt/messagebundle_nl.properties +3 -0
- package/src/sap/ui/dt/messagebundle_no.properties +3 -0
- package/src/sap/ui/dt/messagebundle_pl.properties +3 -0
- package/src/sap/ui/dt/messagebundle_pt.properties +3 -0
- package/src/sap/ui/dt/messagebundle_pt_PT.properties +3 -0
- package/src/sap/ui/dt/messagebundle_ro.properties +3 -0
- package/src/sap/ui/dt/messagebundle_ru.properties +3 -0
- package/src/sap/ui/dt/messagebundle_sh.properties +3 -0
- package/src/sap/ui/dt/messagebundle_sk.properties +3 -0
- package/src/sap/ui/dt/messagebundle_sl.properties +3 -0
- package/src/sap/ui/dt/messagebundle_sr.properties +3 -0
- package/src/sap/ui/dt/messagebundle_sv.properties +3 -0
- package/src/sap/ui/dt/messagebundle_th.properties +3 -0
- package/src/sap/ui/dt/messagebundle_tr.properties +3 -0
- package/src/sap/ui/dt/messagebundle_uk.properties +3 -0
- package/src/sap/ui/dt/messagebundle_vi.properties +3 -0
- package/src/sap/ui/dt/messagebundle_zh_CN.properties +3 -0
- package/src/sap/ui/dt/messagebundle_zh_TW.properties +3 -0
- package/src/sap/ui/dt/plugin/ContextMenu.js +2 -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 +3 -3
- 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/ToolHooks.js +2 -2
- package/src/sap/ui/dt/themes/base/ContextMenu.less +8 -4
- package/src/sap/ui/dt/util/ZIndexManager.js +1 -1
package/.eslintrc.json
CHANGED
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"prefer-template": "error",
|
|
57
57
|
"rest-spread-spacing": ["error", "never"],
|
|
58
58
|
"template-curly-spacing": "error",
|
|
59
|
-
"object-shorthand": ["error", "always", { "ignoreConstructors":
|
|
59
|
+
"object-shorthand": ["error", "always", { "ignoreConstructors": true, "avoidQuotes": true, "methodsIgnorePattern": "^constructor$" }],
|
|
60
60
|
"prefer-destructuring": ["error", {
|
|
61
61
|
"VariableDeclarator": {
|
|
62
62
|
"array": false,
|
|
@@ -73,6 +73,7 @@
|
|
|
73
73
|
"prefer-rest-params": "error",
|
|
74
74
|
"prefer-spread": "error",
|
|
75
75
|
"logical-assignment-operators":["error", "always", { "enforceForIfStatements": true } ],
|
|
76
|
-
"require-await": "error"
|
|
76
|
+
"require-await": "error",
|
|
77
|
+
"object-curly-spacing": ["error", "always"]
|
|
77
78
|
}
|
|
78
79
|
}
|
package/README.md
CHANGED
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
Runtime resources of the [OpenUI5](https://github.com/UI5/openui5) UI Library **sap.ui.dt**.
|
|
5
5
|
|
|
6
6
|
## Usage
|
|
7
|
-
Add this library as a dependency to your UI5 project by using [UI5
|
|
7
|
+
Add this library as a dependency to your UI5 project by using [UI5 CLI](https://ui5.github.io/cli/):
|
|
8
8
|
|
|
9
9
|
```
|
|
10
10
|
ui5 add sap.ui.dt
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
-
For more information, please refer to our documentation on [Consuming OpenUI5 Libraries](https://
|
|
13
|
+
For more information, please refer to our documentation on [Consuming OpenUI5 Libraries](https://ui5.github.io/cli/pages/OpenUI5/).
|
|
14
14
|
|
|
15
15
|
## License
|
|
16
16
|
OpenUI5 is licensed under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0), see [LICENSE.txt](LICENSE.txt).
|
package/REUSE.toml
CHANGED
|
@@ -21,6 +21,44 @@ SPDX-License-Identifier = "Apache-2.0"
|
|
|
21
21
|
#
|
|
22
22
|
|
|
23
23
|
|
|
24
|
+
# Library: sap.f:
|
|
25
|
+
|
|
26
|
+
[[annotations]]
|
|
27
|
+
path = "src/sap.f/src/sap/f/thirdparty/**"
|
|
28
|
+
precedence = "aggregate"
|
|
29
|
+
SPDX-FileCopyrightText = "SAP"
|
|
30
|
+
SPDX-License-Identifier = "Apache-2.0"
|
|
31
|
+
SPDX-FileComment = "these files belong to: UI5 Web Components"
|
|
32
|
+
|
|
33
|
+
[[annotations]]
|
|
34
|
+
path = "src/sap.f/src/sap/f/thirdparty/**"
|
|
35
|
+
precedence = "aggregate"
|
|
36
|
+
SPDX-FileCopyrightText = "SAP"
|
|
37
|
+
SPDX-License-Identifier = "Apache-2.0"
|
|
38
|
+
SPDX-FileComment = "these files belong to: UI5 Web Components Fiori"
|
|
39
|
+
|
|
40
|
+
[[annotations]]
|
|
41
|
+
path = "src/sap.f/src/sap/f/thirdparty/**"
|
|
42
|
+
precedence = "aggregate"
|
|
43
|
+
SPDX-FileCopyrightText = "SAP"
|
|
44
|
+
SPDX-License-Identifier = "Apache-2.0"
|
|
45
|
+
SPDX-FileComment = "these files belong to: UI5 Web Components Icons"
|
|
46
|
+
|
|
47
|
+
[[annotations]]
|
|
48
|
+
path = "src/sap.f/src/sap/f/thirdparty/**"
|
|
49
|
+
precedence = "aggregate"
|
|
50
|
+
SPDX-FileCopyrightText = "SAP"
|
|
51
|
+
SPDX-License-Identifier = "Apache-2.0"
|
|
52
|
+
SPDX-FileComment = "these files belong to: UI5 Web Components Icons Business Suite"
|
|
53
|
+
|
|
54
|
+
[[annotations]]
|
|
55
|
+
path = "src/sap.f/src/sap/f/thirdparty/**"
|
|
56
|
+
precedence = "aggregate"
|
|
57
|
+
SPDX-FileCopyrightText = "SAP"
|
|
58
|
+
SPDX-License-Identifier = "Apache-2.0"
|
|
59
|
+
SPDX-FileComment = "these files belong to: UI5 Web Components Icons TNT"
|
|
60
|
+
|
|
61
|
+
|
|
24
62
|
# Library: sap.m:
|
|
25
63
|
|
|
26
64
|
[[annotations]]
|
|
@@ -347,7 +385,7 @@ SPDX-FileComment = "these files belong to: handlebars"
|
|
|
347
385
|
[[annotations]]
|
|
348
386
|
path = "src/sap.ui.core/src/sap/ui/thirdparty/require.js"
|
|
349
387
|
precedence = "aggregate"
|
|
350
|
-
SPDX-FileCopyrightText = "2010-
|
|
388
|
+
SPDX-FileCopyrightText = "2010-2024, jQuery Foundation and other contributors"
|
|
351
389
|
SPDX-License-Identifier = "MIT"
|
|
352
390
|
SPDX-FileComment = "these files belong to: requireJS"
|
|
353
391
|
|
package/THIRDPARTY.txt
CHANGED
|
@@ -4,6 +4,39 @@ each subcomponent.
|
|
|
4
4
|
The full text of all referenced licenses is appended at the end of this file.
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
Library: sap.f:
|
|
8
|
+
|
|
9
|
+
Component: UI5 Web Components, version: 2.15.0
|
|
10
|
+
Copyright: SAP
|
|
11
|
+
License: Apache-2.0
|
|
12
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
13
|
+
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
14
|
+
|
|
15
|
+
Component: UI5 Web Components Fiori, version: 2.15.0
|
|
16
|
+
Copyright: SAP
|
|
17
|
+
License: Apache-2.0
|
|
18
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
19
|
+
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
20
|
+
|
|
21
|
+
Component: UI5 Web Components Icons, version: 2.15.0
|
|
22
|
+
Copyright: SAP
|
|
23
|
+
License: Apache-2.0
|
|
24
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
25
|
+
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
26
|
+
|
|
27
|
+
Component: UI5 Web Components Icons Business Suite, version: 2.15.0
|
|
28
|
+
Copyright: SAP
|
|
29
|
+
License: Apache-2.0
|
|
30
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
31
|
+
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
32
|
+
|
|
33
|
+
Component: UI5 Web Components Icons TNT, version: 2.15.0
|
|
34
|
+
Copyright: SAP
|
|
35
|
+
License: Apache-2.0
|
|
36
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
37
|
+
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
38
|
+
|
|
39
|
+
|
|
7
40
|
Library: sap.m:
|
|
8
41
|
|
|
9
42
|
Component: purify.js, version: 3.2.4
|
|
@@ -221,8 +254,8 @@ License: MIT
|
|
|
221
254
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
222
255
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/handlebars.js
|
|
223
256
|
|
|
224
|
-
Component: requireJS, version: 2.
|
|
225
|
-
Copyright: 2010-
|
|
257
|
+
Component: requireJS, version: 2.3.7
|
|
258
|
+
Copyright: 2010-2024, jQuery Foundation and other contributors
|
|
226
259
|
License: MIT
|
|
227
260
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
228
261
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/require.js
|
|
@@ -354,7 +387,7 @@ Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/D
|
|
|
354
387
|
|
|
355
388
|
Library: sap.ui.integration:
|
|
356
389
|
|
|
357
|
-
Component: UI5 Web Components, version:
|
|
390
|
+
Component: UI5 Web Components, version: 2.15.0
|
|
358
391
|
Copyright: SAP
|
|
359
392
|
License: Apache-2.0
|
|
360
393
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.dt",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.143.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/UI5/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@openui5/sap.ui.core": "1.
|
|
17
|
+
"@openui5/sap.ui.core": "1.143.0"
|
|
18
18
|
}
|
|
19
19
|
}
|
package/src/sap/ui/dt/.library
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 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.
|
|
9
|
+
<version>1.143.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAP UI library: sap.ui.dt (by SAP, Author)</documentation>
|
|
12
12
|
|
|
@@ -33,7 +33,7 @@ function(
|
|
|
33
33
|
* @extends sap.ui.dt.Overlay
|
|
34
34
|
*
|
|
35
35
|
* @author SAP SE
|
|
36
|
-
* @version 1.
|
|
36
|
+
* @version 1.143.0
|
|
37
37
|
*
|
|
38
38
|
* @constructor
|
|
39
39
|
* @private
|
|
@@ -249,7 +249,7 @@ function(
|
|
|
249
249
|
this.setProperty("targetZone", bTargetZone);
|
|
250
250
|
this.toggleStyleClass("sapUiDtOverlayTargetZone", bTargetZone);
|
|
251
251
|
|
|
252
|
-
this.fireTargetZoneChange({targetZone: bTargetZone});
|
|
252
|
+
this.fireTargetZoneChange({ targetZone: bTargetZone });
|
|
253
253
|
}
|
|
254
254
|
|
|
255
255
|
return this;
|
package/src/sap/ui/dt/DOMUtil.js
CHANGED
|
@@ -69,7 +69,7 @@ sap.ui.define([
|
|
|
69
69
|
* @extends sap.ui.base.ManagedObject
|
|
70
70
|
*
|
|
71
71
|
* @author SAP SE
|
|
72
|
-
* @version 1.
|
|
72
|
+
* @version 1.143.0
|
|
73
73
|
*
|
|
74
74
|
* @constructor
|
|
75
75
|
* @private
|
|
@@ -186,16 +186,16 @@ sap.ui.define([
|
|
|
186
186
|
elementOverlayAdded: {
|
|
187
187
|
parameters: {
|
|
188
188
|
// id of the added overlay
|
|
189
|
-
id: {type: "string"},
|
|
189
|
+
id: { type: "string" },
|
|
190
190
|
|
|
191
191
|
// index of element overlay in the target aggregation overlay
|
|
192
|
-
targetIndex: {type: "int"},
|
|
192
|
+
targetIndex: { type: "int" },
|
|
193
193
|
|
|
194
194
|
// id of target aggregation overlay
|
|
195
|
-
targetId: {type: "string"},
|
|
195
|
+
targetId: { type: "string" },
|
|
196
196
|
|
|
197
197
|
// aggregation where element overlay is inserted
|
|
198
|
-
targetAggregation: {type: "string"}
|
|
198
|
+
targetAggregation: { type: "string" }
|
|
199
199
|
}
|
|
200
200
|
},
|
|
201
201
|
|
|
@@ -205,16 +205,16 @@ sap.ui.define([
|
|
|
205
205
|
elementOverlayMoved: {
|
|
206
206
|
parameters: {
|
|
207
207
|
// id of the moved overlay
|
|
208
|
-
id: {type: "string"},
|
|
208
|
+
id: { type: "string" },
|
|
209
209
|
|
|
210
210
|
// index of element overlay in the target aggregation overlay
|
|
211
|
-
targetIndex: {type: "int"},
|
|
211
|
+
targetIndex: { type: "int" },
|
|
212
212
|
|
|
213
213
|
// id of target aggregation overlay
|
|
214
|
-
targetId: {type: "string"},
|
|
214
|
+
targetId: { type: "string" },
|
|
215
215
|
|
|
216
216
|
// aggregation where element overlay is inserted
|
|
217
|
-
targetAggregation: {type: "string"}
|
|
217
|
+
targetAggregation: { type: "string" }
|
|
218
218
|
}
|
|
219
219
|
},
|
|
220
220
|
|
|
@@ -223,9 +223,9 @@ sap.ui.define([
|
|
|
223
223
|
*/
|
|
224
224
|
elementOverlayEditableChanged: {
|
|
225
225
|
parameters: {
|
|
226
|
-
id: {type: "string"},
|
|
227
|
-
elementId: {type: "string"},
|
|
228
|
-
editable: {type: "boolean"}
|
|
226
|
+
id: { type: "string" },
|
|
227
|
+
elementId: { type: "string" },
|
|
228
|
+
editable: { type: "boolean" }
|
|
229
229
|
}
|
|
230
230
|
},
|
|
231
231
|
|
|
@@ -234,10 +234,10 @@ sap.ui.define([
|
|
|
234
234
|
*/
|
|
235
235
|
elementPropertyChanged: {
|
|
236
236
|
parameters: {
|
|
237
|
-
id: {type: "string"},
|
|
238
|
-
name: {type: "string"},
|
|
239
|
-
oldValue: {type: "any"},
|
|
240
|
-
value: {type: "any"}
|
|
237
|
+
id: { type: "string" },
|
|
238
|
+
name: { type: "string" },
|
|
239
|
+
oldValue: { type: "any" },
|
|
240
|
+
value: { type: "any" }
|
|
241
241
|
}
|
|
242
242
|
},
|
|
243
243
|
|
|
@@ -257,7 +257,6 @@ sap.ui.define([
|
|
|
257
257
|
syncFailed: {}
|
|
258
258
|
}
|
|
259
259
|
},
|
|
260
|
-
// eslint-disable-next-line object-shorthand
|
|
261
260
|
constructor: function(...aArgs) {
|
|
262
261
|
// Storage for promises of pending overlays (overlays that are in creation phase)
|
|
263
262
|
this._sStatus = DesignTimeStatus.SYNCED;
|
|
@@ -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.143.0
|
|
59
59
|
*
|
|
60
60
|
* @constructor
|
|
61
61
|
* @private
|
|
@@ -184,7 +184,6 @@ sap.ui.define([
|
|
|
184
184
|
}
|
|
185
185
|
}
|
|
186
186
|
},
|
|
187
|
-
// eslint-disable-next-line object-shorthand
|
|
188
187
|
constructor: function(...aArgs) {
|
|
189
188
|
this._aMetadataEnhancers = [];
|
|
190
189
|
Overlay.apply(this, aArgs);
|
|
@@ -651,7 +650,7 @@ sap.ui.define([
|
|
|
651
650
|
|
|
652
651
|
this.toggleStyleClass("sapUiDtOverlaySelectable", bSelectable);
|
|
653
652
|
this.setProperty("selectable", bSelectable);
|
|
654
|
-
this.fireSelectableChange({selectable: bSelectable});
|
|
653
|
+
this.fireSelectableChange({ selectable: bSelectable });
|
|
655
654
|
}
|
|
656
655
|
this.setFocusable(bSelectable);
|
|
657
656
|
return this;
|
|
@@ -719,7 +718,7 @@ sap.ui.define([
|
|
|
719
718
|
this.toggleStyleClass("sapUiDtOverlayMovable", bMovable);
|
|
720
719
|
|
|
721
720
|
this.setProperty("movable", bMovable);
|
|
722
|
-
this.fireMovableChange({movable: bMovable});
|
|
721
|
+
this.fireMovableChange({ movable: bMovable });
|
|
723
722
|
|
|
724
723
|
this.getDomRef()?.[bMovable ? "setAttribute" : "removeAttribute"]("draggable", bMovable);
|
|
725
724
|
}
|
|
@@ -835,7 +834,7 @@ sap.ui.define([
|
|
|
835
834
|
*/
|
|
836
835
|
ElementOverlay.prototype._onElementDestroyed = function(oEvent) {
|
|
837
836
|
var sElementId = oEvent.getSource().getTarget();
|
|
838
|
-
this.fireElementDestroyed({targetId: sElementId});
|
|
837
|
+
this.fireElementDestroyed({ targetId: sElementId });
|
|
839
838
|
if (this._bInit) {
|
|
840
839
|
this.destroy();
|
|
841
840
|
} else {
|
|
@@ -29,7 +29,7 @@ sap.ui.define([
|
|
|
29
29
|
*
|
|
30
30
|
* @namespace
|
|
31
31
|
* @author SAP SE
|
|
32
|
-
* @version 1.
|
|
32
|
+
* @version 1.143.0
|
|
33
33
|
*
|
|
34
34
|
* @private
|
|
35
35
|
* @since 1.30
|
|
@@ -457,7 +457,7 @@ sap.ui.define([
|
|
|
457
457
|
|
|
458
458
|
// If the binding is found on an API parent (with a forwarded aggregation),
|
|
459
459
|
// the templateId is directly retrieved from it (the stack only has the element itself)
|
|
460
|
-
var {aAPIParentInfos} = oElement;
|
|
460
|
+
var { aAPIParentInfos } = oElement;
|
|
461
461
|
if (aAPIParentInfos && aAPIParentInfos.length > 0) {
|
|
462
462
|
bBindingFound = aAPIParentInfos.some(function(mParentInfo) {
|
|
463
463
|
oParent = mParentInfo.parent;
|
|
@@ -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.
|
|
26
|
+
* @version 1.143.0
|
|
27
27
|
* @constructor
|
|
28
28
|
* @private
|
|
29
29
|
* @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.143.0
|
|
34
34
|
* @constructor
|
|
35
35
|
* @private
|
|
36
36
|
* @since 1.30
|
package/src/sap/ui/dt/Overlay.js
CHANGED
|
@@ -42,7 +42,7 @@ sap.ui.define([
|
|
|
42
42
|
* @extends sap.ui.core.Element
|
|
43
43
|
*
|
|
44
44
|
* @author SAP SE
|
|
45
|
-
* @version 1.
|
|
45
|
+
* @version 1.143.0
|
|
46
46
|
*
|
|
47
47
|
* @constructor
|
|
48
48
|
* @private
|
|
@@ -194,7 +194,6 @@ sap.ui.define([
|
|
|
194
194
|
}
|
|
195
195
|
}
|
|
196
196
|
},
|
|
197
|
-
// eslint-disable-next-line object-shorthand
|
|
198
197
|
constructor: function(...aArgs) {
|
|
199
198
|
this._aStyleClasses = this._aStyleClasses.slice(0);
|
|
200
199
|
this._oScrollbarSynchronizers = new Map();
|
package/src/sap/ui/dt/Plugin.js
CHANGED
|
@@ -27,7 +27,7 @@ sap.ui.define([
|
|
|
27
27
|
* @extends sap.ui.base.ManagedObject
|
|
28
28
|
*
|
|
29
29
|
* @author SAP SE
|
|
30
|
-
* @version 1.
|
|
30
|
+
* @version 1.143.0
|
|
31
31
|
*
|
|
32
32
|
* @constructor
|
|
33
33
|
* @private
|
|
@@ -55,7 +55,7 @@ sap.ui.define([
|
|
|
55
55
|
events: {
|
|
56
56
|
processingStatusChange: {
|
|
57
57
|
parameters: {
|
|
58
|
-
processing: {type: "boolean"}
|
|
58
|
+
processing: { type: "boolean" }
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
}
|
|
@@ -496,7 +496,7 @@ sap.ui.define([
|
|
|
496
496
|
return true;
|
|
497
497
|
}
|
|
498
498
|
}.bind(this));
|
|
499
|
-
return { ...oMenuItem, ...(bEnhanceMenuItem && {responsible: aResponsibleElementOverlays}) };
|
|
499
|
+
return { ...oMenuItem, ...(bEnhanceMenuItem && { responsible: aResponsibleElementOverlays }) };
|
|
500
500
|
};
|
|
501
501
|
|
|
502
502
|
return Plugin;
|
|
@@ -22,7 +22,7 @@ function(
|
|
|
22
22
|
* @extends sap.ui.base.ManagedObject
|
|
23
23
|
*
|
|
24
24
|
* @author SAP SE
|
|
25
|
-
* @version 1.
|
|
25
|
+
* @version 1.143.0
|
|
26
26
|
*
|
|
27
27
|
* @constructor
|
|
28
28
|
* @private
|
|
@@ -50,7 +50,6 @@ function(
|
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
52
|
_bSyncing: false,
|
|
53
|
-
// eslint-disable-next-line object-shorthand
|
|
54
53
|
constructor: function(...aArgs) {
|
|
55
54
|
this._scrollEventHandler = this._scrollEventHandler.bind(this);
|
|
56
55
|
ManagedObject.apply(this, aArgs);
|
|
@@ -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.143.0
|
|
25
25
|
*
|
|
26
26
|
* @constructor
|
|
27
27
|
* @private
|
|
@@ -50,7 +50,6 @@ function(
|
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
|
-
// eslint-disable-next-line object-shorthand
|
|
54
53
|
constructor: function(...aArgs) {
|
|
55
54
|
ManagedObject.apply(this, aArgs);
|
|
56
55
|
this._mQueuedTasks = {};
|
package/src/sap/ui/dt/Util.js
CHANGED
|
@@ -53,7 +53,7 @@ sap.ui.define([
|
|
|
53
53
|
*/
|
|
54
54
|
var LibraryTest = function(sTestLibrary) {
|
|
55
55
|
return new Promise(function(resolve) {
|
|
56
|
-
Lib.load({name: sTestLibrary}).then(function(oLibrary) {
|
|
56
|
+
Lib.load({ name: sTestLibrary }).then(function(oLibrary) {
|
|
57
57
|
var aElements = oLibrary.controls.concat(oLibrary.elements);
|
|
58
58
|
sLibrary = sTestLibrary;
|
|
59
59
|
sap.ui.require(aElements.map(function(s) {
|
package/src/sap/ui/dt/library.js
CHANGED
|
@@ -119,7 +119,7 @@ sap.ui.define([
|
|
|
119
119
|
* @namespace
|
|
120
120
|
* @alias sap.ui.dt
|
|
121
121
|
* @author SAP SE
|
|
122
|
-
* @version 1.
|
|
122
|
+
* @version 1.143.0
|
|
123
123
|
* @since 1.30
|
|
124
124
|
* @private
|
|
125
125
|
* @ui5-restricted
|
|
@@ -127,7 +127,7 @@ sap.ui.define([
|
|
|
127
127
|
var thisLib = Lib.init({
|
|
128
128
|
name: "sap.ui.dt",
|
|
129
129
|
apiVersion: 2,
|
|
130
|
-
version: "1.
|
|
130
|
+
version: "1.143.0",
|
|
131
131
|
dependencies: ["sap.ui.core"],
|
|
132
132
|
types: [],
|
|
133
133
|
interfaces: [],
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
|
|
2
|
+
CTX_EXTENDED_ACTIONS_HEADER=\u0627\u0644\u0625\u062C\u0631\u0627\u0621\u0627\u062A \u0627\u0644\u0645\u0648\u0633\u0651\u064E\u0639\u0629
|
|
3
|
+
CTX_EXTENDED_ACTIONS_HEADER_DESCRIPTION=\u064A\u0633\u0627\u0639\u062F\u0643 \u0647\u0630\u0627 \u0639\u0644\u0649 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0648\u0638\u0627\u0626\u0641 \u0627\u0644\u0623\u0633\u0627\u0633\u064A\u0629 \u0628\u0633\u0631\u0639\u0629 \u0645\u0646 \u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u0645\u0631\u062A\u0628\u0637\u0629 \u0630\u0627\u062A \u0627\u0644\u0635\u0644\u0629 \u0647\u0646\u0627.
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
|
|
2
|
+
CTX_EXTENDED_ACTIONS_HEADER=\u0420\u0430\u0437\u0448\u0438\u0440\u0435\u043D\u0438 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F
|
|
3
|
+
CTX_EXTENDED_ACTIONS_HEADER_DESCRIPTION=\u0422\u043E\u0432\u0430 \u0432\u0438 \u043F\u043E\u043C\u0430\u0433\u0430 \u0431\u044A\u0440\u0437\u043E \u0434\u0430 \u043E\u0442\u043A\u0440\u0438\u0435\u0442\u0435 \u043A\u043B\u044E\u0447\u043E\u0432\u0438\u0442\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u043E\u0442 \u0441\u0432\u044A\u0440\u0437\u0430\u043D\u0438 \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u0438, \u043A\u043E\u0438\u0442\u043E \u0441\u0430 \u0440\u0435\u043B\u0435\u0432\u0430\u043D\u0442\u043D\u0438 \u0442\u0443\u043A.
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
|
|
2
|
+
CTX_EXTENDED_ACTIONS_HEADER=\u0394\u03B9\u03B5\u03C5\u03C1\u03C5\u03BC\u03AD\u03BD\u03B5\u03C2 \u0395\u03BD\u03AD\u03C1\u03B3\u03B5\u03B9\u03B5\u03C2
|
|
3
|
+
CTX_EXTENDED_ACTIONS_HEADER_DESCRIPTION=\u0391\u03C5\u03C4\u03CC \u03C3\u03B1\u03C2 \u03B2\u03BF\u03B7\u03B8\u03AC\u03B5\u03B9 \u03BD\u03B1 \u03B2\u03C1\u03B5\u03AF\u03C4\u03B5 \u03B3\u03C1\u03AE\u03B3\u03BF\u03C1\u03B1 \u03B2\u03B1\u03C3\u03B9\u03BA\u03AD\u03C2 \u03BB\u03B5\u03B9\u03C4\u03BF\u03C5\u03C1\u03B3\u03AF\u03B5\u03C2 \u03B1\u03C0\u03CC \u03C3\u03C5\u03BD\u03B1\u03C6\u03B5\u03AF\u03C2 \u03B5\u03BB\u03AD\u03B3\u03C7\u03BF\u03C5\u03C2 \u03C0\u03BF\u03C5 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C3\u03C7\u03B5\u03C4\u03B9\u03BA\u03BF\u03AF \u03B5\u03B4\u03CE.
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
|
|
2
|
+
CTX_EXTENDED_ACTIONS_HEADER=\u206A\u206A\u206A\u200C\u200C\u200C\u200B\u200B\u200C\u200D\u200C\u200B\u200D\u200C\u200B\u200D\u200D\u200D\u200B\u200D\u200D\u200B\u200C\u200B\u200C\u200B\u200D\u200C\u200C\u200C\u200B\u200B\u200D\u200C\u200B\u200B\u200B\u200D\u200B\u206AExtended Actions\u206A\u206A
|
|
3
|
+
CTX_EXTENDED_ACTIONS_HEADER_DESCRIPTION=\u206A\u206A\u206A\u200C\u200D\u200B\u200D\u200B\u200C\u200D\u200D\u200D\u200B\u200C\u200B\u200B\u200D\u200C\u200D\u200D\u200B\u200D\u200D\u200C\u200B\u200C\u200C\u200C\u200C\u200B\u200D\u200C\u200B\u200D\u200D\u200B\u200D\u200B\u200D\u200C\u200C\u200B\u206AThis helps you quickly find key functions from related controls that are relevant here.\u206A\u206A
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
|
|
2
|
+
CTX_EXTENDED_ACTIONS_HEADER=\u0935\u093F\u0938\u094D\u0924\u093E\u0930\u093F\u0924 \u0915\u093E\u0930\u094D\u0930\u0935\u093E\u0907\u092F\u093E\u0902
|
|
3
|
+
CTX_EXTENDED_ACTIONS_HEADER_DESCRIPTION=\u0907\u0938\u0938\u0947 \u0906\u092A\u0915\u094B \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0928\u093F\u092F\u0902\u0924\u094D\u0930\u0923\u094B\u0902 \u0938\u0947 \u0909\u0928 \u092A\u094D\u0930\u092E\u0941\u0916 \u0915\u093E\u0930\u094D\u092F\u094B\u0902 \u0915\u094B \u0936\u0940\u0918\u094D\u0930\u0924\u093E \u0938\u0947 \u0922\u0942\u0902\u095D\u0928\u0947 \u092E\u0947\u0902 \u0938\u0939\u093E\u092F\u0924\u093E \u092E\u093F\u0932\u0924\u0940 \u0939\u0948 \u091C\u094B \u092F\u0939\u093E\u0902 \u092A\u094D\u0930\u093E\u0938\u0902\u0917\u093F\u0915 \u0939\u0948\u0902.
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
|
|
2
|
+
CTX_EXTENDED_ACTIONS_HEADER=\u05E4\u05E2\u05D5\u05DC\u05D5\u05EA \u05DE\u05D5\u05E8\u05D7\u05D1\u05D5\u05EA
|
|
3
|
+
CTX_EXTENDED_ACTIONS_HEADER_DESCRIPTION=\u05D6\u05D4 \u05E2\u05D5\u05D6\u05E8 \u05DC\u05DA \u05DC\u05DE\u05E6\u05D5\u05D0 \u05D1\u05DE\u05D4\u05D9\u05E8\u05D5\u05EA \u05E4\u05D5\u05E0\u05E7\u05E6\u05D9\u05D5\u05EA \u05DE\u05E4\u05EA\u05D7 \u05DE\u05D1\u05E7\u05E8\u05D5\u05EA \u05E7\u05E9\u05D5\u05E8\u05D5\u05EA \u05E9\u05E8\u05DC\u05D5\u05D5\u05E0\u05D8\u05D9\u05D5\u05EA \u05DB\u05D0\u05DF.
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
|
|
2
|
+
CTX_EXTENDED_ACTIONS_HEADER=\u62E1\u5F35\u30A2\u30AF\u30B7\u30E7\u30F3
|
|
3
|
+
CTX_EXTENDED_ACTIONS_HEADER_DESCRIPTION=\u3053\u308C\u306F\u3001\u3053\u3053\u3067\u8A72\u5F53\u3059\u308B\u95A2\u9023\u30B3\u30F3\u30C8\u30ED\u30FC\u30EB\u304B\u3089\u4E3B\u306A\u6A5F\u80FD\u3092\u7D20\u65E9\u304F\u898B\u3064\u3051\u308B\u306E\u306B\u5F79\u7ACB\u3061\u307E\u3059\u3002
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
|
|
2
|
+
CTX_EXTENDED_ACTIONS_HEADER=\u041A\u0435\u04A3\u0435\u0439\u0442\u0456\u043B\u0433\u0435\u043D \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u044F\u043B\u0430\u0440
|
|
3
|
+
CTX_EXTENDED_ACTIONS_HEADER_DESCRIPTION=\u0411\u04B1\u043B \u043E\u0441\u044B \u0436\u0435\u0440\u0434\u0435 \u0440\u0435\u043B\u0435\u0432\u0430\u043D\u0442\u0442\u044B \u049B\u0430\u0442\u044B\u0441\u0442\u044B \u0431\u0430\u0441\u049B\u0430\u0440\u0443 \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0442\u0435\u0440\u0456\u043D\u0435\u043D \u043D\u0435\u0433\u0456\u0437\u0433\u0456 \u0444\u0443\u043D\u043A\u0446\u0438\u044F\u043B\u0430\u0440\u0434\u044B \u0436\u044B\u043B\u0434\u0430\u043C \u0442\u0430\u0431\u0443\u0493\u0430 \u043A\u04E9\u043C\u0435\u043A\u0442\u0435\u0441\u0435\u0434\u0456.
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
|
|
2
|
+
CTX_EXTENDED_ACTIONS_HEADER=\uD655\uC7A5 \uC561\uC158
|
|
3
|
+
CTX_EXTENDED_ACTIONS_HEADER_DESCRIPTION=\uC774\uB97C \uD1B5\uD574, \uC5EC\uAE30\uC5D0 \uAD00\uB828 \uC788\uB294 \uAD00\uB828 \uCEE8\uD2B8\uB864\uC5D0\uC11C \uC8FC\uC694 \uAE30\uB2A5\uC744 \uBE60\uB974\uAC8C \uCC3E\uC544\uBCFC \uC218 \uC788\uC2B5\uB2C8\uB2E4.
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
|
|
2
|
+
CTX_EXTENDED_ACTIONS_HEADER=Papla\u0161in\u0101tas darb\u012Bbas
|
|
3
|
+
CTX_EXTENDED_ACTIONS_HEADER_DESCRIPTION=\u0160\u012B sada\u013Ca pal\u012Bdz jums \u0101tri noskaidrot galven\u0101s funkcijas no saist\u012Bt\u0101m vad\u012Bkl\u0101m, kuras \u0161eit ir attiecin\u0101mas.
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
|
|
2
|
+
CTX_EXTENDED_ACTIONS_HEADER=\u041F\u0440\u043E\u0448\u0438\u0440\u0435\u043D\u0438 \u0434\u0435\u0458\u0441\u0442\u0432\u0430
|
|
3
|
+
CTX_EXTENDED_ACTIONS_HEADER_DESCRIPTION=\u041E\u0432\u0430 \u0432\u0438 \u043F\u043E\u043C\u0430\u0433\u0430 \u0431\u0440\u0437\u043E \u0434\u0430 \u043D\u0430\u0458\u0434\u0435\u0442\u0435 \u043A\u043B\u0443\u0447\u043D\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u043E\u0434 \u043F\u043E\u0432\u0440\u0437\u0430\u043D\u0438 \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u0438 \u0448\u0442\u043E \u0441\u0435 \u0440\u0435\u043B\u0435\u0432\u0430\u043D\u0442\u043D\u0438 \u043E\u0432\u0434\u0435.
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
|
|
2
|
+
CTX_EXTENDED_ACTIONS_HEADER=\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u044B\u0435 \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u0438
|
|
3
|
+
CTX_EXTENDED_ACTIONS_HEADER_DESCRIPTION=\u041F\u043E\u043C\u043E\u0433\u0430\u044E\u0442 \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0439\u0442\u0438 \u0440\u0435\u043B\u0435\u0432\u0430\u043D\u0442\u043D\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432 \u0441\u0432\u044F\u0437\u0430\u043D\u043D\u044B\u0445 \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u044E\u0449\u0438\u0445 \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430\u0445.
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
|
|
2
|
+
CTX_EXTENDED_ACTIONS_HEADER=\u041F\u0440\u043E\u0448\u0438\u0440\u0435\u043D\u0435 \u0440\u0430\u0434\u045A\u0435
|
|
3
|
+
CTX_EXTENDED_ACTIONS_HEADER_DESCRIPTION=\u041E\u0432\u043E \u0432\u0430\u043C \u043F\u043E\u043C\u0430\u0436\u0435 \u0434\u0430 \u0431\u0440\u0437\u043E \u043F\u0440\u043E\u043D\u0430\u0452\u0435\u0442\u0435 \u043A\u0459\u0443\u0447\u043D\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0458\u0435 \u0438\u0437 \u043F\u043E\u0432\u0435\u0437\u0430\u043D\u0438\u0445 \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u0430 \u043A\u043E\u0458\u0435 \u0441\u0443 \u043E\u0432\u0434\u0435 \u0440\u0435\u043B\u0435\u0432\u0430\u043D\u0442\u043D\u0435.
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
|
|
2
|
+
CTX_EXTENDED_ACTIONS_HEADER=\u0E01\u0E32\u0E23\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E40\u0E15\u0E34\u0E21
|
|
3
|
+
CTX_EXTENDED_ACTIONS_HEADER_DESCRIPTION=\u0E15\u0E31\u0E27\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E19\u0E35\u0E49\u0E0A\u0E48\u0E27\u0E22\u0E43\u0E2B\u0E49\u0E04\u0E38\u0E13\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E1F\u0E31\u0E07\u0E01\u0E4C\u0E0A\u0E31\u0E19\u0E2B\u0E25\u0E31\u0E01\u0E46 \u0E08\u0E32\u0E01\u0E15\u0E31\u0E27\u0E04\u0E27\u0E1A\u0E04\u0E38\u0E21\u0E17\u0E35\u0E48\u0E2A\u0E31\u0E21\u0E1E\u0E31\u0E19\u0E18\u0E4C\u0E01\u0E31\u0E19\u0E17\u0E35\u0E48\u0E40\u0E01\u0E35\u0E48\u0E22\u0E27\u0E02\u0E49\u0E2D\u0E07\u0E17\u0E35\u0E48\u0E19\u0E35\u0E48\u0E44\u0E14\u0E49\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E23\u0E27\u0E14\u0E40\u0E23\u0E47\u0E27
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
|
|
2
|
+
CTX_EXTENDED_ACTIONS_HEADER=\u0420\u043E\u0437\u0448\u0438\u0440\u0435\u043D\u0456 \u043E\u043F\u0435\u0440\u0430\u0446\u0456\u0457
|
|
3
|
+
CTX_EXTENDED_ACTIONS_HEADER_DESCRIPTION=\u0426\u0435 \u0434\u043E\u043F\u043E\u043C\u043E\u0436\u0435 \u0432\u0430\u043C \u0448\u0432\u0438\u0434\u043A\u043E \u0437\u043D\u0430\u0439\u0442\u0438 \u043A\u043B\u044E\u0447\u043E\u0432\u0456 \u0444\u0443\u043D\u043A\u0446\u0456\u0457 \u0437 \u0432\u0456\u0434\u043F\u043E\u0432\u0456\u0434\u043D\u0438\u0445 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432 \u043A\u0435\u0440\u0443\u0432\u0430\u043D\u043D\u044F, \u044F\u043A\u0456 \u0454 \u0430\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u0438\u043C\u0438 \u0432 \u0434\u0430\u043D\u043E\u043C\u0443 \u0432\u0438\u043F\u0430\u0434\u043A\u0443.
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
|
|
2
|
+
CTX_EXTENDED_ACTIONS_HEADER=Thao t\u00E1c m\u1EDF r\u1ED9ng
|
|
3
|
+
CTX_EXTENDED_ACTIONS_HEADER_DESCRIPTION=\u0110i\u1EC1u n\u00E0y gi\u00FAp b\u1EA1n nhanh ch\u00F3ng t\u00ECm th\u1EA5y c\u00E1c ch\u1EE9c n\u0103ng ch\u00EDnh t\u1EEB c\u00E1c ki\u1EC3m so\u00E1t li\u00EAn quan c\u00F3 li\u00EAn quan \u1EDF \u0111\u00E2y.
|
|
@@ -40,7 +40,7 @@ sap.ui.define([
|
|
|
40
40
|
* @class The ContextMenu registers event handler to open the context menu. Menu entries can dynamically be added
|
|
41
41
|
* @extends sap.ui.dt.Plugin
|
|
42
42
|
* @author SAP SE
|
|
43
|
-
* @version 1.
|
|
43
|
+
* @version 1.143.0
|
|
44
44
|
* @constructor
|
|
45
45
|
* @private
|
|
46
46
|
* @since 1.53
|
|
@@ -147,6 +147,7 @@ sap.ui.define([
|
|
|
147
147
|
ariaLabelledBy: this.getId()
|
|
148
148
|
});
|
|
149
149
|
oAdditionalInfoButton.setTooltip(oMenuItem.additionalInfo);
|
|
150
|
+
oAdditionalInfoButton.setEnabled(false);
|
|
150
151
|
return oAdditionalInfoButton;
|
|
151
152
|
}
|
|
152
153
|
|
|
@@ -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.143.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.143.0
|
|
37
37
|
* @constructor
|
|
38
38
|
* @private
|
|
39
39
|
* @since 1.34
|
|
@@ -36,7 +36,7 @@ sap.ui.define([
|
|
|
36
36
|
* @extends sap.ui.dt.Plugin
|
|
37
37
|
*
|
|
38
38
|
* @author SAP SE
|
|
39
|
-
* @version 1.
|
|
39
|
+
* @version 1.143.0
|
|
40
40
|
*
|
|
41
41
|
* @constructor
|
|
42
42
|
* @private
|
|
@@ -357,8 +357,8 @@ sap.ui.define([
|
|
|
357
357
|
// changedTouches will have the information related to the moved finger, because it’s what caused the event "touchmove"
|
|
358
358
|
var aTouches = oEvent.touches || oEvent.changedTouches;
|
|
359
359
|
|
|
360
|
-
var {pageX} = aTouches[0];
|
|
361
|
-
var {pageY} = aTouches[0];
|
|
360
|
+
var { pageX } = aTouches[0];
|
|
361
|
+
var { pageY } = aTouches[0];
|
|
362
362
|
|
|
363
363
|
var oTargetOverlay = this._findTargetOverlayFromCoordinates(pageX, pageY);
|
|
364
364
|
|
|
@@ -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.143.0
|
|
34
34
|
* @constructor
|
|
35
35
|
* @private
|
|
36
36
|
* @since 1.34
|
|
@@ -16,7 +16,7 @@ sap.ui.define([
|
|
|
16
16
|
*
|
|
17
17
|
* @extends sap.ui.dt.Plugin
|
|
18
18
|
* @author SAP SE
|
|
19
|
-
* @version 1.
|
|
19
|
+
* @version 1.143.0
|
|
20
20
|
* @constructor
|
|
21
21
|
* @private
|
|
22
22
|
* @since 1.61
|
|
@@ -55,7 +55,7 @@ sap.ui.define([
|
|
|
55
55
|
oOverlay
|
|
56
56
|
.getDesignTimeMetadata()
|
|
57
57
|
.getToolHooks()
|
|
58
|
-
.stop(oOverlay.getElement(), {versionWasActivated: this.getVersionWasActivated()});
|
|
58
|
+
.stop(oOverlay.getElement(), { versionWasActivated: this.getVersionWasActivated() });
|
|
59
59
|
};
|
|
60
60
|
|
|
61
61
|
return ToolHooks;
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
@_sap_ui_dt_ContextMenu_MnuItemIconColor: var(--sapContent_NonInteractiveIconColor); // #111
|
|
6
6
|
@_sap_ui_dt_ContextMenu_PrpgtedMnuItemBGColor: var(--sapList_AlternatingBackground); // darken(#111, 10);
|
|
7
7
|
@_sap_ui_dt_ContextMenu_PrpgtedTitleBorderColor: var(--sapShell_BorderColor); // #111
|
|
8
|
+
@_sap_ui_dt_ContextMenu_EnabledOpacity: 1;
|
|
8
9
|
|
|
9
10
|
.sapUiDtContextMenu.sapMMenu {
|
|
10
11
|
.sapMMenuList {
|
|
@@ -26,6 +27,9 @@
|
|
|
26
27
|
background-color: transparent;
|
|
27
28
|
border-color: transparent;
|
|
28
29
|
}
|
|
30
|
+
&.sapMBtnDisabled{
|
|
31
|
+
opacity: @_sap_ui_dt_ContextMenu_EnabledOpacity;
|
|
32
|
+
}
|
|
29
33
|
&:focus-visible > .sapMFocusable,
|
|
30
34
|
&:focus > .sapMFocusable{
|
|
31
35
|
&::before{
|
|
@@ -39,12 +43,12 @@
|
|
|
39
43
|
}
|
|
40
44
|
|
|
41
45
|
&.sapMMenuItemDisabled {
|
|
42
|
-
opacity:
|
|
46
|
+
opacity: var(--sapContent_DisabledOpacity);
|
|
43
47
|
}
|
|
44
48
|
|
|
45
49
|
// style for control names
|
|
46
50
|
&.sapUiDtContextMenuControlTitle {
|
|
47
|
-
opacity:
|
|
51
|
+
opacity: @_sap_ui_dt_ContextMenu_EnabledOpacity;
|
|
48
52
|
height: 1.5rem;
|
|
49
53
|
.sapMMenuItemIcon {
|
|
50
54
|
display: none;
|
|
@@ -57,7 +61,7 @@
|
|
|
57
61
|
|
|
58
62
|
// Style for title "Extended Actions"
|
|
59
63
|
&.sapUiDtContextMenuExtendedActionsTitle {
|
|
60
|
-
opacity:
|
|
64
|
+
opacity: @_sap_ui_dt_ContextMenu_EnabledOpacity;
|
|
61
65
|
height: 2rem;
|
|
62
66
|
text-align: center;
|
|
63
67
|
background-color: @_sap_ui_dt_ContextMenu_PrpgtedMnuItemBGColor;
|
|
@@ -75,7 +79,7 @@
|
|
|
75
79
|
|
|
76
80
|
// style for names of propagated controls
|
|
77
81
|
&.sapUiDtContextMenuPropagatedControlTitle {
|
|
78
|
-
opacity:
|
|
82
|
+
opacity: @_sap_ui_dt_ContextMenu_EnabledOpacity;
|
|
79
83
|
height: 1.5rem;
|
|
80
84
|
background-color: @_sap_ui_dt_ContextMenu_PrpgtedMnuItemBGColor;
|
|
81
85
|
margin: 0!important;
|