@openui5/sap.ui.webc.main 1.102.2 → 1.104.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 (138) hide show
  1. package/.reuse/dep5 +17 -0
  2. package/LICENSES/LicenseRef-tzdata-PublicDomain.txt +5 -0
  3. package/THIRDPARTY.txt +35 -2
  4. package/package.json +3 -3
  5. package/src/sap/ui/webc/main/.library +1 -1
  6. package/src/sap/ui/webc/main/Avatar.js +3 -2
  7. package/src/sap/ui/webc/main/AvatarGroup.js +1 -1
  8. package/src/sap/ui/webc/main/Badge.js +1 -1
  9. package/src/sap/ui/webc/main/Breadcrumbs.js +1 -1
  10. package/src/sap/ui/webc/main/BreadcrumbsItem.js +3 -2
  11. package/src/sap/ui/webc/main/BusyIndicator.js +1 -1
  12. package/src/sap/ui/webc/main/Button.js +1 -1
  13. package/src/sap/ui/webc/main/Calendar.js +1 -1
  14. package/src/sap/ui/webc/main/CalendarDate.js +1 -1
  15. package/src/sap/ui/webc/main/Card.js +1 -1
  16. package/src/sap/ui/webc/main/CardHeader.js +1 -1
  17. package/src/sap/ui/webc/main/Carousel.js +1 -1
  18. package/src/sap/ui/webc/main/CheckBox.js +4 -2
  19. package/src/sap/ui/webc/main/ColorPalette.js +1 -1
  20. package/src/sap/ui/webc/main/ColorPaletteItem.js +1 -1
  21. package/src/sap/ui/webc/main/ColorPalettePopover.js +1 -1
  22. package/src/sap/ui/webc/main/ColorPicker.js +1 -1
  23. package/src/sap/ui/webc/main/ComboBox.js +1 -1
  24. package/src/sap/ui/webc/main/ComboBoxGroupItem.js +1 -1
  25. package/src/sap/ui/webc/main/ComboBoxItem.js +1 -1
  26. package/src/sap/ui/webc/main/CustomListItem.js +3 -2
  27. package/src/sap/ui/webc/main/DatePicker.js +1 -1
  28. package/src/sap/ui/webc/main/DateRangePicker.js +1 -1
  29. package/src/sap/ui/webc/main/DateTimePicker.js +1 -1
  30. package/src/sap/ui/webc/main/Dialog.js +1 -1
  31. package/src/sap/ui/webc/main/FileUploader.js +1 -1
  32. package/src/sap/ui/webc/main/GroupHeaderListItem.js +1 -1
  33. package/src/sap/ui/webc/main/Icon.js +1 -1
  34. package/src/sap/ui/webc/main/Input.js +1 -1
  35. package/src/sap/ui/webc/main/Label.js +1 -1
  36. package/src/sap/ui/webc/main/Link.js +1 -1
  37. package/src/sap/ui/webc/main/List.js +3 -2
  38. package/src/sap/ui/webc/main/Menu.js +1 -1
  39. package/src/sap/ui/webc/main/MenuItem.js +1 -1
  40. package/src/sap/ui/webc/main/MessageStrip.js +1 -1
  41. package/src/sap/ui/webc/main/MultiComboBox.js +1 -1
  42. package/src/sap/ui/webc/main/MultiComboBoxItem.js +1 -1
  43. package/src/sap/ui/webc/main/MultiInput.js +1 -1
  44. package/src/sap/ui/webc/main/Option.js +1 -1
  45. package/src/sap/ui/webc/main/Panel.js +1 -1
  46. package/src/sap/ui/webc/main/Popover.js +1 -1
  47. package/src/sap/ui/webc/main/ProgressIndicator.js +1 -1
  48. package/src/sap/ui/webc/main/RadioButton.js +1 -1
  49. package/src/sap/ui/webc/main/RangeSlider.js +1 -1
  50. package/src/sap/ui/webc/main/RatingIndicator.js +1 -1
  51. package/src/sap/ui/webc/main/ResponsivePopover.js +1 -1
  52. package/src/sap/ui/webc/main/SegmentedButton.js +1 -1
  53. package/src/sap/ui/webc/main/SegmentedButtonItem.js +1 -1
  54. package/src/sap/ui/webc/main/Select.js +1 -1
  55. package/src/sap/ui/webc/main/Slider.js +1 -1
  56. package/src/sap/ui/webc/main/SplitButton.js +1 -1
  57. package/src/sap/ui/webc/main/StandardListItem.js +3 -2
  58. package/src/sap/ui/webc/main/StepInput.js +1 -1
  59. package/src/sap/ui/webc/main/SuggestionGroupItem.js +1 -1
  60. package/src/sap/ui/webc/main/SuggestionItem.js +1 -1
  61. package/src/sap/ui/webc/main/Switch.js +1 -1
  62. package/src/sap/ui/webc/main/Tab.js +1 -1
  63. package/src/sap/ui/webc/main/TabContainer.js +1 -1
  64. package/src/sap/ui/webc/main/TabSeparator.js +1 -1
  65. package/src/sap/ui/webc/main/Table.js +1 -1
  66. package/src/sap/ui/webc/main/TableCell.js +1 -1
  67. package/src/sap/ui/webc/main/TableColumn.js +1 -1
  68. package/src/sap/ui/webc/main/TableGroupRow.js +1 -1
  69. package/src/sap/ui/webc/main/TableRow.js +1 -1
  70. package/src/sap/ui/webc/main/TextArea.js +1 -1
  71. package/src/sap/ui/webc/main/TimePicker.js +1 -1
  72. package/src/sap/ui/webc/main/Title.js +1 -1
  73. package/src/sap/ui/webc/main/Toast.js +1 -1
  74. package/src/sap/ui/webc/main/ToggleButton.js +1 -1
  75. package/src/sap/ui/webc/main/Token.js +1 -1
  76. package/src/sap/ui/webc/main/Tree.js +1 -1
  77. package/src/sap/ui/webc/main/TreeItem.js +1 -1
  78. package/src/sap/ui/webc/main/changeHandler/ChangeLinkTarget.js +1 -1
  79. package/src/sap/ui/webc/main/designtime/Avatar.designtime.js +26 -0
  80. package/src/sap/ui/webc/main/designtime/BreadcrumbsItem.designtime.js +45 -0
  81. package/src/sap/ui/webc/main/designtime/CheckBox.designtime.js +48 -0
  82. package/src/sap/ui/webc/main/designtime/CustomListItem.designtime.js +32 -0
  83. package/src/sap/ui/webc/main/designtime/List.designtime.js +83 -0
  84. package/src/sap/ui/webc/main/designtime/StandardListItem.designtime.js +39 -0
  85. package/src/sap/ui/webc/main/designtime/messagebundle.properties +18 -0
  86. package/src/sap/ui/webc/main/designtime/messagebundle_ar.properties +12 -0
  87. package/src/sap/ui/webc/main/designtime/messagebundle_bg.properties +12 -0
  88. package/src/sap/ui/webc/main/designtime/messagebundle_ca.properties +12 -0
  89. package/src/sap/ui/webc/main/designtime/messagebundle_cs.properties +12 -0
  90. package/src/sap/ui/webc/main/designtime/messagebundle_cy.properties +12 -0
  91. package/src/sap/ui/webc/main/designtime/messagebundle_da.properties +12 -0
  92. package/src/sap/ui/webc/main/designtime/messagebundle_de.properties +14 -2
  93. package/src/sap/ui/webc/main/designtime/messagebundle_el.properties +12 -0
  94. package/src/sap/ui/webc/main/designtime/messagebundle_en.properties +12 -0
  95. package/src/sap/ui/webc/main/designtime/messagebundle_en_GB.properties +12 -0
  96. package/src/sap/ui/webc/main/designtime/messagebundle_en_US_sappsd.properties +12 -0
  97. package/src/sap/ui/webc/main/designtime/messagebundle_en_US_saprigi.properties +12 -0
  98. package/src/sap/ui/webc/main/designtime/messagebundle_en_US_saptrc.properties +12 -0
  99. package/src/sap/ui/webc/main/designtime/messagebundle_es.properties +12 -0
  100. package/src/sap/ui/webc/main/designtime/messagebundle_es_MX.properties +12 -0
  101. package/src/sap/ui/webc/main/designtime/messagebundle_et.properties +12 -0
  102. package/src/sap/ui/webc/main/designtime/messagebundle_fi.properties +12 -0
  103. package/src/sap/ui/webc/main/designtime/messagebundle_fr.properties +12 -0
  104. package/src/sap/ui/webc/main/designtime/messagebundle_fr_CA.properties +12 -0
  105. package/src/sap/ui/webc/main/designtime/messagebundle_hi.properties +12 -0
  106. package/src/sap/ui/webc/main/designtime/messagebundle_hr.properties +12 -0
  107. package/src/sap/ui/webc/main/designtime/messagebundle_hu.properties +12 -0
  108. package/src/sap/ui/webc/main/designtime/messagebundle_id.properties +12 -0
  109. package/src/sap/ui/webc/main/designtime/messagebundle_it.properties +12 -0
  110. package/src/sap/ui/webc/main/designtime/messagebundle_iw.properties +12 -0
  111. package/src/sap/ui/webc/main/designtime/messagebundle_ja.properties +12 -0
  112. package/src/sap/ui/webc/main/designtime/messagebundle_kk.properties +12 -0
  113. package/src/sap/ui/webc/main/designtime/messagebundle_ko.properties +12 -0
  114. package/src/sap/ui/webc/main/designtime/messagebundle_lt.properties +12 -0
  115. package/src/sap/ui/webc/main/designtime/messagebundle_lv.properties +12 -0
  116. package/src/sap/ui/webc/main/designtime/messagebundle_ms.properties +12 -0
  117. package/src/sap/ui/webc/main/designtime/messagebundle_nl.properties +12 -0
  118. package/src/sap/ui/webc/main/designtime/messagebundle_no.properties +12 -0
  119. package/src/sap/ui/webc/main/designtime/messagebundle_pl.properties +12 -0
  120. package/src/sap/ui/webc/main/designtime/messagebundle_pt.properties +12 -0
  121. package/src/sap/ui/webc/main/designtime/messagebundle_pt_PT.properties +12 -0
  122. package/src/sap/ui/webc/main/designtime/messagebundle_ro.properties +12 -0
  123. package/src/sap/ui/webc/main/designtime/messagebundle_ru.properties +12 -0
  124. package/src/sap/ui/webc/main/designtime/messagebundle_sh.properties +12 -0
  125. package/src/sap/ui/webc/main/designtime/messagebundle_sk.properties +12 -0
  126. package/src/sap/ui/webc/main/designtime/messagebundle_sl.properties +12 -0
  127. package/src/sap/ui/webc/main/designtime/messagebundle_sv.properties +12 -0
  128. package/src/sap/ui/webc/main/designtime/messagebundle_th.properties +12 -0
  129. package/src/sap/ui/webc/main/designtime/messagebundle_tr.properties +12 -0
  130. package/src/sap/ui/webc/main/designtime/messagebundle_uk.properties +12 -0
  131. package/src/sap/ui/webc/main/designtime/messagebundle_vi.properties +12 -0
  132. package/src/sap/ui/webc/main/designtime/messagebundle_zh_CN.properties +12 -0
  133. package/src/sap/ui/webc/main/designtime/messagebundle_zh_TW.properties +12 -0
  134. package/src/sap/ui/webc/main/flexibility/BreadcrumbsItem.flexibility.js +19 -0
  135. package/src/sap/ui/webc/main/flexibility/CheckBox.flexibility.js +20 -0
  136. package/src/sap/ui/webc/main/flexibility/List.flexibility.js +21 -0
  137. package/src/sap/ui/webc/main/flexibility/StandardListItem.flexibility.js +20 -0
  138. package/src/sap/ui/webc/main/library.js +15 -2
