@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
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.ComboBoxGroupItem.
8
8
  sap.ui.define([
9
- "sap/ui/webc/common/WebComponent",
9
+ "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
11
  "./thirdparty/ComboBoxGroupItem"
12
12
  ], function(WebComponent, library) {
@@ -18,13 +18,13 @@ 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
  * 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.117.1
27
+ * @version 1.119.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -57,4 +57,4 @@ sap.ui.define([
57
57
  /* CUSTOM CODE END */
58
58
 
59
59
  return ComboBoxGroupItem;
60
- });
60
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.ComboBoxItem.
8
8
  sap.ui.define([
9
- "sap/ui/webc/common/WebComponent",
9
+ "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
11
  "./thirdparty/ComboBoxItem"
12
12
  ], function(WebComponent, library) {
@@ -18,13 +18,13 @@ 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
  * 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.117.1
27
+ * @version 1.119.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -65,4 +65,4 @@ sap.ui.define([
65
65
  /* CUSTOM CODE END */
66
66
 
67
67
  return ComboBoxItem;
68
- });
68
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.CustomListItem.
8
8
  sap.ui.define([
9
- "sap/ui/webc/common/WebComponent",
9
+ "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
11
  "./thirdparty/CustomListItem"
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
  * A component to be used as custom list item within the <code>sap.ui.webc.main.List</code> the same way as the standard <code>sap.ui.webc.main.StandardListItem</code>.
@@ -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.117.1
31
+ * @version 1.119.0
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -116,4 +116,4 @@ sap.ui.define([
116
116
  /* CUSTOM CODE END */
117
117
 
118
118
  return CustomListItem;
119
- });
119
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.DatePicker.
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>
@@ -76,7 +76,7 @@ sap.ui.define([
76
76
  * &lt;/script&gt;</code></pre>
77
77
  *
78
78
  * @author SAP SE
79
- * @version 1.117.1
79
+ * @version 1.119.0
80
80
  *
81
81
  * @constructor
82
82
  * @public
@@ -109,7 +109,7 @@ sap.ui.define([
109
109
  type: "boolean",
110
110
  defaultValue: true,
111
111
  mapping: {
112
- type: "attribute",
112
+ type: "property",
113
113
  to: "disabled",
114
114
  formatter: "_mapEnabled"
115
115
  }
@@ -386,4 +386,4 @@ sap.ui.define([
386
386
  /* CUSTOM CODE END */
387
387
 
388
388
  return DatePicker;
389
- });
389
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.DateRangePicker.
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> The DateRangePicker enables the users to enter a localized date range using touch, mouse, keyboard input, or by selecting a date range in the calendar.
@@ -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
@@ -87,7 +87,7 @@ sap.ui.define([
87
87
  type: "boolean",
88
88
  defaultValue: true,
89
89
  mapping: {
90
- type: "attribute",
90
+ type: "property",
91
91
  to: "disabled",
92
92
  formatter: "_mapEnabled"
93
93
  }
@@ -384,4 +384,4 @@ sap.ui.define([
384
384
  /* CUSTOM CODE END */
385
385
 
386
386
  return DateRangePicker;
387
- });
387
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.DateTimePicker.
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> The <code>DateTimePicker</code> component alows users to select both date (day, month and year) and time (hours, minutes and seconds) and for the purpose it consists of input field and Date/Time picker.
@@ -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.117.1
75
+ * @version 1.119.0
76
76
  *
77
77
  * @constructor
78
78
  * @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
  }
@@ -382,4 +382,4 @@ sap.ui.define([
382
382
  /* CUSTOM CODE END */
383
383
 
384
384
  return DateTimePicker;
385
- });
385
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.Dialog.
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/Dialog"
@@ -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> The <code>sap.ui.webc.main.Dialog</code> component is used to temporarily display some information in a size-limited window in front of the regular app screen. It is used to prompt the user for an action or a confirmation. The <code>sap.ui.webc.main.Dialog</code> interrupts the current app processing as it is the only focused UI element and the main screen is dimmed/blocked. The dialog combines concepts known from other technologies where the windows have names such as dialog box, dialog window, pop-up, pop-up window, alert box, or message box. <br>
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  * <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.
51
51
  *
52
52
  * @author SAP SE
53
- * @version 1.117.1
53
+ * @version 1.119.0
54
54
  *
55
55
  * @constructor
56
56
  * @public
@@ -307,4 +307,4 @@ sap.ui.define([
307
307
  /* CUSTOM CODE END */
308
308
 
309
309
  return Dialog;
310
- });
310
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.FileUploader.
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>
@@ -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.117.1
36
+ * @version 1.119.0
37
37
  *
38
38
  * @constructor
39
39
  * @public
@@ -68,7 +68,7 @@ sap.ui.define([
68
68
  type: "boolean",
69
69
  defaultValue: true,
70
70
  mapping: {
71
- type: "attribute",
71
+ type: "property",
72
72
  to: "disabled",
73
73
  formatter: "_mapEnabled"
74
74
  }
@@ -205,4 +205,4 @@ sap.ui.define([
205
205
  /* CUSTOM CODE END */
206
206
 
207
207
  return FileUploader;
208
- });
208
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.GroupHeaderListItem.
8
8
  sap.ui.define([
9
- "sap/ui/webc/common/WebComponent",
9
+ "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
11
  "./thirdparty/GroupHeaderListItem"
12
12
  ], function(WebComponent, library) {
@@ -18,13 +18,13 @@ 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
  * 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.117.1
27
+ * @version 1.119.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -74,4 +74,4 @@ sap.ui.define([
74
74
  /* CUSTOM CODE END */
75
75
 
76
76
  return GroupHeaderListItem;
77
- });
77
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.Icon.
8
8
  sap.ui.define([
9
- "sap/ui/webc/common/WebComponent",
9
+ "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
11
  "./thirdparty/Icon"
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>
@@ -87,7 +87,7 @@ sap.ui.define([
87
87
  * </ul>
88
88
  *
89
89
  * @author SAP SE
90
- * @version 1.117.1
90
+ * @version 1.119.0
91
91
  *
92
92
  * @constructor
93
93
  * @public
@@ -249,4 +249,4 @@ sap.ui.define([
249
249
  /* CUSTOM CODE END */
250
250
 
251
251
  return Icon;
252
- });
252
+ });
@@ -6,13 +6,13 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.Input.
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",
13
- "./thirdparty/Input",
13
+ "./thirdparty/features/InputSuggestions",
14
14
  "./thirdparty/features/InputElementsFormSupport",
15
- "./thirdparty/features/InputSuggestions"
15
+ "./thirdparty/Input"
16
16
  ], function(WebComponent, library, EnabledPropagator, coreLibrary) {
17
17
  "use strict";
18
18
 
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @param {string} [sId] ID for the new control, generated automatically if no ID is given
26
26
  * @param {object} [mSettings] Initial settings for the new control
27
27
  *
28
- * @extends sap.ui.webc.common.WebComponent
28
+ * @extends sap.ui.core.webc.WebComponent
29
29
  * @class
30
30
  *
31
31
  * <h3>Overview</h3>
@@ -53,7 +53,7 @@ sap.ui.define([
53
53
  * </ul>
54
54
  *
55
55
  * @author SAP SE
56
- * @version 1.117.1
56
+ * @version 1.119.0
57
57
  *
58
58
  * @constructor
59
59
  * @public
@@ -86,7 +86,7 @@ sap.ui.define([
86
86
  type: "boolean",
87
87
  defaultValue: true,
88
88
  mapping: {
89
- type: "attribute",
89
+ type: "property",
90
90
  to: "disabled",
91
91
  formatter: "_mapEnabled"
92
92
  }
@@ -344,4 +344,4 @@ sap.ui.define([
344
344
  /* CUSTOM CODE END */
345
345
 
346
346
  return Input;
347
- });
347
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.Label.
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/LabelEnablement",
12
12
  "./thirdparty/Label"
@@ -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>
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * 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.
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
@@ -129,4 +129,4 @@ sap.ui.define([
129
129
  /* CUSTOM CODE END */
130
130
 
131
131
  return Label;
132
- });
132
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.Link.
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
  "./thirdparty/Link"
@@ -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> The <code>sap.ui.webc.main.Link</code> is a hyperlink component that is used to navigate to other apps and web pages, or to trigger actions. It is a clickable text element, visualized in such a way that it stands out from the standard text. On hover, it changes its style to an underlined text to provide additional feedback to the user.
@@ -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.117.1
43
+ * @version 1.119.0
44
44
  *
45
45
  * @constructor
46
46
  * @public
@@ -118,7 +118,7 @@ sap.ui.define([
118
118
  type: "boolean",
119
119
  defaultValue: true,
120
120
  mapping: {
121
- type: "attribute",
121
+ type: "property",
122
122
  to: "disabled",
123
123
  formatter: "_mapEnabled"
124
124
  }
@@ -239,4 +239,4 @@ sap.ui.define([
239
239
  /* CUSTOM CODE END */
240
240
 
241
241
  return Link;
242
- });
242
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.List.
8
8
  sap.ui.define([
9
- "sap/ui/webc/common/WebComponent",
9
+ "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
11
  "./thirdparty/List"
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>
@@ -61,7 +61,7 @@ sap.ui.define([
61
61
  * </ul>
62
62
  *
63
63
  * @author SAP SE
64
- * @version 1.117.1
64
+ * @version 1.119.0
65
65
  *
66
66
  * @constructor
67
67
  * @public
@@ -346,4 +346,4 @@ sap.ui.define([
346
346
  /* CUSTOM CODE END */
347
347
 
348
348
  return List;
349
- });
349
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.Menu.
8
8
  sap.ui.define([
9
- "sap/ui/webc/common/WebComponent",
9
+ "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
11
  "./thirdparty/Menu"
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> 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.117.1
42
+ * @version 1.119.0
43
43
  *
44
44
  * @constructor
45
45
  * @public
@@ -202,4 +202,4 @@ sap.ui.define([
202
202
  /* CUSTOM CODE END */
203
203
 
204
204
  return Menu;
205
- });
205
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.MenuItem.
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
  "./thirdparty/MenuItem"
@@ -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>
@@ -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.117.1
34
+ * @version 1.119.0
35
35
  *
36
36
  * @constructor
37
37
  * @public
@@ -89,7 +89,7 @@ sap.ui.define([
89
89
  type: "boolean",
90
90
  defaultValue: true,
91
91
  mapping: {
92
- type: "attribute",
92
+ type: "property",
93
93
  to: "disabled",
94
94
  formatter: "_mapEnabled"
95
95
  }
@@ -141,4 +141,4 @@ sap.ui.define([
141
141
  /* CUSTOM CODE END */
142
142
 
143
143
  return MenuItem;
144
- });
144
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.MessageStrip.
8
8
  sap.ui.define([
9
- "sap/ui/webc/common/WebComponent",
9
+ "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
11
  "./thirdparty/MessageStrip"
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>
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * <h3>Keyboard Handling</h3>
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.117.1
37
+ * @version 1.119.0
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -132,4 +132,4 @@ sap.ui.define([
132
132
  /* CUSTOM CODE END */
133
133
 
134
134
  return MessageStrip;
135
- });
135
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.MultiComboBox.
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
@@ -100,7 +100,7 @@ sap.ui.define([
100
100
  type: "boolean",
101
101
  defaultValue: true,
102
102
  mapping: {
103
- type: "attribute",
103
+ type: "property",
104
104
  to: "disabled",
105
105
  formatter: "_mapEnabled"
106
106
  }
@@ -289,4 +289,4 @@ sap.ui.define([
289
289
  /* CUSTOM CODE END */
290
290
 
291
291
  return MultiComboBox;
292
- });
292
+ });