@openui5/sap.ui.webc.main 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 (138) hide show
  1. package/REUSE.toml +649 -0
  2. package/THIRDPARTY.txt +22 -22
  3. package/package.json +3 -3
  4. package/src/sap/ui/webc/main/.library +3 -3
  5. package/src/sap/ui/webc/main/Avatar.js +2 -2
  6. package/src/sap/ui/webc/main/AvatarGroup.js +2 -2
  7. package/src/sap/ui/webc/main/Badge.js +2 -2
  8. package/src/sap/ui/webc/main/Breadcrumbs.js +2 -2
  9. package/src/sap/ui/webc/main/BreadcrumbsItem.js +2 -2
  10. package/src/sap/ui/webc/main/BusyIndicator.js +2 -2
  11. package/src/sap/ui/webc/main/Button.js +2 -2
  12. package/src/sap/ui/webc/main/Calendar.js +2 -2
  13. package/src/sap/ui/webc/main/CalendarDate.js +2 -2
  14. package/src/sap/ui/webc/main/Card.js +2 -2
  15. package/src/sap/ui/webc/main/CardHeader.js +2 -2
  16. package/src/sap/ui/webc/main/Carousel.js +2 -2
  17. package/src/sap/ui/webc/main/CheckBox.js +2 -2
  18. package/src/sap/ui/webc/main/ColorPalette.js +2 -2
  19. package/src/sap/ui/webc/main/ColorPaletteItem.js +2 -2
  20. package/src/sap/ui/webc/main/ColorPalettePopover.js +2 -2
  21. package/src/sap/ui/webc/main/ColorPicker.js +2 -2
  22. package/src/sap/ui/webc/main/ComboBox.js +2 -2
  23. package/src/sap/ui/webc/main/ComboBoxGroupItem.js +2 -2
  24. package/src/sap/ui/webc/main/ComboBoxItem.js +2 -2
  25. package/src/sap/ui/webc/main/CustomListItem.js +2 -2
  26. package/src/sap/ui/webc/main/DatePicker.js +2 -2
  27. package/src/sap/ui/webc/main/DateRangePicker.js +2 -2
  28. package/src/sap/ui/webc/main/DateTimePicker.js +2 -2
  29. package/src/sap/ui/webc/main/Dialog.js +2 -2
  30. package/src/sap/ui/webc/main/FileUploader.js +2 -2
  31. package/src/sap/ui/webc/main/GroupHeaderListItem.js +2 -2
  32. package/src/sap/ui/webc/main/Icon.js +2 -2
  33. package/src/sap/ui/webc/main/Input.js +2 -2
  34. package/src/sap/ui/webc/main/Label.js +2 -2
  35. package/src/sap/ui/webc/main/Link.js +2 -2
  36. package/src/sap/ui/webc/main/List.js +2 -2
  37. package/src/sap/ui/webc/main/Menu.js +2 -2
  38. package/src/sap/ui/webc/main/MenuItem.js +2 -2
  39. package/src/sap/ui/webc/main/MessageStrip.js +2 -2
  40. package/src/sap/ui/webc/main/MultiComboBox.js +2 -2
  41. package/src/sap/ui/webc/main/MultiComboBoxGroupItem.js +2 -2
  42. package/src/sap/ui/webc/main/MultiComboBoxItem.js +2 -2
  43. package/src/sap/ui/webc/main/MultiInput.js +2 -2
  44. package/src/sap/ui/webc/main/Option.js +2 -2
  45. package/src/sap/ui/webc/main/Panel.js +2 -2
  46. package/src/sap/ui/webc/main/Popover.js +2 -2
  47. package/src/sap/ui/webc/main/ProgressIndicator.js +2 -2
  48. package/src/sap/ui/webc/main/RadioButton.js +2 -2
  49. package/src/sap/ui/webc/main/RangeSlider.js +2 -2
  50. package/src/sap/ui/webc/main/RatingIndicator.js +2 -2
  51. package/src/sap/ui/webc/main/ResponsivePopover.js +2 -2
  52. package/src/sap/ui/webc/main/SegmentedButton.js +2 -2
  53. package/src/sap/ui/webc/main/SegmentedButtonItem.js +2 -2
  54. package/src/sap/ui/webc/main/Select.js +2 -2
  55. package/src/sap/ui/webc/main/SelectMenu.js +2 -2
  56. package/src/sap/ui/webc/main/SelectMenuOption.js +2 -2
  57. package/src/sap/ui/webc/main/Slider.js +2 -2
  58. package/src/sap/ui/webc/main/SplitButton.js +2 -2
  59. package/src/sap/ui/webc/main/StandardListItem.js +2 -2
  60. package/src/sap/ui/webc/main/StepInput.js +2 -2
  61. package/src/sap/ui/webc/main/SuggestionGroupItem.js +2 -2
  62. package/src/sap/ui/webc/main/SuggestionItem.js +2 -2
  63. package/src/sap/ui/webc/main/Switch.js +2 -2
  64. package/src/sap/ui/webc/main/Tab.js +2 -2
  65. package/src/sap/ui/webc/main/TabContainer.js +2 -2
  66. package/src/sap/ui/webc/main/TabSeparator.js +2 -2
  67. package/src/sap/ui/webc/main/Table.js +2 -2
  68. package/src/sap/ui/webc/main/TableCell.js +2 -2
  69. package/src/sap/ui/webc/main/TableColumn.js +2 -2
  70. package/src/sap/ui/webc/main/TableGroupRow.js +2 -2
  71. package/src/sap/ui/webc/main/TableRow.js +2 -2
  72. package/src/sap/ui/webc/main/TextArea.js +2 -2
  73. package/src/sap/ui/webc/main/TimePicker.js +2 -2
  74. package/src/sap/ui/webc/main/Title.js +2 -2
  75. package/src/sap/ui/webc/main/Toast.js +2 -2
  76. package/src/sap/ui/webc/main/ToggleButton.js +2 -2
  77. package/src/sap/ui/webc/main/Token.js +2 -2
  78. package/src/sap/ui/webc/main/Toolbar.js +2 -2
  79. package/src/sap/ui/webc/main/ToolbarButton.js +2 -2
  80. package/src/sap/ui/webc/main/ToolbarSelect.js +2 -2
  81. package/src/sap/ui/webc/main/ToolbarSelectOption.js +2 -2
  82. package/src/sap/ui/webc/main/ToolbarSeparator.js +2 -2
  83. package/src/sap/ui/webc/main/ToolbarSpacer.js +2 -2
  84. package/src/sap/ui/webc/main/Tree.js +2 -2
  85. package/src/sap/ui/webc/main/TreeItem.js +2 -2
  86. package/src/sap/ui/webc/main/TreeItemCustom.js +2 -2
  87. package/src/sap/ui/webc/main/changeHandler/ChangeLinkTarget.js +2 -2
  88. package/src/sap/ui/webc/main/designtime/Avatar.designtime.js +1 -1
  89. package/src/sap/ui/webc/main/designtime/Badge.designtime.js +1 -1
  90. package/src/sap/ui/webc/main/designtime/BreadcrumbsItem.designtime.js +1 -1
  91. package/src/sap/ui/webc/main/designtime/BusyIndicator.designtime.js +1 -1
  92. package/src/sap/ui/webc/main/designtime/Button.designtime.js +1 -1
  93. package/src/sap/ui/webc/main/designtime/Card.designtime.js +1 -1
  94. package/src/sap/ui/webc/main/designtime/Carousel.designtime.js +1 -1
  95. package/src/sap/ui/webc/main/designtime/CheckBox.designtime.js +1 -1
  96. package/src/sap/ui/webc/main/designtime/CustomListItem.designtime.js +1 -1
  97. package/src/sap/ui/webc/main/designtime/DatePicker.designtime.js +1 -1
  98. package/src/sap/ui/webc/main/designtime/DateTimePicker.designtime.js +1 -1
  99. package/src/sap/ui/webc/main/designtime/Dialog.designtime.js +1 -1
  100. package/src/sap/ui/webc/main/designtime/Input.designtime.js +1 -1
  101. package/src/sap/ui/webc/main/designtime/Label.designtime.js +1 -1
  102. package/src/sap/ui/webc/main/designtime/Link.designtime.js +1 -1
  103. package/src/sap/ui/webc/main/designtime/List.designtime.js +1 -1
  104. package/src/sap/ui/webc/main/designtime/MultiInput.designtime.js +1 -1
  105. package/src/sap/ui/webc/main/designtime/Panel.designtime.js +1 -1
  106. package/src/sap/ui/webc/main/designtime/Popover.designtime.js +1 -1
  107. package/src/sap/ui/webc/main/designtime/RadioButton.designtime.js +1 -1
  108. package/src/sap/ui/webc/main/designtime/RangeSlider.designtime.js +1 -1
  109. package/src/sap/ui/webc/main/designtime/RatingIndicator.designtime.js +1 -1
  110. package/src/sap/ui/webc/main/designtime/ResponsivePopover.designtime.js +1 -1
  111. package/src/sap/ui/webc/main/designtime/Slider.designtime.js +1 -1
  112. package/src/sap/ui/webc/main/designtime/StandardListItem.designtime.js +1 -1
  113. package/src/sap/ui/webc/main/designtime/Tab.designtime.js +1 -1
  114. package/src/sap/ui/webc/main/designtime/TabContainer.designtime.js +1 -1
  115. package/src/sap/ui/webc/main/designtime/Table.designtime.js +1 -1
  116. package/src/sap/ui/webc/main/designtime/TableColumn.designtime.js +1 -1
  117. package/src/sap/ui/webc/main/designtime/Title.designtime.js +1 -1
  118. package/src/sap/ui/webc/main/designtime/library.designtime.js +1 -1
  119. package/src/sap/ui/webc/main/flexibility/Badge.flexibility.js +1 -1
  120. package/src/sap/ui/webc/main/flexibility/BreadcrumbsItem.flexibility.js +1 -1
  121. package/src/sap/ui/webc/main/flexibility/Button.flexibility.js +1 -1
  122. package/src/sap/ui/webc/main/flexibility/CheckBox.flexibility.js +1 -1
  123. package/src/sap/ui/webc/main/flexibility/Dialog.flexibility.js +1 -1
  124. package/src/sap/ui/webc/main/flexibility/Label.flexibility.js +1 -1
  125. package/src/sap/ui/webc/main/flexibility/Link.flexibility.js +1 -1
  126. package/src/sap/ui/webc/main/flexibility/List.flexibility.js +1 -1
  127. package/src/sap/ui/webc/main/flexibility/Panel.flexibility.js +1 -1
  128. package/src/sap/ui/webc/main/flexibility/Popover.flexibility.js +1 -1
  129. package/src/sap/ui/webc/main/flexibility/RadioButton.flexibility.js +1 -1
  130. package/src/sap/ui/webc/main/flexibility/ResponsivePopover.flexibility.js +1 -1
  131. package/src/sap/ui/webc/main/flexibility/StandardListItem.flexibility.js +1 -1
  132. package/src/sap/ui/webc/main/flexibility/Tab.flexibility.js +1 -1
  133. package/src/sap/ui/webc/main/flexibility/TabContainer.flexibility.js +1 -1
  134. package/src/sap/ui/webc/main/flexibility/Title.flexibility.js +1 -1
  135. package/src/sap/ui/webc/main/library.config.js +1 -1
  136. package/src/sap/ui/webc/main/library.js +3 -3
  137. package/ui5.yaml +1 -1
  138. 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.main",
