@sapui5/ts-types 1.102.2 → 1.104.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +3 -0
  3. package/types/sap.apf.d.ts +1 -1
  4. package/types/sap.ca.ui.d.ts +11 -11
  5. package/types/sap.chart.d.ts +2 -2
  6. package/types/sap.collaboration.d.ts +1 -1
  7. package/types/sap.esh.search.ui.d.ts +1 -1
  8. package/types/sap.f.d.ts +320 -24
  9. package/types/sap.fe.common.d.ts +1 -1
  10. package/types/sap.fe.core.d.ts +29 -1159
  11. package/types/sap.fe.macros.d.ts +52 -627
  12. package/types/sap.fe.navigation.d.ts +1 -1309
  13. package/types/sap.fe.templates.d.ts +2 -161
  14. package/types/sap.fe.test.d.ts +12 -244
  15. package/types/sap.feedback.ui.d.ts +1 -1
  16. package/types/sap.gantt.d.ts +343 -63
  17. package/types/sap.insights.d.ts +1 -1
  18. package/types/sap.landvisz.d.ts +15 -15
  19. package/types/sap.m.d.ts +2388 -334
  20. package/types/sap.makit.d.ts +5 -5
  21. package/types/sap.me.d.ts +2 -2
  22. package/types/sap.ndc.d.ts +75 -3
  23. package/types/sap.ovp.d.ts +6 -1
  24. package/types/sap.rules.ui.d.ts +1 -1
  25. package/types/sap.sac.df.d.ts +164 -2
  26. package/types/sap.sac.grid.d.ts +1 -1
  27. package/types/sap.suite.ui.commons.d.ts +556 -76
  28. package/types/sap.suite.ui.generic.template.d.ts +105 -12
  29. package/types/sap.suite.ui.microchart.d.ts +14 -14
  30. package/types/sap.tnt.d.ts +5 -5
  31. package/types/sap.ui.codeeditor.d.ts +1 -1
  32. package/types/sap.ui.commons.d.ts +36 -36
  33. package/types/sap.ui.comp.d.ts +1213 -270
  34. package/types/sap.ui.core.d.ts +384 -111
  35. package/types/sap.ui.dt.d.ts +1 -1
  36. package/types/sap.ui.export.d.ts +3 -3
  37. package/types/sap.ui.fl.d.ts +3 -1
  38. package/types/sap.ui.generic.app.d.ts +13 -6
  39. package/types/sap.ui.generic.template.d.ts +1 -1
  40. package/types/sap.ui.integration.d.ts +43 -64
  41. package/types/sap.ui.layout.d.ts +33 -41
  42. package/types/sap.ui.mdc.d.ts +1 -1
  43. package/types/sap.ui.richtexteditor.d.ts +2 -2
  44. package/types/sap.ui.rta.d.ts +3 -1
  45. package/types/sap.ui.suite.d.ts +1 -1
  46. package/types/sap.ui.support.d.ts +1 -1
  47. package/types/sap.ui.table.d.ts +9 -9
  48. package/types/sap.ui.testrecorder.d.ts +1 -1
  49. package/types/sap.ui.unified.d.ts +115 -35
  50. package/types/sap.ui.ux3.d.ts +43 -43
  51. package/types/sap.ui.vbm.d.ts +28 -188
  52. package/types/sap.ui.vk.d.ts +83 -25
  53. package/types/sap.ui.vtm.d.ts +12 -12
  54. package/types/sap.ui.webc.common.d.ts +118 -0
  55. package/types/sap.ui.webc.fiori.d.ts +13298 -0
  56. package/types/sap.ui.webc.main.d.ts +39842 -0
  57. package/types/sap.uiext.inbox.d.ts +3 -3
  58. package/types/sap.ushell.d.ts +45 -31
  59. package/types/sap.ushell_abap.d.ts +1 -1
  60. package/types/sap.uxap.d.ts +13 -13
  61. package/types/sap.viz.d.ts +8 -8
  62. package/types/sap.webanalytics.core.d.ts +1 -1
  63. package/types/sap.zen.commons.d.ts +4 -4
  64. package/types/sap.zen.crosstab.d.ts +1 -1
  65. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.0
