@openui5/sap.ui.webc.fiori 1.134.0 → 1.135.0

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 (33) hide show
  1. package/THIRDPARTY.txt +2 -2
  2. package/package.json +4 -4
  3. package/src/sap/ui/webc/fiori/.library +1 -1
  4. package/src/sap/ui/webc/fiori/Bar.js +1 -1
  5. package/src/sap/ui/webc/fiori/BarcodeScannerDialog.js +1 -1
  6. package/src/sap/ui/webc/fiori/DynamicSideContent.js +1 -1
  7. package/src/sap/ui/webc/fiori/FilterItem.js +1 -1
  8. package/src/sap/ui/webc/fiori/FilterItemOption.js +1 -1
  9. package/src/sap/ui/webc/fiori/FlexibleColumnLayout.js +1 -1
  10. package/src/sap/ui/webc/fiori/IllustratedMessage.js +1 -1
  11. package/src/sap/ui/webc/fiori/MediaGallery.js +1 -1
  12. package/src/sap/ui/webc/fiori/MediaGalleryItem.js +1 -1
  13. package/src/sap/ui/webc/fiori/NotificationAction.js +1 -1
  14. package/src/sap/ui/webc/fiori/NotificationListGroupItem.js +1 -1
  15. package/src/sap/ui/webc/fiori/NotificationListItem.js +1 -1
  16. package/src/sap/ui/webc/fiori/Page.js +1 -1
  17. package/src/sap/ui/webc/fiori/ProductSwitch.js +1 -1
  18. package/src/sap/ui/webc/fiori/ProductSwitchItem.js +1 -1
  19. package/src/sap/ui/webc/fiori/ShellBar.js +1 -1
  20. package/src/sap/ui/webc/fiori/ShellBarItem.js +1 -1
  21. package/src/sap/ui/webc/fiori/SideNavigation.js +1 -1
  22. package/src/sap/ui/webc/fiori/SideNavigationItem.js +1 -1
  23. package/src/sap/ui/webc/fiori/SideNavigationSubItem.js +1 -1
  24. package/src/sap/ui/webc/fiori/SortItem.js +1 -1
  25. package/src/sap/ui/webc/fiori/Timeline.js +1 -1
  26. package/src/sap/ui/webc/fiori/TimelineItem.js +1 -1
  27. package/src/sap/ui/webc/fiori/UploadCollection.js +1 -1
  28. package/src/sap/ui/webc/fiori/UploadCollectionItem.js +1 -1
  29. package/src/sap/ui/webc/fiori/ViewSettingsDialog.js +1 -1
  30. package/src/sap/ui/webc/fiori/Wizard.js +1 -1
  31. package/src/sap/ui/webc/fiori/WizardStep.js +1 -1
  32. package/src/sap/ui/webc/fiori/designtime/messagebundle_sl.properties +6 -6
  33. package/src/sap/ui/webc/fiori/library.js +2 -2
package/THIRDPARTY.txt CHANGED
@@ -6,7 +6,7 @@ The full text of all referenced licenses is appended at the end of this file.
6
6
 
7
7
  Library: sap.m:
8
8
 
9
- Component: purify.js, version: 3.1.7
9
+ Component: purify.js, version: 3.2.4
10
10
  Copyright: Mario Heiderich
11
11
  License: Apache-2.0
12
12
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
@@ -462,7 +462,7 @@ 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.24.0
465
+ Component: SAP Theming Base Content, version: 11.28.2
466
466
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
467
467
  License: Apache-2.0
468
468
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.webc.fiori",
3
- "version": "1.134.0",
3
+ "version": "1.135.0",
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.134.0",
24
- "@openui5/sap.ui.webc.main": "1.134.0",
25
- "@openui5/sap.ui.webc.common": "1.134.0"
23
+ "@openui5/sap.ui.core": "1.135.0",
24
+ "@openui5/sap.ui.webc.main": "1.135.0",
25
+ "@openui5/sap.ui.webc.common": "1.135.0"
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.134.0</version>
6
+ <version>1.135.0</version>
7
7
  <copyright>OpenUI5
8
8
  * (c) Copyright 2009-2025 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.134.0
44
+ * @version 1.135.0
45
45
  *
46
46
  * @constructor
47
47
  * @public
@@ -32,7 +32,7 @@ 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.134.0
35
+ * @version 1.135.0
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.134.0
73
+ * @version 1.135.0
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.134.0
29
+ * @version 1.135.0
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.134.0
29
+ * @version 1.135.0
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * <h3>Keyboard Handling</h3>
41
41
  *
42
42
  * @author SAP SE