package/.reuse/dep5 CHANGED
@@ -137,6 +137,11 @@ Copyright: jQuery Foundation and other contributors
137
137
  License: MIT
138
138
  Comment: these files belong to: QUnit 2
139
139
 
140
+ Files: src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/qunit-2.18.*
141
+ Copyright: jQuery Foundation and other contributors
142
+ License: MIT
143
+ Comment: these files belong to: QUnit 2.18
144
+
140
145
  Files: src/sap.ui.core/src/sap/ui/thirdparty/jquery-compat.js
141
146
  Copyright: OpenJS Foundation and other contributors
142
147
  License: MIT
@@ -234,6 +239,11 @@ Copyright: 2010-2017, Christian Johansen, christian@cjohansen.no
234
239
  License: BSD-3-Clause
235
240
  Comment: these files belong to: SinonJS
236
241
 
242
+ Files: src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/sinon-14.0.*
243
+ Copyright: 2010-2022, Christian Johansen, christian@cjohansen.no
244
+ License: BSD-3-Clause
245
+ Comment: these files belong to: SinonJS 14
246
+
237
247
  Files: src/sap.ui.core/src/sap/ui/thirdparty/sinon-qunit.js
238
248
  Copyright: 2010-2011, Christian Johansen
239
249
  License: BSD-3-Clause
