@openui5/sap.ui.webc.main 1.117.1 → 1.118.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 (81) hide show
  1. package/package.json +3 -3
  2. package/src/sap/ui/webc/main/.library +1 -1
  3. package/src/sap/ui/webc/main/Avatar.js +1 -1
  4. package/src/sap/ui/webc/main/AvatarGroup.js +1 -1
  5. package/src/sap/ui/webc/main/Badge.js +1 -1
  6. package/src/sap/ui/webc/main/Breadcrumbs.js +1 -1
  7. package/src/sap/ui/webc/main/BreadcrumbsItem.js +1 -1
  8. package/src/sap/ui/webc/main/BusyIndicator.js +1 -1
  9. package/src/sap/ui/webc/main/Button.js +4 -4
  10. package/src/sap/ui/webc/main/Calendar.js +1 -1
  11. package/src/sap/ui/webc/main/CalendarDate.js +1 -1
  12. package/src/sap/ui/webc/main/Card.js +1 -1
  13. package/src/sap/ui/webc/main/CardHeader.js +1 -1
  14. package/src/sap/ui/webc/main/Carousel.js +1 -1
  15. package/src/sap/ui/webc/main/CheckBox.js +3 -3
  16. package/src/sap/ui/webc/main/ColorPalette.js +4 -4
  17. package/src/sap/ui/webc/main/ColorPaletteItem.js +1 -1
  18. package/src/sap/ui/webc/main/ColorPalettePopover.js +4 -4
  19. package/src/sap/ui/webc/main/ColorPicker.js +1 -1
  20. package/src/sap/ui/webc/main/ComboBox.js +3 -3
  21. package/src/sap/ui/webc/main/ComboBoxGroupItem.js +1 -1
  22. package/src/sap/ui/webc/main/ComboBoxItem.js +1 -1
  23. package/src/sap/ui/webc/main/CustomListItem.js +1 -1
  24. package/src/sap/ui/webc/main/DatePicker.js +3 -3
  25. package/src/sap/ui/webc/main/DateRangePicker.js +3 -3
  26. package/src/sap/ui/webc/main/DateTimePicker.js +3 -3
  27. package/src/sap/ui/webc/main/Dialog.js +1 -1
  28. package/src/sap/ui/webc/main/FileUploader.js +3 -3
  29. package/src/sap/ui/webc/main/GroupHeaderListItem.js +1 -1
  30. package/src/sap/ui/webc/main/Icon.js +1 -1
  31. package/src/sap/ui/webc/main/Input.js +5 -5
  32. package/src/sap/ui/webc/main/Label.js +1 -1
  33. package/src/sap/ui/webc/main/Link.js +3 -3
  34. package/src/sap/ui/webc/main/List.js +1 -1
  35. package/src/sap/ui/webc/main/Menu.js +1 -1
  36. package/src/sap/ui/webc/main/MenuItem.js +3 -3
  37. package/src/sap/ui/webc/main/MessageStrip.js +1 -1
  38. package/src/sap/ui/webc/main/MultiComboBox.js +3 -3
  39. package/src/sap/ui/webc/main/MultiComboBoxGroupItem.js +1 -1
  40. package/src/sap/ui/webc/main/MultiComboBoxItem.js +1 -1
  41. package/src/sap/ui/webc/main/MultiInput.js +5 -5
  42. package/src/sap/ui/webc/main/Option.js +3 -3
  43. package/src/sap/ui/webc/main/Panel.js +1 -1
  44. package/src/sap/ui/webc/main/Popover.js +1 -1
  45. package/src/sap/ui/webc/main/ProgressIndicator.js +3 -3
  46. package/src/sap/ui/webc/main/RadioButton.js +3 -3
  47. package/src/sap/ui/webc/main/RangeSlider.js +3 -3
  48. package/src/sap/ui/webc/main/RatingIndicator.js +3 -3
  49. package/src/sap/ui/webc/main/ResponsivePopover.js +1 -1
  50. package/src/sap/ui/webc/main/SegmentedButton.js +1 -1
  51. package/src/sap/ui/webc/main/SegmentedButtonItem.js +3 -3
  52. package/src/sap/ui/webc/main/Select.js +3 -3
  53. package/src/sap/ui/webc/main/Slider.js +3 -3
  54. package/src/sap/ui/webc/main/SplitButton.js +3 -3
  55. package/src/sap/ui/webc/main/StandardListItem.js +1 -1
  56. package/src/sap/ui/webc/main/StepInput.js +3 -3
  57. package/src/sap/ui/webc/main/SuggestionGroupItem.js +1 -1
  58. package/src/sap/ui/webc/main/SuggestionItem.js +1 -1
  59. package/src/sap/ui/webc/main/Switch.js +3 -3
  60. package/src/sap/ui/webc/main/Tab.js +3 -3
  61. package/src/sap/ui/webc/main/TabContainer.js +1 -1
  62. package/src/sap/ui/webc/main/TabSeparator.js +1 -1
  63. package/src/sap/ui/webc/main/Table.js +1 -1
  64. package/src/sap/ui/webc/main/TableCell.js +1 -1
  65. package/src/sap/ui/webc/main/TableColumn.js +1 -1
  66. package/src/sap/ui/webc/main/TableGroupRow.js +1 -1
  67. package/src/sap/ui/webc/main/TableRow.js +1 -1
  68. package/src/sap/ui/webc/main/TextArea.js +3 -3
  69. package/src/sap/ui/webc/main/TimePicker.js +3 -3
  70. package/src/sap/ui/webc/main/Title.js +1 -1
  71. package/src/sap/ui/webc/main/Toast.js +1 -1
  72. package/src/sap/ui/webc/main/ToggleButton.js +3 -3
  73. package/src/sap/ui/webc/main/Token.js +1 -1
  74. package/src/sap/ui/webc/main/Tree.js +1 -1
  75. package/src/sap/ui/webc/main/TreeItem.js +1 -1
  76. package/src/sap/ui/webc/main/TreeItemCustom.js +1 -1
  77. package/src/sap/ui/webc/main/changeHandler/ChangeLinkTarget.js +1 -1
  78. package/src/sap/ui/webc/main/library.js +2 -2
  79. package/src/sap/ui/webc/main/thirdparty/Popover.js +477 -582
  80. package/src/sap/ui/webc/main/thirdparty/popup-utils/PopoverRegistry.js +127 -135
  81. package/ui5.yaml +5 -0