1
+ // For Library Version: 1.104.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -9396,7 +9396,7 @@ declare namespace sap {
9396
9396
  * The item to remove or its index or id
9397
9397
  */
9398
9398
  vItem: int | string | sap.ui.vk.NodeProxy
9399
- ): sap.ui.vk.NodeProxy;
9399
+ ): sap.ui.vk.NodeProxy | null;
9400
9400
  /**
9401
9401
  * Sets a new value for property {@link #getMagnitudeAdjustmentMultiplier magnitudeAdjustmentMultiplier}.
9402
9402
  *
@@ -10073,7 +10073,7 @@ declare namespace sap {
10073
10073
  * The item to remove or its index or id
10074
10074
  */
10075
10075
  vItem: int | string | sap.ui.vk.tools.ExplodeItemGroup
10076
- ): sap.ui.vk.tools.ExplodeItemGroup;
10076
+ ): sap.ui.vk.tools.ExplodeItemGroup | null;
10077
10077
  /**
10078
10078
  * Sets a new value for property {@link #getAnchor anchor}.
10079
10079
  *
@@ -11642,7 +11642,7 @@ declare namespace sap {
11642
11642
  * The redlineElement to remove or its index or id
11643
11643
  */
11644
11644
  vRedlineElement: int | string | sap.ui.vk.RedlineElement
11645
- ): sap.ui.vk.RedlineElement;
11645
+ ): sap.ui.vk.RedlineElement | null;
11646
11646
  /**
11647
11647
  * Sets a new value for property {@link #getEditable editable}.
11648
11648
  *
@@ -15581,6 +15581,23 @@ declare namespace sap {
15581
15581
  | sap.ui.base.ManagedObject.PropertyBindingInfo
15582
15582
  | `{${string}}`;
15583
15583
 
15584
+ /**
15585
+ * An object used to load content resource's dependencies.
15586
+ *
15587
+ * A content resource may have dependencies, e.g. if the loaded content resource is a shattered VDS file
15588
+ * it reference other VDS files.
15589
+ *
15590
+ * `dependencyLoader` should be an object with method `function load(uri: string, context: any): Promise<{buffer:
15591
+ * ArrayBuffer, context: any}>`, where `uri` is a reference to a dependency and `context` is opaque data.
15592
+ *
15593
+ * `uri` is application specific and can be a full URL or a relative file name or anything else, e.g. some
15594
+ * identifier known to `dependencyLoader`.
15595
+ */
15596
+ dependencyLoader?:
15597
+ | any
15598
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
15599
+ | `{${string}}`;
15600
+
15584
15601
  /**
15585
15602
  * Child content resources.
15586
15603
  */
@@ -15695,8 +15712,8 @@ declare namespace sap {
15695
15712
  /**
15696
15713
  * The semantic spot type for the legend marker.
15697
15714
  */
15698
- semanticSpotType?: /* was: sap.ui.vbm.SemanticType */
15699
- | any
15715
+ semanticSpotType?:
15716
+ | sap.ui.vbm.SemanticType
15700
15717
  | sap.ui.base.ManagedObject.PropertyBindingInfo
15701
15718
  | `{${string}}`;
15702
15719
  }
@@ -19474,7 +19491,7 @@ declare namespace sap {
19474
19491
  * The content to remove or its index or id
19475
19492
  */
19476
19493
  vContent: int | string | sap.ui.vk.ContainerContent
19477
- ): sap.ui.vk.ContainerContent;
19494
+ ): sap.ui.vk.ContainerContent | null;
19478
19495
  /**
19479
19496
  * Sets a new value for property {@link #getAutoAdjustHeight autoAdjustHeight}.
19480
19497
  *
@@ -20548,7 +20565,7 @@ declare namespace sap {
20548
20565
  * The contentResource to remove or its index or id
20549
20566
  */
