@openui5/sap.ui.webc.fiori 1.135.0 → 1.136.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 (142) hide show
  1. package/REUSE.toml +649 -0
  2. package/THIRDPARTY.txt +22 -22
  3. package/package.json +4 -4
  4. package/src/sap/ui/webc/fiori/.library +3 -3
  5. package/src/sap/ui/webc/fiori/Bar.js +2 -2
  6. package/src/sap/ui/webc/fiori/BarcodeScannerDialog.js +2 -2
  7. package/src/sap/ui/webc/fiori/DynamicSideContent.js +2 -2
  8. package/src/sap/ui/webc/fiori/FilterItem.js +2 -2
  9. package/src/sap/ui/webc/fiori/FilterItemOption.js +2 -2
  10. package/src/sap/ui/webc/fiori/FlexibleColumnLayout.js +2 -2
  11. package/src/sap/ui/webc/fiori/IllustratedMessage.js +2 -2
  12. package/src/sap/ui/webc/fiori/MediaGallery.js +2 -2
  13. package/src/sap/ui/webc/fiori/MediaGalleryItem.js +2 -2
  14. package/src/sap/ui/webc/fiori/NotificationAction.js +2 -2
  15. package/src/sap/ui/webc/fiori/NotificationListGroupItem.js +2 -2
  16. package/src/sap/ui/webc/fiori/NotificationListItem.js +2 -2
  17. package/src/sap/ui/webc/fiori/Page.js +2 -2
  18. package/src/sap/ui/webc/fiori/ProductSwitch.js +2 -2
  19. package/src/sap/ui/webc/fiori/ProductSwitchItem.js +2 -2
  20. package/src/sap/ui/webc/fiori/ShellBar.js +2 -2
  21. package/src/sap/ui/webc/fiori/ShellBarItem.js +2 -2
  22. package/src/sap/ui/webc/fiori/SideNavigation.js +2 -2
  23. package/src/sap/ui/webc/fiori/SideNavigationItem.js +2 -2
  24. package/src/sap/ui/webc/fiori/SideNavigationSubItem.js +2 -2
  25. package/src/sap/ui/webc/fiori/SortItem.js +2 -2
  26. package/src/sap/ui/webc/fiori/Timeline.js +2 -2
  27. package/src/sap/ui/webc/fiori/TimelineItem.js +2 -2
  28. package/src/sap/ui/webc/fiori/UploadCollection.js +2 -2
  29. package/src/sap/ui/webc/fiori/UploadCollectionItem.js +2 -2
  30. package/src/sap/ui/webc/fiori/ViewSettingsDialog.js +2 -2
  31. package/src/sap/ui/webc/fiori/Wizard.js +2 -2
  32. package/src/sap/ui/webc/fiori/WizardStep.js +2 -2
  33. package/src/sap/ui/webc/fiori/designtime/NotificationListItem.designtime.js +1 -1
  34. package/src/sap/ui/webc/fiori/designtime/Page.designtime.js +1 -1
  35. package/src/sap/ui/webc/fiori/designtime/SideNavigation.designtime.js +1 -1
  36. package/src/sap/ui/webc/fiori/designtime/SideNavigationItem.designtime.js +1 -1
  37. package/src/sap/ui/webc/fiori/designtime/SideNavigationSubItem.designtime.js +1 -1
  38. package/src/sap/ui/webc/fiori/designtime/UploadCollection.designtime.js +1 -1
  39. package/src/sap/ui/webc/fiori/designtime/UploadCollectionItem.designtime.js +1 -1
  40. package/src/sap/ui/webc/fiori/designtime/library.designtime.js +1 -1
  41. package/src/sap/ui/webc/fiori/flexibility/SideNavigation.flexibility.js +1 -1
  42. package/src/sap/ui/webc/fiori/flexibility/SideNavigationItem.flexibility.js +1 -1
  43. package/src/sap/ui/webc/fiori/flexibility/SideNavigationSubItem.flexibility.js +1 -1
  44. package/src/sap/ui/webc/fiori/flexibility/UploadCollectionItem.flexibility.js +1 -1
  45. package/src/sap/ui/webc/fiori/illustrations/AddColumn.js +1 -1
  46. package/src/sap/ui/webc/fiori/illustrations/AddDimensions.js +1 -1
  47. package/src/sap/ui/webc/fiori/illustrations/AddPeople.js +1 -1
  48. package/src/sap/ui/webc/fiori/illustrations/AllIllustrations.js +1 -1
  49. package/src/sap/ui/webc/fiori/illustrations/BalloonSky.js +1 -1
  50. package/src/sap/ui/webc/fiori/illustrations/BeforeSearch.js +1 -1
  51. package/src/sap/ui/webc/fiori/illustrations/Connection.js +1 -1
  52. package/src/sap/ui/webc/fiori/illustrations/EmptyCalendar.js +1 -1
  53. package/src/sap/ui/webc/fiori/illustrations/EmptyList.js +1 -1
  54. package/src/sap/ui/webc/fiori/illustrations/EmptyPlanningCalendar.js +1 -1
  55. package/src/sap/ui/webc/fiori/illustrations/ErrorScreen.js +1 -1
  56. package/src/sap/ui/webc/fiori/illustrations/FilterTable.js +1 -1
  57. package/src/sap/ui/webc/fiori/illustrations/GroupTable.js +1 -1
  58. package/src/sap/ui/webc/fiori/illustrations/NoActivities.js +1 -1
  59. package/src/sap/ui/webc/fiori/illustrations/NoColumnsSet.js +1 -1
  60. package/src/sap/ui/webc/fiori/illustrations/NoData.js +1 -1
  61. package/src/sap/ui/webc/fiori/illustrations/NoDimensionsSet.js +1 -1
  62. package/src/sap/ui/webc/fiori/illustrations/NoEntries.js +1 -1
  63. package/src/sap/ui/webc/fiori/illustrations/NoFilterResults.js +1 -1
  64. package/src/sap/ui/webc/fiori/illustrations/NoMail.js +1 -1
  65. package/src/sap/ui/webc/fiori/illustrations/NoMail_v1.js +1 -1
  66. package/src/sap/ui/webc/fiori/illustrations/NoNotifications.js +1 -1
  67. package/src/sap/ui/webc/fiori/illustrations/NoSavedItems.js +1 -1
  68. package/src/sap/ui/webc/fiori/illustrations/NoSavedItems_v1.js +1 -1
  69. package/src/sap/ui/webc/fiori/illustrations/NoSearchResults.js +1 -1
  70. package/src/sap/ui/webc/fiori/illustrations/NoTasks.js +1 -1
  71. package/src/sap/ui/webc/fiori/illustrations/NoTasks_v1.js +1 -1
  72. package/src/sap/ui/webc/fiori/illustrations/PageNotFound.js +1 -1
  73. package/src/sap/ui/webc/fiori/illustrations/ReloadScreen.js +1 -1
  74. package/src/sap/ui/webc/fiori/illustrations/ResizeColumn.js +1 -1
  75. package/src/sap/ui/webc/fiori/illustrations/SearchEarth.js +1 -1
  76. package/src/sap/ui/webc/fiori/illustrations/SearchFolder.js +1 -1
  77. package/src/sap/ui/webc/fiori/illustrations/SimpleBalloon.js +1 -1
  78. package/src/sap/ui/webc/fiori/illustrations/SimpleBell.js +1 -1
  79. package/src/sap/ui/webc/fiori/illustrations/SimpleCalendar.js +1 -1
  80. package/src/sap/ui/webc/fiori/illustrations/SimpleCheckMark.js +1 -1
  81. package/src/sap/ui/webc/fiori/illustrations/SimpleConnection.js +1 -1
  82. package/src/sap/ui/webc/fiori/illustrations/SimpleEmptyDoc.js +1 -1
  83. package/src/sap/ui/webc/fiori/illustrations/SimpleEmptyList.js +1 -1
  84. package/src/sap/ui/webc/fiori/illustrations/SimpleError.js +1 -1
  85. package/src/sap/ui/webc/fiori/illustrations/SimpleMagnifier.js +1 -1
  86. package/src/sap/ui/webc/fiori/illustrations/SimpleMail.js +1 -1
  87. package/src/sap/ui/webc/fiori/illustrations/SimpleNoSavedItems.js +1 -1
  88. package/src/sap/ui/webc/fiori/illustrations/SimpleNotFoundMagnifier.js +1 -1
  89. package/src/sap/ui/webc/fiori/illustrations/SimpleReload.js +1 -1
  90. package/src/sap/ui/webc/fiori/illustrations/SimpleTask.js +1 -1
  91. package/src/sap/ui/webc/fiori/illustrations/SleepingBell.js +1 -1
  92. package/src/sap/ui/webc/fiori/illustrations/SortColumn.js +1 -1
  93. package/src/sap/ui/webc/fiori/illustrations/SuccessBalloon.js +1 -1
  94. package/src/sap/ui/webc/fiori/illustrations/SuccessCheckMark.js +1 -1
  95. package/src/sap/ui/webc/fiori/illustrations/SuccessHighFive.js +1 -1
  96. package/src/sap/ui/webc/fiori/illustrations/SuccessScreen.js +1 -1
  97. package/src/sap/ui/webc/fiori/illustrations/Survey.js +1 -1
  98. package/src/sap/ui/webc/fiori/illustrations/Tent.js +1 -1
  99. package/src/sap/ui/webc/fiori/illustrations/UnableToLoad.js +1 -1
  100. package/src/sap/ui/webc/fiori/illustrations/UnableToLoadImage.js +1 -1
  101. package/src/sap/ui/webc/fiori/illustrations/UnableToUpload.js +1 -1
  102. package/src/sap/ui/webc/fiori/illustrations/UploadCollection.js +1 -1
  103. package/src/sap/ui/webc/fiori/illustrations/UploadToCloud.js +1 -1
  104. package/src/sap/ui/webc/fiori/illustrations/tnt/ChartArea.js +1 -1
  105. package/src/sap/ui/webc/fiori/illustrations/tnt/ChartArea2.js +1 -1
  106. package/src/sap/ui/webc/fiori/illustrations/tnt/ChartBPMNFlow.js +1 -1
  107. package/src/sap/ui/webc/fiori/illustrations/tnt/ChartBar.js +1 -1
  108. package/src/sap/ui/webc/fiori/illustrations/tnt/ChartBullet.js +1 -1
  109. package/src/sap/ui/webc/fiori/illustrations/tnt/ChartDoughnut.js +1 -1
  110. package/src/sap/ui/webc/fiori/illustrations/tnt/ChartFlow.js +1 -1
  111. package/src/sap/ui/webc/fiori/illustrations/tnt/ChartGantt.js +1 -1
  112. package/src/sap/ui/webc/fiori/illustrations/tnt/ChartOrg.js +1 -1
  113. package/src/sap/ui/webc/fiori/illustrations/tnt/ChartPie.js +1 -1
  114. package/src/sap/ui/webc/fiori/illustrations/tnt/CodePlaceholder.js +1 -1
  115. package/src/sap/ui/webc/fiori/illustrations/tnt/Company.js +1 -1
  116. package/src/sap/ui/webc/fiori/illustrations/tnt/Components.js +1 -1
  117. package/src/sap/ui/webc/fiori/illustrations/tnt/ExternalLink.js +1 -1
  118. package/src/sap/ui/webc/fiori/illustrations/tnt/FaceID.js +1 -1
  119. package/src/sap/ui/webc/fiori/illustrations/tnt/Fingerprint.js +1 -1
  120. package/src/sap/ui/webc/fiori/illustrations/tnt/Lock.js +1 -1
  121. package/src/sap/ui/webc/fiori/illustrations/tnt/Mission.js +1 -1
  122. package/src/sap/ui/webc/fiori/illustrations/tnt/NoApplications.js +1 -1
  123. package/src/sap/ui/webc/fiori/illustrations/tnt/NoFlows.js +1 -1
  124. package/src/sap/ui/webc/fiori/illustrations/tnt/NoUsers.js +1 -1
  125. package/src/sap/ui/webc/fiori/illustrations/tnt/Radar.js +1 -1
  126. package/src/sap/ui/webc/fiori/illustrations/tnt/Secrets.js +1 -1
  127. package/src/sap/ui/webc/fiori/illustrations/tnt/Services.js +1 -1
  128. package/src/sap/ui/webc/fiori/illustrations/tnt/SessionExpired.js +1 -1
  129. package/src/sap/ui/webc/fiori/illustrations/tnt/SessionExpiring.js +1 -1
  130. package/src/sap/ui/webc/fiori/illustrations/tnt/Success.js +1 -1
  131. package/src/sap/ui/webc/fiori/illustrations/tnt/SuccessfulAuth.js +1 -1
  132. package/src/sap/ui/webc/fiori/illustrations/tnt/Systems.js +1 -1
  133. package/src/sap/ui/webc/fiori/illustrations/tnt/Teams.js +1 -1
  134. package/src/sap/ui/webc/fiori/illustrations/tnt/Tools.js +1 -1
  135. package/src/sap/ui/webc/fiori/illustrations/tnt/UnableToLoad.js +1 -1
  136. package/src/sap/ui/webc/fiori/illustrations/tnt/Unlock.js +1 -1
  137. package/src/sap/ui/webc/fiori/illustrations/tnt/UnsuccessfulAuth.js +1 -1
  138. package/src/sap/ui/webc/fiori/illustrations/tnt/User2.js +1 -1
  139. package/src/sap/ui/webc/fiori/library.config.js +1 -1
  140. package/src/sap/ui/webc/fiori/library.js +3 -3
  141. package/ui5.yaml +1 -1
  142. package/.reuse/dep5 +0 -471
