@openui5/sap.ui.webc.main 1.124.0 → 1.125.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.
Files changed (90) hide show
  1. package/.reuse/dep5 +5 -0
  2. package/README.md +3 -0
  3. package/THIRDPARTY.txt +7 -0
  4. package/package.json +3 -3
  5. package/src/sap/ui/webc/main/.library +6 -6
  6. package/src/sap/ui/webc/main/Avatar.js +2 -1
  7. package/src/sap/ui/webc/main/AvatarGroup.js +2 -1
  8. package/src/sap/ui/webc/main/Badge.js +2 -1
  9. package/src/sap/ui/webc/main/Breadcrumbs.js +2 -1
  10. package/src/sap/ui/webc/main/BreadcrumbsItem.js +2 -1
  11. package/src/sap/ui/webc/main/BusyIndicator.js +2 -1
  12. package/src/sap/ui/webc/main/Button.js +2 -1
  13. package/src/sap/ui/webc/main/Calendar.js +2 -1
  14. package/src/sap/ui/webc/main/CalendarDate.js +2 -1
  15. package/src/sap/ui/webc/main/Card.js +2 -1
  16. package/src/sap/ui/webc/main/CardHeader.js +2 -1
  17. package/src/sap/ui/webc/main/Carousel.js +2 -1
  18. package/src/sap/ui/webc/main/CheckBox.js +2 -1
  19. package/src/sap/ui/webc/main/ColorPalette.js +2 -1
  20. package/src/sap/ui/webc/main/ColorPaletteItem.js +2 -1
  21. package/src/sap/ui/webc/main/ColorPalettePopover.js +2 -1
  22. package/src/sap/ui/webc/main/ColorPicker.js +2 -1
  23. package/src/sap/ui/webc/main/ComboBox.js +2 -1
  24. package/src/sap/ui/webc/main/ComboBoxGroupItem.js +2 -1
  25. package/src/sap/ui/webc/main/ComboBoxItem.js +2 -1
  26. package/src/sap/ui/webc/main/CustomListItem.js +2 -1
  27. package/src/sap/ui/webc/main/DatePicker.js +2 -1
  28. package/src/sap/ui/webc/main/DateRangePicker.js +2 -1
  29. package/src/sap/ui/webc/main/DateTimePicker.js +2 -1
  30. package/src/sap/ui/webc/main/Dialog.js +2 -1
  31. package/src/sap/ui/webc/main/FileUploader.js +2 -1
  32. package/src/sap/ui/webc/main/GroupHeaderListItem.js +2 -1
  33. package/src/sap/ui/webc/main/Icon.js +2 -1
  34. package/src/sap/ui/webc/main/Input.js +2 -1
  35. package/src/sap/ui/webc/main/Label.js +2 -1
  36. package/src/sap/ui/webc/main/Link.js +2 -1
  37. package/src/sap/ui/webc/main/List.js +2 -1
  38. package/src/sap/ui/webc/main/Menu.js +2 -1
  39. package/src/sap/ui/webc/main/MenuItem.js +2 -1
  40. package/src/sap/ui/webc/main/MessageStrip.js +2 -1
  41. package/src/sap/ui/webc/main/MultiComboBox.js +2 -1
  42. package/src/sap/ui/webc/main/MultiComboBoxGroupItem.js +2 -1
  43. package/src/sap/ui/webc/main/MultiComboBoxItem.js +2 -1
  44. package/src/sap/ui/webc/main/MultiInput.js +2 -1
  45. package/src/sap/ui/webc/main/Option.js +2 -1
  46. package/src/sap/ui/webc/main/Panel.js +2 -1
  47. package/src/sap/ui/webc/main/Popover.js +2 -1
  48. package/src/sap/ui/webc/main/ProgressIndicator.js +2 -1
  49. package/src/sap/ui/webc/main/RadioButton.js +2 -1
  50. package/src/sap/ui/webc/main/RangeSlider.js +2 -1
  51. package/src/sap/ui/webc/main/RatingIndicator.js +2 -1
  52. package/src/sap/ui/webc/main/ResponsivePopover.js +2 -1
  53. package/src/sap/ui/webc/main/SegmentedButton.js +2 -1
  54. package/src/sap/ui/webc/main/SegmentedButtonItem.js +2 -1
  55. package/src/sap/ui/webc/main/Select.js +2 -1
  56. package/src/sap/ui/webc/main/SelectMenu.js +2 -1
  57. package/src/sap/ui/webc/main/SelectMenuOption.js +2 -1
  58. package/src/sap/ui/webc/main/Slider.js +2 -1
  59. package/src/sap/ui/webc/main/SplitButton.js +2 -1
  60. package/src/sap/ui/webc/main/StandardListItem.js +2 -1
  61. package/src/sap/ui/webc/main/StepInput.js +2 -1
  62. package/src/sap/ui/webc/main/SuggestionGroupItem.js +2 -1
  63. package/src/sap/ui/webc/main/SuggestionItem.js +2 -1
  64. package/src/sap/ui/webc/main/Switch.js +2 -1
  65. package/src/sap/ui/webc/main/Tab.js +2 -1
  66. package/src/sap/ui/webc/main/TabContainer.js +2 -1
  67. package/src/sap/ui/webc/main/TabSeparator.js +2 -1
  68. package/src/sap/ui/webc/main/Table.js +2 -1
  69. package/src/sap/ui/webc/main/TableCell.js +2 -1
  70. package/src/sap/ui/webc/main/TableColumn.js +2 -1
  71. package/src/sap/ui/webc/main/TableGroupRow.js +2 -1
  72. package/src/sap/ui/webc/main/TableRow.js +2 -1
  73. package/src/sap/ui/webc/main/TextArea.js +2 -1
  74. package/src/sap/ui/webc/main/TimePicker.js +2 -1
  75. package/src/sap/ui/webc/main/Title.js +2 -1
  76. package/src/sap/ui/webc/main/Toast.js +2 -1
  77. package/src/sap/ui/webc/main/ToggleButton.js +2 -1
  78. package/src/sap/ui/webc/main/Token.js +2 -1
  79. package/src/sap/ui/webc/main/Toolbar.js +2 -1
  80. package/src/sap/ui/webc/main/ToolbarButton.js +2 -1
  81. package/src/sap/ui/webc/main/ToolbarSelect.js +2 -1
  82. package/src/sap/ui/webc/main/ToolbarSelectOption.js +2 -1
  83. package/src/sap/ui/webc/main/ToolbarSeparator.js +2 -1
  84. package/src/sap/ui/webc/main/ToolbarSpacer.js +2 -1
  85. package/src/sap/ui/webc/main/Tree.js +2 -1
  86. package/src/sap/ui/webc/main/TreeItem.js +2 -1
  87. package/src/sap/ui/webc/main/TreeItemCustom.js +2 -1
  88. package/src/sap/ui/webc/main/changeHandler/ChangeLinkTarget.js +1 -1
  89. package/src/sap/ui/webc/main/library.js +3 -2
  90. package/ui5.yaml +1 -0