20550
20567
  vContentResource: int | string | sap.ui.vk.ContentResource
20551
- ): sap.ui.vk.ContentResource;
20568
+ ): sap.ui.vk.ContentResource | null;
20552
20569
  /**
20553
20570
  * Removes a viewStateManager from the aggregation {@link #getViewStateManagers viewStateManagers}.
20554
20571
  *
@@ -20559,7 +20576,7 @@ declare namespace sap {
20559
20576
  * The viewStateManager to remove or its index or id
20560
20577
  */
20561
20578
  vViewStateManager: int | string | sap.ui.vk.ViewStateManagerBase
20562
- ): sap.ui.vk.ViewStateManagerBase;
20579
+ ): sap.ui.vk.ViewStateManagerBase | null;
20563
20580
  /**
20564
20581
  * @SINCE 1.60.0
20565
20582
  *
@@ -21247,6 +21264,23 @@ declare namespace sap {
21247
21264
  * Child content resources.
21248
21265
  */
21249
21266
  getContentResources(): sap.ui.vk.ContentResource[];
21267
+ /**
21268
+ * Gets current value of property {@link #getDependencyLoader dependencyLoader}.
21269
+ *
21270
+ * An object used to load content resource's dependencies.
21271
+ *
21272
+ * A content resource may have dependencies, e.g. if the loaded content resource is a shattered VDS file
21273
+ * it reference other VDS files.
21274
+ *
21275
+ * `dependencyLoader` should be an object with method `function load(uri: string, context: any): Promise<{buffer:
21276
+ * ArrayBuffer, context: any}>`, where `uri` is a reference to a dependency and `context` is opaque data.
21277
+ *
21278
+ * `uri` is application specific and can be a full URL or a relative file name or anything else, e.g. some
21279
+ * identifier known to `dependencyLoader`.
21280
+ *
21281
+ * @returns Value of property `dependencyLoader`
21282
+ */
21283
+ getDependencyLoader(): any;
21250
21284
  /**
21251
21285
  * Gets current value of property {@link #getEnableLogger enableLogger}.
21252
21286
  *
@@ -21501,7 +21535,7 @@ declare namespace sap {
21501
21535
  * The contentResource to remove or its index or id
21502
21536
  */
21503
21537
  vContentResource: int | string | sap.ui.vk.ContentResource
21504
- ): sap.ui.vk.ContentResource;
21538
+ ): sap.ui.vk.ContentResource | null;
21505
21539
  /**
21506
21540
  * Sets a new value for property {@link #getActivateView activateView}.
21507
21541
  *
@@ -21517,6 +21551,30 @@ declare namespace sap {
21517
21551
  */
21518
21552
  sActivateView: string
21519
21553
  ): this;
21554
+ /**
21555
+ * Sets a new value for property {@link #getDependencyLoader dependencyLoader}.
21556
+ *
21557
+ * An object used to load content resource's dependencies.
21558
+ *
21559
+ * A content resource may have dependencies, e.g. if the loaded content resource is a shattered VDS file
21560
+ * it reference other VDS files.
21561
+ *
21562
+ * `dependencyLoader` should be an object with method `function load(uri: string, context: any): Promise<{buffer:
21563
+ * ArrayBuffer, context: any}>`, where `uri` is a reference to a dependency and `context` is opaque data.
21564
+ *
21565
+ * `uri` is application specific and can be a full URL or a relative file name or anything else, e.g. some
21566
+ * identifier known to `dependencyLoader`.
21567
+ *
21568
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
21569
+ *
21570
+ * @returns Reference to `this` in order to allow method chaining
21571
+ */
21572
+ setDependencyLoader(
21573
+ /**
21574
+ * New value for property `dependencyLoader`
21575
+ */
21576
+ oDependencyLoader: any
21577
+ ): this;
21520
21578
  /**
21521
21579
  * Sets a new value for property {@link #getEnableLogger enableLogger}.
21522
21580
  *
@@ -22047,7 +22105,7 @@ declare namespace sap {
22047
22105
  * The content to remove or its index or id
22048
22106
  */
