@openui5/sap.ui.webc.fiori 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 (31) hide show
  1. package/package.json +4 -4
  2. package/src/sap/ui/webc/fiori/.library +1 -1
  3. package/src/sap/ui/webc/fiori/Bar.js +1 -2
  4. package/src/sap/ui/webc/fiori/BarcodeScannerDialog.js +1 -2
  5. package/src/sap/ui/webc/fiori/DynamicSideContent.js +1 -2
  6. package/src/sap/ui/webc/fiori/FilterItem.js +1 -2
  7. package/src/sap/ui/webc/fiori/FilterItemOption.js +1 -2
  8. package/src/sap/ui/webc/fiori/FlexibleColumnLayout.js +1 -2
  9. package/src/sap/ui/webc/fiori/IllustratedMessage.js +1 -2
  10. package/src/sap/ui/webc/fiori/MediaGallery.js +1 -2
  11. package/src/sap/ui/webc/fiori/MediaGalleryItem.js +1 -2
  12. package/src/sap/ui/webc/fiori/NotificationAction.js +1 -2
  13. package/src/sap/ui/webc/fiori/NotificationListGroupItem.js +1 -2
  14. package/src/sap/ui/webc/fiori/NotificationListItem.js +1 -2
  15. package/src/sap/ui/webc/fiori/Page.js +1 -2
  16. package/src/sap/ui/webc/fiori/ProductSwitch.js +1 -2
  17. package/src/sap/ui/webc/fiori/ProductSwitchItem.js +1 -2
  18. package/src/sap/ui/webc/fiori/ShellBar.js +1 -2
  19. package/src/sap/ui/webc/fiori/ShellBarItem.js +1 -2
  20. package/src/sap/ui/webc/fiori/SideNavigation.js +1 -2
  21. package/src/sap/ui/webc/fiori/SideNavigationItem.js +1 -2
  22. package/src/sap/ui/webc/fiori/SideNavigationSubItem.js +1 -2
  23. package/src/sap/ui/webc/fiori/SortItem.js +1 -2
  24. package/src/sap/ui/webc/fiori/Timeline.js +1 -2
  25. package/src/sap/ui/webc/fiori/TimelineItem.js +1 -2
  26. package/src/sap/ui/webc/fiori/UploadCollection.js +1 -2
  27. package/src/sap/ui/webc/fiori/UploadCollectionItem.js +1 -2
  28. package/src/sap/ui/webc/fiori/ViewSettingsDialog.js +1 -2
  29. package/src/sap/ui/webc/fiori/Wizard.js +1 -2
  30. package/src/sap/ui/webc/fiori/WizardStep.js +1 -2
  31. package/src/sap/ui/webc/fiori/library.js +2 -30
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.webc.fiori",
3
- "version": "1.106.0",
3
+ "version": "1.107.1",
4
4
  "description": "OpenUI5 UI Library sap.ui.webc.fiori",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -20,8 +20,8 @@
20
20
  "generate": "ui5-webc-generate"
21
21
  },
22
22
  "dependencies": {
23
- "@openui5/sap.ui.core": "1.106.0",
24
- "@openui5/sap.ui.webc.main": "1.106.0",
25
- "@openui5/sap.ui.webc.common": "1.106.0"
23
+ "@openui5/sap.ui.core": "1.107.1",
24
+ "@openui5/sap.ui.webc.main": "1.107.1",
25
+ "@openui5/sap.ui.webc.common": "1.107.1"
26
26
  }
27
27
  }
@@ -3,7 +3,7 @@
3
3
 
4
4
  <name>sap.ui.webc.fiori</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>
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * <h3>Keyboard Handling</h3>
42
42
  *
43
43
  * @author SAP SE
44
- * @version 1.106.0
44
+ * @version 1.107.1
45
45
  *
46
46
  * @constructor
47
47
  * @public
