@sapui5/ts-types 1.111.1 → 1.112.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/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 +41 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +76 -9
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +3 -3
- package/types/sap.fe.test.d.ts +12 -20
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +93 -3
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.landvisz.d.ts +1 -1
- package/types/sap.m.d.ts +80 -7
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -39
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +6 -6
- package/types/sap.sac.df.d.ts +1 -1
- package/types/sap.sac.grid.d.ts +9 -1
- package/types/sap.suite.ui.commons.d.ts +35 -1
- package/types/sap.suite.ui.generic.template.d.ts +79 -1
- 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 +212 -38
- package/types/sap.ui.core.d.ts +75 -33
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +116 -1
- package/types/sap.ui.fl.d.ts +5 -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 +119 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +3 -5
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- 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 +28 -22
- 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.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +7 -2
- package/types/sap.ui.vtm.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +14 -17
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +14 -1
- package/types/sap.ushell_abap.d.ts +3 -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
package/types/sap.ui.comp.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.112.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -8217,6 +8217,116 @@ declare namespace sap {
|
|
|
8217
8217
|
}
|
|
8218
8218
|
}
|
|
8219
8219
|
|
|
8220
|
+
namespace odata {
|
|
8221
|
+
interface $ComboBoxSettings extends sap.m.$ComboBoxSettings {
|
|
8222
|
+
/**
|
|
8223
|
+
* Sets the `value` property formatting according to the `com.sap.vocabularies.UI.v1.TextArrangementType`
|
|
8224
|
+
* from the ValueList property.
|
|
8225
|
+
*/
|
|
8226
|
+
textArrangement?:
|
|
8227
|
+
| string
|
|
8228
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
8229
|
+
}
|
|
8230
|
+
|
|
8231
|
+
/**
|
|
8232
|
+
* Extends the functionalities in sap.m.ComboBox
|
|
8233
|
+
*/
|
|
8234
|
+
class ComboBox
|
|
8235
|
+
extends sap.m.ComboBox
|
|
8236
|
+
implements /* was: sap.ui.comp.IDropDownTextArrangement */ Object {
|
|
8237
|
+
__implements__sap_ui_comp_IDropDownTextArrangement: boolean;
|
|
8238
|
+
/**
|
|
8239
|
+
* Constructor for a new `odata/ComboBox`.
|
|
8240
|
+
*
|
|
8241
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
8242
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
8243
|
+
* of the syntax of the settings object.
|
|
8244
|
+
*/
|
|
8245
|
+
constructor(
|
|
8246
|
+
/**
|
|
8247
|
+
* Initial settings for the new control
|
|
8248
|
+
*/
|
|
8249
|
+
mSettings?: sap.ui.comp.odata.$ComboBoxSettings
|
|
8250
|
+
);
|
|
8251
|
+
/**
|
|
8252
|
+
* Constructor for a new `odata/ComboBox`.
|
|
8253
|
+
*
|
|
8254
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
8255
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
8256
|
+
* of the syntax of the settings object.
|
|
8257
|
+
*/
|
|
8258
|
+
constructor(
|
|
8259
|
+
/**
|
|
8260
|
+
* ID for the new control, generated automatically if no ID is given
|
|
8261
|
+
*/
|
|
8262
|
+
sId?: string,
|
|
8263
|
+
/**
|
|
8264
|
+
* Initial settings for the new control
|
|
8265
|
+
*/
|
|
8266
|
+
mSettings?: sap.ui.comp.odata.$ComboBoxSettings
|
|
8267
|
+
);
|
|
8268
|
+
|
|
8269
|
+
/**
|
|
8270
|
+
* Creates a new subclass of class sap.ui.comp.odata.ComboBox with name `sClassName` and enriches it with
|
|
8271
|
+
* the information contained in `oClassInfo`.
|
|
8272
|
+
*
|
|
8273
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.m.ComboBox.extend}.
|
|
8274
|
+
*
|
|
8275
|
+
* @returns Created class / constructor function
|
|
8276
|
+
*/
|
|
8277
|
+
static extend<T extends Record<string, unknown>>(
|
|
8278
|
+
/**
|
|
8279
|
+
* Name of the class being created
|
|
8280
|
+
*/
|
|
8281
|
+
sClassName: string,
|
|
8282
|
+
/**
|
|
8283
|
+
* Object literal with information about the class
|
|
8284
|
+
*/
|
|
8285
|
+
oClassInfo?: sap.ClassInfo<T, sap.ui.comp.odata.ComboBox>,
|
|
8286
|
+
/**
|
|
8287
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
8288
|
+
* used by this class
|
|
8289
|
+
*/
|
|
8290
|
+
FNMetaImpl?: Function
|
|
8291
|
+
): Function;
|
|
8292
|
+
/**
|
|
8293
|
+
* Returns a metadata object for class sap.ui.comp.odata.ComboBox.
|
|
8294
|
+
*
|
|
8295
|
+
* @returns Metadata object describing this class
|
|
8296
|
+
*/
|
|
8297
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
8298
|
+
/**
|
|
8299
|
+
* Gets current value of property {@link #getTextArrangement textArrangement}.
|
|
8300
|
+
*
|
|
8301
|
+
* Sets the `value` property formatting according to the `com.sap.vocabularies.UI.v1.TextArrangementType`
|
|
8302
|
+
* from the ValueList property.
|
|
8303
|
+
*
|
|
8304
|
+
* Default value is `empty string`.
|
|
8305
|
+
*
|
|
8306
|
+
* @returns Value of property `textArrangement`
|
|
8307
|
+
*/
|
|
8308
|
+
getTextArrangement(): string;
|
|
8309
|
+
/**
|
|
8310
|
+
* Sets a new value for property {@link #getTextArrangement textArrangement}.
|
|
8311
|
+
*
|
|
8312
|
+
* Sets the `value` property formatting according to the `com.sap.vocabularies.UI.v1.TextArrangementType`
|
|
8313
|
+
* from the ValueList property.
|
|
8314
|
+
*
|
|
8315
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8316
|
+
*
|
|
8317
|
+
* Default value is `empty string`.
|
|
8318
|
+
*
|
|
8319
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8320
|
+
*/
|
|
8321
|
+
setTextArrangement(
|
|
8322
|
+
/**
|
|
8323
|
+
* New value for property `textArrangement`
|
|
8324
|
+
*/
|
|
8325
|
+
sTextArrangement?: string
|
|
8326
|
+
): this;
|
|
8327
|
+
}
|
|
8328
|
+
}
|
|
8329
|
+
|
|
8220
8330
|
namespace personalization {
|
|
8221
8331
|
/**
|
|
8222
8332
|
* Provides enumeration sap.ui.comp.personalization.AggregationRole. A subset of aggregation roles used
|
|
@@ -11143,14 +11253,6 @@ declare namespace sap {
|
|
|
11143
11253
|
* Property works the same as sap.m.Input control `value`
|
|
11144
11254
|
*/
|
|
11145
11255
|
realValue?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
11146
|
-
|
|
11147
|
-
/**
|
|
11148
|
-
* Sets the `value` property formatting according to the `com.sap.vocabularies.UI.v1.TextArrangementType`
|
|
11149
|
-
* from the ValueList property.
|
|
11150
|
-
*/
|
|
11151
|
-
valueTextArrangement?:
|
|
11152
|
-
| string
|
|
11153
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
11154
11256
|
}
|
|
11155
11257
|
|
|
11156
11258
|
interface $ConfigurationSettings extends sap.ui.core.$ElementSettings {
|
|
@@ -11949,17 +12051,6 @@ declare namespace sap {
|
|
|
11949
12051
|
* @returns Value of property `realValue`
|
|
11950
12052
|
*/
|
|
11951
12053
|
getRealValue(): string;
|
|
11952
|
-
/**
|
|
11953
|
-
* Gets current value of property {@link #getValueTextArrangement valueTextArrangement}.
|
|
11954
|
-
*
|
|
11955
|
-
* Sets the `value` property formatting according to the `com.sap.vocabularies.UI.v1.TextArrangementType`
|
|
11956
|
-
* from the ValueList property.
|
|
11957
|
-
*
|
|
11958
|
-
* Default value is `empty string`.
|
|
11959
|
-
*
|
|
11960
|
-
* @returns Value of property `valueTextArrangement`
|
|
11961
|
-
*/
|
|
11962
|
-
getValueTextArrangement(): string;
|
|
11963
12054
|
/**
|
|
11964
12055
|
* Sets a new value for property {@link #getEnteredValue enteredValue}.
|
|
11965
12056
|
*
|
|
@@ -11992,24 +12083,6 @@ declare namespace sap {
|
|
|
11992
12083
|
*/
|
|
11993
12084
|
sRealValue?: string
|
|
11994
12085
|
): this;
|
|
11995
|
-
/**
|
|
11996
|
-
* Sets a new value for property {@link #getValueTextArrangement valueTextArrangement}.
|
|
11997
|
-
*
|
|
11998
|
-
* Sets the `value` property formatting according to the `com.sap.vocabularies.UI.v1.TextArrangementType`
|
|
11999
|
-
* from the ValueList property.
|
|
12000
|
-
*
|
|
12001
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
12002
|
-
*
|
|
12003
|
-
* Default value is `empty string`.
|
|
12004
|
-
*
|
|
12005
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
12006
|
-
*/
|
|
12007
|
-
setValueTextArrangement(
|
|
12008
|
-
/**
|
|
12009
|
-
* New value for property `valueTextArrangement`
|
|
12010
|
-
*/
|
|
12011
|
-
sValueTextArrangement?: string
|
|
12012
|
-
): this;
|
|
12013
12086
|
}
|
|
12014
12087
|
/**
|
|
12015
12088
|
* The configuration allows to further define the behavior of a `SmartField`.
|
|
@@ -15703,6 +15776,17 @@ declare namespace sap {
|
|
|
15703
15776
|
high?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
15704
15777
|
}
|
|
15705
15778
|
|
|
15779
|
+
interface $SFBMultiComboBoxSettings
|
|
15780
|
+
extends sap.m.$MultiComboBoxSettings {
|
|
15781
|
+
/**
|
|
15782
|
+
* Sets the `value` property formatting according to the `com.sap.vocabularies.UI.v1.TextArrangementType`
|
|
15783
|
+
* from the ValueList property.
|
|
15784
|
+
*/
|
|
15785
|
+
textArrangement?:
|
|
15786
|
+
| string
|
|
15787
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
15788
|
+
}
|
|
15789
|
+
|
|
15706
15790
|
interface $SmartFilterBarSettings
|
|
15707
15791
|
extends sap.ui.comp.filterbar.$FilterBarSettings {
|
|
15708
15792
|
/**
|
|
@@ -17118,6 +17202,84 @@ declare namespace sap {
|
|
|
17118
17202
|
sSign?: sap.ui.comp.smartfilterbar.SelectOptionSign
|
|
17119
17203
|
): this;
|
|
17120
17204
|
}
|
|
17205
|
+
/**
|
|
17206
|
+
* Extends the functionalities in sap.m.MultiComboBox
|
|
17207
|
+
*/
|
|
17208
|
+
class SFBMultiComboBox
|
|
17209
|
+
extends sap.m.MultiComboBox
|
|
17210
|
+
implements /* was: sap.ui.comp.IDropDownTextArrangement */ Object {
|
|
17211
|
+
__implements__sap_ui_comp_IDropDownTextArrangement: boolean;
|
|
17212
|
+
/**
|
|
17213
|
+
* Constructor for a new `SmartFilterBar/SFBMultiComboBox`.
|
|
17214
|
+
*
|
|
17215
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
17216
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
17217
|
+
* of the syntax of the settings object.
|
|
17218
|
+
*/
|
|
17219
|
+
constructor();
|
|
17220
|
+
|
|
17221
|
+
/**
|
|
17222
|
+
* Creates a new subclass of class sap.ui.comp.smartfilterbar.SFBMultiComboBox with name `sClassName` and
|
|
17223
|
+
* enriches it with the information contained in `oClassInfo`.
|
|
17224
|
+
*
|
|
17225
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.m.MultiComboBox.extend}.
|
|
17226
|
+
*
|
|
17227
|
+
* @returns Created class / constructor function
|
|
17228
|
+
*/
|
|
17229
|
+
static extend<T extends Record<string, unknown>>(
|
|
17230
|
+
/**
|
|
17231
|
+
* Name of the class being created
|
|
17232
|
+
*/
|
|
17233
|
+
sClassName: string,
|
|
17234
|
+
/**
|
|
17235
|
+
* Object literal with information about the class
|
|
17236
|
+
*/
|
|
17237
|
+
oClassInfo?: sap.ClassInfo<
|
|
17238
|
+
T,
|
|
17239
|
+
sap.ui.comp.smartfilterbar.SFBMultiComboBox
|
|
17240
|
+
>,
|
|
17241
|
+
/**
|
|
17242
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
17243
|
+
* used by this class
|
|
17244
|
+
*/
|
|
17245
|
+
FNMetaImpl?: Function
|
|
17246
|
+
): Function;
|
|
17247
|
+
/**
|
|
17248
|
+
* Returns a metadata object for class sap.ui.comp.smartfilterbar.SFBMultiComboBox.
|
|
17249
|
+
*
|
|
17250
|
+
* @returns Metadata object describing this class
|
|
17251
|
+
*/
|
|
17252
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
17253
|
+
/**
|
|
17254
|
+
* Gets current value of property {@link #getTextArrangement textArrangement}.
|
|
17255
|
+
*
|
|
17256
|
+
* Sets the `value` property formatting according to the `com.sap.vocabularies.UI.v1.TextArrangementType`
|
|
17257
|
+
* from the ValueList property.
|
|
17258
|
+
*
|
|
17259
|
+
* Default value is `empty string`.
|
|
17260
|
+
*
|
|
17261
|
+
* @returns Value of property `textArrangement`
|
|
17262
|
+
*/
|
|
17263
|
+
getTextArrangement(): string;
|
|
17264
|
+
/**
|
|
17265
|
+
* Sets a new value for property {@link #getTextArrangement textArrangement}.
|
|
17266
|
+
*
|
|
17267
|
+
* Sets the `value` property formatting according to the `com.sap.vocabularies.UI.v1.TextArrangementType`
|
|
17268
|
+
* from the ValueList property.
|
|
17269
|
+
*
|
|
17270
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
17271
|
+
*
|
|
17272
|
+
* Default value is `empty string`.
|
|
17273
|
+
*
|
|
17274
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
17275
|
+
*/
|
|
17276
|
+
setTextArrangement(
|
|
17277
|
+
/**
|
|
17278
|
+
* New value for property `textArrangement`
|
|
17279
|
+
*/
|
|
17280
|
+
sTextArrangement?: string
|
|
17281
|
+
): this;
|
|
17282
|
+
}
|
|
17121
17283
|
/**
|
|
17122
17284
|
* The `SmartFilterBar` control uses the OData metadata of an entity in order to create a FilterBar.
|
|
17123
17285
|
* Whether a field is visible on the FilterBar, supports type-ahead and value help, for example, is automatically
|
|
@@ -34987,6 +35149,7 @@ declare namespace sap {
|
|
|
34987
35149
|
|
|
34988
35150
|
/**
|
|
34989
35151
|
* @SINCE 1.22.0
|
|
35152
|
+
* @deprecated (since 1.26) - replaced by the `variantItems` aggregation
|
|
34990
35153
|
*
|
|
34991
35154
|
* Items displayed by the `VariantManagement` control.
|
|
34992
35155
|
*/
|
|
@@ -35837,6 +36000,7 @@ declare namespace sap {
|
|
|
35837
36000
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
35838
36001
|
/**
|
|
35839
36002
|
* @SINCE 1.22.0
|
|
36003
|
+
* @deprecated (since 1.26) - replaced by the `variantItems` aggregation
|
|
35840
36004
|
*
|
|
35841
36005
|
* Adds some item to the aggregation {@link #getItems items}.
|
|
35842
36006
|
*
|
|
@@ -36037,6 +36201,7 @@ declare namespace sap {
|
|
|
36037
36201
|
): void;
|
|
36038
36202
|
/**
|
|
36039
36203
|
* @SINCE 1.22.0
|
|
36204
|
+
* @deprecated (since 1.26) - replaced by the `variantItems` aggregation
|
|
36040
36205
|
*
|
|
36041
36206
|
* Destroys all the items in the aggregation {@link #getItems items}.
|
|
36042
36207
|
*
|
|
@@ -36251,6 +36416,7 @@ declare namespace sap {
|
|
|
36251
36416
|
getInitialSelectionKey(): string;
|
|
36252
36417
|
/**
|
|
36253
36418
|
* @SINCE 1.22.0
|
|
36419
|
+
* @deprecated (since 1.26) - replaced by the `variantItems` aggregation
|
|
36254
36420
|
*
|
|
36255
36421
|
* Gets content of aggregation {@link #getItems items}.
|
|
36256
36422
|
*
|
|
@@ -36399,6 +36565,7 @@ declare namespace sap {
|
|
|
36399
36565
|
getVariantItems(): sap.ui.comp.variants.VariantItem[];
|
|
36400
36566
|
/**
|
|
36401
36567
|
* @SINCE 1.22.0
|
|
36568
|
+
* @deprecated (since 1.26) - replaced by the `variantItems` aggregation
|
|
36402
36569
|
*
|
|
36403
36570
|
* Checks for the provided `sap.ui.core.Item` in the aggregation {@link #getItems items}. and returns its
|
|
36404
36571
|
* index if found or -1 otherwise.
|
|
@@ -36427,6 +36594,7 @@ declare namespace sap {
|
|
|
36427
36594
|
): int;
|
|
36428
36595
|
/**
|
|
36429
36596
|
* @SINCE 1.22.0
|
|
36597
|
+
* @deprecated (since 1.26) - replaced by the `variantItems` aggregation
|
|
36430
36598
|
*
|
|
36431
36599
|
* Inserts a item into the aggregation {@link #getItems items}.
|
|
36432
36600
|
*
|
|
@@ -36465,6 +36633,7 @@ declare namespace sap {
|
|
|
36465
36633
|
): this;
|
|
36466
36634
|
/**
|
|
36467
36635
|
* @SINCE 1.22.0
|
|
36636
|
+
* @deprecated (since 1.26) - replaced by the `variantItems` aggregation
|
|
36468
36637
|
*
|
|
36469
36638
|
* Removes all the controls from the aggregation {@link #getItems items}.
|
|
36470
36639
|
*
|
|
@@ -36485,6 +36654,7 @@ declare namespace sap {
|
|
|
36485
36654
|
removeAllVariantItems(): sap.ui.comp.variants.VariantItem[];
|
|
36486
36655
|
/**
|
|
36487
36656
|
* @SINCE 1.22.0
|
|
36657
|
+
* @deprecated (since 1.26) - replaced by the `variantItems` aggregation
|
|
36488
36658
|
*
|
|
36489
36659
|
* Removes a item from the aggregation {@link #getItems items}.
|
|
36490
36660
|
*
|
|
@@ -36854,6 +37024,8 @@ declare namespace sap {
|
|
|
36854
37024
|
|
|
36855
37025
|
"sap/ui/comp/navpopover/SmartLink": undefined;
|
|
36856
37026
|
|
|
37027
|
+
"sap/ui/comp/odata/ComboBox": undefined;
|
|
37028
|
+
|
|
36857
37029
|
"sap/ui/comp/smartchart/SmartChart": undefined;
|
|
36858
37030
|
|
|
36859
37031
|
"sap/ui/comp/smartfield/ComboBox": undefined;
|
|
@@ -36872,6 +37044,8 @@ declare namespace sap {
|
|
|
36872
37044
|
|
|
36873
37045
|
"sap/ui/comp/smartfilterbar/SelectOption": undefined;
|
|
36874
37046
|
|
|
37047
|
+
"sap/ui/comp/smartfilterbar/SFBMultiComboBox": undefined;
|
|
37048
|
+
|
|
36875
37049
|
"sap/ui/comp/smartfilterbar/SmartFilterBar": undefined;
|
|
36876
37050
|
|
|
36877
37051
|
"sap/ui/comp/smartfilterbar/SmartFilterBarFilterGroupItem": undefined;
|
package/types/sap.ui.core.d.ts
CHANGED
|
@@ -266,7 +266,21 @@ interface JQuery<TElement = HTMLElement> extends Iterable<TElement> {
|
|
|
266
266
|
): jQuery;
|
|
267
267
|
}
|
|
268
268
|
|
|
269
|
-
|
|
269
|
+
declare module "sap/ui/thirdparty/jquery" {
|
|
270
|
+
export default jQuery;
|
|
271
|
+
}
|
|
272
|
+
declare module "sap/ui/thirdparty/qunit-2" {
|
|
273
|
+
export default QUnit;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
declare namespace sap {
|
|
277
|
+
interface IUI5DefineDependencyNames {
|
|
278
|
+
"sap/ui/thirdparty/jquery": undefined;
|
|
279
|
+
"sap/ui/thirdparty/qunit-2": undefined;
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
// For Library Version: 1.112.0
|
|
270
284
|
|
|
271
285
|
declare module "sap/base/assert" {
|
|
272
286
|
/**
|
|
@@ -2530,7 +2544,8 @@ declare module "sap/ui/core/date/UI5Date" {
|
|
|
2530
2544
|
*/
|
|
2531
2545
|
getUTCSeconds(): int;
|
|
2532
2546
|
/**
|
|
2533
|
-
* @deprecated (since 1.111
|
|
2547
|
+
* @deprecated (since 1.111) - as it is deprecated in the base class JavaScript Date; use {@link #getFullYear}
|
|
2548
|
+
* instead
|
|
2534
2549
|
*
|
|
2535
2550
|
* Returns the year of this date instance minus 1900 according to the configured time zone, see `Date.prototype.getYear`.
|
|
2536
2551
|
*
|
|
@@ -2794,7 +2809,8 @@ declare module "sap/ui/core/date/UI5Date" {
|
|
|
2794
2809
|
iMilliseconds?: int
|
|
2795
2810
|
): int;
|
|
2796
2811
|
/**
|
|
2797
|
-
* @deprecated (since 1.111
|
|
2812
|
+
* @deprecated (since 1.111) - as it is deprecated in the base class JavaScript Date; use {@link #setFullYear}
|
|
2813
|
+
* instead
|
|
2798
2814
|
*
|
|
2799
2815
|
* Sets the year for this date instance plus 1900 considering the configured time zone, see `Date.prototype.setYear`.
|
|
2800
2816
|
*
|
|
@@ -11721,7 +11737,7 @@ declare namespace sap {
|
|
|
11721
11737
|
*
|
|
11722
11738
|
* @returns Whether the given object is an instance of the given type or of any of the given types
|
|
11723
11739
|
*/
|
|
11724
|
-
static isA(
|
|
11740
|
+
static isA<T extends sap.ui.base.Object = sap.ui.base.Object>(
|
|
11725
11741
|
/**
|
|
11726
11742
|
* Object which will be checked whether it is an instance of the given type
|
|
11727
11743
|
*/
|
|
@@ -11730,7 +11746,7 @@ declare namespace sap {
|
|
|
11730
11746
|
* Type or types to check for
|
|
11731
11747
|
*/
|
|
11732
11748
|
vTypeName: string | string[]
|
|
11733
|
-
):
|
|
11749
|
+
): oObject is T;
|
|
11734
11750
|
/**
|
|
11735
11751
|
* Destructor method for objects.
|
|
11736
11752
|
*/
|
|
@@ -11774,12 +11790,12 @@ declare namespace sap {
|
|
|
11774
11790
|
*
|
|
11775
11791
|
* @returns Whether this object is an instance of the given type or of any of the given types
|
|
11776
11792
|
*/
|
|
11777
|
-
isA(
|
|
11793
|
+
isA<T extends sap.ui.base.Object = sap.ui.base.Object>(
|
|
11778
11794
|
/**
|
|
11779
11795
|
* Type or types to check for
|
|
11780
11796
|
*/
|
|
11781
11797
|
vTypeName: string | string[]
|
|
11782
|
-
):
|
|
11798
|
+
): this is T;
|
|
11783
11799
|
}
|
|
11784
11800
|
/**
|
|
11785
11801
|
* Manages a pool of objects for reuse, all of the same type; the type has to be specified at construction
|
|
@@ -50863,6 +50879,13 @@ declare namespace sap {
|
|
|
50863
50879
|
* Map of custom headers (name/value pairs) like {"myHeader":"myHeaderValue",...}
|
|
50864
50880
|
*/
|
|
50865
50881
|
headers?: Record<string, string>;
|
|
50882
|
+
/**
|
|
50883
|
+
* **Experimental** as of version 1.112.0; may change behavior or be removed in future versions. Whether
|
|
50884
|
+
* to ignore all annotations from service metadata, so that they are not available as V4 annotations in
|
|
50885
|
+
* this model's metamodel; see {@link #getMetaModel}. Only annotations from annotation files are loaded;
|
|
50886
|
+
* see the `annotationURI` parameter.
|
|
50887
|
+
*/
|
|
50888
|
+
ignoreAnnotationsFromMetadata?: boolean;
|
|
50866
50889
|
/**
|
|
50867
50890
|
* If set to `true`, request payloads will be JSON, XML for `false`
|
|
50868
50891
|
*/
|
|
@@ -50918,12 +50941,6 @@ declare namespace sap {
|
|
|
50918
50941
|
* for the `$metadata` request
|
|
50919
50942
|
*/
|
|
50920
50943
|
serviceUrlParams?: Record<string, string>;
|
|
50921
|
-
/**
|
|
50922
|
-
* Whether to skip the automated loading of annotations from the metadata document. Loading annotations
|
|
50923
|
-
* from metadata does not have any effects (except the lost performance by invoking the parser) if there
|
|
50924
|
-
* are not annotations inside the metadata document
|
|
50925
|
-
*/
|
|
50926
|
-
skipMetadataAnnotationParsing?: boolean;
|
|
50927
50944
|
/**
|
|
50928
50945
|
* Enable/disable security token handling
|
|
50929
50946
|
*/
|
|
@@ -50947,6 +50964,13 @@ declare namespace sap {
|
|
|
50947
50964
|
* service.
|
|
50948
50965
|
*/
|
|
50949
50966
|
password?: string;
|
|
50967
|
+
/**
|
|
50968
|
+
* **Deprecated** This parameter does not prevent creation of annotations from the metadata document in
|
|
50969
|
+
* this model's metamodel. Whether to skip the automated loading of annotations from the metadata document.
|
|
50970
|
+
* Loading annotations from metadata does not have any effects (except the lost performance by invoking
|
|
50971
|
+
* the parser) if there are no annotations inside the metadata document
|
|
50972
|
+
*/
|
|
50973
|
+
skipMetadataAnnotationParsing?: boolean;
|
|
50950
50974
|
/**
|
|
50951
50975
|
* **Deprecated** for security reasons. Use strong server side authentication instead. UserID for the service.
|
|
50952
50976
|
*/
|
|
@@ -51858,7 +51882,7 @@ declare namespace sap {
|
|
|
51858
51882
|
* for dependent bindings into fewer $batch requests. For more information, see {@link topic:6c47b2b39db9404582994070ec3d57a2#loio62149734b5c24507868e722fe87a75db
|
|
51859
51883
|
* Optimizing Dependent Bindings}
|
|
51860
51884
|
*/
|
|
51861
|
-
|
|
51885
|
+
createPreliminaryContext?: boolean;
|
|
51862
51886
|
/**
|
|
51863
51887
|
* Optional map of custom query parameters, names of custom parameters must not start with `$`.
|
|
51864
51888
|
*/
|
|
@@ -53274,10 +53298,6 @@ declare namespace sap {
|
|
|
53274
53298
|
* A map which contains the following parameter properties:
|
|
53275
53299
|
*/
|
|
53276
53300
|
mParameters?: {
|
|
53277
|
-
/**
|
|
53278
|
-
* Deprecated - use `groupId` instead
|
|
53279
|
-
*/
|
|
53280
|
-
batchGroupId?: string;
|
|
53281
53301
|
/**
|
|
53282
53302
|
* Defines the group that should be submitted. If not specified, all deferred groups will be submitted.
|
|
53283
53303
|
* Requests belonging to the same group will be bundled in one batch request.
|
|
@@ -53297,6 +53317,16 @@ declare namespace sap {
|
|
|
53297
53317
|
* which contains additional error information
|
|
53298
53318
|
*/
|
|
53299
53319
|
error?: Function;
|
|
53320
|
+
/**
|
|
53321
|
+
* **Deprecated**, use `groupId` instead
|
|
53322
|
+
*/
|
|
53323
|
+
batchGroupId?: string;
|
|
53324
|
+
/**
|
|
53325
|
+
* **Deprecated** since 1.38.0; use the `defaultUpdateMethod` constructor parameter instead. If unset, the
|
|
53326
|
+
* update method is determined from the `defaultUpdateMethod` constructor parameter. If `true`, `sap.ui.model.odata.UpdateMethod.Merge`
|
|
53327
|
+
* is used for update operations; if set to `false`, `sap.ui.model.odata.UpdateMethod.Put` is used.
|
|
53328
|
+
*/
|
|
53329
|
+
merge?: boolean;
|
|
53300
53330
|
}
|
|
53301
53331
|
): object;
|
|
53302
53332
|
/**
|
|
@@ -55678,8 +55708,12 @@ declare namespace sap {
|
|
|
55678
55708
|
* set `bSkipRefresh` to `true`. To avoid errors you must skip this refresh when using {@link sap.ui.model.odata.v4.Context#requestSideEffects}
|
|
55679
55709
|
* in the same $batch to refresh the complete collection containing the newly created entity.
|
|
55680
55710
|
*
|
|
55681
|
-
*
|
|
55682
|
-
*
|
|
55711
|
+
* Since 1.112.0 it is possible to create nested entities in a collection-valued navigation property together
|
|
55712
|
+
* with the entity (so-called "deep create"), for example a list of items for an order. For this purpose,
|
|
55713
|
+
* bind the list relative to a transient context. Calling this method then adds a transient entity to the
|
|
55714
|
+
* parent's navigation property, which is sent with the payload of the parent entity. Such a nested context
|
|
55715
|
+
* also has a {@link sap.ui.model.odata.v4.Context#created created} promise, which resolves when the deep
|
|
55716
|
+
* create resolves. Deep create is an **experimental** API.
|
|
55683
55717
|
*
|
|
55684
55718
|
* Note: Creating at the end is only allowed if the final length of the binding is known (see {@link #isLengthFinal}),
|
|
55685
55719
|
* so that there is a clear position to place this entity at. This is the case if the complete collection
|
|
@@ -55695,7 +55729,8 @@ declare namespace sap {
|
|
|
55695
55729
|
*/
|
|
55696
55730
|
oInitialData?: object,
|
|
55697
55731
|
/**
|
|
55698
|
-
* Whether an automatic refresh of the created entity will be skipped
|
|
55732
|
+
* Whether an automatic refresh of the created entity will be skipped; ignored within a deep create (when
|
|
55733
|
+
* the binding's parent context is transient)
|
|
55699
55734
|
*/
|
|
55700
55735
|
bSkipRefresh?: boolean,
|
|
55701
55736
|
/**
|
|
@@ -56783,8 +56818,8 @@ declare namespace sap {
|
|
|
56783
56818
|
getOriginalProperty(): void;
|
|
56784
56819
|
/**
|
|
56785
56820
|
* @SINCE 1.37.0
|
|
56786
|
-
* @deprecated (since 1.37.0) - use {@link #getObject}.
|
|
56787
56821
|
*
|
|
56822
|
+
* Use {@link #getObject}.
|
|
56788
56823
|
* See:
|
|
56789
56824
|
* sap.ui.model.Model#getProperty
|
|
56790
56825
|
*/
|
|
@@ -57692,11 +57727,10 @@ declare namespace sap {
|
|
|
57692
57727
|
*/
|
|
57693
57728
|
$$ownRequest?: boolean;
|
|
57694
57729
|
/**
|
|
57695
|
-
* Whether multiple bindings for the same resource path share the data, so that it is requested only once
|
|
57696
|
-
*
|
|
57697
|
-
*
|
|
57698
|
-
*
|
|
57699
|
-
* following APIs are **not** allowed
|
|
57730
|
+
* Whether multiple bindings for the same resource path share the data, so that it is requested only once.
|
|
57731
|
+
* This parameter can be inherited from the model's parameter "sharedRequests", see {@link sap.ui.model.odata.v4.ODataModel#constructor}.
|
|
57732
|
+
* Supported since 1.80.0 **Note:** These bindings are read-only, so they may be especially useful for value
|
|
57733
|
+
* lists; state messages (since 1.108.0) and the following APIs are **not** allowed
|
|
57700
57734
|
* for the list binding itself:
|
|
57701
57735
|
* {@link sap.ui.model.odata.v4.ODataListBinding#create} {@link sap.ui.model.odata.v4.ODataListBinding#getKeepAliveContext}
|
|
57702
57736
|
* or {@link #getKeepAliveContext} as far as it affects such a list binding {@link sap.ui.model.odata.v4.ODataListBinding#resetChanges}
|
|
@@ -59064,7 +59098,7 @@ declare namespace sap {
|
|
|
59064
59098
|
* if `true`, the string values `vValue1` and `vValue2` are compared as a decimal number (only sign, integer
|
|
59065
59099
|
* and fraction digits; no exponential format). Otherwise they are recognized by looking at their types.
|
|
59066
59100
|
*/
|
|
59067
|
-
bAsDecimal?:
|
|
59101
|
+
bAsDecimal?: boolean
|
|
59068
59102
|
): int;
|
|
59069
59103
|
/**
|
|
59070
59104
|
* Formats a JavaScript value according to the given
|
|
@@ -59146,9 +59180,9 @@ declare namespace sap {
|
|
|
59146
59180
|
*/
|
|
59147
59181
|
client: string;
|
|
59148
59182
|
/**
|
|
59149
|
-
* setting this flag to
|
|
59183
|
+
* setting this flag to `true` overrides the already existing origin
|
|
59150
59184
|
*/
|
|
59151
|
-
force:
|
|
59185
|
+
force: boolean;
|
|
59152
59186
|
}
|
|
59153
59187
|
| string
|
|
59154
59188
|
): string;
|
|
@@ -73714,7 +73748,13 @@ declare namespace sap {
|
|
|
73714
73748
|
* ]}
|
|
73715
73749
|
* ```
|
|
73716
73750
|
*/
|
|
73717
|
-
matchers?:
|
|
73751
|
+
matchers?:
|
|
73752
|
+
| ((p1: sap.ui.core.Element) => void)
|
|
73753
|
+
| Record<string, object>
|
|
73754
|
+
| sap.ui.test.matchers.Matcher
|
|
73755
|
+
| Array<(p1: sap.ui.core.Element) => void>
|
|
73756
|
+
| Array<Record<string, object>>
|
|
73757
|
+
| sap.ui.test.matchers.Matcher[];
|
|
73718
73758
|
/**
|
|
73719
73759
|
* Selects all control by their type. It is usually combined with a viewName or searchOpenDialogs. If no
|
|
73720
73760
|
* control is matching the type, an empty array will be returned. Here are some samples:
|
|
@@ -73797,7 +73837,9 @@ declare namespace sap {
|
|
|
73797
73837
|
* will stop. The first parameter passed into the function is the same value that gets passed to the success
|
|
73798
73838
|
* function. Returning something other than boolean in check will not change the first parameter of success.
|
|
73799
73839
|
*/
|
|
73800
|
-
check?:
|
|
73840
|
+
check?: (
|
|
73841
|
+
p1: sap.ui.core.Element | sap.ui.core.Element[]
|
|
73842
|
+
) => boolean;
|
|
73801
73843
|
/**
|
|
73802
73844
|
* Will get invoked after the following conditions are met:
|
|
73803
73845
|
* - One or multiple controls were found using controlType, Id, viewName. If visible is true (it is by
|
|
@@ -73808,7 +73850,7 @@ declare namespace sap {
|
|
|
73808
73850
|
* (viewName, controlType, multiple ID's, regex ID's) that matched all matchers. Matchers can alter the
|
|
73809
73851
|
* array or single control to something different. Please read the documentation of waitFor's matcher parameter.
|
|
73810
73852
|
*/
|
|
73811
|
-
success?:
|
|
73853
|
+
success?: (p1: sap.ui.core.Element | sap.ui.core.Element[]) => void;
|
|
73812
73854
|
/**
|
|
73813
73855
|
* Invoked when the timeout is reached and the check never returned true.
|
|
73814
73856
|
*/
|
package/types/sap.ui.dt.d.ts
CHANGED