@openui5/sap.ui.webc.fiori 1.92.0 → 1.93.3

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/.reuse/dep5 CHANGED
@@ -464,3 +464,8 @@ Copyright:
464
464
  License: Apache-2.0
465
465
  Comment: these files contain content from SAP and JSDoc 3: plugin.js is overall written by SAP, but contains code taken from JSDoc 3.6.7 (see the respective comments)
466
466
 
467
+ Files: src/sap.ui.core/src/sap/ui/core/themes/base/base.less src/themelib_sap_belize/src/sap/ui/core/themes/*/base.less src/themelib_sap_fiori_3/src/sap/ui/core/themes/*/base.less src/themelib_sap_horizon/src/sap/ui/core/themes/*/base.less
468
+ Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
469
+ License: Apache-2.0
470
+ Comment: these files belong to: SAP Theming Base Content
471
+
package/THIRDPARTY.txt CHANGED
@@ -197,7 +197,7 @@ License: BSD-3-Clause
197
197
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
198
198
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/sinon-qunit.js
199
199
 
200
- Component: URI.js, version: 1.19.6
200
+ Component: URI.js, version: 1.19.7
201
201
  Copyright: Rodney Rehm
202
202
  License: MIT
203
203
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
@@ -462,6 +462,15 @@ License: Apache-2.0
462
462
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
463
463
  Contained in: lib/jsdoc/ui5/plugin.js
464
464
 
465
+ Component: SAP Theming Base Content, version: 11.1.34
466
+ Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
467
+ License: Apache-2.0
468
+ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
469
+ Contained in: src/sap.ui.core/src/sap/ui/core/themes/base/base.less
470
+ src/themelib_sap_belize/src/sap/ui/core/themes/*/base.less
471
+ src/themelib_sap_fiori_3/src/sap/ui/core/themes/*/base.less
472
+ src/themelib_sap_horizon/src/sap/ui/core/themes/*/base.less
473
+
465
474
 
466
475
  ALL LICENSE TEXTS:
467
476
  ==================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.webc.fiori",
3
- "version": "1.92.0",
3
+ "version": "1.93.3",
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.92.0",
20
- "@openui5/sap.ui.webc.main": "1.92.0",
21
- "@openui5/sap.ui.webc.common": "1.92.0"
19
+ "@openui5/sap.ui.core": "1.93.3",
20
+ "@openui5/sap.ui.webc.main": "1.93.3",
21
+ "@openui5/sap.ui.webc.common": "1.93.3"
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.92.0</version>
6
+ <version>1.93.3</version>
7
7
  <copyright>OpenUI5
8
8
  * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
9
9
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * <h3>Responsive Behavior</h3> The middleContent will be centered in the available space between the startContent and the endContent areas, therefore it might not always be centered in the entire bar.
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.92.0
34
+ * @version 1.93.3
35
35
  *
36
36
  * @constructor
37
37
  * @public
