@openui5/sap.ui.webc.fiori 1.124.0 → 1.124.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.
- package/README.md +3 -0
- package/package.json +4 -4
- package/src/sap/ui/webc/fiori/.library +5 -1
- package/src/sap/ui/webc/fiori/Bar.js +2 -1
- package/src/sap/ui/webc/fiori/BarcodeScannerDialog.js +2 -1
- package/src/sap/ui/webc/fiori/DynamicSideContent.js +2 -1
- package/src/sap/ui/webc/fiori/FilterItem.js +2 -1
- package/src/sap/ui/webc/fiori/FilterItemOption.js +2 -1
- package/src/sap/ui/webc/fiori/FlexibleColumnLayout.js +2 -1
- package/src/sap/ui/webc/fiori/IllustratedMessage.js +2 -1
- package/src/sap/ui/webc/fiori/MediaGallery.js +2 -1
- package/src/sap/ui/webc/fiori/MediaGalleryItem.js +2 -1
- package/src/sap/ui/webc/fiori/NotificationAction.js +2 -1
- package/src/sap/ui/webc/fiori/NotificationListGroupItem.js +2 -1
- package/src/sap/ui/webc/fiori/NotificationListItem.js +2 -1
- package/src/sap/ui/webc/fiori/Page.js +2 -1
- package/src/sap/ui/webc/fiori/ProductSwitch.js +2 -1
- package/src/sap/ui/webc/fiori/ProductSwitchItem.js +2 -1
- package/src/sap/ui/webc/fiori/ShellBar.js +2 -1
- package/src/sap/ui/webc/fiori/ShellBarItem.js +2 -1
- package/src/sap/ui/webc/fiori/SideNavigation.js +2 -1
- package/src/sap/ui/webc/fiori/SideNavigationItem.js +2 -1
- package/src/sap/ui/webc/fiori/SideNavigationSubItem.js +2 -1
- package/src/sap/ui/webc/fiori/SortItem.js +2 -1
- package/src/sap/ui/webc/fiori/Timeline.js +2 -1
- package/src/sap/ui/webc/fiori/TimelineItem.js +2 -1
- package/src/sap/ui/webc/fiori/UploadCollection.js +2 -1
- package/src/sap/ui/webc/fiori/UploadCollectionItem.js +2 -1
- package/src/sap/ui/webc/fiori/ViewSettingsDialog.js +2 -1
- package/src/sap/ui/webc/fiori/Wizard.js +2 -1
- package/src/sap/ui/webc/fiori/WizardStep.js +2 -1
- package/src/sap/ui/webc/fiori/library.js +3 -2
- package/ui5.yaml +1 -0
package/README.md
CHANGED
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
# @openui5/sap.ui.webc.fiori
|
|
4
4
|
Runtime resources of the [OpenUI5](https://github.com/SAP/openui5) UI Library **sap.ui.webc.fiori**.
|
|
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.webc.fiori",
|
|
3
|
-
"version": "1.124.
|
|
3
|
+
"version": "1.124.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.124.
|
|
24
|
-
"@openui5/sap.ui.webc.main": "1.124.
|
|
25
|
-
"@openui5/sap.ui.webc.common": "1.124.
|
|
23
|
+
"@openui5/sap.ui.core": "1.124.1",
|
|
24
|
+
"@openui5/sap.ui.webc.main": "1.124.1",
|
|
25
|
+
"@openui5/sap.ui.webc.common": "1.124.1"
|
|
26
26
|
}
|
|
27
27
|
}
|
|
@@ -3,13 +3,17 @@
|
|
|
3
3
|
|
|
4
4
|
<name>sap.ui.webc.fiori</name>
|
|
5
5
|
<vendor>SAP SE</vendor>
|
|
6
|
-
<version>1.124.
|
|
6
|
+
<version>1.124.1</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 Fiori 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>
|
|
@@ -41,12 +41,13 @@ sap.ui.define([
|
|
|
41
41
|
* <h3>Keyboard Handling</h3>
|
|
42
42
|
*
|
|
43
43
|
* @author SAP SE
|
|
44
|
-
* @version 1.124.
|
|
44
|
+
* @version 1.124.1
|
|
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.fiori.Bar
|
|
51
52
|
* @implements sap.ui.webc.fiori.IBar
|
|
52
53
|
*/
|
|
@@ -32,12 +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.124.
|
|
35
|
+
* @version 1.124.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
|
+
* @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.
|
|
41
42
|
* @alias sap.ui.webc.fiori.BarcodeScannerDialog
|
|
42
43
|
*/
|
|
43
44
|
var BarcodeScannerDialog = WebComponent.extend("sap.ui.webc.fiori.BarcodeScannerDialog", {
|
|
@@ -70,12 +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.124.
|
|
73
|
+
* @version 1.124.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
|
+
* @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.fiori.DynamicSideContent
|
|
80
81
|
*/
|
|
81
82
|
var DynamicSideContent = WebComponent.extend("sap.ui.webc.fiori.DynamicSideContent", {
|
|
@@ -26,12 +26,13 @@ sap.ui.define([
|
|
|
26
26
|
* <h3>Usage</h3>
|
|
27
27
|
*
|
|
28
28
|
* @author SAP SE
|
|
29
|
-
* @version 1.124.
|
|
29
|
+
* @version 1.124.1
|
|
30
30
|
*
|
|
31
31
|
* @constructor
|
|
32
32
|
* @public
|
|
33
33
|
* @since 1.97.0
|
|
34
34
|
* @experimental Since 1.97.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.fiori.FilterItem
|
|
36
37
|
* @implements sap.ui.webc.fiori.IFilterItem
|
|
37
38
|
*/
|
|
@@ -26,12 +26,13 @@ sap.ui.define([
|
|
|
26
26
|
* <h3>Usage</h3>
|
|
27
27
|
*
|
|
28
28
|
* @author SAP SE
|
|
29
|
-
* @version 1.124.
|
|
29
|
+
* @version 1.124.1
|
|
30
30
|
*
|
|
31
31
|
* @constructor
|
|
32
32
|
* @public
|
|
33
33
|
* @since 1.97.0
|
|
34
34
|
* @experimental Since 1.97.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.fiori.FilterItemOption
|
|
36
37
|
* @implements sap.ui.webc.fiori.IFilterItemOption
|
|
37
38
|
*/
|
|
@@ -40,12 +40,13 @@ sap.ui.define([
|
|
|
40
40
|
* <h3>Keyboard Handling</h3>
|
|
41
41
|
*
|
|
42
42
|
* @author SAP SE
|
|
43
|
-
* @version 1.124.
|
|
43
|
+
* @version 1.124.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
|
+
* @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.fiori.FlexibleColumnLayout
|
|
50
51
|
*/
|
|
51
52
|
var FlexibleColumnLayout = WebComponent.extend("sap.ui.webc.fiori.FlexibleColumnLayout", {
|
|
@@ -41,12 +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.124.
|
|
44
|
+
* @version 1.124.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
|
+
* @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.fiori.IllustratedMessage
|
|
51
52
|
*/
|
|
52
53
|
var IllustratedMessage = WebComponent.extend("sap.ui.webc.fiori.IllustratedMessage", {
|
|
@@ -45,12 +45,13 @@ sap.ui.define([
|
|
|
45
45
|
* </ul> <br>
|
|
46
46
|
*
|
|
47
47
|
* @author SAP SE
|
|
48
|
-
* @version 1.124.
|
|
48
|
+
* @version 1.124.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
|
+
* @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.fiori.MediaGallery
|
|
55
56
|
*/
|
|
56
57
|
var MediaGallery = WebComponent.extend("sap.ui.webc.fiori.MediaGallery", {
|
|
@@ -37,12 +37,13 @@ sap.ui.define([
|
|
|
37
37
|
* </ul>
|
|
38
38
|
*
|
|
39
39
|
* @author SAP SE
|
|
40
|
-
* @version 1.124.
|
|
40
|
+
* @version 1.124.1
|
|
41
41
|
*
|
|
42
42
|
* @constructor
|
|
43
43
|
* @public
|
|
44
44
|
* @since 1.99.0
|
|
45
45
|
* @experimental Since 1.99.0 This control is experimental and its API might change significantly.
|
|
46
|
+
* @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.
|
|
46
47
|
* @alias sap.ui.webc.fiori.MediaGalleryItem
|
|
47
48
|
* @implements sap.ui.webc.fiori.IMediaGalleryItem
|
|
48
49
|
*/
|
|
@@ -28,12 +28,13 @@ 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.124.
|
|
31
|
+
* @version 1.124.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
|
+
* @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.fiori.NotificationAction
|
|
38
39
|
* @implements sap.ui.webc.fiori.INotificationAction
|
|
39
40
|
*/
|
|
@@ -47,12 +47,13 @@ sap.ui.define([
|
|
|
47
47
|
* </ul>
|
|
48
48
|
*
|
|
49
49
|
* @author SAP SE
|
|
50
|
-
* @version 1.124.
|
|
50
|
+
* @version 1.124.1
|
|
51
51
|
*
|
|
52
52
|
* @constructor
|
|
53
53
|
* @public
|
|
54
54
|
* @since 1.92.0
|
|
55
55
|
* @experimental Since 1.92.0 This control is experimental and its API might change significantly.
|
|
56
|
+
* @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.
|
|
56
57
|
* @alias sap.ui.webc.fiori.NotificationListGroupItem
|
|
57
58
|
* @implements sap.ui.webc.main.IListItem
|
|
58
59
|
*/
|
|
@@ -49,12 +49,13 @@ sap.ui.define([
|
|
|
49
49
|
* </ul>
|
|
50
50
|
*
|
|
51
51
|
* @author SAP SE
|
|
52
|
-
* @version 1.124.
|
|
52
|
+
* @version 1.124.1
|
|
53
53
|
*
|
|
54
54
|
* @constructor
|
|
55
55
|
* @public
|
|
56
56
|
* @since 1.92.0
|
|
57
57
|
* @experimental Since 1.92.0 This control is experimental and its API might change significantly.
|
|
58
|
+
* @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.
|
|
58
59
|
* @alias sap.ui.webc.fiori.NotificationListItem
|
|
59
60
|
* @implements sap.ui.webc.fiori.INotificationListItem, sap.ui.webc.main.IListItem
|
|
60
61
|
*/
|
|
@@ -39,12 +39,13 @@ sap.ui.define([
|
|
|
39
39
|
* </ul>
|
|
40
40
|
*
|
|
41
41
|
* @author SAP SE
|
|
42
|
-
* @version 1.124.
|
|
42
|
+
* @version 1.124.1
|
|
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.fiori.Page
|
|
49
50
|
*/
|
|
50
51
|
var Page = WebComponent.extend("sap.ui.webc.fiori.Page", {
|
|
@@ -37,12 +37,13 @@ sap.ui.define([
|
|
|
37
37
|
* <br>
|
|
38
38
|
*
|
|
39
39
|
* @author SAP SE
|
|
40
|
-
* @version 1.124.
|
|
40
|
+
* @version 1.124.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
|
+
* @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.
|
|
46
47
|
* @alias sap.ui.webc.fiori.ProductSwitch
|
|
47
48
|
*/
|
|
48
49
|
var ProductSwitch = WebComponent.extend("sap.ui.webc.fiori.ProductSwitch", {
|
|
@@ -34,12 +34,13 @@ sap.ui.define([
|
|
|
34
34
|
* </ul>
|
|
35
35
|
*
|
|
36
36
|
* @author SAP SE
|
|
37
|
-
* @version 1.124.
|
|
37
|
+
* @version 1.124.1
|
|
38
38
|
*
|
|
39
39
|
* @constructor
|
|
40
40
|
* @public
|
|
41
41
|
* @since 1.92.0
|
|
42
42
|
* @experimental Since 1.92.0 This control is experimental and its API might change significantly.
|
|
43
|
+
* @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.
|
|
43
44
|
* @alias sap.ui.webc.fiori.ProductSwitchItem
|
|
44
45
|
* @implements sap.ui.webc.fiori.IProductSwitchItem
|
|
45
46
|
*/
|
|
@@ -50,12 +50,13 @@ sap.ui.define([
|
|
|
50
50
|
* <h3>Keyboard Handling</h3>
|
|
51
51
|
*
|
|
52
52
|
* @author SAP SE
|
|
53
|
-
* @version 1.124.
|
|
53
|
+
* @version 1.124.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
|
+
* @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.
|
|
59
60
|
* @alias sap.ui.webc.fiori.ShellBar
|
|
60
61
|
*/
|
|
61
62
|
var ShellBar = WebComponent.extend("sap.ui.webc.fiori.ShellBar", {
|
|
@@ -24,12 +24,13 @@ sap.ui.define([
|
|
|
24
24
|
*
|
|
25
25
|
*
|
|
26
26
|
* @author SAP SE
|
|
27
|
-
* @version 1.124.
|
|
27
|
+
* @version 1.124.1
|
|
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.fiori.ShellBarItem
|
|
34
35
|
* @implements sap.ui.webc.fiori.IShellBarItem
|
|
35
36
|
*/
|
|
@@ -37,12 +37,13 @@ sap.ui.define([
|
|
|
37
37
|
* <h3>Keyboard Handling</h3>
|
|
38
38
|
*
|
|
39
39
|
* @author SAP SE
|
|
40
|
-
* @version 1.124.
|
|
40
|
+
* @version 1.124.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
|
+
* @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.
|
|
46
47
|
* @alias sap.ui.webc.fiori.SideNavigation
|
|
47
48
|
*/
|
|
48
49
|
var SideNavigation = WebComponent.extend("sap.ui.webc.fiori.SideNavigation", {
|
|
@@ -26,12 +26,13 @@ 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.124.
|
|
29
|
+
* @version 1.124.1
|
|
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.fiori.SideNavigationItem
|
|
36
37
|
* @implements sap.ui.webc.fiori.ISideNavigationItem
|
|
37
38
|
*/
|
|
@@ -26,12 +26,13 @@ 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.124.
|
|
29
|
+
* @version 1.124.1
|
|
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.fiori.SideNavigationSubItem
|
|
36
37
|
* @implements sap.ui.webc.fiori.ISideNavigationSubItem
|
|
37
38
|
*/
|
|
@@ -26,12 +26,13 @@ sap.ui.define([
|
|
|
26
26
|
* <h3>Usage</h3>
|
|
27
27
|
*
|
|
28
28
|
* @author SAP SE
|
|
29
|
-
* @version 1.124.
|
|
29
|
+
* @version 1.124.1
|
|
30
30
|
*
|
|
31
31
|
* @constructor
|
|
32
32
|
* @public
|
|
33
33
|
* @since 1.97.0
|
|
34
34
|
* @experimental Since 1.97.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.fiori.SortItem
|
|
36
37
|
* @implements sap.ui.webc.fiori.ISortItem
|
|
37
38
|
*/
|
|
@@ -28,12 +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.124.
|
|
31
|
+
* @version 1.124.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
|
+
* @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.fiori.Timeline
|
|
38
39
|
*/
|
|
39
40
|
var Timeline = WebComponent.extend("sap.ui.webc.fiori.Timeline", {
|
|
@@ -26,12 +26,13 @@ sap.ui.define([
|
|
|
26
26
|
* An entry posted on the timeline.
|
|
27
27
|
*
|
|
28
28
|
* @author SAP SE
|
|
29
|
-
* @version 1.124.
|
|
29
|
+
* @version 1.124.1
|
|
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.fiori.TimelineItem
|
|
36
37
|
* @implements sap.ui.webc.fiori.ITimelineItem
|
|
37
38
|
*/
|
|
@@ -27,12 +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.124.
|
|
30
|
+
* @version 1.124.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
|
+
* @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.fiori.UploadCollection
|
|
37
38
|
*/
|
|
38
39
|
var UploadCollection = WebComponent.extend("sap.ui.webc.fiori.UploadCollection", {
|
|
@@ -28,12 +28,13 @@ sap.ui.define([
|
|
|
28
28
|
* <h3>Overview</h3> A component to be used within the <code>sap.ui.webc.fiori.UploadCollection</code>.
|
|
29
29
|
*
|
|
30
30
|
* @author SAP SE
|
|
31
|
-
* @version 1.124.
|
|
31
|
+
* @version 1.124.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
|
+
* @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.fiori.UploadCollectionItem
|
|
38
39
|
* @implements sap.ui.webc.fiori.IUploadCollectionItem
|
|
39
40
|
*/
|
|
@@ -30,12 +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.124.
|
|
33
|
+
* @version 1.124.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
|
+
* @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.
|
|
39
40
|
* @alias sap.ui.webc.fiori.ViewSettingsDialog
|
|
40
41
|
*/
|
|
41
42
|
var ViewSettingsDialog = WebComponent.extend("sap.ui.webc.fiori.ViewSettingsDialog", {
|
|
@@ -88,12 +88,13 @@ sap.ui.define([
|
|
|
88
88
|
* <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.
|
|
89
89
|
*
|
|
90
90
|
* @author SAP SE
|
|
91
|
-
* @version 1.124.
|
|
91
|
+
* @version 1.124.1
|
|
92
92
|
*
|
|
93
93
|
* @constructor
|
|
94
94
|
* @public
|
|
95
95
|
* @since 1.92.0
|
|
96
96
|
* @experimental Since 1.92.0 This control is experimental and its API might change significantly.
|
|
97
|
+
* @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.
|
|
97
98
|
* @alias sap.ui.webc.fiori.Wizard
|
|
98
99
|
*/
|
|
99
100
|
var Wizard = WebComponent.extend("sap.ui.webc.fiori.Wizard", {
|
|
@@ -37,12 +37,13 @@ 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.124.
|
|
40
|
+
* @version 1.124.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
|
+
* @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.
|
|
46
47
|
* @alias sap.ui.webc.fiori.WizardStep
|
|
47
48
|
* @implements sap.ui.webc.fiori.IWizardStep
|
|
48
49
|
*/
|
|
@@ -24,15 +24,16 @@ sap.ui.define([
|
|
|
24
24
|
* @namespace
|
|
25
25
|
* @alias sap.ui.webc.fiori
|
|
26
26
|
* @author SAP SE
|
|
27
|
-
* @version 1.124.
|
|
27
|
+
* @version 1.124.1
|
|
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.fiori",
|
|
34
35
|
apiVersion: 2,
|
|
35
|
-
version: "1.124.
|
|
36
|
+
version: "1.124.1",
|
|
36
37
|
dependencies: ["sap.ui.core", "sap.ui.webc.common"],
|
|
37
38
|
noLibraryCSS: true,
|
|
38
39
|
designtime: "sap/ui/webc/fiori/designtime/library.designtime",
|