22049
22107
  vContent: int | string | sap.ui.core.Control
22050
- ): sap.ui.core.Control;
22108
+ ): sap.ui.core.Control | null;
22051
22109
  /**
22052
22110
  * Sets the expanded property of the control.
22053
22111
  *
@@ -22241,7 +22299,7 @@ declare namespace sap {
22241
22299
  * The content to remove or its index or id
22242
22300
  */
22243
22301
  vContent: int | string | sap.ui.core.Control
22244
- ): sap.ui.core.Control;
22302
+ ): sap.ui.core.Control | null;
22245
22303
  /**
22246
22304
  * Sets a new value for property {@link #getEnabled enabled}.
22247
22305
  *
@@ -22718,7 +22776,7 @@ declare namespace sap {
22718
22776
  *
22719
22777
  * @returns Value of property `semanticSpotType`
22720
22778
  */
22721
- getSemanticSpotType(): /* was: sap.ui.vbm.SemanticType */ any;
22779
+ getSemanticSpotType(): sap.ui.vbm.SemanticType;
22722
22780
  /**
22723
22781
  * Sets a new value for property {@link #getColor color}.
22724
22782
  *
@@ -22747,7 +22805,7 @@ declare namespace sap {
22747
22805
  /**
22748
22806
  * New value for property `semanticSpotType`
22749
22807
  */
22750
- sSemanticSpotType?: /* was: sap.ui.vbm.SemanticType */ any
22808
+ sSemanticSpotType?: sap.ui.vbm.SemanticType
22751
22809
  ): this;
22752
22810
  }
22753
22811
  /**
@@ -23266,7 +23324,7 @@ declare namespace sap {
23266
23324
  * The item to remove or its index or id
23267
23325
  */
23268
23326
  vItem: int | string | sap.m.ListItemBase
23269
- ): sap.m.ListItemBase;
23327
+ ): sap.m.ListItemBase | null;
23270
23328
  /**
23271
23329
  * Sets a new value for property {@link #getExpandAnimation expandAnimation}.
23272
23330
  *
@@ -23540,7 +23598,7 @@ declare namespace sap {
23540
23598
  * The content to remove or its index or id
23541
23599
  */
23542
23600
  vContent: int | string | sap.ui.vk.ListPanel
23543
- ): sap.ui.vk.ListPanel;
23601
+ ): sap.ui.vk.ListPanel | null;
23544
23602
  /**
23545
23603
  * Sets a new value for property {@link #getCollapsible collapsible}.
23546
23604
  *
@@ -26968,7 +27026,7 @@ declare namespace sap {
26968
27026
  * The area to remove or its index or id
26969
27027
  */
26970
27028
  vArea: int | string | sap.ui.vk.OverlayArea
26971
- ): sap.ui.vk.OverlayArea;
27029
+ ): sap.ui.vk.OverlayArea | null;
26972
27030
  /**
26973
27031
  * Reset the Overlay to its initial size and position.
26974
27032
  *
@@ -28473,7 +28531,7 @@ declare namespace sap {
28473
28531
  * The conversation to remove or its index or id
28474
28532
  */
28475
28533
  vConversation: int | string | sap.ui.vk.RedlineConversation
28476
- ): sap.ui.vk.RedlineConversation;
28534
+ ): sap.ui.vk.RedlineConversation | null;
28477
28535
  /**
28478
28536
  * Sets the associated {@link #getActiveComment activeComment}.
28479
28537
  *
@@ -28635,7 +28693,7 @@ declare namespace sap {
28635
28693
  * The comment to remove or its index or id
28636
28694
  */
28637
28695
  vComment: int | string | sap.ui.vk.RedlineElementComment
28638
- ): sap.ui.vk.RedlineElementComment;
28696
+ ): sap.ui.vk.RedlineElementComment | null;
28639
28697
  /**
28640
28698
  * Sets a new value for property {@link #getAnimationOffset animationOffset}.
28641
28699
  *
@@ -30598,7 +30656,7 @@ declare namespace sap {
30598
30656
  * The redlineElement to remove or its index or id
30599
30657
  */
