@openui5/sap.ui.layout 1.71.57 → 1.71.59

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 (58) hide show
  1. package/package.json +2 -2
  2. package/src/sap/ui/layout/.library +1 -1
  3. package/src/sap/ui/layout/AlignedFlowLayout.js +1 -1
  4. package/src/sap/ui/layout/AssociativeSplitter.js +1 -1
  5. package/src/sap/ui/layout/BlockLayout.js +1 -1
  6. package/src/sap/ui/layout/BlockLayoutCell.js +1 -1
  7. package/src/sap/ui/layout/BlockLayoutCellData.js +1 -1
  8. package/src/sap/ui/layout/BlockLayoutRow.js +1 -1
  9. package/src/sap/ui/layout/DynamicSideContent.js +44 -20
  10. package/src/sap/ui/layout/FixFlex.js +1 -1
  11. package/src/sap/ui/layout/Grid.js +1 -1
  12. package/src/sap/ui/layout/GridData.js +1 -1
  13. package/src/sap/ui/layout/GridRenderer.js +1 -1
  14. package/src/sap/ui/layout/HorizontalLayout.js +1 -1
  15. package/src/sap/ui/layout/PaneContainer.js +1 -1
  16. package/src/sap/ui/layout/ResponsiveFlowLayout.js +1 -1
  17. package/src/sap/ui/layout/ResponsiveFlowLayoutData.js +1 -1
  18. package/src/sap/ui/layout/ResponsiveSplitter.js +1 -1
  19. package/src/sap/ui/layout/ResponsiveSplitterPage.js +1 -1
  20. package/src/sap/ui/layout/SplitPane.js +1 -1
  21. package/src/sap/ui/layout/Splitter.js +1 -1
  22. package/src/sap/ui/layout/SplitterLayoutData.js +1 -1
  23. package/src/sap/ui/layout/VerticalLayout.js +1 -1
  24. package/src/sap/ui/layout/changeHandler/AddFormContainer.js +1 -1
  25. package/src/sap/ui/layout/changeHandler/AddFormField.js +1 -1
  26. package/src/sap/ui/layout/changeHandler/AddSimpleFormField.js +1 -1
  27. package/src/sap/ui/layout/changeHandler/AddSimpleFormGroup.js +1 -1
  28. package/src/sap/ui/layout/changeHandler/HideSimpleForm.js +1 -1
  29. package/src/sap/ui/layout/changeHandler/MoveSimpleForm.js +1 -1
  30. package/src/sap/ui/layout/changeHandler/RenameFormContainer.js +1 -1
  31. package/src/sap/ui/layout/changeHandler/RenameSimpleForm.js +1 -1
  32. package/src/sap/ui/layout/changeHandler/UnhideSimpleForm.js +1 -1
  33. package/src/sap/ui/layout/cssgrid/CSSGrid.js +1 -1
  34. package/src/sap/ui/layout/cssgrid/GridBasicLayout.js +1 -1
  35. package/src/sap/ui/layout/cssgrid/GridBoxLayout.js +1 -1
  36. package/src/sap/ui/layout/cssgrid/GridBoxLayoutStyleHelper.js +1 -1
  37. package/src/sap/ui/layout/cssgrid/GridItemLayoutData.js +1 -1
  38. package/src/sap/ui/layout/cssgrid/GridLayoutBase.js +1 -1
  39. package/src/sap/ui/layout/cssgrid/GridLayoutDelegate.js +1 -1
  40. package/src/sap/ui/layout/cssgrid/GridResponsiveLayout.js +1 -1
  41. package/src/sap/ui/layout/cssgrid/GridSettings.js +1 -1
  42. package/src/sap/ui/layout/cssgrid/VirtualGrid.js +1 -1
  43. package/src/sap/ui/layout/form/ColumnContainerData.js +1 -1
  44. package/src/sap/ui/layout/form/ColumnElementData.js +1 -1
  45. package/src/sap/ui/layout/form/ColumnLayout.js +1 -1
  46. package/src/sap/ui/layout/form/Form.js +1 -1
  47. package/src/sap/ui/layout/form/FormContainer.js +1 -1
  48. package/src/sap/ui/layout/form/FormElement.js +1 -1
  49. package/src/sap/ui/layout/form/FormLayout.js +1 -1
  50. package/src/sap/ui/layout/form/GridContainerData.js +1 -1
  51. package/src/sap/ui/layout/form/GridElementData.js +1 -1
  52. package/src/sap/ui/layout/form/GridLayout.js +1 -1
  53. package/src/sap/ui/layout/form/ResponsiveGridLayout.js +1 -1
  54. package/src/sap/ui/layout/form/ResponsiveLayout.js +1 -1
  55. package/src/sap/ui/layout/form/SimpleForm.js +1 -1
  56. package/src/sap/ui/layout/library.js +2 -2
  57. package/src/sap/ui/layout/messagebundle_bg.properties +1 -1
  58. package/src/sap/ui/layout/messagebundle_ms.properties +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.layout",
