@openui5/sap.ui.webc.fiori 1.104.0 → 1.105.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 (102) hide show
  1. package/.reuse/dep5 +1 -1
  2. package/THIRDPARTY.txt +1 -1
  3. package/package.json +4 -4
  4. package/src/sap/ui/webc/fiori/.library +1 -1
  5. package/src/sap/ui/webc/fiori/Bar.js +2 -2
  6. package/src/sap/ui/webc/fiori/BarcodeScannerDialog.js +1 -1
  7. package/src/sap/ui/webc/fiori/DynamicSideContent.js +1 -1
  8. package/src/sap/ui/webc/fiori/FilterItem.js +1 -1
  9. package/src/sap/ui/webc/fiori/FilterItemOption.js +1 -1
  10. package/src/sap/ui/webc/fiori/FlexibleColumnLayout.js +2 -2
  11. package/src/sap/ui/webc/fiori/IllustratedMessage.js +21 -1
  12. package/src/sap/ui/webc/fiori/MediaGallery.js +2 -2
  13. package/src/sap/ui/webc/fiori/MediaGalleryItem.js +1 -1
  14. package/src/sap/ui/webc/fiori/NotificationAction.js +1 -1
  15. package/src/sap/ui/webc/fiori/NotificationListGroupItem.js +1 -1
  16. package/src/sap/ui/webc/fiori/NotificationListItem.js +1 -1
  17. package/src/sap/ui/webc/fiori/Page.js +2 -2
  18. package/src/sap/ui/webc/fiori/ProductSwitch.js +1 -1
  19. package/src/sap/ui/webc/fiori/ProductSwitchItem.js +1 -1
  20. package/src/sap/ui/webc/fiori/ShellBar.js +1 -1
  21. package/src/sap/ui/webc/fiori/ShellBarItem.js +1 -1
  22. package/src/sap/ui/webc/fiori/SideNavigation.js +1 -1
  23. package/src/sap/ui/webc/fiori/SideNavigationItem.js +1 -1
  24. package/src/sap/ui/webc/fiori/SideNavigationSubItem.js +1 -1
  25. package/src/sap/ui/webc/fiori/SortItem.js +1 -1
  26. package/src/sap/ui/webc/fiori/Timeline.js +1 -1
  27. package/src/sap/ui/webc/fiori/TimelineItem.js +1 -1
  28. package/src/sap/ui/webc/fiori/UploadCollection.js +1 -1
  29. package/src/sap/ui/webc/fiori/UploadCollectionItem.js +1 -1
  30. package/src/sap/ui/webc/fiori/ViewSettingsDialog.js +17 -2
  31. package/src/sap/ui/webc/fiori/Wizard.js +1 -1
  32. package/src/sap/ui/webc/fiori/WizardStep.js +1 -1
  33. package/src/sap/ui/webc/fiori/library.js +56 -8
  34. package/src/sap/ui/webc/fiori/thirdparty/DynamicSideContent.js +1 -1
  35. package/src/sap/ui/webc/fiori/thirdparty/FlexibleColumnLayout.js +1 -2
  36. package/src/sap/ui/webc/fiori/thirdparty/IllustratedMessage.js +27 -1
  37. package/src/sap/ui/webc/fiori/thirdparty/NotificationListItem.js +1 -15
  38. package/src/sap/ui/webc/fiori/thirdparty/ShellBar.js +9 -24
  39. package/src/sap/ui/webc/fiori/thirdparty/ViewSettingsDialog.js +41 -0
  40. package/src/sap/ui/webc/fiori/thirdparty/_chunks/parameters-bundle.css.js +1 -1
  41. package/src/sap/ui/webc/fiori/thirdparty/_chunks/parameters-bundle.css10.js +1 -1
  42. package/src/sap/ui/webc/fiori/thirdparty/_chunks/parameters-bundle.css11.js +1 -1
  43. package/src/sap/ui/webc/fiori/thirdparty/_chunks/parameters-bundle.css12.js +1 -1
  44. package/src/sap/ui/webc/fiori/thirdparty/_chunks/parameters-bundle.css2.js +1 -1
  45. package/src/sap/ui/webc/fiori/thirdparty/_chunks/parameters-bundle.css3.js +1 -1
  46. package/src/sap/ui/webc/fiori/thirdparty/_chunks/parameters-bundle.css4.js +1 -1
  47. package/src/sap/ui/webc/fiori/thirdparty/_chunks/parameters-bundle.css5.js +1 -1
  48. package/src/sap/ui/webc/fiori/thirdparty/_chunks/parameters-bundle.css6.js +1 -1
  49. package/src/sap/ui/webc/fiori/thirdparty/_chunks/parameters-bundle.css7.js +1 -1
  50. package/src/sap/ui/webc/fiori/thirdparty/_chunks/parameters-bundle.css8.js +1 -1
  51. package/src/sap/ui/webc/fiori/thirdparty/_chunks/parameters-bundle.css9.js +1 -1
  52. package/src/sap/ui/webc/fiori/thirdparty/css/themes/Bar.css +1 -1
  53. package/src/sap/ui/webc/fiori/thirdparty/css/themes/FlexibleColumnLayout.css +1 -1
  54. package/src/sap/ui/webc/fiori/thirdparty/css/themes/MediaGalleryItem.css +1 -1
  55. package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListItem.css +1 -1
  56. package/src/sap/ui/webc/fiori/thirdparty/css/themes/Page.css +1 -1
  57. package/src/sap/ui/webc/fiori/thirdparty/css/themes/ProductSwitchItem.css +1 -1
  58. package/src/sap/ui/webc/fiori/thirdparty/css/themes/ShellBar.css +1 -1
  59. package/src/sap/ui/webc/fiori/thirdparty/css/themes/TimelineItem.css +1 -1
  60. package/src/sap/ui/webc/fiori/thirdparty/css/themes/UploadCollectionItem.css +1 -1
  61. package/src/sap/ui/webc/fiori/thirdparty/css/themes/Wizard.css +1 -1
  62. package/src/sap/ui/webc/fiori/thirdparty/css/themes/WizardTab.css +1 -1
  63. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize/parameters-bundle.css +1 -1
  64. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
  65. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
  66. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  67. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  68. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  69. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  70. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon/parameters-bundle.css +1 -1
  71. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  72. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  73. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  74. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  75. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/BarcodeScannerDialogTemplate.lit.js +1 -1
  76. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/NotificationListItemTemplate.lit.js +1 -1
  77. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ShellBarTemplate.lit.js +23 -18
  78. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/UploadCollectionItemTemplate.lit.js +15 -20
  79. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Bar.css.js +1 -1
  80. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/FlexibleColumnLayout.css.js +1 -1
  81. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/MediaGalleryItem.css.js +1 -1
  82. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListItem.css.js +1 -1
  83. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Page.css.js +1 -1
  84. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ProductSwitchItem.css.js +1 -1
  85. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ShellBar.css.js +1 -1
  86. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/TimelineItem.css.js +1 -1
  87. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/UploadCollectionItem.css.js +1 -1
  88. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Wizard.css.js +1 -1
  89. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/WizardTab.css.js +1 -1
  90. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
  91. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
  92. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
  93. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  94. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  95. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  96. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  97. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  98. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  99. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
  100. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  101. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  102. package/src/sap/ui/webc/fiori/thirdparty/types/IllustrationMessageSize.js +23 -0