30600
30658
  vRedlineElement: int | string | sap.ui.vk.RedlineElement
30601
- ): sap.ui.vk.RedlineElement;
30659
+ ): sap.ui.vk.RedlineElement | null;
30602
30660
  /**
30603
30661
  * Sets a new value for property {@link #getPanningRatio panningRatio}.
30604
30662
  *
@@ -32812,7 +32870,7 @@ declare namespace sap {
32812
32870
  * The item to remove or its index or id
32813
32871
  */
32814
32872
  vItem: int | string | /* was: sap.ui.vk.ToggleMenuItem */ any
32815
- ): /* was: sap.ui.vk.ToggleMenuItem */ any;
32873
+ ): /* was: sap.ui.vk.ToggleMenuItem */ any | null;
32816
32874
  /**
32817
32875
  * Sets the arrow state to down or not down.
32818
32876
  */
@@ -33109,7 +33167,7 @@ declare namespace sap {
33109
33167
  * The content to remove or its index or id
33110
33168
  */
33111
33169
  vContent: int | string | sap.ui.core.Control
33112
- ): sap.ui.core.Control;
33170
+ ): sap.ui.core.Control | null;
33113
33171
  /**
33114
33172
  * Sets a new value for property {@link #getTitle title}.
33115
33173
  *
@@ -34582,7 +34640,7 @@ declare namespace sap {
34582
34640
  * The contentResource to remove or its index or id
34583
34641
  */
34584
34642
  vContentResource: int | string | sap.ui.vk.ContentResource
34585
- ): sap.ui.vk.ContentResource;
34643
+ ): sap.ui.vk.ContentResource | null;
34586
34644
  /**
34587
34645
  * Sets an callback function used to authorize user and provide authorization token.
34588
34646
  *
@@ -37154,7 +37212,7 @@ declare namespace sap {
37154
37212
  * The annotation to remove or its index or id
37155
37213
  */
37156
37214
  vAnnotation: int | string | sap.ui.vk.Annotation
37157
- ): sap.ui.vk.Annotation;
37215
+ ): sap.ui.vk.Annotation | null;
37158
37216
  /**
37159
37217
  * Removes a content from the aggregation {@link #getContent content}.
37160
37218
  *
@@ -37165,7 +37223,7 @@ declare namespace sap {
37165
37223
  * The content to remove or its index or id
37166
37224
  */
37167
37225
  vContent: int | string | sap.ui.core.Control
37168
- ): sap.ui.core.Control;
37226
+ ): sap.ui.core.Control | null;
37169
37227
  /**
37170
37228
  * Removes an tool from the association named {@link #getTools tools}.
37171
37229
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.104.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1044,8 +1044,8 @@ declare namespace sap {
1044
1044
  * @SINCE 1.50
1045
1045
  * @EXPERIMENTAL (since 1.50.0)
1046
1046
  *
1047
- * Interface for extensions which provide a behaviour when the icon in the column header for the {@link
1048
- * sap.ui.vtm.InternalColumnDescriptor.MessageStatus} column is clicked.
1047
+ * Interface for extensions which provide a behavior when the icon in the column header for the {@link sap.ui.vtm.InternalColumnDescriptor.MessageStatus}
1048
+ * column is clicked.
1049
1049
  */
