@openui5/sap.ui.webc.main 1.108.2 → 1.110.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 (126) hide show
  1. package/.reuse/dep5 +16 -16
  2. package/THIRDPARTY.txt +2 -2
  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 +3 -3
  27. package/src/sap/ui/webc/main/DateRangePicker.js +3 -3
  28. package/src/sap/ui/webc/main/DateTimePicker.js +3 -3
  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/Slider.js +2 -2
  56. package/src/sap/ui/webc/main/SplitButton.js +2 -2
  57. package/src/sap/ui/webc/main/StandardListItem.js +2 -2
  58. package/src/sap/ui/webc/main/StepInput.js +2 -2
  59. package/src/sap/ui/webc/main/SuggestionGroupItem.js +2 -2
  60. package/src/sap/ui/webc/main/SuggestionItem.js +2 -2
  61. package/src/sap/ui/webc/main/Switch.js +2 -2
  62. package/src/sap/ui/webc/main/Tab.js +2 -2
  63. package/src/sap/ui/webc/main/TabContainer.js +2 -2
  64. package/src/sap/ui/webc/main/TabSeparator.js +2 -2
  65. package/src/sap/ui/webc/main/Table.js +2 -2
  66. package/src/sap/ui/webc/main/TableCell.js +2 -2
  67. package/src/sap/ui/webc/main/TableColumn.js +2 -2
  68. package/src/sap/ui/webc/main/TableGroupRow.js +2 -2
  69. package/src/sap/ui/webc/main/TableRow.js +2 -2
  70. package/src/sap/ui/webc/main/TextArea.js +2 -2
  71. package/src/sap/ui/webc/main/TimePicker.js +3 -3
  72. package/src/sap/ui/webc/main/Title.js +2 -2
  73. package/src/sap/ui/webc/main/Toast.js +2 -2
  74. package/src/sap/ui/webc/main/ToggleButton.js +2 -2
  75. package/src/sap/ui/webc/main/Token.js +2 -2
  76. package/src/sap/ui/webc/main/Tree.js +2 -2
  77. package/src/sap/ui/webc/main/TreeItem.js +2 -2
  78. package/src/sap/ui/webc/main/changeHandler/ChangeLinkTarget.js +2 -2
  79. package/src/sap/ui/webc/main/designtime/Avatar.designtime.js +1 -1
  80. package/src/sap/ui/webc/main/designtime/Badge.designtime.js +1 -1
  81. package/src/sap/ui/webc/main/designtime/BreadcrumbsItem.designtime.js +1 -1
  82. package/src/sap/ui/webc/main/designtime/BusyIndicator.designtime.js +1 -1
  83. package/src/sap/ui/webc/main/designtime/Button.designtime.js +1 -1
  84. package/src/sap/ui/webc/main/designtime/Card.designtime.js +1 -1
  85. package/src/sap/ui/webc/main/designtime/Carousel.designtime.js +1 -1
  86. package/src/sap/ui/webc/main/designtime/CheckBox.designtime.js +1 -1
  87. package/src/sap/ui/webc/main/designtime/CustomListItem.designtime.js +1 -1
  88. package/src/sap/ui/webc/main/designtime/DatePicker.designtime.js +1 -1
  89. package/src/sap/ui/webc/main/designtime/DateTimePicker.designtime.js +1 -1
  90. package/src/sap/ui/webc/main/designtime/Dialog.designtime.js +1 -1
  91. package/src/sap/ui/webc/main/designtime/Input.designtime.js +1 -1
  92. package/src/sap/ui/webc/main/designtime/Label.designtime.js +1 -1
  93. package/src/sap/ui/webc/main/designtime/Link.designtime.js +1 -1
  94. package/src/sap/ui/webc/main/designtime/List.designtime.js +1 -1
  95. package/src/sap/ui/webc/main/designtime/MultiInput.designtime.js +1 -1
  96. package/src/sap/ui/webc/main/designtime/Panel.designtime.js +1 -1
  97. package/src/sap/ui/webc/main/designtime/Popover.designtime.js +1 -1
  98. package/src/sap/ui/webc/main/designtime/RadioButton.designtime.js +1 -1
  99. package/src/sap/ui/webc/main/designtime/RangeSlider.designtime.js +1 -1
  100. package/src/sap/ui/webc/main/designtime/RatingIndicator.designtime.js +1 -1
  101. package/src/sap/ui/webc/main/designtime/ResponsivePopover.designtime.js +1 -1
  102. package/src/sap/ui/webc/main/designtime/Slider.designtime.js +1 -1
  103. package/src/sap/ui/webc/main/designtime/StandardListItem.designtime.js +1 -1
  104. package/src/sap/ui/webc/main/designtime/Tab.designtime.js +1 -1
  105. package/src/sap/ui/webc/main/designtime/TabContainer.designtime.js +1 -1
  106. package/src/sap/ui/webc/main/designtime/Table.designtime.js +1 -1
  107. package/src/sap/ui/webc/main/designtime/TableColumn.designtime.js +1 -1
  108. package/src/sap/ui/webc/main/designtime/Title.designtime.js +1 -1
  109. package/src/sap/ui/webc/main/designtime/library.designtime.js +1 -1
  110. package/src/sap/ui/webc/main/flexibility/Badge.flexibility.js +1 -1
  111. package/src/sap/ui/webc/main/flexibility/BreadcrumbsItem.flexibility.js +1 -1
  112. package/src/sap/ui/webc/main/flexibility/Button.flexibility.js +1 -1
  113. package/src/sap/ui/webc/main/flexibility/CheckBox.flexibility.js +1 -1
  114. package/src/sap/ui/webc/main/flexibility/Dialog.flexibility.js +1 -1
  115. package/src/sap/ui/webc/main/flexibility/Label.flexibility.js +1 -1
  116. package/src/sap/ui/webc/main/flexibility/Link.flexibility.js +1 -1
  117. package/src/sap/ui/webc/main/flexibility/List.flexibility.js +1 -1
  118. package/src/sap/ui/webc/main/flexibility/Panel.flexibility.js +1 -1
  119. package/src/sap/ui/webc/main/flexibility/Popover.flexibility.js +1 -1
  120. package/src/sap/ui/webc/main/flexibility/RadioButton.flexibility.js +1 -1
  121. package/src/sap/ui/webc/main/flexibility/ResponsivePopover.flexibility.js +1 -1
  122. package/src/sap/ui/webc/main/flexibility/StandardListItem.flexibility.js +1 -1
  123. package/src/sap/ui/webc/main/flexibility/Tab.flexibility.js +1 -1
  124. package/src/sap/ui/webc/main/flexibility/TabContainer.flexibility.js +1 -1
  125. package/src/sap/ui/webc/main/flexibility/Title.flexibility.js +1 -1
  126. package/src/sap/ui/webc/main/library.js +3 -3