package/.reuse/dep5 CHANGED
@@ -159,7 +159,7 @@ Copyright:
159
159
  License: Apache-2.0 and MIT
160
160
  Comment: these files contain content from SAP and jQuery.rtl-scroll-type: _FeatureDetection.js is overall written by SAP, but contains code which is inspired by jQuery.rtl-scroll-type
161
161
 
162
- Files: src/sap.ui.core/src/sap/ui/thirdparty/qunit-composite*
162
+ Files: src/sap.ui.core/src/sap/ui/thirdparty/qunit-composite.*
163
163
  Copyright: jQuery Foundation and other contributors
164
164
  License: MIT
165
165
  Comment: these files belong to: QUnit Composite
package/THIRDPARTY.txt CHANGED
@@ -104,7 +104,7 @@ Component: QUnit Composite, version: 1.0.2-pre
104
104
  Copyright: jQuery Foundation and other contributors
105
105
  License: MIT
106
106
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
107
- Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit-composite*
107
+ Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit-composite.*
108
108
 
109
109
  Component: JUnit Reporter for QUnit, version: 1.1.1
110
110
  Copyright: jQuery Foundation and other contributors
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.webc.fiori",
3
- "version": "1.104.0",
3
+ "version": "1.105.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",
@@ -16,8 +16,8 @@
16
16
  "url": "https://github.com/SAP/openui5.git"