1050
1050
  interface IMessageStatusHeaderIconClickExtension {
1051
1051
  __implements__sap_ui_vtm_interfaces_IMessageStatusHeaderIconClickExtension: boolean;
@@ -1055,7 +1055,7 @@ declare namespace sap {
1055
1055
  * @SINCE 1.50
1056
1056
  * @EXPERIMENTAL (since 1.50.0)
1057
1057
  *
1058
- * Interface for extensions which provide a behaviour when an icon in the {@link sap.ui.vtm.InternalColumnDescriptor.MessageStatus}
1058
+ * Interface for extensions which provide a behavior when an icon in the {@link sap.ui.vtm.InternalColumnDescriptor.MessageStatus}
1059
1059
  * column is clicked.
1060
1060
  */
1061
1061
  interface IMessageStatusIconClickExtension {
@@ -1117,8 +1117,8 @@ declare namespace sap {
1117
1117
  * @SINCE 1.50
1118
1118
  * @EXPERIMENTAL (since 1.50.0)
1119
1119
  *
1120
- * Interface for extensions which provide a behaviour when the icon in the column header for the {@link
1121
- * sap.ui.vtm.InternalColumnDescriptor.Visibility} column is clicked.
1120
+ * Interface for extensions which provide a behavior when the icon in the column header for the {@link sap.ui.vtm.InternalColumnDescriptor.Visibility}
1121
+ * column is clicked.
1122
1122
  */
1123
1123
  interface IVisibilityHeaderIconClickExtension {
1124
1124
  __implements__sap_ui_vtm_interfaces_IVisibilityHeaderIconClickExtension: boolean;
@@ -1128,7 +1128,7 @@ declare namespace sap {
1128
1128
  * @SINCE 1.50
1129
1129
  * @EXPERIMENTAL (since 1.50.0)
1130
1130
  *
1131
- * Interface for extensions which provide a behaviour when an icon in the {@link sap.ui.vtm.InternalColumnDescriptor.Visibility}
1131
+ * Interface for extensions which provide a behavior when an icon in the {@link sap.ui.vtm.InternalColumnDescriptor.Visibility}
1132
1132
  * column is clicked.
1133
1133
  */
1134
1134
  interface IVisibilityIconClickExtension {
@@ -4525,7 +4525,7 @@ declare namespace sap {
4525
4525
  * The titleControl to remove or its index or id
4526
4526
  */
4527
4527
  vTitleControl: int | string | sap.ui.core.Control
4528
- ): sap.ui.core.Control;
4528
+ ): sap.ui.core.Control | null;
4529
4529
  /**
4530
4530
  * Removes a treeHeaderControl from the aggregation {@link #getTreeHeaderControls treeHeaderControls}.
4531
4531
  *
@@ -4536,7 +4536,7 @@ declare namespace sap {
4536
4536
  * The treeHeaderControl to remove or its index or id
4537
4537
  */
4538
4538
  vTreeHeaderControl: int | string | sap.ui.core.Control
4539
- ): sap.ui.core.Control;
4539
+ ): sap.ui.core.Control | null;
4540
4540
  /**
4541
4541
  * Removes a viewportHeaderControl from the aggregation {@link #getViewportHeaderControls viewportHeaderControls}.
4542
4542
  *
@@ -4547,7 +4547,7 @@ declare namespace sap {
4547
4547
  * The viewportHeaderControl to remove or its index or id
4548
4548
  */
4549
4549
  vViewportHeaderControl: int | string | sap.ui.core.Control
4550
- ): sap.ui.core.Control;
4550
+ ): sap.ui.core.Control | null;
4551
4551
  /**
4552
4552
  * Sets a new value for property {@link #getHeight height}.
4553
4553
  *
@@ -7605,7 +7605,7 @@ declare namespace sap {
7605
7605
  * The headerControl to remove or its index or id
7606
7606
  */
7607
7607
  vHeaderControl: int | string | sap.ui.core.Control
7608
- ): sap.ui.core.Control;
7608
+ ): sap.ui.core.Control | null;
7609
7609
  /**
7610
7610
  * Removes a root item from the tree.
7611
7611
  *
@@ -9801,7 +9801,7 @@ declare namespace sap {
9801
9801
  * The extension to remove or its index or id
9802
9802
  */
9803
9803
  vExtension: int | string | sap.ui.vtm.Extension