package/.reuse/dep5 CHANGED
@@ -28,7 +28,7 @@ Disclaimer: The code in this project may include calls to APIs (“API Calls”)
28
28
  # OpenUI5 code
29
29
 
30
30
  Files: *
31
- Copyright: 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
31
+ Copyright: 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
32
32
  License: Apache-2.0
33
33
 
34
34
 
@@ -68,7 +68,7 @@ Comment: these files belong to: jQuery UI
68
68
 
69
69
  Files: src/sap.ui.commons/src/sap/ui/commons/Carousel.js
70
70
  Copyright:
71
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
71
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
72
72
  Spencer Tipping
73
73
  License: Apache-2.0 and MIT
74
74
  Comment: these files contain content from SAP and jquery.fix.clone: Carousel.js is authored by SAP, but contains an improved implementation of the clone function which is taken from jquery-fix-clone
@@ -83,35 +83,35 @@ Comment: these files belong to: jQuery 3
83
83
 
84
84
  Files: src/sap.ui.core/src/sap/base/util/isPlainObject.js
85
85
  Copyright:
86
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
86
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
87
87
  OpenJS Foundation and other contributors
88
88
  License: Apache-2.0 and MIT
89
89
  Comment: these files contain content from SAP and jQuery 3: isPlainObject.js is overall written by SAP, but contains a modified implementation of jQuery.isPlainObject taken from jQuery
90
90
 
91
91
  Files: src/sap.ui.core/src/sap/base/util/_merge.js
92
92
  Copyright:
93
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
93
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
94
94
  OpenJS Foundation and other contributors
95
95
  License: Apache-2.0 and MIT
96
96
  Comment: these files contain content from SAP and jQuery 3: _merge.js is overall written by SAP, but contains a modified implementation of jQuery.extend taken from jQuery
