@openui5/sap.ui.webc.main 1.117.1 → 1.119.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 (82) hide show
  1. package/THIRDPARTY.txt +2 -2
  2. package/package.json +3 -3
  3. package/src/sap/ui/webc/main/.library +1 -1
  4. package/src/sap/ui/webc/main/Avatar.js +4 -4
  5. package/src/sap/ui/webc/main/AvatarGroup.js +4 -4
  6. package/src/sap/ui/webc/main/Badge.js +4 -4
  7. package/src/sap/ui/webc/main/Breadcrumbs.js +4 -4
  8. package/src/sap/ui/webc/main/BreadcrumbsItem.js +4 -4
  9. package/src/sap/ui/webc/main/BusyIndicator.js +4 -4
  10. package/src/sap/ui/webc/main/Button.js +6 -6
  11. package/src/sap/ui/webc/main/Calendar.js +4 -4
  12. package/src/sap/ui/webc/main/CalendarDate.js +4 -4
  13. package/src/sap/ui/webc/main/Card.js +4 -4
  14. package/src/sap/ui/webc/main/CardHeader.js +4 -4
  15. package/src/sap/ui/webc/main/Carousel.js +4 -4
  16. package/src/sap/ui/webc/main/CheckBox.js +5 -5
  17. package/src/sap/ui/webc/main/ColorPalette.js +6 -6
  18. package/src/sap/ui/webc/main/ColorPaletteItem.js +4 -4
  19. package/src/sap/ui/webc/main/ColorPalettePopover.js +6 -6
  20. package/src/sap/ui/webc/main/ColorPicker.js +4 -4
  21. package/src/sap/ui/webc/main/ComboBox.js +5 -5
  22. package/src/sap/ui/webc/main/ComboBoxGroupItem.js +4 -4
  23. package/src/sap/ui/webc/main/ComboBoxItem.js +4 -4
  24. package/src/sap/ui/webc/main/CustomListItem.js +4 -4
  25. package/src/sap/ui/webc/main/DatePicker.js +5 -5
  26. package/src/sap/ui/webc/main/DateRangePicker.js +5 -5
  27. package/src/sap/ui/webc/main/DateTimePicker.js +5 -5
  28. package/src/sap/ui/webc/main/Dialog.js +4 -4
  29. package/src/sap/ui/webc/main/FileUploader.js +5 -5
  30. package/src/sap/ui/webc/main/GroupHeaderListItem.js +4 -4
  31. package/src/sap/ui/webc/main/Icon.js +4 -4
  32. package/src/sap/ui/webc/main/Input.js +7 -7
  33. package/src/sap/ui/webc/main/Label.js +4 -4
  34. package/src/sap/ui/webc/main/Link.js +5 -5
  35. package/src/sap/ui/webc/main/List.js +4 -4
  36. package/src/sap/ui/webc/main/Menu.js +4 -4
  37. package/src/sap/ui/webc/main/MenuItem.js +5 -5
  38. package/src/sap/ui/webc/main/MessageStrip.js +4 -4
  39. package/src/sap/ui/webc/main/MultiComboBox.js +5 -5
  40. package/src/sap/ui/webc/main/MultiComboBoxGroupItem.js +4 -4
  41. package/src/sap/ui/webc/main/MultiComboBoxItem.js +4 -4
  42. package/src/sap/ui/webc/main/MultiInput.js +7 -7
  43. package/src/sap/ui/webc/main/Option.js +5 -5
  44. package/src/sap/ui/webc/main/Panel.js +4 -4
  45. package/src/sap/ui/webc/main/Popover.js +4 -4
  46. package/src/sap/ui/webc/main/ProgressIndicator.js +5 -5
  47. package/src/sap/ui/webc/main/RadioButton.js +5 -5
  48. package/src/sap/ui/webc/main/RangeSlider.js +5 -5
  49. package/src/sap/ui/webc/main/RatingIndicator.js +5 -5
  50. package/src/sap/ui/webc/main/ResponsivePopover.js +4 -4
  51. package/src/sap/ui/webc/main/SegmentedButton.js +4 -4
  52. package/src/sap/ui/webc/main/SegmentedButtonItem.js +5 -5
  53. package/src/sap/ui/webc/main/Select.js +5 -5
  54. package/src/sap/ui/webc/main/Slider.js +5 -5
  55. package/src/sap/ui/webc/main/SplitButton.js +5 -5
  56. package/src/sap/ui/webc/main/StandardListItem.js +4 -4
  57. package/src/sap/ui/webc/main/StepInput.js +5 -5
  58. package/src/sap/ui/webc/main/SuggestionGroupItem.js +4 -4
  59. package/src/sap/ui/webc/main/SuggestionItem.js +4 -4
  60. package/src/sap/ui/webc/main/Switch.js +5 -5
  61. package/src/sap/ui/webc/main/Tab.js +5 -5
  62. package/src/sap/ui/webc/main/TabContainer.js +4 -4
  63. package/src/sap/ui/webc/main/TabSeparator.js +4 -4
  64. package/src/sap/ui/webc/main/Table.js +4 -4
  65. package/src/sap/ui/webc/main/TableCell.js +4 -4
  66. package/src/sap/ui/webc/main/TableColumn.js +4 -4
  67. package/src/sap/ui/webc/main/TableGroupRow.js +4 -4
  68. package/src/sap/ui/webc/main/TableRow.js +4 -4
  69. package/src/sap/ui/webc/main/TextArea.js +5 -5
  70. package/src/sap/ui/webc/main/TimePicker.js +5 -5
  71. package/src/sap/ui/webc/main/Title.js +4 -4
  72. package/src/sap/ui/webc/main/Toast.js +4 -4
  73. package/src/sap/ui/webc/main/ToggleButton.js +5 -5
  74. package/src/sap/ui/webc/main/Token.js +4 -4
  75. package/src/sap/ui/webc/main/Tree.js +4 -4
  76. package/src/sap/ui/webc/main/TreeItem.js +4 -4
  77. package/src/sap/ui/webc/main/TreeItemCustom.js +4 -4
  78. package/src/sap/ui/webc/main/changeHandler/ChangeLinkTarget.js +1 -1
  79. package/src/sap/ui/webc/main/library.js +2 -2
  80. package/src/sap/ui/webc/main/thirdparty/Popover.js +477 -582
  81. package/src/sap/ui/webc/main/thirdparty/popup-utils/PopoverRegistry.js +127 -135
  82. package/ui5.yaml +5 -0
