@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
@@ -26,12 +26,13 @@ sap.ui.define([
26
26
  * Tokens are small items of information (similar to tags) that mainly serve to visualize previously selected items.
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.Token
36
37
  * @implements sap.ui.webc.main.IToken
37
38
  */
@@ -33,12 +33,13 @@ sap.ui.define([
33
33
  * </ul> <br>
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.120.0
41
41
  * @experimental Since 1.120.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.Toolbar
43
44
  */
44
45
  var Toolbar = WebComponent.extend("sap.ui.webc.main.Toolbar", {
@@ -29,12 +29,13 @@ sap.ui.define([
29
29
  * <h3>Overview</h3> The <code>sap.ui.webc.main.ToolbarButton</code> represents an abstract action, used in the <code>sap.ui.webc.main.Toolbar</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.120.0
37
37
  * @experimental Since 1.120.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.ToolbarButton
39
40
  * @implements sap.ui.webc.main.IToolbarItem
40
41
  */
@@ -29,12 +29,13 @@ sap.ui.define([
29
29
  * <h3>Overview</h3> The <code>sap.ui.webc.main.ToolbarSelect</code> component is used to create a toolbar drop-down list. The items inside the <code>sap.ui.webc.main.ToolbarSelect</code> define the available options by using the <code>sap.ui.webc.main.ToolbarSelectOption</code> component.
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.120.0
37
37
  * @experimental Since 1.120.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.ToolbarSelect
39
40
  * @implements sap.ui.webc.main.IToolbarItem
40
41
  */
@@ -26,12 +26,13 @@ sap.ui.define([
26
26
  * The <code>sap.ui.webc.main.ToolbarSelectOption</code> component defines the content of an option in the <code>sap.ui.webc.main.ToolbarSelect</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.120.0
34
34
  * @experimental Since 1.120.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.ToolbarSelectOption
36
37
  * @implements sap.ui.webc.main.IToolbarSelectOption
37
38
  */
@@ -24,12 +24,13 @@ sap.ui.define([
24
24
  * <h3>Overview</h3> The <code>sap.ui.webc.main.ToolbarSeparator</code> is an element, used for visual separation between two elements. It takes no space in calculating toolbar items width.
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.120.0
32
32
  * @experimental Since 1.120.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.ToolbarSeparator
34
35
  * @implements sap.ui.webc.main.IToolbarItem
35
36
  */
@@ -27,12 +27,13 @@ sap.ui.define([
27
27
  * <h3>Overview</h3> The <code>sap.ui.webc.main.ToolbarSpacer</code> is an element, used for taking needed space for toolbar items to take 100% width. It takes no space in calculating toolbar items width.
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.124.0
30
+ * @version 1.125.0
31
31
  *
32
32
  * @constructor
33
33
  * @public
34
34
  * @since 1.120.0
35
35
  * @experimental Since 1.120.0 This control is experimental and its API might change significantly.
36
+ * @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.
36
37
  * @alias sap.ui.webc.main.ToolbarSpacer
37
38
  * @implements sap.ui.webc.main.IToolbarItem
38
39
  */
@@ -57,12 +57,13 @@ sap.ui.define([
57
57
  * </ul>
58
58
  *
59
59
  * @author SAP SE
60
- * @version 1.124.0
60
+ * @version 1.125.0
61
61
  *
62
62
  * @constructor
63
63
  * @public
64
64
  * @since 1.92.0
65
65
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
66
+ * @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.
66
67
  * @alias sap.ui.webc.main.Tree
67
68
  */
68
69
  var Tree = WebComponent.extend("sap.ui.webc.main.Tree", {
@@ -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.92.0
47
47
  * @experimental Since 1.92.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.TreeItem
49
50
  * @implements sap.ui.webc.main.ITreeItem
50
51
  */
@@ -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.115.0
49
49
  * @experimental Since 1.115.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.TreeItemCustom
51
52
  * @implements sap.ui.webc.main.ITreeItem
52
53
  */
@@ -12,7 +12,7 @@ sap.ui.define(function () {
12
12
  *
13
13
  * @alias sap.ui.webc.main.changeHandler.ChangeLinkTarget
14
14
  * @author SAP SE
15
- * @version 1.124.0
15
+ * @version 1.125.0
16
16
  */
17
17
  var ChangeLinkTarget = {};
18
18
 
@@ -24,15 +24,16 @@ sap.ui.define([
24
24
  * @namespace
25
25
  * @alias sap.ui.webc.main
26
26
  * @author SAP SE
27
- * @version 1.124.0
27
+ * @version 1.125.0
28
28
  * @public
29
29
  * @since 1.92.0
30
30
  * @experimental Since 1.92.0 This API is experimental and might change significantly.
31
+ * @deprecated As of version 1.120, this Web Components consumption model has been discarded. An alternative consumption model is planned for the future.
31
32
  */
32
33
  var thisLib = Library.init({
33
34
  name: "sap.ui.webc.main",
34
35
  apiVersion: 2,
35
- version: "1.124.0",
36
+ version: "1.125.0",
36
37
  dependencies: ["sap.ui.core", "sap.ui.webc.common"],
37
38
  noLibraryCSS: true,
38
39
  designtime: "sap/ui/webc/main/designtime/library.designtime",
package/ui5.yaml CHANGED
@@ -2,6 +2,7 @@
2
2
  specVersion: "3.0"
3
3
  type: library
4
4
  metadata:
5
+ deprecated: true
5
6
  name: sap.ui.webc.main
6
7
  copyright: |-
7
8
  OpenUI5