97
97
 
98
98
  Files: src/sap.ui.core/src/jquery.sap.script.js
99
99
  Copyright:
100
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
100
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
101
101
  OpenJS Foundation and other contributors
102
102
  License: Apache-2.0 and MIT
103
103
  Comment: these files contain content from SAP and jQuery 3: jquery.sap.script.js is overall written by SAP, but contains a modified implementation of jQuery.extend taken from jQuery
104
104
 
105
105
  Files: src/sap.ui.core/src/sap/ui/Device.js
106
106
  Copyright:
107
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
107
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
108
108
  2011, John Resig
109
109
  License: Apache-2.0 and MIT
110
110
  Comment: these files contain content from SAP and jQuery 1: Device.js is overall written by SAP, but contains code taken from jQuery 1.7.1 (see the respective comment)
111
111
 
112
112
  Files: src/sap.ui.core/src/sap/ui/dom/jquery/Selectors.js
113
113
  Copyright:
114
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
114
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
115
115
  2014 jQuery Foundation and other contributors
116
116
  License: Apache-2.0 and MIT
117
117
  Comment: these files contain content from SAP and jQuery UI 1.8: Selectors.js is overall written by SAP, but contains code taken from jQuery UI (see the respective comments)
@@ -123,14 +123,14 @@ Comment: these files belong to: jQuery UI 1.10
123
123
 
124
124
  Files: src/sap.ui.core/src/jquery.sap.dom.js
125
125
  Copyright:
126
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
126
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
127
127
  2014 jQuery Foundation and other contributors
128
128
  License: Apache-2.0 and MIT
129
129
  Comment: these files contain content from SAP and jQuery UI 1.10: jquery.sap.dom.js is overall written by SAP, but contains code taken from jQuery UI Core (see the respective comment)
130
130
 
131
131
  Files: src/sap.ui.core/src/sap/ui/dom/jquery/zIndex.js
132
132
  Copyright:
133
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
133
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
134
134
  2014 jQuery Foundation and other contributors
135
135
  License: Apache-2.0 and MIT
136
136
  Comment: these files contain content from SAP and jQuery UI 1.11: zIndex.js is overall written by SAP, but contains an implementation of the function 'fnzIndex' which is taken from jQuery UI Datepicker 1.11.1
@@ -162,7 +162,7 @@ Comment: these files belong to: jQuery Mobile
162
162
 
163
163
  Files: src/sap.ui.core/src/sap/ui/util/_FeatureDetection.js
164
164
  Copyright:
165
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
165
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
166
166
  2012 Wei-Ko Kao
167
167
  License: Apache-2.0 and MIT
168
168
  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
@@ -299,14 +299,14 @@ Comment: these files belong to: blanket.js
299
299
 
300
300
  Files: src/sap.ui.core/src/sap/base/util/JSTokenizer.js
301
301
  Copyright:
302
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
302
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
303
303
  Douglas Crockford
304
304
  License: Apache-2.0 and LicenseRef-JSONinJSPublicDomain