9804
- ): sap.ui.vtm.Extension;
9804
+ ): sap.ui.vtm.Extension | null;
9805
9805
  /**
9806
9806
  * Sets the active panel.
9807
9807
  *
@@ -0,0 +1,118 @@
1
+ // For Library Version: 1.104.0
2
+
3
+ declare namespace sap {
4
+ namespace ui {
5
+ /**
6
+ * @SINCE 1.92.0
7
+ * @EXPERIMENTAL (since 1.92.0)
8
+ *
9
+ * Namespace for UI5 Web Components Retrofit libraries
10
+ */
11
+ namespace webc {
12
+ /**
13
+ * @SINCE 1.92.0
14
+ * @EXPERIMENTAL (since 1.92.0)
15
+ *
16
+ * UI5 library: sap.ui.webc.common
17
+ */
18
+ namespace common {
19
+ interface $WebComponentSettings extends sap.ui.core.$ControlSettings {}
20
+
21
+ /**
22
+ * @SINCE 1.92.0
23
+ * @EXPERIMENTAL (since 1.92.0)
24
+ *
25
+ * Base Class for Web Components. Web Components are agnostic UI elements which can be integrated into the
26
+ * UI5 programming model by using this wrapper control. This wrapper control takes care to propagate the
27
+ * properties, the aggregations and the events. It also ensures to render the control and put the aggregated
28
+ * controls in the dedicated slots of the Web Component.
29
+ */
30
+ class WebComponent extends sap.ui.core.Control {
31
+ /**
32
+ * Constructs and initializes a Web Component Wrapper with the given `sId` and settings.
33
+ *
34
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
35
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
36
+ * of the syntax of the settings object.
37
+ */
38
+ constructor();
39
+
40
+ /**
41
+ * Creates a new subclass of class sap.ui.webc.common.WebComponent with name `sClassName` and enriches it
42
+ * with the information contained in `oClassInfo`.
43
+ *
44
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
45
+ *
46
+ * @returns Created class / constructor function
47
+ */
48
+ static extend<T extends Record<string, unknown>>(
49
+ /**
50
+ * Name of the class being created
51
+ */
52
+ sClassName: string,
53
+ /**
54
+ * Object literal with information about the class
55
+ */
56
+ oClassInfo?: sap.ClassInfo<T, sap.ui.webc.common.WebComponent>,
57
+ /**
58
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
59
+ * used by this class
60
+ */
61
+ FNMetaImpl?: Function
62
+ ): Function;
63
+ /**
64
+ * Returns a metadata object for class sap.ui.webc.common.WebComponent.
65
+ *
66
+ * @returns Metadata object describing this class
67
+ */
68
+ static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
69
+ }
70
+ /**
71
+ * @SINCE 1.92.0
72
+ * @EXPERIMENTAL (since 1.92.0)
73
+ */
74
+ class WebComponentMetadata extends sap.ui.core.ElementMetadata {
75
+ /**
76
+ * Creates a new metadata object for a WebComponent Wrapper subclass.
77
+ */
78
+ constructor(
79
+ /**
80
+ * fully qualified name of the class that is described by this metadata object
81
+ */
82
+ sClassName: string,
83
+ /**
84
+ * static info to construct the metadata from
85
+ */
86
+ oClassInfo: object
87
+ );
88
+
89
+ /**
90
+ * Returns the list of public getters, proxied by the Component Wrapper to the component itself
91
+ */
92
+ getGetters(): any[];
93
+ /**
94
+ * Returns the list of public methods, proxied by the Component Wrapper to the component itself
95
+ */
96
+ getMethods(): any[];
97
+ /**
98
+ * Retrieves the renderer for the described web component class. Note: this is always the default renderer
99
+ * and Web Component wrappers should not define their own renderers.
100
+ */
101
+ getRenderer(): void;
102
+ /**
103
+ * Returns the tag, used to render the Component Wrapper
104
+ */
105
+ getTag(): string;
106
+ }
107
+ }
108
+ }
109
+ }
110
+
111
+ interface IUI5DefineDependencyNames {
112
+ "sap/ui/webc/common/library": undefined;
113
+
114
+ "sap/ui/webc/common/WebComponent": undefined;
115
+
116
+ "sap/ui/webc/common/WebComponentMetadata": undefined;
117
+ }
118
+ }