@@ -339,6 +349,13 @@ Copyright:
339
349
  License: Apache-2.0 and ISC
340
350
  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.
341
351
 
352
+ Files: src/sap.ui.core/test/sap/ui/core/qunit/i18n/helper/_timezones.js
353
+ Copyright:
354
+ 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
355
+ Arthur David Olson, Paul Eggert and other contributors
356
+ License: Apache-2.0 and LicenseRef-tzdata-PublicDomain
357
+ 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
358
+
342
359
 
343
360
  # Library: sap.ui.documentation:
344
361
 
@@ -0,0 +1,5 @@
1
+ Unless specified below, all files in the tz code and data (including
2
+ this LICENSE file) are in the public domain.
3
+
4
+ If the files date.c, newstrftime.3, and strftime.c are present, they
5
+ contain material derived from BSD and use the BSD 3-clause license.
package/THIRDPARTY.txt CHANGED
@@ -76,6 +76,12 @@ License: MIT
76
76
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
77
77
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit-2.*
78
78
 
79
+ Component: QUnit 2.18, version: 2.18.0
80
+ Copyright: jQuery Foundation and other contributors
81
+ License: MIT
82
+ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
83
+ Contained in: src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/qunit-2.18.*
84
+
79
85
  Component: jQuery-Migrate, version: 3.3.1