package/THIRDPARTY.txt CHANGED
@@ -26,7 +26,7 @@ Component: Ace (Ajax.org Cloud9 Editor), version: 1.36.5
26
26
  Copyright: 2010, Ajax.org B.V.
27
27
  License: BSD-3-Clause
28
28
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
29
- Contained in: src/sap.ui.codeeditor/src/sap/ui/codeeditor/js/ace/*
29
+ Contained in: src/sap.ui.codeeditor/src/sap/ui/codeeditor/js/ace/**
30
30
 
31
31
 
32
32
  Library: sap.ui.commons:
@@ -71,7 +71,7 @@ Component: jQuery UI 1.10, version: 1.10.4
71
71
  Copyright: 2014 jQuery Foundation and other contributors
72
72
  License: MIT
73
73
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
74
- Contained in: src/sap.ui.core/src/sap/ui/thirdparty/jqueryui/*
74
+ Contained in: src/sap.ui.core/src/sap/ui/thirdparty/jqueryui/**
75
75
  src/sap.ui.core/src/jquery.sap.dom.js
76
76
 
77
77
  Component: jQuery UI 1.11, version: 1.11.1
@@ -191,13 +191,13 @@ Component: Unicode Common Locale Data Repository, version: 46.1.0
191
191
  Copyright: 1991-2024 Unicode, Inc.
192
192
  License: LicenseRef-Unicode-3.0
193
193
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/LicenseRef-Unicode-3.0.txt
194
- Contained in: src/sap.ui.core/src/sap/ui/core/cldr/*
194
+ Contained in: src/sap.ui.core/src/sap/ui/core/cldr/**
195
195
 
196
196
  Component: MobiScroll, version: 2.9.0
197
197
  Copyright: 2010-2013, Acid Media
198
198
  License: MIT
199
199
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
200
- Contained in: src/sap.ui.core/src/sap/ui/thirdparty/mobiscroll/*
200
+ Contained in: src/sap.ui.core/src/sap/ui/thirdparty/mobiscroll/**
201
201
 
202
202
  Component: SinonJS, version: 1.14.1
203
203
  Copyright: 2010-2014, Christian Johansen, christian@cjohansen.no
@@ -310,7 +310,7 @@ Component: Hyphenopoly, version: 3.4.0
310
310
  Copyright: 2021 Mathias Nater
311
311
  License: MIT
312
312
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
313
- Contained in: src/sap.ui.core/src/sap/ui/thirdparty/hyphenopoly/*
313
+ Contained in: src/sap.ui.core/src/sap/ui/thirdparty/hyphenopoly/**
314
314
 
315
315
  Component: p-cancelable, version: 2.0.0
316
316
  Copyright: Sindre Sorhus <sindresorhus@gmail.com>
@@ -349,7 +349,7 @@ Component: highlight.js, version: 11.9.0
349
349
  Copyright: 2006-2020, Ivan Sagalaev
350
350
  License: BSD-3-Clause
351
351
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
352
- Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/highlight.js/*
352
+ Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/highlight.js/**
353
353
 
354
354
  Component: Elasticlunr, version: 0.9.5
355
355
  Copyright: 2017 Wei Song and Oliver Nightingale
@@ -361,13 +361,13 @@ Component: DataTables, version: 2.0.1
361
361
  Copyright: SpryMedia Ltd
362
362
  License: MIT
363
363
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
364
- Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/DataTables-2.0.1/*
364
+ Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/DataTables-2.0.1/**
365
365
 
366
366
  Component: Buttons extension for DataTables, version: 3.0.0
367
367
  Copyright: SpryMedia Ltd
368
368
  License: MIT
369
369
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
370
- Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-3.0.0/*
370
+ Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-3.0.0/**
371
371
 
372
372
 
373
373
  Library: sap.ui.integration:
@@ -376,7 +376,7 @@ Component: UI5 Web Components, version: 1.7.0
376
376
  Copyright: SAP
377
377
  License: Apache-2.0
378
378
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
379
- Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/*
379
+ Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/**
380
380
 
381
381
  Component: Adaptive Cards, version: 2.9.0
382
382
  Copyright: 2017 Microsoft
@@ -416,18 +416,18 @@ Component: UI5 Web Components, version: 1.18.0
416
416
  Copyright: SAP
417
417
  License: Apache-2.0
418
418
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
419
- Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/*.*
420
- src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/theming/*.*
421
- src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/localization/*.*
422
- src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons/*.*
423
- src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-tnt/*.*
424
- src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-business-suite/*.*
419
+ Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/**
420
+ src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/theming/**
421
+ src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/localization/**
422
+ src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons/**
423
+ src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-tnt/**
424
+ src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-business-suite/**
425
425
 
426
426
  Component: lit-html, version: 2.2.2
427
427
  Copyright: Google LLC
428
428
  License: BSD-3-Clause
429
429
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
430
- Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/lit-html/*.*
430
+ Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/lit-html/**
431
431
 
432
432
 
433
433
  Library: sap.ui.webc.fiori:
@@ -436,7 +436,7 @@ Component: UI5 Web Components, version: 1.18.0
436
436
  Copyright: SAP
437
437
  License: Apache-2.0
438
438
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
439
- Contained in: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/thirdparty/*.*
439
+ Contained in: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/thirdparty/**
440
440
 
441
441
  Component: ZXing, version: 0.17.1
442
442
  Copyright: 2005 Sun Microsystems, Inc.; 2010-2014 University of Manchester; 2010-2015 Stian Soiland-Reyes; 2015 Peter Hull
@@ -451,7 +451,7 @@ Component: UI5 Web Components, version: 1.18.0
451
451
  Copyright: SAP
452
452
  License: Apache-2.0
453
453
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
454
- Contained in: src/sap.ui.webc.main/src/sap/ui/webc/main/thirdparty/*.*
454
+ Contained in: src/sap.ui.webc.main/src/sap/ui/webc/main/thirdparty/**
455
455
 
456
456
 
457
457
  Outside of Libraries:
@@ -462,14 +462,14 @@ 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.28.2
465
+ Component: SAP Theming Base Content, version: 11.29.1
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
469
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
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
473
 
474
474
 
475
475
  ALL LICENSE TEXTS:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.webc.fiori",
3
- "version": "1.135.0",
3
+ "version": "1.136.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.135.0",
24
- "@openui5/sap.ui.webc.main": "1.135.0",
25
- "@openui5/sap.ui.webc.common": "1.135.0"
23
+ "@openui5/sap.ui.core": "1.136.1",
24
+ "@openui5/sap.ui.webc.main": "1.136.1",
25
+ "@openui5/sap.ui.webc.common": "1.136.1"
26
26
  }
27
27
  }
@@ -3,9 +3,9 @@
3
3
 
4
4
  <name>sap.ui.webc.fiori</name>
5
5
  <vendor>SAP SE</vendor>
6
- <version>1.135.0</version>
6
+ <version>1.136.1</version>
7
7
  <copyright>OpenUI5
8
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
8
+ * (c) Copyright 2025 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>
@@ -42,7 +42,7 @@ This Web Components consumption model has been discarded. An alternative consump
42
42
  <lib name="ui5-web-components" displayName="UI5 Web Components" npmName="@ui5/webcomponents" version="1.18.0" homepage="https://sap.github.io/ui5-webcomponents/">
43
43
  <license url="https://github.com/SAP/ui5-webcomponents/blob/master/LICENSE.txt" type="Apache-2.0"></license>
44
44
  <copyright>SAP</copyright>
45
- <pattern>sap/ui/webc/fiori/thirdparty/*.*</pattern>
45
+ <pattern>sap/ui/webc/fiori/thirdparty/**</pattern>
46
46
  </lib>
47
47
  <lib name="ZXing" displayName="ZXing" version="0.17.1" npmName="@zxing/library" hash="388b252531769348d61a701c6a83db7a" homepage="https://zxing-js.github.io/library/">
48
48
  <license url="https://github.com/zxing-js/library/blob/master/LICENSE" type="Apache-2.0"></license>
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * <h3>Keyboard Handling</h3>
42
42
  *
43
43
  * @author SAP SE
44
- * @version 1.135.0
44
+ * @version 1.136.1
45
45
  *
46
46
  * @constructor
47
47
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.135.0
35
+ * @version 1.136.1
36
36
  *
37
37
  * @constructor
38
38
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.135.0
73
+ * @version 1.136.1
74
74
  *
75
75
  * @constructor
76
76
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * <h3>Usage</h3>
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.135.0
29
+ * @version 1.136.1
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * <h3>Usage</h3>
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.135.0
29
+ * @version 1.136.1
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * <h3>Keyboard Handling</h3>
41
41
  *
42
42
  * @author SAP SE
43
- * @version 1.135.0
43
+ * @version 1.136.1
44
44
  *
45
45
  * @constructor
46
46
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.135.0
44
+ * @version 1.136.1
45
45
  *
46
46
  * @constructor
47
47
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -45,7 +45,7 @@ sap.ui.define([
45
45
  * </ul> <br>
46
46
  *
47
47
  * @author SAP SE
48
- * @version 1.135.0
48
+ * @version 1.136.1
49
49
  *
50
50
  * @constructor
51
51
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * </ul>
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.135.0
40
+ * @version 1.136.1
41
41
  *
42
42
  * @constructor
43
43
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.135.0
31
+ * @version 1.136.1
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * </ul>
48
48
  *
49
49
  * @author SAP SE
50
- * @version 1.135.0
50
+ * @version 1.136.1
51
51
  *
52
52
  * @constructor
53
53
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -49,7 +49,7 @@ sap.ui.define([
49
49
  * </ul>
50
50
  *
51
51
  * @author SAP SE
52
- * @version 1.135.0
52
+ * @version 1.136.1
53
53
  *
54
54
  * @constructor
55
55
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -39,7 +39,7 @@ sap.ui.define([
39
39
  * </ul>
40
40
  *
41
41
  * @author SAP SE
42
- * @version 1.135.0
42
+ * @version 1.136.1
43
43
  *
44
44
  * @constructor
45
45
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * <br>
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.135.0
40
+ * @version 1.136.1
41
41
  *
42
42
  * @constructor
43
43
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * </ul>
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.135.0
37
+ * @version 1.136.1
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  * <h3>Keyboard Handling</h3>
51
51
  *
52
52
  * @author SAP SE
53
- * @version 1.135.0
53
+ * @version 1.136.1
54
54
  *
55
55
  * @constructor
56
56
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  *
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.135.0
27
+ * @version 1.136.1
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * <h3>Keyboard Handling</h3>
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.135.0
40
+ * @version 1.136.1
41
41
  *
42
42
  * @constructor
43
43
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.135.0
29
+ * @version 1.136.1
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.135.0
29
+ * @version 1.136.1
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * <h3>Usage</h3>
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.135.0
29
+ * @version 1.136.1
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.135.0
31
+ * @version 1.136.1
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.135.0
29
+ * @version 1.136.1
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.135.0
30
+ * @version 1.136.1
31
31
  *
32
32
  * @constructor
33
33
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.135.0
31
+ * @version 1.136.1
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.135.0
33
+ * @version 1.136.1
34
34
  *
35
35
  * @constructor
36
36
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.135.0
91
+ * @version 1.136.1
92
92
  *
93
93
  * @constructor
94
94
  * @public