@sapui5/ts-types-esm 1.138.1 → 1.139.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/README.md +1 -1
- package/package.json +1 -1
- package/types/{sap.ui.core.d.ts → core-1.139.0-esm-d.ts} +112 -31
- package/types/index.d.ts +3 -3
- package/types/{sap.ui.mdc.d.ts → mdc-1.139.0-esm-d.ts} +16 -2
- package/types/{sap.m.d.ts → mobile-1.139.0-esm-d.ts} +488 -20
- 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.cux.home.d.ts +1 -35
- package/types/sap.esh.search.ui.d.ts +10 -4
- package/types/sap.f.d.ts +5 -5
- package/types/sap.fe.ariba.d.ts +1 -1
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +30 -8
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +82 -3
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +13 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +55 -13
- package/types/sap.insights.d.ts +1 -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.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +1 -127
- package/types/sap.suite.ui.commons.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 +110 -2
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- 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 +57 -20
- package/types/sap.ui.layout.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 +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 +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 +86 -53
- 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 +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +60 -18
- 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
package/types/sap.ui.export.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.139.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/integration/library" {
|
|
4
4
|
import { URI } from "sap/ui/core/library";
|
|
@@ -956,7 +956,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
956
956
|
} from "sap/ui/base/ManagedObject";
|
|
957
957
|
|
|
958
958
|
/**
|
|
959
|
-
* Settings for blocking message that
|
|
959
|
+
* Settings for blocking message that occurred in a {@link sap.ui.integration.widgets.Card}
|
|
960
960
|
*
|
|
961
961
|
* @experimental As of version 1.114.
|
|
962
962
|
*/
|
|
@@ -998,6 +998,29 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
998
998
|
additionalContent?: any[];
|
|
999
999
|
};
|
|
1000
1000
|
|
|
1001
|
+
/**
|
|
1002
|
+
* Settings for card request error.
|
|
1003
|
+
*
|
|
1004
|
+
* **Note:** For backward compatibility, the object can also be accessed as an array with the properties
|
|
1005
|
+
* in the order - message, response, and responseText.
|
|
1006
|
+
*
|
|
1007
|
+
* @experimental As of version 1.139.
|
|
1008
|
+
*/
|
|
1009
|
+
export type CardRequestError = {
|
|
1010
|
+
/**
|
|
1011
|
+
* The error message
|
|
1012
|
+
*/
|
|
1013
|
+
message: string;
|
|
1014
|
+
/**
|
|
1015
|
+
* The response object
|
|
1016
|
+
*/
|
|
1017
|
+
response: object;
|
|
1018
|
+
/**
|
|
1019
|
+
* The response text
|
|
1020
|
+
*/
|
|
1021
|
+
responseText: string;
|
|
1022
|
+
};
|
|
1023
|
+
|
|
1001
1024
|
/**
|
|
1002
1025
|
* A control that represents a container with a header and content.
|
|
1003
1026
|
*
|
|
@@ -1874,9 +1897,15 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1874
1897
|
*/
|
|
1875
1898
|
removeAllActionDefinitions(): ActionDefinition[];
|
|
1876
1899
|
/**
|
|
1877
|
-
* Performs an
|
|
1900
|
+
* Performs an asynchronous network request using the specified request settings, enabling dynamic bindings
|
|
1901
|
+
* to card configurations, such as CSRF tokens, destinations, and parameters. If the request is successful,
|
|
1902
|
+
* it returns a Promise that resolves with the response data.
|
|
1878
1903
|
*
|
|
1879
|
-
*
|
|
1904
|
+
* If an error occurs during the request, the Promise will reject with a {@link sap.ui.integration.CardRequestError}.
|
|
1905
|
+
*
|
|
1906
|
+
* For more details on card data handling and request settings see [Card Explorer Data Section]{@link https://ui5.sap.com/test-resources/sap/ui/integration/demokit/cardExplorer/webapp/index.html#/learn/features/data}.
|
|
1907
|
+
*
|
|
1908
|
+
* @since 1.79
|
|
1880
1909
|
*
|
|
1881
1910
|
* @returns Resolves when the request is successful, rejects otherwise.
|
|
1882
1911
|
*/
|
|
@@ -1925,7 +1954,8 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1925
1954
|
*/
|
|
1926
1955
|
headers?: object;
|
|
1927
1956
|
/**
|
|
1928
|
-
* Indicates whether cross-site requests should be made using credentials.
|
|
1957
|
+
* Indicates whether cross-site requests should be made using credentials. Same-origin requests are always
|
|
1958
|
+
* made using credentials.
|
|
1929
1959
|
*/
|
|
1930
1960
|
withCredentials?: boolean;
|
|
1931
1961
|
}
|
|
@@ -2479,9 +2509,15 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
2479
2509
|
vActionDefinition: int | string | ActionDefinition
|
|
2480
2510
|
): ActionDefinition | null;
|
|
2481
2511
|
/**
|
|
2482
|
-
* Performs an
|
|
2512
|
+
* Performs an asynchronous network request using the specified request settings, enabling dynamic bindings
|
|
2513
|
+
* to card configurations, such as CSRF tokens, destinations, and parameters. If the request is successful,
|
|
2514
|
+
* it returns a Promise that resolves with the response data.
|
|
2483
2515
|
*
|
|
2484
|
-
*
|
|
2516
|
+
* If an error occurs during the request, the Promise will reject with a {@link sap.ui.integration.CardRequestError}.
|
|
2517
|
+
*
|
|
2518
|
+
* For more details on card data handling and request settings see [Card Explorer Data Section]{@link https://ui5.sap.com/test-resources/sap/ui/integration/demokit/cardExplorer/webapp/index.html#/learn/features/data}.
|
|
2519
|
+
*
|
|
2520
|
+
* @since 1.79
|
|
2485
2521
|
*
|
|
2486
2522
|
* @returns Resolves when the request is successful, rejects otherwise.
|
|
2487
2523
|
*/
|
|
@@ -2530,7 +2566,8 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
2530
2566
|
*/
|
|
2531
2567
|
headers?: object;
|
|
2532
2568
|
/**
|
|
2533
|
-
* Indicates whether cross-site requests should be made using credentials.
|
|
2569
|
+
* Indicates whether cross-site requests should be made using credentials. Same-origin requests are always
|
|
2570
|
+
* made using credentials.
|
|
2534
2571
|
*/
|
|
2535
2572
|
withCredentials?: boolean;
|
|
2536
2573
|
}
|
|
@@ -3078,7 +3115,7 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsBoolean" {
|
|
|
3078
3115
|
* Validates if the provided value is a boolean or binding string.
|
|
3079
3116
|
*
|
|
3080
3117
|
* @since 1.81
|
|
3081
|
-
* @experimental 1.81
|
|
3118
|
+
* @experimental As of version 1.81.
|
|
3082
3119
|
*/
|
|
3083
3120
|
interface IsBoolean {
|
|
3084
3121
|
/**
|
|
@@ -3103,7 +3140,7 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsDate" {
|
|
|
3103
3140
|
* Validates if the provided value can be parsed to a valid date.
|
|
3104
3141
|
*
|
|
3105
3142
|
* @since 1.81
|
|
3106
|
-
* @experimental 1.81
|
|
3143
|
+
* @experimental As of version 1.81.
|
|
3107
3144
|
*/
|
|
3108
3145
|
interface IsDate {
|
|
3109
3146
|
/**
|
|
@@ -3128,7 +3165,7 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsInteger" {
|
|
|
3128
3165
|
* Validates if the provided value is an integer or binding string.
|
|
3129
3166
|
*
|
|
3130
3167
|
* @since 1.81
|
|
3131
|
-
* @experimental 1.81
|
|
3168
|
+
* @experimental As of version 1.81.
|
|
3132
3169
|
*/
|
|
3133
3170
|
interface IsInteger {
|
|
3134
3171
|
/**
|
|
@@ -3153,7 +3190,7 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsNumber" {
|
|
|
3153
3190
|
* Validates if the provided value is a number or binding string.
|
|
3154
3191
|
*
|
|
3155
3192
|
* @since 1.81
|
|
3156
|
-
* @experimental 1.81
|
|
3193
|
+
* @experimental As of version 1.81.
|
|
3157
3194
|
*/
|
|
3158
3195
|
interface IsNumber {
|
|
3159
3196
|
/**
|
|
@@ -3178,7 +3215,7 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey
|
|
|
3178
3215
|
* Validates if the provided value is one of the given keys.
|
|
3179
3216
|
*
|
|
3180
3217
|
* @since 1.81
|
|
3181
|
-
* @experimental 1.81
|
|
3218
|
+
* @experimental As of version 1.81.
|
|
3182
3219
|
*/
|
|
3183
3220
|
interface IsSelectedKey {
|
|
3184
3221
|
/**
|
|
@@ -3212,7 +3249,7 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsStringList"
|
|
|
3212
3249
|
* Validates if none of the provided values is an invalid binding.
|
|
3213
3250
|
*
|
|
3214
3251
|
* @since 1.81
|
|
3215
|
-
* @experimental 1.81
|
|
3252
|
+
* @experimental As of version 1.81.
|
|
3216
3253
|
*/
|
|
3217
3254
|
interface IsStringList {
|
|
3218
3255
|
/**
|
|
@@ -3237,7 +3274,7 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey"
|
|
|
3237
3274
|
* Validates if the provided key is unique in a list of given keys.
|
|
3238
3275
|
*
|
|
3239
3276
|
* @since 1.81
|
|
3240
|
-
* @experimental 1.81
|
|
3277
|
+
* @experimental As of version 1.81.
|
|
3241
3278
|
*/
|
|
3242
3279
|
interface IsUniqueKey {
|
|
3243
3280
|
/**
|
|
@@ -3275,7 +3312,7 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsUniqueList"
|
|
|
3275
3312
|
* Validates if the provided list contains no duplicates.
|
|
3276
3313
|
*
|
|
3277
3314
|
* @since 1.81
|
|
3278
|
-
* @experimental 1.81
|
|
3315
|
+
* @experimental As of version 1.81.
|
|
3279
3316
|
*/
|
|
3280
3317
|
interface IsUniqueList {
|
|
3281
3318
|
/**
|
|
@@ -3300,7 +3337,7 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsValidBindin
|
|
|
3300
3337
|
* Validates if the provided value is a valid binding.
|
|
3301
3338
|
*
|
|
3302
3339
|
* @since 1.81
|
|
3303
|
-
* @experimental 1.81
|
|
3340
|
+
* @experimental As of version 1.81.
|
|
3304
3341
|
*/
|
|
3305
3342
|
interface IsValidBinding {
|
|
3306
3343
|
/**
|
|
@@ -3334,7 +3371,7 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/MaxLength" {
|
|
|
3334
3371
|
* Validates if the provided value doesn't exceed the maximum length.
|
|
3335
3372
|
*
|
|
3336
3373
|
* @since 1.81
|
|
3337
|
-
* @experimental 1.81
|
|
3374
|
+
* @experimental As of version 1.81.
|
|
3338
3375
|
*/
|
|
3339
3376
|
interface MaxLength {
|
|
3340
3377
|
/**
|
|
@@ -3359,7 +3396,7 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/NotABinding"
|
|
|
3359
3396
|
* Validates if the provided value doesn't contain a binding.
|
|
3360
3397
|
*
|
|
3361
3398
|
* @since 1.81
|
|
3362
|
-
* @experimental 1.81
|
|
3399
|
+
* @experimental As of version 1.81.
|
|
3363
3400
|
*/
|
|
3364
3401
|
interface NotABinding {
|
|
3365
3402
|
/**
|
|
@@ -4812,7 +4849,7 @@ declare namespace sap {
|
|
|
4812
4849
|
* Validates if the provided value belongs to the icon pool.
|
|
4813
4850
|
*
|
|
4814
4851
|
* @since 1.81
|
|
4815
|
-
* @experimental 1.81
|
|
4852
|
+
* @experimental As of version 1.81.
|
|
4816
4853
|
*/
|
|
4817
4854
|
namespace IsInIconPool {
|
|
4818
4855
|
/**
|
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.ui.vbm.d.ts
CHANGED
package/types/sap.ui.vk.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.139.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/vk/library" {
|
|
4
4
|
/**
|
|
@@ -4898,6 +4898,8 @@ declare module "sap/ui/vk/ContentResource" {
|
|
|
4898
4898
|
* Gets current value of property {@link #getSourceType sourceType}.
|
|
4899
4899
|
*
|
|
4900
4900
|
* The source type of the content resource. Valid types:
|
|
4901
|
+
*
|
|
4902
|
+
*
|
|
4901
4903
|
* - vds
|
|
4902
4904
|
* - vds4
|
|
4903
4905
|
* - vds4-2d
|
|
@@ -4907,17 +4909,21 @@ declare module "sap/ui/vk/ContentResource" {
|
|
|
4907
4909
|
* - jpeg
|
|
4908
4910
|
* - gif
|
|
4909
4911
|
* - bmp
|
|
4910
|
-
* - tif
|
|
4911
|
-
* - tiff
|
|
4912
|
+
* - tif
|
|
4913
|
+
* - tiff
|
|
4912
4914
|
* - stream
|
|
4913
4915
|
* - stream2d
|
|
4914
4916
|
* - ecad
|
|
4915
|
-
* - pdf
|
|
4916
|
-
*
|
|
4917
|
-
*
|
|
4918
|
-
*
|
|
4919
|
-
*
|
|
4920
|
-
*
|
|
4917
|
+
* - pdf
|
|
4918
|
+
* - auto
|
|
4919
|
+
*
|
|
4920
|
+
* The source type may be omitted if this is a grouping content node. If the `source` property points
|
|
4921
|
+
* to an IPD Visualization service the `sourceType` property can be assigned value `auto`. The actual `sourceType`
|
|
4922
|
+
* property will be detected by making a request to the backend. NOTE: The tif and tiff image formats
|
|
4923
|
+
* are not supported on all browsers. Source type "vds" initializes deprecated DVL namespace and uses legacy
|
|
4924
|
+
* library to load and display VDS file content. If source type of "vds4" is used then new namespace based
|
|
4925
|
+
* on Threejs rendering model will be used to load and display VDS file content. Since DVL namespace is
|
|
4926
|
+
* deprecated in one of future releases it will be removed and source type "vds" will also use Threejs model.
|
|
4921
4927
|
*
|
|
4922
4928
|
*
|
|
4923
4929
|
* @returns Value of property `sourceType`
|
|
@@ -5310,6 +5316,8 @@ declare module "sap/ui/vk/ContentResource" {
|
|
|
5310
5316
|
* Sets a new value for property {@link #getSourceType sourceType}.
|
|
5311
5317
|
*
|
|
5312
5318
|
* The source type of the content resource. Valid types:
|
|
5319
|
+
*
|
|
5320
|
+
*
|
|
5313
5321
|
* - vds
|
|
5314
5322
|
* - vds4
|
|
5315
5323
|
* - vds4-2d
|
|
@@ -5319,17 +5327,21 @@ declare module "sap/ui/vk/ContentResource" {
|
|
|
5319
5327
|
* - jpeg
|
|
5320
5328
|
* - gif
|
|
5321
5329
|
* - bmp
|
|
5322
|
-
* - tif
|
|
5323
|
-
* - tiff
|
|
5330
|
+
* - tif
|
|
5331
|
+
* - tiff
|
|
5324
5332
|
* - stream
|
|
5325
5333
|
* - stream2d
|
|
5326
5334
|
* - ecad
|
|
5327
|
-
* - pdf
|
|
5328
|
-
*
|
|
5329
|
-
*
|
|
5330
|
-
*
|
|
5331
|
-
*
|
|
5332
|
-
*
|
|
5335
|
+
* - pdf
|
|
5336
|
+
* - auto
|
|
5337
|
+
*
|
|
5338
|
+
* The source type may be omitted if this is a grouping content node. If the `source` property points
|
|
5339
|
+
* to an IPD Visualization service the `sourceType` property can be assigned value `auto`. The actual `sourceType`
|
|
5340
|
+
* property will be detected by making a request to the backend. NOTE: The tif and tiff image formats
|
|
5341
|
+
* are not supported on all browsers. Source type "vds" initializes deprecated DVL namespace and uses legacy
|
|
5342
|
+
* library to load and display VDS file content. If source type of "vds4" is used then new namespace based
|
|
5343
|
+
* on Threejs rendering model will be used to load and display VDS file content. Since DVL namespace is
|
|
5344
|
+
* deprecated in one of future releases it will be removed and source type "vds" will also use Threejs model.
|
|
5333
5345
|
*
|
|
5334
5346
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
5335
5347
|
*
|
|
@@ -5389,6 +5401,8 @@ declare module "sap/ui/vk/ContentResource" {
|
|
|
5389
5401
|
|
|
5390
5402
|
/**
|
|
5391
5403
|
* The source type of the content resource. Valid types:
|
|
5404
|
+
*
|
|
5405
|
+
*
|
|
5392
5406
|
* - vds
|
|
5393
5407
|
* - vds4
|
|
5394
5408
|
* - vds4-2d
|
|
@@ -5398,17 +5412,21 @@ declare module "sap/ui/vk/ContentResource" {
|
|
|
5398
5412
|
* - jpeg
|
|
5399
5413
|
* - gif
|
|
5400
5414
|
* - bmp
|
|
5401
|
-
* - tif
|
|
5402
|
-
* - tiff
|
|
5415
|
+
* - tif
|
|
5416
|
+
* - tiff
|
|
5403
5417
|
* - stream
|
|
5404
5418
|
* - stream2d
|
|
5405
5419
|
* - ecad
|
|
5406
|
-
* - pdf
|
|
5407
|
-
*
|
|
5408
|
-
*
|
|
5409
|
-
*
|
|
5410
|
-
*
|
|
5411
|
-
*
|
|
5420
|
+
* - pdf
|
|
5421
|
+
* - auto
|
|
5422
|
+
*
|
|
5423
|
+
* The source type may be omitted if this is a grouping content node. If the `source` property points
|
|
5424
|
+
* to an IPD Visualization service the `sourceType` property can be assigned value `auto`. The actual `sourceType`
|
|
5425
|
+
* property will be detected by making a request to the backend. NOTE: The tif and tiff image formats
|
|
5426
|
+
* are not supported on all browsers. Source type "vds" initializes deprecated DVL namespace and uses legacy
|
|
5427
|
+
* library to load and display VDS file content. If source type of "vds4" is used then new namespace based
|
|
5428
|
+
* on Threejs rendering model will be used to load and display VDS file content. Since DVL namespace is
|
|
5429
|
+
* deprecated in one of future releases it will be removed and source type "vds" will also use Threejs model.
|
|
5412
5430
|
*/
|
|
5413
5431
|
sourceType?: string | PropertyBindingInfo;
|
|
5414
5432
|
|
|
@@ -20425,6 +20443,8 @@ declare module "sap/ui/vk/SceneTree" {
|
|
|
20425
20443
|
|
|
20426
20444
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
20427
20445
|
|
|
20446
|
+
import TreeTable from "sap/ui/table/TreeTable";
|
|
20447
|
+
|
|
20428
20448
|
import ContentConnector from "sap/ui/vk/ContentConnector";
|
|
20429
20449
|
|
|
20430
20450
|
import ViewStateManagerBase from "sap/ui/vk/ViewStateManagerBase";
|
|
@@ -20639,7 +20659,7 @@ declare module "sap/ui/vk/SceneTree" {
|
|
|
20639
20659
|
/**
|
|
20640
20660
|
* Gets content of aggregation {@link #getTreeTable treeTable}.
|
|
20641
20661
|
*/
|
|
20642
|
-
getTreeTable():
|
|
20662
|
+
getTreeTable(): TreeTable;
|
|
20643
20663
|
/**
|
|
20644
20664
|
* ID of the element which is the current target of the association {@link #getViewStateManager viewStateManager},
|
|
20645
20665
|
* or `null`.
|
|
@@ -20740,7 +20760,7 @@ declare module "sap/ui/vk/SceneTree" {
|
|
|
20740
20760
|
/**
|
|
20741
20761
|
* The treeTable to set
|
|
20742
20762
|
*/
|
|
20743
|
-
oTreeTable:
|
|
20763
|
+
oTreeTable: TreeTable
|
|
20744
20764
|
): this;
|
|
20745
20765
|
/**
|
|
20746
20766
|
* Sets the associated {@link #getViewStateManager viewStateManager}.
|
|
@@ -20780,7 +20800,7 @@ declare module "sap/ui/vk/SceneTree" {
|
|
|
20780
20800
|
*/
|
|
20781
20801
|
legacyVisibilityMode?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
20782
20802
|
|
|
20783
|
-
treeTable?:
|
|
20803
|
+
treeTable?: TreeTable;
|
|
20784
20804
|
|
|
20785
20805
|
/**
|
|
20786
20806
|
* An association to the `ContentConnector` instance that manages content resources.
|
|
@@ -26125,7 +26145,7 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26125
26145
|
import NodeHierarchy from "sap/ui/vk/NodeHierarchy";
|
|
26126
26146
|
|
|
26127
26147
|
/**
|
|
26128
|
-
* Manages the visibility and
|
|
26148
|
+
* Manages the visibility, selection, opacity and tint color states of nodes in the scene.
|
|
26129
26149
|
*
|
|
26130
26150
|
* @since 1.32.0
|
|
26131
26151
|
*/
|
|
@@ -26202,7 +26222,7 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26202
26222
|
* Enumerates IDs of the outlined nodes.
|
|
26203
26223
|
*
|
|
26204
26224
|
*
|
|
26205
|
-
* @returns `this` to allow method chaining
|
|
26225
|
+
* @returns Returns `this` to allow method chaining
|
|
26206
26226
|
*/
|
|
26207
26227
|
enumerateOutlinedNodes(
|
|
26208
26228
|
/**
|
|
@@ -26214,7 +26234,7 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26214
26234
|
* Enumerates IDs of the selected nodes.
|
|
26215
26235
|
*
|
|
26216
26236
|
*
|
|
26217
|
-
* @returns `this` to allow method chaining
|
|
26237
|
+
* @returns Returns `this` to allow method chaining
|
|
26218
26238
|
*/
|
|
26219
26239
|
enumerateSelection(
|
|
26220
26240
|
/**
|
|
@@ -26248,17 +26268,13 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26248
26268
|
*
|
|
26249
26269
|
* If a single node is passed to the method then a single value is returned.
|
|
26250
26270
|
* If an array of nodes is passed to the method then an array of values is returned.
|
|
26251
|
-
*
|
|
26252
|
-
*
|
|
26253
|
-
* @returns A single value or an array of values. Value `null` means that the node's own opacity should
|
|
26254
|
-
* be used.
|
|
26255
26271
|
*/
|
|
26256
26272
|
getOpacity(
|
|
26257
26273
|
/**
|
|
26258
26274
|
* The node reference or the array of node references.
|
|
26259
26275
|
*/
|
|
26260
26276
|
nodeRefs: any | any[]
|
|
26261
|
-
):
|
|
26277
|
+
): void;
|
|
26262
26278
|
/**
|
|
26263
26279
|
* Gets the outline color
|
|
26264
26280
|
*
|
|
@@ -26403,14 +26419,14 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26403
26419
|
nodeRef: any
|
|
26404
26420
|
): this;
|
|
26405
26421
|
/**
|
|
26406
|
-
* Sets the default
|
|
26422
|
+
* Sets the default selection color
|
|
26407
26423
|
*
|
|
26408
26424
|
*
|
|
26409
|
-
* @returns `this` to allow method chaining
|
|
26425
|
+
* @returns Returns `this` to allow method chaining
|
|
26410
26426
|
*/
|
|
26411
26427
|
setHighlightColor(
|
|
26412
26428
|
/**
|
|
26413
|
-
* The new
|
|
26429
|
+
* The new selection color. The value can be defined as a string in the CSS color format or as an integer
|
|
26414
26430
|
* in the ABGR format. If `null` is passed then the tint color is reset and the node's own tint color should
|
|
26415
26431
|
* be used.
|
|
26416
26432
|
*/
|
|
@@ -26428,11 +26444,32 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26428
26444
|
*/
|
|
26429
26445
|
state: /* was: sap.ui.vk.HighlightDisplayState */ any
|
|
26430
26446
|
): this;
|
|
26447
|
+
/**
|
|
26448
|
+
* Sets the highlight color of the nodes.
|
|
26449
|
+
*
|
|
26450
|
+
*
|
|
26451
|
+
* @returns Returns `this` to allow method chaining
|
|
26452
|
+
*/
|
|
26453
|
+
setNodesHighlightColor(
|
|
26454
|
+
/**
|
|
26455
|
+
* The node reference or the array of node references.
|
|
26456
|
+
*/
|
|
26457
|
+
nodeRefs: any | any[],
|
|
26458
|
+
/**
|
|
26459
|
+
* The new highlight color of the nodes. The value should be defined as an array of floats in the RGBA format.
|
|
26460
|
+
* If `null` is passed then the highlight color is reset and the node's own highlight color should be used.
|
|
26461
|
+
*/
|
|
26462
|
+
highlightColor: float[] | null,
|
|
26463
|
+
/**
|
|
26464
|
+
* This flag indicates if the change needs to propagate recursively to child nodes.
|
|
26465
|
+
*/
|
|
26466
|
+
recursive?: boolean
|
|
26467
|
+
): this;
|
|
26431
26468
|
/**
|
|
26432
26469
|
* Sets the opacity of the nodes.
|
|
26433
26470
|
*
|
|
26434
26471
|
*
|
|
26435
|
-
* @returns `this` to allow method chaining
|
|
26472
|
+
* @returns Returns `this` to allow method chaining
|
|
26436
26473
|
*/
|
|
26437
26474
|
setOpacity(
|
|
26438
26475
|
/**
|
|
@@ -26453,7 +26490,7 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26453
26490
|
* Sets the outline color
|
|
26454
26491
|
*
|
|
26455
26492
|
*
|
|
26456
|
-
* @returns `this` to allow method chaining
|
|
26493
|
+
* @returns Returns `this` to allow method chaining
|
|
26457
26494
|
*/
|
|
26458
26495
|
setOutlineColor(
|
|
26459
26496
|
/**
|
|
@@ -26479,7 +26516,7 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26479
26516
|
* Sets or resets the outlining state of the nodes.
|
|
26480
26517
|
*
|
|
26481
26518
|
*
|
|
26482
|
-
* @returns `this` to allow method chaining
|
|
26519
|
+
* @returns Returns `this` to allow method chaining
|
|
26483
26520
|
*/
|
|
26484
26521
|
setOutliningStates(
|
|
26485
26522
|
/**
|
|
@@ -26504,7 +26541,7 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26504
26541
|
*
|
|
26505
26542
|
* @deprecated As of version 1.56.3. Use {@link sap.ui.vk.threejs.ViewStateManager#setSelectionStates} instead.
|
|
26506
26543
|
*
|
|
26507
|
-
* @returns `this` to allow method chaining
|
|
26544
|
+
* @returns Returns `this` to allow method chaining
|
|
26508
26545
|
*/
|
|
26509
26546
|
setSelectionState(
|
|
26510
26547
|
/**
|
|
@@ -26528,7 +26565,7 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26528
26565
|
* Sets or resets the selection state of the nodes.
|
|
26529
26566
|
*
|
|
26530
26567
|
*
|
|
26531
|
-
* @returns `this` to allow method chaining
|
|
26568
|
+
* @returns Returns `this` to allow method chaining
|
|
26532
26569
|
*/
|
|
26533
26570
|
setSelectionStates(
|
|
26534
26571
|
/**
|
|
@@ -26561,7 +26598,7 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26561
26598
|
* Sets the tint color of the nodes.
|
|
26562
26599
|
*
|
|
26563
26600
|
*
|
|
26564
|
-
* @returns `this` to allow method chaining
|
|
26601
|
+
* @returns Returns `this` to allow method chaining
|
|
26565
26602
|
*/
|
|
26566
26603
|
setTintColor(
|
|
26567
26604
|
/**
|
|
@@ -26570,8 +26607,8 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26570
26607
|
nodeRefs: any | any[],
|
|
26571
26608
|
/**
|
|
26572
26609
|
* The new tint color of the nodes. The value can be defined as a string in the CSS color format or as an
|
|
26573
|
-
* integer in the ABGR format or it could be array of these values. If `null` is passed then the tint
|
|
26574
|
-
* is reset and the node's own tint color should be used.
|
|
26610
|
+
* integer in the ABGR format or it could be an array of these values. If `null` is passed then the tint
|
|
26611
|
+
* color is reset and the node's own tint color should be used.
|
|
26575
26612
|
*/
|
|
26576
26613
|
tintColor: CSSColor | int | CSSColor[] | int[] | null,
|
|
26577
26614
|
/**
|
|
@@ -26583,7 +26620,7 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26583
26620
|
* Sets the visibility state of the nodes.
|
|
26584
26621
|
*
|
|
26585
26622
|
*
|
|
26586
|
-
* @returns `this` to allow method chaining
|
|
26623
|
+
* @returns Returns `this` to allow method chaining
|
|
26587
26624
|
*/
|
|
26588
26625
|
setVisibilityState(
|
|
26589
26626
|
/**
|
|
@@ -46180,17 +46217,13 @@ declare module "sap/ui/vk/ViewStateManagerBase" {
|
|
|
46180
46217
|
*
|
|
46181
46218
|
* If a single node reference is passed to the method then a single value is returned.
|
|
46182
46219
|
* If an array of node references is passed to the method then an array of values is returned.
|
|
46183
|
-
*
|
|
46184
|
-
*
|
|
46185
|
-
* @returns A single value or an array of values. Value `null` means that the node's own opacity should
|
|
46186
|
-
* be used.
|
|
46187
46220
|
*/
|
|
46188
46221
|
getOpacity(
|
|
46189
46222
|
/**
|
|
46190
46223
|
* The node reference or the array of node references.
|
|
46191
46224
|
*/
|
|
46192
46225
|
nodeRefs: any | any[]
|
|
46193
|
-
):
|
|
46226
|
+
): void;
|
|
46194
46227
|
/**
|
|
46195
46228
|
* Gets the outline color
|
|
46196
46229
|
*
|
package/types/sap.ui.vtm.d.ts
CHANGED