@sapui5/ts-types 1.96.38 → 1.96.40
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 +2 -2
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/{sap.fe.macros-1.96.25-d.ts → sap.fe.macros-1.96.27-d.ts} +1 -1
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder-1.96.27-d.ts +3 -0
- package/types/sap.fe.plugins.d.ts +1 -1
- package/types/sap.fe.semantics.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.gantt.d.ts +1 -1
- package/types/sap.m.d.ts +31 -1
- 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.sac.grid.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -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 +1 -1
- package/types/sap.ui.core.d.ts +13 -6
- 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.integration.d.ts +1 -1
- 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 +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +6 -6
- 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 +25 -7
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +1 -1
- 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.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.fe.placeholder-1.96.25-d.ts +0 -3
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
/// <reference path="./sap.esh.search.ui.d.ts"/>
|
|
36
36
|
/// <reference path="./sap.fe.common.d.ts"/>
|
|
37
37
|
/// <reference path="./sap.fe.core.d.ts"/>
|
|
38
|
-
/// <reference path="./sap.fe.macros-1.96.
|
|
38
|
+
/// <reference path="./sap.fe.macros-1.96.27-d.ts"/>
|
|
39
39
|
/// <reference path="./sap.fe.navigation.d.ts"/>
|
|
40
|
-
/// <reference path="./sap.fe.placeholder-1.96.
|
|
40
|
+
/// <reference path="./sap.fe.placeholder-1.96.27-d.ts"/>
|
|
41
41
|
/// <reference path="./sap.fe.plugins.d.ts"/>
|
|
42
42
|
/// <reference path="./sap.fe.semantics.d.ts"/>
|
|
43
43
|
/// <reference path="./sap.fe.templates.d.ts"/>
|
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.fe.common.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.fe.tools.d.ts
CHANGED
package/types/sap.gantt.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.96.
|
|
1
|
+
// For Library Version: 1.96.38
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -13750,6 +13750,13 @@ declare namespace sap {
|
|
|
13750
13750
|
| sap.ui.core.TextAlign
|
|
13751
13751
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
13752
13752
|
|
|
13753
|
+
/**
|
|
13754
|
+
* Disables rendering of the `style` attribute in the `FormattedText`.
|
|
13755
|
+
*/
|
|
13756
|
+
disableStyleAttribute?:
|
|
13757
|
+
| boolean
|
|
13758
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
13759
|
+
|
|
13753
13760
|
/**
|
|
13754
13761
|
* List of `sap.m.Link` controls that will be used to replace the placeholders in the text. Placeholders
|
|
13755
13762
|
* are replaced according to their indexes. The placeholder with index %%0 will be replaced by the first
|
|
@@ -43903,6 +43910,14 @@ declare namespace sap {
|
|
|
43903
43910
|
* Default value is `None`.
|
|
43904
43911
|
*/
|
|
43905
43912
|
getConvertLinksToAnchorTags(): sap.m.LinkConversion;
|
|
43913
|
+
/**
|
|
43914
|
+
* Gets current value of property {@link #getDisableStyleAttribute disableStyleAttribute}.
|
|
43915
|
+
*
|
|
43916
|
+
* Disables rendering of the `style` attribute in the `FormattedText`.
|
|
43917
|
+
*
|
|
43918
|
+
* Default value is `false`.
|
|
43919
|
+
*/
|
|
43920
|
+
getDisableStyleAttribute(): boolean;
|
|
43906
43921
|
/**
|
|
43907
43922
|
* Gets current value of property {@link #getHeight height}.
|
|
43908
43923
|
*
|
|
@@ -44059,6 +44074,21 @@ declare namespace sap {
|
|
|
44059
44074
|
*/
|
|
44060
44075
|
sConvertLinksToAnchorTags?: sap.m.LinkConversion
|
|
44061
44076
|
): this;
|
|
44077
|
+
/**
|
|
44078
|
+
* Sets a new value for property {@link #getDisableStyleAttribute disableStyleAttribute}.
|
|
44079
|
+
*
|
|
44080
|
+
* Disables rendering of the `style` attribute in the `FormattedText`.
|
|
44081
|
+
*
|
|
44082
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
44083
|
+
*
|
|
44084
|
+
* Default value is `false`.
|
|
44085
|
+
*/
|
|
44086
|
+
setDisableStyleAttribute(
|
|
44087
|
+
/**
|
|
44088
|
+
* New value for property `disableStyleAttribute`
|
|
44089
|
+
*/
|
|
44090
|
+
bDisableStyleAttribute?: boolean
|
|
44091
|
+
): this;
|
|
44062
44092
|
/**
|
|
44063
44093
|
* Sets a new value for property {@link #getHeight height}.
|
|
44064
44094
|
*
|
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.ovp.d.ts
CHANGED
package/types/sap.sac.grid.d.ts
CHANGED
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.comp.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
|
@@ -264,7 +264,7 @@ interface JQuery<TElement = HTMLElement> extends Iterable<TElement> {
|
|
|
264
264
|
): jQuery;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
// For Library Version: 1.96.
|
|
267
|
+
// For Library Version: 1.96.38
|
|
268
268
|
|
|
269
269
|
declare module "sap/base/assert" {
|
|
270
270
|
/**
|
|
@@ -1603,11 +1603,10 @@ declare module "sap/base/util/now" {
|
|
|
1603
1603
|
/**
|
|
1604
1604
|
* @SINCE 1.58
|
|
1605
1605
|
*
|
|
1606
|
-
* Returns a high resolution timestamp in microseconds
|
|
1607
|
-
*
|
|
1608
|
-
*
|
|
1609
|
-
*
|
|
1610
|
-
* function(now){new Date(now());}`
|
|
1606
|
+
* Returns a high resolution timestamp in microseconds. The timestamp is based on 01/01/1970 00:00:00 (UNIX
|
|
1607
|
+
* epoch) as float with microsecond precision. The fractional part of the timestamp represents fractions
|
|
1608
|
+
* of a millisecond. Converting to a `Date` is possible by using `require(["sap/base/util/now"], function(now){new
|
|
1609
|
+
* Date(now());}`
|
|
1611
1610
|
*/
|
|
1612
1611
|
export default function now(): float;
|
|
1613
1612
|
}
|
|
@@ -59852,6 +59851,10 @@ declare namespace sap {
|
|
|
59852
59851
|
* The version of the operating system as `float`.
|
|
59853
59852
|
*
|
|
59854
59853
|
* Might be `-1` if no version can be determined.
|
|
59854
|
+
*
|
|
59855
|
+
* **Note:** The property `version` may not contain the correct version for Windows 11 onwards, depending
|
|
59856
|
+
* on the point in time, the property is accessed or the browser's capability to provide the version. In
|
|
59857
|
+
* this case the `version` property may contain `10`.
|
|
59855
59858
|
*/
|
|
59856
59859
|
export const version: float;
|
|
59857
59860
|
|
|
@@ -59859,6 +59862,10 @@ declare namespace sap {
|
|
|
59859
59862
|
* The version of the operating system as `string`.
|
|
59860
59863
|
*
|
|
59861
59864
|
* Might be empty if no version can be determined.
|
|
59865
|
+
*
|
|
59866
|
+
* **Note:** The property `versionStr` may not contain the correct version for Windows 11 onwards, depending
|
|
59867
|
+
* on the point in time, the property is accessed or the browser's capability to provide the version. In
|
|
59868
|
+
* this case the `versionStr` property may contain `10`.
|
|
59862
59869
|
*/
|
|
59863
59870
|
export const versionStr: string;
|
|
59864
59871
|
|
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.96.
|
|
1
|
+
// For Library Version: 1.96.38
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -180,7 +180,7 @@ declare namespace sap {
|
|
|
180
180
|
* - `workbook.context` - Context object that will be applied to the generated file. It may contain the
|
|
181
181
|
* following fields:
|
|
182
182
|
* - `application` (string) - The application that creates the XLSX document (default: "SAP UI5")
|
|
183
|
-
* - `version` (string) - Application version that creates the XLSX document (default: "1.96.
|
|
183
|
+
* - `version` (string) - Application version that creates the XLSX document (default: "1.96.38")
|
|
184
184
|
* - `title` (string) - Title of the XLSX document (NOT the filename)
|
|
185
185
|
* - `modifiedBy` (string) - User context for the XLSX document
|
|
186
186
|
* - `sheetName` (string) - The label of the data sheet
|
|
@@ -266,7 +266,7 @@ declare namespace sap {
|
|
|
266
266
|
* columns: aColumns,
|
|
267
267
|
* context: {
|
|
268
268
|
* application: 'Debug Test Application',
|
|
269
|
-
* version: '1.96.
|
|
269
|
+
* version: '1.96.38',
|
|
270
270
|
* title: 'Some random title',
|
|
271
271
|
* modifiedBy: 'John Doe',
|
|
272
272
|
* metaSheetName: 'Custom metadata',
|
package/types/sap.ui.fl.d.ts
CHANGED
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.mdc.d.ts
CHANGED
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.96.
|
|
1
|
+
// For Library Version: 1.96.38
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -238,7 +238,7 @@ declare namespace sap {
|
|
|
238
238
|
static getType(): string;
|
|
239
239
|
}
|
|
240
240
|
/**
|
|
241
|
-
* @SINCE 1.96.
|
|
241
|
+
* @SINCE 1.96.38
|
|
242
242
|
*
|
|
243
243
|
* Defines the Audiences.
|
|
244
244
|
*/
|
|
@@ -257,7 +257,7 @@ declare namespace sap {
|
|
|
257
257
|
Internal = "Internal",
|
|
258
258
|
}
|
|
259
259
|
/**
|
|
260
|
-
* @SINCE 1.96.
|
|
260
|
+
* @SINCE 1.96.38
|
|
261
261
|
*
|
|
262
262
|
* Issue Categories.
|
|
263
263
|
*/
|
|
@@ -312,7 +312,7 @@ declare namespace sap {
|
|
|
312
312
|
Usage = "Usage",
|
|
313
313
|
}
|
|
314
314
|
/**
|
|
315
|
-
* @SINCE 1.96.
|
|
315
|
+
* @SINCE 1.96.38
|
|
316
316
|
*
|
|
317
317
|
* Analysis history formats.
|
|
318
318
|
*/
|
|
@@ -327,7 +327,7 @@ declare namespace sap {
|
|
|
327
327
|
String = "String",
|
|
328
328
|
}
|
|
329
329
|
/**
|
|
330
|
-
* @SINCE 1.96.
|
|
330
|
+
* @SINCE 1.96.38
|
|
331
331
|
*
|
|
332
332
|
* Defines severity types.
|
|
333
333
|
*/
|
|
@@ -346,7 +346,7 @@ declare namespace sap {
|
|
|
346
346
|
Medium = "Medium",
|
|
347
347
|
}
|
|
348
348
|
/**
|
|
349
|
-
* @SINCE 1.96.
|
|
349
|
+
* @SINCE 1.96.38
|
|
350
350
|
*
|
|
351
351
|
* Contains the available system presets.
|
|
352
352
|
*/
|
package/types/sap.ui.table.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.96.
|
|
1
|
+
// For Library Version: 1.96.38
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -4568,8 +4568,14 @@ declare namespace sap {
|
|
|
4568
4568
|
/**
|
|
4569
4569
|
* @SINCE 1.28.9
|
|
4570
4570
|
*
|
|
4571
|
-
*
|
|
4572
|
-
*
|
|
4571
|
+
* This property sets chosen days of the week as non-working days, and overrides the weekend days defined
|
|
4572
|
+
* in the locale settings. If set, the provided weekdays are displayed as non-working days.
|
|
4573
|
+
*
|
|
4574
|
+
* Users could override the non-working days for each week. Valid values inside the array are from 0
|
|
4575
|
+
* to 6. For example:
|
|
4576
|
+
* - A single day for each week - `[3]`.
|
|
4577
|
+
* - All days for each week - `[0,1,2,3,4,5,6]`.
|
|
4578
|
+
* - None of the days for each week - `[]`. In this case all weekdays are working days.
|
|
4573
4579
|
*
|
|
4574
4580
|
* **Note:** Keep in mind that this property sets only weekly-recurring days as non-working. If you need
|
|
4575
4581
|
* specific dates or dates ranges, such as national holidays, use the `specialDates` aggregation to set
|
|
@@ -6960,8 +6966,14 @@ declare namespace sap {
|
|
|
6960
6966
|
*
|
|
6961
6967
|
* Gets current value of property {@link #getNonWorkingDays nonWorkingDays}.
|
|
6962
6968
|
*
|
|
6963
|
-
*
|
|
6964
|
-
*
|
|
6969
|
+
* This property sets chosen days of the week as non-working days, and overrides the weekend days defined
|
|
6970
|
+
* in the locale settings. If set, the provided weekdays are displayed as non-working days.
|
|
6971
|
+
*
|
|
6972
|
+
* Users could override the non-working days for each week. Valid values inside the array are from 0
|
|
6973
|
+
* to 6. For example:
|
|
6974
|
+
* - A single day for each week - `[3]`.
|
|
6975
|
+
* - All days for each week - `[0,1,2,3,4,5,6]`.
|
|
6976
|
+
* - None of the days for each week - `[]`. In this case all weekdays are working days.
|
|
6965
6977
|
*
|
|
6966
6978
|
* **Note:** Keep in mind that this property sets only weekly-recurring days as non-working. If you need
|
|
6967
6979
|
* specific dates or dates ranges, such as national holidays, use the `specialDates` aggregation to set
|
|
@@ -7321,8 +7333,14 @@ declare namespace sap {
|
|
|
7321
7333
|
*
|
|
7322
7334
|
* Sets a new value for property {@link #getNonWorkingDays nonWorkingDays}.
|
|
7323
7335
|
*
|
|
7324
|
-
*
|
|
7325
|
-
*
|
|
7336
|
+
* This property sets chosen days of the week as non-working days, and overrides the weekend days defined
|
|
7337
|
+
* in the locale settings. If set, the provided weekdays are displayed as non-working days.
|
|
7338
|
+
*
|
|
7339
|
+
* Users could override the non-working days for each week. Valid values inside the array are from 0
|
|
7340
|
+
* to 6. For example:
|
|
7341
|
+
* - A single day for each week - `[3]`.
|
|
7342
|
+
* - All days for each week - `[0,1,2,3,4,5,6]`.
|
|
7343
|
+
* - None of the days for each week - `[]`. In this case all weekdays are working days.
|
|
7326
7344
|
*
|
|
7327
7345
|
* **Note:** Keep in mind that this property sets only weekly-recurring days as non-working. If you need
|
|
7328
7346
|
* specific dates or dates ranges, such as national holidays, use the `specialDates` aggregation to set
|
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.ushell.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED
package/types/sap.zen.dsh.d.ts
CHANGED