package/THIRDPARTY.txt CHANGED
@@ -401,7 +401,7 @@ License: MIT
401
401
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
402
402
  Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptive-expressions.js
403
403
 
404
- Component: Markdown-it, version: 12.2.0
404
+ Component: Markdown-it, version: 12.3.2
405
405
  Copyright: 2014 Vitaly Puzrin, Alex Kocharin
406
406
  License: MIT
407
407
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
@@ -466,7 +466,7 @@ License: Apache-2.0
466
466
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
467
467
  Contained in: lib/jsdoc/ui5/plugin.js
468
468
 
469
- Component: SAP Theming Base Content, version: 11.4.2
469
+ Component: SAP Theming Base Content, version: 11.6.8
470
470
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
471
471
  License: Apache-2.0
472
472
  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.117.1",
3
+ "version": "1.119.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.117.1",
24
- "@openui5/sap.ui.webc.common": "1.117.1"
23
+ "@openui5/sap.ui.core": "1.119.0",
24
+ "@openui5/sap.ui.webc.common": "1.119.0"
25
25
  }
26
26
  }
@@ -3,7 +3,7 @@
3
3
 
4
4
  <name>sap.ui.webc.main</name>
5
5
  <vendor>SAP SE</vendor>
6
- <version>1.117.1</version>
6
+ <version>1.119.0</version>
7
7
  <copyright>OpenUI5