package/.reuse/dep5 CHANGED
@@ -50,6 +50,11 @@ Copyright: Mario Heiderich
50
50
  License: Apache-2.0
51
51
  Comment: these files belong to: purify.js
52
52
 
53
+ Files: src/sap.m/test/sap/m/qunit/_thirdparty/qunit-composite.css src/sap.m/test/sap/m/qunit/_thirdparty/qunit-composite.js
54
+ Copyright: jQuery Foundation and other contributors, https://jquery.org/
55
+ License: MIT
56
+ Comment: these files belong to: QUnit Composite 2.0.0
57
+
53
58
 
54
59
  # Library: sap.ui.codeeditor:
55
60
 
package/README.md CHANGED
@@ -3,6 +3,9 @@
3
3
  # @openui5/sap.ui.webc.main
4
4
  Runtime resources of the [OpenUI5](https://github.com/SAP/openui5) UI Library **sap.ui.webc.main**.
5
5
 
6
+ ## Deprecation
7
+ **This library is deprecated and should not be used for new projects.**
8
+
6
9
  ## Usage Restrictions
7
10
  The components of this library are under development. Their APIs are subject to change and should not be used in productive scenarios.
8
11
 
package/THIRDPARTY.txt CHANGED
@@ -12,6 +12,13 @@ License: Apache-2.0
12
12
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
13
13
  Contained in: src/sap.m/src/sap/m/_thirdparty/purify.js
14
14
 
15
+ Component: QUnit Composite 2.0.0, version: 2.0.0
16
+ Copyright: jQuery Foundation and other contributors, https://jquery.org/
17
+ License: MIT
18
+ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
19
+ Contained in: src/sap.m/test/sap/m/qunit/_thirdparty/qunit-composite.css
20
+ src/sap.m/test/sap/m/qunit/_thirdparty/qunit-composite.js
21
+
15
22
 
16
23
  Library: sap.ui.codeeditor:
17
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.webc.main",
3
- "version": "1.124.0",
3
+ "version": "1.125.0",
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.124.0",
24
- "@openui5/sap.ui.webc.common": "1.124.0"
23
+ "@openui5/sap.ui.core": "1.125.0",
24
+ "@openui5/sap.ui.webc.common": "1.125.0"
25
25
  }