80
86
  Copyright: OpenJS Foundation and other contributors
81
87
  License: MIT
@@ -191,13 +197,19 @@ License: BSD-3-Clause
191
197
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
192
198
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/sinon-4.js
193
199
 
200
+ Component: SinonJS 14, version: 14.0.0
201
+ Copyright: 2010-2022, Christian Johansen, christian@cjohansen.no
202
+ License: BSD-3-Clause
203
+ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
204
+ Contained in: src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/sinon-14.0.*
205
+
194
206
  Component: Sinon-qunit, version: 2.0.0
195
207
  Copyright: 2010-2011, Christian Johansen
196
208
  License: BSD-3-Clause
197
209
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
198
210
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/sinon-qunit.js
199
211
 
200
- Component: URI.js, version: 1.19.10
212
+ Component: URI.js, version: 1.19.11
201
213
  Copyright: Rodney Rehm
202
214
  License: MIT
203
215
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
@@ -315,6 +327,12 @@ License: ISC
315
327
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/ISC.txt
316
328
  Contained in: src/sap.ui.core/src/sap/ui/core/cache/LRUPersistentCache.js
317
329
 
330
+ Component: Time Zone Database, version: 2022a
331
+ Copyright: Arthur David Olson, Paul Eggert and other contributors
332
+ License: LicenseRef-tzdata-PublicDomain
333
+ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/LicenseRef-tzdata-PublicDomain.txt
334
+ Contained in: src/sap.ui.core/test/sap/ui/core/qunit/i18n/helper/_timezones.js
335
+
318
336
 
319
337
  Library: sap.ui.documentation:
320
338
 
@@ -450,7 +468,7 @@ License: Apache-2.0
450
468
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
451
469
  Contained in: lib/jsdoc/ui5/plugin.js
452
470
 
453
- Component: SAP Theming Base Content, version: 11.1.39
471
+ Component: SAP Theming Base Content, version: 11.1.40
454
472
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
455
473
  License: Apache-2.0
456
474
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
@@ -980,6 +998,21 @@ END of license: LicenseRef-JSONinJSPublicDomain
980
998
  =================================
981
999
 
982
1000
 