8
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>
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.Avatar.
8
8
  sap.ui.define([
9
- "sap/ui/webc/common/WebComponent",
9
+ "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
11
  "./thirdparty/Avatar"
12
12
  ], function(WebComponent, library) {
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @param {string} [sId] ID for the new control, generated automatically if no ID is given
23
23
  * @param {object} [mSettings] Initial settings for the new control
24
24
  *
25
- * @extends sap.ui.webc.common.WebComponent
25
+ * @extends sap.ui.core.webc.WebComponent
26
26
  * @class
27
27
  *
28
28
  * <h3>Overview</h3>
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * <br>
44
44
  *
45
45
  * @author SAP SE
46
- * @version 1.117.1
46
+ * @version 1.119.0
47
47
  *
48
48
  * @constructor
49
49
  * @public
@@ -205,4 +205,4 @@ sap.ui.define([
205
205
  /* CUSTOM CODE END */
206
206
 
207
207
  return Avatar;
208
- });
208
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.AvatarGroup.
8
8
  sap.ui.define([
9
- "sap/ui/webc/common/WebComponent",
9
+ "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
11
  "./thirdparty/AvatarGroup"
12
12
  ], function(WebComponent, library) {
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @param {string} [sId] ID for the new control, generated automatically if no ID is given
21
21
  * @param {object} [mSettings] Initial settings for the new control
22
22
  *
23
- * @extends sap.ui.webc.common.WebComponent
23
+ * @extends sap.ui.core.webc.WebComponent
24
24
  * @class
25
25
  *
26
26
  * <h3>Overview</h3>
@@ -73,7 +73,7 @@ sap.ui.define([
73
73
  * </ul> <br>
74
74
  *
75
75
  * @author SAP SE
76
- * @version 1.117.1
76
+ * @version 1.119.0
77
77
  *
78
78
  * @constructor
79
79
  * @public
@@ -177,4 +177,4 @@ sap.ui.define([
177
177
  /* CUSTOM CODE END */
178
178
 
179
179
  return AvatarGroup;
180
- });
180
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.Badge.
8
8
  sap.ui.define([
9
- "sap/ui/webc/common/WebComponent",
9
+ "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
11
  "./thirdparty/Badge"
12
12
  ], function(WebComponent, library) {
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @param {string} [sId] ID for the new control, generated automatically if no ID is given
19
19
  * @param {object} [mSettings] Initial settings for the new control
20
20
  *
21
- * @extends sap.ui.webc.common.WebComponent
21
+ * @extends sap.ui.core.webc.WebComponent
22
22
  * @class
23
23
  *
24
24
  * <h3>Overview</h3>
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * </ul>
34
34
  *
35
35
  * @author SAP SE
36
- * @version 1.117.1
36
+ * @version 1.119.0
37
37
  *
38
38
  * @constructor
39
39
  * @public
@@ -85,4 +85,4 @@ sap.ui.define([
85
85
  /* CUSTOM CODE END */
86
86
 
87
87
  return Badge;
88
- });
88
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.Breadcrumbs.
8
8
  sap.ui.define([
9
- "sap/ui/webc/common/WebComponent",
9
+ "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
11
  "./thirdparty/Breadcrumbs"
12
12
  ], function(WebComponent, library) {
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @param {string} [sId] ID for the new control, generated automatically if no ID is given
22
22
  * @param {object} [mSettings] Initial settings for the new control
23
23
  *
24
- * @extends sap.ui.webc.common.WebComponent
24
+ * @extends sap.ui.core.webc.WebComponent
25
25
  * @class
26
26
  *
27
27
  * <h3>Overview</h3> Enables users to navigate between items by providing a list of links to previous steps in the user's navigation path. It helps the user to be aware of their location within the application and allows faster navigation. <br>
@@ -45,7 +45,7 @@ sap.ui.define([
45
45
  * </ul> <br>
46
46
  *
47
47
  * @author SAP SE
48
- * @version 1.117.1
48
+ * @version 1.119.0
49
49
  *
50
50
  * @constructor
51
51
  * @public
@@ -156,4 +156,4 @@ sap.ui.define([
156
156
  /* CUSTOM CODE END */
157
157
 
158
158
  return Breadcrumbs;
159
- });
159
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.BreadcrumbsItem.
8
8
  sap.ui.define([
9
- "sap/ui/webc/common/WebComponent",
9
+ "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
11
  "./thirdparty/BreadcrumbsItem"
12
12
  ], function(WebComponent, library) {
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @param {string} [sId] ID for the new control, generated automatically if no ID is given
19
19
  * @param {object} [mSettings] Initial settings for the new control
20
20
  *
21
- * @extends sap.ui.webc.common.WebComponent
21
+ * @extends sap.ui.core.webc.WebComponent
22
22
  * @class
23
23
  *
24
24
  * <h3>Overview</h3>
@@ -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.117.1
29
+ * @version 1.119.0
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -98,4 +98,4 @@ sap.ui.define([
98
98
  /* CUSTOM CODE END */
99
99
 
100
100
  return BreadcrumbsItem;
101
- });
101
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.BusyIndicator.
8
8
  sap.ui.define([
9
- "sap/ui/webc/common/WebComponent",
9
+ "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
11
  "./thirdparty/BusyIndicator"
12
12
  ], function(WebComponent, library) {
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @param {string} [sId] ID for the new control, generated automatically if no ID is given
21
21
  * @param {object} [mSettings] Initial settings for the new control
22
22
  *
23
- * @extends sap.ui.webc.common.WebComponent
23
+ * @extends sap.ui.core.webc.WebComponent
24
24
  * @class
25
25
  *
26
26
  * <h3>Overview</h3>
@@ -46,7 +46,7 @@ sap.ui.define([
46
46
  * </ul>
47
47
  *
48
48
  * @author SAP SE
49
- * @version 1.117.1
49
+ * @version 1.119.0
50
50
  *
51
51
  * @constructor
52
52
  * @public
@@ -139,4 +139,4 @@ sap.ui.define([
139
139
  /* CUSTOM CODE END */
140
140
 
141
141
  return BusyIndicator;
142
- });
142
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.Button.
8
8
  sap.ui.define([
9
- "sap/ui/webc/common/WebComponent",
9
+ "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
11
  "sap/ui/core/EnabledPropagator",
12
12
  "sap/ui/core/library",
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @param {string} [sId] ID for the new control, generated automatically if no ID is given
24
24
  * @param {object} [mSettings] Initial settings for the new control
25
25
  *
26
- * @extends sap.ui.webc.common.WebComponent
26
+ * @extends sap.ui.core.webc.WebComponent
27
27
  * @class
28
28
  *
29
29
  * <h3>Overview</h3>
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * </ul>
48
48
  *
49
49
  * @author SAP SE
50
- * @version 1.117.1
50
+ * @version 1.119.0
51
51
  *
52
52
  * @constructor
53
53
  * @public
@@ -133,7 +133,7 @@ sap.ui.define([
133
133
  type: "boolean",
134
134
  defaultValue: true,
135
135
  mapping: {
136
- type: "attribute",
136
+ type: "property",
137
137
  to: "disabled",
138
138
  formatter: "_mapEnabled"
139
139
  }
@@ -183,7 +183,7 @@ sap.ui.define([
183
183
  type: "sap.ui.core.TextDirection",
184
184
  defaultValue: TextDirection.Inherit,
185
185
  mapping: {
186
- type: "attribute",
186
+ type: "property",
187
187
  to: "dir",
188
188
  formatter: "_mapTextDirection"
189
189
  }
@@ -233,4 +233,4 @@ sap.ui.define([
233
233
  /* CUSTOM CODE END */
234
234
 
235
235
  return Button;
236
- });
236
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.Calendar.
8
8
  sap.ui.define([
9
- "sap/ui/webc/common/WebComponent",
9
+ "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
11
  "sap/ui/core/library",
12
12
  "./thirdparty/Calendar"
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @param {string} [sId] ID for the new control, generated automatically if no ID is given
23
23
  * @param {object} [mSettings] Initial settings for the new control
24
24
  *
25
- * @extends sap.ui.webc.common.WebComponent
25
+ * @extends sap.ui.core.webc.WebComponent
26
26
  * @class
27
27
  *
28
28
  * <h3>Overview</h3>
@@ -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.117.1
97
+ * @version 1.119.0
98
98
  *
99
99
  * @constructor
100
100
  * @public
@@ -219,4 +219,4 @@ sap.ui.define([
219
219
  /* CUSTOM CODE END */
220
220
 
221
221
  return Calendar;
222
- });
222
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.CalendarDate.
8
8
  sap.ui.define([
9
- "sap/ui/webc/common/WebComponent",
9
+ "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
11
  "./thirdparty/CalendarDate"
12
12
  ], function(WebComponent, library) {
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @param {string} [sId] ID for the new control, generated automatically if no ID is given
19
19
  * @param {object} [mSettings] Initial settings for the new control
20
20
  *
21
- * @extends sap.ui.webc.common.WebComponent
21
+ * @extends sap.ui.core.webc.WebComponent
22
22
  * @class
23
23
  *
24
24
  * <h3>Overview</h3>
@@ -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.117.1
29
+ * @version 1.119.0
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -58,4 +58,4 @@ sap.ui.define([
58
58
  /* CUSTOM CODE END */
59
59
 
60
60
  return CalendarDate;
61
- });
61
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.Card.
8
8
  sap.ui.define([
9
- "sap/ui/webc/common/WebComponent",
9
+ "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
11
  "./thirdparty/Card"
12
12
  ], function(WebComponent, library) {
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @param {string} [sId] ID for the new control, generated automatically if no ID is given
19
19
  * @param {object} [mSettings] Initial settings for the new control
20
20
  *
21
- * @extends sap.ui.webc.common.WebComponent
21
+ * @extends sap.ui.core.webc.WebComponent
22
22
  * @class
23
23
  *
24
24
  * <h3>Overview</h3>
@@ -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.117.1
31
+ * @version 1.119.0
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -111,4 +111,4 @@ sap.ui.define([
111
111
  /* CUSTOM CODE END */
112
112
 
113
113
  return Card;
114
- });
114
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.CardHeader.
8
8
  sap.ui.define([
9
- "sap/ui/webc/common/WebComponent",
9
+ "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
11
  "./thirdparty/CardHeader"
12
12
  ], function(WebComponent, library) {
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @param {string} [sId] ID for the new control, generated automatically if no ID is given
19
19
  * @param {object} [mSettings] Initial settings for the new control
20
20
  *
21
- * @extends sap.ui.webc.common.WebComponent
21
+ * @extends sap.ui.core.webc.WebComponent
22
22
  * @class
23
23
  *
24
24
  * <h3>Overview</h3>
@@ -39,7 +39,7 @@ sap.ui.define([
39
39
  * </ul>
40
40
  *
41
41
  * @author SAP SE
42
- * @version 1.117.1
42
+ * @version 1.119.0
43
43
  *
44
44
  * @constructor
45
45
  * @public
@@ -127,4 +127,4 @@ sap.ui.define([
127
127
  /* CUSTOM CODE END */
128
128
 
129
129
  return CardHeader;
130
- });
130
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.Carousel.
8
8
  sap.ui.define([
9
- "sap/ui/webc/common/WebComponent",
9
+ "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
11
  "./thirdparty/Carousel"
12
12
  ], function(WebComponent, library) {
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @param {string} [sId] ID for the new control, generated automatically if no ID is given
24
24
  * @param {object} [mSettings] Initial settings for the new control
25
25
  *
26
- * @extends sap.ui.webc.common.WebComponent
26
+ * @extends sap.ui.core.webc.WebComponent
27
27
  * @class
28
28
  *
29
29
  * <h3>Overview</h3> The Carousel allows the user to browse through a set of items. The component is mostly used for showing a gallery of images, but can hold any other HTML element. <br>
@@ -70,7 +70,7 @@ sap.ui.define([
70
70
  * </ul>
71
71
  *
72
72
  * @author SAP SE
73
- * @version 1.117.1
73
+ * @version 1.119.0
74
74
  *
75
75
  * @constructor
76
76
  * @public
@@ -230,4 +230,4 @@ sap.ui.define([
230
230
  /* CUSTOM CODE END */
231
231
 
232
232
  return Carousel;
233
- });
233
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.CheckBox.
8
8
  sap.ui.define([
9
- "sap/ui/webc/common/WebComponent",
9
+ "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
11
  "sap/ui/core/EnabledPropagator",
12
12
  "sap/ui/core/library",
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @param {string} [sId] ID for the new control, generated automatically if no ID is given
25
25
  * @param {object} [mSettings] Initial settings for the new control
26
26
  *
27
- * @extends sap.ui.webc.common.WebComponent
27
+ * @extends sap.ui.core.webc.WebComponent
28
28
  * @class
29
29
  *
30
30
  * <h3>Overview</h3>
@@ -62,7 +62,7 @@ sap.ui.define([
62
62
  * <br>
63
63
  *
64
64
  * @author SAP SE
65
- * @version 1.117.1
65
+ * @version 1.119.0
66
66
  *
67
67
  * @constructor
68
68
  * @public
@@ -105,7 +105,7 @@ sap.ui.define([
105
105
  type: "boolean",
106
106
  defaultValue: true,
107
107
  mapping: {
108
- type: "attribute",
108
+ type: "property",
109
109
  to: "disabled",
110
110
  formatter: "_mapEnabled"
111
111
  }
@@ -251,4 +251,4 @@ sap.ui.define([
251
251
  /* CUSTOM CODE END */
252
252
 
253
253
  return CheckBox;
254
- });
254
+ });
@@ -6,10 +6,10 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.ColorPalette.
8
8
  sap.ui.define([
9
- "sap/ui/webc/common/WebComponent",
9
+ "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
- "./thirdparty/ColorPalette",
12
- "./thirdparty/features/ColorPaletteMoreColors"
11
+ "./thirdparty/features/ColorPaletteMoreColors",
12
+ "./thirdparty/ColorPalette"
13
13
  ], function(WebComponent, library) {
14
14
  "use strict";
15
15
 
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @param {string} [sId] ID for the new control, generated automatically if no ID is given
20
20
  * @param {object} [mSettings] Initial settings for the new control
21
21
  *
22
- * @extends sap.ui.webc.common.WebComponent
22
+ * @extends sap.ui.core.webc.WebComponent
23
23
  * @class
24
24
  *
25
25
  * <h3>Overview</h3> The <code>sap.ui.webc.main.ColorPalette</code> provides the users with a range of predefined colors. The colors are fixed and do not change with the theme.
@@ -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.117.1
32
+ * @version 1.119.0
33
33
  *
34
34
  * @constructor
35
35
  * @public
@@ -75,4 +75,4 @@ sap.ui.define([
75
75
  /* CUSTOM CODE END */
76
76
 
77
77
  return ColorPalette;
78
- });
78
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.ColorPaletteItem.
8
8
  sap.ui.define([
9
- "sap/ui/webc/common/WebComponent",
9
+ "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
11
  "./thirdparty/ColorPaletteItem"
12
12
  ], function(WebComponent, library) {
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @param {string} [sId] ID for the new control, generated automatically if no ID is given
19
19
  * @param {object} [mSettings] Initial settings for the new control
20
20
  *
21
- * @extends sap.ui.webc.common.WebComponent
21
+ * @extends sap.ui.core.webc.WebComponent
22
22
  * @class
23
23
  *
24
24
  * <h3>Overview</h3>
@@ -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.117.1
29
+ * @version 1.119.0
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -60,4 +60,4 @@ sap.ui.define([
60
60
  /* CUSTOM CODE END */
61
61
 
62
62
  return ColorPaletteItem;
63
- });
63
+ });
@@ -6,10 +6,10 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.ColorPalettePopover.
8
8
  sap.ui.define([
9
- "sap/ui/webc/common/WebComponent",
9
+ "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
- "./thirdparty/ColorPalettePopover",
12
- "./thirdparty/features/ColorPaletteMoreColors"
11
+ "./thirdparty/features/ColorPaletteMoreColors",
12
+ "./thirdparty/ColorPalettePopover"
13
13
  ], function(WebComponent, library) {
14
14
  "use strict";
15
15
 
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @param {string} [sId] ID for the new control, generated automatically if no ID is given
20
20
  * @param {object} [mSettings] Initial settings for the new control
21
21
  *
22
- * @extends sap.ui.webc.common.WebComponent
22
+ * @extends sap.ui.core.webc.WebComponent
23
23
  * @class
24
24
  *
25
25
  * <h3>Overview</h3> Represents a predefined range of colors for easier selection.
@@ -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.117.1
36
+ * @version 1.119.0
37
37
  *
38
38
  * @constructor
39
39
  * @public
@@ -129,4 +129,4 @@ sap.ui.define([
129
129
  /* CUSTOM CODE END */
130
130
 
131
131
  return ColorPalettePopover;
132
- });
132
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.ColorPicker.
8
8
  sap.ui.define([
9
- "sap/ui/webc/common/WebComponent",
9
+ "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
11
  "./thirdparty/ColorPicker"
12
12
  ], function(WebComponent, library) {
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @param {string} [sId] ID for the new control, generated automatically if no ID is given
19
19
  * @param {object} [mSettings] Initial settings for the new control
20
20
  *
21
- * @extends sap.ui.webc.common.WebComponent
21
+ * @extends sap.ui.core.webc.WebComponent
22
22
  * @class
23
23
  *
24
24
  * <h3>Overview</h3> The <code>sap.ui.webc.main.ColorPicker</code> allows users to choose any color and provides different input options for selecting colors.
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * </ul>
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.117.1
38
+ * @version 1.119.0
39
39
  *
40
40
  * @constructor
41
41
  * @public
@@ -74,4 +74,4 @@ sap.ui.define([
74
74
  /* CUSTOM CODE END */
75
75
 
76
76
  return ColorPicker;
77
- });
77
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.ComboBox.
8
8
  sap.ui.define([
9
- "sap/ui/webc/common/WebComponent",
9
+ "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
11
  "sap/ui/core/EnabledPropagator",
12
12
  "sap/ui/core/library",
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @param {string} [sId] ID for the new control, generated automatically if no ID is given
24
24
  * @param {object} [mSettings] Initial settings for the new control
25
25
  *
26
- * @extends sap.ui.webc.common.WebComponent
26
+ * @extends sap.ui.core.webc.WebComponent
27
27
  * @class
28
28
  *
29
29
  * <h3>Overview</h3>
@@ -60,7 +60,7 @@ sap.ui.define([
60
60
  * </ul>
61
61
  *
62
62
  * @author SAP SE
63
- * @version 1.117.1
63
+ * @version 1.119.0
64
64
  *
65
65
  * @constructor
66
66
  * @public
@@ -92,7 +92,7 @@ sap.ui.define([
92
92
  type: "boolean",
93
93
  defaultValue: true,
94
94
  mapping: {
95
- type: "attribute",
95
+ type: "property",
96
96
  to: "disabled",
97
97
  formatter: "_mapEnabled"
98
98
  }
@@ -266,4 +266,4 @@ sap.ui.define([
266
266
  /* CUSTOM CODE END */
267
267
 
268
268
  return ComboBox;
269
- });
269
+ });