@openui5/sap.ui.webc.fiori 1.96.21 → 1.96.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.webc.fiori",
3
- "version": "1.96.21",
3
+ "version": "1.96.22",
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",
@@ -16,8 +16,8 @@
16
16
  "url": "https://github.com/SAP/openui5.git"
17
17
  },
18
18
  "dependencies": {
19
- "@openui5/sap.ui.core": "1.96.21",
20
- "@openui5/sap.ui.webc.main": "1.96.21",
21
- "@openui5/sap.ui.webc.common": "1.96.21"
19
+ "@openui5/sap.ui.core": "1.96.22",
20
+ "@openui5/sap.ui.webc.main": "1.96.22",
21
+ "@openui5/sap.ui.webc.common": "1.96.22"
22
22
  }
23
23
  }
@@ -3,7 +3,7 @@
3
3
 
4
4
  <name>sap.ui.webc.fiori</name>
5
5
  <vendor>SAP SE</vendor>
6
- <version>1.96.21</version>
6
+ <version>1.96.22</version>
7
7
  <copyright>OpenUI5
8
8
  * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
9
9
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
@@ -39,7 +39,7 @@ sap.ui.define([
39
39
  * </ul>
40
40
  *
41
41
  * @author SAP SE
42
- * @version 1.96.21
42
+ * @version 1.96.22
43
43
  *
44
44
  * @constructor
45
45
  * @public
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * For a list of supported barcode formats, see the <ui5-link target="_blank" href="https://github.com/zxing-js/library">zxing-js/library</ui5-link> documentation.
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.96.21
35
+ * @version 1.96.22
36
36
  *
37
37
  * @constructor
38
38
  * @public
@@ -46,7 +46,7 @@ sap.ui.define([
46
46
  * <br>
47
47
  *
48
48
  * @author SAP SE
49
- * @version 1.96.21
49
+ * @version 1.96.22
50
50
  *
51
51
  * @constructor
52
52
  * @public
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * <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>
41
41
  *
42
42
  * @author SAP SE
43
- * @version 1.96.21
43
+ * @version 1.96.22
44
44
  *
45
45
  * @constructor
46
46
  * @public
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * 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.
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.96.21
30
+ * @version 1.96.22
31
31
  *
32
32
  * @constructor
33
33
  * @public
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * </ul>
48
48
  *
49
49
  * @author SAP SE
50
- * @version 1.96.21
50
+ * @version 1.96.22
51
51
  *
52
52
  * @constructor
53
53
  * @public
@@ -49,7 +49,7 @@ sap.ui.define([
49
49
  * </ul>
50
50
  *
51
51
  * @author SAP SE
52
- * @version 1.96.21
52
+ * @version 1.96.22
53
53
  *
54
54
  * @constructor
55
55
  * @public
@@ -31,7 +31,7 @@ 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.96.21
34
+ * @version 1.96.22
35
35
  *
36
36
  * @constructor
37
37
  * @public
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * <br>
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.96.21
40
+ * @version 1.96.22
41
41
  *
42
42
  * @constructor
43
43
  * @public
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * </ul>
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.96.21
37
+ * @version 1.96.22
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -55,7 +55,7 @@ sap.ui.define([
55
55
  * </ul>
56
56
  *
57
57
  * @author SAP SE
58
- * @version 1.96.21
58
+ * @version 1.96.22
59
59
  *
60
60
  * @constructor
61
61
  * @public
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  *
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.96.21
27
+ * @version 1.96.22
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * Use the available <code>sap.ui.webc.fiori.SideNavigationItem</code> and <code>sap.ui.webc.fiori.SideNavigationSubItem</code> components to build your menu. The items can consist of text only or an icon with text. The use or non-use of icons must be consistent for all items on one level. You must not combine entries with and without icons on the same level. We strongly recommend that you do not use icons on the second level.
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.96.21
38
+ * @version 1.96.22
39
39
  *
40
40
  * @constructor
41
41
  * @public
@@ -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.96.21
29
+ * @version 1.96.22
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -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.96.21
29
+ * @version 1.96.22
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -28,7 +28,7 @@ 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.96.21
31
+ * @version 1.96.22
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -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.96.21
29
+ * @version 1.96.22
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -27,7 +27,7 @@ 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.96.21
30
+ * @version 1.96.22
31
31
  *
32
32
  * @constructor
33
33
  * @public
@@ -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.96.21
29
+ * @version 1.96.22
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -30,7 +30,7 @@ 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.96.21
33
+ * @version 1.96.22
34
34
  *
35
35
  * @constructor
36
36
  * @public
@@ -64,7 +64,7 @@ sap.ui.define([
64
64
  * <h3>Responsive Behavior</h3> On small widths the step's titleText, subtitleText and separators in the navigation area will start truncate and shrink and from particular point they will hide to free as much space as possible.
65
65
  *
66
66
  * @author SAP SE
67
- * @version 1.96.21
67
+ * @version 1.96.22
68
68
  *
69
69
  * @constructor
70
70
  * @public
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * <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.
37
37
  *
38
38
  * @author SAP SE
39
- * @version 1.96.21
39
+ * @version 1.96.22
40
40
  *
41
41
  * @constructor
42
42
  * @public
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  // delegate further initialization of this library to the Core
19
19
  sap.ui.getCore().initLibrary({
20
20
  name: "sap.ui.webc.fiori",
21
- version: "1.96.21",
21
+ version: "1.96.22",
22
22
  dependencies: ["sap.ui.core", "sap.ui.webc.common"],
23
23
  noLibraryCSS: true,
24
24
  designtime: "sap/ui/webc/main/designtime/library.designtime",
@@ -75,7 +75,7 @@ sap.ui.define([
75
75
  * @namespace
76
76
  * @alias sap.ui.webc.fiori
77
77
  * @author SAP SE
78
- * @version 1.96.21
78
+ * @version 1.96.22
79
79
  * @public
80
80
  * @since 1.92.0
81
81
  * @experimental Since 1.92.0 This API is experimental and might change significantly.