@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.StepInput.
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>
@@ -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.119.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
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.SuggestionGroupItem.
8
8
  sap.ui.define([
9
- "sap/ui/webc/common/WebComponent",
9
+ "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
11
  "./thirdparty/SuggestionGroupItem"
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.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.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 SuggestionGroupItem;
60
- });
60
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.SuggestionItem.
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/SuggestionItem"
@@ -22,13 +22,13 @@ 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
  * 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.119.0
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -123,4 +123,4 @@ sap.ui.define([
123
123
  /* CUSTOM CODE END */
124
124
 
125
125
  return SuggestionItem;
126
- });
126
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.Switch.
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/Switch"
@@ -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> The <code>sap.ui.webc.main.Switch</code> component is used for changing between binary states. <br>
@@ -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.119.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
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.Tab.
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/Tab"
@@ -21,13 +21,13 @@ 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
  * 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.119.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
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.TabContainer.
8
8
  sap.ui.define([
9
- "sap/ui/webc/common/WebComponent",
9
+ "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
11
  "./thirdparty/TabContainer"
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>
@@ -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.119.0
54
54
  *
55
55
  * @constructor
56
56
  * @public
@@ -243,4 +243,4 @@ sap.ui.define([
243
243
  /* CUSTOM CODE END */
244
244
 
245
245
  return TabContainer;
246
- });
246
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.TabSeparator.
8
8
  sap.ui.define([
9
- "sap/ui/webc/common/WebComponent",
9
+ "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
11
  "./thirdparty/TabSeparator"
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.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.119.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -55,4 +55,4 @@ sap.ui.define([
55
55
  /* CUSTOM CODE END */
56
56
 
57
57
  return TabSeparator;
58
- });
58
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.Table.
8
8
  sap.ui.define([
9
- "sap/ui/webc/common/WebComponent",
9
+ "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
11
  "./thirdparty/Table"
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>
@@ -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.119.0
60
60
  *
61
61
  * @constructor
62
62
  * @public
@@ -320,4 +320,4 @@ sap.ui.define([
320
320
  /* CUSTOM CODE END */
321
321
 
322
322
  return Table;
323
- });
323
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.TableCell.
8
8
  sap.ui.define([
9
- "sap/ui/webc/common/WebComponent",
9
+ "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
11
  "./thirdparty/TableCell"
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>
@@ -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.119.0
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -68,4 +68,4 @@ sap.ui.define([
68
68
  /* CUSTOM CODE END */
69
69
 
70
70
  return TableCell;
71
- });
71
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.TableColumn.
8
8
  sap.ui.define([
9
- "sap/ui/webc/common/WebComponent",
9
+ "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
11
  "./thirdparty/TableColumn"
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>
@@ -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.119.0
40
40
  *
41
41
  * @constructor
42
42
  * @public
@@ -120,4 +120,4 @@ sap.ui.define([
120
120
  /* CUSTOM CODE END */
121
121
 
122
122
  return TableColumn;
123
- });
123
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.TableGroupRow.
8
8
  sap.ui.define([
9
- "sap/ui/webc/common/WebComponent",
9
+ "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
11
  "./thirdparty/TableGroupRow"
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>
@@ -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.119.0
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -68,4 +68,4 @@ sap.ui.define([
68
68
  /* CUSTOM CODE END */
69
69
 
70
70
  return TableGroupRow;
71
- });
71
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.TableRow.
8
8
  sap.ui.define([
9
- "sap/ui/webc/common/WebComponent",
9
+ "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
11
  "./thirdparty/TableRow"
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>
@@ -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.119.0
41
41
  *
42
42
  * @constructor
43
43
  * @public
@@ -107,4 +107,4 @@ sap.ui.define([
107
107
  /* CUSTOM CODE END */
108
108
 
109
109
  return TableRow;
110
- });
110
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.TextArea.
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>
@@ -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.119.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
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.TimePicker.
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",
@@ -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.TimePicker</code> component provides an input field with assigned sliders which are opened on user action. The <code>sap.ui.webc.main.TimePicker</code> allows users to select a localized time using touch, mouse, or keyboard input. It consists of two parts: the time input field and the sliders.
@@ -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.119.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
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.Title.
8
8
  sap.ui.define([
9
- "sap/ui/webc/common/WebComponent",
9
+ "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
11
  "./thirdparty/Title"
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>
@@ -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.119.0
33
33
  *
34
34
  * @constructor
35
35
  * @public
@@ -88,4 +88,4 @@ sap.ui.define([
88
88
  /* CUSTOM CODE END */
89
89
 
90
90
  return Title;
91
- });
91
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.Toast.
8
8
  sap.ui.define([
9
- "sap/ui/webc/common/WebComponent",
9
+ "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
11
  "./thirdparty/Toast"
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>
@@ -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.119.0
48
48
  *
49
49
  * @constructor
50
50
  * @public
@@ -129,4 +129,4 @@ sap.ui.define([
129
129
  /* CUSTOM CODE END */
130
130
 
131
131
  return Toast;
132
- });
132
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.ToggleButton.
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/ToggleButton"
@@ -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>
@@ -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.119.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
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.Token.
8
8
  sap.ui.define([
9
- "sap/ui/webc/common/WebComponent",
9
+ "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
11
  "./thirdparty/Token"
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
  * 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.119.0
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -97,4 +97,4 @@ sap.ui.define([
97
97
  /* CUSTOM CODE END */
98
98
 
99
99
  return Token;
100
- });
100
+ });
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Provides control sap.ui.webc.main.Tree.
8
8
  sap.ui.define([
9
- "sap/ui/webc/common/WebComponent",
9
+ "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
11
  "./thirdparty/Tree"
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> The <code>sap.ui.webc.main.Tree</code> component provides a tree structure for displaying data in a hierarchy.
@@ -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.119.0
61
61
  *
62
62
  * @constructor
63
63
  * @public
@@ -301,4 +301,4 @@ sap.ui.define([
301
301
  /* CUSTOM CODE END */
302
302
 
303
303
  return Tree;
304
- });
304
+ });