@sapui5/ts-types 1.103.0 → 1.104.1
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/index.d.ts +3 -0
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +157 -1
- package/types/sap.fe.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1166 -29
- package/types/sap.fe.macros.d.ts +627 -52
- package/types/sap.fe.navigation.d.ts +1391 -1
- package/types/sap.fe.templates.d.ts +161 -2
- package/types/sap.fe.test.d.ts +12 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +7 -4
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.landvisz.d.ts +1 -1
- package/types/sap.m.d.ts +1870 -57
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +2 -2
- package/types/sap.sac.grid.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +498 -18
- package/types/sap.suite.ui.generic.template.d.ts +32 -25
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +1128 -243
- package/types/sap.ui.core.d.ts +111 -20
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +3 -3
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +41 -62
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +1 -1
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +3 -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 +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +81 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -161
- package/types/sap.ui.vk.d.ts +59 -1
- package/types/sap.ui.vtm.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +118 -0
- package/types/sap.ui.webc.fiori.d.ts +13298 -0
- package/types/sap.ui.webc.main.d.ts +39842 -0
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +32 -20
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.104.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -425,6 +425,17 @@ declare namespace sap {
|
|
|
425
425
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
426
426
|
| `{${string}}`;
|
|
427
427
|
|
|
428
|
+
/**
|
|
429
|
+
* @SINCE 1.104.0
|
|
430
|
+
*
|
|
431
|
+
* If set, the months are also displayed in this calendar type If not set, the months are only displayed
|
|
432
|
+
* in the primary calendar type
|
|
433
|
+
*/
|
|
434
|
+
secondaryCalendarType?:
|
|
435
|
+
| sap.ui.core.CalendarType
|
|
436
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
437
|
+
| `{${string}}`;
|
|
438
|
+
|
|
428
439
|
/**
|
|
429
440
|
* @SINCE 1.74
|
|
430
441
|
*
|
|
@@ -736,6 +747,17 @@ declare namespace sap {
|
|
|
736
747
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
737
748
|
| `{${string}}`;
|
|
738
749
|
|
|
750
|
+
/**
|
|
751
|
+
* @SINCE 1.104.0
|
|
752
|
+
*
|
|
753
|
+
* If set, the years are also displayed in this calendar type If not set, the years are only displayed in
|
|
754
|
+
* the primary calendar type
|
|
755
|
+
*/
|
|
756
|
+
secondaryCalendarType?:
|
|
757
|
+
| sap.ui.core.CalendarType
|
|
758
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
759
|
+
| `{${string}}`;
|
|
760
|
+
|
|
739
761
|
/**
|
|
740
762
|
* @SINCE 1.74
|
|
741
763
|
*
|
|
@@ -3134,6 +3156,17 @@ declare namespace sap {
|
|
|
3134
3156
|
* @returns Value of property `primaryCalendarType`
|
|
3135
3157
|
*/
|
|
3136
3158
|
getPrimaryCalendarType(): sap.ui.core.CalendarType;
|
|
3159
|
+
/**
|
|
3160
|
+
* @SINCE 1.104.0
|
|
3161
|
+
*
|
|
3162
|
+
* Gets current value of property {@link #getSecondaryCalendarType secondaryCalendarType}.
|
|
3163
|
+
*
|
|
3164
|
+
* If set, the months are also displayed in this calendar type If not set, the months are only displayed
|
|
3165
|
+
* in the primary calendar type
|
|
3166
|
+
*
|
|
3167
|
+
* @returns Value of property `secondaryCalendarType`
|
|
3168
|
+
*/
|
|
3169
|
+
getSecondaryCalendarType(): sap.ui.core.CalendarType;
|
|
3137
3170
|
/**
|
|
3138
3171
|
* @SINCE 1.74
|
|
3139
3172
|
*
|
|
@@ -3339,6 +3372,24 @@ declare namespace sap {
|
|
|
3339
3372
|
*/
|
|
3340
3373
|
sPrimaryCalendarType: sap.ui.core.CalendarType
|
|
3341
3374
|
): this;
|
|
3375
|
+
/**
|
|
3376
|
+
* @SINCE 1.104.0
|
|
3377
|
+
*
|
|
3378
|
+
* Sets a new value for property {@link #getSecondaryCalendarType secondaryCalendarType}.
|
|
3379
|
+
*
|
|
3380
|
+
* If set, the months are also displayed in this calendar type If not set, the months are only displayed
|
|
3381
|
+
* in the primary calendar type
|
|
3382
|
+
*
|
|
3383
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3384
|
+
*
|
|
3385
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
3386
|
+
*/
|
|
3387
|
+
setSecondaryCalendarType(
|
|
3388
|
+
/**
|
|
3389
|
+
* New value for property `secondaryCalendarType`
|
|
3390
|
+
*/
|
|
3391
|
+
sSecondaryCalendarType: sap.ui.core.CalendarType
|
|
3392
|
+
): this;
|
|
3342
3393
|
}
|
|
3343
3394
|
/**
|
|
3344
3395
|
* @SINCE 1.32.0
|
|
@@ -4899,6 +4950,17 @@ declare namespace sap {
|
|
|
4899
4950
|
* @returns Value of property `primaryCalendarType`
|
|
4900
4951
|
*/
|
|
4901
4952
|
getPrimaryCalendarType(): sap.ui.core.CalendarType;
|
|
4953
|
+
/**
|
|
4954
|
+
* @SINCE 1.104.0
|
|
4955
|
+
*
|
|
4956
|
+
* Gets current value of property {@link #getSecondaryCalendarType secondaryCalendarType}.
|
|
4957
|
+
*
|
|
4958
|
+
* If set, the years are also displayed in this calendar type If not set, the years are only displayed in
|
|
4959
|
+
* the primary calendar type
|
|
4960
|
+
*
|
|
4961
|
+
* @returns Value of property `secondaryCalendarType`
|
|
4962
|
+
*/
|
|
4963
|
+
getSecondaryCalendarType(): sap.ui.core.CalendarType;
|
|
4902
4964
|
/**
|
|
4903
4965
|
* @SINCE 1.74
|
|
4904
4966
|
*
|
|
@@ -5055,6 +5117,24 @@ declare namespace sap {
|
|
|
5055
5117
|
*/
|
|
5056
5118
|
sPrimaryCalendarType: sap.ui.core.CalendarType
|
|
5057
5119
|
): this;
|
|
5120
|
+
/**
|
|
5121
|
+
* @SINCE 1.104.0
|
|
5122
|
+
*
|
|
5123
|
+
* Sets a new value for property {@link #getSecondaryCalendarType secondaryCalendarType}.
|
|
5124
|
+
*
|
|
5125
|
+
* If set, the years are also displayed in this calendar type If not set, the years are only displayed in
|
|
5126
|
+
* the primary calendar type
|
|
5127
|
+
*
|
|
5128
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
5129
|
+
*
|
|
5130
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
5131
|
+
*/
|
|
5132
|
+
setSecondaryCalendarType(
|
|
5133
|
+
/**
|
|
5134
|
+
* New value for property `secondaryCalendarType`
|
|
5135
|
+
*/
|
|
5136
|
+
sSecondaryCalendarType: sap.ui.core.CalendarType
|
|
5137
|
+
): this;
|
|
5058
5138
|
/**
|
|
5059
5139
|
* @deprecated (since 1.34.0) - replaced by `date` property
|
|
5060
5140
|
*
|
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.ui.vbm.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.104.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -324,24 +324,6 @@ declare namespace sap {
|
|
|
324
324
|
*/
|
|
325
325
|
vizVo?: sap.ui.vbm.Spot;
|
|
326
326
|
|
|
327
|
-
/**
|
|
328
|
-
* Hidden aggregation for cluster visualization controls
|
|
329
|
-
*/
|
|
330
|
-
clusterVos?:
|
|
331
|
-
| sap.ui.core.Control[]
|
|
332
|
-
| sap.ui.core.Control
|
|
333
|
-
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
334
|
-
| `{${string}}`;
|
|
335
|
-
|
|
336
|
-
/**
|
|
337
|
-
* Hidden aggregation for host container VOs
|
|
338
|
-
*/
|
|
339
|
-
clusterContainers?:
|
|
340
|
-
| sap.ui.vbm.ClusterContainer[]
|
|
341
|
-
| sap.ui.vbm.ClusterContainer
|
|
342
|
-
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
343
|
-
| `{${string}}`;
|
|
344
|
-
|
|
345
327
|
/**
|
|
346
328
|
* The event is raised when there is a click action on a Cluster Object.
|
|
347
329
|
*/
|
|
@@ -4301,28 +4283,6 @@ declare namespace sap {
|
|
|
4301
4283
|
* @returns Metadata object describing this class
|
|
4302
4284
|
*/
|
|
4303
4285
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
4304
|
-
/**
|
|
4305
|
-
* Adds some clusterContainer to the aggregation {@link #getClusterContainers clusterContainers}.
|
|
4306
|
-
*
|
|
4307
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
4308
|
-
*/
|
|
4309
|
-
addClusterContainer(
|
|
4310
|
-
/**
|
|
4311
|
-
* The clusterContainer to add; if empty, nothing is inserted
|
|
4312
|
-
*/
|
|
4313
|
-
oClusterContainer: sap.ui.vbm.ClusterContainer
|
|
4314
|
-
): this;
|
|
4315
|
-
/**
|
|
4316
|
-
* Adds some clusterVo to the aggregation {@link #getClusterVos clusterVos}.
|
|
4317
|
-
*
|
|
4318
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
4319
|
-
*/
|
|
4320
|
-
addClusterVo(
|
|
4321
|
-
/**
|
|
4322
|
-
* The clusterVo to add; if empty, nothing is inserted
|
|
4323
|
-
*/
|
|
4324
|
-
oClusterVo: sap.ui.core.Control
|
|
4325
|
-
): this;
|
|
4326
4286
|
/**
|
|
4327
4287
|
* Attaches event handler `fnFunction` to the {@link #event:click click} event of this `sap.ui.vbm.ClusterBase`.
|
|
4328
4288
|
*
|
|
@@ -4413,18 +4373,6 @@ declare namespace sap {
|
|
|
4413
4373
|
*/
|
|
4414
4374
|
oListener?: object
|
|
4415
4375
|
): this;
|
|
4416
|
-
/**
|
|
4417
|
-
* Destroys all the clusterContainers in the aggregation {@link #getClusterContainers clusterContainers}.
|
|
4418
|
-
*
|
|
4419
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
4420
|
-
*/
|
|
4421
|
-
destroyClusterContainers(): this;
|
|
4422
|
-
/**
|
|
4423
|
-
* Destroys all the clusterVos in the aggregation {@link #getClusterVos clusterVos}.
|
|
4424
|
-
*
|
|
4425
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
4426
|
-
*/
|
|
4427
|
-
destroyClusterVos(): this;
|
|
4428
4376
|
/**
|
|
4429
4377
|
* Destroys the vizTemplate in the aggregation {@link #getVizTemplate vizTemplate}.
|
|
4430
4378
|
*
|
|
@@ -4537,18 +4485,6 @@ declare namespace sap {
|
|
|
4537
4485
|
* @returns Value of property `areaColorBorder`
|
|
4538
4486
|
*/
|
|
4539
4487
|
getAreaColorBorder(): sap.ui.core.CSSColor;
|
|
4540
|
-
/**
|
|
4541
|
-
* Gets content of aggregation {@link #getClusterContainers clusterContainers}.
|
|
4542
|
-
*
|
|
4543
|
-
* Hidden aggregation for host container VOs
|
|
4544
|
-
*/
|
|
4545
|
-
getClusterContainers(): sap.ui.vbm.ClusterContainer[];
|
|
4546
|
-
/**
|
|
4547
|
-
* Gets content of aggregation {@link #getClusterVos clusterVos}.
|
|
4548
|
-
*
|
|
4549
|
-
* Hidden aggregation for cluster visualization controls
|
|
4550
|
-
*/
|
|
4551
|
-
getClusterVos(): sap.ui.core.Control[];
|
|
4552
4488
|
/**
|
|
4553
4489
|
* Gets current value of property {@link #getRule rule}.
|
|
4554
4490
|
*
|
|
@@ -4590,64 +4526,6 @@ declare namespace sap {
|
|
|
4590
4526
|
* Optional: Instance of a spot, which is used as template for visualizing cluster objects
|
|
4591
4527
|
*/
|
|
4592
4528
|
getVizVo(): sap.ui.vbm.Spot;
|
|
4593
|
-
/**
|
|
4594
|
-
* Checks for the provided `sap.ui.vbm.ClusterContainer` in the aggregation {@link #getClusterContainers
|
|
4595
|
-
* clusterContainers}. and returns its index if found or -1 otherwise.
|
|
4596
|
-
*
|
|
4597
|
-
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
4598
|
-
*/
|
|
4599
|
-
indexOfClusterContainer(
|
|
4600
|
-
/**
|
|
4601
|
-
* The clusterContainer whose index is looked for
|
|
4602
|
-
*/
|
|
4603
|
-
oClusterContainer: sap.ui.vbm.ClusterContainer
|
|
4604
|
-
): int;
|
|
4605
|
-
/**
|
|
4606
|
-
* Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getClusterVos clusterVos}. and
|
|
4607
|
-
* returns its index if found or -1 otherwise.
|
|
4608
|
-
*
|
|
4609
|
-
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
4610
|
-
*/
|
|
4611
|
-
indexOfClusterVo(
|
|
4612
|
-
/**
|
|
4613
|
-
* The clusterVo whose index is looked for
|
|
4614
|
-
*/
|
|
4615
|
-
oClusterVo: sap.ui.core.Control
|
|
4616
|
-
): int;
|
|
4617
|
-
/**
|
|
4618
|
-
* Inserts a clusterContainer into the aggregation {@link #getClusterContainers clusterContainers}.
|
|
4619
|
-
*
|
|
4620
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
4621
|
-
*/
|
|
4622
|
-
insertClusterContainer(
|
|
4623
|
-
/**
|
|
4624
|
-
* The clusterContainer to insert; if empty, nothing is inserted
|
|
4625
|
-
*/
|
|
4626
|
-
oClusterContainer: sap.ui.vbm.ClusterContainer,
|
|
4627
|
-
/**
|
|
4628
|
-
* The `0`-based index the clusterContainer should be inserted at; for a negative value of `iIndex`, the
|
|
4629
|
-
* clusterContainer is inserted at position 0; for a value greater than the current size of the aggregation,
|
|
4630
|
-
* the clusterContainer is inserted at the last position
|
|
4631
|
-
*/
|
|
4632
|
-
iIndex: int
|
|
4633
|
-
): this;
|
|
4634
|
-
/**
|
|
4635
|
-
* Inserts a clusterVo into the aggregation {@link #getClusterVos clusterVos}.
|
|
4636
|
-
*
|
|
4637
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
4638
|
-
*/
|
|
4639
|
-
insertClusterVo(
|
|
4640
|
-
/**
|
|
4641
|
-
* The clusterVo to insert; if empty, nothing is inserted
|
|
4642
|
-
*/
|
|
4643
|
-
oClusterVo: sap.ui.core.Control,
|
|
4644
|
-
/**
|
|
4645
|
-
* The `0`-based index the clusterVo should be inserted at; for a negative value of `iIndex`, the clusterVo
|
|
4646
|
-
* is inserted at position 0; for a value greater than the current size of the aggregation, the clusterVo
|
|
4647
|
-
* is inserted at the last position
|
|
4648
|
-
*/
|
|
4649
|
-
iIndex: int
|
|
4650
|
-
): this;
|
|
4651
4529
|
/**
|
|
4652
4530
|
* Open a context menu
|
|
4653
4531
|
*/
|
|
@@ -4691,44 +4569,6 @@ declare namespace sap {
|
|
|
4691
4569
|
offsetY: string;
|
|
4692
4570
|
}
|
|
4693
4571
|
): void;
|
|
4694
|
-
/**
|
|
4695
|
-
* Removes all the controls from the aggregation {@link #getClusterContainers clusterContainers}.
|
|
4696
|
-
*
|
|
4697
|
-
* Additionally, it unregisters them from the hosting UIArea.
|
|
4698
|
-
*
|
|
4699
|
-
* @returns An array of the removed elements (might be empty)
|
|
4700
|
-
*/
|
|
4701
|
-
removeAllClusterContainers(): sap.ui.vbm.ClusterContainer[];
|
|
4702
|
-
/**
|
|
4703
|
-
* Removes all the controls from the aggregation {@link #getClusterVos clusterVos}.
|
|
4704
|
-
*
|
|
4705
|
-
* Additionally, it unregisters them from the hosting UIArea.
|
|
4706
|
-
*
|
|
4707
|
-
* @returns An array of the removed elements (might be empty)
|
|
4708
|
-
*/
|
|
4709
|
-
removeAllClusterVos(): sap.ui.core.Control[];
|
|
4710
|
-
/**
|
|
4711
|
-
* Removes a clusterContainer from the aggregation {@link #getClusterContainers clusterContainers}.
|
|
4712
|
-
*
|
|
4713
|
-
* @returns The removed clusterContainer or `null`
|
|
4714
|
-
*/
|
|
4715
|
-
removeClusterContainer(
|
|
4716
|
-
/**
|
|
4717
|
-
* The clusterContainer to remove or its index or id
|
|
4718
|
-
*/
|
|
4719
|
-
vClusterContainer: int | string | sap.ui.vbm.ClusterContainer
|
|
4720
|
-
): sap.ui.vbm.ClusterContainer | null;
|
|
4721
|
-
/**
|
|
4722
|
-
* Removes a clusterVo from the aggregation {@link #getClusterVos clusterVos}.
|
|
4723
|
-
*
|
|
4724
|
-
* @returns The removed clusterVo or `null`
|
|
4725
|
-
*/
|
|
4726
|
-
removeClusterVo(
|
|
4727
|
-
/**
|
|
4728
|
-
* The clusterVo to remove or its index or id
|
|
4729
|
-
*/
|
|
4730
|
-
vClusterVo: int | string | sap.ui.core.Control
|
|
4731
|
-
): sap.ui.core.Control | null;
|
|
4732
4572
|
/**
|
|
4733
4573
|
* Sets a new value for property {@link #getAreaAlwaysVisible areaAlwaysVisible}.
|
|
4734
4574
|
*
|
package/types/sap.ui.vk.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.104.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -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
|
*/
|
|
@@ -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
|
*
|
|
@@ -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
|
*
|
package/types/sap.ui.vtm.d.ts
CHANGED
|
@@ -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
|
+
}
|