1001
+ =================================
1002
+ BEGIN of license: LicenseRef-tzdata-PublicDomain
1003
+ =================================
1004
+
1005
+ Unless specified below, all files in the tz code and data (including
1006
+ this LICENSE file) are in the public domain.
1007
+
1008
+ If the files date.c, newstrftime.3, and strftime.c are present, they
1009
+ contain material derived from BSD and use the BSD 3-clause license.
1010
+
1011
+ =================================
1012
+ END of license: LicenseRef-tzdata-PublicDomain
1013
+ =================================
1014
+
1015
+
983
1016
  =================================
984
1017
  BEGIN of license: MIT
985
1018
  =================================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.webc.main",
3
- "version": "1.102.2",
3
+ "version": "1.104.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",
@@ -16,7 +16,7 @@
16
16
  "url": "https://github.com/SAP/openui5.git"
17
17
  },
18
18
  "dependencies": {
19
- "@openui5/sap.ui.core": "1.102.2",
20
- "@openui5/sap.ui.webc.common": "1.102.2"
19
+ "@openui5/sap.ui.core": "1.104.0",
20
+ "@openui5/sap.ui.webc.common": "1.104.0"
21
21
  }
22
22
  }
@@ -3,7 +3,7 @@
3
3
 
4
4
  <name>sap.ui.webc.main</name>
5
5
  <vendor>SAP SE</vendor>
6
- <version>1.102.2</version>
6
+ <version>1.104.0</version>
7
7
  <copyright>OpenUI5
8
8
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
9
9
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * <br>
44
44
  *
45
45
  * @author SAP SE
46
- * @version 1.102.2
46
+ * @version 1.104.0
47
47
  *
48
48
  * @constructor
49
49
  * @public
@@ -177,7 +177,8 @@ sap.ui.define([
177
177
  click: {
178
178
  parameters: {}
179
179
  }
180
- }
180
+ },
181
+ designtime: "sap/ui/webc/main/designtime/Avatar.designtime"
181
182
  }
182
183
  });
183
184
 
@@ -73,7 +73,7 @@ sap.ui.define([
73
73
  * </ul> <br>
74
74
  *
75
75
  * @author SAP SE
76
- * @version 1.102.2
76
+ * @version 1.104.0
77
77
  *
78
78
  * @constructor
79
79
  * @public
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * </ul>
34
34
  *
35
35
  * @author SAP SE
36
- * @version 1.102.2
36
+ * @version 1.104.0
37
37
  *
38
38
  * @constructor
39
39
  * @public
@@ -45,7 +45,7 @@ sap.ui.define([
45
45
  * </ul> <br>
46
46
  *
47
47
  * @author SAP SE
48
- * @version 1.102.2
48
+ * @version 1.104.0
49
49
  *
50
50
  * @constructor
51
51
  * @public
@@ -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.102.2
29
+ * @version 1.104.0
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -90,7 +90,8 @@ sap.ui.define([
90
90
  defaultValue: "",
91
91
  mapping: "textContent"
92
92
  }
93
- }
93
+ },
94
+ designtime: "sap/ui/webc/main/designtime/BreadcrumbsItem.designtime"
94
95
  }
95
96
  });
96
97
 