3
- "version": "1.71.57",
3
+ "version": "1.71.59",
4
4
  "description": "OpenUI5 UI Library sap.ui.layout",
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.71.57"
17
+ "@openui5/sap.ui.core": "1.71.59"
18
18
  }
19
19
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.71.57</version>
9
+ <version>1.71.59</version>
10
10
 
11
11
  <documentation>SAPUI5 library with layout controls.</documentation>
12
12
 
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * @extends sap.ui.core.Control
39
39
  *
40
40
  * @author SAP SE
41
- * @version 1.71.57
41
+ * @version 1.71.59
42
42
  *
43
43
  * @constructor
44
44
  * @private
@@ -20,7 +20,7 @@ sap.ui.define(['./Splitter', './SplitterRenderer', "sap/base/Log", "sap/ui/third
20
20
  * @extends sap.ui.layout.Splitter
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.71.57
23
+ * @version 1.71.59
24
24
  *
25
25
  * @constructor
26
26
  * @private
@@ -62,7 +62,7 @@ sap.ui.define([
62
62
  * @extends sap.ui.core.Control
63
63
  *
64
64
  * @author SAP SE
65
- * @version 1.71.57
65
+ * @version 1.71.59
66
66
  *
67
67
  * @constructor
68
68
  * @public
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.core.Control
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.71.57
31
+ * @version 1.71.59
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -18,7 +18,7 @@ sap.ui.define(['sap/ui/core/LayoutData', './library'],
18
18
  * @class
19
19
  * Holds layout data for the BlockLayoutCells contents.
20
20
  * @extends sap.ui.core.LayoutData
21
- * @version 1.71.57
21
+ * @version 1.71.59
22
22
  * @constructor
23
23
  * @public
24
24
  * @since 1.50.0
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * @extends sap.ui.core.Control
37
37
  *
38
38
  * @author SAP SE
39
- * @version 1.71.57
39
+ * @version 1.71.59
40
40
  *
41
41
  * @constructor
42
42
  * @public
@@ -94,7 +94,7 @@ sap.ui.define([
94
94
  * @extends sap.ui.core.Control
95
95
  *
96
96
  * @author SAP SE
97
- * @version 1.71.57
97
+ * @version 1.71.59
98
98
  *
99
99
  * @constructor
100
100
  * @public
@@ -443,47 +443,71 @@ sap.ui.define([
443
443
  /**
444
444
  * Returns a scroll helper object used to handle scrolling.
445
445
  * @public
446
- * @param {object} oControl The control instance that requested the scroll helper
446
+ * @param {sap.ui.core.Control} oControl The control instance that requested the scroll helper
447
447
  * @returns {sap.ui.core.delegate.ScrollEnablement} The scroll helper instance
448
448
  * @since 1.78
449
449
  */
450
450
  DynamicSideContent.prototype.getScrollDelegate = function (oControl) {
451
- var oControlInQuestion = oControl,
452
- oContainerOfDSC = this.getParent(),
453
- sBreakpoint = this._getBreakPointFromWidth(),
451
+ var oContainerOfDSC = this.getParent(),
452
+ oControlParent = oControl.getParent(),
453
+ sParentAggregation = oControl.sParentAggregationName,
454
454
  bMCVisible = this.getShowMainContent() && this._MCVisible,
455
455
  bSCVisible = this.getShowSideContent() && this._SCVisible;
456
456
 
457
- //for cases with main and side content - one above the other - use the scroll delegate of the parent container
458
- if (sBreakpoint && sBreakpoint !== L && sBreakpoint !== XL ) {
459
- // check whether the control is in visible aggregation; if not - don't get its scrollDelegate
460
- if (oControlInQuestion &&
461
- ((oControlInQuestion.sParentAggregationName === "sideContent" && !bSCVisible) ||
462
- (oControlInQuestion.sParentAggregationName === "mainContent" && !bMCVisible)) ){
463
- return;
464
- } else {
465
- while (oContainerOfDSC && (!oContainerOfDSC.getScrollDelegate || !oContainerOfDSC.getScrollDelegate())) {
466
- oContainerOfDSC = oContainerOfDSC.getParent();
467
- }
457
+ // Find aggregation in which effectively is placed the oControl even if it is not directly placed in main or side content
458
+ while (oControlParent && oControlParent.getId() !== this.getId()) {
459
+ sParentAggregation = oControlParent.sParentAggregationName;
460
+ oControlParent = oControlParent.getParent();
461
+ }
462
+
463
+ // for cases with main and side content - one above the other - use the scroll delegate of the parent container
464
+ // otherwise use the scroll delegate of the container where the control is placed
465
+
466
+ if (!oControl) {
467
+ return;
468
+ } else if ((sParentAggregation === "sideContent" && !bSCVisible) || (sParentAggregation === "mainContent" && !bMCVisible)) {
469
+ return;
470
+ } else if (!this._isContentOnFullHeight(sParentAggregation)) {
471
+ while (oContainerOfDSC && (!oContainerOfDSC.getScrollDelegate || !oContainerOfDSC.getScrollDelegate())) {
472
+ oContainerOfDSC = oContainerOfDSC.getParent();
473
+ }
474
+ if (oContainerOfDSC) {
468
475
  return oContainerOfDSC.getScrollDelegate();
469
476
  }
470
477
  }
471
478
 
479
+ this._initScrolling();
480
+
472
481
  if (this._oMCScroller && this._oSCScroller) {
473
- while (oControlInQuestion && oControlInQuestion.getId() !== this.getId()) {
474
- if (oControlInQuestion.sParentAggregationName === "mainContent" && bMCVisible) {
482
+ while (oControl && oControl.getId() !== this.getId()) {
483
+ if (oControl.sParentAggregationName === "mainContent" && bMCVisible) {
475
484
  return this._oMCScroller;
476
485
  }
477
- if (oControlInQuestion.sParentAggregationName === "sideContent" && bSCVisible) {
486
+ if (oControl.sParentAggregationName === "sideContent" && bSCVisible) {
478
487
  return this._oSCScroller;
479
488
  }
480
- oControlInQuestion = oControlInQuestion.getParent();
489
+ oControl = oControl.getParent();
481
490
  }
482
491
  }
483
492
 
484
493
  return;
485
494
  };
486
495
 
496
+ /**
497
+ * Determines whether the provided content aggregation (main or side) takes full height of the DynamicSideContent.
498
+ * @private
499
+ * @param {string} sContentName The name of the content aggregation
500
+ * @returns {boolean} whether the content aggregation takes the full height
501
+ */
502
+ DynamicSideContent.prototype._isContentOnFullHeight = function(sContentName) {
503
+ var bMCVisible = this.getShowMainContent() && this._MCVisible,
504
+ bSCVisible = this.getShowSideContent() && this._SCVisible,
505
+ bMainContentOnFullHeight = (sContentName === "mainContent" && bMCVisible && ((this._iMcSpan === SPAN_SIZE_12 && !bSCVisible) || this._iMcSpan !== SPAN_SIZE_12)),
506
+ bSideContentOnFullHeight = (sContentName === "sideContent" && bSCVisible && ((this._iScSpan === SPAN_SIZE_12 && !bMCVisible) || this._iScSpan !== SPAN_SIZE_12));
507
+
508
+ return bMainContentOnFullHeight || bSideContentOnFullHeight;
509
+ };
510
+
487
511
  /**
488
512
  * Re-renders only part of the control that is changed.
489
513
  * @param {object} aControls Array containing the passed aggregation controls
@@ -57,7 +57,7 @@ sap.ui.define([
57
57
  * @extends sap.ui.core.Control
58
58
  *
59
59
  * @author SAP SE
60
- * @version 1.71.57
60
+ * @version 1.71.59
61
61
  *
62
62
  * @constructor
63
63
  * @public
@@ -59,7 +59,7 @@ sap.ui.define([
59
59
  * @extends sap.ui.core.Control
60
60
  *
61
61
  * @author SAP SE
62
- * @version 1.71.57
62
+ * @version 1.71.59
63
63
  *
64
64
  * @constructor
65
65
  * @public
@@ -28,7 +28,7 @@ sap.ui.define(['sap/ui/core/LayoutData', './library', "sap/base/Log"],
28
28
  * @extends sap.ui.core.LayoutData
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.71.57
31
+ * @version 1.71.59
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -15,7 +15,7 @@ sap.ui.define(["sap/ui/Device", "sap/ui/layout/library"],
15
15
  /**
16
16
  * @author SAP SE
17
17
  * @version
18
- * 1.71.57
18
+ * 1.71.59
19
19
  * @namespace
20
20
  */
21
21
  var GridRenderer = {
@@ -22,7 +22,7 @@ sap.ui.define(['sap/ui/core/Control', './library', "./HorizontalLayoutRenderer"]
22
22
  * @extends sap.ui.core.Control
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.71.57
25
+ * @version 1.71.59
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -25,7 +25,7 @@ sap.ui.define(['./library', 'sap/ui/core/Element', './AssociativeSplitter', 'sap
25
25
  * @extends sap.ui.core.Element
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.71.57
28
+ * @version 1.71.59
29
29
  *
30
30
  * @constructor
31
31
  * @public
@@ -39,7 +39,7 @@ sap.ui.define([
39
39
  * @extends sap.ui.core.Control
40
40
  *
41
41
  * @author SAP SE
42
- * @version 1.71.57
42
+ * @version 1.71.59
43
43
  *
44
44
  * @constructor
45
45
  * @public
@@ -22,7 +22,7 @@ sap.ui.define(['sap/ui/core/LayoutData', './library', "sap/base/Log"],
22
22
  * @extends sap.ui.core.LayoutData
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.71.57
25
+ * @version 1.71.59
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -68,7 +68,7 @@ sap.ui.define([
68
68
  * @extends sap.ui.core.Control
69
69
  *
70
70
  * @author SAP SE
71
- * @version 1.71.57
71
+ * @version 1.71.59
72
72
  *
73
73
  * @constructor
74
74
  * @public
@@ -21,7 +21,7 @@ sap.ui.define(["./library", "sap/ui/core/Core", "sap/ui/core/Control"],
21
21
  * @extends sap.ui.core.Control
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.71.57
24
+ * @version 1.71.59
25
25
  *
26
26
  * @constructor
27
27
  * @private
@@ -27,7 +27,7 @@ sap.ui.define(['./library', 'sap/ui/core/Element'],
27
27
  * @extends sap.ui.core.Element
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.71.57
30
+ * @version 1.71.59
31
31
  *
32
32
  * @constructor
33
33
  * @public
@@ -54,7 +54,7 @@ sap.ui.define([
54
54
  * @extends sap.ui.core.Control
55
55
  *
56
56
  * @author SAP SE
57
- * @version 1.71.57
57
+ * @version 1.71.59
58
58
  *
59
59
  * @constructor
60
60
  * @public
@@ -24,7 +24,7 @@ sap.ui.define(['sap/ui/core/LayoutData', './library'],
24
24
  * (The CSS value "auto" is used internally to recalculate the size of the content
25
25
  * dynamically and is not directly set as style property.)
26
26
  * @extends sap.ui.core.LayoutData
27
- * @version 1.71.57
27
+ * @version 1.71.59
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @extends sap.ui.core.Control
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.71.57
28
+ * @version 1.71.59
29
29
  *
30
30
  * @constructor
31
31
  * @public
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * Change handler for adding a form group.
22
22
  * @alias sap.ui.layout.changeHandler.AddFormContainer
23
23
  * @author SAP SE
24
- * @version 1.71.57
24
+ * @version 1.71.59
25
25
  * @experimental Since 1.48.0
26
26
  */
27
27
  var AddGroup = { };
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  *
27
27
  * @author SAP SE
28
28
  *
29
- * @version 1.71.57
29
+ * @version 1.71.59
30
30
  *
31
31
  * @experimental Since 1.50.0 This class is experimental and provides only limited functionality. Also the API might be
32
32
  * changed in future.
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  *
25
25
  * @author SAP SE
26
26
  *
27
- * @version 1.71.57
27
+ * @version 1.71.59
28
28
  *
29
29
  * @experimental Since 1.49.0 This class is experimental and provides only limited functionality. Also the API might be
30
30
  * changed in future.
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * Change handler for adding a simple form group.
20
20
  * @alias sap.ui.layout.changeHandler.AddSimpleFormGroup
21
21
  * @author SAP SE
22
- * @version 1.71.57
22
+ * @version 1.71.59
23
23
  * @experimental Since 1.27.0
24
24
  */
25
25
  var AddSimpleFormGroup = {};
@@ -11,7 +11,7 @@ sap.ui.define(['sap/ui/fl/changeHandler/JsControlTreeModifier', "sap/base/Log"],
11
11
  * Change handler for hiding of a control.
12
12
  * @alias sap.ui.fl.changeHandler.HideControl
13
13
  * @author SAP SE
14
- * @version 1.71.57
14
+ * @version 1.71.59
15
15
  * @experimental Since 1.27.0
16
16
  */
17
17
  var HideForm = { };
@@ -23,7 +23,7 @@ function(
23
23
  *
24
24
  * @alias sap.ui.layout.changeHandler.MoveSimpleForm
25
25
  * @author SAP SE
26
- * @version 1.71.57
26
+ * @version 1.71.59
27
27
  * @experimental Since 1.34.0
28
28
  */
29
29
  var MoveSimpleForm = {};
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  *
21
21
  * @alias sap.ui.layout.changeHandler.RenameFormContainer
22
22
  * @author SAP SE
23
- * @version 1.71.57
23
+ * @version 1.71.59
24
24
  * @since 1.48
25
25
  * @private
26
26
  * @experimental Since 1.48. This class is experimental and provides only limited functionality. Also the API might be changed in future.
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  *
23
23
  * @alias sap.ui.layout.changeHandler.RenameForm
24
24
  * @author SAP SE
25
- * @version 1.71.57
25
+ * @version 1.71.59
26
26
  * @since 1.40
27
27
  * @private
28
28
  * @experimental Since 1.40. This class is experimental and provides only limited functionality. Also the API might be changed in future.
@@ -13,7 +13,7 @@ sap.ui.define([
13
13
  * Change handler for hiding of a control.
14
14
  * @alias sap.ui.fl.changeHandler.HideControl
15
15
  * @author SAP SE
16
- * @version 1.71.57
16
+ * @version 1.71.59
17
17
  * @experimental Since 1.27.0
18
18
  */
19
19
  var UnhideForm = { };
@@ -97,7 +97,7 @@ sap.ui.define([
97
97
  * @see {@link https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout MDN web docs: CSS Grid Layout}
98
98
  *
99
99
  * @author SAP SE
100
- * @version 1.71.57
100
+ * @version 1.71.59
101
101
  *
102
102
  * @extends sap.ui.core.Control
103
103
  * @implements sap.ui.layout.cssgrid.IGridConfigurable
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * Applies a sap.ui.layout.cssgrid.GridSettings to a provided DOM element or Control.
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.71.57
24
+ * @version 1.71.59
25
25
  *
26
26
  * @extends sap.ui.layout.cssgrid.GridLayoutBase
27
27
  *
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * Applies a sap.ui.layout.cssgrid.GridSettings to a provided DOM element or Control.
43
43
  *
44
44
  * @author SAP SE
45
- * @version 1.71.57
45
+ * @version 1.71.59
46
46
  *
47
47
  * @extends sap.ui.layout.cssgrid.GridLayoutBase
48
48
  *
@@ -11,7 +11,7 @@ sap.ui.define([], function() {
11
11
  * Handles dynamic style changes of items when sap.ui.layout.cssgrid.GridBoxLayout is used.
12
12
  *
13
13
  * @author SAP SE
14
- * @version 1.71.57
14
+ * @version 1.71.59
15
15
  *
16
16
  * @private
17
17
  * @constructor
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * Holds layout data for a grid item.
30
30
  *
31
31
  * @extends sap.ui.core.LayoutData
32
- * @version 1.71.57
32
+ * @version 1.71.59
33
33
  *
34
34
  * @constructor
35
35
  * @public
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * Applies a sap.ui.layout.cssgrid.GridSettings to a provided DOM element or Control.
39
39
  *
40
40
  * @author SAP SE
41
- * @version 1.71.57
41
+ * @version 1.71.59
42
42
  *
43
43
  * @extends sap.ui.base.ManagedObject
44
44
  *
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  *
21
21
  * @extends sap.ui.base.Object
22
22
  *
23
- * @version 1.71.57
23
+ * @version 1.71.59
24
24
  * @alias sap.ui.layout.cssgrid.GridLayoutDelegate
25
25
  * @public
26
26
  */
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * Have to possibility to hold multiple sap.ui.layout.cssgrid.GridSettings and apply the currently active GridSettings.
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.71.57
24
+ * @version 1.71.59
25
25
  *
26
26
  * @extends sap.ui.layout.cssgrid.GridLayoutBase
27
27
  *
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * Holds a set of CSS display:grid properties
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.71.57
23
+ * @version 1.71.59
24
24
  *
25
25
  * @extends sap.ui.base.ManagedObject
26
26
  *
@@ -44,7 +44,7 @@ sap.ui.define([
44
44
  * @private
45
45
  * @constructor
46
46
  * @author SAP SE
47
- * @version 1.71.57
47
+ * @version 1.71.59
48
48
  * @alias sap.f.VirtualGrid
49
49
  * @extends sap.ui.base.Object
50
50
  */
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.ui.core.LayoutData
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.71.57
29
+ * @version 1.71.59
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.ui.core.LayoutData
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.71.57
29
+ * @version 1.71.59
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -58,7 +58,7 @@ sap.ui.define([
58
58
  * This control cannot be used stand-alone, it just renders a <code>Form</code> control,
59
59
  * so it must be assigned to a <code>Form</code> control using the <code>layout</code> aggregation.
60
60
  * @extends sap.ui.layout.form.FormLayout
61
- * @version 1.71.57
61
+ * @version 1.71.59
62
62
  *
63
63
  * @constructor
64
64
  * @public
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * @extends sap.ui.core.Control
44
44
  *
45
45
  * @author SAP SE
46
- * @version 1.71.57
46
+ * @version 1.71.59
47
47
  *
48
48
  * @constructor
49
49
  * @public
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.ui.core.Element
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.71.57
30
+ * @version 1.71.59
31
31
  *
32
32
  * @constructor
33
33
  * @public
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.ui.core.Element
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.71.57
29
+ * @version 1.71.59
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * @extends sap.ui.core.Control
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.71.57
38
+ * @version 1.71.59
39
39
  *
40
40
  * @constructor
41
41
  * @public
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @extends sap.ui.core.LayoutData
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.71.57
25
+ * @version 1.71.59
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @extends sap.ui.core.LayoutData
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.71.57
25
+ * @version 1.71.59
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -28,7 +28,7 @@ sap.ui.define(['sap/ui/layout/library', './FormLayout', './GridLayoutRenderer'],
28
28
  * @extends sap.ui.layout.form.FormLayout
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.71.57
31
+ * @version 1.71.59
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -53,7 +53,7 @@ sap.ui.define([
53
53
  *
54
54
  * This control cannot be used stand-alone, it just renders a <code>Form</code>, so it must be assigned to a <code>Form</code> using the <code>layout</code> aggregation.
55
55
  * @extends sap.ui.layout.form.FormLayout
56
- * @version 1.71.57
56
+ * @version 1.71.59
57
57
  *
58
58
  * @constructor
59
59
  * @public
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  * @extends sap.ui.layout.form.FormLayout
51
51
  *
52
52
  * @author SAP SE
53
- * @version 1.71.57
53
+ * @version 1.71.59
54
54
  *
55
55
  * @constructor
56
56
  * @public
@@ -67,7 +67,7 @@ sap.ui.define([
67
67
  * <b>Note:</b> If a more complex form is needed, use the <code>{@link sap.ui.layout.form.Form Form}</code> control instead.
68
68
  *
69
69
  * @extends sap.ui.core.Control
70
- * @version 1.71.57
70
+ * @version 1.71.59
71
71
  *
72
72
  * @constructor
73
73
  * @public
@@ -20,14 +20,14 @@ sap.ui.define([
20
20
  * @namespace
21
21
  * @name sap.ui.layout
22
22
  * @author SAP SE
23
- * @version 1.71.57
23
+ * @version 1.71.59
24
24
  * @public
25
25
  */
26
26
 
27
27
  // delegate further initialization of this library to the Core
28
28
  sap.ui.getCore().initLibrary({
29
29
  name : "sap.ui.layout",
30
- version: "1.71.57",
30
+ version: "1.71.59",
31
31
  dependencies: ["sap.ui.core"],
32
32
  designtime: "sap/ui/layout/designtime/library.designtime",
33
33
  types: [
@@ -7,7 +7,7 @@ FORM_EXPAND=\u0420\u0430\u0437\u0448\u0438\u0440\u044F\u0432\u0430\u043D\u0435
7
7
  FORM_COLLAPSE=\u0421\u043A\u0440\u0438\u0432\u0430\u043D\u0435
8
8
 
9
9
  #XTOL: Tooltip for Splitter bars
10
- SPLITTER_MOVE=\u0418\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u0439\u0442\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438\u0442\u0435 \u0441\u044A\u0441 \u0441\u0442\u0440\u0435\u043B\u043A\u0438 \u0437\u0430 \u043F\u0440\u0438\u0434\u0432\u0438\u0436\u0432\u0430\u043D\u0435
10
+ SPLITTER_MOVE=\u041D\u0430\u0442\u0438\u0441\u043D\u0435\u0442\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438\u0442\u0435 \u0441\u044A\u0441 \u0441\u0442\u0440\u0435\u043B\u043A\u0438 \u0437\u0430 \u043F\u0440\u0438\u0434\u0432\u0438\u0436\u0432\u0430\u043D\u0435
11
11
 
12
12
  #XACT: Aria information for the Dynamic Side Content Label
13
13
  SIDE_CONTENT_LABEL=\u0414\u043E\u043F\u044A\u043B\u043D\u0438\u0442\u0435\u043B\u043D\u043E \u0441\u044A\u0434\u044A\u0440\u0436\u0430\u043D\u0438\u0435
@@ -7,16 +7,16 @@ FORM_EXPAND=Kembangkan
7
7
  FORM_COLLAPSE=Runtuhkan
8
8
 
9
9
  #XTOL: Tooltip for Splitter bars
10
- SPLITTER_MOVE=Tekan butang ANAK PANAH untuk alih
10
+ SPLITTER_MOVE=Tekan butang ANAK PANAH untuk beralih
11
11
 
12
12
  #XACT: Aria information for the Dynamic Side Content Label
13
13
  SIDE_CONTENT_LABEL=Kandungan Tepi
14
14
 
15
15
  #XTOL: Tooltip for ResponsiveSplitter bars
16
- RESPONSIVE_SPLITTER_RESIZE=Pensaizan semula antara anak tetingkap {0} dan anak tetingkap {1}
16
+ RESPONSIVE_SPLITTER_RESIZE=Ubah saiz antara anak tetingkap {0} dan anak tetingkap {1}
17
17
 
18
18
  #XTOL: Text for ResponsiveSplitter Paginator's home button
19
- RESPONSIVE_SPLITTER_HOME=Pergi ke skrin pisah
19
+ RESPONSIVE_SPLITTER_HOME=Pergi ke skrin terpisah
20
20
 
21
21
  #XTOL: And
22
22
  RESPONSIVE_SPLITTER_AND=dan