17
17
  },
18
18
  "dependencies": {
19
- "@openui5/sap.ui.core": "1.104.0",
20
- "@openui5/sap.ui.webc.main": "1.104.0",
21
- "@openui5/sap.ui.webc.common": "1.104.0"
19
+ "@openui5/sap.ui.core": "1.105.1",
20
+ "@openui5/sap.ui.webc.main": "1.105.1",
21
+ "@openui5/sap.ui.webc.common": "1.105.1"
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.104.0</version>
6
+ <version>1.105.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.104.0
44
+ * @version 1.105.1
45
45
  *
46
46
  * @constructor
47
47
  * @public
@@ -61,7 +61,7 @@ sap.ui.define([
61
61
  properties: {
62
62
 
63
63
  /**
64
- * Defines the <code>sap.ui.webc.fiori.Bar</code> design.
64
+ * Defines the component's design.
65
65
  *
66
66
  * <br>
67
67
  * <br>
@@ -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.104.0
35
+ * @version 1.105.1
36
36
  *
37
37
  * @constructor
38
38
  * @public
@@ -70,7 +70,7 @@ 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.104.0
73
+ * @version 1.105.1
74
74
  *
75
75
  * @constructor
76
76
  * @public
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * <h3>Usage</h3>
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.104.0
29
+ * @version 1.105.1
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * <h3>Usage</h3>
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.104.0
29
+ * @version 1.105.1
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  *
26
26
  * <h3>Overview</h3>
27
27
  *
28
- * The <code>FlexibleColumnLayout</code> implements the master-detail-detail paradigm by displaying up to three pages in separate columns. There are several possible layouts that can be changed either with the component API, or by pressing the arrows, displayed between the columns.
28
+ * The <code>FlexibleColumnLayout</code> implements the list-detail-detail paradigm by displaying up to three pages in separate columns. There are several possible layouts that can be changed either with the component API, or by pressing the arrows, displayed between the columns.
29
29
  *
30
30
  * <h3>Usage</h3>
31
31
  *
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * <h3>Keyboard Handling</h3>
41
41
  *
42
42
  * @author SAP SE
43
- * @version 1.104.0
43
+ * @version 1.105.1
44
44
  *
45
45
  * @constructor
46
46
  * @public
@@ -12,6 +12,7 @@ sap.ui.define([
12
12
  ], function(WebComponent, library) {
13
13
  "use strict";
14
14
 
15
+ var IllustrationMessageSize = library.IllustrationMessageSize;
15
16
  var IllustrationMessageType = library.IllustrationMessageType;
16
17
 
17
18
  /**
@@ -40,7 +41,7 @@ sap.ui.define([
40
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>
41
42
  *
42
43
  * @author SAP SE
43
- * @version 1.104.0
44
+ * @version 1.105.1
44
45
  *
45
46
  * @constructor
46
47
  * @public
@@ -63,6 +64,25 @@ sap.ui.define([
63
64
  defaultValue: IllustrationMessageType.BeforeSearch
64
65
  },
65
66
 
67
+ /**
68
+ * Determines which illustration breakpoint variant is used. <br>
69
+ * <br>
70
+ * Available options are:
71
+ * <ul>
72
+ * <li><code>Auto</code></li>
73
+ * <li><code>Base</code></li>
74
+ * <li><code>Spot</code></li>
75
+ * <li><code>Dialog</code></li>
76
+ * <li><code>Scene</code></li>
77
+ * </ul>
78
+ *
79
+ * As <code>IllustratedMessage</code> adapts itself around the <code>Illustration</code>, the other elements of the component are displayed differently on the different breakpoints/illustration sizes.
80
+ */
81
+ size: {
82
+ type: "sap.ui.webc.fiori.IllustrationMessageSize",
83
+ defaultValue: IllustrationMessageSize.Auto
84
+ },
85
+
66
86
  /**
67
87
  * Defines the subtitle of the component. <br>
68
88
  * <br>
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  *
28
28
  * <h3>Overview</h3>
29
29
  *
30
- * The <code>ui-media-gallery</code> component allows the user to browse through multimedia items. Currently, the supported items are images and videos. The items should be defined using the <code>sap.ui.webc.fiori.MediaGalleryItem</code> component.
30
+ * The <code>sap.ui.webc.fiori.MediaGallery</code> component allows the user to browse through multimedia items. Currently, the supported items are images and videos. The items should be defined using the <code>sap.ui.webc.fiori.MediaGalleryItem</code> component.
31
31
  *
32
32
  * The items are initially displayed as thumbnails. When the user selects a thumbnail, the corresponding item is displayed in larger size. <br>
33
33
  * The component is responsive by default and adjusts the position of the menu with respect to viewport size, but the application is able to further customize the layout via the provided API.
@@ -45,7 +45,7 @@ sap.ui.define([
45
45
  * </ul> <br>
46
46
  *
47
47
  * @author SAP SE
48
- * @version 1.104.0
48
+ * @version 1.105.1
49
49
  *
50
50
  * @constructor
51
51
  * @public
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * </ul>
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.104.0
40
+ * @version 1.105.1
41
41
  *
42
42
  * @constructor
43
43
  * @public
@@ -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.104.0
31
+ * @version 1.105.1
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * </ul>
48
48
  *
49
49
  * @author SAP SE
50
- * @version 1.104.0
50
+ * @version 1.105.1
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.104.0
52
+ * @version 1.105.1
53
53
  *
54
54
  * @constructor
55
55
  * @public
@@ -25,13 +25,13 @@ sap.ui.define([
25
25
  *
26
26
  * <h3>Overview</h3>
27
27
  *
28
- * The <code>sap.ui.webc.fiori.Page</code> is a container control that holds one whole screen of an application. The page has three distinct areas that can hold content - a header, content area and a footer. <h3>Structure</h3>
28
+ * The <code>sap.ui.webc.fiori.Page</code> is a container component that holds one whole screen of an application. The page has three distinct areas that can hold content - a header, content area and a footer. <h3>Structure</h3>
29
29
  * <h4>Header</h4> The top most area of the page is occupied by the header. The standard header includes a navigation button and a title. <h4>Content</h4> The content occupies the main part of the page. Only the content area is scrollable by default. This can be prevented by setting <code>enableScrolling</code> to <code>false</code>. <h4>Footer</h4> The footer is optional and occupies the fixed bottom part of the page. Alternatively, the footer can be floating above the bottom part of the content. This is enabled with the <code>floatingFooter</code> property.
30
30
  *
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.104.0
34
+ * @version 1.105.1
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.104.0
40
+ * @version 1.105.1
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.104.0
37
+ * @version 1.105.1
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  * <h3>Keyboard Handling</h3>
51
51
  *
52
52
  * @author SAP SE
53
- * @version 1.104.0
53
+ * @version 1.105.1
54
54
  *
55
55
  * @constructor
56
56
  * @public
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  *
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.104.0
27
+ * @version 1.105.1
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * <h3>Keyboard Handling</h3>
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.104.0
40
+ * @version 1.105.1
41
41
  *
42
42
  * @constructor
43
43
  * @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.104.0
29
+ * @version 1.105.1
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.104.0
29
+ * @version 1.105.1
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * <h3>Usage</h3>
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.104.0
29
+ * @version 1.105.1
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.104.0
31
+ * @version 1.105.1
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.104.0
29
+ * @version 1.105.1
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.104.0
30
+ * @version 1.105.1
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.104.0
29
+ * @version 1.105.1
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.104.0
33
+ * @version 1.105.1
34
34
  *
35
35
  * @constructor
36
36
  * @public
@@ -75,6 +75,13 @@ sap.ui.define([
75
75
  },
76
76
  events: {
77
77
 
78
+ /**
79
+ * Fired before the component is opened. <b>This event does not bubble.</b>
80
+ */
81
+ beforeOpen: {
82
+ parameters: {}
83
+ },
84
+
78
85
  /**
79
86
  * Fired when cancel button is activated.
80
87
  */
@@ -159,10 +166,18 @@ sap.ui.define([
159
166
  }
160
167
  }
161
168
  },
162
- methods: ["show"]
169
+ methods: ["setConfirmedSettings", "show"]
163
170
  }
164
171
  });