@@ -46,7 +46,7 @@ sap.ui.define([
46
46
  * <br>
47
47
  *
48
48
  * @author SAP SE
49
- * @version 1.92.0
49
+ * @version 1.93.3
50
50
  *
51
51
  * @constructor
52
52
  * @public
@@ -67,7 +67,8 @@ sap.ui.define([
67
67
  * It supports the following fields: - <code>startColumnAccessibleName</code>: the accessibility name for the <code>startColumn</code> region - <code>midColumnAccessibleName</code>: the accessibility name for the <code>midColumn</code> region - <code>endColumnAccessibleName</code>: the accessibility name for the <code>endColumn</code> region - <code>startArrowLeftText</code>: the text that the first arrow (between the <code>begin</code> and <code>mid</code> columns) will have when pointing to the left - <code>startArrowRightText</code>: the text that the first arrow (between the <code>begin</code> and <code>mid</code> columns) will have when pointing to the right - <code>endArrowLeftText</code>: the text that the second arrow (between the <code>mid</code> and <code>end</code> columns) will have when pointing to the left - <code>endArrowRightText</code>: the text that the second arrow (between the <code>mid</code> and <code>end</code> columns) will have when pointing to the right
68
68
  */
69
69
  accessibilityTexts: {
70
- type: "object"
70
+ type: "object",
71
+ defaultValue: {}
71
72
  },
72
73
 
73
74
  /**
@@ -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.92.0
30
+ * @version 1.93.3
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.92.0
50
+ * @version 1.93.3
51
51
  *
52
52
  * @constructor
53
53
  * @public
@@ -48,7 +48,7 @@ sap.ui.define([
48
48
  * </ul>
49
49
  *
50
50
  * @author SAP SE
51
- * @version 1.92.0
51
+ * @version 1.93.3
52
52
  *
53
53
  * @constructor
54
54
  * @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.92.0
34
+ * @version 1.93.3
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.92.0
40
+ * @version 1.93.3
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.92.0
37
+ * @version 1.93.3
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.92.0
58
+ * @version 1.93.3
59
59
  *
60
60
  * @constructor
61
61
  * @public
@@ -129,7 +129,7 @@ sap.ui.define([
129
129
  /**
130
130
  * Defines the <code>sap.ui.webc.fiori.ShellBar</code> aditional items. <br>
131
131
  * <br>
132
- * <b>Note:</b> You can use the &nbsp;&lt;ui5-shellbar-item>&lt;/ui5-shellbar-item>.
132
+ * <b>Note:</b> You can use the &lt;ui5-shellbar-item>&lt;/ui5-shellbar-item>.
133
133
  */
134
134
  items: {
135
135
  type: "sap.ui.webc.fiori.IShellBarItem",
@@ -148,7 +148,7 @@ sap.ui.define([
148
148
  /**
149
149
  * Defines the items displayed in menu after a click on the primary title. <br>
150
150
  * <br>
151
- * <b>Note:</b> You can use the &nbsp;&lt;ui5-li>&lt;/ui5-li> and its ancestors.
151
+ * <b>Note:</b> You can use the &lt;ui5-li>&lt;/ui5-li> and its ancestors.
152
152
  */
153
153
  menuItems: {
154
154
  type: "sap.ui.webc.main.IListItem",
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  *
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.92.0
27
+ * @version 1.93.3
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.92.0
38
+ * @version 1.93.3
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.92.0
29
+ * @version 1.93.3
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.92.0
29
+ * @version 1.93.3
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * 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.
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.92.0
29
+ * @version 1.93.3
30
30
  *
31
31
  * @constructor
32
32
  * @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.92.0
29
+ * @version 1.93.3
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.92.0
30
+ * @version 1.93.3
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.92.0
29
+ * @version 1.93.3
30
30
  *
31
31
  * @constructor
32
32
  * @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.92.0
67
+ * @version 1.93.3
68
68
  *
69
69
  * @constructor
70
70
  * @public
@@ -126,7 +126,7 @@ sap.ui.define([
126
126
  * the step change occurs due to user's click or 'Enter'/'Space' key press on step within the navigation
127
127
  */
128
128
  changeWithClick: {
129
- type: "Boolean"
129
+ type: "boolean"
130
130
  }
131
131
  }
132
132
  }
@@ -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.92.0
39
+ * @version 1.93.3
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.92.0",
21
+ version: "1.93.3",
22
22
  dependencies: ["sap.ui.core", "sap.ui.webc.common"],
23
23
  noLibraryCSS: true,
24
24
  designtime: "sap/ui/webc/main/designtime/library.designtime",
@@ -70,7 +70,7 @@ sap.ui.define([
70
70
  * @namespace
71
71
  * @alias sap.ui.webc.fiori
72
72
  * @author SAP SE
73
- * @version 1.92.0
73
+ * @version 1.93.3
74
74
  * @public
75
75
  * @since 1.92.0
76
76
  * @experimental Since 1.92.0 This API is experimental and might change significantly.