26
26
  }
@@ -3,13 +3,17 @@
3
3
 
4
4
  <name>sap.ui.webc.main</name>
5
5
  <vendor>SAP SE</vendor>
6
- <version>1.124.0</version>
6
+ <version>1.125.0</version>
7
7
  <copyright>OpenUI5
8
8
  * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
9
9
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
10
10
 
11
11
  <documentation>UI5 Web Components Retrofit Main Components</documentation>
12
12
 
13
+ <deprecation since="1.120">
14
+ This Web Components consumption model has been discarded. An alternative consumption model is planned for the future.
15
+ </deprecation>
16
+
13
17
  <dependencies>
14
18
  <dependency>
15
19
  <libraryName>sap.ui.core</libraryName>
@@ -30,17 +34,13 @@
30
34
  </jscoverage>
31
35
  <!-- Thirdparty references -->
32
36
  <thirdparty xmlns="http://www.sap.com/ui5/buildext/thirdparty" >
33
- <lib name="ui5-web-components" displayName="UI5 Web Components" npmName="@ui5/webcomponents" version="1.18.0" homepage="https://sap.github.io/ui5-webcomponents/">
37
+ <lib name="ui5-web-components" displayName="UI5 Web Components" npmName="@ui5/webcomponents" version="1.18.0" homepage="https://sap.github.io/ui5-webcomponents/" id="73555000106100163973">
34
38
  <license url="https://github.com/SAP/ui5-webcomponents/blob/master/LICENSE.txt" type="Apache-2.0"></license>
35
39
  <copyright>SAP</copyright>
36
40
  <pattern>sap/ui/webc/main/thirdparty/*.*</pattern>
37
41
  </lib>
38
42
  </thirdparty>
39
43
 
40
- <documentation xmlns="http://www.sap.com/ui5/buildext/documentation"
41
- indexUrl="../../../../../test-resources/sap/ui/webc/main/demokit/docuindex.json"
42
- resolve="lib" />
43
-
44
44
  <releasenotes xmlns="http://www.sap.com/ui5/buildext/releasenotes"
45
45
  url="../../../../../test-resources/sap/ui/webc/main/relnotes/changes-{major}.{minor}.json"
46
46
  resolve="lib" />
@@ -44,12 +44,13 @@ sap.ui.define([
44
44
  * <br>
45
45
  *
46
46
  * @author SAP SE
47
- * @version 1.124.0
47
+ * @version 1.125.0
48
48
  *
49
49
  * @constructor
50
50
  * @public
51
51
  * @since 1.92.0
52
52
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
53
+ * @deprecated As of version 1.120, this Web Components consumption model has been discarded. Until an alternative Web Components consumption model is available in the future, use sap.m and sap.f controls with similar functionality.
53
54
  * @alias sap.ui.webc.main.Avatar
54
55
  * @implements sap.ui.webc.main.IAvatar
55
56
  */