165
172
 
173
+ /**
174
+ * Sets a JavaScript object, as settings to the <code>sap.ui.webc.fiori.ViewSettingsDialog</code>. This method can be used after the dialog is initially open, as the dialog need to set its initial settings. The <code>sap.ui.webc.fiori.ViewSettingsDialog</code> throws an event called "before-open", this can be used as trigger point. The object should have the following format: <code>{ { "sortOrder" : "Ascending", "sortBy" : "Name", "filters" : [{"Filter 1": ["Some filter 1", "Some filter 2"]}, {"Filter 2": ["Some filter 4"]}]} }</code>
175
+ * @param {string} settings A value to be set as predefined settings.
176
+ * @public
177
+ * @name sap.ui.webc.fiori.ViewSettingsDialog#setConfirmedSettings
178
+ * @function
179
+ */
180
+
166
181
  /**
167
182
  * Shows the dialog.
168
183
  * @public
@@ -77,7 +77,7 @@ 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.104.0
80
+ * @version 1.105.1
81
81
  *
82
82
  * @constructor
83
83
  * @public
@@ -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.104.0
40
+ * @version 1.105.1
41
41
  *
42
42
  * @constructor
43
43
  * @public
@@ -23,14 +23,14 @@ sap.ui.define([
23
23
  * @namespace
24
24
  * @alias sap.ui.webc.fiori
25
25
  * @author SAP SE
26
- * @version 1.104.0
26
+ * @version 1.105.1
27
27
  * @public
28
28
  * @since 1.92.0
29
29
  * @experimental Since 1.92.0 This API is experimental and might change significantly.
30
30
  */
