@openui5/types 1.118.0 → 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.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.118.0
1
+ // For Library Version: 1.119.0
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -1182,7 +1182,7 @@ declare module "sap/ui/webc/main/Avatar" {
1182
1182
  import {
1183
1183
  default as WebComponent,
1184
1184
  $WebComponentSettings,
1185
- } from "sap/ui/webc/common/WebComponent";
1185
+ } from "sap/ui/core/webc/WebComponent";
1186
1186
 
1187
1187
  import {
1188
1188
  IAvatar,
@@ -1195,7 +1195,7 @@ declare module "sap/ui/webc/main/Avatar" {
1195
1195
 
1196
1196
  import Control from "sap/ui/core/Control";
1197
1197
 
1198
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
1198
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
1199
1199
 
1200
1200
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
1201
1201
 
@@ -1257,7 +1257,7 @@ declare module "sap/ui/webc/main/Avatar" {
1257
1257
  * Creates a new subclass of class sap.ui.webc.main.Avatar with name `sClassName` and enriches it with the
1258
1258
  * information contained in `oClassInfo`.
1259
1259
  *
1260
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
1260
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
1261
1261
  *
1262
1262
  * @returns Created class / constructor function
1263
1263
  */
@@ -1803,13 +1803,13 @@ declare module "sap/ui/webc/main/AvatarGroup" {
1803
1803
  import {
1804
1804
  default as WebComponent,
1805
1805
  $WebComponentSettings,
1806
- } from "sap/ui/webc/common/WebComponent";
1806
+ } from "sap/ui/core/webc/WebComponent";
1807
1807
 
1808
1808
  import { IAvatar, AvatarGroupType } from "sap/ui/webc/main/library";
1809
1809
 
1810
1810
  import Event from "sap/ui/base/Event";
1811
1811
 
1812
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
1812
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
1813
1813
 
1814
1814
  import Control from "sap/ui/core/Control";
1815
1815
 
@@ -1907,7 +1907,7 @@ declare module "sap/ui/webc/main/AvatarGroup" {
1907
1907
  * Creates a new subclass of class sap.ui.webc.main.AvatarGroup with name `sClassName` and enriches it with
1908
1908
  * the information contained in `oClassInfo`.
1909
1909
  *
1910
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
1910
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
1911
1911
  *
1912
1912
  * @returns Created class / constructor function
1913
1913
  */
@@ -2299,11 +2299,11 @@ declare module "sap/ui/webc/main/Badge" {
2299
2299
  import {
2300
2300
  default as WebComponent,
2301
2301
  $WebComponentSettings,
2302
- } from "sap/ui/webc/common/WebComponent";
2302
+ } from "sap/ui/core/webc/WebComponent";
2303
2303
 
2304
2304
  import { IIcon } from "sap/ui/webc/main/library";
2305
2305
 
2306
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
2306
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
2307
2307
 
2308
2308
  import {
2309
2309
  PropertyBindingInfo,
@@ -2363,7 +2363,7 @@ declare module "sap/ui/webc/main/Badge" {
2363
2363
  * Creates a new subclass of class sap.ui.webc.main.Badge with name `sClassName` and enriches it with the
2364
2364
  * information contained in `oClassInfo`.
2365
2365
  *
2366
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
2366
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
2367
2367
  *
2368
2368
  * @returns Created class / constructor function
2369
2369
  */
@@ -2549,7 +2549,7 @@ declare module "sap/ui/webc/main/Breadcrumbs" {
2549
2549
  import {
2550
2550
  default as WebComponent,
2551
2551
  $WebComponentSettings,
2552
- } from "sap/ui/webc/common/WebComponent";
2552
+ } from "sap/ui/core/webc/WebComponent";
2553
2553
 
2554
2554
  import {
2555
2555
  IBreadcrumbsItem,
@@ -2557,7 +2557,7 @@ declare module "sap/ui/webc/main/Breadcrumbs" {
2557
2557
  BreadcrumbsSeparatorStyle,
2558
2558
  } from "sap/ui/webc/main/library";
2559
2559
 
2560
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
2560
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
2561
2561
 
2562
2562
  import {
2563
2563
  PropertyBindingInfo,
@@ -2630,7 +2630,7 @@ declare module "sap/ui/webc/main/Breadcrumbs" {
2630
2630
  * Creates a new subclass of class sap.ui.webc.main.Breadcrumbs with name `sClassName` and enriches it with
2631
2631
  * the information contained in `oClassInfo`.
2632
2632
  *
2633
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
2633
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
2634
2634
  *
2635
2635
  * @returns Created class / constructor function
2636
2636
  */
@@ -2986,11 +2986,11 @@ declare module "sap/ui/webc/main/BreadcrumbsItem" {
2986
2986
  import {
2987
2987
  default as WebComponent,
2988
2988
  $WebComponentSettings,
2989
- } from "sap/ui/webc/common/WebComponent";
2989
+ } from "sap/ui/core/webc/WebComponent";
2990
2990
 
2991
2991
  import { IBreadcrumbsItem } from "sap/ui/webc/main/library";
2992
2992
 
2993
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
2993
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
2994
2994
 
2995
2995
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
2996
2996
 
@@ -3041,7 +3041,7 @@ declare module "sap/ui/webc/main/BreadcrumbsItem" {
3041
3041
  * Creates a new subclass of class sap.ui.webc.main.BreadcrumbsItem with name `sClassName` and enriches
3042
3042
  * it with the information contained in `oClassInfo`.
3043
3043
  *
3044
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
3044
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
3045
3045
  *
3046
3046
  * @returns Created class / constructor function
3047
3047
  */
@@ -3236,11 +3236,11 @@ declare module "sap/ui/webc/main/BusyIndicator" {
3236
3236
  import {
3237
3237
  default as WebComponent,
3238
3238
  $WebComponentSettings,
3239
- } from "sap/ui/webc/common/WebComponent";
3239
+ } from "sap/ui/core/webc/WebComponent";
3240
3240
 
3241
3241
  import Control from "sap/ui/core/Control";
3242
3242
 
3243
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
3243
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
3244
3244
 
3245
3245
  import { BusyIndicatorSize } from "sap/ui/webc/main/library";
3246
3246
 
@@ -3315,7 +3315,7 @@ declare module "sap/ui/webc/main/BusyIndicator" {
3315
3315
  * Creates a new subclass of class sap.ui.webc.main.BusyIndicator with name `sClassName` and enriches it
3316
3316
  * with the information contained in `oClassInfo`.
3317
3317
  *
3318
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
3318
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
3319
3319
  *
3320
3320
  * @returns Created class / constructor function
3321
3321
  */
@@ -3643,7 +3643,7 @@ declare module "sap/ui/webc/main/Button" {
3643
3643
  import {
3644
3644
  default as WebComponent,
3645
3645
  $WebComponentSettings,
3646
- } from "sap/ui/webc/common/WebComponent";
3646
+ } from "sap/ui/core/webc/WebComponent";
3647
3647
 
3648
3648
  import { IButton, ButtonDesign } from "sap/ui/webc/main/library";
3649
3649
 
@@ -3658,7 +3658,7 @@ declare module "sap/ui/webc/main/Button" {
3658
3658
 
3659
3659
  import Event from "sap/ui/base/Event";
3660
3660
 
3661
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
3661
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
3662
3662
 
3663
3663
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
3664
3664
 
@@ -3732,7 +3732,7 @@ declare module "sap/ui/webc/main/Button" {
3732
3732
  * Creates a new subclass of class sap.ui.webc.main.Button with name `sClassName` and enriches it with the
3733
3733
  * information contained in `oClassInfo`.
3734
3734
  *
3735
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
3735
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
3736
3736
  *
3737
3737
  * @returns Created class / constructor function
3738
3738
  */
@@ -4319,14 +4319,14 @@ declare module "sap/ui/webc/main/Calendar" {
4319
4319
  import {
4320
4320
  default as WebComponent,
4321
4321
  $WebComponentSettings,
4322
- } from "sap/ui/webc/common/WebComponent";
4322
+ } from "sap/ui/core/webc/WebComponent";
4323
4323
 
4324
4324
  import {
4325
4325
  ICalendarDate,
4326
4326
  CalendarSelectionMode,
4327
4327
  } from "sap/ui/webc/main/library";
4328
4328
 
4329
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
4329
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
4330
4330
 
4331
4331
  import CalendarType from "sap/ui/core/CalendarType";
4332
4332
 
@@ -4455,7 +4455,7 @@ declare module "sap/ui/webc/main/Calendar" {
4455
4455
  * Creates a new subclass of class sap.ui.webc.main.Calendar with name `sClassName` and enriches it with
4456
4456
  * the information contained in `oClassInfo`.
4457
4457
  *
4458
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
4458
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
4459
4459
  *
4460
4460
  * @returns Created class / constructor function
4461
4461
  */
@@ -4958,11 +4958,11 @@ declare module "sap/ui/webc/main/CalendarDate" {
4958
4958
  import {
4959
4959
  default as WebComponent,
4960
4960
  $WebComponentSettings,
4961
- } from "sap/ui/webc/common/WebComponent";
4961
+ } from "sap/ui/core/webc/WebComponent";
4962
4962
 
4963
4963
  import { ICalendarDate } from "sap/ui/webc/main/library";
4964
4964
 
4965
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
4965
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
4966
4966
 
4967
4967
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
4968
4968
 
@@ -5013,7 +5013,7 @@ declare module "sap/ui/webc/main/CalendarDate" {
5013
5013
  * Creates a new subclass of class sap.ui.webc.main.CalendarDate with name `sClassName` and enriches it
5014
5014
  * with the information contained in `oClassInfo`.
5015
5015
  *
5016
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
5016
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
5017
5017
  *
5018
5018
  * @returns Created class / constructor function
5019
5019
  */
@@ -5078,7 +5078,7 @@ declare module "sap/ui/webc/main/Card" {
5078
5078
  import {
5079
5079
  default as WebComponent,
5080
5080
  $WebComponentSettings,
5081
- } from "sap/ui/webc/common/WebComponent";
5081
+ } from "sap/ui/core/webc/WebComponent";
5082
5082
 
5083
5083
  import { ID, CSSSize } from "sap/ui/core/library";
5084
5084
 
@@ -5086,7 +5086,7 @@ declare module "sap/ui/webc/main/Card" {
5086
5086
 
5087
5087
  import { ICardHeader } from "sap/ui/webc/main/library";
5088
5088
 
5089
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
5089
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
5090
5090
 
5091
5091
  import {
5092
5092
  PropertyBindingInfo,
@@ -5143,7 +5143,7 @@ declare module "sap/ui/webc/main/Card" {
5143
5143
  * Creates a new subclass of class sap.ui.webc.main.Card with name `sClassName` and enriches it with the
5144
5144
  * information contained in `oClassInfo`.
5145
5145
  *
5146
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
5146
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
5147
5147
  *
5148
5148
  * @returns Created class / constructor function
5149
5149
  */
@@ -5465,7 +5465,7 @@ declare module "sap/ui/webc/main/CardHeader" {
5465
5465
  import {
5466
5466
  default as WebComponent,
5467
5467
  $WebComponentSettings,
5468
- } from "sap/ui/webc/common/WebComponent";
5468
+ } from "sap/ui/core/webc/WebComponent";
5469
5469
 
5470
5470
  import { ICardHeader } from "sap/ui/webc/main/library";
5471
5471
 
@@ -5473,7 +5473,7 @@ declare module "sap/ui/webc/main/CardHeader" {
5473
5473
 
5474
5474
  import Event from "sap/ui/base/Event";
5475
5475
 
5476
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
5476
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
5477
5477
 
5478
5478
  import {
5479
5479
  PropertyBindingInfo,
@@ -5540,7 +5540,7 @@ declare module "sap/ui/webc/main/CardHeader" {
5540
5540
  * Creates a new subclass of class sap.ui.webc.main.CardHeader with name `sClassName` and enriches it with
5541
5541
  * the information contained in `oClassInfo`.
5542
5542
  *
5543
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
5543
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
5544
5544
  *
5545
5545
  * @returns Created class / constructor function
5546
5546
  */
@@ -5950,7 +5950,7 @@ declare module "sap/ui/webc/main/Carousel" {
5950
5950
  import {
5951
5951
  default as WebComponent,
5952
5952
  $WebComponentSettings,
5953
- } from "sap/ui/webc/common/WebComponent";
5953
+ } from "sap/ui/core/webc/WebComponent";
5954
5954
 
5955
5955
  import Control from "sap/ui/core/Control";
5956
5956
 
@@ -5961,7 +5961,7 @@ declare module "sap/ui/webc/main/Carousel" {
5961
5961
  CarouselPageIndicatorStyle,
5962
5962
  } from "sap/ui/webc/main/library";
5963
5963
 
5964
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
5964
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
5965
5965
 
5966
5966
  import {
5967
5967
  PropertyBindingInfo,
@@ -6047,7 +6047,7 @@ declare module "sap/ui/webc/main/Carousel" {
6047
6047
  * Creates a new subclass of class sap.ui.webc.main.Carousel with name `sClassName` and enriches it with
6048
6048
  * the information contained in `oClassInfo`.
6049
6049
  *
6050
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
6050
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
6051
6051
  *
6052
6052
  * @returns Created class / constructor function
6053
6053
  */
@@ -6691,7 +6691,7 @@ declare module "sap/ui/webc/main/CheckBox" {
6691
6691
  import {
6692
6692
  default as WebComponent,
6693
6693
  $WebComponentSettings,
6694
- } from "sap/ui/webc/common/WebComponent";
6694
+ } from "sap/ui/core/webc/WebComponent";
6695
6695
 
6696
6696
  import { IFormContent, ID, ValueState, CSSSize } from "sap/ui/core/library";
6697
6697
 
@@ -6699,7 +6699,7 @@ declare module "sap/ui/webc/main/CheckBox" {
6699
6699
 
6700
6700
  import Event from "sap/ui/base/Event";
6701
6701
 
6702
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
6702
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
6703
6703
 
6704
6704
  import { WrappingType } from "sap/ui/webc/main/library";
6705
6705
 
@@ -6783,7 +6783,7 @@ declare module "sap/ui/webc/main/CheckBox" {
6783
6783
  * Creates a new subclass of class sap.ui.webc.main.CheckBox with name `sClassName` and enriches it with
6784
6784
  * the information contained in `oClassInfo`.
6785
6785
  *
6786
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
6786
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
6787
6787
  *
6788
6788
  * @returns Created class / constructor function
6789
6789
  */
@@ -7394,11 +7394,11 @@ declare module "sap/ui/webc/main/ColorPalette" {
7394
7394
  import {
7395
7395
  default as WebComponent,
7396
7396
  $WebComponentSettings,
7397
- } from "sap/ui/webc/common/WebComponent";
7397
+ } from "sap/ui/core/webc/WebComponent";
7398
7398
 
7399
7399
  import { IColorPaletteItem } from "sap/ui/webc/main/library";
7400
7400
 
7401
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
7401
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
7402
7402
 
7403
7403
  import { AggregationBindingInfo } from "sap/ui/base/ManagedObject";
7404
7404
 
@@ -7453,7 +7453,7 @@ declare module "sap/ui/webc/main/ColorPalette" {
7453
7453
  * Creates a new subclass of class sap.ui.webc.main.ColorPalette with name `sClassName` and enriches it
7454
7454
  * with the information contained in `oClassInfo`.
7455
7455
  *
7456
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
7456
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
7457
7457
  *
7458
7458
  * @returns Created class / constructor function
7459
7459
  */
@@ -7659,11 +7659,11 @@ declare module "sap/ui/webc/main/ColorPaletteItem" {
7659
7659
  import {
7660
7660
  default as WebComponent,
7661
7661
  $WebComponentSettings,
7662
- } from "sap/ui/webc/common/WebComponent";
7662
+ } from "sap/ui/core/webc/WebComponent";
7663
7663
 
7664
7664
  import { IColorPaletteItem } from "sap/ui/webc/main/library";
7665
7665
 
7666
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
7666
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
7667
7667
 
7668
7668
  import { CSSColor } from "sap/ui/core/library";
7669
7669
 
@@ -7716,7 +7716,7 @@ declare module "sap/ui/webc/main/ColorPaletteItem" {
7716
7716
  * Creates a new subclass of class sap.ui.webc.main.ColorPaletteItem with name `sClassName` and enriches
7717
7717
  * it with the information contained in `oClassInfo`.
7718
7718
  *
7719
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
7719
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
7720
7720
  *
7721
7721
  * @returns Created class / constructor function
7722
7722
  */
@@ -7784,13 +7784,13 @@ declare module "sap/ui/webc/main/ColorPalettePopover" {
7784
7784
  import {
7785
7785
  default as WebComponent,
7786
7786
  $WebComponentSettings,
7787
- } from "sap/ui/webc/common/WebComponent";
7787
+ } from "sap/ui/core/webc/WebComponent";
7788
7788
 
7789
7789
  import { IColorPaletteItem } from "sap/ui/webc/main/library";
7790
7790
 
7791
7791
  import { CSSColor } from "sap/ui/core/library";
7792
7792
 
7793
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
7793
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
7794
7794
 
7795
7795
  import {
7796
7796
  PropertyBindingInfo,
@@ -7853,7 +7853,7 @@ declare module "sap/ui/webc/main/ColorPalettePopover" {
7853
7853
  * Creates a new subclass of class sap.ui.webc.main.ColorPalettePopover with name `sClassName` and enriches
7854
7854
  * it with the information contained in `oClassInfo`.
7855
7855
  *
7856
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
7856
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
7857
7857
  *
7858
7858
  * @returns Created class / constructor function
7859
7859
  */
@@ -8210,13 +8210,13 @@ declare module "sap/ui/webc/main/ColorPicker" {
8210
8210
  import {
8211
8211
  default as WebComponent,
8212
8212
  $WebComponentSettings,
8213
- } from "sap/ui/webc/common/WebComponent";
8213
+ } from "sap/ui/core/webc/WebComponent";
8214
8214
 
8215
8215
  import Event from "sap/ui/base/Event";
8216
8216
 
8217
8217
  import { CSSColor } from "sap/ui/core/library";
8218
8218
 
8219
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
8219
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
8220
8220
 
8221
8221
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
8222
8222
 
@@ -8271,7 +8271,7 @@ declare module "sap/ui/webc/main/ColorPicker" {
8271
8271
  * Creates a new subclass of class sap.ui.webc.main.ColorPicker with name `sClassName` and enriches it with
8272
8272
  * the information contained in `oClassInfo`.
8273
8273
  *
8274
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
8274
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
8275
8275
  *
8276
8276
  * @returns Created class / constructor function
8277
8277
  */
@@ -8426,7 +8426,7 @@ declare module "sap/ui/webc/main/ComboBox" {
8426
8426
  import {
8427
8427
  default as WebComponent,
8428
8428
  $WebComponentSettings,
8429
- } from "sap/ui/webc/common/WebComponent";
8429
+ } from "sap/ui/core/webc/WebComponent";
8430
8430
 
8431
8431
  import { IFormContent, ID, ValueState, CSSSize } from "sap/ui/core/library";
8432
8432
 
@@ -8440,7 +8440,7 @@ declare module "sap/ui/webc/main/ComboBox" {
8440
8440
 
8441
8441
  import Event from "sap/ui/base/Event";
8442
8442
 
8443
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
8443
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
8444
8444
 
8445
8445
  import {
8446
8446
  PropertyBindingInfo,
@@ -8521,7 +8521,7 @@ declare module "sap/ui/webc/main/ComboBox" {
8521
8521
  * Creates a new subclass of class sap.ui.webc.main.ComboBox with name `sClassName` and enriches it with
8522
8522
  * the information contained in `oClassInfo`.
8523
8523
  *
8524
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
8524
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
8525
8525
  *
8526
8526
  * @returns Created class / constructor function
8527
8527
  */
@@ -9418,11 +9418,11 @@ declare module "sap/ui/webc/main/ComboBoxGroupItem" {
9418
9418
  import {
9419
9419
  default as WebComponent,
9420
9420
  $WebComponentSettings,
9421
- } from "sap/ui/webc/common/WebComponent";
9421
+ } from "sap/ui/core/webc/WebComponent";
9422
9422
 
9423
9423
  import { IComboBoxItem } from "sap/ui/webc/main/library";
9424
9424
 
9425
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
9425
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
9426
9426
 
9427
9427
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
9428
9428
 
@@ -9472,7 +9472,7 @@ declare module "sap/ui/webc/main/ComboBoxGroupItem" {
9472
9472
  * Creates a new subclass of class sap.ui.webc.main.ComboBoxGroupItem with name `sClassName` and enriches
9473
9473
  * it with the information contained in `oClassInfo`.
9474
9474
  *
9475
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
9475
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
9476
9476
  *
9477
9477
  * @returns Created class / constructor function
9478
9478
  */
@@ -9538,11 +9538,11 @@ declare module "sap/ui/webc/main/ComboBoxItem" {
9538
9538
  import {
9539
9539
  default as WebComponent,
9540
9540
  $WebComponentSettings,
9541
- } from "sap/ui/webc/common/WebComponent";
9541
+ } from "sap/ui/core/webc/WebComponent";
9542
9542
 
9543
9543
  import { IComboBoxItem } from "sap/ui/webc/main/library";
9544
9544
 
9545
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
9545
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
9546
9546
 
9547
9547
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
9548
9548
 
@@ -9591,7 +9591,7 @@ declare module "sap/ui/webc/main/ComboBoxItem" {
9591
9591
  * Creates a new subclass of class sap.ui.webc.main.ComboBoxItem with name `sClassName` and enriches it
9592
9592
  * with the information contained in `oClassInfo`.
9593
9593
  *
9594
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
9594
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
9595
9595
  *
9596
9596
  * @returns Created class / constructor function
9597
9597
  */
@@ -9689,7 +9689,7 @@ declare module "sap/ui/webc/main/CustomListItem" {
9689
9689
  import {
9690
9690
  default as WebComponent,
9691
9691
  $WebComponentSettings,
9692
- } from "sap/ui/webc/common/WebComponent";
9692
+ } from "sap/ui/core/webc/WebComponent";
9693
9693
 
9694
9694
  import { IListItem, IButton, ListItemType } from "sap/ui/webc/main/library";
9695
9695
 
@@ -9697,7 +9697,7 @@ declare module "sap/ui/webc/main/CustomListItem" {
9697
9697
 
9698
9698
  import Event from "sap/ui/base/Event";
9699
9699
 
9700
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
9700
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
9701
9701
 
9702
9702
  import {
9703
9703
  PropertyBindingInfo,
@@ -9752,7 +9752,7 @@ declare module "sap/ui/webc/main/CustomListItem" {
9752
9752
  * Creates a new subclass of class sap.ui.webc.main.CustomListItem with name `sClassName` and enriches it
9753
9753
  * with the information contained in `oClassInfo`.
9754
9754
  *
9755
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
9755
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
9756
9756
  *
9757
9757
  * @returns Created class / constructor function
9758
9758
  */
@@ -10126,13 +10126,13 @@ declare module "sap/ui/webc/main/DatePicker" {
10126
10126
  import {
10127
10127
  default as WebComponent,
10128
10128
  $WebComponentSettings,
10129
- } from "sap/ui/webc/common/WebComponent";
10129
+ } from "sap/ui/core/webc/WebComponent";
10130
10130
 
10131
10131
  import { IFormContent, ID, ValueState, CSSSize } from "sap/ui/core/library";
10132
10132
 
10133
10133
  import Control from "sap/ui/core/Control";
10134
10134
 
10135
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
10135
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
10136
10136
 
10137
10137
  import CalendarType from "sap/ui/core/CalendarType";
10138
10138
 
@@ -10243,7 +10243,7 @@ declare module "sap/ui/webc/main/DatePicker" {
10243
10243
  * Creates a new subclass of class sap.ui.webc.main.DatePicker with name `sClassName` and enriches it with
10244
10244
  * the information contained in `oClassInfo`.
10245
10245
  *
10246
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
10246
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
10247
10247
  *
10248
10248
  * @returns Created class / constructor function
10249
10249
  */
@@ -11167,13 +11167,13 @@ declare module "sap/ui/webc/main/DateRangePicker" {
11167
11167
  import {
11168
11168
  default as WebComponent,
11169
11169
  $WebComponentSettings,
11170
- } from "sap/ui/webc/common/WebComponent";
11170
+ } from "sap/ui/core/webc/WebComponent";
11171
11171
 
11172
11172
  import { IFormContent, ID, ValueState, CSSSize } from "sap/ui/core/library";
11173
11173
 
11174
11174
  import Control from "sap/ui/core/Control";
11175
11175
 
11176
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
11176
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
11177
11177
 
11178
11178
  import CalendarType from "sap/ui/core/CalendarType";
11179
11179
 
@@ -11243,7 +11243,7 @@ declare module "sap/ui/webc/main/DateRangePicker" {
11243
11243
  * Creates a new subclass of class sap.ui.webc.main.DateRangePicker with name `sClassName` and enriches
11244
11244
  * it with the information contained in `oClassInfo`.
11245
11245
  *
11246
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
11246
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
11247
11247
  *
11248
11248
  * @returns Created class / constructor function
11249
11249
  */
@@ -12216,13 +12216,13 @@ declare module "sap/ui/webc/main/DateTimePicker" {
12216
12216
  import {
12217
12217
  default as WebComponent,
12218
12218
  $WebComponentSettings,
12219
- } from "sap/ui/webc/common/WebComponent";
12219
+ } from "sap/ui/core/webc/WebComponent";
12220
12220
 
12221
12221
  import { IFormContent, ID, ValueState, CSSSize } from "sap/ui/core/library";
12222
12222
 
12223
12223
  import Control from "sap/ui/core/Control";
12224
12224
 
12225
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
12225
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
12226
12226
 
12227
12227
  import CalendarType from "sap/ui/core/CalendarType";
12228
12228
 
@@ -12327,7 +12327,7 @@ declare module "sap/ui/webc/main/DateTimePicker" {
12327
12327
  * Creates a new subclass of class sap.ui.webc.main.DateTimePicker with name `sClassName` and enriches it
12328
12328
  * with the information contained in `oClassInfo`.
12329
12329
  *
12330
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
12330
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
12331
12331
  *
12332
12332
  * @returns Created class / constructor function
12333
12333
  */
@@ -13251,7 +13251,7 @@ declare module "sap/ui/webc/main/Dialog" {
13251
13251
  import {
13252
13252
  default as WebComponent,
13253
13253
  $WebComponentSettings,
13254
- } from "sap/ui/webc/common/WebComponent";
13254
+ } from "sap/ui/core/webc/WebComponent";
13255
13255
 
13256
13256
  import { ID, CSSSize, ValueState } from "sap/ui/core/library";
13257
13257
 
@@ -13261,7 +13261,7 @@ declare module "sap/ui/webc/main/Dialog" {
13261
13261
 
13262
13262
  import { PopupAccessibleRole } from "sap/ui/webc/main/library";
13263
13263
 
13264
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
13264
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
13265
13265
 
13266
13266
  import {
13267
13267
  PropertyBindingInfo,
@@ -13343,7 +13343,7 @@ declare module "sap/ui/webc/main/Dialog" {
13343
13343
  * Creates a new subclass of class sap.ui.webc.main.Dialog with name `sClassName` and enriches it with the
13344
13344
  * information contained in `oClassInfo`.
13345
13345
  *
13346
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
13346
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
13347
13347
  *
13348
13348
  * @returns Created class / constructor function
13349
13349
  */
@@ -14481,13 +14481,13 @@ declare module "sap/ui/webc/main/FileUploader" {
14481
14481
  import {
14482
14482
  default as WebComponent,
14483
14483
  $WebComponentSettings,
14484
- } from "sap/ui/webc/common/WebComponent";
14484
+ } from "sap/ui/core/webc/WebComponent";
14485
14485
 
14486
14486
  import { IFormContent, ValueState, CSSSize } from "sap/ui/core/library";
14487
14487
 
14488
14488
  import Control from "sap/ui/core/Control";
14489
14489
 
14490
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
14490
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
14491
14491
 
14492
14492
  import {
14493
14493
  PropertyBindingInfo,
@@ -14550,7 +14550,7 @@ declare module "sap/ui/webc/main/FileUploader" {
14550
14550
  * Creates a new subclass of class sap.ui.webc.main.FileUploader with name `sClassName` and enriches it
14551
14551
  * with the information contained in `oClassInfo`.
14552
14552
  *
14553
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
14553
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
14554
14554
  *
14555
14555
  * @returns Created class / constructor function
14556
14556
  */
@@ -15146,11 +15146,11 @@ declare module "sap/ui/webc/main/GroupHeaderListItem" {
15146
15146
  import {
15147
15147
  default as WebComponent,
15148
15148
  $WebComponentSettings,
15149
- } from "sap/ui/webc/common/WebComponent";
15149
+ } from "sap/ui/core/webc/WebComponent";
15150
15150
 
15151
15151
  import { IListItem } from "sap/ui/webc/main/library";
15152
15152
 
15153
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
15153
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
15154
15154
 
15155
15155
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
15156
15156
 
@@ -15200,7 +15200,7 @@ declare module "sap/ui/webc/main/GroupHeaderListItem" {
15200
15200
  * Creates a new subclass of class sap.ui.webc.main.GroupHeaderListItem with name `sClassName` and enriches
15201
15201
  * it with the information contained in `oClassInfo`.
15202
15202
  *
15203
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
15203
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
15204
15204
  *
15205
15205
  * @returns Created class / constructor function
15206
15206
  */
@@ -15333,7 +15333,7 @@ declare module "sap/ui/webc/main/Icon" {
15333
15333
  import {
15334
15334
  default as WebComponent,
15335
15335
  $WebComponentSettings,
15336
- } from "sap/ui/webc/common/WebComponent";
15336
+ } from "sap/ui/core/webc/WebComponent";
15337
15337
 
15338
15338
  import { IIcon, IconDesign } from "sap/ui/webc/main/library";
15339
15339
 
@@ -15341,7 +15341,7 @@ declare module "sap/ui/webc/main/Icon" {
15341
15341
 
15342
15342
  import { CSSColor, CSSSize } from "sap/ui/core/library";
15343
15343
 
15344
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
15344
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
15345
15345
 
15346
15346
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
15347
15347
 
@@ -15451,7 +15451,7 @@ declare module "sap/ui/webc/main/Icon" {
15451
15451
  * Creates a new subclass of class sap.ui.webc.main.Icon with name `sClassName` and enriches it with the
15452
15452
  * information contained in `oClassInfo`.
15453
15453
  *
15454
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
15454
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
15455
15455
  *
15456
15456
  * @returns Created class / constructor function
15457
15457
  */
@@ -16014,7 +16014,7 @@ declare module "sap/ui/webc/main/Input" {
16014
16014
  import {
16015
16015
  default as WebComponent,
16016
16016
  $WebComponentSettings,
16017
- } from "sap/ui/webc/common/WebComponent";
16017
+ } from "sap/ui/core/webc/WebComponent";
16018
16018
 
16019
16019
  import {
16020
16020
  IInput,
@@ -16029,7 +16029,7 @@ declare module "sap/ui/webc/main/Input" {
16029
16029
 
16030
16030
  import Event from "sap/ui/base/Event";
16031
16031
 
16032
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
16032
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
16033
16033
 
16034
16034
  import {
16035
16035
  PropertyBindingInfo,
@@ -16115,7 +16115,7 @@ declare module "sap/ui/webc/main/Input" {
16115
16115
  * Creates a new subclass of class sap.ui.webc.main.Input with name `sClassName` and enriches it with the
16116
16116
  * information contained in `oClassInfo`.
16117
16117
  *
16118
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
16118
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
16119
16119
  *
16120
16120
  * @returns Created class / constructor function
16121
16121
  */
@@ -17291,11 +17291,11 @@ declare module "sap/ui/webc/main/Label" {
17291
17291
  import {
17292
17292
  default as WebComponent,
17293
17293
  $WebComponentSettings,
17294
- } from "sap/ui/webc/common/WebComponent";
17294
+ } from "sap/ui/core/webc/WebComponent";
17295
17295
 
17296
17296
  import { Label as Label1, ID, CSSSize } from "sap/ui/core/library";
17297
17297
 
17298
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
17298
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
17299
17299
 
17300
17300
  import { WrappingType } from "sap/ui/webc/main/library";
17301
17301
 
@@ -17358,7 +17358,7 @@ declare module "sap/ui/webc/main/Label" {
17358
17358
  * Creates a new subclass of class sap.ui.webc.main.Label with name `sClassName` and enriches it with the
17359
17359
  * information contained in `oClassInfo`.
17360
17360
  *
17361
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
17361
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
17362
17362
  *
17363
17363
  * @returns Created class / constructor function
17364
17364
  */
@@ -17600,7 +17600,7 @@ declare module "sap/ui/webc/main/Link" {
17600
17600
  import {
17601
17601
  default as WebComponent,
17602
17602
  $WebComponentSettings,
17603
- } from "sap/ui/webc/common/WebComponent";
17603
+ } from "sap/ui/core/webc/WebComponent";
17604
17604
 
17605
17605
  import { ID } from "sap/ui/core/library";
17606
17606
 
@@ -17608,7 +17608,7 @@ declare module "sap/ui/webc/main/Link" {
17608
17608
 
17609
17609
  import { LinkDesign, WrappingType } from "sap/ui/webc/main/library";
17610
17610
 
17611
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
17611
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
17612
17612
 
17613
17613
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
17614
17614
 
@@ -17675,7 +17675,7 @@ declare module "sap/ui/webc/main/Link" {
17675
17675
  * Creates a new subclass of class sap.ui.webc.main.Link with name `sClassName` and enriches it with the
17676
17676
  * information contained in `oClassInfo`.
17677
17677
  *
17678
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
17678
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
17679
17679
  *
17680
17680
  * @returns Created class / constructor function
17681
17681
  */
@@ -18261,7 +18261,7 @@ declare module "sap/ui/webc/main/List" {
18261
18261
  import {
18262
18262
  default as WebComponent,
18263
18263
  $WebComponentSettings,
18264
- } from "sap/ui/webc/common/WebComponent";
18264
+ } from "sap/ui/core/webc/WebComponent";
18265
18265
 
18266
18266
  import { ID, CSSSize } from "sap/ui/core/library";
18267
18267
 
@@ -18276,7 +18276,7 @@ declare module "sap/ui/webc/main/List" {
18276
18276
 
18277
18277
  import Event from "sap/ui/base/Event";
18278
18278
 
18279
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
18279
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
18280
18280
 
18281
18281
  import {
18282
18282
  PropertyBindingInfo,
@@ -18357,7 +18357,7 @@ declare module "sap/ui/webc/main/List" {
18357
18357
  * Creates a new subclass of class sap.ui.webc.main.List with name `sClassName` and enriches it with the
18358
18358
  * information contained in `oClassInfo`.
18359
18359
  *
18360
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
18360
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
18361
18361
  *
18362
18362
  * @returns Created class / constructor function
18363
18363
  */
@@ -19674,13 +19674,13 @@ declare module "sap/ui/webc/main/Menu" {
19674
19674
  import {
19675
19675
  default as WebComponent,
19676
19676
  $WebComponentSettings,
19677
- } from "sap/ui/webc/common/WebComponent";
19677
+ } from "sap/ui/core/webc/WebComponent";
19678
19678
 
19679
19679
  import { IMenuItem } from "sap/ui/webc/main/library";
19680
19680
 
19681
19681
  import Event from "sap/ui/base/Event";
19682
19682
 
19683
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
19683
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
19684
19684
 
19685
19685
  import { ID } from "sap/ui/core/library";
19686
19686
 
@@ -19750,7 +19750,7 @@ declare module "sap/ui/webc/main/Menu" {
19750
19750
  * Creates a new subclass of class sap.ui.webc.main.Menu with name `sClassName` and enriches it with the
19751
19751
  * information contained in `oClassInfo`.
19752
19752
  *
19753
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
19753
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
19754
19754
  *
19755
19755
  * @returns Created class / constructor function
19756
19756
  */
@@ -20491,11 +20491,11 @@ declare module "sap/ui/webc/main/MenuItem" {
20491
20491
  import {
20492
20492
  default as WebComponent,
20493
20493
  $WebComponentSettings,
20494
- } from "sap/ui/webc/common/WebComponent";
20494
+ } from "sap/ui/core/webc/WebComponent";
20495
20495
 
20496
20496
  import { IMenuItem } from "sap/ui/webc/main/library";
20497
20497
 
20498
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
20498
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
20499
20499
 
20500
20500
  import {
20501
20501
  PropertyBindingInfo,
@@ -20556,7 +20556,7 @@ declare module "sap/ui/webc/main/MenuItem" {
20556
20556
  * Creates a new subclass of class sap.ui.webc.main.MenuItem with name `sClassName` and enriches it with
20557
20557
  * the information contained in `oClassInfo`.
20558
20558
  *
20559
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
20559
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
20560
20560
  *
20561
20561
  * @returns Created class / constructor function
20562
20562
  */
@@ -20948,7 +20948,7 @@ declare module "sap/ui/webc/main/MessageStrip" {
20948
20948
  import {
20949
20949
  default as WebComponent,
20950
20950
  $WebComponentSettings,
20951
- } from "sap/ui/webc/common/WebComponent";
20951
+ } from "sap/ui/core/webc/WebComponent";
20952
20952
 
20953
20953
  import Event from "sap/ui/base/Event";
20954
20954
 
@@ -20956,7 +20956,7 @@ declare module "sap/ui/webc/main/MessageStrip" {
20956
20956
 
20957
20957
  import { CSSSize } from "sap/ui/core/library";
20958
20958
 
20959
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
20959
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
20960
20960
 
20961
20961
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
20962
20962
 
@@ -21013,7 +21013,7 @@ declare module "sap/ui/webc/main/MessageStrip" {
21013
21013
  * Creates a new subclass of class sap.ui.webc.main.MessageStrip with name `sClassName` and enriches it
21014
21014
  * with the information contained in `oClassInfo`.
21015
21015
  *
21016
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
21016
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
21017
21017
  *
21018
21018
  * @returns Created class / constructor function
21019
21019
  */
@@ -21372,7 +21372,7 @@ declare module "sap/ui/webc/main/MultiComboBox" {
21372
21372
  import {
21373
21373
  default as WebComponent,
21374
21374
  $WebComponentSettings,
21375
- } from "sap/ui/webc/common/WebComponent";
21375
+ } from "sap/ui/core/webc/WebComponent";
21376
21376
 
21377
21377
  import { IFormContent, ID, ValueState, CSSSize } from "sap/ui/core/library";
21378
21378
 
@@ -21386,7 +21386,7 @@ declare module "sap/ui/webc/main/MultiComboBox" {
21386
21386
 
21387
21387
  import Event from "sap/ui/base/Event";
21388
21388
 
21389
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
21389
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
21390
21390
 
21391
21391
  import {
21392
21392
  PropertyBindingInfo,
@@ -21472,7 +21472,7 @@ declare module "sap/ui/webc/main/MultiComboBox" {
21472
21472
  * Creates a new subclass of class sap.ui.webc.main.MultiComboBox with name `sClassName` and enriches it
21473
21473
  * with the information contained in `oClassInfo`.
21474
21474
  *
21475
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
21475
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
21476
21476
  *
21477
21477
  * @returns Created class / constructor function
21478
21478
  */
@@ -22492,11 +22492,11 @@ declare module "sap/ui/webc/main/MultiComboBoxGroupItem" {
22492
22492
  import {
22493
22493
  default as WebComponent,
22494
22494
  $WebComponentSettings,
22495
- } from "sap/ui/webc/common/WebComponent";
22495
+ } from "sap/ui/core/webc/WebComponent";
22496
22496
 
22497
22497
  import { IMultiComboBoxItem } from "sap/ui/webc/main/library";
22498
22498
 
22499
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
22499
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
22500
22500
 
22501
22501
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
22502
22502
 
@@ -22546,7 +22546,7 @@ declare module "sap/ui/webc/main/MultiComboBoxGroupItem" {
22546
22546
  * Creates a new subclass of class sap.ui.webc.main.MultiComboBoxGroupItem with name `sClassName` and enriches
22547
22547
  * it with the information contained in `oClassInfo`.
22548
22548
  *
22549
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
22549
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
22550
22550
  *
22551
22551
  * @returns Created class / constructor function
22552
22552
  */
@@ -22613,11 +22613,11 @@ declare module "sap/ui/webc/main/MultiComboBoxItem" {
22613
22613
  import {
22614
22614
  default as WebComponent,
22615
22615
  $WebComponentSettings,
22616
- } from "sap/ui/webc/common/WebComponent";
22616
+ } from "sap/ui/core/webc/WebComponent";
22617
22617
 
22618
22618
  import { IMultiComboBoxItem } from "sap/ui/webc/main/library";
22619
22619
 
22620
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
22620
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
22621
22621
 
22622
22622
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
22623
22623
 
@@ -22666,7 +22666,7 @@ declare module "sap/ui/webc/main/MultiComboBoxItem" {
22666
22666
  * Creates a new subclass of class sap.ui.webc.main.MultiComboBoxItem with name `sClassName` and enriches
22667
22667
  * it with the information contained in `oClassInfo`.
22668
22668
  *
22669
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
22669
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
22670
22670
  *
22671
22671
  * @returns Created class / constructor function
22672
22672
  */
@@ -22796,7 +22796,7 @@ declare module "sap/ui/webc/main/MultiInput" {
22796
22796
  import {
22797
22797
  default as WebComponent,
22798
22798
  $WebComponentSettings,
22799
- } from "sap/ui/webc/common/WebComponent";
22799
+ } from "sap/ui/core/webc/WebComponent";
22800
22800
 
22801
22801
  import {
22802
22802
  IFormContent,
@@ -22817,7 +22817,7 @@ declare module "sap/ui/webc/main/MultiInput" {
22817
22817
 
22818
22818
  import Event from "sap/ui/base/Event";
22819
22819
 
22820
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
22820
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
22821
22821
 
22822
22822
  import {
22823
22823
  PropertyBindingInfo,
@@ -22877,7 +22877,7 @@ declare module "sap/ui/webc/main/MultiInput" {
22877
22877
  * Creates a new subclass of class sap.ui.webc.main.MultiInput with name `sClassName` and enriches it with
22878
22878
  * the information contained in `oClassInfo`.
22879
22879
  *
22880
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
22880
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
22881
22881
  *
22882
22882
  * @returns Created class / constructor function
22883
22883
  */
@@ -24359,11 +24359,11 @@ declare module "sap/ui/webc/main/Option" {
24359
24359
  import {
24360
24360
  default as WebComponent,
24361
24361
  $WebComponentSettings,
24362
- } from "sap/ui/webc/common/WebComponent";
24362
+ } from "sap/ui/core/webc/WebComponent";
24363
24363
 
24364
24364
  import { ISelectOption } from "sap/ui/webc/main/library";
24365
24365
 
24366
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
24366
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
24367
24367
 
24368
24368
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
24369
24369
 
@@ -24412,7 +24412,7 @@ declare module "sap/ui/webc/main/Option" {
24412
24412
  * Creates a new subclass of class sap.ui.webc.main.Option with name `sClassName` and enriches it with the
24413
24413
  * information contained in `oClassInfo`.
24414
24414
  *
24415
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
24415
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
24416
24416
  *
24417
24417
  * @returns Created class / constructor function
24418
24418
  */
@@ -24641,7 +24641,7 @@ declare module "sap/ui/webc/main/Panel" {
24641
24641
  import {
24642
24642
  default as WebComponent,
24643
24643
  $WebComponentSettings,
24644
- } from "sap/ui/webc/common/WebComponent";
24644
+ } from "sap/ui/core/webc/WebComponent";
24645
24645
 
24646
24646
  import Control from "sap/ui/core/Control";
24647
24647
 
@@ -24651,7 +24651,7 @@ declare module "sap/ui/webc/main/Panel" {
24651
24651
 
24652
24652
  import { CSSSize } from "sap/ui/core/library";
24653
24653
 
24654
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
24654
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
24655
24655
 
24656
24656
  import {
24657
24657
  PropertyBindingInfo,
@@ -24737,7 +24737,7 @@ declare module "sap/ui/webc/main/Panel" {
24737
24737
  * Creates a new subclass of class sap.ui.webc.main.Panel with name `sClassName` and enriches it with the
24738
24738
  * information contained in `oClassInfo`.
24739
24739
  *
24740
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
24740
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
24741
24741
  *
24742
24742
  * @returns Created class / constructor function
24743
24743
  */
@@ -25318,7 +25318,7 @@ declare module "sap/ui/webc/main/Popover" {
25318
25318
  import {
25319
25319
  default as WebComponent,
25320
25320
  $WebComponentSettings,
25321
- } from "sap/ui/webc/common/WebComponent";
25321
+ } from "sap/ui/core/webc/WebComponent";
25322
25322
 
25323
25323
  import { ID, CSSSize } from "sap/ui/core/library";
25324
25324
 
@@ -25333,7 +25333,7 @@ declare module "sap/ui/webc/main/Popover" {
25333
25333
  PopoverVerticalAlign,
25334
25334
  } from "sap/ui/webc/main/library";
25335
25335
 
25336
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
25336
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
25337
25337
 
25338
25338
  import {
25339
25339
  PropertyBindingInfo,
@@ -25405,7 +25405,7 @@ declare module "sap/ui/webc/main/Popover" {
25405
25405
  * Creates a new subclass of class sap.ui.webc.main.Popover with name `sClassName` and enriches it with
25406
25406
  * the information contained in `oClassInfo`.
25407
25407
  *
25408
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
25408
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
25409
25409
  *
25410
25410
  * @returns Created class / constructor function
25411
25411
  */
@@ -26669,11 +26669,11 @@ declare module "sap/ui/webc/main/ProgressIndicator" {
26669
26669
  import {
26670
26670
  default as WebComponent,
26671
26671
  $WebComponentSettings,
26672
- } from "sap/ui/webc/common/WebComponent";
26672
+ } from "sap/ui/core/webc/WebComponent";
26673
26673
 
26674
26674
  import { IFormContent, ValueState, CSSSize } from "sap/ui/core/library";
26675
26675
 
26676
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
26676
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
26677
26677
 
26678
26678
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
26679
26679
 
@@ -26726,7 +26726,7 @@ declare module "sap/ui/webc/main/ProgressIndicator" {
26726
26726
  * Creates a new subclass of class sap.ui.webc.main.ProgressIndicator with name `sClassName` and enriches
26727
26727
  * it with the information contained in `oClassInfo`.
26728
26728
  *
26729
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
26729
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
26730
26730
  *
26731
26731
  * @returns Created class / constructor function
26732
26732
  */
@@ -26994,7 +26994,7 @@ declare module "sap/ui/webc/main/RadioButton" {
26994
26994
  import {
26995
26995
  default as WebComponent,
26996
26996
  $WebComponentSettings,
26997
- } from "sap/ui/webc/common/WebComponent";
26997
+ } from "sap/ui/core/webc/WebComponent";
26998
26998
 
26999
26999
  import { IFormContent, ID, ValueState, CSSSize } from "sap/ui/core/library";
27000
27000
 
@@ -27002,7 +27002,7 @@ declare module "sap/ui/webc/main/RadioButton" {
27002
27002
 
27003
27003
  import Event from "sap/ui/base/Event";
27004
27004
 
27005
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
27005
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
27006
27006
 
27007
27007
  import { WrappingType } from "sap/ui/webc/main/library";
27008
27008
 
@@ -27069,7 +27069,7 @@ declare module "sap/ui/webc/main/RadioButton" {
27069
27069
  * Creates a new subclass of class sap.ui.webc.main.RadioButton with name `sClassName` and enriches it with
27070
27070
  * the information contained in `oClassInfo`.
27071
27071
  *
27072
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
27072
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
27073
27073
  *
27074
27074
  * @returns Created class / constructor function
27075
27075
  */
@@ -27667,11 +27667,11 @@ declare module "sap/ui/webc/main/RangeSlider" {
27667
27667
  import {
27668
27668
  default as WebComponent,
27669
27669
  $WebComponentSettings,
27670
- } from "sap/ui/webc/common/WebComponent";
27670
+ } from "sap/ui/core/webc/WebComponent";
27671
27671
 
27672
27672
  import Event from "sap/ui/base/Event";
27673
27673
 
27674
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
27674
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
27675
27675
 
27676
27676
  import { CSSSize } from "sap/ui/core/library";
27677
27677
 
@@ -27764,7 +27764,7 @@ declare module "sap/ui/webc/main/RangeSlider" {
27764
27764
  * Creates a new subclass of class sap.ui.webc.main.RangeSlider with name `sClassName` and enriches it with
27765
27765
  * the information contained in `oClassInfo`.
27766
27766
  *
27767
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
27767
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
27768
27768
  *
27769
27769
  * @returns Created class / constructor function
27770
27770
  */
@@ -28357,13 +28357,13 @@ declare module "sap/ui/webc/main/RatingIndicator" {
28357
28357
  import {
28358
28358
  default as WebComponent,
28359
28359
  $WebComponentSettings,
28360
- } from "sap/ui/webc/common/WebComponent";
28360
+ } from "sap/ui/core/webc/WebComponent";
28361
28361
 
28362
28362
  import { IFormContent, CSSSize } from "sap/ui/core/library";
28363
28363
 
28364
28364
  import Event from "sap/ui/base/Event";
28365
28365
 
28366
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
28366
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
28367
28367
 
28368
28368
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
28369
28369
 
@@ -28435,7 +28435,7 @@ declare module "sap/ui/webc/main/RatingIndicator" {
28435
28435
  * Creates a new subclass of class sap.ui.webc.main.RatingIndicator with name `sClassName` and enriches
28436
28436
  * it with the information contained in `oClassInfo`.
28437
28437
  *
28438
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
28438
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
28439
28439
  *
28440
28440
  * @returns Created class / constructor function
28441
28441
  */
@@ -28764,7 +28764,7 @@ declare module "sap/ui/webc/main/ResponsivePopover" {
28764
28764
  import {
28765
28765
  default as WebComponent,
28766
28766
  $WebComponentSettings,
28767
- } from "sap/ui/webc/common/WebComponent";
28767
+ } from "sap/ui/core/webc/WebComponent";
28768
28768
 
28769
28769
  import { ID } from "sap/ui/core/library";
28770
28770
 
@@ -28779,7 +28779,7 @@ declare module "sap/ui/webc/main/ResponsivePopover" {
28779
28779
  PopoverVerticalAlign,
28780
28780
  } from "sap/ui/webc/main/library";
28781
28781
 
28782
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
28782
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
28783
28783
 
28784
28784
  import {
28785
28785
  PropertyBindingInfo,
@@ -28840,7 +28840,7 @@ declare module "sap/ui/webc/main/ResponsivePopover" {
28840
28840
  * Creates a new subclass of class sap.ui.webc.main.ResponsivePopover with name `sClassName` and enriches
28841
28841
  * it with the information contained in `oClassInfo`.
28842
28842
  *
28843
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
28843
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
28844
28844
  *
28845
28845
  * @returns Created class / constructor function
28846
28846
  */
@@ -30056,7 +30056,7 @@ declare module "sap/ui/webc/main/SegmentedButton" {
30056
30056
  import {
30057
30057
  default as WebComponent,
30058
30058
  $WebComponentSettings,
30059
- } from "sap/ui/webc/common/WebComponent";
30059
+ } from "sap/ui/core/webc/WebComponent";
30060
30060
 
30061
30061
  import { IFormContent, CSSSize } from "sap/ui/core/library";
30062
30062
 
@@ -30065,7 +30065,7 @@ declare module "sap/ui/webc/main/SegmentedButton" {
30065
30065
  SegmentedButtonMode,
30066
30066
  } from "sap/ui/webc/main/library";
30067
30067
 
30068
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
30068
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
30069
30069
 
30070
30070
  import {
30071
30071
  PropertyBindingInfo,
@@ -30125,7 +30125,7 @@ declare module "sap/ui/webc/main/SegmentedButton" {
30125
30125
  * Creates a new subclass of class sap.ui.webc.main.SegmentedButton with name `sClassName` and enriches
30126
30126
  * it with the information contained in `oClassInfo`.
30127
30127
  *
30128
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
30128
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
30129
30129
  *
30130
30130
  * @returns Created class / constructor function
30131
30131
  */
@@ -30484,7 +30484,7 @@ declare module "sap/ui/webc/main/SegmentedButtonItem" {
30484
30484
  import {
30485
30485
  default as WebComponent,
30486
30486
  $WebComponentSettings,
30487
- } from "sap/ui/webc/common/WebComponent";
30487
+ } from "sap/ui/core/webc/WebComponent";
30488
30488
 
30489
30489
  import { ISegmentedButtonItem, ButtonDesign } from "sap/ui/webc/main/library";
30490
30490
 
@@ -30494,7 +30494,7 @@ declare module "sap/ui/webc/main/SegmentedButtonItem" {
30494
30494
 
30495
30495
  import Event from "sap/ui/base/Event";
30496
30496
 
30497
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
30497
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
30498
30498
 
30499
30499
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
30500
30500
 
@@ -30550,7 +30550,7 @@ declare module "sap/ui/webc/main/SegmentedButtonItem" {
30550
30550
  * Creates a new subclass of class sap.ui.webc.main.SegmentedButtonItem with name `sClassName` and enriches
30551
30551
  * it with the information contained in `oClassInfo`.
30552
30552
  *
30553
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
30553
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
30554
30554
  *
30555
30555
  * @returns Created class / constructor function
30556
30556
  */
@@ -31079,7 +31079,7 @@ declare module "sap/ui/webc/main/Select" {
31079
31079
  import {
31080
31080
  default as WebComponent,
31081
31081
  $WebComponentSettings,
31082
- } from "sap/ui/webc/common/WebComponent";
31082
+ } from "sap/ui/core/webc/WebComponent";
31083
31083
 
31084
31084
  import { IFormContent, ID, ValueState, CSSSize } from "sap/ui/core/library";
31085
31085
 
@@ -31089,7 +31089,7 @@ declare module "sap/ui/webc/main/Select" {
31089
31089
 
31090
31090
  import Event from "sap/ui/base/Event";
31091
31091
 
31092
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
31092
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
31093
31093
 
31094
31094
  import {
31095
31095
  PropertyBindingInfo,
@@ -31152,7 +31152,7 @@ declare module "sap/ui/webc/main/Select" {
31152
31152
  * Creates a new subclass of class sap.ui.webc.main.Select with name `sClassName` and enriches it with the
31153
31153
  * information contained in `oClassInfo`.
31154
31154
  *
31155
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
31155
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
31156
31156
  *
31157
31157
  * @returns Created class / constructor function
31158
31158
  */
@@ -31865,13 +31865,13 @@ declare module "sap/ui/webc/main/Slider" {
31865
31865
  import {
31866
31866
  default as WebComponent,
31867
31867
  $WebComponentSettings,
31868
- } from "sap/ui/webc/common/WebComponent";
31868
+ } from "sap/ui/core/webc/WebComponent";
31869
31869
 
31870
31870
  import { IFormContent, CSSSize } from "sap/ui/core/library";
31871
31871
 
31872
31872
  import Event from "sap/ui/base/Event";
31873
31873
 
31874
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
31874
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
31875
31875
 
31876
31876
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
31877
31877
 
@@ -31967,7 +31967,7 @@ declare module "sap/ui/webc/main/Slider" {
31967
31967
  * Creates a new subclass of class sap.ui.webc.main.Slider with name `sClassName` and enriches it with the
31968
31968
  * information contained in `oClassInfo`.
31969
31969
  *
31970
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
31970
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
31971
31971
  *
31972
31972
  * @returns Created class / constructor function
31973
31973
  */
@@ -32514,13 +32514,13 @@ declare module "sap/ui/webc/main/SplitButton" {
32514
32514
  import {
32515
32515
  default as WebComponent,
32516
32516
  $WebComponentSettings,
32517
- } from "sap/ui/webc/common/WebComponent";
32517
+ } from "sap/ui/core/webc/WebComponent";
32518
32518
 
32519
32519
  import Event from "sap/ui/base/Event";
32520
32520
 
32521
32521
  import { ButtonDesign } from "sap/ui/webc/main/library";
32522
32522
 
32523
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
32523
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
32524
32524
 
32525
32525
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
32526
32526
 
@@ -32594,7 +32594,7 @@ declare module "sap/ui/webc/main/SplitButton" {
32594
32594
  * Creates a new subclass of class sap.ui.webc.main.SplitButton with name `sClassName` and enriches it with
32595
32595
  * the information contained in `oClassInfo`.
32596
32596
  *
32597
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
32597
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
32598
32598
  *
32599
32599
  * @returns Created class / constructor function
32600
32600
  */
@@ -33047,7 +33047,7 @@ declare module "sap/ui/webc/main/StandardListItem" {
33047
33047
  import {
33048
33048
  default as WebComponent,
33049
33049
  $WebComponentSettings,
33050
- } from "sap/ui/webc/common/WebComponent";
33050
+ } from "sap/ui/core/webc/WebComponent";
33051
33051
 
33052
33052
  import { IListItem, IButton, ListItemType } from "sap/ui/webc/main/library";
33053
33053
 
@@ -33057,7 +33057,7 @@ declare module "sap/ui/webc/main/StandardListItem" {
33057
33057
 
33058
33058
  import { ValueState } from "sap/ui/core/library";
33059
33059
 
33060
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
33060
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
33061
33061
 
33062
33062
  import {
33063
33063
  PropertyBindingInfo,
@@ -33121,7 +33121,7 @@ declare module "sap/ui/webc/main/StandardListItem" {
33121
33121
  * Creates a new subclass of class sap.ui.webc.main.StandardListItem with name `sClassName` and enriches
33122
33122
  * it with the information contained in `oClassInfo`.
33123
33123
  *
33124
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
33124
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
33125
33125
  *
33126
33126
  * @returns Created class / constructor function
33127
33127
  */
@@ -33736,7 +33736,7 @@ declare module "sap/ui/webc/main/StepInput" {
33736
33736
  import {
33737
33737
  default as WebComponent,
33738
33738
  $WebComponentSettings,
33739
- } from "sap/ui/webc/common/WebComponent";
33739
+ } from "sap/ui/core/webc/WebComponent";
33740
33740
 
33741
33741
  import { IFormContent, ID, ValueState, CSSSize } from "sap/ui/core/library";
33742
33742
 
@@ -33744,7 +33744,7 @@ declare module "sap/ui/webc/main/StepInput" {
33744
33744
 
33745
33745
  import Event from "sap/ui/base/Event";
33746
33746
 
33747
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
33747
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
33748
33748
 
33749
33749
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
33750
33750
 
@@ -33817,7 +33817,7 @@ declare module "sap/ui/webc/main/StepInput" {
33817
33817
  * Creates a new subclass of class sap.ui.webc.main.StepInput with name `sClassName` and enriches it with
33818
33818
  * the information contained in `oClassInfo`.
33819
33819
  *
33820
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
33820
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
33821
33821
  *
33822
33822
  * @returns Created class / constructor function
33823
33823
  */
@@ -34479,11 +34479,11 @@ declare module "sap/ui/webc/main/SuggestionGroupItem" {
34479
34479
  import {
34480
34480
  default as WebComponent,
34481
34481
  $WebComponentSettings,
34482
- } from "sap/ui/webc/common/WebComponent";
34482
+ } from "sap/ui/core/webc/WebComponent";
34483
34483
 
34484
34484
  import { IInputSuggestionItem } from "sap/ui/webc/main/library";
34485
34485
 
34486
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
34486
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
34487
34487
 
34488
34488
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
34489
34489
 
@@ -34533,7 +34533,7 @@ declare module "sap/ui/webc/main/SuggestionGroupItem" {
34533
34533
  * Creates a new subclass of class sap.ui.webc.main.SuggestionGroupItem with name `sClassName` and enriches
34534
34534
  * it with the information contained in `oClassInfo`.
34535
34535
  *
34536
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
34536
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
34537
34537
  *
34538
34538
  * @returns Created class / constructor function
34539
34539
  */
@@ -34599,13 +34599,13 @@ declare module "sap/ui/webc/main/SuggestionItem" {
34599
34599
  import {
34600
34600
  default as WebComponent,
34601
34601
  $WebComponentSettings,
34602
- } from "sap/ui/webc/common/WebComponent";
34602
+ } from "sap/ui/core/webc/WebComponent";
34603
34603
 
34604
34604
  import { IInputSuggestionItem, ListItemType } from "sap/ui/webc/main/library";
34605
34605
 
34606
34606
  import { ValueState } from "sap/ui/core/library";
34607
34607
 
34608
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
34608
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
34609
34609
 
34610
34610
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
34611
34611
 
@@ -34654,7 +34654,7 @@ declare module "sap/ui/webc/main/SuggestionItem" {
34654
34654
  * Creates a new subclass of class sap.ui.webc.main.SuggestionItem with name `sClassName` and enriches it
34655
34655
  * with the information contained in `oClassInfo`.
34656
34656
  *
34657
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
34657
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
34658
34658
  *
34659
34659
  * @returns Created class / constructor function
34660
34660
  */
@@ -34973,7 +34973,7 @@ declare module "sap/ui/webc/main/Switch" {
34973
34973
  import {
34974
34974
  default as WebComponent,
34975
34975
  $WebComponentSettings,
34976
- } from "sap/ui/webc/common/WebComponent";
34976
+ } from "sap/ui/core/webc/WebComponent";
34977
34977
 
34978
34978
  import { IFormContent, ID, CSSSize } from "sap/ui/core/library";
34979
34979
 
@@ -34983,7 +34983,7 @@ declare module "sap/ui/webc/main/Switch" {
34983
34983
 
34984
34984
  import { SwitchDesign } from "sap/ui/webc/main/library";
34985
34985
 
34986
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
34986
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
34987
34987
 
34988
34988
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
34989
34989
 
@@ -35047,7 +35047,7 @@ declare module "sap/ui/webc/main/Switch" {
35047
35047
  * Creates a new subclass of class sap.ui.webc.main.Switch with name `sClassName` and enriches it with the
35048
35048
  * information contained in `oClassInfo`.
35049
35049
  *
35050
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
35050
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
35051
35051
  *
35052
35052
  * @returns Created class / constructor function
35053
35053
  */
@@ -35475,13 +35475,13 @@ declare module "sap/ui/webc/main/Tab" {
35475
35475
  import {
35476
35476
  default as WebComponent,
35477
35477
  $WebComponentSettings,
35478
- } from "sap/ui/webc/common/WebComponent";
35478
+ } from "sap/ui/core/webc/WebComponent";
35479
35479
 
35480
35480
  import { ITab, SemanticColor } from "sap/ui/webc/main/library";
35481
35481
 
35482
35482
  import Control from "sap/ui/core/Control";
35483
35483
 
35484
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
35484
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
35485
35485
 
35486
35486
  import {
35487
35487
  PropertyBindingInfo,
@@ -35533,7 +35533,7 @@ declare module "sap/ui/webc/main/Tab" {
35533
35533
  * Creates a new subclass of class sap.ui.webc.main.Tab with name `sClassName` and enriches it with the
35534
35534
  * information contained in `oClassInfo`.
35535
35535
  *
35536
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
35536
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
35537
35537
  *
35538
35538
  * @returns Created class / constructor function
35539
35539
  */
@@ -35975,7 +35975,7 @@ declare module "sap/ui/webc/main/TabContainer" {
35975
35975
  import {
35976
35976
  default as WebComponent,
35977
35977
  $WebComponentSettings,
35978
- } from "sap/ui/webc/common/WebComponent";
35978
+ } from "sap/ui/core/webc/WebComponent";
35979
35979
 
35980
35980
  import {
35981
35981
  ITab,
@@ -35987,7 +35987,7 @@ declare module "sap/ui/webc/main/TabContainer" {
35987
35987
 
35988
35988
  import { CSSSize } from "sap/ui/core/library";
35989
35989
 
35990
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
35990
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
35991
35991
 
35992
35992
  import {
35993
35993
  PropertyBindingInfo,
@@ -36062,7 +36062,7 @@ declare module "sap/ui/webc/main/TabContainer" {
36062
36062
  * Creates a new subclass of class sap.ui.webc.main.TabContainer with name `sClassName` and enriches it
36063
36063
  * with the information contained in `oClassInfo`.
36064
36064
  *
36065
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
36065
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
36066
36066
  *
36067
36067
  * @returns Created class / constructor function
36068
36068
  */
@@ -36743,7 +36743,7 @@ declare module "sap/ui/webc/main/Table" {
36743
36743
  import {
36744
36744
  default as WebComponent,
36745
36745
  $WebComponentSettings,
36746
- } from "sap/ui/webc/common/WebComponent";
36746
+ } from "sap/ui/core/webc/WebComponent";
36747
36747
 
36748
36748
  import { ID, CSSSize } from "sap/ui/core/library";
36749
36749
 
@@ -36758,7 +36758,7 @@ declare module "sap/ui/webc/main/Table" {
36758
36758
 
36759
36759
  import Event from "sap/ui/base/Event";
36760
36760
 
36761
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
36761
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
36762
36762
 
36763
36763
  import {
36764
36764
  PropertyBindingInfo,
@@ -36846,7 +36846,7 @@ declare module "sap/ui/webc/main/Table" {
36846
36846
  * Creates a new subclass of class sap.ui.webc.main.Table with name `sClassName` and enriches it with the
36847
36847
  * information contained in `oClassInfo`.
36848
36848
  *
36849
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
36849
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
36850
36850
  *
36851
36851
  * @returns Created class / constructor function
36852
36852
  */
@@ -37968,13 +37968,13 @@ declare module "sap/ui/webc/main/TableCell" {
37968
37968
  import {
37969
37969
  default as WebComponent,
37970
37970
  $WebComponentSettings,
37971
- } from "sap/ui/webc/common/WebComponent";
37971
+ } from "sap/ui/core/webc/WebComponent";
37972
37972
 
37973
37973
  import { ITableCell } from "sap/ui/webc/main/library";
37974
37974
 
37975
37975
  import Control from "sap/ui/core/Control";
37976
37976
 
37977
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
37977
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
37978
37978
 
37979
37979
  import { AggregationBindingInfo } from "sap/ui/base/ManagedObject";
37980
37980
 
@@ -38031,7 +38031,7 @@ declare module "sap/ui/webc/main/TableCell" {
38031
38031
  * Creates a new subclass of class sap.ui.webc.main.TableCell with name `sClassName` and enriches it with
38032
38032
  * the information contained in `oClassInfo`.
38033
38033
  *
38034
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
38034
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
38035
38035
  *
38036
38036
  * @returns Created class / constructor function
38037
38037
  */
@@ -38141,7 +38141,7 @@ declare module "sap/ui/webc/main/TableColumn" {
38141
38141
  import {
38142
38142
  default as WebComponent,
38143
38143
  $WebComponentSettings,
38144
- } from "sap/ui/webc/common/WebComponent";
38144
+ } from "sap/ui/core/webc/WebComponent";
38145
38145
 
38146
38146
  import {
38147
38147
  ITableColumn,
@@ -38150,7 +38150,7 @@ declare module "sap/ui/webc/main/TableColumn" {
38150
38150
 
38151
38151
  import Control from "sap/ui/core/Control";
38152
38152
 
38153
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
38153
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
38154
38154
 
38155
38155
  import {
38156
38156
  PropertyBindingInfo,
@@ -38212,7 +38212,7 @@ declare module "sap/ui/webc/main/TableColumn" {
38212
38212
  * Creates a new subclass of class sap.ui.webc.main.TableColumn with name `sClassName` and enriches it with
38213
38213
  * the information contained in `oClassInfo`.
38214
38214
  *
38215
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
38215
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
38216
38216
  *
38217
38217
  * @returns Created class / constructor function
38218
38218
  */
@@ -38502,11 +38502,11 @@ declare module "sap/ui/webc/main/TableGroupRow" {
38502
38502
  import {
38503
38503
  default as WebComponent,
38504
38504
  $WebComponentSettings,
38505
- } from "sap/ui/webc/common/WebComponent";
38505
+ } from "sap/ui/core/webc/WebComponent";
38506
38506
 
38507
38507
  import { ITableRow } from "sap/ui/webc/main/library";
38508
38508
 
38509
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
38509
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
38510
38510
 
38511
38511
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
38512
38512
 
@@ -38562,7 +38562,7 @@ declare module "sap/ui/webc/main/TableGroupRow" {
38562
38562
  * Creates a new subclass of class sap.ui.webc.main.TableGroupRow with name `sClassName` and enriches it
38563
38563
  * with the information contained in `oClassInfo`.
38564
38564
  *
38565
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
38565
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
38566
38566
  *
38567
38567
  * @returns Created class / constructor function
38568
38568
  */
@@ -38628,7 +38628,7 @@ declare module "sap/ui/webc/main/TableRow" {
38628
38628
  import {
38629
38629
  default as WebComponent,
38630
38630
  $WebComponentSettings,
38631
- } from "sap/ui/webc/common/WebComponent";
38631
+ } from "sap/ui/core/webc/WebComponent";
38632
38632
 
38633
38633
  import {
38634
38634
  ITableRow,
@@ -38636,7 +38636,7 @@ declare module "sap/ui/webc/main/TableRow" {
38636
38636
  TableRowType,
38637
38637
  } from "sap/ui/webc/main/library";
38638
38638
 
38639
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
38639
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
38640
38640
 
38641
38641
  import {
38642
38642
  PropertyBindingInfo,
@@ -38696,7 +38696,7 @@ declare module "sap/ui/webc/main/TableRow" {
38696
38696
  * Creates a new subclass of class sap.ui.webc.main.TableRow with name `sClassName` and enriches it with
38697
38697
  * the information contained in `oClassInfo`.
38698
38698
  *
38699
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
38699
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
38700
38700
  *
38701
38701
  * @returns Created class / constructor function
38702
38702
  */
@@ -38930,11 +38930,11 @@ declare module "sap/ui/webc/main/TabSeparator" {
38930
38930
  import {
38931
38931
  default as WebComponent,
38932
38932
  $WebComponentSettings,
38933
- } from "sap/ui/webc/common/WebComponent";
38933
+ } from "sap/ui/core/webc/WebComponent";
38934
38934
 
38935
38935
  import { ITab } from "sap/ui/webc/main/library";
38936
38936
 
38937
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
38937
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
38938
38938
 
38939
38939
  /**
38940
38940
  * @since 1.92.0
@@ -38951,7 +38951,7 @@ declare module "sap/ui/webc/main/TabSeparator" {
38951
38951
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
38952
38952
  * of the syntax of the settings object.
38953
38953
  *
38954
- * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.webc.common.WebComponent#constructor sap.ui.webc.common.WebComponent }
38954
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.core.webc.WebComponent#constructor sap.ui.core.webc.WebComponent }
38955
38955
  * can be used.
38956
38956
  */
38957
38957
  constructor(
@@ -38967,7 +38967,7 @@ declare module "sap/ui/webc/main/TabSeparator" {
38967
38967
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
38968
38968
  * of the syntax of the settings object.
38969
38969
  *
38970
- * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.webc.common.WebComponent#constructor sap.ui.webc.common.WebComponent }
38970
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.core.webc.WebComponent#constructor sap.ui.core.webc.WebComponent }
38971
38971
  * can be used.
38972
38972
  */
38973
38973
  constructor(
@@ -38985,7 +38985,7 @@ declare module "sap/ui/webc/main/TabSeparator" {
38985
38985
  * Creates a new subclass of class sap.ui.webc.main.TabSeparator with name `sClassName` and enriches it
38986
38986
  * with the information contained in `oClassInfo`.
38987
38987
  *
38988
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
38988
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
38989
38989
  *
38990
38990
  * @returns Created class / constructor function
38991
38991
  */
@@ -39025,7 +39025,7 @@ declare module "sap/ui/webc/main/TextArea" {
39025
39025
  import {
39026
39026
  default as WebComponent,
39027
39027
  $WebComponentSettings,
39028
- } from "sap/ui/webc/common/WebComponent";
39028
+ } from "sap/ui/core/webc/WebComponent";
39029
39029
 
39030
39030
  import { IFormContent, ID, CSSSize, ValueState } from "sap/ui/core/library";
39031
39031
 
@@ -39033,7 +39033,7 @@ declare module "sap/ui/webc/main/TextArea" {
39033
39033
 
39034
39034
  import Event from "sap/ui/base/Event";
39035
39035
 
39036
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
39036
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
39037
39037
 
39038
39038
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
39039
39039
 
@@ -39092,7 +39092,7 @@ declare module "sap/ui/webc/main/TextArea" {
39092
39092
  * Creates a new subclass of class sap.ui.webc.main.TextArea with name `sClassName` and enriches it with
39093
39093
  * the information contained in `oClassInfo`.
39094
39094
  *
39095
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
39095
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
39096
39096
  *
39097
39097
  * @returns Created class / constructor function
39098
39098
  */
@@ -39936,11 +39936,11 @@ declare module "sap/ui/webc/main/TimePicker" {
39936
39936
  import {
39937
39937
  default as WebComponent,
39938
39938
  $WebComponentSettings,
39939
- } from "sap/ui/webc/common/WebComponent";
39939
+ } from "sap/ui/core/webc/WebComponent";
39940
39940
 
39941
39941
  import { IFormContent, ValueState, CSSSize } from "sap/ui/core/library";
39942
39942
 
39943
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
39943
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
39944
39944
 
39945
39945
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
39946
39946
 
@@ -40033,7 +40033,7 @@ declare module "sap/ui/webc/main/TimePicker" {
40033
40033
  * Creates a new subclass of class sap.ui.webc.main.TimePicker with name `sClassName` and enriches it with
40034
40034
  * the information contained in `oClassInfo`.
40035
40035
  *
40036
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
40036
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
40037
40037
  *
40038
40038
  * @returns Created class / constructor function
40039
40039
  */
@@ -40618,11 +40618,11 @@ declare module "sap/ui/webc/main/Title" {
40618
40618
  import {
40619
40619
  default as WebComponent,
40620
40620
  $WebComponentSettings,
40621
- } from "sap/ui/webc/common/WebComponent";
40621
+ } from "sap/ui/core/webc/WebComponent";
40622
40622
 
40623
40623
  import { TitleLevel, WrappingType } from "sap/ui/webc/main/library";
40624
40624
 
40625
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
40625
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
40626
40626
 
40627
40627
  import { CSSSize } from "sap/ui/core/library";
40628
40628
 
@@ -40673,7 +40673,7 @@ declare module "sap/ui/webc/main/Title" {
40673
40673
  * Creates a new subclass of class sap.ui.webc.main.Title with name `sClassName` and enriches it with the
40674
40674
  * information contained in `oClassInfo`.
40675
40675
  *
40676
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
40676
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
40677
40677
  *
40678
40678
  * @returns Created class / constructor function
40679
40679
  */
@@ -40846,11 +40846,11 @@ declare module "sap/ui/webc/main/Toast" {
40846
40846
  import {
40847
40847
  default as WebComponent,
40848
40848
  $WebComponentSettings,
40849
- } from "sap/ui/webc/common/WebComponent";
40849
+ } from "sap/ui/core/webc/WebComponent";
40850
40850
 
40851
40851
  import { CSSSize } from "sap/ui/core/library";
40852
40852
 
40853
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
40853
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
40854
40854
 
40855
40855
  import { ToastPlacement } from "sap/ui/webc/main/library";
40856
40856
 
@@ -40912,7 +40912,7 @@ declare module "sap/ui/webc/main/Toast" {
40912
40912
  * Creates a new subclass of class sap.ui.webc.main.Toast with name `sClassName` and enriches it with the
40913
40913
  * information contained in `oClassInfo`.
40914
40914
  *
40915
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
40915
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
40916
40916
  *
40917
40917
  * @returns Created class / constructor function
40918
40918
  */
@@ -41150,7 +41150,7 @@ declare module "sap/ui/webc/main/ToggleButton" {
41150
41150
  import {
41151
41151
  default as WebComponent,
41152
41152
  $WebComponentSettings,
41153
- } from "sap/ui/webc/common/WebComponent";
41153
+ } from "sap/ui/core/webc/WebComponent";
41154
41154
 
41155
41155
  import { ID, CSSSize } from "sap/ui/core/library";
41156
41156
 
@@ -41160,7 +41160,7 @@ declare module "sap/ui/webc/main/ToggleButton" {
41160
41160
 
41161
41161
  import { ButtonDesign } from "sap/ui/webc/main/library";
41162
41162
 
41163
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
41163
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
41164
41164
 
41165
41165
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
41166
41166
 
@@ -41214,7 +41214,7 @@ declare module "sap/ui/webc/main/ToggleButton" {
41214
41214
  * Creates a new subclass of class sap.ui.webc.main.ToggleButton with name `sClassName` and enriches it
41215
41215
  * with the information contained in `oClassInfo`.
41216
41216
  *
41217
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
41217
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
41218
41218
  *
41219
41219
  * @returns Created class / constructor function
41220
41220
  */
@@ -41798,13 +41798,13 @@ declare module "sap/ui/webc/main/Token" {
41798
41798
  import {
41799
41799
  default as WebComponent,
41800
41800
  $WebComponentSettings,
41801
- } from "sap/ui/webc/common/WebComponent";
41801
+ } from "sap/ui/core/webc/WebComponent";
41802
41802
 
41803
41803
  import { IToken, IIcon } from "sap/ui/webc/main/library";
41804
41804
 
41805
41805
  import Event from "sap/ui/base/Event";
41806
41806
 
41807
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
41807
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
41808
41808
 
41809
41809
  import {
41810
41810
  PropertyBindingInfo,
@@ -41857,7 +41857,7 @@ declare module "sap/ui/webc/main/Token" {
41857
41857
  * Creates a new subclass of class sap.ui.webc.main.Token with name `sClassName` and enriches it with the
41858
41858
  * information contained in `oClassInfo`.
41859
41859
  *
41860
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
41860
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
41861
41861
  *
41862
41862
  * @returns Created class / constructor function
41863
41863
  */
@@ -42158,7 +42158,7 @@ declare module "sap/ui/webc/main/Tree" {
42158
42158
  import {
42159
42159
  default as WebComponent,
42160
42160
  $WebComponentSettings,
42161
- } from "sap/ui/webc/common/WebComponent";
42161
+ } from "sap/ui/core/webc/WebComponent";
42162
42162
 
42163
42163
  import { ID, CSSSize } from "sap/ui/core/library";
42164
42164
 
@@ -42166,7 +42166,7 @@ declare module "sap/ui/webc/main/Tree" {
42166
42166
 
42167
42167
  import { ITreeItem, ListMode } from "sap/ui/webc/main/library";
42168
42168
 
42169
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
42169
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
42170
42170
 
42171
42171
  import {
42172
42172
  PropertyBindingInfo,
@@ -42243,7 +42243,7 @@ declare module "sap/ui/webc/main/Tree" {
42243
42243
  * Creates a new subclass of class sap.ui.webc.main.Tree with name `sClassName` and enriches it with the
42244
42244
  * information contained in `oClassInfo`.
42245
42245
  *
42246
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
42246
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
42247
42247
  *
42248
42248
  * @returns Created class / constructor function
42249
42249
  */
@@ -43330,7 +43330,7 @@ declare module "sap/ui/webc/main/TreeItem" {
43330
43330
  import {
43331
43331
  default as WebComponent,
43332
43332
  $WebComponentSettings,
43333
- } from "sap/ui/webc/common/WebComponent";
43333
+ } from "sap/ui/core/webc/WebComponent";
43334
43334
 
43335
43335
  import { ITreeItem, IButton, ListItemType } from "sap/ui/webc/main/library";
43336
43336
 
@@ -43338,7 +43338,7 @@ declare module "sap/ui/webc/main/TreeItem" {
43338
43338
 
43339
43339
  import { ValueState } from "sap/ui/core/library";
43340
43340
 
43341
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
43341
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
43342
43342
 
43343
43343
  import {
43344
43344
  PropertyBindingInfo,
@@ -43400,7 +43400,7 @@ declare module "sap/ui/webc/main/TreeItem" {
43400
43400
  * Creates a new subclass of class sap.ui.webc.main.TreeItem with name `sClassName` and enriches it with
43401
43401
  * the information contained in `oClassInfo`.
43402
43402
  *
43403
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
43403
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
43404
43404
  *
43405
43405
  * @returns Created class / constructor function
43406
43406
  */
@@ -44043,7 +44043,7 @@ declare module "sap/ui/webc/main/TreeItemCustom" {
44043
44043
  import {
44044
44044
  default as WebComponent,
44045
44045
  $WebComponentSettings,
44046
- } from "sap/ui/webc/common/WebComponent";
44046
+ } from "sap/ui/core/webc/WebComponent";
44047
44047
 
44048
44048
  import { ITreeItem, IButton, ListItemType } from "sap/ui/webc/main/library";
44049
44049
 
@@ -44053,7 +44053,7 @@ declare module "sap/ui/webc/main/TreeItemCustom" {
44053
44053
 
44054
44054
  import { ValueState } from "sap/ui/core/library";
44055
44055
 
44056
- import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
44056
+ import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
44057
44057
 
44058
44058
  import {
44059
44059
  PropertyBindingInfo,
@@ -44119,7 +44119,7 @@ declare module "sap/ui/webc/main/TreeItemCustom" {
44119
44119
  * Creates a new subclass of class sap.ui.webc.main.TreeItemCustom with name `sClassName` and enriches it
44120
44120
  * with the information contained in `oClassInfo`.
44121
44121
  *
44122
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
44122
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
44123
44123
  *
44124
44124
  * @returns Created class / constructor function
44125
44125
  */