@openui5/sap.ui.webc.main 1.106.0 → 1.107.1

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 (77) hide show
  1. package/package.json +3 -3
  2. package/src/sap/ui/webc/main/.library +1 -1
  3. package/src/sap/ui/webc/main/Avatar.js +1 -2
  4. package/src/sap/ui/webc/main/AvatarGroup.js +1 -2
  5. package/src/sap/ui/webc/main/Badge.js +1 -2
  6. package/src/sap/ui/webc/main/Breadcrumbs.js +1 -2
  7. package/src/sap/ui/webc/main/BreadcrumbsItem.js +1 -2
  8. package/src/sap/ui/webc/main/BusyIndicator.js +1 -2
  9. package/src/sap/ui/webc/main/Button.js +1 -2
  10. package/src/sap/ui/webc/main/Calendar.js +1 -2
  11. package/src/sap/ui/webc/main/CalendarDate.js +1 -2
  12. package/src/sap/ui/webc/main/Card.js +1 -2
  13. package/src/sap/ui/webc/main/CardHeader.js +1 -2
  14. package/src/sap/ui/webc/main/Carousel.js +1 -2
  15. package/src/sap/ui/webc/main/CheckBox.js +1 -2
  16. package/src/sap/ui/webc/main/ColorPalette.js +1 -2
  17. package/src/sap/ui/webc/main/ColorPaletteItem.js +1 -2
  18. package/src/sap/ui/webc/main/ColorPalettePopover.js +1 -2
  19. package/src/sap/ui/webc/main/ColorPicker.js +1 -2
  20. package/src/sap/ui/webc/main/ComboBox.js +1 -2
  21. package/src/sap/ui/webc/main/ComboBoxGroupItem.js +1 -2
  22. package/src/sap/ui/webc/main/ComboBoxItem.js +1 -2
  23. package/src/sap/ui/webc/main/CustomListItem.js +1 -2
  24. package/src/sap/ui/webc/main/DatePicker.js +1 -2
  25. package/src/sap/ui/webc/main/DateRangePicker.js +1 -2
  26. package/src/sap/ui/webc/main/DateTimePicker.js +1 -2
  27. package/src/sap/ui/webc/main/Dialog.js +1 -2
  28. package/src/sap/ui/webc/main/FileUploader.js +1 -2
  29. package/src/sap/ui/webc/main/GroupHeaderListItem.js +1 -2
  30. package/src/sap/ui/webc/main/Icon.js +1 -2
  31. package/src/sap/ui/webc/main/Input.js +1 -2
  32. package/src/sap/ui/webc/main/Label.js +1 -2
  33. package/src/sap/ui/webc/main/Link.js +1 -2
  34. package/src/sap/ui/webc/main/List.js +1 -2
  35. package/src/sap/ui/webc/main/Menu.js +1 -2
  36. package/src/sap/ui/webc/main/MenuItem.js +1 -2
  37. package/src/sap/ui/webc/main/MessageStrip.js +1 -2
  38. package/src/sap/ui/webc/main/MultiComboBox.js +1 -2
  39. package/src/sap/ui/webc/main/MultiComboBoxGroupItem.js +1 -2
  40. package/src/sap/ui/webc/main/MultiComboBoxItem.js +1 -2
  41. package/src/sap/ui/webc/main/MultiInput.js +1 -2
  42. package/src/sap/ui/webc/main/Option.js +1 -2
  43. package/src/sap/ui/webc/main/Panel.js +1 -2
  44. package/src/sap/ui/webc/main/Popover.js +1 -2
  45. package/src/sap/ui/webc/main/ProgressIndicator.js +1 -2
  46. package/src/sap/ui/webc/main/RadioButton.js +1 -2
  47. package/src/sap/ui/webc/main/RangeSlider.js +1 -2
  48. package/src/sap/ui/webc/main/RatingIndicator.js +1 -2
  49. package/src/sap/ui/webc/main/ResponsivePopover.js +1 -2
  50. package/src/sap/ui/webc/main/SegmentedButton.js +1 -2
  51. package/src/sap/ui/webc/main/SegmentedButtonItem.js +1 -2
  52. package/src/sap/ui/webc/main/Select.js +1 -2
  53. package/src/sap/ui/webc/main/Slider.js +1 -2
  54. package/src/sap/ui/webc/main/SplitButton.js +1 -2
  55. package/src/sap/ui/webc/main/StandardListItem.js +1 -2
  56. package/src/sap/ui/webc/main/StepInput.js +1 -2
  57. package/src/sap/ui/webc/main/SuggestionGroupItem.js +1 -2
  58. package/src/sap/ui/webc/main/SuggestionItem.js +1 -2
  59. package/src/sap/ui/webc/main/Switch.js +1 -2
  60. package/src/sap/ui/webc/main/Tab.js +1 -2
  61. package/src/sap/ui/webc/main/TabContainer.js +1 -2
  62. package/src/sap/ui/webc/main/TabSeparator.js +1 -2
  63. package/src/sap/ui/webc/main/Table.js +1 -2
  64. package/src/sap/ui/webc/main/TableCell.js +1 -2
  65. package/src/sap/ui/webc/main/TableColumn.js +1 -2
  66. package/src/sap/ui/webc/main/TableGroupRow.js +1 -2
  67. package/src/sap/ui/webc/main/TableRow.js +1 -2
  68. package/src/sap/ui/webc/main/TextArea.js +1 -2
  69. package/src/sap/ui/webc/main/TimePicker.js +1 -2
  70. package/src/sap/ui/webc/main/Title.js +1 -2
  71. package/src/sap/ui/webc/main/Toast.js +1 -2
  72. package/src/sap/ui/webc/main/ToggleButton.js +1 -2
  73. package/src/sap/ui/webc/main/Token.js +1 -2
  74. package/src/sap/ui/webc/main/Tree.js +1 -2
  75. package/src/sap/ui/webc/main/TreeItem.js +1 -2
  76. package/src/sap/ui/webc/main/changeHandler/ChangeLinkTarget.js +1 -1
  77. package/src/sap/ui/webc/main/library.js +2 -56
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.webc.main",
3
- "version": "1.106.0",
3
+ "version": "1.107.1",
4
4
  "description": "OpenUI5 UI Library sap.ui.webc.main",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -20,7 +20,7 @@