31
31
  var thisLib = sap.ui.getCore().initLibrary({
32
32
  name: "sap.ui.webc.fiori",
33
- version: "1.104.0",
33
+ version: "1.105.1",
34
34
  dependencies: ["sap.ui.core", "sap.ui.webc.common"],
35
35
  noLibraryCSS: true,
36
36
  designtime: "sap/ui/webc/main/designtime/library.designtime",
@@ -53,6 +53,7 @@ sap.ui.define([
53
53
  types: [
54
54
  "sap.ui.webc.fiori.BarDesign",
55
55
  "sap.ui.webc.fiori.FCLLayout",
56
+ "sap.ui.webc.fiori.IllustrationMessageSize",
56
57
  "sap.ui.webc.fiori.IllustrationMessageType",
57
58
  "sap.ui.webc.fiori.MediaGalleryItemLayout",
58
59
  "sap.ui.webc.fiori.MediaGalleryLayout",
@@ -349,7 +350,7 @@ Use to display a detail page only, when the user should focus entirely on it.
349
350
  /**
350
351
  * Desktop: 25/25/50 Start, Mid and End (expanded) columns are displayed Tablet: 0/33/67 Mid and End (expanded) columns are displayed, Start is accessible by layout arrows Phone: -/-/100 (only the End column is displayed)
351
352
 
352
- Use to display all three pages (master, detail, detail-detail) when the user should focus on the detail-detail.
353
+ Use to display all three pages (list, detail, detail-detail) when the user should focus on the detail-detail.
353
354
  * @public
354
355
  */
355
356
  ThreeColumnsEndExpanded: "ThreeColumnsEndExpanded",
@@ -357,7 +358,7 @@ Use to display all three pages (master, detail, detail-detail) when the user sho
357
358
  /**
358
359
  * Desktop: 25/50/25 Start, Mid (expanded) and End columns are displayed Tablet: 0/67/33 Mid (expanded) and End columns are displayed, Start is accessible by a layout arrow Phone: -/-/100 only the End column is displayed
359
360
 
360
- Use to display all three pages (master, detail, detail-detail) when the user should focus on the detail.
361
+ Use to display all three pages (list, detail, detail-detail) when the user should focus on the detail.
361
362
  * @public
362
363
  */
363
364
  ThreeColumnsMidExpanded: "ThreeColumnsMidExpanded",
@@ -365,7 +366,7 @@ Use to display all three pages (master, detail, detail-detail) when the user sho
365
366
  /**
366
367
  * Desktop: 33/67/0 Start and Mid (expanded) columns are displayed, End is accessible by a layout arrow Tablet: 33/67/0 Start and Mid (expanded) columns are displayed, End is accessible by a layout arrow Phone: -/-/100 only the End column is displayed
367
368
 
368
- Use to display the master and detail pages when the user should focus on the detail. The detail-detail is still loaded and easily accessible with a layout arrow.
369
+ Use to display the list and detail pages when the user should focus on the detail. The detail-detail is still loaded and easily accessible with a layout arrow.
369
370
  * @public
370
371
  */
371
372
  ThreeColumnsMidExpandedEndHidden: "ThreeColumnsMidExpandedEndHidden",
@@ -373,7 +374,7 @@ Use to display the master and detail pages when the user should focus on the det
373
374
  /**
374
375
  * Desktop: 67/33/0 Start (expanded) and Mid columns are displayed, End is accessible by layout arrows Tablet: 67/33/0 Start (expanded) and Mid columns are displayed, End is accessible by layout arrows Phone: -/-/100 only the End column is displayed
375
376
 
376
- Use to display the master and detail pages when the user should focus on the master. The detail-detail is still loaded and easily accessible with layout arrows.
377
+ Use to display the list and detail pages when the user should focus on the list. The detail-detail is still loaded and easily accessible with layout arrows.
377
378
  * @public
378
379
  */
379
380
  ThreeColumnsStartExpandedEndHidden: "ThreeColumnsStartExpandedEndHidden",
@@ -381,7 +382,7 @@ Use to display the master and detail pages when the user should focus on the mas
381
382
  /**
382
383
  * Desktop: 33/67/- Start and Mid (expanded) columns are displayed Tablet: 33/67/- Start and Mid (expanded) columns are displayed Phone: -/100/- only the Mid column is displayed
383
384
 
384
- Use to display both a master and a detail page when the user should focus on the detail page.
385
+ Use to display both a list and a detail page when the user should focus on the detail page.
385
386
  * @public
386
387
  */
387
388
  TwoColumnsMidExpanded: "TwoColumnsMidExpanded",
@@ -389,13 +390,60 @@ Use to display both a master and a detail page when the user should focus on the
389
390
  /**
390
391
  * Desktop: 67/33/- Start (expanded) and Mid columns are displayed Tablet: 67/33/- Start (expanded) and Mid columns are displayed Phone: -/100/- only the Mid column is displayed
391
392
 
392
- Use to display both a master and a detail page when the user should focus on the master page.
393
+ Use to display both a list and a detail page when the user should focus on the list page.
393
394
  * @public
394
395
  */
395
396
  TwoColumnsStartExpanded: "TwoColumnsStartExpanded"
396
397
  };
397
398
 
398
399
 
400
+ /**
401
+ * Different types of IllustrationMessageSize.
402
+ *
403
+ * @enum {string}
404
+ * @public
405
+ * @since 1.106.0
406
+ * @experimental Since 1.106.0 This API is experimental and might change significantly.
407
+ * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
408
+ */
409
+ thisLib.IllustrationMessageSize = {
410
+
411
+ /**
412
+ * Automatically decides the <code>Illustration</code> size (<code>Base</code>, <code>Spot</code>, <code>Dialog</code>, or <code>Scene</code>) depending on the <code>IllustratedMessage</code> container width.
413
+
414
+ <b>Note:</b> <code>Auto</code> is the only option where the illustration size is changed according to the available container width. If any other <code>IllustratedMessageSize</code> is chosen, it remains until changed by the app developer.
415
+ * @public
416
+ */
417
+ Auto: "Auto",
418
+
419
+ /**
420
+ * Base <code>Illustration</code> size (XS breakpoint). Suitable for cards (two columns).
421
+
422
+ <b>Note:</b> When <code>Base</code> is in use, no illustration is displayed.
423
+ * @public
424
+ */
425
+ Base: "Base",
426
+
427
+ /**
428
+ * Dialog <code>Illustration</code> size (M breakpoint). Suitable for dialogs.
429
+ * @public
430
+ */
431
+ Dialog: "Dialog",
432
+
433
+ /**
434
+ * Scene <code>Illustration</code> size (L breakpoint). Suitable for a <code>Page</code> or a table.
435
+ * @public
436
+ */
437
+ Scene: "Scene",
438
+
439
+ /**
440
+ * Spot <code>Illustration</code> size (S breakpoint). Suitable for cards (four columns).
441
+ * @public
442
+ */
443
+ Spot: "Spot"
444
+ };
445
+
446
+
399
447
  /**
400
448
  * Different illustration types of Illustrated Message.
401
449
  *
@@ -64,7 +64,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
64
64
  },
65
65
  events: {
66
66
  "layout-change": {
67
- details: {
67
+ detail: {
68
68
  currentBreakpoint: {
69
69
  type: String,
70
70
  },
@@ -1,4 +1,4 @@
1
- sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/common/thirdparty/base/renderer/LitRenderer', 'sap/ui/webc/common/thirdparty/base/delegate/ResizeHandler', 'sap/ui/webc/common/thirdparty/base/types/Float', 'sap/ui/webc/common/thirdparty/base/types/Integer', 'sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/common/thirdparty/base/types/AnimationMode', 'sap/ui/webc/common/thirdparty/base/config/AnimationMode', 'sap/ui/webc/common/thirdparty/base/Device', 'sap/ui/webc/main/thirdparty/Button', 'sap/ui/webc/common/thirdparty/icons/slim-arrow-left', 'sap/ui/webc/common/thirdparty/icons/slim-arrow-right', './types/FCLLayout', './fcl-utils/FCLLayout', './generated/i18n/i18n-defaults', './generated/templates/FlexibleColumnLayoutTemplate.lit', './generated/themes/FlexibleColumnLayout.css'], function (UI5Element, litRender, ResizeHandler, Float, Integer, i18nBundle, AnimationMode$1, AnimationMode, Device, Button, slimArrowLeft, slimArrowRight, FCLLayout, FCLLayout$1, i18nDefaults, FlexibleColumnLayoutTemplate_lit, FlexibleColumnLayout_css) { 'use strict';
1
+ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/common/thirdparty/base/renderer/LitRenderer', 'sap/ui/webc/common/thirdparty/base/delegate/ResizeHandler', 'sap/ui/webc/common/thirdparty/base/types/Float', 'sap/ui/webc/common/thirdparty/base/types/Integer', 'sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/common/thirdparty/base/types/AnimationMode', 'sap/ui/webc/common/thirdparty/base/config/AnimationMode', 'sap/ui/webc/main/thirdparty/Button', 'sap/ui/webc/common/thirdparty/icons/slim-arrow-left', 'sap/ui/webc/common/thirdparty/icons/slim-arrow-right', './types/FCLLayout', './fcl-utils/FCLLayout', './generated/i18n/i18n-defaults', './generated/templates/FlexibleColumnLayoutTemplate.lit', './generated/themes/FlexibleColumnLayout.css'], function (UI5Element, litRender, ResizeHandler, Float, Integer, i18nBundle, AnimationMode$1, AnimationMode, Button, slimArrowLeft, slimArrowRight, FCLLayout, FCLLayout$1, i18nDefaults, FlexibleColumnLayoutTemplate_lit, FlexibleColumnLayout_css) { 'use strict';
2
2
 
3
3
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e['default'] : e; }
4
4
 
@@ -250,7 +250,6 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
250
250
  return {
251
251
  root: {
252
252
  "ui5-fcl-root": true,
253
- "ui5-fcl--ie": Device.isIE(),
254
253
  },
255
254
  columns: {
256
255
  start: {