@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.
- 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 +11 -11
- package/types/sap.chart.d.ts +2 -2
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +320 -24
- package/types/sap.fe.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +29 -1159
- package/types/sap.fe.macros.d.ts +52 -627
- package/types/sap.fe.navigation.d.ts +1 -1309
- package/types/sap.fe.templates.d.ts +2 -161
- package/types/sap.fe.test.d.ts +12 -244
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +343 -63
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.landvisz.d.ts +15 -15
- package/types/sap.m.d.ts +2388 -334
- package/types/sap.makit.d.ts +5 -5
- package/types/sap.me.d.ts +2 -2
- package/types/sap.ndc.d.ts +75 -3
- package/types/sap.ovp.d.ts +6 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +164 -2
- package/types/sap.sac.grid.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +556 -76
- package/types/sap.suite.ui.generic.template.d.ts +105 -12
- package/types/sap.suite.ui.microchart.d.ts +14 -14
- package/types/sap.tnt.d.ts +5 -5
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +36 -36
- package/types/sap.ui.comp.d.ts +1213 -270
- package/types/sap.ui.core.d.ts +384 -111
- 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 +3 -1
- package/types/sap.ui.generic.app.d.ts +13 -6
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +43 -64
- package/types/sap.ui.layout.d.ts +33 -41
- package/types/sap.ui.mdc.d.ts +1 -1
- package/types/sap.ui.richtexteditor.d.ts +2 -2
- 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 +9 -9
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +115 -35
- package/types/sap.ui.ux3.d.ts +43 -43
- package/types/sap.ui.vbm.d.ts +28 -188
- package/types/sap.ui.vk.d.ts +83 -25
- package/types/sap.ui.vtm.d.ts +12 -12
- 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 +3 -3
- package/types/sap.ushell.d.ts +45 -31
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +13 -13
- package/types/sap.viz.d.ts +8 -8
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +4 -4
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
package/types/sap.makit.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
|
/**
|
|
@@ -1917,7 +1917,7 @@ declare namespace sap {
|
|
|
1917
1917
|
* The column to remove or its index or id
|
|
1918
1918
|
*/
|
|
1919
1919
|
vColumn: int | string | sap.makit.Column
|
|
1920
|
-
): sap.makit.Column;
|
|
1920
|
+
): sap.makit.Column | null;
|
|
1921
1921
|
/**
|
|
1922
1922
|
* Sets a new value for property {@link #getHeight height}.
|
|
1923
1923
|
*
|
|
@@ -3254,7 +3254,7 @@ declare namespace sap {
|
|
|
3254
3254
|
* The column to remove or its index or id
|
|
3255
3255
|
*/
|
|
3256
3256
|
vColumn: int | string | sap.makit.Column
|
|
3257
|
-
): sap.makit.Column;
|
|
3257
|
+
): sap.makit.Column | null;
|
|
3258
3258
|
/**
|
|
3259
3259
|
* Removes a value from the aggregation {@link #getValues values}.
|
|
3260
3260
|
*
|
|
@@ -3265,7 +3265,7 @@ declare namespace sap {
|
|
|
3265
3265
|
* The value to remove or its index or id
|
|
3266
3266
|
*/
|
|
3267
3267
|
vValue: int | string | sap.makit.Value
|
|
3268
|
-
): sap.makit.Value;
|
|
3268
|
+
): sap.makit.Value | null;
|
|
3269
3269
|
/**
|
|
3270
3270
|
* Sets a new value for property {@link #getDrawOnSecondaryAxis drawOnSecondaryAxis}.
|
|
3271
3271
|
*
|
|
@@ -3562,7 +3562,7 @@ declare namespace sap {
|
|
|
3562
3562
|
* The cell to remove or its index or id
|
|
3563
3563
|
*/
|
|
3564
3564
|
vCell: int | string | sap.makit.Column
|
|
3565
|
-
): sap.makit.Column;
|
|
3565
|
+
): sap.makit.Column | null;
|
|
3566
3566
|
}
|
|
3567
3567
|
/**
|
|
3568
3568
|
* @SINCE 1.8
|
package/types/sap.me.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
|
/**
|
|
@@ -2280,7 +2280,7 @@ declare namespace sap {
|
|
|
2280
2280
|
* The calendarEvent to remove or its index or id
|
|
2281
2281
|
*/
|
|
2282
2282
|
vCalendarEvent: int | string | sap.me.OverlapCalendarEvent
|
|
2283
|
-
): sap.me.OverlapCalendarEvent;
|
|
2283
|
+
): sap.me.OverlapCalendarEvent | null;
|
|
2284
2284
|
/**
|
|
2285
2285
|
* Sets a new value for property {@link #getFirstDayOffset firstDayOffset}.
|
|
2286
2286
|
*
|
package/types/sap.ndc.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
|
/**
|
|
@@ -46,6 +46,22 @@ declare namespace sap {
|
|
|
46
46
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
47
47
|
| `{${string}}`;
|
|
48
48
|
|
|
49
|
+
/**
|
|
50
|
+
* Defines the frame rate of the camera.
|
|
51
|
+
*/
|
|
52
|
+
frameRate?:
|
|
53
|
+
| float
|
|
54
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
55
|
+
| `{${string}}`;
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* Defines the zoom of the camera. This parameter is not supported on iOS.
|
|
59
|
+
*/
|
|
60
|
+
zoom?:
|
|
61
|
+
| float
|
|
62
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
63
|
+
| `{${string}}`;
|
|
64
|
+
|
|
49
65
|
/**
|
|
50
66
|
* Event is fired when the scanning is finished or cancelled
|
|
51
67
|
*/
|
|
@@ -123,7 +139,9 @@ declare namespace sap {
|
|
|
123
139
|
* alert("Value entered: " + mParams.newValue);
|
|
124
140
|
* },
|
|
125
141
|
* "Enter Product Bar Code",
|
|
126
|
-
* true
|
|
142
|
+
* true,
|
|
143
|
+
* 30,
|
|
144
|
+
* 1
|
|
127
145
|
* );
|
|
128
146
|
* });
|
|
129
147
|
* ```
|
|
@@ -148,7 +166,15 @@ declare namespace sap {
|
|
|
148
166
|
/**
|
|
149
167
|
* Flag, which defines whether the front or back camera should be used.
|
|
150
168
|
*/
|
|
151
|
-
preferFrontCamera?: boolean
|
|
169
|
+
preferFrontCamera?: boolean,
|
|
170
|
+
/**
|
|
171
|
+
* Defines the frame rate of the camera.
|
|
172
|
+
*/
|
|
173
|
+
frameRate?: float,
|
|
174
|
+
/**
|
|
175
|
+
* Defines the zoom of the camera. This parameter is not supported on iOS.
|
|
176
|
+
*/
|
|
177
|
+
zoom?: float
|
|
152
178
|
): void;
|
|
153
179
|
}
|
|
154
180
|
const BarcodeScanner: BarcodeScanner;
|
|
@@ -467,6 +493,14 @@ declare namespace sap {
|
|
|
467
493
|
* @returns Value of property `dialogTitle`
|
|
468
494
|
*/
|
|
469
495
|
getDialogTitle(): string;
|
|
496
|
+
/**
|
|
497
|
+
* Gets current value of property {@link #getFrameRate frameRate}.
|
|
498
|
+
*
|
|
499
|
+
* Defines the frame rate of the camera.
|
|
500
|
+
*
|
|
501
|
+
* @returns Value of property `frameRate`
|
|
502
|
+
*/
|
|
503
|
+
getFrameRate(): float;
|
|
470
504
|
/**
|
|
471
505
|
* Gets current value of property {@link #getPreferFrontCamera preferFrontCamera}.
|
|
472
506
|
*
|
|
@@ -507,6 +541,14 @@ declare namespace sap {
|
|
|
507
541
|
* @returns Value of property `width`
|
|
508
542
|
*/
|
|
509
543
|
getWidth(): sap.ui.core.CSSSize;
|
|
544
|
+
/**
|
|
545
|
+
* Gets current value of property {@link #getZoom zoom}.
|
|
546
|
+
*
|
|
547
|
+
* Defines the zoom of the camera. This parameter is not supported on iOS.
|
|
548
|
+
*
|
|
549
|
+
* @returns Value of property `zoom`
|
|
550
|
+
*/
|
|
551
|
+
getZoom(): float;
|
|
510
552
|
/**
|
|
511
553
|
* Sets a new value for property {@link #getDialogTitle dialogTitle}.
|
|
512
554
|
*
|
|
@@ -522,6 +564,21 @@ declare namespace sap {
|
|
|
522
564
|
*/
|
|
523
565
|
sDialogTitle?: string
|
|
524
566
|
): this;
|
|
567
|
+
/**
|
|
568
|
+
* Sets a new value for property {@link #getFrameRate frameRate}.
|
|
569
|
+
*
|
|
570
|
+
* Defines the frame rate of the camera.
|
|
571
|
+
*
|
|
572
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
573
|
+
*
|
|
574
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
575
|
+
*/
|
|
576
|
+
setFrameRate(
|
|
577
|
+
/**
|
|
578
|
+
* New value for property `frameRate`
|
|
579
|
+
*/
|
|
580
|
+
fFrameRate: float
|
|
581
|
+
): this;
|
|
525
582
|
/**
|
|
526
583
|
* Sets a new value for property {@link #getPreferFrontCamera preferFrontCamera}.
|
|
527
584
|
*
|
|
@@ -590,6 +647,21 @@ declare namespace sap {
|
|
|
590
647
|
*/
|
|
591
648
|
sWidth?: sap.ui.core.CSSSize
|
|
592
649
|
): this;
|
|
650
|
+
/**
|
|
651
|
+
* Sets a new value for property {@link #getZoom zoom}.
|
|
652
|
+
*
|
|
653
|
+
* Defines the zoom of the camera. This parameter is not supported on iOS.
|
|
654
|
+
*
|
|
655
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
656
|
+
*
|
|
657
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
658
|
+
*/
|
|
659
|
+
setZoom(
|
|
660
|
+
/**
|
|
661
|
+
* New value for property `zoom`
|
|
662
|
+
*/
|
|
663
|
+
fZoom: float
|
|
664
|
+
): this;
|
|
593
665
|
}
|
|
594
666
|
}
|
|
595
667
|
|
package/types/sap.ovp.d.ts
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.104.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
|
+
/**
|
|
5
|
+
* SAP library: sap.ovp
|
|
6
|
+
*/
|
|
4
7
|
namespace ovp {
|
|
5
8
|
namespace app {
|
|
6
9
|
/**
|
|
@@ -45,5 +48,7 @@ declare namespace sap {
|
|
|
45
48
|
|
|
46
49
|
interface IUI5DefineDependencyNames {
|
|
47
50
|
"sap/ovp/app/TemplateBaseExtension": undefined;
|
|
51
|
+
|
|
52
|
+
"sap/ovp/library": undefined;
|
|
48
53
|
}
|
|
49
54
|
}
|
package/types/sap.rules.ui.d.ts
CHANGED
package/types/sap.sac.df.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 sac {
|
|
@@ -1448,6 +1448,24 @@ declare namespace sap {
|
|
|
1448
1448
|
clientIdentifier?:
|
|
1449
1449
|
| string
|
|
1450
1450
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1451
|
+
|
|
1452
|
+
/**
|
|
1453
|
+
* Dataprovider for
|
|
1454
|
+
*/
|
|
1455
|
+
dataProvider?:
|
|
1456
|
+
| any
|
|
1457
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1458
|
+
| `{${string}}`;
|
|
1459
|
+
|
|
1460
|
+
/**
|
|
1461
|
+
* Id of the MutliDeimModel to use
|
|
1462
|
+
*/
|
|
1463
|
+
modelId?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1464
|
+
|
|
1465
|
+
/**
|
|
1466
|
+
* event called when the query is updated
|
|
1467
|
+
*/
|
|
1468
|
+
queryExecuted?: (oEvent: sap.ui.base.Event) => void;
|
|
1451
1469
|
}
|
|
1452
1470
|
|
|
1453
1471
|
interface $PivotTableSettings extends sap.ui.core.$ControlSettings {
|
|
@@ -1524,7 +1542,7 @@ declare namespace sap {
|
|
|
1524
1542
|
* Overview:
|
|
1525
1543
|
*
|
|
1526
1544
|
* The user can view the data in a Table, navigate in the data via a context menu or builder panels The
|
|
1527
|
-
* data source that the FlexAnalysis consumes renders has to be provided as a property value.
|
|
1545
|
+
* data source that the FlexAnalysis consumes or renders has to be provided as a property value.
|
|
1528
1546
|
*/
|
|
1529
1547
|
class FlexAnalysis extends sap.ui.core.Control {
|
|
1530
1548
|
/**
|
|
@@ -1570,6 +1588,94 @@ declare namespace sap {
|
|
|
1570
1588
|
* @returns Metadata object describing this class
|
|
1571
1589
|
*/
|
|
1572
1590
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
1591
|
+
/**
|
|
1592
|
+
* Attaches event handler `fnFunction` to the {@link #event:queryExecuted queryExecuted} event of this `sap.sac.df.FlexAnalysis`.
|
|
1593
|
+
*
|
|
1594
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
1595
|
+
* otherwise it will be bound to this `sap.sac.df.FlexAnalysis` itself.
|
|
1596
|
+
*
|
|
1597
|
+
* event called when the query is updated
|
|
1598
|
+
*
|
|
1599
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1600
|
+
*/
|
|
1601
|
+
attachQueryExecuted(
|
|
1602
|
+
/**
|
|
1603
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
1604
|
+
* object when firing the event
|
|
1605
|
+
*/
|
|
1606
|
+
oData: object,
|
|
1607
|
+
/**
|
|
1608
|
+
* The function to be called when the event occurs
|
|
1609
|
+
*/
|
|
1610
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
1611
|
+
/**
|
|
1612
|
+
* Context object to call the event handler with. Defaults to this `sap.sac.df.FlexAnalysis` itself
|
|
1613
|
+
*/
|
|
1614
|
+
oListener?: object
|
|
1615
|
+
): this;
|
|
1616
|
+
/**
|
|
1617
|
+
* Attaches event handler `fnFunction` to the {@link #event:queryExecuted queryExecuted} event of this `sap.sac.df.FlexAnalysis`.
|
|
1618
|
+
*
|
|
1619
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
1620
|
+
* otherwise it will be bound to this `sap.sac.df.FlexAnalysis` itself.
|
|
1621
|
+
*
|
|
1622
|
+
* event called when the query is updated
|
|
1623
|
+
*
|
|
1624
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1625
|
+
*/
|
|
1626
|
+
attachQueryExecuted(
|
|
1627
|
+
/**
|
|
1628
|
+
* The function to be called when the event occurs
|
|
1629
|
+
*/
|
|
1630
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
1631
|
+
/**
|
|
1632
|
+
* Context object to call the event handler with. Defaults to this `sap.sac.df.FlexAnalysis` itself
|
|
1633
|
+
*/
|
|
1634
|
+
oListener?: object
|
|
1635
|
+
): this;
|
|
1636
|
+
/**
|
|
1637
|
+
* Binds property {@link #getDataProvider dataProvider} to model data.
|
|
1638
|
+
*
|
|
1639
|
+
* See {@link sap.ui.base.ManagedObject#bindProperty ManagedObject.bindProperty} for a detailed description
|
|
1640
|
+
* of the possible properties of `oBindingInfo`
|
|
1641
|
+
*
|
|
1642
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1643
|
+
*/
|
|
1644
|
+
bindDataProvider(
|
|
1645
|
+
/**
|
|
1646
|
+
* The binding information
|
|
1647
|
+
*/
|
|
1648
|
+
oBindingInfo: sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1649
|
+
): this;
|
|
1650
|
+
/**
|
|
1651
|
+
* Detaches event handler `fnFunction` from the {@link #event:queryExecuted queryExecuted} event of this
|
|
1652
|
+
* `sap.sac.df.FlexAnalysis`.
|
|
1653
|
+
*
|
|
1654
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
1655
|
+
*
|
|
1656
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1657
|
+
*/
|
|
1658
|
+
detachQueryExecuted(
|
|
1659
|
+
/**
|
|
1660
|
+
* The function to be called, when the event occurs
|
|
1661
|
+
*/
|
|
1662
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
1663
|
+
/**
|
|
1664
|
+
* Context object on which the given function had to be called
|
|
1665
|
+
*/
|
|
1666
|
+
oListener?: object
|
|
1667
|
+
): this;
|
|
1668
|
+
/**
|
|
1669
|
+
* Fires event {@link #event:queryExecuted queryExecuted} to attached listeners.
|
|
1670
|
+
*
|
|
1671
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1672
|
+
*/
|
|
1673
|
+
fireQueryExecuted(
|
|
1674
|
+
/**
|
|
1675
|
+
* Parameters to pass along with the event
|
|
1676
|
+
*/
|
|
1677
|
+
mParameters?: object
|
|
1678
|
+
): this;
|
|
1573
1679
|
/**
|
|
1574
1680
|
* Gets current value of property {@link #getClientIdentifier clientIdentifier}.
|
|
1575
1681
|
*
|
|
@@ -1594,6 +1700,14 @@ declare namespace sap {
|
|
|
1594
1700
|
* @returns Value of property `configurationURI`
|
|
1595
1701
|
*/
|
|
1596
1702
|
getConfigurationURI(): string;
|
|
1703
|
+
/**
|
|
1704
|
+
* Gets current value of property {@link #getDataProvider dataProvider}.
|
|
1705
|
+
*
|
|
1706
|
+
* Dataprovider for
|
|
1707
|
+
*
|
|
1708
|
+
* @returns Value of property `dataProvider`
|
|
1709
|
+
*/
|
|
1710
|
+
getDataProvider(): any;
|
|
1597
1711
|
/**
|
|
1598
1712
|
* Gets current value of property {@link #getDataSource dataSource}.
|
|
1599
1713
|
*
|
|
@@ -1674,6 +1788,16 @@ declare namespace sap {
|
|
|
1674
1788
|
* @returns Value of property `kernelId`
|
|
1675
1789
|
*/
|
|
1676
1790
|
getKernelId(): string;
|
|
1791
|
+
/**
|
|
1792
|
+
* Gets current value of property {@link #getModelId modelId}.
|
|
1793
|
+
*
|
|
1794
|
+
* Id of the MutliDeimModel to use
|
|
1795
|
+
*
|
|
1796
|
+
* Default value is `"om"`.
|
|
1797
|
+
*
|
|
1798
|
+
* @returns Value of property `modelId`
|
|
1799
|
+
*/
|
|
1800
|
+
getModelId(): string;
|
|
1677
1801
|
/**
|
|
1678
1802
|
* Gets current value of property {@link #getSystemName systemName}.
|
|
1679
1803
|
*
|
|
@@ -1749,6 +1873,21 @@ declare namespace sap {
|
|
|
1749
1873
|
*/
|
|
1750
1874
|
sConfigurationURI: string
|
|
1751
1875
|
): this;
|
|
1876
|
+
/**
|
|
1877
|
+
* Sets a new value for property {@link #getDataProvider dataProvider}.
|
|
1878
|
+
*
|
|
1879
|
+
* Dataprovider for
|
|
1880
|
+
*
|
|
1881
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1882
|
+
*
|
|
1883
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1884
|
+
*/
|
|
1885
|
+
setDataProvider(
|
|
1886
|
+
/**
|
|
1887
|
+
* New value for property `dataProvider`
|
|
1888
|
+
*/
|
|
1889
|
+
oDataProvider: any
|
|
1890
|
+
): this;
|
|
1752
1891
|
/**
|
|
1753
1892
|
* Sets a new value for property {@link #getDataSource dataSource}.
|
|
1754
1893
|
*
|
|
@@ -1885,6 +2024,23 @@ declare namespace sap {
|
|
|
1885
2024
|
*/
|
|
1886
2025
|
sKernelId?: string
|
|
1887
2026
|
): this;
|
|
2027
|
+
/**
|
|
2028
|
+
* Sets a new value for property {@link #getModelId modelId}.
|
|
2029
|
+
*
|
|
2030
|
+
* Id of the MutliDeimModel to use
|
|
2031
|
+
*
|
|
2032
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2033
|
+
*
|
|
2034
|
+
* Default value is `"om"`.
|
|
2035
|
+
*
|
|
2036
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
2037
|
+
*/
|
|
2038
|
+
setModelId(
|
|
2039
|
+
/**
|
|
2040
|
+
* New value for property `modelId`
|
|
2041
|
+
*/
|
|
2042
|
+
sModelId?: string
|
|
2043
|
+
): this;
|
|
1888
2044
|
/**
|
|
1889
2045
|
* Sets a new value for property {@link #getSystemName systemName}.
|
|
1890
2046
|
*
|
|
@@ -1936,6 +2092,12 @@ declare namespace sap {
|
|
|
1936
2092
|
*/
|
|
1937
2093
|
sWidth?: sap.ui.core.CSSSize
|
|
1938
2094
|
): this;
|
|
2095
|
+
/**
|
|
2096
|
+
* Unbinds property {@link #getDataProvider dataProvider} from model data.
|
|
2097
|
+
*
|
|
2098
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
2099
|
+
*/
|
|
2100
|
+
unbindDataProvider(): this;
|
|
1939
2101
|
}
|
|
1940
2102
|
/**
|
|
1941
2103
|
* @EXPERIMENTAL
|
package/types/sap.sac.grid.d.ts
CHANGED