20
20
  "generate": "ui5-webc-generate"
21
21
  },
22
22
  "dependencies": {
23
- "@openui5/sap.ui.core": "1.106.0",
24
- "@openui5/sap.ui.webc.common": "1.106.0"
23
+ "@openui5/sap.ui.core": "1.107.1",
24
+ "@openui5/sap.ui.webc.common": "1.107.1"
25
25
  }
26
26
  }
@@ -3,7 +3,7 @@
3
3
 
4
4
  <name>sap.ui.webc.main</name>
5
5
  <vendor>SAP SE</vendor>
6
- <version>1.106.0</version>
6
+ <version>1.107.1</version>
7
7
  <copyright>OpenUI5
8
8
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
9
9
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * <br>
44
44
  *
45
45
  * @author SAP SE
46
- * @version 1.106.0
46
+ * @version 1.107.1
47
47
  *
48
48
  * @constructor
49
49
  * @public
@@ -51,7 +51,6 @@ sap.ui.define([
51
51
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
52
52
  * @alias sap.ui.webc.main.Avatar
53
53
  * @implements sap.ui.webc.main.IAvatar
54
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
55
54
  */
56
55
  var Avatar = WebComponent.extend("sap.ui.webc.main.Avatar", {
57
56
  metadata: {
@@ -73,14 +73,13 @@ sap.ui.define([
73
73
  * </ul> <br>
74
74
  *
75
75
  * @author SAP SE
76
- * @version 1.106.0
76
+ * @version 1.107.1
77
77
  *
78
78
  * @constructor
79
79
  * @public
80
80
  * @since 1.92.0
81
81
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
82
82
  * @alias sap.ui.webc.main.AvatarGroup
83
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
84
83
  */
85
84
  var AvatarGroup = WebComponent.extend("sap.ui.webc.main.AvatarGroup", {
86
85
  metadata: {
@@ -33,14 +33,13 @@ sap.ui.define([
33
33
  * </ul>
34
34
  *
35
35
  * @author SAP SE
36
- * @version 1.106.0
36
+ * @version 1.107.1
37
37
  *
38
38
  * @constructor
39
39
  * @public
40
40
  * @since 1.92.0
41
41
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
42
42
  * @alias sap.ui.webc.main.Badge
43
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
44
43
  */
45
44
  var Badge = WebComponent.extend("sap.ui.webc.main.Badge", {
46
45
  metadata: {
@@ -45,14 +45,13 @@ sap.ui.define([
45
45
  * </ul> <br>
46
46
  *
47
47
  * @author SAP SE
48
- * @version 1.106.0
48
+ * @version 1.107.1
49
49
  *
50
50
  * @constructor
51
51
  * @public
52
52
  * @since 1.95.0
53
53
  * @experimental Since 1.95.0 This control is experimental and its API might change significantly.
54
54
  * @alias sap.ui.webc.main.Breadcrumbs
55
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
56
55
  */
57
56
  var Breadcrumbs = WebComponent.extend("sap.ui.webc.main.Breadcrumbs", {
58
57
  metadata: {
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * The <code>sap.ui.webc.main.BreadcrumbsItem</code> component defines the content of an item in <code>ui5-breadcumbs</code>.
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.106.0
29
+ * @version 1.107.1
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -34,7 +34,6 @@ sap.ui.define([
34
34
  * @experimental Since 1.95.0 This control is experimental and its API might change significantly.
35
35
  * @alias sap.ui.webc.main.BreadcrumbsItem
36
36
  * @implements sap.ui.webc.main.IBreadcrumbsItem
37
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
38
37
  */
39
38
  var BreadcrumbsItem = WebComponent.extend("sap.ui.webc.main.BreadcrumbsItem", {
40
39
  metadata: {
@@ -46,14 +46,13 @@ sap.ui.define([
46
46
  * </ul>
47
47
  *
48
48
  * @author SAP SE
49
- * @version 1.106.0
49
+ * @version 1.107.1
50
50
  *
51
51
  * @constructor
52
52
  * @public
53
53
  * @since 1.92.0
54
54
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
55
55
  * @alias sap.ui.webc.main.BusyIndicator
56
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
57
56
  */
58
57
  var BusyIndicator = WebComponent.extend("sap.ui.webc.main.BusyIndicator", {
59
58
  metadata: {
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * </ul>
48
48
  *
49
49
  * @author SAP SE
50
- * @version 1.106.0
50
+ * @version 1.107.1
51
51
  *
52
52
  * @constructor
53
53
  * @public
@@ -55,7 +55,6 @@ sap.ui.define([
55
55
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
56
56
  * @alias sap.ui.webc.main.Button
57
57
  * @implements sap.ui.webc.main.IButton, sap.ui.core.IFormContent
58
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
59
58
  */
60
59
  var Button = WebComponent.extend("sap.ui.webc.main.Button", {
61
60
  metadata: {
@@ -94,14 +94,13 @@ sap.ui.define([
94
94
  * <code> &lt;script data-id="sap-ui-config" type="application/json"&gt; { "calendarType": "Japanese" } &lt;/script&gt; </code>
95
95
  *
96
96
  * @author SAP SE
97
- * @version 1.106.0
97
+ * @version 1.107.1
98
98
  *
99
99
  * @constructor
100
100
  * @public
101
101
  * @since 1.92.0
102
102
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
103
103
  * @alias sap.ui.webc.main.Calendar
104
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
105
104
  */
106
105
  var Calendar = WebComponent.extend("sap.ui.webc.main.Calendar", {
107
106
  metadata: {
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * The <code>sap.ui.webc.main.CalendarDate</code> component defines a calendar date to be used inside <code>sap.ui.webc.main.Calendar</code>
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.106.0
29
+ * @version 1.107.1
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -34,7 +34,6 @@ sap.ui.define([
34
34
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
35
35
  * @alias sap.ui.webc.main.CalendarDate
36
36
  * @implements sap.ui.webc.main.ICalendarDate
37
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
38
37
  */
39
38
  var CalendarDate = WebComponent.extend("sap.ui.webc.main.CalendarDate", {
40
39
  metadata: {
@@ -32,14 +32,13 @@ sap.ui.define([
32
32
  * {@link https://developer.mozilla.org/en-US/docs/Web/CSS/::part CSS Shadow Parts} allow developers to style elements inside the Shadow DOM.
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.106.0
35
+ * @version 1.107.1
36
36
  *
37
37
  * @constructor
38
38
  * @public
39
39
  * @since 1.92.0
40
40
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
41
41
  * @alias sap.ui.webc.main.Card
42
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
43
42
  */
44
43
  var Card = WebComponent.extend("sap.ui.webc.main.Card", {
45
44
  metadata: {
@@ -38,14 +38,13 @@ sap.ui.define([
38
38
  * </ul>
39
39
  *
40
40
  * @author SAP SE
41
- * @version 1.106.0
41
+ * @version 1.107.1
42
42
  *
43
43
  * @constructor
44
44
  * @public
45
45
  * @since 1.95.0
46
46
  * @experimental Since 1.95.0 This control is experimental and its API might change significantly.
47
47
  * @alias sap.ui.webc.main.CardHeader
48
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
49
48
  */
50
49
  var CardHeader = WebComponent.extend("sap.ui.webc.main.CardHeader", {
51
50
  metadata: {
@@ -61,14 +61,13 @@ sap.ui.define([
61
61
  * </ul>
62
62
  *
63
63
  * @author SAP SE
64
- * @version 1.106.0
64
+ * @version 1.107.1
65
65
  *
66
66
  * @constructor
67
67
  * @public
68
68
  * @since 1.92.0
69
69
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
70
70
  * @alias sap.ui.webc.main.Carousel
71
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
72
71
  */
73
72
  var Carousel = WebComponent.extend("sap.ui.webc.main.Carousel", {
74
73
  metadata: {
@@ -52,7 +52,7 @@ sap.ui.define([
52
52
  * <br>
53
53
  *
54
54
  * @author SAP SE
55
- * @version 1.106.0
55
+ * @version 1.107.1
56
56
  *
57
57
  * @constructor
58
58
  * @public
@@ -60,7 +60,6 @@ sap.ui.define([
60
60
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
61
61
  * @alias sap.ui.webc.main.CheckBox
62
62
  * @implements sap.ui.core.IFormContent
63
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
64
63
  */
65
64
  var CheckBox = WebComponent.extend("sap.ui.webc.main.CheckBox", {
66
65
  metadata: {
@@ -29,14 +29,13 @@ sap.ui.define([
29
29
  * The <code>sap.ui.webc.main.ColorPalette</code> is meant for users that need to select a color from a predefined set. To define the colors, use the <code>sap.ui.webc.main.ColorPaletteItem</code> component inside the default slot of the <code>sap.ui.webc.main.ColorPalette</code>.
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.106.0
32
+ * @version 1.107.1
33
33
  *
34
34
  * @constructor
35
35
  * @public
36
36
  * @since 1.92.0
37
37
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
38
38
  * @alias sap.ui.webc.main.ColorPalette
39
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
40
39
  */
41
40
  var ColorPalette = WebComponent.extend("sap.ui.webc.main.ColorPalette", {
42
41
  metadata: {
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * The <code>sap.ui.webc.main.ColorPaletteItem</code> component represents a color in the the <code>sap.ui.webc.main.ColorPalette</code>.
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.106.0
29
+ * @version 1.107.1
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -34,7 +34,6 @@ sap.ui.define([
34
34
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
35
35
  * @alias sap.ui.webc.main.ColorPaletteItem
36
36
  * @implements sap.ui.webc.main.IColorPaletteItem
37
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
38
37
  */
39
38
  var ColorPaletteItem = WebComponent.extend("sap.ui.webc.main.ColorPaletteItem", {
40
39
  metadata: {
@@ -33,14 +33,13 @@ sap.ui.define([
33
33
  * The palette is intended for users, who don't want to check and remember the different values of the colors and spend large amount of time to configure the right color through the color picker.
34
34
  *
35
35
  * @author SAP SE
36
- * @version 1.106.0
36
+ * @version 1.107.1
37
37
  *
38
38
  * @constructor
39
39
  * @public
40
40
  * @since 1.97.0
41
41
  * @experimental Since 1.97.0 This control is experimental and its API might change significantly.
42
42
  * @alias sap.ui.webc.main.ColorPalettePopover
43
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
44
43
  */
45
44
  var ColorPalettePopover = WebComponent.extend("sap.ui.webc.main.ColorPalettePopover", {
46
45
  metadata: {
@@ -35,14 +35,13 @@ sap.ui.define([
35
35
  * </ul>
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.106.0
38
+ * @version 1.107.1
39
39
  *
40
40
  * @constructor
41
41
  * @public
42
42
  * @since 1.92.0
43
43
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
44
44
  * @alias sap.ui.webc.main.ColorPicker
45
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
46
45
  */
47
46
  var ColorPicker = WebComponent.extend("sap.ui.webc.main.ColorPicker", {
48
47
  metadata: {
@@ -57,7 +57,7 @@ sap.ui.define([
57
57
  * </ul>
58
58
  *
59
59
  * @author SAP SE
60
- * @version 1.106.0
60
+ * @version 1.107.1
61
61
  *
62
62
  * @constructor
63
63
  * @public
@@ -65,7 +65,6 @@ sap.ui.define([
65
65
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
66
66
  * @alias sap.ui.webc.main.ComboBox
67
67
  * @implements sap.ui.core.IFormContent
68
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
69
68
  */
70
69
  var ComboBox = WebComponent.extend("sap.ui.webc.main.ComboBox", {
71
70
  metadata: {
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * The <code>sap.ui.webc.main.ComboBoxGroupItem</code> is type of suggestion item, that can be used to split the <code>sap.ui.webc.main.ComboBox</code> suggestions into groups.
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.106.0
27
+ * @version 1.107.1
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -32,7 +32,6 @@ sap.ui.define([
32
32
  * @experimental Since 1.95.0 This control is experimental and its API might change significantly.
33
33
  * @alias sap.ui.webc.main.ComboBoxGroupItem
34
34
  * @implements sap.ui.webc.main.IComboBoxItem
35
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
36
35
  */
37
36
  var ComboBoxGroupItem = WebComponent.extend("sap.ui.webc.main.ComboBoxGroupItem", {
38
37
  metadata: {
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * The <code>sap.ui.webc.main.ComboBoxItem</code> represents the item for a <code>sap.ui.webc.main.ComboBox</code>.
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.106.0
27
+ * @version 1.107.1
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -32,7 +32,6 @@ sap.ui.define([
32
32
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
33
33
  * @alias sap.ui.webc.main.ComboBoxItem
34
34
  * @implements sap.ui.webc.main.IComboBoxItem
35
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
36
35
  */
37
36
  var ComboBoxItem = WebComponent.extend("sap.ui.webc.main.ComboBoxItem", {
38
37
  metadata: {
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * The component accepts arbitrary HTML content to allow full customization.
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.106.0
31
+ * @version 1.107.1
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -36,7 +36,6 @@ sap.ui.define([
36
36
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
37
37
  * @alias sap.ui.webc.main.CustomListItem
38
38
  * @implements sap.ui.webc.main.IListItem
39
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
40
39
  */
41
40
  var CustomListItem = WebComponent.extend("sap.ui.webc.main.CustomListItem", {
42
41
  metadata: {
@@ -76,7 +76,7 @@ sap.ui.define([
76
76
  * &lt;/script&gt;</code></pre>
77
77
  *
78
78
  * @author SAP SE
79
- * @version 1.106.0
79
+ * @version 1.107.1
80
80
  *
81
81
  * @constructor
82
82
  * @public
@@ -84,7 +84,6 @@ sap.ui.define([
84
84
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
85
85
  * @alias sap.ui.webc.main.DatePicker
86
86
  * @implements sap.ui.core.IFormContent
87
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
88
87
  */
89
88
  var DatePicker = WebComponent.extend("sap.ui.webc.main.DatePicker", {
90
89
  metadata: {
@@ -46,7 +46,7 @@ sap.ui.define([
46
46
  * </ul>
47
47
  *
48
48
  * @author SAP SE
49
- * @version 1.106.0
49
+ * @version 1.107.1
50
50
  *
51
51
  * @constructor
52
52
  * @public
@@ -54,7 +54,6 @@ sap.ui.define([
54
54
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
55
55
  * @alias sap.ui.webc.main.DateRangePicker
56
56
  * @implements sap.ui.core.IFormContent
57
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
58
57
  */
59
58
  var DateRangePicker = WebComponent.extend("sap.ui.webc.main.DateRangePicker", {
60
59
  metadata: {
@@ -72,7 +72,7 @@ sap.ui.define([
72
72
  * The <code>DateTimePicker</code> is responsive and fully adapts to all devices. For larger screens, such as tablet or desktop, it is displayed as a popover, while on phone devices, it is displayed full screen.
73
73
  *
74
74
  * @author SAP SE
75
- * @version 1.106.0
75
+ * @version 1.107.1
76
76
  *
77
77
  * @constructor
78
78
  * @public
@@ -80,7 +80,6 @@ sap.ui.define([
80
80
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
81
81
  * @alias sap.ui.webc.main.DateTimePicker
82
82
  * @implements sap.ui.core.IFormContent
83
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
84
83
  */
85
84
  var DateTimePicker = WebComponent.extend("sap.ui.webc.main.DateTimePicker", {
86
85
  metadata: {
@@ -46,14 +46,13 @@ sap.ui.define([
46
46
  * <b>Note:</b> We don't recommend nesting popup-like components (<code>sap.ui.webc.main.Dialog</code>, <code>sap.ui.webc.main.Popover</code>) inside other components containing z-index. This might break z-index management.
47
47
  *
48
48
  * @author SAP SE
49
- * @version 1.106.0
49
+ * @version 1.107.1
50
50
  *
51
51
  * @constructor
52
52
  * @public
53
53
  * @since 1.92.0
54
54
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
55
55
  * @alias sap.ui.webc.main.Dialog
56
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
57
56
  */
58
57
  var Dialog = WebComponent.extend("sap.ui.webc.main.Dialog", {
59
58
  metadata: {
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * And, similar to all input based components, the FileUploader supports "valueState", "placeholder", "name", and "disabled" properties.
34
34
  *
35
35
  * @author SAP SE
36
- * @version 1.106.0
36
+ * @version 1.107.1
37
37
  *
38
38
  * @constructor
39
39
  * @public
@@ -41,7 +41,6 @@ sap.ui.define([
41
41
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
42
42
  * @alias sap.ui.webc.main.FileUploader
43
43
  * @implements sap.ui.core.IFormContent
44
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
45
44
  */
46
45
  var FileUploader = WebComponent.extend("sap.ui.webc.main.FileUploader", {
47
46
  metadata: {
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * The <code>sap.ui.webc.main.GroupHeaderListItem</code> is a special list item, used only to separate other list items into logical groups.
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.106.0
27
+ * @version 1.107.1
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -32,7 +32,6 @@ sap.ui.define([
32
32
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
33
33
  * @alias sap.ui.webc.main.GroupHeaderListItem
34
34
  * @implements sap.ui.webc.main.IListItem
35
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
36
35
  */
37
36
  var GroupHeaderListItem = WebComponent.extend("sap.ui.webc.main.GroupHeaderListItem", {
38
37
  metadata: {
@@ -79,7 +79,7 @@ sap.ui.define([
79
79
  * </ul>
80
80
  *
81
81
  * @author SAP SE
82
- * @version 1.106.0
82
+ * @version 1.107.1
83
83
  *
84
84
  * @constructor
85
85
  * @public
@@ -87,7 +87,6 @@ sap.ui.define([
87
87
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
88
88
  * @alias sap.ui.webc.main.Icon
89
89
  * @implements sap.ui.webc.main.IIcon
90
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
91
90
  */
92
91
  var Icon = WebComponent.extend("sap.ui.webc.main.Icon", {
93
92
  metadata: {
@@ -53,7 +53,7 @@ sap.ui.define([
53
53
  * </ul>
54
54
  *
55
55
  * @author SAP SE
56
- * @version 1.106.0
56
+ * @version 1.107.1
57
57
  *
58
58
  * @constructor
59
59
  * @public
@@ -61,7 +61,6 @@ sap.ui.define([
61
61
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
62
62
  * @alias sap.ui.webc.main.Input
63
63
  * @implements sap.ui.webc.main.IInput, sap.ui.core.IFormContent
64
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
65
64
  */
66
65
  var Input = WebComponent.extend("sap.ui.webc.main.Input", {
67
66
  metadata: {
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * The <code>sap.ui.webc.main.Label</code> appearance can be influenced by properties, such as <code>required</code> and <code>wrappingType</code>. The appearance of the Label can be configured in a limited way by using the design property. For a broader choice of designs, you can use custom styles.
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.106.0
34
+ * @version 1.107.1
35
35
  *
36
36
  * @constructor
37
37
  * @public
@@ -39,7 +39,6 @@ sap.ui.define([
39
39
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
40
40
  * @alias sap.ui.webc.main.Label
41
41
  * @implements sap.ui.core.Label
42
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
43
42
  */
44
43
  var Label = WebComponent.extend("sap.ui.webc.main.Label", {
45
44
  metadata: {
@@ -40,14 +40,13 @@ sap.ui.define([
40
40
  * If there is not enough space, the text of the <code>sap.ui.webc.main.Link</code> becomes truncated. If the <code>wrappingType</code> property is set to <code>"Normal"</code>, the text is displayed on several lines instead of being truncated.
41
41
  *
42
42
  * @author SAP SE
43
- * @version 1.106.0
43
+ * @version 1.107.1
44
44
  *
45
45
  * @constructor
46
46
  * @public
47
47
  * @since 1.92.0
48
48
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
49
49
  * @alias sap.ui.webc.main.Link
50
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
51
50
  */
52
51
  var Link = WebComponent.extend("sap.ui.webc.main.Link", {
53
52
  metadata: {
@@ -61,14 +61,13 @@ sap.ui.define([
61
61
  * </ul>
62
62
  *
63
63
  * @author SAP SE
64
- * @version 1.106.0
64
+ * @version 1.107.1
65
65
  *
66
66
  * @constructor
67
67
  * @public
68
68
  * @since 1.92.0
69
69
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
70
70
  * @alias sap.ui.webc.main.List
71
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
72
71
  */
73
72
  var List = WebComponent.extend("sap.ui.webc.main.List", {
74
73
  metadata: {
@@ -39,14 +39,13 @@ sap.ui.define([
39
39
  * </ul> Note: if the text ditrection is set to Right-to-left (RTL), <code>Arrow Right</code> and <code>Arrow Left</code> functionality is swapped. <br>
40
40
  *
41
41
  * @author SAP SE
42
- * @version 1.106.0
42
+ * @version 1.107.1
43
43
  *
44
44
  * @constructor
45
45
  * @public
46
46
  * @since 1.102.0
47
47
  * @experimental Since 1.102.0 This control is experimental and its API might change significantly.
48
48
  * @alias sap.ui.webc.main.Menu
49
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
50
49
  */
51
50
  var Menu = WebComponent.extend("sap.ui.webc.main.Menu", {
52
51
  metadata: {
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * <code>sap.ui.webc.main.MenuItem</code> is an abstract element, representing a node in a <code>sap.ui.webc.main.Menu</code>. The menu itself is rendered as a list, and each <code>sap.ui.webc.main.MenuItem</code> is represented by a list item (<code>sap.ui.webc.main.StandardListItem</code>) in that list. Therefore, you should only use <code>sap.ui.webc.main.MenuItem</code> directly in your apps. The <code>sap.ui.webc.main.StandardListItem</code> list item is internal for the list, and not intended for public use.
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.106.0
34
+ * @version 1.107.1
35
35
  *
36
36
  * @constructor
37
37
  * @public
@@ -39,7 +39,6 @@ sap.ui.define([
39
39
  * @experimental Since 1.102.0 This control is experimental and its API might change significantly.
40
40
  * @alias sap.ui.webc.main.MenuItem
41
41
  * @implements sap.ui.webc.main.IMenuItem
42
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
43
42
  */
44
43
  var MenuItem = WebComponent.extend("sap.ui.webc.main.MenuItem", {
45
44
  metadata: {
@@ -34,14 +34,13 @@ sap.ui.define([
34
34
  * <h3>Keyboard Handling</h3>
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.106.0
37
+ * @version 1.107.1
38
38
  *
39
39
  * @constructor
40
40
  * @public
41
41
  * @since 1.92.0
42
42
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
43
43
  * @alias sap.ui.webc.main.MessageStrip
44
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
45
44
  */
46
45
  var MessageStrip = WebComponent.extend("sap.ui.webc.main.MessageStrip", {
47
46
  metadata: {