3
- "version": "1.135.0",
3
+ "version": "1.136.1",
4
4
  "description": "OpenUI5 UI Library sap.ui.webc.main",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -20,7 +20,7 @@
20
20
  "generate": "ui5-webc-generate"
21
21
  },
22
22
  "dependencies": {
23
- "@openui5/sap.ui.core": "1.135.0",
24
- "@openui5/sap.ui.webc.common": "1.135.0"
23
+ "@openui5/sap.ui.core": "1.136.1",
24
+ "@openui5/sap.ui.webc.common": "1.136.1"
25
25
  }
26
26
  }
@@ -3,9 +3,9 @@
3
3
 
4
4
  <name>sap.ui.webc.main</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 Main Components</documentation>
@@ -37,7 +37,7 @@ This Web Components consumption model has been discarded. An alternative consump
37
37
  <lib name="ui5-web-components" displayName="UI5 Web Components" npmName="@ui5/webcomponents" version="1.18.0" homepage="https://sap.github.io/ui5-webcomponents/" id="73555000106100163973">
38
38
  <license url="https://github.com/SAP/ui5-webcomponents/blob/master/LICENSE.txt" type="Apache-2.0"></license>
39
39
  <copyright>SAP</copyright>
40
- <pattern>sap/ui/webc/main/thirdparty/*.*</pattern>
40
+ <pattern>sap/ui/webc/main/thirdparty/**</pattern>
41
41
  </lib>
42
42
  </thirdparty>
43
43
 
@@ -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
 
@@ -44,7 +44,7 @@ sap.ui.define([
44
44
  * <br>
45
45
  *
46
46
  * @author SAP SE
47
- * @version 1.135.0
47
+ * @version 1.136.1
48
48
  *
49
49
  * @constructor
50
50
  * @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
 
@@ -75,7 +75,7 @@ sap.ui.define([
75
75
  * </ul> <br>
76
76
  *
77
77
  * @author SAP SE
78
- * @version 1.135.0
78
+ * @version 1.136.1
79
79
  *
80
80
  * @constructor
81
81
  * @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
 
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * </ul>
34
34
  *
35
35
  * @author SAP SE
36
- * @version 1.135.0
36
+ * @version 1.136.1
37
37
  *
38
38
  * @constructor
39
39
  * @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
 
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * The <code>sap.ui.webc.main.BreadcrumbsItem</code> component defines the content of an item in <code>sap.ui.webc.main.Breadcrumbs</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
 
@@ -46,7 +46,7 @@ sap.ui.define([
46
46
  * </ul>
47
47
  *
48
48
  * @author SAP SE
49
- * @version 1.135.0
49
+ * @version 1.136.1
50
50
  *
51
51
  * @constructor
52
52
  * @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
 
@@ -48,7 +48,7 @@ sap.ui.define([
48
48
  * </ul>
49
49
  *
50
50
  * @author SAP SE
51
- * @version 1.135.0
51
+ * @version 1.136.1
52
52
  *
53
53
  * @constructor
54
54
  * @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
 
@@ -94,7 +94,7 @@ sap.ui.define([
94
94
  * <code> &lt;script data-id="sap-ui-config" type="application/json"&gt; { "calendarType": "Japanese" } &lt;/script&gt; </code>
95
95
  *
96
96
  * @author SAP SE
97
- * @version 1.135.0
97
+ * @version 1.136.1
98
98
  *
99
99
  * @constructor
100
100
  * @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.main.CalendarDate</code> component defines a calendar date to be used inside <code>sap.ui.webc.main.Calendar</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
 
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * Note: We recommend the usage of <code>sap.ui.webc.main.CardHeader</code> for the header slot, so advantage can be taken for keyboard handling, styling and accessibility.
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
 
@@ -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
 
@@ -70,7 +70,7 @@ sap.ui.define([
70
70
  * </ul>
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
 
@@ -62,7 +62,7 @@ sap.ui.define([
62
62
  * <br>
63
63
  *
64
64
  * @author SAP SE
65
- * @version 1.135.0
65
+ * @version 1.136.1
66
66
  *
67
67
  * @constructor
68
68
  * @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
 
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * The <code>sap.ui.webc.main.ColorPalette</code> is meant for users that need to select a color from a predefined set. To define the colors, use the <code>sap.ui.webc.main.ColorPaletteItem</code> component inside the default slot of the <code>sap.ui.webc.main.ColorPalette</code>.
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.135.0
32
+ * @version 1.136.1
33
33
  *
34
34
  * @constructor
35
35
  * @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.main.ColorPaletteItem</code> component represents a color in the the <code>sap.ui.webc.main.ColorPalette</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
 
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * The palette is intended for users, who don't want to check and remember the different values of the colors and spend large amount of time to configure the right color through the color picker.
34
34
  *
35
35
  * @author SAP SE
36
- * @version 1.135.0
36
+ * @version 1.136.1
37
37
  *
38
38
  * @constructor
39
39
  * @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
 
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * </ul>
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.135.0
38
+ * @version 1.136.1
39
39
  *
40
40
  * @constructor
41
41
  * @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
 
@@ -60,7 +60,7 @@ sap.ui.define([
60
60
  * </ul>
61
61
  *
62
62
  * @author SAP SE
63
- * @version 1.135.0
63
+ * @version 1.136.1
64
64
  *
65
65
  * @constructor
66
66
  * @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
  * The <code>sap.ui.webc.main.ComboBoxGroupItem</code> is type of suggestion item, that can be used to split the <code>sap.ui.webc.main.ComboBox</code> suggestions into groups.
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
 
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * The <code>sap.ui.webc.main.ComboBoxItem</code> represents the item for a <code>sap.ui.webc.main.ComboBox</code>.
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
 
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * </ul>
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
 
@@ -76,7 +76,7 @@ sap.ui.define([
76
76
  * &lt;/script&gt;</code></pre>
77
77
  *
78
78
  * @author SAP SE
79
- * @version 1.135.0
79
+ * @version 1.136.1
80
80
  *
81
81
  * @constructor
82
82
  * @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
 
@@ -46,7 +46,7 @@ sap.ui.define([
46
46
  * </ul>
47
47
  *
48
48
  * @author SAP SE
49
- * @version 1.135.0
49
+ * @version 1.136.1
50
50
  *
51
51
  * @constructor
52
52
  * @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
 
@@ -72,7 +72,7 @@ sap.ui.define([
72
72
  * The <code>DateTimePicker</code> is responsive and fully adapts to all devices. For larger screens, such as tablet or desktop, it is displayed as a popover, while on phone devices, it is displayed full screen.
73
73
  *
74
74
  * @author SAP SE
75
- * @version 1.135.0
75
+ * @version 1.136.1
76
76
  *
77
77
  * @constructor
78
78
  * @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
 
@@ -51,7 +51,7 @@ sap.ui.define([
51
51
  * <b>Note:</b> We don't recommend nesting popup-like components (<code>sap.ui.webc.main.Dialog</code>, <code>sap.ui.webc.main.Popover</code>) inside other components containing z-index. This might break z-index management.
52
52
  *
53
53
  * @author SAP SE
54
- * @version 1.135.0
54
+ * @version 1.136.1
55
55
  *
56
56
  * @constructor
57
57
  * @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
 
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * And, similar to all input based components, the FileUploader supports "valueState", "placeholder", "name", and "disabled" properties.
34
34
  *
35
35
  * @author SAP SE
36
- * @version 1.135.0
36
+ * @version 1.136.1
37
37
  *
38
38
  * @constructor
39
39
  * @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
  * The <code>sap.ui.webc.main.GroupHeaderListItem</code> is a special list item, used only to separate other list items into logical groups.
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