305
305
  Comment: these files contain content from SAP and JSON in JS: JSTokenizer.js is overall written by SAP, but contains code has been taken from the component JSON in JavaScript (https://github.com/douglascrockford/JSON-js/blob/master/json2.js) from Douglas Crockford which is licensed under Public Domain
306
306
 
307
307
  Files: src/sap.ui.core/src/sap/ui/base/ExpressionParser.js
308
308
  Copyright:
309
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
309
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
310
310
  2010 Douglas Crockford
311
311
  License: Apache-2.0
312
312
  Comment: these files contain content from SAP and Top Down Operator Precedence: ExpressionParser.js is overall written by SAP, but contains code taken from or inspired by TDOP by Douglas Crockford (see the respective comment)
@@ -340,7 +340,7 @@ Comment: these files contain content from p-cancelable and @babel/helpers: _Canc
340
340
 
341
341
  Files: src/sap.ui.core/src/sap/ui/core/date/Persian.js
342
342
  Copyright:
343
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
343
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
344
344
  Behrang Norouzinia
345
345
  License: Apache-2.0 and MIT
346
346
  Comment: these files contain content from SAP and Jalaali JS: Persian.js is overall written by SAP, but the calculation is taken from jalaali-js
@@ -352,14 +352,14 @@ Comment: these files belong to: vkBeautify
352
352
 
353
353
  Files: src/sap.ui.core/src/sap/ui/core/cache/LRUPersistentCache.js
354
354
  Copyright:
355
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
355
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
356
356
  Isaac Z. Schlueter and Contributors
357
357
  License: Apache-2.0 and ISC
358
358
  Comment: these files contain content from SAP and node-lru-cache: LRUPersistentCache.js is overall written by SAP, but portions ('Least Recently Used' logic) are taken from the node-lru-cache project (see https://github.com/isaacs/node-lru-cache/blob/v2.7.3/README.md) and modified.
359
359
 
360
360
  Files: src/sap.ui.core/test/sap/ui/core/qunit/i18n/helper/_timezones.js
361
361
  Copyright:
362
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
362
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
363
363
  Arthur David Olson, Paul Eggert and other contributors
364
364
  License: Apache-2.0 and LicenseRef-tzdata-PublicDomain
365
365
  Comment: these files contain content from SAP and Time Zone Database: _timezones.js is overall written by SAP, but the list of IANA timezone IDs is taken from the Timezone Database
@@ -469,7 +469,7 @@ Comment: these files belong to: LESS
469
469
 
470
470
  Files: lib/jsdoc/ui5/plugin.js
471
471
  Copyright:
472
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
472
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
473
473
  2011-present Michael Mathews micmath@gmail.com and the contributors to JSDoc
474
474
  License: Apache-2.0
475
475
  Comment: these files contain content from SAP and JSDoc 3: plugin.js is overall written by SAP, but contains code taken from JSDoc 3.6.7 (see the respective comments)
package/THIRDPARTY.txt CHANGED
@@ -185,7 +185,7 @@ License: Apache-2.0
185
185
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
186
186
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/caja-html-sanitizer.js
187
187
 
188
- Component: Unicode Common Locale Data Repository, version: 35.1
188
+ Component: Unicode Common Locale Data Repository, version: 41
189
189
  Copyright: 1991-2014 Unicode, Inc.
190
190
  License: Unicode-DFS-2015
191
191
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Unicode-DFS-2015.txt
@@ -478,7 +478,7 @@ License: Apache-2.0
478
478
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
479
479
  Contained in: lib/jsdoc/ui5/plugin.js
480
480
 
481
- Component: SAP Theming Base Content, version: 11.1.40
481
+ Component: SAP Theming Base Content, version: 11.1.48
482
482
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
483
483
  License: Apache-2.0
484
484
  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.main",
3
- "version": "1.108.2",
3
+ "version": "1.110.0",
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.108.2",
24
- "@openui5/sap.ui.webc.common": "1.108.2"
23
+ "@openui5/sap.ui.core": "1.110.0",
24
+ "@openui5/sap.ui.webc.common": "1.110.0"
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.108.2</version>
6
+ <version>1.110.0</version>
7
7
  <copyright>OpenUI5
8
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
8
+ * (c) Copyright 2009-2023 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>
@@ -30,7 +30,7 @@
30
30
  </jscoverage>
31
31
  <!-- Thirdparty references -->
32
32
  <thirdparty xmlns="http://www.sap.com/ui5/buildext/thirdparty" >
33
- <lib name="ui5-web-components" displayName="UI5 Web Components" npmName="@ui5/webcomponents" version="1.5.0" hash="8d7d60e58364c350192a2d7b3ed179cd" homepage="https://sap.github.io/ui5-webcomponents/">
33
+ <lib name="ui5-web-components" displayName="UI5 Web Components" npmName="@ui5/webcomponents" version="1.5.0" homepage="https://sap.github.io/ui5-webcomponents/">
34
34
  <license url="https://github.com/SAP/ui5-webcomponents/blob/master/LICENSE.txt" type="Apache-2.0"></license>
35
35
  <copyright>SAP</copyright>
36
36
  <pattern>sap/ui/webc/main/thirdparty/*.*</pattern>
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * <br>
44
44
  *
45
45
  * @author SAP SE
46
- * @version 1.108.2
46
+ * @version 1.110.0
47
47
  *
48
48
  * @constructor
49
49
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -73,7 +73,7 @@ sap.ui.define([
73
73
  * </ul> <br>
74
74
  *
75
75
  * @author SAP SE
76
- * @version 1.108.2
76
+ * @version 1.110.0
77
77
  *
78
78
  * @constructor
79
79
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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.108.2
36
+ * @version 1.110.0
37
37
  *
38
38
  * @constructor
39
39
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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.108.2
48
+ * @version 1.110.0
49
49
  *
50
50
  * @constructor
51
51
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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>ui5-breadcumbs</code>.
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.108.2
29
+ * @version 1.110.0
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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.108.2
49
+ * @version 1.110.0
50
50
  *
51
51
  * @constructor
52
52
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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.108.2
50
+ * @version 1.110.0
51
51
  *
52
52
  * @constructor
53
53
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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.108.2
97
+ * @version 1.110.0
98
98
  *
99
99
  * @constructor
100
100
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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.108.2
29
+ * @version 1.110.0
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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
  * {@link https://developer.mozilla.org/en-US/docs/Web/CSS/::part CSS Shadow Parts} allow developers to style elements inside the Shadow DOM.
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.108.2
35
+ * @version 1.110.0
36
36
  *
37
37
  * @constructor
38
38
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * </ul>
39
39
  *
40
40
  * @author SAP SE
41
- * @version 1.108.2
41
+ * @version 1.110.0
42
42
  *
43
43
  * @constructor
44
44
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -61,7 +61,7 @@ sap.ui.define([
61
61
  * </ul>
62
62
  *
63
63
  * @author SAP SE
64
- * @version 1.108.2
64
+ * @version 1.110.0
65
65
  *
66
66
  * @constructor
67
67
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -52,7 +52,7 @@ sap.ui.define([
52
52
  * <br>
53
53
  *
54
54
  * @author SAP SE
55
- * @version 1.108.2
55
+ * @version 1.110.0
56
56
  *
57
57
  * @constructor
58
58
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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.108.2
32
+ * @version 1.110.0
33
33
  *
34
34
  * @constructor
35
35
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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.108.2
29
+ * @version 1.110.0
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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.108.2
36
+ * @version 1.110.0
37
37
  *
38
38
  * @constructor
39
39
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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.108.2
38
+ * @version 1.110.0
39
39
  *
40
40
  * @constructor
41
41
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -57,7 +57,7 @@ sap.ui.define([
57
57
  * </ul>
58
58
  *
59
59
  * @author SAP SE
60
- * @version 1.108.2
60
+ * @version 1.110.0
61
61
  *
62
62
  * @constructor
63
63
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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.108.2
27
+ * @version 1.110.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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.108.2
27
+ * @version 1.110.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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 component accepts arbitrary HTML content to allow full customization.
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.108.2
31
+ * @version 1.110.0
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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.108.2
79
+ * @version 1.110.0
80
80
  *
81
81
  * @constructor
82
82
  * @public
@@ -332,7 +332,7 @@ sap.ui.define([
332
332
 
333
333
  /**
334
334
  * Formats a Java Script date object into a string representing a locale date according to the <code>formatPattern</code> property of the DatePicker instance
335
- * @param {object} date A Java Script date object to be formatted as string
335
+ * @param {Date} date A Java Script date object to be formatted as string
336
336
  * @public
337
337
  * @name sap.ui.webc.main.DatePicker#formatValue
338
338
  * @function
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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.108.2
49
+ * @version 1.110.0
50
50
  *
51
51
  * @constructor
52
52
  * @public
@@ -308,7 +308,7 @@ sap.ui.define([
308
308
 
309
309
  /**
310
310
  * Formats a Java Script date object into a string representing a locale date according to the <code>formatPattern</code> property of the DatePicker instance
311
- * @param {object} date A Java Script date object to be formatted as string
311
+ * @param {Date} date A Java Script date object to be formatted as string
312
312
  * @public
313
313
  * @name sap.ui.webc.main.DateRangePicker#formatValue
314
314
  * @function
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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.108.2
75
+ * @version 1.110.0
76
76
  *
77
77
  * @constructor
78
78
  * @public
@@ -328,7 +328,7 @@ sap.ui.define([
328
328
 
329
329
  /**
330
330
  * Formats a Java Script date object into a string representing a locale date according to the <code>formatPattern</code> property of the DatePicker instance
331
- * @param {object} date A Java Script date object to be formatted as string
331
+ * @param {Date} date A Java Script date object to be formatted as string
332
332
  * @public
333
333
  * @name sap.ui.webc.main.DateTimePicker#formatValue
334
334
  * @function