@@ -46,7 +46,7 @@ sap.ui.define([
46
46
  * </ul>
47
47
  *
48
48
  * @author SAP SE
49
- * @version 1.102.2
49
+ * @version 1.104.0
50
50
  *
51
51
  * @constructor
52
52
  * @public
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * </ul>
48
48
  *
49
49
  * @author SAP SE
50
- * @version 1.102.2
50
+ * @version 1.104.0
51
51
  *
52
52
  * @constructor
53
53
  * @public
@@ -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.102.2
97
+ * @version 1.104.0
98
98
  *
99
99
  * @constructor
100
100
  * @public
@@ -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.102.2
29
+ * @version 1.104.0
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * <ui5-link target="_blank" href="https://developer.mozilla.org/en-US/docs/Web/CSS/::part">CSS Shadow Parts</ui5-link> allow developers to style elements inside the Shadow DOM.
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.102.2
35
+ * @version 1.104.0
36
36
  *
37
37
  * @constructor
38
38
  * @public
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * </ul>
39
39
  *
40
40
  * @author SAP SE
41
- * @version 1.102.2
41
+ * @version 1.104.0
42
42
  *
43
43
  * @constructor
44
44
  * @public
@@ -61,7 +61,7 @@ sap.ui.define([
61
61
  * </ul>
62
62
  *
63
63
  * @author SAP SE
64
- * @version 1.102.2
64
+ * @version 1.104.0
65
65
  *
66
66
  * @constructor
67
67
  * @public
@@ -52,7 +52,7 @@ sap.ui.define([
52
52
  * <br>
53
53
  *
54
54
  * @author SAP SE
55
- * @version 1.102.2
55
+ * @version 1.104.0
56
56
  *
57
57
  * @constructor
58
58
  * @public
@@ -222,7 +222,9 @@ sap.ui.define([
222
222
  change: {
223
223
  parameters: {}
224
224
  }
225
- }
225
+ },
226
+ designtime: "sap/ui/webc/main/designtime/CheckBox.designtime"
227
+
226
228
  }
227
229
  });
228
230
 
@@ -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.102.2
32
+ * @version 1.104.0
33
33
  *
34
34
  * @constructor
35
35
  * @public
@@ -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.102.2
29
+ * @version 1.104.0
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -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.102.2
36
+ * @version 1.104.0
37
37
  *
38
38
  * @constructor
39
39
  * @public
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * </ul>
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.102.2
38
+ * @version 1.104.0
39
39
  *
40
40
  * @constructor
41
41
  * @public
@@ -57,7 +57,7 @@ sap.ui.define([
57
57
  * </ul>
58
58
  *
59
59
  * @author SAP SE
60
- * @version 1.102.2
60
+ * @version 1.104.0
61
61
  *
62
62
  * @constructor
63
63
  * @public
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * The <code>ui5-combobox-group-item</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.102.2
27
+ * @version 1.104.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -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.102.2
27
+ * @version 1.104.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -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.102.2
31
+ * @version 1.104.0
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -92,7 +92,8 @@ sap.ui.define([
92
92
  detailClick: {
93
93
  parameters: {}
94
94
  }
95
- }
95
+ },
96
+ designtime: "sap/ui/webc/main/designtime/CustomListItem.designtime"
96
97
  }
97
98
  });
98
99
 
@@ -76,7 +76,7 @@ sap.ui.define([
76
76
  * &lt;/script&gt;</code></pre>
77
77
  *
78
78
  * @author SAP SE
79
- * @version 1.102.2
79
+ * @version 1.104.0
80
80
  *
81
81
  * @constructor
82
82
  * @public
@@ -46,7 +46,7 @@ sap.ui.define([
46
46
  * </ul>
47
47
  *
48
48
  * @author SAP SE
49
- * @version 1.102.2
49
+ * @version 1.104.0
50
50
  *
51
51
  * @constructor
52
52
  * @public
@@ -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.102.2
75
+ * @version 1.104.0
76
76
  *
77
77
  * @constructor
78
78
  * @public
@@ -46,7 +46,7 @@ sap.ui.define([
46
46
  * <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.
47
47
  *
48
48
  * @author SAP SE
49
- * @version 1.102.2
49
+ * @version 1.104.0
50
50
  *
51
51
  * @constructor
52
52
  * @public
@@ -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.102.2
36
+ * @version 1.104.0
37
37
  *
38
38
  * @constructor
39
39
  * @public
@@ -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.102.2
27
+ * @version 1.104.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * <br>
43
43
  *
44
44
  * @author SAP SE
45
- * @version 1.102.2
45
+ * @version 1.104.0
46
46
  *
47
47
  * @constructor
48
48
  * @public
@@ -53,7 +53,7 @@ sap.ui.define([
53
53
  * </ul>
54
54
  *
55
55
  * @author SAP SE
56
- * @version 1.102.2
56
+ * @version 1.104.0
57
57
  *
58
58
  * @constructor
59
59
  * @public
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * The <code>sap.ui.webc.main.Label</code> appearance can be influenced by properties, such as <code>required</code> and <code>wrappingType</code>. The appearance of the Label can be configured in a limited way by using the design property. For a broader choice of designs, you can use custom styles.
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.102.2
34
+ * @version 1.104.0
35
35
  *
36
36
  * @constructor
37
37
  * @public
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * If there is not enough space, the text of the <code>sap.ui.webc.main.Link</code> becomes truncated. If the <code>wrappingType</code> property is set to <code>"Normal"</code>, the text is displayed on several lines instead of being truncated.
41
41
  *
42
42
  * @author SAP SE
43
- * @version 1.102.2
43
+ * @version 1.104.0
44
44
  *
45
45
  * @constructor
46
46
  * @public
@@ -61,7 +61,7 @@ sap.ui.define([
61
61
  * </ul>
62
62
  *
63
63
  * @author SAP SE
64
- * @version 1.102.2
64
+ * @version 1.104.0
65
65
  *
66
66
  * @constructor
67
67
  * @public
@@ -337,7 +337,8 @@ sap.ui.define([
337
337
  }
338
338
  }
339
339
  }
340
- }
340
+ },
341
+ designtime: "sap/ui/webc/main/designtime/List.designtime"
341
342
  }
342
343
  });
343
344
 
@@ -39,7 +39,7 @@ sap.ui.define([
39
39
  * </ul> Note: if the text ditrection is set to Right-to-left (RTL), <code>Arrow Right</code> and <code>Arrow Left</code> functionality is swapped. <br>
40
40
  *
41
41
  * @author SAP SE
42
- * @version 1.102.2
42
+ * @version 1.104.0
43
43
  *
44
44
  * @constructor
45
45
  * @public
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * <code>sap.ui.webc.main.MenuItem</code> is an abstract element, representing a node in a <code>sap.ui.webc.main.Menu</code>. The menu itself is rendered as a list, and each <code>sap.ui.webc.main.MenuItem</code> is represented by a list item (<code>sap.ui.webc.main.StandardListItem</code>) in that list. Therefore, you should only use <code>sap.ui.webc.main.MenuItem</code> directly in your apps. The <code>sap.ui.webc.main.StandardListItem</code> list item is internal for the list, and not intended for public use.
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.102.2
34
+ * @version 1.104.0
35
35
  *
36
36
  * @constructor
37
37
  * @public
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * <h3>Keyboard Handling</h3>
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.102.2
37
+ * @version 1.104.0
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -59,7 +59,7 @@ sap.ui.define([
59
59
  * </ul>
60
60
  *
61
61
  * @author SAP SE
62
- * @version 1.102.2
62
+ * @version 1.104.0
63
63
  *
64
64
  * @constructor
65
65
  * @public
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * The <code>sap.ui.webc.main.MultiComboBoxItem</code> represents the item for a <code>sap.ui.webc.main.MultiComboBox</code>.
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.102.2
27
+ * @version 1.104.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * </ul>
39
39
  *
40
40
  * @author SAP SE
41
- * @version 1.102.2
41
+ * @version 1.104.0
42
42
  *
43
43
  * @constructor
44
44
  * @public
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * The <code>sap.ui.webc.main.Option</code> component defines the content of an option in the <code>sap.ui.webc.main.Select</code>.
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.102.2
30
+ * @version 1.104.0
31
31
  *
32
32
  * @constructor
33
33
  * @public
@@ -60,7 +60,7 @@ sap.ui.define([
60
60
  * <h3>Keyboard Handling</h3>
61
61
  *
62
62
  * @author SAP SE
63
- * @version 1.102.2
63
+ * @version 1.104.0
64
64
  *
65
65
  * @constructor
66
66
  * @public
@@ -51,7 +51,7 @@ sap.ui.define([
51
51
  * </ul>
52
52
  *
53
53
  * @author SAP SE
54
- * @version 1.102.2
54
+ * @version 1.104.0
55
55
  *
56
56
  * @constructor
57
57
  * @public
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * <h3>Responsive Behavior</h3> You can change the size of the Progress Indicator by changing its <code>width</code> or <code>height</code> CSS properties.
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.102.2
33
+ * @version 1.104.0
34
34
  *
35
35
  * @constructor
36
36
  * @public
@@ -39,7 +39,7 @@ sap.ui.define([
39
39
  * <b>Note:</b> On entering radio button group, the focus goes to the currently selected radio button.
40
40
  *
41
41
  * @author SAP SE
42
- * @version 1.102.2
42
+ * @version 1.104.0
43
43
  *
44
44
  * @constructor
45
45
  * @public
@@ -61,7 +61,7 @@ sap.ui.define([
61
61
  * </ul>
62
62
  *
63
63
  * @author SAP SE
64
- * @version 1.102.2
64
+ * @version 1.104.0
65
65
  *
66
66
  * @constructor
67
67
  * @public