@@ -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.117.1
30
+ * @version 1.118.0
31
31
  *
32
32
  * @constructor
33
33
  * @public
@@ -59,7 +59,7 @@ sap.ui.define([
59
59
  type: "boolean",
60
60
  defaultValue: true,
61
61
  mapping: {
62
- type: "attribute",
62
+ type: "property",
63
63
  to: "disabled",
64
64
  formatter: "_mapEnabled"
65
65
  }
@@ -107,4 +107,4 @@ sap.ui.define([
107
107
  /* CUSTOM CODE END */
108
108
 
109
109
  return Option;
110
- });
110
+ });
@@ -61,7 +61,7 @@ sap.ui.define([
61
61
  * <h3>Keyboard Handling</h3>
62
62
  *
63
63
  * @author SAP SE
64
- * @version 1.117.1
64
+ * @version 1.118.0
65
65
  *
66
66
  * @constructor
67
67
  * @public
@@ -52,7 +52,7 @@ sap.ui.define([
52
52
  * </ul>
53
53
  *
54
54
  * @author SAP SE
55
- * @version 1.117.1
55
+ * @version 1.118.0
56
56
  *
57
57
  * @constructor
58
58
  * @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.117.1
33
+ * @version 1.118.0
34
34
  *
35
35
  * @constructor
36
36
  * @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
  }
@@ -126,4 +126,4 @@ sap.ui.define([
126
126
  /* CUSTOM CODE END */
127
127
 
128
128
  return ProgressIndicator;
129
- });
129
+ });
@@ -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.117.1
42
+ * @version 1.118.0
43
43
  *
44
44
  * @constructor
45
45
  * @public
@@ -82,7 +82,7 @@ sap.ui.define([
82
82
  type: "boolean",
83
83
  defaultValue: true,
84
84
  mapping: {
85
- type: "attribute",
85
+ type: "property",
86
86
  to: "disabled",
87
87
  formatter: "_mapEnabled"
88
88
  }
@@ -225,4 +225,4 @@ sap.ui.define([
225
225
  /* CUSTOM CODE END */
226
226
 
227
227
  return RadioButton;
228
- });
228
+ });
@@ -71,7 +71,7 @@ sap.ui.define([
71
71
  * </ul>
72
72
  *
73
73
  * @author SAP SE
74
- * @version 1.117.1
74
+ * @version 1.118.0
75
75
  *
76
76
  * @constructor
77
77
  * @public
@@ -99,7 +99,7 @@ sap.ui.define([
99
99
  type: "boolean",
100
100
  defaultValue: true,
101
101
  mapping: {
102
- type: "attribute",
102
+ type: "property",
103
103
  to: "disabled",
104
104
  formatter: "_mapEnabled"
105
105
  }
@@ -211,4 +211,4 @@ sap.ui.define([
211
211
  /* CUSTOM CODE END */
212
212
 
213
213
  return RangeSlider;
214
- });
214
+ });
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * </ul>
44
44
  *
45
45
  * @author SAP SE
46
- * @version 1.117.1
46
+ * @version 1.118.0
47
47
  *
48
48
  * @constructor
49
49
  * @public
@@ -75,7 +75,7 @@ sap.ui.define([
75
75
  type: "boolean",
76
76
  defaultValue: true,
77
77
  mapping: {
78
- type: "attribute",
78
+ type: "property",
79
79
  to: "disabled",
80
80
  formatter: "_mapEnabled"
81
81
  }
@@ -141,4 +141,4 @@ sap.ui.define([
141
141
  /* CUSTOM CODE END */
142
142
 
143
143
  return RatingIndicator;
144
- });
144
+ });
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * </ul>
42
42
  *
43
43
  * @author SAP SE
44
- * @version 1.117.1
44
+ * @version 1.118.0
45
45
  *
46
46
  * @constructor
47
47
  * @public
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * <b>Note:</b> There can be just one selected <code>item</code> at a time.
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.117.1
33
+ * @version 1.118.0
34
34
  *
35
35
  * @constructor
36
36
  * @public
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * Clicking or tapping on a <code>sap.ui.webc.main.SegmentedButtonItem</code> changes its state to <code>pressed</code>. The item returns to its initial state when the user clicks or taps on it again. By applying additional custom CSS-styling classes, apps can give a different style to any <code>sap.ui.webc.main.SegmentedButtonItem</code>.
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.117.1
34
+ * @version 1.118.0
35
35
  *
36
36
  * @constructor
37
37
  * @public
@@ -102,7 +102,7 @@ sap.ui.define([
102
102
  type: "boolean",
103
103
  defaultValue: true,
104
104
  mapping: {
105
- type: "attribute",
105
+ type: "property",
106
106
  to: "disabled",
107
107
  formatter: "_mapEnabled"
108
108
  }
@@ -188,4 +188,4 @@ sap.ui.define([
188
188
  /* CUSTOM CODE END */
189
189
 
190
190
  return SegmentedButtonItem;
191
- });
191
+ });
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * </ul> <br>
41
41
  *
42
42
  * @author SAP SE
43
- * @version 1.117.1
43
+ * @version 1.118.0
44
44
  *
45
45
  * @constructor
46
46
  * @public
@@ -73,7 +73,7 @@ sap.ui.define([
73
73
  type: "boolean",
74
74
  defaultValue: true,
75
75
  mapping: {
76
- type: "attribute",
76
+ type: "property",
77
77
  to: "disabled",
78
78
  formatter: "_mapEnabled"
79
79
  }
@@ -224,4 +224,4 @@ sap.ui.define([
224
224
  /* CUSTOM CODE END */
225
225
 
226
226
  return Select;
227
- });
227
+ });
@@ -71,7 +71,7 @@ sap.ui.define([
71
71
  * </ul>
72
72
  *
73
73
  * @author SAP SE
74
- * @version 1.117.1
74
+ * @version 1.118.0
75
75
  *
76
76
  * @constructor
77
77
  * @public
@@ -103,7 +103,7 @@ sap.ui.define([
103
103
  type: "boolean",
104
104
  defaultValue: true,
105
105
  mapping: {
106
- type: "attribute",
106
+ type: "property",
107
107
  to: "disabled",
108
108
  formatter: "_mapEnabled"
109
109
  }
@@ -205,4 +205,4 @@ sap.ui.define([
205
205
  /* CUSTOM CODE END */
206
206
 
207
207
  return Slider;
208
- });
208
+ });
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  * </ul>
51
51
  *
52
52
  * @author SAP SE
53
- * @version 1.117.1
53
+ * @version 1.118.0
54
54
  *
55
55
  * @constructor
56
56
  * @public
@@ -108,7 +108,7 @@ sap.ui.define([
108
108
  type: "boolean",
109
109
  defaultValue: true,
110
110
  mapping: {
111
- type: "attribute",
111
+ type: "property",
112
112
  to: "disabled",
113
113
  formatter: "_mapEnabled"
114
114
  }
@@ -160,4 +160,4 @@ sap.ui.define([
160
160
  /* CUSTOM CODE END */
161
161
 
162
162
  return SplitButton;
163
- });
163
+ });
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * </ul>
42
42
  *
43
43
  * @author SAP SE
44
- * @version 1.117.1
44
+ * @version 1.118.0
45
45
  *
46
46
  * @constructor
47
47
  * @public
@@ -52,7 +52,7 @@ sap.ui.define([
52
52
  * </ul>
53
53
  *
54
54
  * @author SAP SE
55
- * @version 1.117.1
55
+ * @version 1.118.0
56
56
  *
57
57
  * @constructor
58
58
  * @public
@@ -84,7 +84,7 @@ sap.ui.define([
84
84
  type: "boolean",
85
85
  defaultValue: true,
86
86
  mapping: {
87
- type: "attribute",
87
+ type: "property",
88
88
  to: "disabled",
89
89
  formatter: "_mapEnabled"
90
90
  }
@@ -244,4 +244,4 @@ sap.ui.define([
244
244
  /* CUSTOM CODE END */
245
245
 
246
246
  return StepInput;
247
- });
247
+ });
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * The <code>sap.ui.webc.main.SuggestionGroupItem</code> is type of suggestion item, that can be used to split the <code>sap.ui.webc.main.Input</code> suggestions into groups.
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.117.1
27
+ * @version 1.118.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * The <code>sap.ui.webc.main.SuggestionItem</code> represents the suggestion item of the <code>sap.ui.webc.main.Input</code>.
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.117.1
31
+ * @version 1.118.0
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * </ul>
44
44
  *
45
45
  * @author SAP SE
46
- * @version 1.117.1
46
+ * @version 1.118.0
47
47
  *
48
48
  * @constructor
49
49
  * @public
@@ -97,7 +97,7 @@ sap.ui.define([
97
97
  type: "boolean",
98
98
  defaultValue: true,
99
99
  mapping: {
100
- type: "attribute",
100
+ type: "property",
101
101
  to: "disabled",
102
102
  formatter: "_mapEnabled"
103
103
  }
@@ -166,4 +166,4 @@ sap.ui.define([
166
166
  /* CUSTOM CODE END */
167
167
 
168
168
  return Switch;
169
- });
169
+ });
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * The <code>sap.ui.webc.main.Tab</code> represents a selectable item inside a <code>sap.ui.webc.main.TabContainer</code>. It defines both the item in the tab strip (top part of the <code>sap.ui.webc.main.TabContainer</code>) and the content that is presented to the user once the tab is selected.
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.117.1
30
+ * @version 1.118.0
31
31
  *
32
32
  * @constructor
33
33
  * @public
@@ -83,7 +83,7 @@ sap.ui.define([
83
83
  type: "boolean",
84
84
  defaultValue: true,
85
85
  mapping: {
86
- type: "attribute",
86
+ type: "property",
87
87
  to: "disabled",
88
88
  formatter: "_mapEnabled"
89
89
  }
@@ -153,4 +153,4 @@ sap.ui.define([
153
153
  /* CUSTOM CODE END */
154
154
 
155
155
  return Tab;
156
- });
156
+ });
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  * <h3>Keyboard Handling</h3>
51
51
  *
52
52
  * @author SAP SE
53
- * @version 1.117.1
53
+ * @version 1.118.0
54
54
  *
55
55
  * @constructor
56
56
  * @public
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * The <code>sap.ui.webc.main.TabSeparator</code> represents a vertical line to separate tabs inside a <code>sap.ui.webc.main.TabContainer</code>.
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.117.1
27
+ * @version 1.118.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -56,7 +56,7 @@ sap.ui.define([
56
56
  * </ul>
57
57
  *
58
58
  * @author SAP SE
59
- * @version 1.117.1
59
+ * @version 1.118.0
60
60
  *
61
61
  * @constructor
62
62
  * @public
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * </ul>
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.117.1
37
+ * @version 1.118.0
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * </ul>
37
37
  *
38
38
  * @author SAP SE
39
- * @version 1.117.1
39
+ * @version 1.118.0
40
40
  *
41
41
  * @constructor
42
42
  * @public
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * </ul>
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.117.1
37
+ * @version 1.118.0
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * </ul>
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.117.1
40
+ * @version 1.118.0
41
41
  *
42
42
  * @constructor
43
43
  * @public
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * </ul>
42
42
  *
43
43
  * @author SAP SE
44
- * @version 1.117.1
44
+ * @version 1.118.0
45
45
  *
46
46
  * @constructor
47
47
  * @public
@@ -73,7 +73,7 @@ sap.ui.define([
73
73
  type: "boolean",
74
74
  defaultValue: true,
75
75
  mapping: {
76
- type: "attribute",
76
+ type: "property",
77
77
  to: "disabled",
78
78
  formatter: "_mapEnabled"
79
79
  }
@@ -267,4 +267,4 @@ sap.ui.define([
267
267
  /* CUSTOM CODE END */
268
268
 
269
269
  return TextArea;
270
- });
270
+ });
@@ -63,7 +63,7 @@ sap.ui.define([
63
63
  * </ul>
64
64
  *
65
65
  * @author SAP SE
66
- * @version 1.117.1
66
+ * @version 1.118.0
67
67
  *
68
68
  * @constructor
69
69
  * @public
@@ -88,7 +88,7 @@ sap.ui.define([
88
88
  type: "boolean",
89
89
  defaultValue: true,
90
90
  mapping: {
91
- type: "attribute",
91
+ type: "property",
92
92
  to: "disabled",
93
93
  formatter: "_mapEnabled"
94
94
  }
@@ -277,4 +277,4 @@ sap.ui.define([
277
277
  /* CUSTOM CODE END */
278
278
 
279
279
  return TimePicker;
280
- });
280
+ });
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * The <code>sap.ui.webc.main.Title</code> component is used to display titles inside a page. It is a simple, large-sized text with explicit header/title semantics.
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.117.1
32
+ * @version 1.118.0
33
33
  *
34
34
  * @constructor
35
35
  * @public
@@ -44,7 +44,7 @@ sap.ui.define([
44
44
  * </ul>
45
45
  *
46
46
  * @author SAP SE
47
- * @version 1.117.1
47
+ * @version 1.118.0
48
48
  *
49
49
  * @constructor
50
50
  * @public
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * Clicking or tapping on a <code>sap.ui.webc.main.ToggleButton</code> changes its state to <code>pressed</code>. The button returns to its initial state when the user clicks or taps on it again. By applying additional custom CSS-styling classes, apps can give a different style to any <code>sap.ui.webc.main.ToggleButton</code>.
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.117.1
34
+ * @version 1.118.0
35
35
  *
36
36
  * @constructor
37
37
  * @public
@@ -112,7 +112,7 @@ sap.ui.define([
112
112
  type: "boolean",
113
113
  defaultValue: true,
114
114
  mapping: {
115
- type: "attribute",
115
+ type: "property",
116
116
  to: "disabled",
117
117
  formatter: "_mapEnabled"
118
118
  }
@@ -206,4 +206,4 @@ sap.ui.define([
206
206
  /* CUSTOM CODE END */
207
207
 
208
208
  return ToggleButton;
209
- });
209
+ });
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * Tokens are small items of information (similar to tags) that mainly serve to visualize previously selected items.
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.117.1
29
+ * @version 1.118.0
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -57,7 +57,7 @@ sap.ui.define([
57
57
  * </ul>
58
58
  *
59
59
  * @author SAP SE
60
- * @version 1.117.1
60
+ * @version 1.118.0
61
61
  *
62
62
  * @constructor
63
63
  * @public
@@ -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.118.0
43
43
  *
44
44
  * @constructor
45
45
  * @public
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * </ul>
42
42
  *
43
43
  * @author SAP SE
44
- * @version 1.117.1
44
+ * @version 1.118.0
45
45
  *
46
46
  * @constructor
47
47
  * @public
@@ -12,7 +12,7 @@ sap.ui.define(function () {
12
12
  *
13
13
  * @alias sap.ui.webc.main.changeHandler.ChangeLinkTarget
14
14
  * @author SAP SE
15
- * @version 1.117.1
15
+ * @version 1.118.0
16
16
  */
17
17
  var ChangeLinkTarget = {};
18
18
 
@@ -23,14 +23,14 @@ sap.ui.define([
23
23
  * @namespace
24
24
  * @alias sap.ui.webc.main
25
25
  * @author SAP SE
26
- * @version 1.117.1
26
+ * @version 1.118.0
27
27
  * @public
28
28
  * @since 1.92.0
29
29
  * @experimental Since 1.92.0 This API is experimental and might change significantly.
30
30
  */
31
31
  var thisLib = Library.init({
32
32
  name: "sap.ui.webc.main",
33
- version: "1.117.1",
33
+ version: "1.118.0",
34
34
  dependencies: ["sap.ui.core", "sap.ui.webc.common"],
35
35
  noLibraryCSS: true,
36
36
  designtime: "sap/ui/webc/main/designtime/library.designtime",