@@ -75,12 +75,13 @@ sap.ui.define([
75
75
  * </ul> <br>
76
76
  *
77
77
  * @author SAP SE
78
- * @version 1.124.0
78
+ * @version 1.125.0
79
79
  *
80
80
  * @constructor
81
81
  * @public
82
82
  * @since 1.92.0
83
83
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
84
+ * @deprecated As of version 1.120, this Web Components consumption model has been discarded. Until an alternative Web Components consumption model is available in the future, use sap.m and sap.f controls with similar functionality.
84
85
  * @alias sap.ui.webc.main.AvatarGroup
85
86
  */
86
87
  var AvatarGroup = WebComponent.extend("sap.ui.webc.main.AvatarGroup", {
@@ -33,12 +33,13 @@ sap.ui.define([
33
33
  * </ul>
34
34
  *
35
35
  * @author SAP SE
36
- * @version 1.124.0
36
+ * @version 1.125.0
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
+ * @deprecated As of version 1.120, this Web Components consumption model has been discarded. Until an alternative Web Components consumption model is available in the future, use sap.m and sap.f controls with similar functionality.
42
43
  * @alias sap.ui.webc.main.Badge
43
44
  */
44
45
  var Badge = WebComponent.extend("sap.ui.webc.main.Badge", {
@@ -45,12 +45,13 @@ sap.ui.define([
45
45
  * </ul> <br>
46
46
  *
47
47
  * @author SAP SE
48
- * @version 1.124.0
48
+ * @version 1.125.0
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
+ * @deprecated As of version 1.120, this Web Components consumption model has been discarded. Until an alternative Web Components consumption model is available in the future, use sap.m and sap.f controls with similar functionality.
54
55
  * @alias sap.ui.webc.main.Breadcrumbs
55
56
  */
56
57
  var Breadcrumbs = WebComponent.extend("sap.ui.webc.main.Breadcrumbs", {
@@ -26,12 +26,13 @@ sap.ui.define([
26
26
  * The <code>sap.ui.webc.main.BreadcrumbsItem</code> component defines the content of an item in <code>sap.ui.webc.main.Breadcrumbs</code>.
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.124.0
29
+ * @version 1.125.0
30
30
  *
31
31
  * @constructor
32
32
  * @public
33
33
  * @since 1.95.0
34
34
  * @experimental Since 1.95.0 This control is experimental and its API might change significantly.
35
+ * @deprecated As of version 1.120, this Web Components consumption model has been discarded. Until an alternative Web Components consumption model is available in the future, use sap.m and sap.f controls with similar functionality.
35
36
  * @alias sap.ui.webc.main.BreadcrumbsItem
36
37
  * @implements sap.ui.webc.main.IBreadcrumbsItem
37
38
  */
@@ -46,12 +46,13 @@ sap.ui.define([
46
46
  * </ul>
47
47
  *
48
48
  * @author SAP SE
49
- * @version 1.124.0
49
+ * @version 1.125.0
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
+ * @deprecated As of version 1.120, this Web Components consumption model has been discarded. Until an alternative Web Components consumption model is available in the future, use sap.m and sap.f controls with similar functionality.
55
56
  * @alias sap.ui.webc.main.BusyIndicator
56
57
  */
57
58
  var BusyIndicator = WebComponent.extend("sap.ui.webc.main.BusyIndicator", {
@@ -48,12 +48,13 @@ sap.ui.define([
48
48
  * </ul>
49
49
  *
50
50
  * @author SAP SE
51
- * @version 1.124.0
51
+ * @version 1.125.0
52
52
  *
53
53
  * @constructor
54
54
  * @public
55
55
  * @since 1.92.0
56
56
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
57
+ * @deprecated As of version 1.120, this Web Components consumption model has been discarded. Until an alternative Web Components consumption model is available in the future, use sap.m and sap.f controls with similar functionality.
57
58
  * @alias sap.ui.webc.main.Button
58
59
  * @implements sap.ui.webc.main.IButton, sap.ui.core.IFormContent
59
60
  */
@@ -94,12 +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.124.0
97
+ * @version 1.125.0
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
+ * @deprecated As of version 1.120, this Web Components consumption model has been discarded. Until an alternative Web Components consumption model is available in the future, use sap.m and sap.f controls with similar functionality.
103
104
  * @alias sap.ui.webc.main.Calendar
104
105
  */
105
106
  var Calendar = WebComponent.extend("sap.ui.webc.main.Calendar", {
@@ -26,12 +26,13 @@ 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.124.0
29
+ * @version 1.125.0
30
30
  *
31
31
  * @constructor
32
32
  * @public
33
33
  * @since 1.92.0
34
34
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
35
+ * @deprecated As of version 1.120, this Web Components consumption model has been discarded. Until an alternative Web Components consumption model is available in the future, use sap.m and sap.f controls with similar functionality.
35
36
  * @alias sap.ui.webc.main.CalendarDate
36
37
  * @implements sap.ui.webc.main.ICalendarDate
37
38
  */
@@ -28,12 +28,13 @@ sap.ui.define([
28
28
  * Note: We recommend the usage of <code>sap.ui.webc.main.CardHeader</code> for the header slot, so advantage can be taken for keyboard handling, styling and accessibility.
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.124.0
31
+ * @version 1.125.0
32
32
  *
33
33
  * @constructor
34
34
  * @public
35
35
  * @since 1.92.0
36
36
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
37
+ * @deprecated As of version 1.120, this Web Components consumption model has been discarded. Until an alternative Web Components consumption model is available in the future, use sap.m and sap.f controls with similar functionality.
37
38
  * @alias sap.ui.webc.main.Card
38
39
  */
39
40
  var Card = WebComponent.extend("sap.ui.webc.main.Card", {
@@ -39,12 +39,13 @@ sap.ui.define([
39
39
  * </ul>
40
40
  *
41
41
  * @author SAP SE
42
- * @version 1.124.0
42
+ * @version 1.125.0
43
43
  *
44
44
  * @constructor
45
45
  * @public
46
46
  * @since 1.95.0
47
47
  * @experimental Since 1.95.0 This control is experimental and its API might change significantly.
48
+ * @deprecated As of version 1.120, this Web Components consumption model has been discarded. Until an alternative Web Components consumption model is available in the future, use sap.m and sap.f controls with similar functionality.
48
49
  * @alias sap.ui.webc.main.CardHeader
49
50
  * @implements sap.ui.webc.main.ICardHeader
50
51
  */
@@ -70,12 +70,13 @@ sap.ui.define([
70
70
  * </ul>
71
71
  *
72
72
  * @author SAP SE
73
- * @version 1.124.0
73
+ * @version 1.125.0
74
74
  *
75
75
  * @constructor
76
76
  * @public
77
77
  * @since 1.92.0
78
78
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
79
+ * @deprecated As of version 1.120, this Web Components consumption model has been discarded. Until an alternative Web Components consumption model is available in the future, use sap.m and sap.f controls with similar functionality.
79
80
  * @alias sap.ui.webc.main.Carousel
80
81
  */
81
82
  var Carousel = WebComponent.extend("sap.ui.webc.main.Carousel", {
@@ -62,12 +62,13 @@ sap.ui.define([
62
62
  * <br>
63
63
  *
64
64
  * @author SAP SE
65
- * @version 1.124.0
65
+ * @version 1.125.0
66
66
  *
67
67
  * @constructor
68
68
  * @public
69
69
  * @since 1.92.0
70
70
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
71
+ * @deprecated As of version 1.120, this Web Components consumption model has been discarded. Until an alternative Web Components consumption model is available in the future, use sap.m and sap.f controls with similar functionality.
71
72
  * @alias sap.ui.webc.main.CheckBox
72
73
  * @implements sap.ui.core.IFormContent
73
74
  */
@@ -29,12 +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.124.0
32
+ * @version 1.125.0
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
+ * @deprecated As of version 1.120, this Web Components consumption model has been discarded. Until an alternative Web Components consumption model is available in the future, use sap.m and sap.f controls with similar functionality.
38
39
  * @alias sap.ui.webc.main.ColorPalette
39
40
  */
40
41
  var ColorPalette = WebComponent.extend("sap.ui.webc.main.ColorPalette", {
@@ -26,12 +26,13 @@ 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.124.0
29
+ * @version 1.125.0
30
30
  *
31
31
  * @constructor
32
32
  * @public
33
33
  * @since 1.92.0
34
34
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
35
+ * @deprecated As of version 1.120, this Web Components consumption model has been discarded. Until an alternative Web Components consumption model is available in the future, use sap.m and sap.f controls with similar functionality.
35
36
  * @alias sap.ui.webc.main.ColorPaletteItem
36
37
  * @implements sap.ui.webc.main.IColorPaletteItem
37
38
  */
@@ -33,12 +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.124.0
36
+ * @version 1.125.0
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
+ * @deprecated As of version 1.120, this Web Components consumption model has been discarded. Until an alternative Web Components consumption model is available in the future, use sap.m and sap.f controls with similar functionality.
42
43
  * @alias sap.ui.webc.main.ColorPalettePopover
43
44
  */
44
45
  var ColorPalettePopover = WebComponent.extend("sap.ui.webc.main.ColorPalettePopover", {
@@ -35,12 +35,13 @@ sap.ui.define([
35
35
  * </ul>
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.124.0
38
+ * @version 1.125.0
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
+ * @deprecated As of version 1.120, this Web Components consumption model has been discarded. Until an alternative Web Components consumption model is available in the future, use sap.m and sap.f controls with similar functionality.
44
45
  * @alias sap.ui.webc.main.ColorPicker
45
46
  */
46
47
  var ColorPicker = WebComponent.extend("sap.ui.webc.main.ColorPicker", {
@@ -60,12 +60,13 @@ sap.ui.define([
60
60
  * </ul>
61
61
  *
62
62
  * @author SAP SE
63
- * @version 1.124.0
63
+ * @version 1.125.0
64
64
  *
65
65
  * @constructor
66
66
  * @public
67
67
  * @since 1.92.0
68
68
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
69
+ * @deprecated As of version 1.120, this Web Components consumption model has been discarded. Until an alternative Web Components consumption model is available in the future, use sap.m and sap.f controls with similar functionality.
69
70
  * @alias sap.ui.webc.main.ComboBox
70
71
  * @implements sap.ui.core.IFormContent
71
72
  */
@@ -24,12 +24,13 @@ 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.124.0
27
+ * @version 1.125.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
31
31
  * @since 1.95.0
32
32
  * @experimental Since 1.95.0 This control is experimental and its API might change significantly.
33
+ * @deprecated As of version 1.120, this Web Components consumption model has been discarded. Until an alternative Web Components consumption model is available in the future, use sap.m and sap.f controls with similar functionality.
33
34
  * @alias sap.ui.webc.main.ComboBoxGroupItem
34
35
  * @implements sap.ui.webc.main.IComboBoxItem
35
36
  */
@@ -24,12 +24,13 @@ 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.124.0
27
+ * @version 1.125.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
31
31
  * @since 1.92.0
32
32
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
33
+ * @deprecated As of version 1.120, this Web Components consumption model has been discarded. Until an alternative Web Components consumption model is available in the future, use sap.m and sap.f controls with similar functionality.
33
34
  * @alias sap.ui.webc.main.ComboBoxItem
34
35
  * @implements sap.ui.webc.main.IComboBoxItem
35
36
  */
@@ -41,12 +41,13 @@ sap.ui.define([
41
41
  * </ul>
42
42
  *
43
43
  * @author SAP SE
44
- * @version 1.124.0
44
+ * @version 1.125.0
45
45
  *
46
46
  * @constructor
47
47
  * @public
48
48
  * @since 1.92.0
49
49
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
50
+ * @deprecated As of version 1.120, this Web Components consumption model has been discarded. Until an alternative Web Components consumption model is available in the future, use sap.m and sap.f controls with similar functionality.
50
51
  * @alias sap.ui.webc.main.CustomListItem
51
52
  * @implements sap.ui.webc.main.IListItem
52
53
  */
@@ -76,12 +76,13 @@ sap.ui.define([
76
76
  * &lt;/script&gt;</code></pre>
77
77
  *
78
78
  * @author SAP SE
79
- * @version 1.124.0
79
+ * @version 1.125.0
80
80
  *
81
81
  * @constructor
82
82
  * @public
83
83
  * @since 1.92.0
84
84
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
85
+ * @deprecated As of version 1.120, this Web Components consumption model has been discarded. Until an alternative Web Components consumption model is available in the future, use sap.m and sap.f controls with similar functionality.
85
86
  * @alias sap.ui.webc.main.DatePicker
86
87
  * @implements sap.ui.core.IFormContent
87
88
  */
@@ -46,12 +46,13 @@ sap.ui.define([
46
46
  * </ul>
47
47
  *
48
48
  * @author SAP SE
49
- * @version 1.124.0
49
+ * @version 1.125.0
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
+ * @deprecated As of version 1.120, this Web Components consumption model has been discarded. Until an alternative Web Components consumption model is available in the future, use sap.m and sap.f controls with similar functionality.
55
56
  * @alias sap.ui.webc.main.DateRangePicker
56
57
  * @implements sap.ui.core.IFormContent
57
58
  */
@@ -72,12 +72,13 @@ 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.124.0
75
+ * @version 1.125.0
76
76
  *
77
77
  * @constructor
78
78
  * @public
79
79
  * @since 1.92.0
80
80
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
81
+ * @deprecated As of version 1.120, this Web Components consumption model has been discarded. Until an alternative Web Components consumption model is available in the future, use sap.m and sap.f controls with similar functionality.
81
82
  * @alias sap.ui.webc.main.DateTimePicker
82
83
  * @implements sap.ui.core.IFormContent
83
84
  */
@@ -51,12 +51,13 @@ sap.ui.define([
51
51
  * <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.
52
52
  *
53
53
  * @author SAP SE
54
- * @version 1.124.0
54
+ * @version 1.125.0
55
55
  *
56
56
  * @constructor
57
57
  * @public
58
58
  * @since 1.92.0
59
59
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
60
+ * @deprecated As of version 1.120, this Web Components consumption model has been discarded. Until an alternative Web Components consumption model is available in the future, use sap.m and sap.f controls with similar functionality.
60
61
  * @alias sap.ui.webc.main.Dialog
61
62
  */
62
63
  var Dialog = WebComponent.extend("sap.ui.webc.main.Dialog", {
@@ -33,12 +33,13 @@ 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.124.0
36
+ * @version 1.125.0
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
+ * @deprecated As of version 1.120, this Web Components consumption model has been discarded. Until an alternative Web Components consumption model is available in the future, use sap.m and sap.f controls with similar functionality.
42
43
  * @alias sap.ui.webc.main.FileUploader
43
44
  * @implements sap.ui.core.IFormContent
44
45
  */
@@ -24,12 +24,13 @@ 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.124.0
27
+ * @version 1.125.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
31
31
  * @since 1.92.0
32
32
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
33
+ * @deprecated As of version 1.120, this Web Components consumption model has been discarded. Until an alternative Web Components consumption model is available in the future, use sap.m and sap.f controls with similar functionality.
33
34
  * @alias sap.ui.webc.main.GroupHeaderListItem
34
35
  * @implements sap.ui.webc.main.IListItem
35
36
  */
@@ -87,12 +87,13 @@ sap.ui.define([
87
87
  * </ul>
88
88
  *
89
89
  * @author SAP SE
90
- * @version 1.124.0
90
+ * @version 1.125.0
91
91
  *
92
92
  * @constructor
93
93
  * @public
94
94
  * @since 1.92.0
95
95
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
96
+ * @deprecated As of version 1.120, this Web Components consumption model has been discarded. Until an alternative Web Components consumption model is available in the future, use sap.m and sap.f controls with similar functionality.
96
97
  * @alias sap.ui.webc.main.Icon
97
98
  * @implements sap.ui.webc.main.IIcon
98
99
  */
@@ -53,12 +53,13 @@ sap.ui.define([
53
53
  * </ul>
54
54
  *
55
55
  * @author SAP SE
56
- * @version 1.124.0
56
+ * @version 1.125.0
57
57
  *
58
58
  * @constructor
59
59
  * @public
60
60
  * @since 1.92.0
61
61
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
62
+ * @deprecated As of version 1.120, this Web Components consumption model has been discarded. Until an alternative Web Components consumption model is available in the future, use sap.m and sap.f controls with similar functionality.
62
63
  * @alias sap.ui.webc.main.Input
63
64
  * @implements sap.ui.webc.main.IInput, sap.ui.core.IFormContent
64
65
  */
@@ -35,12 +35,13 @@ sap.ui.define([
35
35
  * 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.
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.124.0
38
+ * @version 1.125.0
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
+ * @deprecated As of version 1.120, this Web Components consumption model has been discarded. Until an alternative Web Components consumption model is available in the future, use sap.m and sap.f controls with similar functionality.
44
45
  * @alias sap.ui.webc.main.Label
45
46
  * @implements sap.ui.core.Label
46
47
  */
@@ -40,12 +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.124.0
43
+ * @version 1.125.0
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
+ * @deprecated As of version 1.120, this Web Components consumption model has been discarded. Until an alternative Web Components consumption model is available in the future, use sap.m and sap.f controls with similar functionality.
49
50
  * @alias sap.ui.webc.main.Link
50
51
  */
51
52
  var Link = WebComponent.extend("sap.ui.webc.main.Link", {
@@ -61,12 +61,13 @@ sap.ui.define([
61
61
  * </ul>
62
62
  *
63
63
  * @author SAP SE
64
- * @version 1.124.0
64
+ * @version 1.125.0
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
+ * @deprecated As of version 1.120, this Web Components consumption model has been discarded. Until an alternative Web Components consumption model is available in the future, use sap.m and sap.f controls with similar functionality.
70
71
  * @alias sap.ui.webc.main.List
71
72
  */
72
73
  var List = WebComponent.extend("sap.ui.webc.main.List", {
@@ -39,12 +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.124.0
42
+ * @version 1.125.0
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
+ * @deprecated As of version 1.120, this Web Components consumption model has been discarded. Until an alternative Web Components consumption model is available in the future, use sap.m and sap.f controls with similar functionality.
48
49
  * @alias sap.ui.webc.main.Menu
49
50
  */
50
51
  var Menu = WebComponent.extend("sap.ui.webc.main.Menu", {