43
- * @version 1.134.0
43
+ * @version 1.135.0
44
44
  *
45
45
  * @constructor
46
46
  * @public
@@ -41,7 +41,7 @@ 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.134.0
44
+ * @version 1.135.0
45
45
  *
46
46
  * @constructor
47
47
  * @public
@@ -45,7 +45,7 @@ sap.ui.define([
45
45
  * </ul> <br>
46
46
  *
47
47
  * @author SAP SE
48
- * @version 1.134.0
48
+ * @version 1.135.0
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.134.0
40
+ * @version 1.135.0
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.134.0
31
+ * @version 1.135.0
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.134.0
50
+ * @version 1.135.0
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.134.0
52
+ * @version 1.135.0
53
53
  *
54
54
  * @constructor
55
55
  * @public
@@ -39,7 +39,7 @@ sap.ui.define([
39
39
  * </ul>
40
40
  *
41
41
  * @author SAP SE
42
- * @version 1.134.0
42
+ * @version 1.135.0
43
43
  *
44
44
  * @constructor
45
45
  * @public
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * <br>
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.134.0
40
+ * @version 1.135.0
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.134.0
37
+ * @version 1.135.0
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.134.0
53
+ * @version 1.135.0
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.134.0
27
+ * @version 1.135.0
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.134.0
40
+ * @version 1.135.0
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.134.0
29
+ * @version 1.135.0
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.134.0
29
+ * @version 1.135.0
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.134.0
29
+ * @version 1.135.0
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.134.0
31
+ * @version 1.135.0
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.134.0
29
+ * @version 1.135.0
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.134.0
30
+ * @version 1.135.0
31
31
  *
32
32
  * @constructor
33
33
  * @public
@@ -28,7 +28,7 @@ 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.134.0
31
+ * @version 1.135.0
32
32
  *
33
33
  * @constructor
34
34
  * @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.134.0
33
+ * @version 1.135.0
34
34
  *
35
35
  * @constructor
36
36
  * @public
@@ -88,7 +88,7 @@ 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.134.0
91
+ * @version 1.135.0
92
92
  *
93
93
  * @constructor
94
94
  * @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.134.0
40
+ * @version 1.135.0
41
41
  *
42
42
  * @constructor
43
43
  * @public
@@ -7,17 +7,17 @@ PAGE_NAME=Stran
7
7
 
8
8
  PAGE_NAME_PLURAL=Strani
9
9
 
10
- SIDE_NAVIGATION_NAME=Navigacija ob strani
10
+ SIDE_NAVIGATION_NAME=Pomik ob strani
11
11
 
12
- SIDE_NAVIGATION_NAME_PLURAL=Navigacije ob strani
12
+ SIDE_NAVIGATION_NAME_PLURAL=Pomiki ob strani
13
13
 
14
- SIDE_NAVIGATION_ITEM_NAME=Postavka navigacije ob strani
14
+ SIDE_NAVIGATION_ITEM_NAME=Element pomika ob strani
15
15
 
16
- SIDE_NAVIGATION_ITEM_NAME_PLURAL=Postavke navigacije ob strani
16
+ SIDE_NAVIGATION_ITEM_NAME_PLURAL=Elementi pomika ob strani
17
17
 
18
- SIDE_NAVIGATION_SUB_ITEM_NAME=Podpostavka navigacije ob strani
18
+ SIDE_NAVIGATION_SUB_ITEM_NAME=Podelement pomika ob strani
19
19
 
20
- SIDE_NAVIGATION_SUB_ITEM_NAME_PLURAL=Podpostavke navigacije ob strani
20
+ SIDE_NAVIGATION_SUB_ITEM_NAME_PLURAL=Podelementi pomika ob strani
21
21
 
22
22
  UPLOAD_COLLECTION_NAME=Prenos zbirke v stre\u017Enik
23
23
 
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @namespace
25
25
  * @alias sap.ui.webc.fiori
26
26
  * @author SAP SE
27
- * @version 1.134.0
27
+ * @version 1.135.0
28
28
  * @public
29
29
  * @since 1.92.0
30
30
  * @experimental Since 1.92.0 This API is experimental and might change significantly.
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  var thisLib = Library.init({
34
34
  name: "sap.ui.webc.fiori",
35
35
  apiVersion: 2,
36
- version: "1.134.0",
36
+ version: "1.135.0",
37
37
  dependencies: ["sap.ui.core", "sap.ui.webc.common"],
38
38
  noLibraryCSS: true,
39
39
  designtime: "sap/ui/webc/fiori/designtime/library.designtime",