@openui5/sap.ui.commons 1.106.0 → 1.107.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/package.json +4 -4
- package/src/sap/ui/commons/.library +1 -1
- package/src/sap/ui/commons/Accordion.js +1 -4
- package/src/sap/ui/commons/AccordionRenderer.js +5 -5
- package/src/sap/ui/commons/AccordionSection.js +4 -5
- package/src/sap/ui/commons/ApplicationHeader.js +1 -2
- package/src/sap/ui/commons/ApplicationHeaderRenderer.js +4 -4
- package/src/sap/ui/commons/Area.js +1 -2
- package/src/sap/ui/commons/AutoComplete.js +1 -3
- package/src/sap/ui/commons/Button.js +1 -3
- package/src/sap/ui/commons/ButtonRenderer.js +1 -1
- package/src/sap/ui/commons/Callout.js +1 -2
- package/src/sap/ui/commons/CalloutBase.js +8 -9
- package/src/sap/ui/commons/CalloutBaseRenderer.js +3 -3
- package/src/sap/ui/commons/Carousel.js +5 -8
- package/src/sap/ui/commons/CarouselRenderer.js +3 -3
- package/src/sap/ui/commons/CheckBox.js +1 -3
- package/src/sap/ui/commons/ColorPicker.js +1 -2
- package/src/sap/ui/commons/ComboBox.js +1 -2
- package/src/sap/ui/commons/ComboBoxRenderer.js +3 -3
- package/src/sap/ui/commons/DatePicker.js +8 -7
- package/src/sap/ui/commons/Dialog.js +10 -11
- package/src/sap/ui/commons/DropdownBox.js +9 -8
- package/src/sap/ui/commons/FileUploader.js +1 -2
- package/src/sap/ui/commons/FileUploaderParameter.js +1 -2
- package/src/sap/ui/commons/FormattedTextView.js +1 -3
- package/src/sap/ui/commons/HorizontalDivider.js +1 -2
- package/src/sap/ui/commons/Image.js +1 -2
- package/src/sap/ui/commons/ImageMap.js +1 -3
- package/src/sap/ui/commons/ImageMapRenderer.js +3 -3
- package/src/sap/ui/commons/InPlaceEdit.js +1 -3
- package/src/sap/ui/commons/Label.js +1 -2
- package/src/sap/ui/commons/Link.js +1 -3
- package/src/sap/ui/commons/ListBox.js +1 -2
- package/src/sap/ui/commons/ListBoxRenderer.js +1 -1
- package/src/sap/ui/commons/Menu.js +1 -2
- package/src/sap/ui/commons/MenuBar.js +7 -7
- package/src/sap/ui/commons/MenuBarRenderer.js +3 -3
- package/src/sap/ui/commons/MenuButton.js +1 -2
- package/src/sap/ui/commons/MenuButtonRenderer.js +3 -3
- package/src/sap/ui/commons/MenuItem.js +1 -2
- package/src/sap/ui/commons/MenuItemBase.js +1 -1
- package/src/sap/ui/commons/MenuTextFieldItem.js +1 -2
- package/src/sap/ui/commons/Message.js +6 -6
- package/src/sap/ui/commons/MessageBar.js +7 -8
- package/src/sap/ui/commons/MessageBox.js +1 -1
- package/src/sap/ui/commons/MessageList.js +5 -6
- package/src/sap/ui/commons/MessageToast.js +8 -9
- package/src/sap/ui/commons/Paginator.js +1 -2
- package/src/sap/ui/commons/Panel.js +7 -8
- package/src/sap/ui/commons/PanelRenderer.js +3 -3
- package/src/sap/ui/commons/PasswordField.js +1 -2
- package/src/sap/ui/commons/ProgressIndicator.js +1 -2
- package/src/sap/ui/commons/ProgressIndicatorRenderer.js +4 -4
- package/src/sap/ui/commons/RadioButton.js +1 -2
- package/src/sap/ui/commons/RadioButtonGroup.js +1 -4
- package/src/sap/ui/commons/RangeSlider.js +1 -2
- package/src/sap/ui/commons/RatingIndicator.js +1 -3
- package/src/sap/ui/commons/ResponsiveContainer.js +1 -2
- package/src/sap/ui/commons/ResponsiveContainerRange.js +1 -2
- package/src/sap/ui/commons/RichTooltip.js +1 -2
- package/src/sap/ui/commons/RichTooltipRenderer.js +3 -3
- package/src/sap/ui/commons/RoadMap.js +1 -2
- package/src/sap/ui/commons/RoadMapRenderer.js +15 -15
- package/src/sap/ui/commons/RoadMapStep.js +1 -2
- package/src/sap/ui/commons/RowRepeater.js +6 -15
- package/src/sap/ui/commons/RowRepeaterFilter.js +1 -2
- package/src/sap/ui/commons/RowRepeaterSorter.js +1 -2
- package/src/sap/ui/commons/SearchField.js +11 -11
- package/src/sap/ui/commons/SearchProvider.js +1 -2
- package/src/sap/ui/commons/SegmentedButton.js +1 -2
- package/src/sap/ui/commons/Slider.js +6 -6
- package/src/sap/ui/commons/Splitter.js +10 -9
- package/src/sap/ui/commons/Tab.js +1 -2
- package/src/sap/ui/commons/TabStrip.js +14 -12
- package/src/sap/ui/commons/TextArea.js +1 -2
- package/src/sap/ui/commons/TextField.js +8 -7
- package/src/sap/ui/commons/TextFieldRenderer.js +1 -1
- package/src/sap/ui/commons/TextView.js +1 -2
- package/src/sap/ui/commons/Title.js +1 -2
- package/src/sap/ui/commons/ToggleButton.js +1 -2
- package/src/sap/ui/commons/Toolbar.js +7 -6
- package/src/sap/ui/commons/ToolbarSeparator.js +1 -2
- package/src/sap/ui/commons/Tree.js +6 -8
- package/src/sap/ui/commons/TreeNode.js +5 -9
- package/src/sap/ui/commons/TriStateCheckBox.js +1 -3
- package/src/sap/ui/commons/ValueHelpField.js +1 -2
- package/src/sap/ui/commons/form/Form.js +1 -2
- package/src/sap/ui/commons/form/FormContainer.js +1 -2
- package/src/sap/ui/commons/form/FormElement.js +1 -2
- package/src/sap/ui/commons/form/FormLayout.js +1 -2
- package/src/sap/ui/commons/form/GridContainerData.js +1 -2
- package/src/sap/ui/commons/form/GridElementData.js +1 -2
- package/src/sap/ui/commons/form/GridLayout.js +1 -2
- package/src/sap/ui/commons/form/ResponsiveLayout.js +1 -2
- package/src/sap/ui/commons/form/SimpleForm.js +1 -2
- package/src/sap/ui/commons/layout/AbsoluteLayout.js +1 -10
- package/src/sap/ui/commons/layout/BorderLayout.js +1 -13
- package/src/sap/ui/commons/layout/BorderLayoutArea.js +1 -2
- package/src/sap/ui/commons/layout/BorderLayoutRenderer.js +5 -4
- package/src/sap/ui/commons/layout/HorizontalLayout.js +1 -2
- package/src/sap/ui/commons/layout/MatrixLayout.js +1 -3
- package/src/sap/ui/commons/layout/MatrixLayoutCell.js +1 -5
- package/src/sap/ui/commons/layout/MatrixLayoutRenderer.js +3 -3
- package/src/sap/ui/commons/layout/MatrixLayoutRow.js +1 -5
- package/src/sap/ui/commons/layout/PositionContainer.js +1 -3
- package/src/sap/ui/commons/layout/ResponsiveFlowLayout.js +1 -2
- package/src/sap/ui/commons/layout/ResponsiveFlowLayoutData.js +1 -2
- package/src/sap/ui/commons/layout/VerticalLayout.js +1 -2
- package/src/sap/ui/commons/library.js +2 -30
- package/src/sap/ui/commons/messagebundle_de.properties +1 -1
|
@@ -26,7 +26,7 @@ sap.ui.define([
|
|
|
26
26
|
* @extends sap.ui.layout.ResponsiveFlowLayout
|
|
27
27
|
*
|
|
28
28
|
* @author SAP SE
|
|
29
|
-
* @version 1.
|
|
29
|
+
* @version 1.107.0
|
|
30
30
|
*
|
|
31
31
|
* @constructor
|
|
32
32
|
* @public
|
|
@@ -34,7 +34,6 @@ sap.ui.define([
|
|
|
34
34
|
* @deprecated Since version 1.16.0.
|
|
35
35
|
* moved to sap.ui.layout library. Please use this one.
|
|
36
36
|
* @alias sap.ui.commons.layout.ResponsiveFlowLayout
|
|
37
|
-
* @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
|
|
38
37
|
*/
|
|
39
38
|
var ResponsiveFlowLayout = LayoutResponsiveFlowLayout.extend("sap.ui.commons.layout.ResponsiveFlowLayout", /** @lends sap.ui.commons.layout.ResponsiveFlowLayout.prototype */ { metadata : {
|
|
40
39
|
|
|
@@ -22,7 +22,7 @@ sap.ui.define(['sap/ui/commons/library', 'sap/ui/layout/ResponsiveFlowLayoutData
|
|
|
22
22
|
* @extends sap.ui.layout.ResponsiveFlowLayoutData
|
|
23
23
|
*
|
|
24
24
|
* @author SAP SE
|
|
25
|
-
* @version 1.
|
|
25
|
+
* @version 1.107.0
|
|
26
26
|
*
|
|
27
27
|
* @constructor
|
|
28
28
|
* @public
|
|
@@ -30,7 +30,6 @@ sap.ui.define(['sap/ui/commons/library', 'sap/ui/layout/ResponsiveFlowLayoutData
|
|
|
30
30
|
* @deprecated Since version 1.16.0.
|
|
31
31
|
* moved to sap.ui.layout library. Please use this one.
|
|
32
32
|
* @alias sap.ui.commons.layout.ResponsiveFlowLayoutData
|
|
33
|
-
* @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
|
|
34
33
|
*/
|
|
35
34
|
var ResponsiveFlowLayoutData = LayoutResponsiveFlowLayoutData.extend("sap.ui.commons.layout.ResponsiveFlowLayoutData", /** @lends sap.ui.commons.layout.ResponsiveFlowLayoutData.prototype */ { metadata : {
|
|
36
35
|
|
|
@@ -26,14 +26,13 @@ sap.ui.define([
|
|
|
26
26
|
* @extends sap.ui.layout.VerticalLayout
|
|
27
27
|
*
|
|
28
28
|
* @author SAP SE
|
|
29
|
-
* @version 1.
|
|
29
|
+
* @version 1.107.0
|
|
30
30
|
*
|
|
31
31
|
* @constructor
|
|
32
32
|
* @public
|
|
33
33
|
* @deprecated Since version 1.16.0.
|
|
34
34
|
* Moved to sap.ui.layout library. Please use this one.
|
|
35
35
|
* @alias sap.ui.commons.layout.VerticalLayout
|
|
36
|
-
* @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
|
|
37
36
|
*/
|
|
38
37
|
var VerticalLayout = LayoutVerticalLayout.extend("sap.ui.commons.layout.VerticalLayout", /** @lends sap.ui.commons.layout.VerticalLayout.prototype */ { metadata : {
|
|
39
38
|
|
|
@@ -21,14 +21,14 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
|
|
|
21
21
|
* @namespace
|
|
22
22
|
* @alias sap.ui.commons
|
|
23
23
|
* @author SAP SE
|
|
24
|
-
* @version 1.
|
|
24
|
+
* @version 1.107.0
|
|
25
25
|
* @since 0.8
|
|
26
26
|
* @public
|
|
27
27
|
* @deprecated as of version 1.38
|
|
28
28
|
*/
|
|
29
29
|
var thisLib = sap.ui.getCore().initLibrary({
|
|
30
30
|
name : "sap.ui.commons",
|
|
31
|
-
version: "1.
|
|
31
|
+
version: "1.107.0",
|
|
32
32
|
dependencies : ["sap.ui.core","sap.ui.layout","sap.ui.unified"],
|
|
33
33
|
types: [
|
|
34
34
|
"sap.ui.commons.ButtonStyle",
|
|
@@ -166,7 +166,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
|
|
|
166
166
|
*
|
|
167
167
|
* @enum {string}
|
|
168
168
|
* @public
|
|
169
|
-
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
170
169
|
* @deprecated as of version 1.38
|
|
171
170
|
*/
|
|
172
171
|
thisLib.ButtonStyle = {
|
|
@@ -207,7 +206,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
|
|
|
207
206
|
* @typedef {sap.ui.unified.ColorPickerMode}
|
|
208
207
|
* @public
|
|
209
208
|
* @deprecated Since version 1.48.0. Use {@link sap.ui.unified.ColorPickerMode} instead.
|
|
210
|
-
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
211
209
|
*/
|
|
212
210
|
thisLib.ColorPickerMode = sap.ui.unified.ColorPickerMode;
|
|
213
211
|
|
|
@@ -217,7 +215,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
|
|
|
217
215
|
* @name sap.ui.commons.FormattedTextViewControl
|
|
218
216
|
* @interface
|
|
219
217
|
* @public
|
|
220
|
-
* @ui5-metamodel This interface also will be described in the UI5 (legacy) designtime metamodel
|
|
221
218
|
* @deprecated as of version 1.38
|
|
222
219
|
*/
|
|
223
220
|
|
|
@@ -227,7 +224,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
|
|
|
227
224
|
*
|
|
228
225
|
* @enum {string}
|
|
229
226
|
* @public
|
|
230
|
-
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
231
227
|
* @deprecated as of version 1.38
|
|
232
228
|
*/
|
|
233
229
|
thisLib.HorizontalDividerHeight = {
|
|
@@ -264,7 +260,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
|
|
|
264
260
|
*
|
|
265
261
|
* @enum {string}
|
|
266
262
|
* @public
|
|
267
|
-
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
268
263
|
* @deprecated as of version 1.38
|
|
269
264
|
*/
|
|
270
265
|
thisLib.HorizontalDividerType = {
|
|
@@ -289,7 +284,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
|
|
|
289
284
|
*
|
|
290
285
|
* @enum {string}
|
|
291
286
|
* @public
|
|
292
|
-
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
293
287
|
* @deprecated as of version 1.38
|
|
294
288
|
*/
|
|
295
289
|
thisLib.LabelDesign = {
|
|
@@ -314,7 +308,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
|
|
|
314
308
|
*
|
|
315
309
|
* @enum {string}
|
|
316
310
|
* @public
|
|
317
|
-
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
318
311
|
* @deprecated as of version 1.38
|
|
319
312
|
*/
|
|
320
313
|
thisLib.MenuBarDesign = {
|
|
@@ -339,7 +332,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
|
|
|
339
332
|
*
|
|
340
333
|
* @enum {string}
|
|
341
334
|
* @public
|
|
342
|
-
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
343
335
|
* @deprecated as of version 1.38
|
|
344
336
|
*/
|
|
345
337
|
thisLib.MessageType = {
|
|
@@ -370,7 +362,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
|
|
|
370
362
|
*
|
|
371
363
|
* @enum {string}
|
|
372
364
|
* @public
|
|
373
|
-
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
374
365
|
* @deprecated as of version 1.38
|
|
375
366
|
*/
|
|
376
367
|
thisLib.PaginatorEvent = {
|
|
@@ -413,7 +404,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
|
|
|
413
404
|
*
|
|
414
405
|
* @enum {string}
|
|
415
406
|
* @public
|
|
416
|
-
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
417
407
|
* @deprecated as of version 1.38
|
|
418
408
|
*/
|
|
419
409
|
thisLib.RatingIndicatorVisualMode = {
|
|
@@ -444,7 +434,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
|
|
|
444
434
|
*
|
|
445
435
|
* @enum {string}
|
|
446
436
|
* @public
|
|
447
|
-
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
448
437
|
* @deprecated as of version 1.38
|
|
449
438
|
*/
|
|
450
439
|
thisLib.RowRepeaterDesign = {
|
|
@@ -476,7 +465,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
|
|
|
476
465
|
* @final
|
|
477
466
|
* @namespace
|
|
478
467
|
* @public
|
|
479
|
-
* @ui5-metamodel This simple type also will be described in the UI5 (legacy) designtime metamodel
|
|
480
468
|
* @deprecated as of version 1.38
|
|
481
469
|
*/
|
|
482
470
|
thisLib.SplitterSize = DataType.createType('sap.ui.commons.SplitterSize', {
|
|
@@ -494,7 +482,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
|
|
|
494
482
|
*
|
|
495
483
|
* @enum {string}
|
|
496
484
|
* @public
|
|
497
|
-
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
498
485
|
* @deprecated as of version 1.38
|
|
499
486
|
*/
|
|
500
487
|
thisLib.TextViewColor = {
|
|
@@ -531,7 +518,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
|
|
|
531
518
|
*
|
|
532
519
|
* @enum {string}
|
|
533
520
|
* @public
|
|
534
|
-
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
535
521
|
* @deprecated as of version 1.38
|
|
536
522
|
*/
|
|
537
523
|
thisLib.TextViewDesign = {
|
|
@@ -629,7 +615,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
|
|
|
629
615
|
*
|
|
630
616
|
* @enum {string}
|
|
631
617
|
* @public
|
|
632
|
-
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
633
618
|
* @deprecated as of version 1.38
|
|
634
619
|
*/
|
|
635
620
|
thisLib.ToolbarDesign = {
|
|
@@ -669,7 +654,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
|
|
|
669
654
|
* @name sap.ui.commons.ToolbarItem
|
|
670
655
|
* @interface
|
|
671
656
|
* @public
|
|
672
|
-
* @ui5-metamodel This interface also will be described in the UI5 (legacy) designtime metamodel
|
|
673
657
|
* @deprecated as of version 1.38
|
|
674
658
|
*/
|
|
675
659
|
|
|
@@ -679,7 +663,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
|
|
|
679
663
|
*
|
|
680
664
|
* @enum {string}
|
|
681
665
|
* @public
|
|
682
|
-
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
683
666
|
* @deprecated as of version 1.38
|
|
684
667
|
*/
|
|
685
668
|
thisLib.ToolbarSeparatorDesign = {
|
|
@@ -704,7 +687,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
|
|
|
704
687
|
*
|
|
705
688
|
* @enum {string}
|
|
706
689
|
* @public
|
|
707
|
-
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
708
690
|
* @deprecated as of version 1.38
|
|
709
691
|
*/
|
|
710
692
|
thisLib.TreeSelectionMode = {
|
|
@@ -742,7 +724,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
|
|
|
742
724
|
* @enum {string}
|
|
743
725
|
* @public
|
|
744
726
|
* @since 1.7.2
|
|
745
|
-
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
746
727
|
* @deprecated as of version 1.38
|
|
747
728
|
*/
|
|
748
729
|
thisLib.TriStateCheckBoxState = {
|
|
@@ -779,7 +760,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
|
|
|
779
760
|
*
|
|
780
761
|
* @enum {string}
|
|
781
762
|
* @public
|
|
782
|
-
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
783
763
|
* @deprecated as of version 1.38
|
|
784
764
|
*/
|
|
785
765
|
thisLib.enums.AreaDesign = {
|
|
@@ -810,7 +790,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
|
|
|
810
790
|
*
|
|
811
791
|
* @enum {string}
|
|
812
792
|
* @public
|
|
813
|
-
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
814
793
|
* @deprecated as of version 1.38
|
|
815
794
|
*/
|
|
816
795
|
thisLib.enums.BorderDesign = {
|
|
@@ -835,7 +814,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
|
|
|
835
814
|
*
|
|
836
815
|
* @enum {string}
|
|
837
816
|
* @public
|
|
838
|
-
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
839
817
|
* @deprecated as of version 1.38
|
|
840
818
|
*/
|
|
841
819
|
thisLib.enums.Orientation = {
|
|
@@ -895,7 +873,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
|
|
|
895
873
|
*
|
|
896
874
|
* @enum {string}
|
|
897
875
|
* @public
|
|
898
|
-
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
899
876
|
* @deprecated as of version 1.38
|
|
900
877
|
*/
|
|
901
878
|
thisLib.layout.BackgroundDesign = {
|
|
@@ -964,7 +941,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
|
|
|
964
941
|
*
|
|
965
942
|
* @enum {string}
|
|
966
943
|
* @public
|
|
967
|
-
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
968
944
|
* @deprecated as of version 1.38
|
|
969
945
|
*/
|
|
970
946
|
thisLib.layout.BorderLayoutAreaTypes = {
|
|
@@ -1009,7 +985,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
|
|
|
1009
985
|
*
|
|
1010
986
|
* @enum {string}
|
|
1011
987
|
* @public
|
|
1012
|
-
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
1013
988
|
* @deprecated as of version 1.38
|
|
1014
989
|
*/
|
|
1015
990
|
thisLib.layout.HAlign = {
|
|
@@ -1065,7 +1040,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
|
|
|
1065
1040
|
*
|
|
1066
1041
|
* @enum {string}
|
|
1067
1042
|
* @public
|
|
1068
|
-
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
1069
1043
|
* @deprecated as of version 1.38
|
|
1070
1044
|
*/
|
|
1071
1045
|
thisLib.layout.Padding = {
|
|
@@ -1125,7 +1099,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
|
|
|
1125
1099
|
*
|
|
1126
1100
|
* @enum {string}
|
|
1127
1101
|
* @public
|
|
1128
|
-
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
1129
1102
|
* @deprecated as of version 1.38
|
|
1130
1103
|
*/
|
|
1131
1104
|
thisLib.layout.Separation = {
|
|
@@ -1194,7 +1167,6 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
|
|
|
1194
1167
|
*
|
|
1195
1168
|
* @enum {string}
|
|
1196
1169
|
* @public
|
|
1197
|
-
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
1198
1170
|
* @deprecated as of version 1.38
|
|
1199
1171
|
*/
|
|
1200
1172
|
thisLib.layout.VAlign = {
|