@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.
- package/package.json +1 -1
- package/types/sap.f.d.ts +121 -3
- package/types/sap.m.d.ts +483 -80
- package/types/sap.tnt.d.ts +17 -15
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.core.d.ts +517 -173
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +1 -51
- package/types/sap.ui.integration.d.ts +11 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +1017 -246
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +915 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +85 -85
- package/types/sap.ui.webc.main.d.ts +225 -225
- package/types/sap.uxap.d.ts +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.119.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/webc/fiori/library" {
|
|
4
4
|
/**
|
|
@@ -894,13 +894,13 @@ declare module "sap/ui/webc/fiori/Bar" {
|
|
|
894
894
|
import {
|
|
895
895
|
default as WebComponent,
|
|
896
896
|
$WebComponentSettings,
|
|
897
|
-
} from "sap/ui/webc/
|
|
897
|
+
} from "sap/ui/core/webc/WebComponent";
|
|
898
898
|
|
|
899
899
|
import { IBar, BarDesign } from "sap/ui/webc/fiori/library";
|
|
900
900
|
|
|
901
901
|
import Control from "sap/ui/core/Control";
|
|
902
902
|
|
|
903
|
-
import WebComponentMetadata from "sap/ui/webc/
|
|
903
|
+
import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
|
|
904
904
|
|
|
905
905
|
import { CSSSize } from "sap/ui/core/library";
|
|
906
906
|
|
|
@@ -972,7 +972,7 @@ declare module "sap/ui/webc/fiori/Bar" {
|
|
|
972
972
|
* Creates a new subclass of class sap.ui.webc.fiori.Bar with name `sClassName` and enriches it with the
|
|
973
973
|
* information contained in `oClassInfo`.
|
|
974
974
|
*
|
|
975
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.
|
|
975
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
|
|
976
976
|
*
|
|
977
977
|
* @returns Created class / constructor function
|
|
978
978
|
*/
|
|
@@ -1325,9 +1325,9 @@ declare module "sap/ui/webc/fiori/BarcodeScannerDialog" {
|
|
|
1325
1325
|
import {
|
|
1326
1326
|
default as WebComponent,
|
|
1327
1327
|
$WebComponentSettings,
|
|
1328
|
-
} from "sap/ui/webc/
|
|
1328
|
+
} from "sap/ui/core/webc/WebComponent";
|
|
1329
1329
|
|
|
1330
|
-
import WebComponentMetadata from "sap/ui/webc/
|
|
1330
|
+
import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
|
|
1331
1331
|
|
|
1332
1332
|
import Event from "sap/ui/base/Event";
|
|
1333
1333
|
|
|
@@ -1385,7 +1385,7 @@ declare module "sap/ui/webc/fiori/BarcodeScannerDialog" {
|
|
|
1385
1385
|
* Creates a new subclass of class sap.ui.webc.fiori.BarcodeScannerDialog with name `sClassName` and enriches
|
|
1386
1386
|
* it with the information contained in `oClassInfo`.
|
|
1387
1387
|
*
|
|
1388
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.
|
|
1388
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
|
|
1389
1389
|
*
|
|
1390
1390
|
* @returns Created class / constructor function
|
|
1391
1391
|
*/
|
|
@@ -1620,11 +1620,11 @@ declare module "sap/ui/webc/fiori/DynamicSideContent" {
|
|
|
1620
1620
|
import {
|
|
1621
1621
|
default as WebComponent,
|
|
1622
1622
|
$WebComponentSettings,
|
|
1623
|
-
} from "sap/ui/webc/
|
|
1623
|
+
} from "sap/ui/core/webc/WebComponent";
|
|
1624
1624
|
|
|
1625
1625
|
import Control from "sap/ui/core/Control";
|
|
1626
1626
|
|
|
1627
|
-
import WebComponentMetadata from "sap/ui/webc/
|
|
1627
|
+
import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
|
|
1628
1628
|
|
|
1629
1629
|
import {
|
|
1630
1630
|
SideContentFallDown,
|
|
@@ -1735,7 +1735,7 @@ declare module "sap/ui/webc/fiori/DynamicSideContent" {
|
|
|
1735
1735
|
* Creates a new subclass of class sap.ui.webc.fiori.DynamicSideContent with name `sClassName` and enriches
|
|
1736
1736
|
* it with the information contained in `oClassInfo`.
|
|
1737
1737
|
*
|
|
1738
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.
|
|
1738
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
|
|
1739
1739
|
*
|
|
1740
1740
|
* @returns Created class / constructor function
|
|
1741
1741
|
*/
|
|
@@ -2343,11 +2343,11 @@ declare module "sap/ui/webc/fiori/FilterItem" {
|
|
|
2343
2343
|
import {
|
|
2344
2344
|
default as WebComponent,
|
|
2345
2345
|
$WebComponentSettings,
|
|
2346
|
-
} from "sap/ui/webc/
|
|
2346
|
+
} from "sap/ui/core/webc/WebComponent";
|
|
2347
2347
|
|
|
2348
2348
|
import { IFilterItem, IFilterItemOption } from "sap/ui/webc/fiori/library";
|
|
2349
2349
|
|
|
2350
|
-
import WebComponentMetadata from "sap/ui/webc/
|
|
2350
|
+
import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
|
|
2351
2351
|
|
|
2352
2352
|
import {
|
|
2353
2353
|
PropertyBindingInfo,
|
|
@@ -2399,7 +2399,7 @@ declare module "sap/ui/webc/fiori/FilterItem" {
|
|
|
2399
2399
|
* Creates a new subclass of class sap.ui.webc.fiori.FilterItem with name `sClassName` and enriches it with
|
|
2400
2400
|
* the information contained in `oClassInfo`.
|
|
2401
2401
|
*
|
|
2402
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.
|
|
2402
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
|
|
2403
2403
|
*
|
|
2404
2404
|
* @returns Created class / constructor function
|
|
2405
2405
|
*/
|
|
@@ -2577,11 +2577,11 @@ declare module "sap/ui/webc/fiori/FilterItemOption" {
|
|
|
2577
2577
|
import {
|
|
2578
2578
|
default as WebComponent,
|
|
2579
2579
|
$WebComponentSettings,
|
|
2580
|
-
} from "sap/ui/webc/
|
|
2580
|
+
} from "sap/ui/core/webc/WebComponent";
|
|
2581
2581
|
|
|
2582
2582
|
import { IFilterItemOption } from "sap/ui/webc/fiori/library";
|
|
2583
2583
|
|
|
2584
|
-
import WebComponentMetadata from "sap/ui/webc/
|
|
2584
|
+
import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
|
|
2585
2585
|
|
|
2586
2586
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
2587
2587
|
|
|
@@ -2632,7 +2632,7 @@ declare module "sap/ui/webc/fiori/FilterItemOption" {
|
|
|
2632
2632
|
* Creates a new subclass of class sap.ui.webc.fiori.FilterItemOption with name `sClassName` and enriches
|
|
2633
2633
|
* it with the information contained in `oClassInfo`.
|
|
2634
2634
|
*
|
|
2635
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.
|
|
2635
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
|
|
2636
2636
|
*
|
|
2637
2637
|
* @returns Created class / constructor function
|
|
2638
2638
|
*/
|
|
@@ -2730,7 +2730,7 @@ declare module "sap/ui/webc/fiori/FlexibleColumnLayout" {
|
|
|
2730
2730
|
import {
|
|
2731
2731
|
default as WebComponent,
|
|
2732
2732
|
$WebComponentSettings,
|
|
2733
|
-
} from "sap/ui/webc/
|
|
2733
|
+
} from "sap/ui/core/webc/WebComponent";
|
|
2734
2734
|
|
|
2735
2735
|
import Control from "sap/ui/core/Control";
|
|
2736
2736
|
|
|
@@ -2738,7 +2738,7 @@ declare module "sap/ui/webc/fiori/FlexibleColumnLayout" {
|
|
|
2738
2738
|
|
|
2739
2739
|
import { FCLLayout } from "sap/ui/webc/fiori/library";
|
|
2740
2740
|
|
|
2741
|
-
import WebComponentMetadata from "sap/ui/webc/
|
|
2741
|
+
import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
|
|
2742
2742
|
|
|
2743
2743
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
2744
2744
|
|
|
@@ -2806,7 +2806,7 @@ declare module "sap/ui/webc/fiori/FlexibleColumnLayout" {
|
|
|
2806
2806
|
* Creates a new subclass of class sap.ui.webc.fiori.FlexibleColumnLayout with name `sClassName` and enriches
|
|
2807
2807
|
* it with the information contained in `oClassInfo`.
|
|
2808
2808
|
*
|
|
2809
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.
|
|
2809
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
|
|
2810
2810
|
*
|
|
2811
2811
|
* @returns Created class / constructor function
|
|
2812
2812
|
*/
|
|
@@ -3363,7 +3363,7 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
|
|
|
3363
3363
|
import {
|
|
3364
3364
|
default as WebComponent,
|
|
3365
3365
|
$WebComponentSettings,
|
|
3366
|
-
} from "sap/ui/webc/
|
|
3366
|
+
} from "sap/ui/core/webc/WebComponent";
|
|
3367
3367
|
|
|
3368
3368
|
import { IButton } from "sap/ui/webc/main/library";
|
|
3369
3369
|
|
|
@@ -3371,7 +3371,7 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
|
|
|
3371
3371
|
|
|
3372
3372
|
import Control from "sap/ui/core/Control";
|
|
3373
3373
|
|
|
3374
|
-
import WebComponentMetadata from "sap/ui/webc/
|
|
3374
|
+
import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
|
|
3375
3375
|
|
|
3376
3376
|
import {
|
|
3377
3377
|
IllustrationMessageType,
|
|
@@ -3443,7 +3443,7 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
|
|
|
3443
3443
|
* Creates a new subclass of class sap.ui.webc.fiori.IllustratedMessage with name `sClassName` and enriches
|
|
3444
3444
|
* it with the information contained in `oClassInfo`.
|
|
3445
3445
|
*
|
|
3446
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.
|
|
3446
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
|
|
3447
3447
|
*
|
|
3448
3448
|
* @returns Created class / constructor function
|
|
3449
3449
|
*/
|
|
@@ -3833,7 +3833,7 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
|
|
|
3833
3833
|
import {
|
|
3834
3834
|
default as WebComponent,
|
|
3835
3835
|
$WebComponentSettings,
|
|
3836
|
-
} from "sap/ui/webc/
|
|
3836
|
+
} from "sap/ui/core/webc/WebComponent";
|
|
3837
3837
|
|
|
3838
3838
|
import {
|
|
3839
3839
|
IMediaGalleryItem,
|
|
@@ -3844,7 +3844,7 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
|
|
|
3844
3844
|
|
|
3845
3845
|
import Event from "sap/ui/base/Event";
|
|
3846
3846
|
|
|
3847
|
-
import WebComponentMetadata from "sap/ui/webc/
|
|
3847
|
+
import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
|
|
3848
3848
|
|
|
3849
3849
|
import {
|
|
3850
3850
|
PropertyBindingInfo,
|
|
@@ -3913,7 +3913,7 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
|
|
|
3913
3913
|
* Creates a new subclass of class sap.ui.webc.fiori.MediaGallery with name `sClassName` and enriches it
|
|
3914
3914
|
* with the information contained in `oClassInfo`.
|
|
3915
3915
|
*
|
|
3916
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.
|
|
3916
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
|
|
3917
3917
|
*
|
|
3918
3918
|
* @returns Created class / constructor function
|
|
3919
3919
|
*/
|
|
@@ -4547,7 +4547,7 @@ declare module "sap/ui/webc/fiori/MediaGalleryItem" {
|
|
|
4547
4547
|
import {
|
|
4548
4548
|
default as WebComponent,
|
|
4549
4549
|
$WebComponentSettings,
|
|
4550
|
-
} from "sap/ui/webc/
|
|
4550
|
+
} from "sap/ui/core/webc/WebComponent";
|
|
4551
4551
|
|
|
4552
4552
|
import {
|
|
4553
4553
|
IMediaGalleryItem,
|
|
@@ -4556,7 +4556,7 @@ declare module "sap/ui/webc/fiori/MediaGalleryItem" {
|
|
|
4556
4556
|
|
|
4557
4557
|
import Control from "sap/ui/core/Control";
|
|
4558
4558
|
|
|
4559
|
-
import WebComponentMetadata from "sap/ui/webc/
|
|
4559
|
+
import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
|
|
4560
4560
|
|
|
4561
4561
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
4562
4562
|
|
|
@@ -4618,7 +4618,7 @@ declare module "sap/ui/webc/fiori/MediaGalleryItem" {
|
|
|
4618
4618
|
* Creates a new subclass of class sap.ui.webc.fiori.MediaGalleryItem with name `sClassName` and enriches
|
|
4619
4619
|
* it with the information contained in `oClassInfo`.
|
|
4620
4620
|
*
|
|
4621
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.
|
|
4621
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
|
|
4622
4622
|
*
|
|
4623
4623
|
* @returns Created class / constructor function
|
|
4624
4624
|
*/
|
|
@@ -4822,13 +4822,13 @@ declare module "sap/ui/webc/fiori/NotificationAction" {
|
|
|
4822
4822
|
import {
|
|
4823
4823
|
default as WebComponent,
|
|
4824
4824
|
$WebComponentSettings,
|
|
4825
|
-
} from "sap/ui/webc/
|
|
4825
|
+
} from "sap/ui/core/webc/WebComponent";
|
|
4826
4826
|
|
|
4827
4827
|
import { INotificationAction } from "sap/ui/webc/fiori/library";
|
|
4828
4828
|
|
|
4829
4829
|
import { ButtonDesign } from "sap/ui/webc/main/library";
|
|
4830
4830
|
|
|
4831
|
-
import WebComponentMetadata from "sap/ui/webc/
|
|
4831
|
+
import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
|
|
4832
4832
|
|
|
4833
4833
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
4834
4834
|
|
|
@@ -4880,7 +4880,7 @@ declare module "sap/ui/webc/fiori/NotificationAction" {
|
|
|
4880
4880
|
* Creates a new subclass of class sap.ui.webc.fiori.NotificationAction with name `sClassName` and enriches
|
|
4881
4881
|
* it with the information contained in `oClassInfo`.
|
|
4882
4882
|
*
|
|
4883
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.
|
|
4883
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
|
|
4884
4884
|
*
|
|
4885
4885
|
* @returns Created class / constructor function
|
|
4886
4886
|
*/
|
|
@@ -5178,7 +5178,7 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
|
|
|
5178
5178
|
import {
|
|
5179
5179
|
default as WebComponent,
|
|
5180
5180
|
$WebComponentSettings,
|
|
5181
|
-
} from "sap/ui/webc/
|
|
5181
|
+
} from "sap/ui/core/webc/WebComponent";
|
|
5182
5182
|
|
|
5183
5183
|
import { IListItem, Priority } from "sap/ui/webc/main/library";
|
|
5184
5184
|
|
|
@@ -5189,7 +5189,7 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
|
|
|
5189
5189
|
|
|
5190
5190
|
import Event from "sap/ui/base/Event";
|
|
5191
5191
|
|
|
5192
|
-
import WebComponentMetadata from "sap/ui/webc/
|
|
5192
|
+
import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
|
|
5193
5193
|
|
|
5194
5194
|
import {
|
|
5195
5195
|
PropertyBindingInfo,
|
|
@@ -5259,7 +5259,7 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
|
|
|
5259
5259
|
* Creates a new subclass of class sap.ui.webc.fiori.NotificationListGroupItem with name `sClassName` and
|
|
5260
5260
|
* enriches it with the information contained in `oClassInfo`.
|
|
5261
5261
|
*
|
|
5262
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.
|
|
5262
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
|
|
5263
5263
|
*
|
|
5264
5264
|
* @returns Created class / constructor function
|
|
5265
5265
|
*/
|
|
@@ -5920,7 +5920,7 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
|
|
|
5920
5920
|
import {
|
|
5921
5921
|
default as WebComponent,
|
|
5922
5922
|
$WebComponentSettings,
|
|
5923
|
-
} from "sap/ui/webc/
|
|
5923
|
+
} from "sap/ui/core/webc/WebComponent";
|
|
5924
5924
|
|
|
5925
5925
|
import {
|
|
5926
5926
|
INotificationListItem,
|
|
@@ -5936,7 +5936,7 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
|
|
|
5936
5936
|
|
|
5937
5937
|
import Control from "sap/ui/core/Control";
|
|
5938
5938
|
|
|
5939
|
-
import WebComponentMetadata from "sap/ui/webc/
|
|
5939
|
+
import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
|
|
5940
5940
|
|
|
5941
5941
|
import {
|
|
5942
5942
|
PropertyBindingInfo,
|
|
@@ -6012,7 +6012,7 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
|
|
|
6012
6012
|
* Creates a new subclass of class sap.ui.webc.fiori.NotificationListItem with name `sClassName` and enriches
|
|
6013
6013
|
* it with the information contained in `oClassInfo`.
|
|
6014
6014
|
*
|
|
6015
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.
|
|
6015
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
|
|
6016
6016
|
*
|
|
6017
6017
|
* @returns Created class / constructor function
|
|
6018
6018
|
*/
|
|
@@ -6634,7 +6634,7 @@ declare module "sap/ui/webc/fiori/Page" {
|
|
|
6634
6634
|
import {
|
|
6635
6635
|
default as WebComponent,
|
|
6636
6636
|
$WebComponentSettings,
|
|
6637
|
-
} from "sap/ui/webc/
|
|
6637
|
+
} from "sap/ui/core/webc/WebComponent";
|
|
6638
6638
|
|
|
6639
6639
|
import Control from "sap/ui/core/Control";
|
|
6640
6640
|
|
|
@@ -6642,7 +6642,7 @@ declare module "sap/ui/webc/fiori/Page" {
|
|
|
6642
6642
|
|
|
6643
6643
|
import { CSSSize } from "sap/ui/core/library";
|
|
6644
6644
|
|
|
6645
|
-
import WebComponentMetadata from "sap/ui/webc/
|
|
6645
|
+
import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
|
|
6646
6646
|
|
|
6647
6647
|
import {
|
|
6648
6648
|
PropertyBindingInfo,
|
|
@@ -6704,7 +6704,7 @@ declare module "sap/ui/webc/fiori/Page" {
|
|
|
6704
6704
|
* Creates a new subclass of class sap.ui.webc.fiori.Page with name `sClassName` and enriches it with the
|
|
6705
6705
|
* information contained in `oClassInfo`.
|
|
6706
6706
|
*
|
|
6707
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.
|
|
6707
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
|
|
6708
6708
|
*
|
|
6709
6709
|
* @returns Created class / constructor function
|
|
6710
6710
|
*/
|
|
@@ -7094,11 +7094,11 @@ declare module "sap/ui/webc/fiori/ProductSwitch" {
|
|
|
7094
7094
|
import {
|
|
7095
7095
|
default as WebComponent,
|
|
7096
7096
|
$WebComponentSettings,
|
|
7097
|
-
} from "sap/ui/webc/
|
|
7097
|
+
} from "sap/ui/core/webc/WebComponent";
|
|
7098
7098
|
|
|
7099
7099
|
import { IProductSwitchItem } from "sap/ui/webc/fiori/library";
|
|
7100
7100
|
|
|
7101
|
-
import WebComponentMetadata from "sap/ui/webc/
|
|
7101
|
+
import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
|
|
7102
7102
|
|
|
7103
7103
|
import { AggregationBindingInfo } from "sap/ui/base/ManagedObject";
|
|
7104
7104
|
|
|
@@ -7158,7 +7158,7 @@ declare module "sap/ui/webc/fiori/ProductSwitch" {
|
|
|
7158
7158
|
* Creates a new subclass of class sap.ui.webc.fiori.ProductSwitch with name `sClassName` and enriches it
|
|
7159
7159
|
* with the information contained in `oClassInfo`.
|
|
7160
7160
|
*
|
|
7161
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.
|
|
7161
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
|
|
7162
7162
|
*
|
|
7163
7163
|
* @returns Created class / constructor function
|
|
7164
7164
|
*/
|
|
@@ -7272,13 +7272,13 @@ declare module "sap/ui/webc/fiori/ProductSwitchItem" {
|
|
|
7272
7272
|
import {
|
|
7273
7273
|
default as WebComponent,
|
|
7274
7274
|
$WebComponentSettings,
|
|
7275
|
-
} from "sap/ui/webc/
|
|
7275
|
+
} from "sap/ui/core/webc/WebComponent";
|
|
7276
7276
|
|
|
7277
7277
|
import { IProductSwitchItem } from "sap/ui/webc/fiori/library";
|
|
7278
7278
|
|
|
7279
7279
|
import Event from "sap/ui/base/Event";
|
|
7280
7280
|
|
|
7281
|
-
import WebComponentMetadata from "sap/ui/webc/
|
|
7281
|
+
import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
|
|
7282
7282
|
|
|
7283
7283
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
7284
7284
|
|
|
@@ -7340,7 +7340,7 @@ declare module "sap/ui/webc/fiori/ProductSwitchItem" {
|
|
|
7340
7340
|
* Creates a new subclass of class sap.ui.webc.fiori.ProductSwitchItem with name `sClassName` and enriches
|
|
7341
7341
|
* it with the information contained in `oClassInfo`.
|
|
7342
7342
|
*
|
|
7343
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.
|
|
7343
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
|
|
7344
7344
|
*
|
|
7345
7345
|
* @returns Created class / constructor function
|
|
7346
7346
|
*/
|
|
@@ -7667,7 +7667,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7667
7667
|
import {
|
|
7668
7668
|
default as WebComponent,
|
|
7669
7669
|
$WebComponentSettings,
|
|
7670
|
-
} from "sap/ui/webc/
|
|
7670
|
+
} from "sap/ui/core/webc/WebComponent";
|
|
7671
7671
|
|
|
7672
7672
|
import { IShellBarItem } from "sap/ui/webc/fiori/library";
|
|
7673
7673
|
|
|
@@ -7678,7 +7678,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7678
7678
|
IButton,
|
|
7679
7679
|
} from "sap/ui/webc/main/library";
|
|
7680
7680
|
|
|
7681
|
-
import WebComponentMetadata from "sap/ui/webc/
|
|
7681
|
+
import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
|
|
7682
7682
|
|
|
7683
7683
|
import {
|
|
7684
7684
|
PropertyBindingInfo,
|
|
@@ -7753,7 +7753,7 @@ declare module "sap/ui/webc/fiori/ShellBar" {
|
|
|
7753
7753
|
* Creates a new subclass of class sap.ui.webc.fiori.ShellBar with name `sClassName` and enriches it with
|
|
7754
7754
|
* the information contained in `oClassInfo`.
|
|
7755
7755
|
*
|
|
7756
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.
|
|
7756
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
|
|
7757
7757
|
*
|
|
7758
7758
|
* @returns Created class / constructor function
|
|
7759
7759
|
*/
|
|
@@ -9083,11 +9083,11 @@ declare module "sap/ui/webc/fiori/ShellBarItem" {
|
|
|
9083
9083
|
import {
|
|
9084
9084
|
default as WebComponent,
|
|
9085
9085
|
$WebComponentSettings,
|
|
9086
|
-
} from "sap/ui/webc/
|
|
9086
|
+
} from "sap/ui/core/webc/WebComponent";
|
|
9087
9087
|
|
|
9088
9088
|
import { IShellBarItem } from "sap/ui/webc/fiori/library";
|
|
9089
9089
|
|
|
9090
|
-
import WebComponentMetadata from "sap/ui/webc/
|
|
9090
|
+
import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
|
|
9091
9091
|
|
|
9092
9092
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
9093
9093
|
|
|
@@ -9136,7 +9136,7 @@ declare module "sap/ui/webc/fiori/ShellBarItem" {
|
|
|
9136
9136
|
* Creates a new subclass of class sap.ui.webc.fiori.ShellBarItem with name `sClassName` and enriches it
|
|
9137
9137
|
* with the information contained in `oClassInfo`.
|
|
9138
9138
|
*
|
|
9139
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.
|
|
9139
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
|
|
9140
9140
|
*
|
|
9141
9141
|
* @returns Created class / constructor function
|
|
9142
9142
|
*/
|
|
@@ -9361,7 +9361,7 @@ declare module "sap/ui/webc/fiori/SideNavigation" {
|
|
|
9361
9361
|
import {
|
|
9362
9362
|
default as WebComponent,
|
|
9363
9363
|
$WebComponentSettings,
|
|
9364
|
-
} from "sap/ui/webc/
|
|
9364
|
+
} from "sap/ui/core/webc/WebComponent";
|
|
9365
9365
|
|
|
9366
9366
|
import {
|
|
9367
9367
|
ISideNavigationItem,
|
|
@@ -9370,7 +9370,7 @@ declare module "sap/ui/webc/fiori/SideNavigation" {
|
|
|
9370
9370
|
|
|
9371
9371
|
import Control from "sap/ui/core/Control";
|
|
9372
9372
|
|
|
9373
|
-
import WebComponentMetadata from "sap/ui/webc/
|
|
9373
|
+
import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
|
|
9374
9374
|
|
|
9375
9375
|
import {
|
|
9376
9376
|
PropertyBindingInfo,
|
|
@@ -9438,7 +9438,7 @@ declare module "sap/ui/webc/fiori/SideNavigation" {
|
|
|
9438
9438
|
* Creates a new subclass of class sap.ui.webc.fiori.SideNavigation with name `sClassName` and enriches
|
|
9439
9439
|
* it with the information contained in `oClassInfo`.
|
|
9440
9440
|
*
|
|
9441
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.
|
|
9441
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
|
|
9442
9442
|
*
|
|
9443
9443
|
* @returns Created class / constructor function
|
|
9444
9444
|
*/
|
|
@@ -9860,7 +9860,7 @@ declare module "sap/ui/webc/fiori/SideNavigationItem" {
|
|
|
9860
9860
|
import {
|
|
9861
9861
|
default as WebComponent,
|
|
9862
9862
|
$WebComponentSettings,
|
|
9863
|
-
} from "sap/ui/webc/
|
|
9863
|
+
} from "sap/ui/core/webc/WebComponent";
|
|
9864
9864
|
|
|
9865
9865
|
import {
|
|
9866
9866
|
ISideNavigationItem,
|
|
@@ -9869,7 +9869,7 @@ declare module "sap/ui/webc/fiori/SideNavigationItem" {
|
|
|
9869
9869
|
|
|
9870
9870
|
import Event from "sap/ui/base/Event";
|
|
9871
9871
|
|
|
9872
|
-
import WebComponentMetadata from "sap/ui/webc/
|
|
9872
|
+
import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
|
|
9873
9873
|
|
|
9874
9874
|
import {
|
|
9875
9875
|
PropertyBindingInfo,
|
|
@@ -9924,7 +9924,7 @@ declare module "sap/ui/webc/fiori/SideNavigationItem" {
|
|
|
9924
9924
|
* Creates a new subclass of class sap.ui.webc.fiori.SideNavigationItem with name `sClassName` and enriches
|
|
9925
9925
|
* it with the information contained in `oClassInfo`.
|
|
9926
9926
|
*
|
|
9927
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.
|
|
9927
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
|
|
9928
9928
|
*
|
|
9929
9929
|
* @returns Created class / constructor function
|
|
9930
9930
|
*/
|
|
@@ -10311,13 +10311,13 @@ declare module "sap/ui/webc/fiori/SideNavigationSubItem" {
|
|
|
10311
10311
|
import {
|
|
10312
10312
|
default as WebComponent,
|
|
10313
10313
|
$WebComponentSettings,
|
|
10314
|
-
} from "sap/ui/webc/
|
|
10314
|
+
} from "sap/ui/core/webc/WebComponent";
|
|
10315
10315
|
|
|
10316
10316
|
import { ISideNavigationSubItem } from "sap/ui/webc/fiori/library";
|
|
10317
10317
|
|
|
10318
10318
|
import Event from "sap/ui/base/Event";
|
|
10319
10319
|
|
|
10320
|
-
import WebComponentMetadata from "sap/ui/webc/
|
|
10320
|
+
import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
|
|
10321
10321
|
|
|
10322
10322
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
10323
10323
|
|
|
@@ -10369,7 +10369,7 @@ declare module "sap/ui/webc/fiori/SideNavigationSubItem" {
|
|
|
10369
10369
|
* Creates a new subclass of class sap.ui.webc.fiori.SideNavigationSubItem with name `sClassName` and enriches
|
|
10370
10370
|
* it with the information contained in `oClassInfo`.
|
|
10371
10371
|
*
|
|
10372
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.
|
|
10372
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
|
|
10373
10373
|
*
|
|
10374
10374
|
* @returns Created class / constructor function
|
|
10375
10375
|
*/
|
|
@@ -10604,11 +10604,11 @@ declare module "sap/ui/webc/fiori/SortItem" {
|
|
|
10604
10604
|
import {
|
|
10605
10605
|
default as WebComponent,
|
|
10606
10606
|
$WebComponentSettings,
|
|
10607
|
-
} from "sap/ui/webc/
|
|
10607
|
+
} from "sap/ui/core/webc/WebComponent";
|
|
10608
10608
|
|
|
10609
10609
|
import { ISortItem } from "sap/ui/webc/fiori/library";
|
|
10610
10610
|
|
|
10611
|
-
import WebComponentMetadata from "sap/ui/webc/
|
|
10611
|
+
import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
|
|
10612
10612
|
|
|
10613
10613
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
10614
10614
|
|
|
@@ -10657,7 +10657,7 @@ declare module "sap/ui/webc/fiori/SortItem" {
|
|
|
10657
10657
|
* Creates a new subclass of class sap.ui.webc.fiori.SortItem with name `sClassName` and enriches it with
|
|
10658
10658
|
* the information contained in `oClassInfo`.
|
|
10659
10659
|
*
|
|
10660
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.
|
|
10660
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
|
|
10661
10661
|
*
|
|
10662
10662
|
* @returns Created class / constructor function
|
|
10663
10663
|
*/
|
|
@@ -10755,13 +10755,13 @@ declare module "sap/ui/webc/fiori/Timeline" {
|
|
|
10755
10755
|
import {
|
|
10756
10756
|
default as WebComponent,
|
|
10757
10757
|
$WebComponentSettings,
|
|
10758
|
-
} from "sap/ui/webc/
|
|
10758
|
+
} from "sap/ui/core/webc/WebComponent";
|
|
10759
10759
|
|
|
10760
10760
|
import { ITimelineItem, TimelineLayout } from "sap/ui/webc/fiori/library";
|
|
10761
10761
|
|
|
10762
10762
|
import { CSSSize } from "sap/ui/core/library";
|
|
10763
10763
|
|
|
10764
|
-
import WebComponentMetadata from "sap/ui/webc/
|
|
10764
|
+
import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
|
|
10765
10765
|
|
|
10766
10766
|
import {
|
|
10767
10767
|
PropertyBindingInfo,
|
|
@@ -10817,7 +10817,7 @@ declare module "sap/ui/webc/fiori/Timeline" {
|
|
|
10817
10817
|
* Creates a new subclass of class sap.ui.webc.fiori.Timeline with name `sClassName` and enriches it with
|
|
10818
10818
|
* the information contained in `oClassInfo`.
|
|
10819
10819
|
*
|
|
10820
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.
|
|
10820
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
|
|
10821
10821
|
*
|
|
10822
10822
|
* @returns Created class / constructor function
|
|
10823
10823
|
*/
|
|
@@ -11068,7 +11068,7 @@ declare module "sap/ui/webc/fiori/TimelineItem" {
|
|
|
11068
11068
|
import {
|
|
11069
11069
|
default as WebComponent,
|
|
11070
11070
|
$WebComponentSettings,
|
|
11071
|
-
} from "sap/ui/webc/
|
|
11071
|
+
} from "sap/ui/core/webc/WebComponent";
|
|
11072
11072
|
|
|
11073
11073
|
import { ITimelineItem } from "sap/ui/webc/fiori/library";
|
|
11074
11074
|
|
|
@@ -11076,7 +11076,7 @@ declare module "sap/ui/webc/fiori/TimelineItem" {
|
|
|
11076
11076
|
|
|
11077
11077
|
import Event from "sap/ui/base/Event";
|
|
11078
11078
|
|
|
11079
|
-
import WebComponentMetadata from "sap/ui/webc/
|
|
11079
|
+
import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
|
|
11080
11080
|
|
|
11081
11081
|
import {
|
|
11082
11082
|
PropertyBindingInfo,
|
|
@@ -11130,7 +11130,7 @@ declare module "sap/ui/webc/fiori/TimelineItem" {
|
|
|
11130
11130
|
* Creates a new subclass of class sap.ui.webc.fiori.TimelineItem with name `sClassName` and enriches it
|
|
11131
11131
|
* with the information contained in `oClassInfo`.
|
|
11132
11132
|
*
|
|
11133
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.
|
|
11133
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
|
|
11134
11134
|
*
|
|
11135
11135
|
* @returns Created class / constructor function
|
|
11136
11136
|
*/
|
|
@@ -11508,7 +11508,7 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
11508
11508
|
import {
|
|
11509
11509
|
default as WebComponent,
|
|
11510
11510
|
$WebComponentSettings,
|
|
11511
|
-
} from "sap/ui/webc/
|
|
11511
|
+
} from "sap/ui/core/webc/WebComponent";
|
|
11512
11512
|
|
|
11513
11513
|
import Control from "sap/ui/core/Control";
|
|
11514
11514
|
|
|
@@ -11516,7 +11516,7 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
11516
11516
|
|
|
11517
11517
|
import { CSSSize } from "sap/ui/core/library";
|
|
11518
11518
|
|
|
11519
|
-
import WebComponentMetadata from "sap/ui/webc/
|
|
11519
|
+
import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
|
|
11520
11520
|
|
|
11521
11521
|
import { ListMode } from "sap/ui/webc/main/library";
|
|
11522
11522
|
|
|
@@ -11570,7 +11570,7 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
|
|
|
11570
11570
|
* Creates a new subclass of class sap.ui.webc.fiori.UploadCollection with name `sClassName` and enriches
|
|
11571
11571
|
* it with the information contained in `oClassInfo`.
|
|
11572
11572
|
*
|
|
11573
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.
|
|
11573
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
|
|
11574
11574
|
*
|
|
11575
11575
|
* @returns Created class / constructor function
|
|
11576
11576
|
*/
|
|
@@ -12326,7 +12326,7 @@ declare module "sap/ui/webc/fiori/UploadCollectionItem" {
|
|
|
12326
12326
|
import {
|
|
12327
12327
|
default as WebComponent,
|
|
12328
12328
|
$WebComponentSettings,
|
|
12329
|
-
} from "sap/ui/webc/
|
|
12329
|
+
} from "sap/ui/core/webc/WebComponent";
|
|
12330
12330
|
|
|
12331
12331
|
import {
|
|
12332
12332
|
IUploadCollectionItem,
|
|
@@ -12337,7 +12337,7 @@ declare module "sap/ui/webc/fiori/UploadCollectionItem" {
|
|
|
12337
12337
|
|
|
12338
12338
|
import Event from "sap/ui/base/Event";
|
|
12339
12339
|
|
|
12340
|
-
import WebComponentMetadata from "sap/ui/webc/
|
|
12340
|
+
import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
|
|
12341
12341
|
|
|
12342
12342
|
import {
|
|
12343
12343
|
PropertyBindingInfo,
|
|
@@ -12389,7 +12389,7 @@ declare module "sap/ui/webc/fiori/UploadCollectionItem" {
|
|
|
12389
12389
|
* Creates a new subclass of class sap.ui.webc.fiori.UploadCollectionItem with name `sClassName` and enriches
|
|
12390
12390
|
* it with the information contained in `oClassInfo`.
|
|
12391
12391
|
*
|
|
12392
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.
|
|
12392
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
|
|
12393
12393
|
*
|
|
12394
12394
|
* @returns Created class / constructor function
|
|
12395
12395
|
*/
|
|
@@ -13182,13 +13182,13 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
|
13182
13182
|
import {
|
|
13183
13183
|
default as WebComponent,
|
|
13184
13184
|
$WebComponentSettings,
|
|
13185
|
-
} from "sap/ui/webc/
|
|
13185
|
+
} from "sap/ui/core/webc/WebComponent";
|
|
13186
13186
|
|
|
13187
13187
|
import { IFilterItem, ISortItem } from "sap/ui/webc/fiori/library";
|
|
13188
13188
|
|
|
13189
13189
|
import Event from "sap/ui/base/Event";
|
|
13190
13190
|
|
|
13191
|
-
import WebComponentMetadata from "sap/ui/webc/
|
|
13191
|
+
import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
|
|
13192
13192
|
|
|
13193
13193
|
import {
|
|
13194
13194
|
PropertyBindingInfo,
|
|
@@ -13249,7 +13249,7 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
|
|
|
13249
13249
|
* Creates a new subclass of class sap.ui.webc.fiori.ViewSettingsDialog with name `sClassName` and enriches
|
|
13250
13250
|
* it with the information contained in `oClassInfo`.
|
|
13251
13251
|
*
|
|
13252
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.
|
|
13252
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
|
|
13253
13253
|
*
|
|
13254
13254
|
* @returns Created class / constructor function
|
|
13255
13255
|
*/
|
|
@@ -13799,13 +13799,13 @@ declare module "sap/ui/webc/fiori/Wizard" {
|
|
|
13799
13799
|
import {
|
|
13800
13800
|
default as WebComponent,
|
|
13801
13801
|
$WebComponentSettings,
|
|
13802
|
-
} from "sap/ui/webc/
|
|
13802
|
+
} from "sap/ui/core/webc/WebComponent";
|
|
13803
13803
|
|
|
13804
13804
|
import { IWizardStep, WizardContentLayout } from "sap/ui/webc/fiori/library";
|
|
13805
13805
|
|
|
13806
13806
|
import { CSSSize } from "sap/ui/core/library";
|
|
13807
13807
|
|
|
13808
|
-
import WebComponentMetadata from "sap/ui/webc/
|
|
13808
|
+
import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
|
|
13809
13809
|
|
|
13810
13810
|
import {
|
|
13811
13811
|
PropertyBindingInfo,
|
|
@@ -13928,7 +13928,7 @@ declare module "sap/ui/webc/fiori/Wizard" {
|
|
|
13928
13928
|
* Creates a new subclass of class sap.ui.webc.fiori.Wizard with name `sClassName` and enriches it with
|
|
13929
13929
|
* the information contained in `oClassInfo`.
|
|
13930
13930
|
*
|
|
13931
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.
|
|
13931
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
|
|
13932
13932
|
*
|
|
13933
13933
|
* @returns Created class / constructor function
|
|
13934
13934
|
*/
|
|
@@ -14214,13 +14214,13 @@ declare module "sap/ui/webc/fiori/WizardStep" {
|
|
|
14214
14214
|
import {
|
|
14215
14215
|
default as WebComponent,
|
|
14216
14216
|
$WebComponentSettings,
|
|
14217
|
-
} from "sap/ui/webc/
|
|
14217
|
+
} from "sap/ui/core/webc/WebComponent";
|
|
14218
14218
|
|
|
14219
14219
|
import { IWizardStep } from "sap/ui/webc/fiori/library";
|
|
14220
14220
|
|
|
14221
14221
|
import Control from "sap/ui/core/Control";
|
|
14222
14222
|
|
|
14223
|
-
import WebComponentMetadata from "sap/ui/webc/
|
|
14223
|
+
import WebComponentMetadata from "sap/ui/core/webc/WebComponentMetadata";
|
|
14224
14224
|
|
|
14225
14225
|
import {
|
|
14226
14226
|
PropertyBindingInfo,
|
|
@@ -14282,7 +14282,7 @@ declare module "sap/ui/webc/fiori/WizardStep" {
|
|
|
14282
14282
|
* Creates a new subclass of class sap.ui.webc.fiori.WizardStep with name `sClassName` and enriches it with
|
|
14283
14283
|
* the information contained in `oClassInfo`.
|
|
14284
14284
|
*
|
|
14285
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.
|
|
14285
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.webc.WebComponent.extend}.
|
|
14286
14286
|
*
|
|
14287
14287
|
* @returns Created class / constructor function
|
|
14288
14288
|
*/
|