@@ -49,7 +49,6 @@ sap.ui.define([
49
49
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
50
50
  * @alias sap.ui.webc.fiori.Bar
51
51
  * @implements sap.ui.webc.fiori.IBar
52
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
53
52
  */
54
53
  var Bar = WebComponent.extend("sap.ui.webc.fiori.Bar", {
55
54
  metadata: {
@@ -32,14 +32,13 @@ sap.ui.define([
32
32
  * For a list of supported barcode formats, see the {@link https://github.com/zxing-js/library zxing-js/library} documentation.
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.95.0
40
40
  * @experimental Since 1.95.0 This control is experimental and its API might change significantly.
41
41
  * @alias sap.ui.webc.fiori.BarcodeScannerDialog
42
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
43
42
  */
44
43
  var BarcodeScannerDialog = WebComponent.extend("sap.ui.webc.fiori.BarcodeScannerDialog", {
45
44
  metadata: {
@@ -70,14 +70,13 @@ sap.ui.define([
70
70
  * A special case allows switching the comparison mode between the main and side content. In this case, the screen is split into 50:50 percent for main vs. side content. The responsive behavior of the equal split is the same as in the standard view - the side content disappears on screen widths of less than 720 px and can only be viewed by triggering it.
71
71
  *
72
72
  * @author SAP SE
73
- * @version 1.106.0
73
+ * @version 1.107.1
74
74
  *
75
75
  * @constructor
76
76
  * @public
77
77
  * @since 1.99.0
78
78
  * @experimental Since 1.99.0 This control is experimental and its API might change significantly.
79
79
  * @alias sap.ui.webc.fiori.DynamicSideContent
80
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
81
80
  */
82
81
  var DynamicSideContent = WebComponent.extend("sap.ui.webc.fiori.DynamicSideContent", {
83
82
  metadata: {
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * <h3>Usage</h3>
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.97.0 This control is experimental and its API might change significantly.
35
35
  * @alias sap.ui.webc.fiori.FilterItem
36
36
  * @implements sap.ui.webc.fiori.IFilterItem
37
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
38
37
  */
39
38
  var FilterItem = WebComponent.extend("sap.ui.webc.fiori.FilterItem", {
40
39
  metadata: {
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * <h3>Usage</h3>
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.97.0 This control is experimental and its API might change significantly.
35
35
  * @alias sap.ui.webc.fiori.FilterItemOption
36
36
  * @implements sap.ui.webc.fiori.IFilterItemOption
37
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
38
37
  */
39
38
  var FilterItemOption = WebComponent.extend("sap.ui.webc.fiori.FilterItemOption", {
40
39
  metadata: {
@@ -40,14 +40,13 @@ sap.ui.define([
40
40
  * <h3>Keyboard Handling</h3>
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.fiori.FlexibleColumnLayout
50
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
51
50
  */
52
51
  var FlexibleColumnLayout = WebComponent.extend("sap.ui.webc.fiori.FlexibleColumnLayout", {
53
52
  metadata: {
@@ -41,14 +41,13 @@ sap.ui.define([
41
41
  * <h3>Usage</h3> <code>sap.ui.webc.fiori.IllustratedMessage</code> is meant to be used inside container component, for example a <code>sap.ui.webc.main.Card</code>, a <code>sap.ui.webc.main.Dialog</code> or a <code>sap.ui.webc.fiori.Page</code>
42
42
  *
43
43
  * @author SAP SE
44
- * @version 1.106.0
44
+ * @version 1.107.1
45
45
  *
46
46
  * @constructor
47
47
  * @public
48
48
  * @since 1.95.0
49
49
  * @experimental Since 1.95.0 This control is experimental and its API might change significantly.
50
50
  * @alias sap.ui.webc.fiori.IllustratedMessage
51
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
52
51
  */
53
52
  var IllustratedMessage = WebComponent.extend("sap.ui.webc.fiori.IllustratedMessage", {
54
53
  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.99.0
53
53
  * @experimental Since 1.99.0 This control is experimental and its API might change significantly.
54
54
  * @alias sap.ui.webc.fiori.MediaGallery
55
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
56
55
  */
57
56
  var MediaGallery = WebComponent.extend("sap.ui.webc.fiori.MediaGallery", {
58
57
  metadata: {
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * </ul>
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.106.0
40
+ * @version 1.107.1
41
41
  *
42
42
  * @constructor
43
43
  * @public
@@ -45,7 +45,6 @@ sap.ui.define([
45
45
  * @experimental Since 1.99.0 This control is experimental and its API might change significantly.
46
46
  * @alias sap.ui.webc.fiori.MediaGalleryItem
47
47
  * @implements sap.ui.webc.fiori.IMediaGalleryItem
48
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
49
48
  */
50
49
  var MediaGalleryItem = WebComponent.extend("sap.ui.webc.fiori.MediaGalleryItem", {
51
50
  metadata: {
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * The <code>sap.ui.webc.fiori.NotificationAction</code> represents an abstract action, used in the <code>sap.ui.webc.fiori.NotificationListItem</code> and the <code>sap.ui.webc.fiori.NotificationListGroupItem</code> items.
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.fiori.NotificationAction
38
38
  * @implements sap.ui.webc.fiori.INotificationAction
39
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
40
39
  */
41
40
  var NotificationAction = WebComponent.extend("sap.ui.webc.fiori.NotificationAction", {
42
41
  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.fiori.NotificationListGroupItem
57
57
  * @implements sap.ui.webc.main.IListItem
58
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
59
58
  */
60
59
  var NotificationListGroupItem = WebComponent.extend("sap.ui.webc.fiori.NotificationListGroupItem", {
61
60
  metadata: {
@@ -49,7 +49,7 @@ sap.ui.define([
49
49
  * </ul>
50
50
  *
51
51
  * @author SAP SE
52
- * @version 1.106.0
52
+ * @version 1.107.1
53
53
  *
54
54
  * @constructor
55
55
  * @public
@@ -57,7 +57,6 @@ sap.ui.define([
57
57
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
58
58
  * @alias sap.ui.webc.fiori.NotificationListItem
59
59
  * @implements sap.ui.webc.fiori.INotificationListItem, sap.ui.webc.main.IListItem
60
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
61
60
  */
62
61
  var NotificationListItem = WebComponent.extend("sap.ui.webc.fiori.NotificationListItem", {
63
62
  metadata: {
@@ -31,14 +31,13 @@ sap.ui.define([
31
31
  * <b>Note:</b> <code>sap.ui.webc.fiori.Page</code> occipues the whole available space of its parent. In order to achieve the intended design you have to make sure that there is enough space for the <code>sap.ui.webc.fiori.Page</code> to be rendered.
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
38
38
  * @since 1.92.0
39
39
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
40
40
  * @alias sap.ui.webc.fiori.Page
41
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
42
41
  */
43
42
  var Page = WebComponent.extend("sap.ui.webc.fiori.Page", {
44
43
  metadata: {
@@ -37,14 +37,13 @@ sap.ui.define([
37
37
  * <br>
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.106.0
40
+ * @version 1.107.1
41
41
  *
42
42
  * @constructor
43
43
  * @public
44
44
  * @since 1.92.0
45
45
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
46
46
  * @alias sap.ui.webc.fiori.ProductSwitch
47
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
48
47
  */
49
48
  var ProductSwitch = WebComponent.extend("sap.ui.webc.fiori.ProductSwitch", {
50
49
  metadata: {
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * </ul>
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
@@ -42,7 +42,6 @@ sap.ui.define([
42
42
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
43
43
  * @alias sap.ui.webc.fiori.ProductSwitchItem
44
44
  * @implements sap.ui.webc.fiori.IProductSwitchItem
45
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
46
45
  */
47
46
  var ProductSwitchItem = WebComponent.extend("sap.ui.webc.fiori.ProductSwitchItem", {
48
47
  metadata: {
@@ -50,14 +50,13 @@ sap.ui.define([
50
50
  * <h3>Keyboard Handling</h3>
51
51
  *
52
52
  * @author SAP SE
53
- * @version 1.106.0
53
+ * @version 1.107.1
54
54
  *
55
55
  * @constructor
56
56
  * @public
57
57
  * @since 1.92.0
58
58
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
59
59
  * @alias sap.ui.webc.fiori.ShellBar
60
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
61
60
  */
62
61
  var ShellBar = WebComponent.extend("sap.ui.webc.fiori.ShellBar", {
63
62
  metadata: {
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  *
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.fiori.ShellBarItem
34
34
  * @implements sap.ui.webc.fiori.IShellBarItem
35
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
36
35
  */
37
36
  var ShellBarItem = WebComponent.extend("sap.ui.webc.fiori.ShellBarItem", {
38
37
  metadata: {
@@ -37,14 +37,13 @@ sap.ui.define([
37
37
  * <h3>Keyboard Handling</h3>
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.106.0
40
+ * @version 1.107.1
41
41
  *
42
42
  * @constructor
43
43
  * @public
44
44
  * @since 1.92.0
45
45
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
46
46
  * @alias sap.ui.webc.fiori.SideNavigation
47
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
48
47
  */
49
48
  var SideNavigation = WebComponent.extend("sap.ui.webc.fiori.SideNavigation", {
50
49
  metadata: {
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * The <code>sap.ui.webc.fiori.SideNavigationItem</code> is used within <code>sap.ui.webc.fiori.SideNavigation</code> only. Via the <code>sap.ui.webc.fiori.SideNavigationItem</code> you control the content of the <code>SideNavigation</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.fiori.SideNavigationItem
36
36
  * @implements sap.ui.webc.fiori.ISideNavigationItem
37
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
38
37
  */
39
38
  var SideNavigationItem = WebComponent.extend("sap.ui.webc.fiori.SideNavigationItem", {
40
39
  metadata: {
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * The <code>sap.ui.webc.fiori.SideNavigationSubItem</code> is intended to be used inside a <code>sap.ui.webc.fiori.SideNavigationItem</code> only.
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.fiori.SideNavigationSubItem
36
36
  * @implements sap.ui.webc.fiori.ISideNavigationSubItem
37
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
38
37
  */
39
38
  var SideNavigationSubItem = WebComponent.extend("sap.ui.webc.fiori.SideNavigationSubItem", {
40
39
  metadata: {
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * <h3>Usage</h3>
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.97.0 This control is experimental and its API might change significantly.
35
35
  * @alias sap.ui.webc.fiori.SortItem
36
36
  * @implements sap.ui.webc.fiori.ISortItem
37
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
38
37
  */
39
38
  var SortItem = WebComponent.extend("sap.ui.webc.fiori.SortItem", {
40
39
  metadata: {
@@ -28,14 +28,13 @@ sap.ui.define([
28
28
  * The <code>sap.ui.webc.fiori.Timeline</code> component shows entries (such as objects, events, or posts) in chronological order. A common use case is to provide information about changes to an object, or events related to an object. These entries can be generated by the system (for example, value XY changed from A to B), or added manually. There are two distinct variants of the timeline: basic and social. The basic timeline is read-only, while the social timeline offers a high level of interaction and collaboration, and is integrated within SAP Jam.
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
35
35
  * @since 1.92.0
36
36
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
37
37
  * @alias sap.ui.webc.fiori.Timeline
38
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
39
38
  */
40
39
  var Timeline = WebComponent.extend("sap.ui.webc.fiori.Timeline", {
41
40
  metadata: {
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * An entry posted on the timeline.
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.fiori.TimelineItem
36
36
  * @implements sap.ui.webc.fiori.ITimelineItem
37
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
38
37
  */
39
38
  var TimelineItem = WebComponent.extend("sap.ui.webc.fiori.TimelineItem", {
40
39
  metadata: {
@@ -27,14 +27,13 @@ sap.ui.define([
27
27
  * <h3>Overview</h3> This component allows you to represent files before uploading them to a server, with the help of <code>sap.ui.webc.fiori.UploadCollectionItem</code>. It also allows you to show already uploaded files.
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.106.0
30
+ * @version 1.107.1
31
31
  *
32
32
  * @constructor
33
33
  * @public
34
34
  * @since 1.92.0
35
35
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
36
36
  * @alias sap.ui.webc.fiori.UploadCollection
37
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
38
37
  */
39
38
  var UploadCollection = WebComponent.extend("sap.ui.webc.fiori.UploadCollection", {
40
39
  metadata: {
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * <h3>Overview</h3> A component to be used within the <code>sap.ui.webc.fiori.UploadCollection</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.fiori.UploadCollectionItem
36
36
  * @implements sap.ui.webc.fiori.IUploadCollectionItem
37
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
38
37
  */
39
38
  var UploadCollectionItem = WebComponent.extend("sap.ui.webc.fiori.UploadCollectionItem", {
40
39
  metadata: {
@@ -30,14 +30,13 @@ sap.ui.define([
30
30
  * <h3>Responsive Behavior</h3> <code>sap.ui.webc.fiori.ViewSettingsDialog</code> stretches on full screen on phones.
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.106.0
33
+ * @version 1.107.1
34
34
  *
35
35
  * @constructor
36
36
  * @public
37
37
  * @since 1.95.0
38
38
  * @experimental Since 1.95.0 This control is experimental and its API might change significantly.
39
39
  * @alias sap.ui.webc.fiori.ViewSettingsDialog
40
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
41
40
  */
42
41
  var ViewSettingsDialog = WebComponent.extend("sap.ui.webc.fiori.ViewSettingsDialog", {
43
42
  metadata: {
@@ -77,14 +77,13 @@ sap.ui.define([
77
77
  * <h3>Responsive Behavior</h3> On small widths the step's titleText, subtitleText and separators in the navigation area shrink and from particular point the steps are grouped together and overlap. Tapping on them will show a popover to select the step to navigate to. On mobile device, the grouped steps are presented within a dialog.
78
78
  *
79
79
  * @author SAP SE
80
- * @version 1.106.0
80
+ * @version 1.107.1
81
81
  *
82
82
  * @constructor
83
83
  * @public
84
84
  * @since 1.92.0
85
85
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
86
86
  * @alias sap.ui.webc.fiori.Wizard
87
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
88
87
  */
89
88
  var Wizard = WebComponent.extend("sap.ui.webc.fiori.Wizard", {
90
89
  metadata: {
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * <h3>Usage</h3> The <code>sap.ui.webc.fiori.WizardStep</code> component should be used only as slot of the <code>sap.ui.webc.fiori.Wizard</code> component and should not be used standalone.
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.106.0
40
+ * @version 1.107.1
41
41
  *
42
42
  * @constructor
43
43
  * @public
@@ -45,7 +45,6 @@ sap.ui.define([
45
45
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
46
46
  * @alias sap.ui.webc.fiori.WizardStep
47
47
  * @implements sap.ui.webc.fiori.IWizardStep
48
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
49
48
  */
50
49
  var WizardStep = WebComponent.extend("sap.ui.webc.fiori.WizardStep", {
51
50
  metadata: {
@@ -22,14 +22,14 @@ sap.ui.define([
22
22
  * @namespace
23
23
  * @alias sap.ui.webc.fiori
24
24
  * @author SAP SE
25
- * @version 1.106.0
25
+ * @version 1.107.1
26
26
  * @public
27
27
  * @since 1.92.0
28
28
  * @experimental Since 1.92.0 This API is experimental and might change significantly.
29
29
  */
30
30
  var thisLib = sap.ui.getCore().initLibrary({
31
31
  name: "sap.ui.webc.fiori",
32
- version: "1.106.0",
32
+ version: "1.107.1",
33
33
  dependencies: ["sap.ui.core", "sap.ui.webc.common"],
34
34
  noLibraryCSS: true,
35
35
  designtime: "sap/ui/webc/main/designtime/library.designtime",
@@ -130,7 +130,6 @@ sap.ui.define([
130
130
  * @public
131
131
  * @since 1.99.0
132
132
  * @experimental Since 1.99.0 This API is experimental and might change significantly.
133
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
134
133
  */
135
134
 
136
135
  /**
@@ -141,7 +140,6 @@ sap.ui.define([
141
140
  * @public
142
141
  * @since 1.97.0
143
142
  * @experimental Since 1.97.0 This API is experimental and might change significantly.
144
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
145
143
  */
146
144
 
147
145
  /**
@@ -152,7 +150,6 @@ sap.ui.define([
152
150
  * @public
153
151
  * @since 1.97.0
154
152
  * @experimental Since 1.97.0 This API is experimental and might change significantly.
155
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
156
153
  */
157
154
 
158
155
  /**
@@ -163,7 +160,6 @@ sap.ui.define([
163
160
  * @public
164
161
  * @since 1.99.0
165
162
  * @experimental Since 1.99.0 This API is experimental and might change significantly.
166
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
167
163
  */
168
164
 
169
165
  /**
@@ -174,7 +170,6 @@ sap.ui.define([
174
170
  * @public
175
171
  * @since 1.92.0
176
172
  * @experimental Since 1.92.0 This API is experimental and might change significantly.
177
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
178
173
  */
179
174
 
180
175
  /**
@@ -185,7 +180,6 @@ sap.ui.define([
185
180
  * @public
186
181
  * @since 1.92.0
187
182
  * @experimental Since 1.92.0 This API is experimental and might change significantly.
188
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
189
183
  */
190
184
 
191
185
  /**
@@ -196,7 +190,6 @@ sap.ui.define([
196
190
  * @public
197
191
  * @since 1.92.0
198
192
  * @experimental Since 1.92.0 This API is experimental and might change significantly.
199
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
200
193
  */
201
194
 
202
195
  /**
@@ -207,7 +200,6 @@ sap.ui.define([
207
200
  * @public
208
201
  * @since 1.92.0
209
202
  * @experimental Since 1.92.0 This API is experimental and might change significantly.
210
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
211
203
  */
212
204
 
213
205
  /**
@@ -218,7 +210,6 @@ sap.ui.define([
218
210
  * @public
219
211
  * @since 1.92.0
220
212
  * @experimental Since 1.92.0 This API is experimental and might change significantly.
221
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
222
213
  */
223
214
 
224
215
  /**
@@ -229,7 +220,6 @@ sap.ui.define([
229
220
  * @public
230
221
  * @since 1.92.0
231
222
  * @experimental Since 1.92.0 This API is experimental and might change significantly.
232
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
233
223
  */
234
224
 
235
225
  /**
@@ -240,7 +230,6 @@ sap.ui.define([
240
230
  * @public
241
231
  * @since 1.97.0
242
232
  * @experimental Since 1.97.0 This API is experimental and might change significantly.
243
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
244
233
  */
245
234
 
246
235
  /**
@@ -251,7 +240,6 @@ sap.ui.define([
251
240
  * @public
252
241
  * @since 1.92.0
253
242
  * @experimental Since 1.92.0 This API is experimental and might change significantly.
254
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
255
243
  */
256
244
 
257
245
  /**
@@ -262,7 +250,6 @@ sap.ui.define([
262
250
  * @public
263
251
  * @since 1.92.0
264
252
  * @experimental Since 1.92.0 This API is experimental and might change significantly.
265
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
266
253
  */
267
254
 
268
255
  /**
@@ -273,7 +260,6 @@ sap.ui.define([
273
260
  * @public
274
261
  * @since 1.92.0
275
262
  * @experimental Since 1.92.0 This API is experimental and might change significantly.
276
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
277
263
  */
278
264
 
279
265
  /**
@@ -283,7 +269,6 @@ sap.ui.define([
283
269
  * @public
284
270
  * @since 1.92.0
285
271
  * @experimental Since 1.92.0 This API is experimental and might change significantly.
286
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
287
272
  */
288
273
  thisLib.BarDesign = {
289
274
 
@@ -320,7 +305,6 @@ sap.ui.define([
320
305
  * @public
321
306
  * @since 1.92.0
322
307
  * @experimental Since 1.92.0 This API is experimental and might change significantly.
323
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
324
308
  */
325
309
  thisLib.FCLLayout = {
326
310
 
@@ -403,7 +387,6 @@ Use to display both a list and a detail page when the user should focus on the l
403
387
  * @public
404
388
  * @since 1.106.0
405
389
  * @experimental Since 1.106.0 This API is experimental and might change significantly.
406
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
407
390
  */
408
391
  thisLib.IllustrationMessageSize = {
409
392
 
@@ -450,7 +433,6 @@ Use to display both a list and a detail page when the user should focus on the l
450
433
  * @public
451
434
  * @since 1.95.0
452
435
  * @experimental Since 1.95.0 This API is experimental and might change significantly.
453
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
454
436
  */
455
437
  thisLib.IllustrationMessageType = {
456
438
 
@@ -991,7 +973,6 @@ Use to display both a list and a detail page when the user should focus on the l
991
973
  * @public
992
974
  * @since 1.99.0
993
975
  * @experimental Since 1.99.0 This API is experimental and might change significantly.
994
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
995
976
  */
996
977
  thisLib.MediaGalleryItemLayout = {
997
978
 
@@ -1016,7 +997,6 @@ Use to display both a list and a detail page when the user should focus on the l
1016
997
  * @public
1017
998
  * @since 1.99.0
1018
999
  * @experimental Since 1.99.0 This API is experimental and might change significantly.
1019
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
1020
1000
  */
1021
1001
  thisLib.MediaGalleryLayout = {
1022
1002
 
@@ -1047,7 +1027,6 @@ Use to display both a list and a detail page when the user should focus on the l
1047
1027
  * @public
1048
1028
  * @since 1.99.0
1049
1029
  * @experimental Since 1.99.0 This API is experimental and might change significantly.
1050
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
1051
1030
  */
1052
1031
  thisLib.MediaGalleryMenuHorizontalAlign = {
1053
1032
 
@@ -1072,7 +1051,6 @@ Use to display both a list and a detail page when the user should focus on the l
1072
1051
  * @public
1073
1052
  * @since 1.99.0
1074
1053
  * @experimental Since 1.99.0 This API is experimental and might change significantly.
1075
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
1076
1054
  */
1077
1055
  thisLib.MediaGalleryMenuVerticalAlign = {
1078
1056
 
@@ -1097,7 +1075,6 @@ Use to display both a list and a detail page when the user should focus on the l
1097
1075
  * @public
1098
1076
  * @since 1.92.0
1099
1077
  * @experimental Since 1.92.0 This API is experimental and might change significantly.
1100
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
1101
1078
  */
1102
1079
  thisLib.PageBackgroundDesign = {
1103
1080
 
@@ -1128,7 +1105,6 @@ Use to display both a list and a detail page when the user should focus on the l
1128
1105
  * @public
1129
1106
  * @since 1.99.0
1130
1107
  * @experimental Since 1.99.0 This API is experimental and might change significantly.
1131
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
1132
1108
  */
1133
1109
  thisLib.SideContentFallDown = {
1134
1110
 
@@ -1165,7 +1141,6 @@ Use to display both a list and a detail page when the user should focus on the l
1165
1141
  * @public
1166
1142
  * @since 1.99.0
1167
1143
  * @experimental Since 1.99.0 This API is experimental and might change significantly.
1168
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
1169
1144
  */
1170
1145
  thisLib.SideContentPosition = {
1171
1146
 
@@ -1190,7 +1165,6 @@ Use to display both a list and a detail page when the user should focus on the l
1190
1165
  * @public
1191
1166
  * @since 1.99.0
1192
1167
  * @experimental Since 1.99.0 This API is experimental and might change significantly.
1193
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
1194
1168
  */
1195
1169
  thisLib.SideContentVisibility = {
1196
1170
 
@@ -1233,7 +1207,6 @@ Use to display both a list and a detail page when the user should focus on the l
1233
1207
  * @public
1234
1208
  * @since 1.92.0
1235
1209
  * @experimental Since 1.92.0 This API is experimental and might change significantly.
1236
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
1237
1210
  */
1238
1211
  thisLib.TimelineLayout = {
1239
1212
 
@@ -1258,7 +1231,6 @@ Use to display both a list and a detail page when the user should focus on the l
1258
1231
  * @public
1259
1232
  * @since 1.92.0
1260
1233
  * @experimental Since 1.92.0 This API is experimental and might change significantly.
1261
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
1262
1234
  */
1263
1235
  thisLib.UploadState = {
1264
1236