@openui5/ts-types 1.100.0 → 1.100.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.f.d.ts +1 -1
- package/types/sap.m.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.core.d.ts +1 -1
- package/types/sap.ui.dt.d.ts +1 -1
- 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.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 +1 -1
- package/types/sap.ui.ux3.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 +1 -1
- package/types/sap.uxap.d.ts +1 -1
package/package.json
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
package/types/sap.ui.dt.d.ts
CHANGED
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.100.
|
|
1
|
+
// For Library Version: 1.100.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -232,7 +232,7 @@ declare namespace sap {
|
|
|
232
232
|
static getType(): string;
|
|
233
233
|
}
|
|
234
234
|
/**
|
|
235
|
-
* @SINCE 1.100.
|
|
235
|
+
* @SINCE 1.100.1
|
|
236
236
|
*
|
|
237
237
|
* Defines the Audiences.
|
|
238
238
|
*/
|
|
@@ -251,7 +251,7 @@ declare namespace sap {
|
|
|
251
251
|
Internal = "Internal",
|
|
252
252
|
}
|
|
253
253
|
/**
|
|
254
|
-
* @SINCE 1.100.
|
|
254
|
+
* @SINCE 1.100.1
|
|
255
255
|
*
|
|
256
256
|
* Issue Categories.
|
|
257
257
|
*/
|
|
@@ -306,7 +306,7 @@ declare namespace sap {
|
|
|
306
306
|
Usage = "Usage",
|
|
307
307
|
}
|
|
308
308
|
/**
|
|
309
|
-
* @SINCE 1.100.
|
|
309
|
+
* @SINCE 1.100.1
|
|
310
310
|
*
|
|
311
311
|
* Analysis history formats.
|
|
312
312
|
*/
|
|
@@ -321,7 +321,7 @@ declare namespace sap {
|
|
|
321
321
|
String = "String",
|
|
322
322
|
}
|
|
323
323
|
/**
|
|
324
|
-
* @SINCE 1.100.
|
|
324
|
+
* @SINCE 1.100.1
|
|
325
325
|
*
|
|
326
326
|
* Defines severity types.
|
|
327
327
|
*/
|
|
@@ -340,7 +340,7 @@ declare namespace sap {
|
|
|
340
340
|
Medium = "Medium",
|
|
341
341
|
}
|
|
342
342
|
/**
|
|
343
|
-
* @SINCE 1.100.
|
|
343
|
+
* @SINCE 1.100.1
|
|
344
344
|
*
|
|
345
345
|
* Contains the available system presets.
|
|
346
346
|
*/
|
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED