@sapui5/ts-types 1.141.2 → 1.142.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 +8 -7
- 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.base.d.ts +3 -0
- package/types/sap.esh.search.ui.d.ts +152 -3
- package/types/sap.f.d.ts +1 -1
- 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 +50 -32
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +2646 -125
- package/types/sap.fe.navigation.d.ts +2 -2
- 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 +23 -11
- package/types/sap.fe.test.d.ts +8 -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 +4 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/{mobile-1.141.0-d.ts → sap.m.d.ts} +401 -54
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +106 -2
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +13 -3587
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +30 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/{tnt-1.141.0-d.ts → sap.tnt.d.ts} +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/{commons-1.141.0-d.ts → sap.ui.commons.d.ts} +1 -1
- package/types/sap.ui.comp.d.ts +78 -9
- package/types/{core-1.141.0-d.ts → sap.ui.core.d.ts} +712 -187
- package/types/{dt-1.141.0-d.ts → sap.ui.dt.d.ts} +1 -1
- package/types/sap.ui.export.d.ts +56 -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 +1 -1
- package/types/sap.ui.layout.d.ts +100 -94
- package/types/{mdc-1.141.0-d.ts → sap.ui.mdc.d.ts} +1600 -260
- 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 +13 -41
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +34 -78
- package/types/{ux3-1.141.0-d.ts → sap.ui.ux3.d.ts} +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +1 -1
- 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 +13 -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.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +326 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
|
@@ -279,7 +279,7 @@ declare namespace sap {
|
|
|
279
279
|
"sap/ui/thirdparty/qunit-2": undefined;
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
|
-
// For Library Version: 1.
|
|
282
|
+
// For Library Version: 1.142.0
|
|
283
283
|
|
|
284
284
|
declare module "sap/base/assert" {
|
|
285
285
|
/**
|
|
@@ -7180,6 +7180,506 @@ declare module "sap/ui/test/opaQunit" {
|
|
|
7180
7180
|
): void;
|
|
7181
7181
|
}
|
|
7182
7182
|
|
|
7183
|
+
declare module "sap/ui/test/starter/config" {
|
|
7184
|
+
/**
|
|
7185
|
+
* Code coverage options.
|
|
7186
|
+
*
|
|
7187
|
+
* The qunit-coverage/qunit-coverage-istanbul module is always loaded after QUnit has been loaded to enable
|
|
7188
|
+
* the coverage option. When the 'coverage' parameter is set in the URL (e.g. because the `coverage` checkbox
|
|
7189
|
+
* has been clicked), then "blanket" (if Istanbul is not used instead) is loaded before qunit-coverage to
|
|
7190
|
+
* avoid its synchronous loading. The `instrumenter` property identifies which tool for code coverage should
|
|
7191
|
+
* be used. If "auto" is chosen, a check determines whether Istanbul and its middleware are available, and
|
|
7192
|
+
* if so, they are loaded. Otherwise, "blanket" is used as a fallback.
|
|
7193
|
+
*
|
|
7194
|
+
* The following default coverage configuration is applied:
|
|
7195
|
+
*
|
|
7196
|
+
*
|
|
7197
|
+
* ```javascript
|
|
7198
|
+
*
|
|
7199
|
+
* {
|
|
7200
|
+
* only: null,
|
|
7201
|
+
* never: null,
|
|
7202
|
+
* branchTracking: false,
|
|
7203
|
+
* instrumenter: "auto"
|
|
7204
|
+
* }
|
|
7205
|
+
* ```
|
|
7206
|
+
*/
|
|
7207
|
+
export type CoverageConfiguration = {
|
|
7208
|
+
/**
|
|
7209
|
+
* List of modules or packages that should be instrumented. If not given, all modules are instrumented.
|
|
7210
|
+
* Default is null
|
|
7211
|
+
*/
|
|
7212
|
+
only?: string[];
|
|
7213
|
+
/**
|
|
7214
|
+
* List of modules or packages that never should be instrumented. Default is null
|
|
7215
|
+
*/
|
|
7216
|
+
never?: string[];
|
|
7217
|
+
|
|
7218
|
+
branchTracking?: boolean;
|
|
7219
|
+
/**
|
|
7220
|
+
* "auto" checks for istanbul middleware and loads istanbul instrumentation, otherwise blanket is used.
|
|
7221
|
+
* The other options set explicitly the desired instrumenter.
|
|
7222
|
+
*/
|
|
7223
|
+
instrumenter?: "auto" | "blanket" | "istanbul";
|
|
7224
|
+
};
|
|
7225
|
+
|
|
7226
|
+
/**
|
|
7227
|
+
* Describes what versions of QUnit are known to the test starter, which one to use for a test, and how
|
|
7228
|
+
* to configure it.
|
|
7229
|
+
*
|
|
7230
|
+
* Besides the documented properties, QUnit configuration options can be set as well. Currently supported
|
|
7231
|
+
* are `altertitle`, `collapse`, `filter`, `fixture`, `hidepassed`, `maxDepth`, `module`, `moduleId`, `notrycatch`,
|
|
7232
|
+
* `noglobals`, `seed`, `reorder`, `requireExpects`, `testId`, `testTimeout`, `scrolltop`.
|
|
7233
|
+
*
|
|
7234
|
+
* ## Default Configuration
|
|
7235
|
+
*
|
|
7236
|
+
* The following default QUnit configuration is applied:
|
|
7237
|
+
*
|
|
7238
|
+
*
|
|
7239
|
+
* ```javascript
|
|
7240
|
+
*
|
|
7241
|
+
* {
|
|
7242
|
+
* versions: {
|
|
7243
|
+
* 1: {
|
|
7244
|
+
* module: "sap/ui/thirdparty/qunit",
|
|
7245
|
+
* css: "sap/ui/thirdparty/qunit.css"
|
|
7246
|
+
* },
|
|
7247
|
+
* 2: {
|
|
7248
|
+
* module: "sap/ui/thirdparty/qunit-2",
|
|
7249
|
+
* css: "sap/ui/thirdparty/qunit-2.css"
|
|
7250
|
+
* },
|
|
7251
|
+
* edge: 2,
|
|
7252
|
+
* "true": "edge"
|
|
7253
|
+
* },
|
|
7254
|
+
* version: "edge"
|
|
7255
|
+
* }
|
|
7256
|
+
* ```
|
|
7257
|
+
*/
|
|
7258
|
+
export type QUnitConfiguration = {
|
|
7259
|
+
/**
|
|
7260
|
+
* Defines a set of available QUnit versions that the test starter can use.
|
|
7261
|
+
*
|
|
7262
|
+
* Allows for easier switch between different QUnit versions for tests by simply changing the `version`
|
|
7263
|
+
* property in the test configuration. The test starter then uses the versions map to find the correct files
|
|
7264
|
+
* for the requested version.
|
|
7265
|
+
*
|
|
7266
|
+
* The keys of this map can be used as values of the `version` property. The value can either be a `QUnitVersionInfo`
|
|
7267
|
+
* that names a JavaScript module and a CSS stylesheet resource for a QUnit version or it can be a reference
|
|
7268
|
+
* to another key (e.g. "edge" as an alias for a concrete version).
|
|
7269
|
+
*
|
|
7270
|
+
* By default, the map contains entries for the keys 1, 2, "edge" (same as 2) and "true" (same as "edge").
|
|
7271
|
+
* All predefined entries can be overridden in a testsuite or test.
|
|
7272
|
+
*/
|
|
7273
|
+
versions?: Record<string | number, string | number | QUnitVersionInfo>;
|
|
7274
|
+
/**
|
|
7275
|
+
* Version of QUnit that should be loaded.
|
|
7276
|
+
*
|
|
7277
|
+
* If set to a null, QUnit won't be loaded. If set to "edge", the newest available version of QUnit is used.
|
|
7278
|
+
* If set to a number, the corresponding major version of QUnit is used if supported. Currently supported
|
|
7279
|
+
* versions are 1 and 2. An error will be thrown for unsupported versions.
|
|
7280
|
+
*
|
|
7281
|
+
* Default is "edge"
|
|
7282
|
+
*/
|
|
7283
|
+
version?: null | false | int | "edge" | string;
|
|
7284
|
+
/**
|
|
7285
|
+
* Any valid QUnit configuration property
|
|
7286
|
+
*/
|
|
7287
|
+
[key: string]: any;
|
|
7288
|
+
};
|
|
7289
|
+
|
|
7290
|
+
/**
|
|
7291
|
+
* Describes the JavaScript and CSS resources of a certain QUnit version. Allows the test starter to start
|
|
7292
|
+
* a custom QUnit version not provided by the framework.
|
|
7293
|
+
*/
|
|
7294
|
+
export type QUnitVersionInfo = {
|
|
7295
|
+
/**
|
|
7296
|
+
* Module ID of the described QUnit version. Will be loaded with a sap.ui.require call when that QUnit version
|
|
7297
|
+
* is selected.
|
|
7298
|
+
*/
|
|
7299
|
+
module: string;
|
|
7300
|
+
/**
|
|
7301
|
+
* UI5 resource name of a CSS stylesheet that is loaded for the described QUnit version.
|
|
7302
|
+
*/
|
|
7303
|
+
css: string;
|
|
7304
|
+
};
|
|
7305
|
+
|
|
7306
|
+
/**
|
|
7307
|
+
* Describes what versions of Sinon are known to the test starter, which one to use for a test, and how
|
|
7308
|
+
* to configure it.
|
|
7309
|
+
*
|
|
7310
|
+
* For versions up to Sinon 4, further Sinon config options can be added and are copied into `sinon.config`.
|
|
7311
|
+
* Newer Sinon versions don't support such a config anymore. In Sinon 4, supported options are `injectIntoThis`,
|
|
7312
|
+
* `injectInto`, `properties`, `useFakeTimers`, `useFakeServer`
|
|
7313
|
+
*
|
|
7314
|
+
* The following default Sinon configuration is applied:
|
|
7315
|
+
*
|
|
7316
|
+
*
|
|
7317
|
+
* ```javascript
|
|
7318
|
+
*
|
|
7319
|
+
* {
|
|
7320
|
+
* versions: {
|
|
7321
|
+
* 1: {
|
|
7322
|
+
* module: "sap/ui/thirdparty/sinon",
|
|
7323
|
+
* bridge: "sap/ui/thirdparty/sinon-qunit"
|
|
7324
|
+
* },
|
|
7325
|
+
* 4: {
|
|
7326
|
+
* module: "sap/ui/thirdparty/sinon-4",
|
|
7327
|
+
* bridge: "sap/ui/qunit/sinon-qunit-bridge"
|
|
7328
|
+
* },
|
|
7329
|
+
* edge: 4,
|
|
7330
|
+
* "true": "edge"
|
|
7331
|
+
* },
|
|
7332
|
+
* version: "edge",
|
|
7333
|
+
* qunitBridge: true,
|
|
7334
|
+
* useFakeTimers: false,
|
|
7335
|
+
* useFakeServer: false
|
|
7336
|
+
* }
|
|
7337
|
+
* ```
|
|
7338
|
+
*/
|
|
7339
|
+
export type SinonConfiguration = {
|
|
7340
|
+
/**
|
|
7341
|
+
* Defines a set of available Sinon versions that the test starter can use.
|
|
7342
|
+
*
|
|
7343
|
+
* Allows for an easier switch between different Sinon versions for tests by simply changing the `version`
|
|
7344
|
+
* property in the test configuration. The test starter then uses the versions map to find the correct files
|
|
7345
|
+
* for the requested version.
|
|
7346
|
+
*
|
|
7347
|
+
* The keys of this map can be used as values of the `version` property. The value can either be a `SinonVersionInfo`
|
|
7348
|
+
* that names the JavaScript module for a Sinon version or it can be a reference to another key (e.g. "edge"
|
|
7349
|
+
* as an alias for a concrete version).
|
|
7350
|
+
*
|
|
7351
|
+
* By default, the map contains entries for the keys 1, 4, "edge" (same as 4) and "true" (same as "edge").
|
|
7352
|
+
* All predefined entries can be overridden in a testsuite or test.
|
|
7353
|
+
*/
|
|
7354
|
+
versions?: Record<string | number, string | number | SinonVersionInfo>;
|
|
7355
|
+
/**
|
|
7356
|
+
* Version of Sinon that should be loaded. Default: "edge"
|
|
7357
|
+
*
|
|
7358
|
+
* If set to null, Sinon won't be loaded. If set to "edge", the newest available version of Sinon is used.
|
|
7359
|
+
* If set to a number, the corresponding version of Sinon is used if supported. By default, supported versions
|
|
7360
|
+
* are 1 and 4. An error will be thrown for unsupported versions.
|
|
7361
|
+
*/
|
|
7362
|
+
version?: null | false | int | string;
|
|
7363
|
+
/**
|
|
7364
|
+
* Whether one of the sinon-qunit bridges is loaded.
|
|
7365
|
+
*
|
|
7366
|
+
* When set to true, the sap/ui/thirdparty/sinon-qunit bridge is loaded for Sinon 1 and the sap/ui/qunit/sinon-qunit-bridge
|
|
7367
|
+
* is loaded for newer versions of Sinon.
|
|
7368
|
+
*
|
|
7369
|
+
* The bridge is only loaded after both QUnit and Sinon have been loaded. If either QUnit or Sinon are not
|
|
7370
|
+
* loaded, no bridge is loaded.
|
|
7371
|
+
*
|
|
7372
|
+
* If Sinon is not loaded, but QUnit, the bridge will not be loaded, but a shim with dependencies will be
|
|
7373
|
+
* configured. This allows tests to load Sinon / the bridge on their own without taking care of the bridge
|
|
7374
|
+
* dependencies.
|
|
7375
|
+
*/
|
|
7376
|
+
qunitBridge?: boolean;
|
|
7377
|
+
/**
|
|
7378
|
+
* Any valid Sinon configuration property (up to Sinon version 4 at least)
|
|
7379
|
+
*/
|
|
7380
|
+
[key: string]: any;
|
|
7381
|
+
};
|
|
7382
|
+
|
|
7383
|
+
/**
|
|
7384
|
+
* Describes the JavaScript resource of a certain Sinon version. Allows the test starter to start a custom
|
|
7385
|
+
* Sinon version not provided by the framework.
|
|
7386
|
+
*/
|
|
7387
|
+
export type SinonVersionInfo = {
|
|
7388
|
+
/**
|
|
7389
|
+
* Module ID of the described Sinon version. Will be loaded with a sap.ui.require call when that Sinon version
|
|
7390
|
+
* is selected.
|
|
7391
|
+
*/
|
|
7392
|
+
module: string;
|
|
7393
|
+
/**
|
|
7394
|
+
* Module ID of a "bridge" that can integrate the Sinon version with QUnit, wrapping each test in a Sinon
|
|
7395
|
+
* sandbox. The bridge module will only be required by the test starter when the `qunitBridge` config option
|
|
7396
|
+
* of the test is set to true.
|
|
7397
|
+
*/
|
|
7398
|
+
bridge: string;
|
|
7399
|
+
};
|
|
7400
|
+
|
|
7401
|
+
export type SuiteConfiguration = {
|
|
7402
|
+
/**
|
|
7403
|
+
* Name of the test suite.
|
|
7404
|
+
*
|
|
7405
|
+
* This name is used as the title of the index page / testsuite page.
|
|
7406
|
+
*/
|
|
7407
|
+
name?: string;
|
|
7408
|
+
/**
|
|
7409
|
+
* An Object with default settings for all tests.
|
|
7410
|
+
*
|
|
7411
|
+
* The defaults and the test configuration are merged recursively in such a way that the merge contains
|
|
7412
|
+
* properties from both the defaults and the test config. If a property is defined by both config objects,
|
|
7413
|
+
* the value from the test config is used. There's no special handling for other types of values, e.g an
|
|
7414
|
+
* array value in the defaults is replaced by an array value in the test config.
|
|
7415
|
+
*
|
|
7416
|
+
* The test starter applies the following complete default configuration structure:
|
|
7417
|
+
*
|
|
7418
|
+
*
|
|
7419
|
+
* ```javascript
|
|
7420
|
+
*
|
|
7421
|
+
* {
|
|
7422
|
+
* name: null,
|
|
7423
|
+
* beforeBootstrap: null,
|
|
7424
|
+
* module: "./{name}.qunit",
|
|
7425
|
+
* page: "resources/sap/ui/test/starter/Test.qunit.html?testsuite={suite}&test={name}",
|
|
7426
|
+
* title: "QUnit tests '{name}' of suite '{suite}'",
|
|
7427
|
+
* qunit: "edge",
|
|
7428
|
+
* sinon: "edge",
|
|
7429
|
+
* coverage: {
|
|
7430
|
+
* only: null,
|
|
7431
|
+
* never: null,
|
|
7432
|
+
* branchTracking: false,
|
|
7433
|
+
* instrumenter: "auto"
|
|
7434
|
+
* },
|
|
7435
|
+
* ui5: {
|
|
7436
|
+
* bindingSyntax: "complex",
|
|
7437
|
+
* libs: []
|
|
7438
|
+
* },
|
|
7439
|
+
* bootCore: true,
|
|
7440
|
+
* autostart: true
|
|
7441
|
+
* }
|
|
7442
|
+
* ```
|
|
7443
|
+
*/
|
|
7444
|
+
defaults?: TestConfiguration;
|
|
7445
|
+
/**
|
|
7446
|
+
* A map with the individual test configurations, keyed by a unique test name.
|
|
7447
|
+
*
|
|
7448
|
+
* There's no technical limitation for the length or the characters of the test names. The name is used
|
|
7449
|
+
* only in the overview page showing all tests of your suite.
|
|
7450
|
+
*
|
|
7451
|
+
* By default, the name is also used to derive an ID for the module that contains the test cases. We therefore
|
|
7452
|
+
* recommend using names which are valid module IDs (no blanks, no special chars other than "/" or ".").
|
|
7453
|
+
* If you have multiple tests that execute the same module but with different configurations (e.g. different
|
|
7454
|
+
* QUnit versions or different URL parameters), you have to make up unique names and manually configure
|
|
7455
|
+
* the module IDs for them.
|
|
7456
|
+
*
|
|
7457
|
+
* The test starter applies the following complete default configuration structure:
|
|
7458
|
+
*
|
|
7459
|
+
*
|
|
7460
|
+
* ```javascript
|
|
7461
|
+
*
|
|
7462
|
+
* {
|
|
7463
|
+
* name: null,
|
|
7464
|
+
* beforeBootstrap: null,
|
|
7465
|
+
* module: "./{name}.qunit",
|
|
7466
|
+
* page: "resources/sap/ui/test/starter/Test.qunit.html?testsuite={suite}&test={name}",
|
|
7467
|
+
* title: "QUnit tests '{name}' of suite '{suite}'",
|
|
7468
|
+
* qunit: "edge",
|
|
7469
|
+
* sinon: "edge",
|
|
7470
|
+
* coverage: {
|
|
7471
|
+
* only: null,
|
|
7472
|
+
* never: null,
|
|
7473
|
+
* branchTracking: false,
|
|
7474
|
+
* instrumenter: "auto"
|
|
7475
|
+
* },
|
|
7476
|
+
* ui5: {
|
|
7477
|
+
* bindingSyntax: "complex",
|
|
7478
|
+
* libs: []
|
|
7479
|
+
* },
|
|
7480
|
+
* bootCore: true,
|
|
7481
|
+
* autostart: true
|
|
7482
|
+
* }
|
|
7483
|
+
* ```
|
|
7484
|
+
*/
|
|
7485
|
+
tests?: Record<string, TestConfiguration>;
|
|
7486
|
+
};
|
|
7487
|
+
|
|
7488
|
+
/**
|
|
7489
|
+
* Defines the configuration options for a single test in a testsuite. The same structure is also used for
|
|
7490
|
+
* the defaults of a testsuite.
|
|
7491
|
+
*
|
|
7492
|
+
* Some of the properties in this structure support placeholders for the name of the test (written as `{name}`)
|
|
7493
|
+
* and the module ID of the testsuite (written as {suite}>). These placeholders are substituted
|
|
7494
|
+
* before the test configuration is evaluated.
|
|
7495
|
+
*
|
|
7496
|
+
* Properties that represent UI5 module IDs also support relative module IDs (starting with `./`). They
|
|
7497
|
+
* are resolved relative to the package that contains the testsuite. This behaves the same as if the testsuite
|
|
7498
|
+
* module would use these IDs in its `sap.ui.define` call.
|
|
7499
|
+
*
|
|
7500
|
+
* The test starter applies the following complete default configuration structure:
|
|
7501
|
+
*
|
|
7502
|
+
*
|
|
7503
|
+
* ```javascript
|
|
7504
|
+
*
|
|
7505
|
+
* {
|
|
7506
|
+
* name: null, // Derived from test key
|
|
7507
|
+
* beforeBootstrap: null,
|
|
7508
|
+
* module: "./{name}.qunit",
|
|
7509
|
+
* page: "resources/sap/ui/test/starter/Test.qunit.html?testsuite={suite}&test={name}",
|
|
7510
|
+
* title: "QUnit tests '{name}' of suite '{suite}'",
|
|
7511
|
+
* qunit: "edge",
|
|
7512
|
+
* sinon: "edge",
|
|
7513
|
+
* coverage: {
|
|
7514
|
+
* only: null,
|
|
7515
|
+
* never: null,
|
|
7516
|
+
* branchTracking: false,
|
|
7517
|
+
* instrumenter: "auto"
|
|
7518
|
+
* },
|
|
7519
|
+
* ui5: {
|
|
7520
|
+
* bindingSyntax: "complex",
|
|
7521
|
+
* libs: []
|
|
7522
|
+
* },
|
|
7523
|
+
* bootCore: true,
|
|
7524
|
+
* autostart: true
|
|
7525
|
+
* }
|
|
7526
|
+
* ```
|
|
7527
|
+
*/
|
|
7528
|
+
export type TestConfiguration = {
|
|
7529
|
+
/**
|
|
7530
|
+
* The name of a group to which the test belongs.
|
|
7531
|
+
*
|
|
7532
|
+
* This is an optional string by which all tests in a testsuite will be sorted and grouped when they are
|
|
7533
|
+
* listed in a UI. The group name usually is shown as a prefix of the test name.
|
|
7534
|
+
*/
|
|
7535
|
+
group?: string;
|
|
7536
|
+
/**
|
|
7537
|
+
* Whether the test starter should skip a test file. Such tests will remain in the overview list but won't
|
|
7538
|
+
* be executed in the test suite.
|
|
7539
|
+
*/
|
|
7540
|
+
skip?: boolean;
|
|
7541
|
+
/**
|
|
7542
|
+
* Name of the test. If omitted, it is derived from the corresponding key in the ´tests` object of the enclosing
|
|
7543
|
+
* suite.
|
|
7544
|
+
*/
|
|
7545
|
+
name?: string;
|
|
7546
|
+
/**
|
|
7547
|
+
* A module to be executed before the UI5 framework is bootstrapped.
|
|
7548
|
+
*
|
|
7549
|
+
* This can be useful for setting up global configurations or mocks that need to exist before any UI5 code
|
|
7550
|
+
* runs.
|
|
7551
|
+
*
|
|
7552
|
+
* The value can be a relative module ID (e.g., `./mySetup.js`) and may use the placeholders `{name}` for
|
|
7553
|
+
* the test name and `{suite}` for the suite name.
|
|
7554
|
+
*/
|
|
7555
|
+
beforeBootstrap?: string;
|
|
7556
|
+
/**
|
|
7557
|
+
* ID(s) of the module(s) to load.
|
|
7558
|
+
*
|
|
7559
|
+
* Can either be a single string or an array of strings. Each given module ID can be a relative module ID
|
|
7560
|
+
* (relative to the package that contains the testsuite) and may use the placeholders `{name}` and `{suite}`.
|
|
7561
|
+
*
|
|
7562
|
+
* By default, a single module with the same name as the test and in the same package as the testsuite is
|
|
7563
|
+
* loaded.
|
|
7564
|
+
*/
|
|
7565
|
+
module?: string | string[];
|
|
7566
|
+
/**
|
|
7567
|
+
* URL of the test page to start for this test.
|
|
7568
|
+
*
|
|
7569
|
+
* By default, all tests use the generic starter page, which reads the suite configuration, finds the tests,
|
|
7570
|
+
* and starts the configured test components before it requires and executes the configured test module(s).
|
|
7571
|
+
*
|
|
7572
|
+
* The URL must either be relative to the application root or use the ui5:// protocol with a module name.
|
|
7573
|
+
* The URL can use the following placeholders, enclosed in curly braces: {suite} - replaced by the name
|
|
7574
|
+
* of the testsuite (configuration) {name} - replaced by the name of the current test
|
|
7575
|
+
*
|
|
7576
|
+
* By default, a generic test page uses the testsuite and test names as URL parameters `testsuite` and `test`,
|
|
7577
|
+
* respectively.
|
|
7578
|
+
*/
|
|
7579
|
+
page?: sap.ui.core.URI;
|
|
7580
|
+
/**
|
|
7581
|
+
* A map-like object with URL parameters that are appended to the `page` URL. Making this a separate property
|
|
7582
|
+
* allows to use the same page URL for all tests but with different URL parameters per test.
|
|
7583
|
+
*
|
|
7584
|
+
* Keys in the object are parameter names, and their values represent the parameter values. If the value
|
|
7585
|
+
* for a parameter is an array, the parameter will be added multiple times, once for each value in the array.
|
|
7586
|
+
*
|
|
7587
|
+
* Non-string values are not recommended and are cast to string (using the standard JavaScript `toString`
|
|
7588
|
+
* functionality).
|
|
7589
|
+
*/
|
|
7590
|
+
searchParams?: Record<string, string | string[]>;
|
|
7591
|
+
/**
|
|
7592
|
+
* A map-like object with URL parameters that are appended to the `page` URL. {@deprecated As of version
|
|
7593
|
+
* 1.141.0, use `searchParams` instead.}
|
|
7594
|
+
*/
|
|
7595
|
+
uriParams?: Record<string, string | string[]>;
|
|
7596
|
+
/**
|
|
7597
|
+
* Title of the test.
|
|
7598
|
+
*
|
|
7599
|
+
* The title can use the following placeholders, enclosed in curly braces: {suite} - replaced by the name
|
|
7600
|
+
* of the testsuite (configuration) {name} - replaced by the name of the current test
|
|
7601
|
+
*
|
|
7602
|
+
* By default, a title is chosen which contains the names of the testsuite and the test. The exact text
|
|
7603
|
+
* is not specified and may change.
|
|
7604
|
+
*
|
|
7605
|
+
* Default is "QUnit tests '{name}' of suite '{suite}'"
|
|
7606
|
+
*/
|
|
7607
|
+
title?: string;
|
|
7608
|
+
/**
|
|
7609
|
+
* Whether QUnit should be started, what version of it should be used, and what configuration should be
|
|
7610
|
+
* applied. Details are described in the {@link module:sap/ui/test/starter/config.QUnitConfiguration} type.
|
|
7611
|
+
*
|
|
7612
|
+
* The values `null`, `false`, `"edge"` as well as any numerical value are shortcut notations for `qunit:
|
|
7613
|
+
* { version: <value> }`.
|
|
7614
|
+
*
|
|
7615
|
+
* Default is to use the "edge" version without any additional configuration.
|
|
7616
|
+
*/
|
|
7617
|
+
qunit?: QUnitConfiguration | null | false | number | "edge";
|
|
7618
|
+
/**
|
|
7619
|
+
* Whether Sinon should be started, what version of it should be used, and what configuration should be
|
|
7620
|
+
* applied. Details are described in the {@link module:sap/ui/test/starter/config.SinonConfiguration} type.
|
|
7621
|
+
*
|
|
7622
|
+
* The values `null`, `false`, `"edge"` as well as any numerical value are shortcut notations for `sinon:
|
|
7623
|
+
* { version: <value> }`.
|
|
7624
|
+
*
|
|
7625
|
+
* Default is to use the "edge" version with a QUnit bridge, but without fake timers and fake servers.
|
|
7626
|
+
*/
|
|
7627
|
+
sinon?: SinonConfiguration;
|
|
7628
|
+
/**
|
|
7629
|
+
* Code coverage options.
|
|
7630
|
+
*
|
|
7631
|
+
* The qunit-coverage/qunit-coverage-istanbul module is always loaded after QUnit has been loaded to enable
|
|
7632
|
+
* the coverage option. When the 'coverage' parameter is set in the URL (e.g. because the `coverage` checkbox
|
|
7633
|
+
* has been clicked), then "blanket" (if Istanbul is not used instead) will be loaded before qunit-coverage
|
|
7634
|
+
* to avoid its synchronous loading.
|
|
7635
|
+
*
|
|
7636
|
+
* The `instrumenter` property identifies which tool for code coverage should be used. If "auto" is chosen,
|
|
7637
|
+
* a check determines whether Istanbul and its middleware are available, and if so, they will be loaded.
|
|
7638
|
+
* Otherwise, "blanket" is used as a fallback.
|
|
7639
|
+
*
|
|
7640
|
+
* The default is to automatically determine the instrumenter to use ("auto") and not to use branch tracking.
|
|
7641
|
+
*/
|
|
7642
|
+
coverage?: CoverageConfiguration;
|
|
7643
|
+
/**
|
|
7644
|
+
* Configuration options for the ui5loader.
|
|
7645
|
+
*
|
|
7646
|
+
* The configured object value is given to the {@link sap.ui.loader.config} API and supports nearly all
|
|
7647
|
+
* configuration options that are documented for that API. The only exception is the async flag, which is
|
|
7648
|
+
* already set to true by the test starter. The ui5loader doesn't support switching back to sync mode (async:false).
|
|
7649
|
+
*/
|
|
7650
|
+
loader?: Record<string, any>;
|
|
7651
|
+
/**
|
|
7652
|
+
* UI5 runtime configuration options.
|
|
7653
|
+
*
|
|
7654
|
+
* Any configured property is made available to the runtime as if it was given in the `window["sap-ui-config"]`
|
|
7655
|
+
* config object. If a value is of a type not supported for window["sap-ui-config"], executing the UI5 core
|
|
7656
|
+
* might fail. As the only current exception, the "libs" property can be an array of library names and not
|
|
7657
|
+
* only a comma-separated string.
|
|
7658
|
+
*
|
|
7659
|
+
* To ease test development, the test starter applies the following defaults. Note that any default is only
|
|
7660
|
+
* applied if the corresponding property has not been defined in the test-specific configuration.
|
|
7661
|
+
* - `bindingSyntax: "complex"`
|
|
7662
|
+
*/
|
|
7663
|
+
ui5?: Record<string, any>;
|
|
7664
|
+
/**
|
|
7665
|
+
* Whether the UI5 core (sap/ui/core/Core.js) should be required and booted.
|
|
7666
|
+
*
|
|
7667
|
+
* When this option is true, the core is not only loaded and started, but loading and execution of the test
|
|
7668
|
+
* module(s) is also delayed until a listener registered with sap.ui.getCore().attachInit() has been executed.
|
|
7669
|
+
*
|
|
7670
|
+
* {@deprecated As of version 1.120, it should not be used in new tests}
|
|
7671
|
+
*/
|
|
7672
|
+
bootCore?: boolean;
|
|
7673
|
+
/**
|
|
7674
|
+
* Whether the test starter should call QUnit.start() after all prerequisites have been fulfilled (e.g.
|
|
7675
|
+
* QUnit, Sinon, a bridge, have been loaded, coverage tooling has been loaded and configured, the Core has
|
|
7676
|
+
* been booted, the test modules have been loaded and executed, any Promises returned by the test modules
|
|
7677
|
+
* have been resolved).
|
|
7678
|
+
*/
|
|
7679
|
+
autostart?: boolean;
|
|
7680
|
+
};
|
|
7681
|
+
}
|
|
7682
|
+
|
|
7183
7683
|
declare module "sap/ui/test/utils/nextUIUpdate" {
|
|
7184
7684
|
/**
|
|
7185
7685
|
* Return a Promise that resolves when the next Rendering is ready. If no rendering is sheduled it resolves
|
|
@@ -26283,45 +26783,26 @@ declare namespace sap {
|
|
|
26283
26783
|
* **Parameter:**
|
|
26284
26784
|
* ```javascript
|
|
26285
26785
|
*
|
|
26286
|
-
*
|
|
26287
|
-
*
|
|
26288
|
-
*
|
|
26289
|
-
*
|
|
26290
|
-
*
|
|
26291
|
-
*
|
|
26292
|
-
*
|
|
26293
|
-
*
|
|
26786
|
+
* {
|
|
26787
|
+
* parameterName1: "parameterValue1",
|
|
26788
|
+
* parameterName2: "parameterValue2",
|
|
26789
|
+
* "?queryParameterName": {
|
|
26790
|
+
* queryParameterName1: "queryParameterValue1"
|
|
26791
|
+
* }
|
|
26792
|
+
* }
|
|
26793
|
+
* ```
|
|
26294
26794
|
*/
|
|
26295
26795
|
oParameters?: object,
|
|
26296
26796
|
/**
|
|
26297
|
-
*
|
|
26298
|
-
* route
|
|
26299
|
-
*
|
|
26300
|
-
*
|
|
26301
|
-
* target can be given within the `componentTargetInfo` property which contains the same properties as the
|
|
26302
|
-
* top level.
|
|
26797
|
+
* Defines routing information for nested component targets. For each nested component target, you can specify
|
|
26798
|
+
* the route name and its parameters of the nested router. This allows matching a non-empty route pattern
|
|
26799
|
+
* in the nested component directly during this `navTo` call. The same structure can be used recursively
|
|
26800
|
+
* for deeper levels of nested component targets.
|
|
26303
26801
|
*/
|
|
26304
|
-
oComponentTargetInfo?:
|
|
26305
|
-
|
|
26306
|
-
|
|
26307
|
-
|
|
26308
|
-
*/
|
|
26309
|
-
anyName?: {
|
|
26310
|
-
/**
|
|
26311
|
-
* The name of the route which should be matched after this navTo call.
|
|
26312
|
-
*/
|
|
26313
|
-
route?: string;
|
|
26314
|
-
/**
|
|
26315
|
-
* The parameters for the route. See the documentation of the `oParameters`.
|
|
26316
|
-
*/
|
|
26317
|
-
parameters?: object;
|
|
26318
|
-
/**
|
|
26319
|
-
* The information for the targets within a nested component. This shares the same structure with the `oComponentTargetInfo`
|
|
26320
|
-
* parameter.
|
|
26321
|
-
*/
|
|
26322
|
-
componentTargetInfo?: object;
|
|
26323
|
-
};
|
|
26324
|
-
},
|
|
26802
|
+
oComponentTargetInfo?: Record<
|
|
26803
|
+
string,
|
|
26804
|
+
sap.ui.core.routing.ComponentTargetParameters
|
|
26805
|
+
>,
|
|
26325
26806
|
/**
|
|
26326
26807
|
* If set to `true`, the hash is replaced, and there will be no entry in the browser history. If set to
|
|
26327
26808
|
* `false`, the hash is set and the entry is stored in the browser history.
|
|
@@ -26363,14 +26844,14 @@ declare namespace sap {
|
|
|
26363
26844
|
* **Parameter:**
|
|
26364
26845
|
* ```javascript
|
|
26365
26846
|
*
|
|
26366
|
-
*
|
|
26367
|
-
*
|
|
26368
|
-
*
|
|
26369
|
-
*
|
|
26370
|
-
*
|
|
26371
|
-
*
|
|
26372
|
-
*
|
|
26373
|
-
*
|
|
26847
|
+
* {
|
|
26848
|
+
* parameterName1: "parameterValue1",
|
|
26849
|
+
* parameterName2: "parameterValue2",
|
|
26850
|
+
* "?queryParameterName": {
|
|
26851
|
+
* queryParameterName1: "queryParameterValue1"
|
|
26852
|
+
* }
|
|
26853
|
+
* }
|
|
26854
|
+
* ```
|
|
26374
26855
|
*/
|
|
26375
26856
|
oParameters?: object,
|
|
26376
26857
|
/**
|
|
@@ -27592,6 +28073,24 @@ declare namespace sap {
|
|
|
27592
28073
|
parent?: string;
|
|
27593
28074
|
};
|
|
27594
28075
|
|
|
28076
|
+
type ComponentTargetParameters = {
|
|
28077
|
+
/**
|
|
28078
|
+
* The name of the route which should be matched after this navTo call.
|
|
28079
|
+
*/
|
|
28080
|
+
route: string;
|
|
28081
|
+
/**
|
|
28082
|
+
* The parameters for the route
|
|
28083
|
+
*/
|
|
28084
|
+
parameters?: Record<string, string | Record<string, string>>;
|
|
28085
|
+
/**
|
|
28086
|
+
* Information for deeper nested component targets
|
|
28087
|
+
*/
|
|
28088
|
+
componentTargetInfo?: Record<
|
|
28089
|
+
string,
|
|
28090
|
+
sap.ui.core.routing.ComponentTargetParameters
|
|
28091
|
+
>;
|
|
28092
|
+
};
|
|
28093
|
+
|
|
27595
28094
|
/**
|
|
27596
28095
|
* The object containing the event info for the events that are forwarded to {@link sap.ui.core.routing.RouterHashChanger}.
|
|
27597
28096
|
*
|
|
@@ -33594,8 +34093,7 @@ declare namespace sap {
|
|
|
33594
34093
|
*
|
|
33595
34094
|
* UI5 currently does not provide a recommended implementation of `TooltipBase` as the use of content-rich
|
|
33596
34095
|
* tooltips is discouraged by the Fiori Design Guidelines. Existing subclasses of `TooltipBase` therefore
|
|
33597
|
-
* have been deprecated.
|
|
33598
|
-
* when needed (potentially taking the deprecated implementations as a starting point).
|
|
34096
|
+
* have been deprecated.
|
|
33599
34097
|
*
|
|
33600
34098
|
* See the section {@link https://experience.sap.com/fiori-design-web/using-tooltips/ Using Tooltips} in
|
|
33601
34099
|
* the Fiori Design Guideline.
|
|
@@ -44100,9 +44598,9 @@ declare namespace sap {
|
|
|
44100
44598
|
*
|
|
44101
44599
|
* **Note:** Dependencies between libraries have to be modeled consistently in several places:
|
|
44102
44600
|
* - Both eager and lazy dependencies have to be modelled in the `.library` file.
|
|
44103
|
-
* - By default, UI5
|
|
44104
|
-
*
|
|
44105
|
-
*
|
|
44601
|
+
* - By default, UI5 CLI generates a `manifest.json` file from the content of the `.library` file. However,
|
|
44602
|
+
* if the `manifest.json` file for the library is not generated but maintained manually, it must be kept
|
|
44603
|
+
* consistent with the `.library` file, especially regarding its listed library dependencies.
|
|
44106
44604
|
* - All eager library dependencies must be declared as AMD dependencies of the `library.js` module by
|
|
44107
44605
|
* referring to the corresponding `"some/lib/namespace/library"` module of each library dependency.
|
|
44108
44606
|
*
|
|
@@ -54909,6 +55407,10 @@ declare namespace sap {
|
|
|
54909
55407
|
* Sets `oValue` as new value for the property defined by the given `sPath` and `oContext`. Once the new
|
|
54910
55408
|
* model value has been set, all interested parties are informed.
|
|
54911
55409
|
*
|
|
55410
|
+
* Consecutive calls of this method which update bindings ***synchronously*** may cause performance issues;
|
|
55411
|
+
* see {@link https://ui5.sap.com/#/topic/18a76b577b144bc2b9b424e39d379c06 Performance Impact of Model Updates }
|
|
55412
|
+
* for details.
|
|
55413
|
+
*
|
|
54912
55414
|
*
|
|
54913
55415
|
* @returns `true` if the value was set correctly, and `false` if errors occurred, for example if the entry
|
|
54914
55416
|
* was not found.
|
|
@@ -54927,7 +55429,7 @@ declare namespace sap {
|
|
|
54927
55429
|
*/
|
|
54928
55430
|
oContext?: sap.ui.model.Context,
|
|
54929
55431
|
/**
|
|
54930
|
-
* Whether to update
|
|
55432
|
+
* Whether to update bindings dependent on this property asynchronously
|
|
54931
55433
|
*/
|
|
54932
55434
|
bAsyncUpdate?: boolean
|
|
54933
55435
|
): boolean;
|
|
@@ -56290,7 +56792,7 @@ declare namespace sap {
|
|
|
56290
56792
|
* `Edm.Decimal`.
|
|
56291
56793
|
*
|
|
56292
56794
|
* In both {@link sap.ui.model.odata.v2.ODataModel} and {@link sap.ui.model.odata.v4.ODataModel} this type
|
|
56293
|
-
* is represented as a `string`.
|
|
56795
|
+
* is represented as a `string`.
|
|
56294
56796
|
*
|
|
56295
56797
|
* @since 1.27.0
|
|
56296
56798
|
*/
|
|
@@ -56302,7 +56804,8 @@ declare namespace sap {
|
|
|
56302
56804
|
/**
|
|
56303
56805
|
* Format options as defined in {@link sap.ui.core.format.NumberFormat.getFloatInstance}. In contrast to
|
|
56304
56806
|
* NumberFormat `groupingEnabled` defaults to `true`. Note that `maxFractionDigits` and `minFractionDigits`
|
|
56305
|
-
* are set to the value of the constraint `scale` unless it is "variable". They can however
|
|
56807
|
+
* are set to the value of the constraint `scale` unless it is "variable" or "floating". They can however
|
|
56808
|
+
* be overwritten.
|
|
56306
56809
|
*/
|
|
56307
56810
|
oFormatOptions?: {
|
|
56308
56811
|
/**
|
|
@@ -56345,15 +56848,26 @@ declare namespace sap {
|
|
|
56345
56848
|
*/
|
|
56346
56849
|
precision?: int | string;
|
|
56347
56850
|
/**
|
|
56348
|
-
*
|
|
56349
|
-
* or equal to `precision` (if given).
|
|
56851
|
+
* The maximum number of digits allowed to the right of the decimal point; the number must be less than
|
|
56852
|
+
* or equal to `precision` (if given). The `Decimal` is then always displayed with exactly that number of
|
|
56853
|
+
* digits to the right of the decimal point. If `scale` is equal to `precision`, a single zero has to precede
|
|
56854
|
+
* the decimal point.
|
|
56855
|
+
*
|
|
56856
|
+
* In addition, the `scale` values "variable" and (as of UI5 version 1.142.0) "floating" are supported.
|
|
56350
56857
|
*
|
|
56351
|
-
*
|
|
56352
|
-
* of digits to the left of the decimal point
|
|
56353
|
-
* is equal to `precision`, a single zero has to precede the decimal point.
|
|
56858
|
+
* For `scale="variable"`, the number of digits to the right of the decimal point can vary from zero to
|
|
56859
|
+
* `precision` minus the number of digits to the left of the decimal point.
|
|
56354
56860
|
*
|
|
56355
|
-
*
|
|
56356
|
-
*
|
|
56861
|
+
* **Examples for `Decimal`s with precision=3 and scale="variable":**
|
|
56862
|
+
* - Valid values: 123, 1.23, 12.3, 0.12
|
|
56863
|
+
* - Invalid values: 1230, 1.234, 12.34, 0.123 For `scale="floating"`, the number of
|
|
56864
|
+
* significant digits, i.e. the number of digits excluding leading or trailing zeros, must be less than
|
|
56865
|
+
* or equal to `precision`. For more information on `scale="floating"`, see
|
|
56866
|
+
* OData Version 4.01 Common Schema Definition Language (CSDL) XML Representation - Scale .
|
|
56867
|
+
*
|
|
56868
|
+
* **Examples for `Decimal`s with precision=3 and scale="floating":**
|
|
56869
|
+
* - Valid values: 1230, 1.23, 12.3, 0.123
|
|
56870
|
+
* - Invalid values: 1234, 1.234, 12.34, 0.001234
|
|
56357
56871
|
*/
|
|
56358
56872
|
scale?: int | string;
|
|
56359
56873
|
}
|
|
@@ -60673,6 +61187,7 @@ declare namespace sap {
|
|
|
60673
61187
|
* provided via `treeAnnotationProperties.hierarchyNodeDescendantCountFor`
|
|
60674
61188
|
* - The `"hierarchy-preorder-rank-for"` annotation must be present in the service metadata or provided
|
|
60675
61189
|
* via `treeAnnotationProperties.hierarchyPreorderRankFor`
|
|
61190
|
+
* - The hierarchy maintenance is performed on the client side
|
|
60676
61191
|
*/
|
|
60677
61192
|
restoreTreeStateAfterChange?: boolean;
|
|
60678
61193
|
/**
|
|
@@ -62175,6 +62690,10 @@ declare namespace sap {
|
|
|
62175
62690
|
* If the `changeBatchGroup` for the changed entity type is set to {@link #setDeferredGroups deferred},
|
|
62176
62691
|
* changes could be submitted with {@link #submitChanges}. Otherwise the change will be submitted directly.
|
|
62177
62692
|
*
|
|
62693
|
+
* Consecutive calls of this method which update bindings ***synchronously*** may cause performance issues;
|
|
62694
|
+
* see {@link https://ui5.sap.com/#/topic/6c47b2b39db9404582994070ec3d57a2#loioadd47c3966dd40489e952bb4f5f74a7c Accessing Data from an OData Model }
|
|
62695
|
+
* for details.
|
|
62696
|
+
*
|
|
62178
62697
|
*
|
|
62179
62698
|
* @returns `true` if the value was set correctly and `false` if errors occurred like the entry was not
|
|
62180
62699
|
* found or another entry was already updated.
|
|
@@ -62193,7 +62712,7 @@ declare namespace sap {
|
|
|
62193
62712
|
*/
|
|
62194
62713
|
oContext?: sap.ui.model.Context,
|
|
62195
62714
|
/**
|
|
62196
|
-
* Whether to update
|
|
62715
|
+
* Whether to update bindings dependent on this property asynchronously
|
|
62197
62716
|
*/
|
|
62198
62717
|
bAsyncUpdate?: boolean
|
|
62199
62718
|
): boolean;
|
|
@@ -62772,7 +63291,7 @@ declare namespace sap {
|
|
|
62772
63291
|
namespace v4 {
|
|
62773
63292
|
namespace ts {
|
|
62774
63293
|
/**
|
|
62775
|
-
* An object representing a "14.5
|
|
63294
|
+
* An object representing a "14.4.1.5 Expression edm:NavigationPropertyPath". Its shape corresponds exactly
|
|
62776
63295
|
* to the shape of such an expression in the {@link https://ui5.sap.com/#/topic/87aac894a40640f89920d7b2a414499b OData V4 Metadata JSON Format }
|
|
62777
63296
|
* as returned by {@link sap.ui.model.odata.v4.ODataMetaModel#requestObject}.
|
|
62778
63297
|
* See:
|
|
@@ -62788,7 +63307,7 @@ declare namespace sap {
|
|
|
62788
63307
|
};
|
|
62789
63308
|
|
|
62790
63309
|
/**
|
|
62791
|
-
* An object representing a "14.
|
|
63310
|
+
* An object representing a "14.4.1.6 Expression edm:PropertyPath". Its shape corresponds exactly to the
|
|
62792
63311
|
* shape of such an expression in the {@link https://ui5.sap.com/#/topic/87aac894a40640f89920d7b2a414499b OData V4 Metadata JSON Format }
|
|
62793
63312
|
* as returned by {@link sap.ui.model.odata.v4.ODataMetaModel#requestObject}.
|
|
62794
63313
|
* See:
|
|
@@ -63088,23 +63607,23 @@ declare namespace sap {
|
|
|
63088
63607
|
*
|
|
63089
63608
|
*
|
|
63090
63609
|
* Supported Expressions:
|
|
63091
|
-
* "14.
|
|
63092
|
-
* "edm:Guid", "edm:Int", "edm:TimeOfDay". constant "14.
|
|
63610
|
+
* "14.3 Constant Expressions" for "edm:Bool", "edm:Date", "edm:DateTimeOffset", "edm:Decimal", "edm:Float",
|
|
63611
|
+
* "edm:Guid", "edm:Int", "edm:TimeOfDay". constant "14.3.11 Expression edm:String": This is turned
|
|
63093
63612
|
* into a fixed text (for example `"Width"`). String constants that contain a simple binding `"{@i18n>...}"`
|
|
63094
63613
|
* to the hard-coded model name "@i18n" with arbitrary path are not turned into a fixed text, but kept as
|
|
63095
63614
|
* a data binding expression; this allows local annotation files to refer to a resource bundle for internationalization.
|
|
63096
|
-
* dynamic "14.
|
|
63097
|
-
* perform the operations at runtime. dynamic "14.
|
|
63098
|
-
* "14.
|
|
63099
|
-
* "14.
|
|
63100
|
-
* template at runtime. "14.
|
|
63101
|
-
* to encode the parameter at runtime. Apply functions may be nested arbitrarily.
|
|
63102
|
-
* "14.
|
|
63103
|
-
* Elements can be conditionally added to the collection when using dynamic "14.
|
|
63104
|
-
* a direct child. dynamic "14.
|
|
63105
|
-
* be evaluated at runtime. The expression is a conditional expression like `"{=condition ? expression1
|
|
63106
|
-
* : expression2}"`. dynamic "14.
|
|
63107
|
-
* is ignored in `odata.concat`. dynamic "14.
|
|
63615
|
+
* dynamic "14.4.2 Comparison and Logical Operators": These are turned into expression bindings to
|
|
63616
|
+
* perform the operations at runtime. dynamic "14.4.4 Expression edm:Apply":
|
|
63617
|
+
* "odata.concat" from "14.4.4.1 Canonical Functions": This is turned into a data binding expression relative
|
|
63618
|
+
* to an entity. "14.4.4.2 Function odata.fillUriTemplate": This is turned into an expression binding
|
|
63619
|
+
* to fill the template at runtime. "14.4.4.4 Function odata.uriEncode": This is turned into an expression
|
|
63620
|
+
* binding to encode the parameter at runtime. Apply functions may be nested arbitrarily.
|
|
63621
|
+
* dynamic "14.4.6 Expression edm:Collection": This is turned into an expression binding to be evaluated
|
|
63622
|
+
* at runtime. Elements can be conditionally added to the collection when using dynamic "14.4.7 Expression
|
|
63623
|
+
* edm:If" as a direct child. dynamic "14.4.7 Expression edm:If": This is turned into an expression
|
|
63624
|
+
* binding to be evaluated at runtime. The expression is a conditional expression like `"{=condition ? expression1
|
|
63625
|
+
* : expression2}"`. dynamic "14.4.11 Expression edm:Null": This is turned into a `null` value. It
|
|
63626
|
+
* is ignored in `odata.concat`. dynamic "14.4.1.7 Expression edm:Path" and "14.4.1.6 Expression edm:PropertyPath":
|
|
63108
63627
|
* These are turned into data bindings relative to an entity, including type information and constraints
|
|
63109
63628
|
* as available from metadata, for example `"{path : 'Name', type : 'sap.ui.model.odata.type.String', constraints
|
|
63110
63629
|
* : {'maxLength' : 255}, formatOptions : {'parseKeepsEmptyString' : true}}"`. Depending on the used type,
|
|
@@ -63120,11 +63639,11 @@ declare namespace sap {
|
|
|
63120
63639
|
* note that in this case only constant expressions are supported to determine the annotation value. The
|
|
63121
63640
|
* "parseKeepsEmptyString" format option is set. Since 1.78.0, both "edm:Path" and "edm:PropertyPath"
|
|
63122
63641
|
* are also supported if `vRawValue` is the path itself, and not the object wrapping it. **Note: Import
|
|
63123
|
-
* the `sap/ui/model/odata/ODataExpressionAddons` module when using 14.
|
|
63642
|
+
* the `sap/ui/model/odata/ODataExpressionAddons` module when using 14.4.2 or 14.4.4**
|
|
63124
63643
|
*
|
|
63125
63644
|
* $AnnotationPath and $Path: If `oDetails.context.getPath()` contains a single "$AnnotationPath" or "$Path"
|
|
63126
63645
|
* segment, the value corresponding to that segment is considered as a data binding path prefix whenever
|
|
63127
|
-
* a dynamic "14.
|
|
63646
|
+
* a dynamic "14.4.1.7 Expression edm:Path" or "14.4.1.6 Expression edm:PropertyPath" is turned into a data
|
|
63128
63647
|
* binding. Use {@link sap.ui.model.odata.v4.AnnotationHelper.resolve$Path} to avoid these prefixes in cases
|
|
63129
63648
|
* where they are not applicable.
|
|
63130
63649
|
*
|
|
@@ -63175,12 +63694,12 @@ declare namespace sap {
|
|
|
63175
63694
|
* `format` returns a binding with path "EQUIPMENT_2_PRODUCT/PRODUCT_2_SUPPLIER/Supplier_Name".
|
|
63176
63695
|
*
|
|
63177
63696
|
* Annotations on an Operation or a Parameter: Since 1.71.0, for annotations on an operation or a parameter,
|
|
63178
|
-
* the binding parameter's name is stripped off any dynamic "14.
|
|
63179
|
-
* edm:PropertyPath" where it might be used as a first segment. Since 1.76.0, this does not apply
|
|
63180
|
-
* on a parameter. In the former case, we assume that the resulting data binding is relative
|
|
63181
|
-
* context of the operation binding, that is, to the context representing the binding parameter
|
|
63182
|
-
* In the latter case, we assume that the resulting data binding is relative to the parameter context
|
|
63183
|
-
* the operation binding (see {@link sap.ui.model.odata.v4.ODataContextBinding#getParameterContext}).
|
|
63697
|
+
* the binding parameter's name is stripped off any dynamic "14.4.1.7 Expression edm:Path" and "14.4.1.6
|
|
63698
|
+
* Expression edm:PropertyPath" where it might be used as a first segment. Since 1.76.0, this does not apply
|
|
63699
|
+
* to annotations on a parameter. In the former case, we assume that the resulting data binding is relative
|
|
63700
|
+
* to the parent context of the operation binding, that is, to the context representing the binding parameter
|
|
63701
|
+
* itself. In the latter case, we assume that the resulting data binding is relative to the parameter context
|
|
63702
|
+
* of the operation binding (see {@link sap.ui.model.odata.v4.ODataContextBinding#getParameterContext}).
|
|
63184
63703
|
*
|
|
63185
63704
|
* Example:
|
|
63186
63705
|
* ```javascript
|
|
@@ -63214,7 +63733,7 @@ declare namespace sap {
|
|
|
63214
63733
|
* on.
|
|
63215
63734
|
*
|
|
63216
63735
|
* Operation Parameters: Since 1.73.0, this function can be used on action or function parameters and results
|
|
63217
|
-
* in a relative data binding, just like a "14.
|
|
63736
|
+
* in a relative data binding, just like a "14.4.1.7 Expression edm:Path".
|
|
63218
63737
|
*
|
|
63219
63738
|
* Assume we have the following metadata for an unbound action "AcChangeTeamBudgetByID":
|
|
63220
63739
|
* ```javascript
|
|
@@ -63250,7 +63769,7 @@ declare namespace sap {
|
|
|
63250
63769
|
* in case no binding parameters are needed.
|
|
63251
63770
|
*
|
|
63252
63771
|
* Structural Properties: Since 1.78.0, this function can be used on a structural property and results in
|
|
63253
|
-
* a relative data binding, just like a "14.
|
|
63772
|
+
* a relative data binding, just like a "14.4.1.7 Expression edm:Path". The usage
|
|
63254
63773
|
* ```javascript
|
|
63255
63774
|
*
|
|
63256
63775
|
* <Input value="{meta>/Department/Name@@sap.ui.model.odata.v4.AnnotationHelper.format}"/>
|
|
@@ -63290,7 +63809,7 @@ declare namespace sap {
|
|
|
63290
63809
|
context: sap.ui.model.Context;
|
|
63291
63810
|
/**
|
|
63292
63811
|
* The single operation overload that was targeted by annotations on an operation or a parameter; needed
|
|
63293
|
-
* to strip off the binding parameter's name from any dynamic "14.
|
|
63812
|
+
* to strip off the binding parameter's name from any dynamic "14.4.1.7 Expression edm:Path" and "14.4.1.6
|
|
63294
63813
|
* Expression edm:PropertyPath" where it might be used as a first segment (since 1.71.0). This does not
|
|
63295
63814
|
* apply to annotations on a parameter (since 1.76.0).
|
|
63296
63815
|
*/
|
|
@@ -63315,10 +63834,10 @@ declare namespace sap {
|
|
|
63315
63834
|
/**
|
|
63316
63835
|
* A function that helps to interpret OData V4 annotations. It knows about the syntax of the path value
|
|
63317
63836
|
* used by the following dynamic expressions:
|
|
63318
|
-
* "14.
|
|
63319
|
-
* Expression edm:Path" "14.
|
|
63320
|
-
* and navigation properties from the given path value, but removes "$count", types casts,
|
|
63321
|
-
* annotations on navigation properties.
|
|
63837
|
+
* "14.4.1.3 Expression edm:AnnotationPath" "14.4.1.5 Expression edm:NavigationPropertyPath"
|
|
63838
|
+
* "14.4.1.7 Expression edm:Path" "14.4.1.6 Expression edm:PropertyPath" It returns the path
|
|
63839
|
+
* of structural and navigation properties from the given path value, but removes "$count", types casts,
|
|
63840
|
+
* term casts, and annotations on navigation properties.
|
|
63322
63841
|
*
|
|
63323
63842
|
* @since 1.43.0
|
|
63324
63843
|
*
|
|
@@ -63368,10 +63887,10 @@ declare namespace sap {
|
|
|
63368
63887
|
/**
|
|
63369
63888
|
* A function that helps to interpret OData V4 annotations. It knows about the syntax of the path value
|
|
63370
63889
|
* used by the following dynamic expressions:
|
|
63371
|
-
* "14.
|
|
63372
|
-
* Expression edm:Path" "14.
|
|
63373
|
-
* the given path ends with "$count" or with a multi-valued structural or navigation property. Term
|
|
63374
|
-
* and annotations on navigation properties are ignored.
|
|
63890
|
+
* "14.4.1.3 Expression edm:AnnotationPath" "14.4.1.5 Expression edm:NavigationPropertyPath"
|
|
63891
|
+
* "14.4.1.7 Expression edm:Path" "14.4.1.6 Expression edm:PropertyPath" It returns the information
|
|
63892
|
+
* whether the given path ends with "$count" or with a multi-valued structural or navigation property. Term
|
|
63893
|
+
* casts and annotations on navigation properties are ignored.
|
|
63375
63894
|
*
|
|
63376
63895
|
* Example:
|
|
63377
63896
|
* ```javascript
|
|
@@ -63477,33 +63996,33 @@ declare namespace sap {
|
|
|
63477
63996
|
*
|
|
63478
63997
|
*
|
|
63479
63998
|
* Supported Expressions:
|
|
63480
|
-
* "14.
|
|
63481
|
-
* "edm:Guid", "edm:Int", "edm:TimeOfDay". constant "14.
|
|
63999
|
+
* "14.3 Constant Expressions" for "edm:Bool", "edm:Date", "edm:DateTimeOffset", "edm:Decimal", "edm:Float",
|
|
64000
|
+
* "edm:Guid", "edm:Int", "edm:TimeOfDay". constant "14.3.11 Expression edm:String": This is turned
|
|
63482
64001
|
* into a fixed text (for example `"Width"`). String constants that contain a simple binding `"{@i18n>...}"`
|
|
63483
64002
|
* to the hard-coded model name "@i18n" with arbitrary path are not turned into a fixed text, but kept as
|
|
63484
64003
|
* a data binding expression; this allows local annotation files to refer to a resource bundle for internationalization.
|
|
63485
|
-
* dynamic "14.
|
|
63486
|
-
* perform the operations at runtime. dynamic "14.
|
|
63487
|
-
* "14.
|
|
63488
|
-
* Function odata.fillUriTemplate": This is turned into an expression binding to fill the
|
|
63489
|
-
* "14.
|
|
63490
|
-
* at runtime. Apply functions may be nested arbitrarily. dynamic
|
|
63491
|
-
* This is turned into an expression binding to be evaluated at runtime.
|
|
63492
|
-
* to the collection when using dynamic "14.
|
|
63493
|
-
* Expression edm:If": This is turned into an expression binding to
|
|
63494
|
-
* is a conditional expression like `"{=condition ? expression1
|
|
63495
|
-
* Expression edm:Null": This is turned into a `null` value. It
|
|
63496
|
-
* "14.
|
|
63497
|
-
* data bindings, for example `"{Name}"`. Since 1.78.0, both are also supported
|
|
63498
|
-
* itself, and not the object wrapping it.
|
|
64004
|
+
* dynamic "14.4.2 Comparison and Logical Operators": These are turned into expression bindings to
|
|
64005
|
+
* perform the operations at runtime. dynamic "14.4.4 Expression edm:Apply":
|
|
64006
|
+
* "odata.concat" from "14.4.4.1 Canonical Functions": This is turned into a data binding expression.
|
|
64007
|
+
* "14.4.4.2 Function odata.fillUriTemplate": This is turned into an expression binding to fill the
|
|
64008
|
+
* template at runtime. "14.4.4.4 Function odata.uriEncode": This is turned into an expression binding
|
|
64009
|
+
* to encode the parameter at runtime. Apply functions may be nested arbitrarily. dynamic
|
|
64010
|
+
* "14.4.6 Expression edm:Collection": This is turned into an expression binding to be evaluated at runtime.
|
|
64011
|
+
* Elements can be conditionally added to the collection when using dynamic "14.4.7 Expression edm:If" as
|
|
64012
|
+
* a direct child. dynamic "14.4.7 Expression edm:If": This is turned into an expression binding to
|
|
64013
|
+
* be evaluated at runtime. The expression is a conditional expression like `"{=condition ? expression1
|
|
64014
|
+
* : expression2}"`. dynamic "14.4.11 Expression edm:Null": This is turned into a `null` value. It
|
|
64015
|
+
* is ignored in `odata.concat`. dynamic "14.4.1.7 Expression edm:Path" and "14.4.1.6 Expression edm:PropertyPath":
|
|
64016
|
+
* These are turned into simple data bindings, for example `"{Name}"`. Since 1.78.0, both are also supported
|
|
64017
|
+
* if `vRawValue` is the path itself, and not the object wrapping it.
|
|
63499
64018
|
*
|
|
63500
64019
|
* Annotations on an Operation or a Parameter: Since 1.71.0, for annotations on an operation or a parameter,
|
|
63501
|
-
* the binding parameter's name is stripped off any dynamic "14.
|
|
63502
|
-
* edm:PropertyPath" where it might be used as a first segment. Since 1.76.0, this does not apply
|
|
63503
|
-
* on a parameter. In the former case, we assume that the resulting data binding is relative
|
|
63504
|
-
* context of the operation binding, that is, to the context representing the binding parameter
|
|
63505
|
-
* In the latter case, we assume that the resulting data binding is relative to the parameter context
|
|
63506
|
-
* the operation binding (see {@link sap.ui.model.odata.v4.ODataContextBinding#getParameterContext}).
|
|
64020
|
+
* the binding parameter's name is stripped off any dynamic "14.4.1.7 Expression edm:Path" and "14.4.1.6
|
|
64021
|
+
* Expression edm:PropertyPath" where it might be used as a first segment. Since 1.76.0, this does not apply
|
|
64022
|
+
* to annotations on a parameter. In the former case, we assume that the resulting data binding is relative
|
|
64023
|
+
* to the parent context of the operation binding, that is, to the context representing the binding parameter
|
|
64024
|
+
* itself. In the latter case, we assume that the resulting data binding is relative to the parameter context
|
|
64025
|
+
* of the operation binding (see {@link sap.ui.model.odata.v4.ODataContextBinding#getParameterContext}).
|
|
63507
64026
|
*
|
|
63508
64027
|
* Example:
|
|
63509
64028
|
* ```javascript
|
|
@@ -63537,7 +64056,7 @@ declare namespace sap {
|
|
|
63537
64056
|
* on.
|
|
63538
64057
|
*
|
|
63539
64058
|
* Operation Parameters: Since 1.73.0, this function can be used on action or function parameters and results
|
|
63540
|
-
* in a relative data binding, just like a "14.
|
|
64059
|
+
* in a relative data binding, just like a "14.4.1.7 Expression edm:Path".
|
|
63541
64060
|
*
|
|
63542
64061
|
* Assume we have the following metadata for an unbound action "AcChangeTeamBudgetByID":
|
|
63543
64062
|
* ```javascript
|
|
@@ -63571,7 +64090,7 @@ declare namespace sap {
|
|
|
63571
64090
|
* brackets must be replaced by `$(` and `$)` respectively.
|
|
63572
64091
|
*
|
|
63573
64092
|
* Structural Properties: Since 1.78.0, this function can be used on a structural property and results in
|
|
63574
|
-
* a relative data binding, just like a "14.
|
|
64093
|
+
* a relative data binding, just like a "14.4.1.7 Expression edm:Path". The usage
|
|
63575
64094
|
* ```javascript
|
|
63576
64095
|
*
|
|
63577
64096
|
* <Input value="{meta>/Department/Name@@sap.ui.model.odata.v4.AnnotationHelper.value}"/>
|
|
@@ -63609,13 +64128,13 @@ declare namespace sap {
|
|
|
63609
64128
|
context: sap.ui.model.Context;
|
|
63610
64129
|
/**
|
|
63611
64130
|
* The single operation overload that was targeted by annotations on an operation or a parameter; needed
|
|
63612
|
-
* to strip off the binding parameter's name from any dynamic "14.
|
|
64131
|
+
* to strip off the binding parameter's name from any dynamic "14.4.1.7 Expression edm:Path" and "14.4.1.6
|
|
63613
64132
|
* Expression edm:PropertyPath" where it might be used as a first segment (since 1.72.0). This does not
|
|
63614
64133
|
* apply to annotations on a parameter (since 1.76.0).
|
|
63615
64134
|
*/
|
|
63616
64135
|
overload?: object;
|
|
63617
64136
|
/**
|
|
63618
|
-
* Optional prefix to be added to each dynamic "14.
|
|
64137
|
+
* Optional prefix to be added to each dynamic "14.4.1.7 Expression edm:Path" and "14.4.1.6 Expression edm:PropertyPath";
|
|
63619
64138
|
* is either an empty string or a path ending with a "/" (since 1.141.0)
|
|
63620
64139
|
*/
|
|
63621
64140
|
prefix?: string;
|
|
@@ -63660,11 +64179,11 @@ declare namespace sap {
|
|
|
63660
64179
|
*
|
|
63661
64180
|
* @since 1.64.0
|
|
63662
64181
|
*
|
|
63663
|
-
* @returns The literal according to "OData Version 4.
|
|
64182
|
+
* @returns The literal according to "OData Version 4.01. Part 2: URL Conventions" section "5.1.1.14.1 Primitive Literals"
|
|
63664
64183
|
*/
|
|
63665
64184
|
formatLiteral(
|
|
63666
64185
|
/**
|
|
63667
|
-
* The value according to "OData JSON Format Version 4.
|
|
64186
|
+
* The value according to "OData JSON Format Version 4.01" section "7.1 Primitive Value"
|
|
63668
64187
|
*/
|
|
63669
64188
|
vValue: any,
|
|
63670
64189
|
/**
|
|
@@ -63922,7 +64441,7 @@ declare namespace sap {
|
|
|
63922
64441
|
| sap.ui.model.odata.v4.ODataContextBinding
|
|
63923
64442
|
| sap.ui.model.odata.v4.ODataListBinding;
|
|
63924
64443
|
/**
|
|
63925
|
-
* Returns the "canonical path" of the entity for this context. According to "4.3.1 Canonical URL" of the specification "OData Version 4.
|
|
64444
|
+
* Returns the "canonical path" of the entity for this context. According to "4.3.1 Canonical URL" of the specification "OData Version 4.01. Part 2: URL Conventions", this is
|
|
63926
64445
|
* the "name of the entity set associated with the entity followed by the key predicate identifying the
|
|
63927
64446
|
* entity within the collection". Use the canonical path in {@link sap.ui.core.Element#bindElement} to create
|
|
63928
64447
|
* an element binding.
|
|
@@ -63972,7 +64491,7 @@ declare namespace sap {
|
|
|
63972
64491
|
/**
|
|
63973
64492
|
* Returns the value for the given path relative to this context. The function allows access to the complete
|
|
63974
64493
|
* data the context points to (if `sPath` is "") or any part thereof. The data is a JSON structure as described
|
|
63975
|
-
* in "OData JSON Format Version 4.
|
|
64494
|
+
* in "OData JSON Format Version 4.01".
|
|
63976
64495
|
* Note that the function clones the result. Modify values via {@link sap.ui.model.odata.v4.ODataPropertyBinding#setValue}.
|
|
63977
64496
|
*
|
|
63978
64497
|
* Returns `undefined` if the data is not (yet) available; no request is initiated. Use {@link #requestObject }
|
|
@@ -64219,7 +64738,8 @@ declare namespace sap {
|
|
|
64219
64738
|
* If the context belongs to a list binding, the parameter allows the list binding to remove the context
|
|
64220
64739
|
* from the list binding's collection because the entity does not match the binding's filter anymore, see
|
|
64221
64740
|
* {@link sap.ui.model.odata.v4.ODataListBinding#filter}; a removed context is destroyed, see {@link #destroy}.
|
|
64222
|
-
* If the context belongs to a context binding
|
|
64741
|
+
* If the context belongs to a context binding or to a list binding with "$$aggregation", the parameter
|
|
64742
|
+
* must not be used. Supported since 1.55.0
|
|
64223
64743
|
*
|
|
64224
64744
|
* Since 1.84.0, if this context is {@link #isKeepAlive kept alive}, it is only destroyed if the corresponding
|
|
64225
64745
|
* entity does no longer exist in the back end. In this case, the `fnOnBeforeDestroy` callback passed with
|
|
@@ -64241,7 +64761,7 @@ declare namespace sap {
|
|
|
64241
64761
|
oOtherContext: sap.ui.model.odata.v4.Context
|
|
64242
64762
|
): void;
|
|
64243
64763
|
/**
|
|
64244
|
-
* Returns a promise for the "canonical path" of the entity for this context. According to "4.3.1 Canonical URL" of the specification "OData Version 4.
|
|
64764
|
+
* Returns a promise for the "canonical path" of the entity for this context. According to "4.3.1 Canonical URL" of the specification "OData Version 4.01. Part 2: URL Conventions", this is
|
|
64245
64765
|
* the "name of the entity set associated with the entity followed by the key predicate identifying the
|
|
64246
64766
|
* entity within the collection". Use the canonical path in {@link sap.ui.core.Element#bindElement} to create
|
|
64247
64767
|
* an element binding.
|
|
@@ -64262,7 +64782,7 @@ declare namespace sap {
|
|
|
64262
64782
|
* Returns a promise on the value for the given path relative to this context. The function allows access
|
|
64263
64783
|
* to the complete data the context points to (if `sPath` is "") or any part thereof. The data is a JSON
|
|
64264
64784
|
* structure as described in "OData
|
|
64265
|
-
* JSON Format Version 4.
|
|
64785
|
+
* JSON Format Version 4.01". Note that the function clones the result. Modify values via {@link #setProperty}.
|
|
64266
64786
|
*
|
|
64267
64787
|
* The header context of a list binding only delivers `$count` and `@$ui5.context.isSelected` (wrapped in
|
|
64268
64788
|
* an object if `sPath` is "").
|
|
@@ -64344,10 +64864,10 @@ declare namespace sap {
|
|
|
64344
64864
|
bAllowRemoval?: boolean
|
|
64345
64865
|
): Promise<void>;
|
|
64346
64866
|
/**
|
|
64347
|
-
* Loads side effects for this context using the given "14.5
|
|
64348
|
-
* "14.
|
|
64349
|
-
* implicit loading is switched off via the binding-specific parameter `$$patchWithoutSideEffects`.
|
|
64350
|
-
* method can be called on
|
|
64867
|
+
* Loads side effects for this context using the given "14.4.1.5 Expression edm:NavigationPropertyPath"
|
|
64868
|
+
* or "14.4.1.6 Expression edm:PropertyPath" objects. Use this method to explicitly load side effects in
|
|
64869
|
+
* case implicit loading is switched off via the binding-specific parameter `$$patchWithoutSideEffects`.
|
|
64870
|
+
* The method can be called on
|
|
64351
64871
|
* the bound context of a context binding, the return value context of an operation binding,
|
|
64352
64872
|
* a context of a list binding representing a single entity, the header context of a list binding;
|
|
64353
64873
|
* side effects are loaded for the whole binding in this case. Key predicates must be available in
|
|
@@ -64393,7 +64913,7 @@ declare namespace sap {
|
|
|
64393
64913
|
*/
|
|
64394
64914
|
requestSideEffects(
|
|
64395
64915
|
/**
|
|
64396
|
-
* The "14.5
|
|
64916
|
+
* The "14.4.1.5 Expression edm:NavigationPropertyPath" or "14.4.1.6 Expression edm:PropertyPath" objects
|
|
64397
64917
|
* describing which properties need to be loaded because they may have changed due to side effects of a
|
|
64398
64918
|
* previous update, for example `[{$PropertyPath : "TEAM_ID"}, {$NavigationPropertyPath : "EMPLOYEE_2_MANAGER"},
|
|
64399
64919
|
* {$PropertyPath : "EMPLOYEE_2_TEAM/Team_Id"}]`. An empty navigation property path means that the whole
|
|
@@ -64404,7 +64924,7 @@ declare namespace sap {
|
|
|
64404
64924
|
*
|
|
64405
64925
|
* Since 1.82.0, absolute paths are supported. Absolute paths must start with the entity container (example
|
|
64406
64926
|
* "/com.sap.gateway.default.iwbep.tea_busi.v0001.Container/TEAMS") of the service. All (navigation) properties
|
|
64407
|
-
* in the complete model matching such an absolute path are updated. Since 1.85.0, "14.
|
|
64927
|
+
* in the complete model matching such an absolute path are updated. Since 1.85.0, "14.3.11 Expression edm:String"
|
|
64408
64928
|
* is accepted as well.
|
|
64409
64929
|
*
|
|
64410
64930
|
* Since 1.108.8, a property path matching the "com.sap.vocabularies.Common.v1.Messages" annotation of a
|
|
@@ -65029,7 +65549,7 @@ declare namespace sap {
|
|
|
65029
65549
|
* Returns a promise on the value for the given path relative to this binding. The function allows access
|
|
65030
65550
|
* to the complete data the binding points to (if `sPath` is "") or any part thereof. The data is a JSON
|
|
65031
65551
|
* structure as described in "OData
|
|
65032
|
-
* JSON Format Version 4.
|
|
65552
|
+
* JSON Format Version 4.01". Note that the function clones the result. Modify values via {@link sap.ui.model.odata.v4.Context#setProperty}.
|
|
65033
65553
|
*
|
|
65034
65554
|
* If you want {@link #requestObject} to read fresh data, call `oBinding.refresh()` first.
|
|
65035
65555
|
* See:
|
|
@@ -66178,7 +66698,7 @@ declare namespace sap {
|
|
|
66178
66698
|
*/
|
|
66179
66699
|
hierarchyQualifier?: string;
|
|
66180
66700
|
/**
|
|
66181
|
-
* Like the "5.1.
|
|
66701
|
+
* Like the "5.1.8 System Query Option $search", but applied before data aggregation (since 1.93.0). Note that
|
|
66182
66702
|
* certain content will break the syntax of the system query option `$apply` and result in an invalid request.
|
|
66183
66703
|
* If the OData service supports the proposal ODATA-1452,
|
|
66184
66704
|
* then `ODataUtils.formatLiteral(sSearch, "Edm.String");` should be used to encapsulate the whole search
|
|
@@ -66775,12 +67295,12 @@ declare namespace sap {
|
|
|
66775
67295
|
* ```
|
|
66776
67296
|
*
|
|
66777
67297
|
*
|
|
66778
|
-
* The basic idea is that every path described in "14.2.
|
|
66779
|
-
* is a valid absolute path within the metadata model if a leading slash is added; for example
|
|
66780
|
-
*
|
|
66781
|
-
*
|
|
66782
|
-
*
|
|
66783
|
-
*
|
|
67298
|
+
* The basic idea is that every path described in "14.2.2 Target" in specification "OData Common Schema Definition Language (CSDL) XML Representation
|
|
67299
|
+
* Version 4.01" is a valid absolute path within the metadata model if a leading slash is added; for example
|
|
67300
|
+
* "/" + "MySchema.MyEntityContainer/MyEntitySet/MyComplexProperty/MyNavigationProperty". Also, every path
|
|
67301
|
+
* described in "14.4.1.1 Path Syntax" is a valid relative path within the metadata model if a suitable
|
|
67302
|
+
* prefix is added which addresses an entity container, entity set, singleton, complex type, entity type,
|
|
67303
|
+
* or property; for example "/MySchema.MyEntityType/MyProperty" + "@vCard.Address#work/FullName".
|
|
66784
67304
|
*
|
|
66785
67305
|
* The absolute path is split into segments and followed step-by-step, starting at the global scope of all
|
|
66786
67306
|
* known qualified OData names. There are two technical properties there: "$Version" (typically "4.0") and
|
|
@@ -66810,21 +67330,21 @@ declare namespace sap {
|
|
|
66810
67330
|
* and followed step-by-step before the next segment is processed. Except for this, a path must not continue
|
|
66811
67331
|
* if it comes across a non-object value. Such a string value can be a qualified name (example path "/$EntityContainer/..."),
|
|
66812
67332
|
* a simple identifier (example path "/TEAMS/$NavigationPropertyBinding/TEAM_2_EMPLOYEES/...") including
|
|
66813
|
-
* the special name "$ReturnType" (since 1.71.0), or even a path according to "14.
|
|
66814
|
-
*
|
|
67333
|
+
* the special name "$ReturnType" (since 1.71.0), or even a path according to "14.4.1.1 Path Syntax" (example
|
|
67334
|
+
* path "/TEAMS/@com.sap.vocabularies.UI.v1.LineItem/0/Value/$Path/...".
|
|
66815
67335
|
*
|
|
66816
67336
|
* Segments starting with an "@" character, for example "@com.sap.vocabularies.Common.v1.Label", address
|
|
66817
67337
|
* annotations at the current object. As the first segment, they refer to the single entity container. For
|
|
66818
|
-
* objects which can only be annotated inline (see "14.
|
|
66819
|
-
*
|
|
66820
|
-
*
|
|
66821
|
-
*
|
|
66822
|
-
*
|
|
67338
|
+
* objects which can only be annotated inline (see "14.2 Annotation" minus "14.2.2 Target"), the object
|
|
67339
|
+
* already contains the annotations as a property. For objects which can (only or also) be annotated via
|
|
67340
|
+
* external targeting, the object does not contain any annotation as a property. Such annotations MUST be
|
|
67341
|
+
* accessed via a path. Such objects include operations (that is, actions and functions) and their parameters,
|
|
67342
|
+
* which can be annotated for a single overload or for all overloads at the same time.
|
|
66823
67343
|
*
|
|
66824
67344
|
* Segments starting with an OData name followed by an "@" character, for example "/TEAMS@Org.OData.Capabilities.V1.TopSupported",
|
|
66825
67345
|
* address annotations at an entity set, singleton, or property, not at the corresponding type. In contrast,
|
|
66826
67346
|
* "/TEAMS/@com.sap.vocabularies.Common.v1.Deletable" (note the separating slash) addresses an annotation
|
|
66827
|
-
* at the entity set's type. This is in line with the special rule of "14.
|
|
67347
|
+
* at the entity set's type. This is in line with the special rule of "14.4.1.2 Path Evaluation" regarding
|
|
66828
67348
|
* annotations at a navigation property itself.
|
|
66829
67349
|
*
|
|
66830
67350
|
* "@" can be used as a segment to address a map of all annotations of the current object. This is useful
|
|
@@ -66834,11 +67354,11 @@ declare namespace sap {
|
|
|
66834
67354
|
* "@com.sap.vocabularies.Common.v1.Text@com.sap.vocabularies.Common.v1.TextArrangement". Each annotation
|
|
66835
67355
|
* can have a qualifier, for example "@first#foo@second#bar". Note: If the first annotation's value is a
|
|
66836
67356
|
* record, a separate segment addresses an annotation of that record, not an annotation of the first annotation
|
|
66837
|
-
* itself. In a similar way, annotations of "
|
|
66838
|
-
* "10.
|
|
66839
|
-
* Attribute Property>@...", "$OnDelete@...", "<10.
|
|
66840
|
-
* Property>@..." (where angle brackets denote a variable part and sections refer to specification "OData
|
|
66841
|
-
*
|
|
67357
|
+
* itself. In a similar way, annotations of "8.5 Element edm:ReferentialConstraint", "8.6 Element edm:OnDelete",
|
|
67358
|
+
* "10.3 Element edm:Member" and "14.4.12 Element edm:PropertyValue" are addressed by segments like "<8.5
|
|
67359
|
+
* Attribute Property>@...", "$OnDelete@...", "<10.3 Attribute Name>@..." and "<14.4.12 Attribute
|
|
67360
|
+
* Property>@..." (where angle brackets denote a variable part and sections refer to specification "OData Common Schema
|
|
67361
|
+
* Definition Language (CSDL) XML Representation Version 4.01").
|
|
66842
67362
|
*
|
|
66843
67363
|
* Annotations starting with "@@", for example "@@sap.ui.model.odata.v4.AnnotationHelper.isMultiple" or
|
|
66844
67364
|
* "@@.AH.isMultiple" or "@@.isMultiple", represent computed annotations. Their name without the "@@" prefix
|
|
@@ -67083,7 +67603,7 @@ declare namespace sap {
|
|
|
67083
67603
|
*/
|
|
67084
67604
|
bAutoExpandSelect?: boolean,
|
|
67085
67605
|
/**
|
|
67086
|
-
* Context to resolve "14.
|
|
67606
|
+
* Context to resolve "14.4.1.7 Expression edm:Path" references contained in a "com.sap.vocabularies.Common.v1.ValueListRelevantQualifiers"
|
|
67087
67607
|
* annotation. Supported since 1.84.0
|
|
67088
67608
|
*/
|
|
67089
67609
|
oContext?: sap.ui.model.odata.v4.Context
|
|
@@ -67124,9 +67644,9 @@ declare namespace sap {
|
|
|
67124
67644
|
*
|
|
67125
67645
|
* This model is not prepared to be inherited from.
|
|
67126
67646
|
*
|
|
67127
|
-
* Every resource path (relative to the service root URL, no query options) according to "4 Resource Path" in specification "OData Version 4.
|
|
67128
|
-
* path within this model if a leading slash is added; for example "/" + "SalesOrderList('A%2FB%26C')"
|
|
67129
|
-
* access an entity instance with key "A/B&C". Note that appropriate URI encoding is necessary, see the
|
|
67647
|
+
* Every resource path (relative to the service root URL, no query options) according to "4 Resource Path" in specification "OData Version 4.01. Part 2: URL Conventions" is a valid data
|
|
67648
|
+
* binding path within this model if a leading slash is added; for example "/" + "SalesOrderList('A%2FB%26C')"
|
|
67649
|
+
* to access an entity instance with key "A/B&C". Note that appropriate URI encoding is necessary, see the
|
|
67130
67650
|
* example of {@link sap.ui.model.odata.v4.ODataUtils.formatLiteral}. "4.5.1 Addressing Actions" needs an
|
|
67131
67651
|
* operation binding, see {@link sap.ui.model.odata.v4.ODataContextBinding}.
|
|
67132
67652
|
*
|
|
@@ -67208,7 +67728,7 @@ declare namespace sap {
|
|
|
67208
67728
|
*/
|
|
67209
67729
|
metadataUrlParams?: object;
|
|
67210
67730
|
/**
|
|
67211
|
-
* The version of the OData service. Supported values are "2.0" and "4.
|
|
67731
|
+
* The version of the OData service. Supported values are "2.0", "4.0", and "4.01".
|
|
67212
67732
|
*/
|
|
67213
67733
|
odataVersion?: string;
|
|
67214
67734
|
/**
|
|
@@ -67222,7 +67742,7 @@ declare namespace sap {
|
|
|
67222
67742
|
* Root URL of the service to request data from. The path part of the URL must end with a forward slash
|
|
67223
67743
|
* according to OData V4 specification ABNF, rule "serviceRoot". You may append OData custom query options
|
|
67224
67744
|
* to the service root URL separated with a "?", for example "/MyService/?custom=foo". See specification
|
|
67225
|
-
* "OData Version 4.
|
|
67745
|
+
* "OData Version 4.01. Part 2: URL Conventions", "5.2 Custom Query Options". OData system query options
|
|
67226
67746
|
* and OData parameter aliases lead to an error.
|
|
67227
67747
|
*/
|
|
67228
67748
|
serviceUrl: string;
|
|
@@ -67358,7 +67878,7 @@ declare namespace sap {
|
|
|
67358
67878
|
*/
|
|
67359
67879
|
oContext?: sap.ui.model.odata.v4.Context,
|
|
67360
67880
|
/**
|
|
67361
|
-
* Map of binding parameters which can be OData query options as specified in "OData Version 4.
|
|
67881
|
+
* Map of binding parameters which can be OData query options as specified in "OData Version 4.01. Part 2: URL Conventions" or the binding-specific parameters as specified below.
|
|
67362
67882
|
* Note: The binding creates its own data service request if it is absolute or if it has any parameters
|
|
67363
67883
|
* or if it is relative and has a context created via {@link #createBindingContext}. The following OData
|
|
67364
67884
|
* query options are allowed:
|
|
@@ -67370,7 +67890,7 @@ declare namespace sap {
|
|
|
67370
67890
|
*/
|
|
67371
67891
|
mParameters?: {
|
|
67372
67892
|
/**
|
|
67373
|
-
* The value for the "5.1.
|
|
67893
|
+
* The value for the "5.1.3 System Query Option $expand" or an object which determines that value. The object
|
|
67374
67894
|
* is a map from expand path to expand options, where the options are again maps of system query options,
|
|
67375
67895
|
* typically with string values. $count can also be given as a `boolean` value, $expand can recursively
|
|
67376
67896
|
* be given as a map, $levels can also be given as a `number` value, and $select can also be given as an
|
|
@@ -67378,9 +67898,9 @@ declare namespace sap {
|
|
|
67378
67898
|
*/
|
|
67379
67899
|
$expand?: string | object;
|
|
67380
67900
|
/**
|
|
67381
|
-
* A comma separated list or an array of items which determine the value for the "5.1.
|
|
67901
|
+
* A comma separated list or an array of items which determine the value for the "5.1.4 System Query Option
|
|
67382
67902
|
* $select". Since 1.75.0, when using the "autoExpandSelect" model parameter (see {@link #constructor}),
|
|
67383
|
-
* paths with navigation properties can be included and will contribute to the "5.1.
|
|
67903
|
+
* paths with navigation properties can be included and will contribute to the "5.1.3 System Query Option
|
|
67384
67904
|
* $expand".
|
|
67385
67905
|
*/
|
|
67386
67906
|
$select?: string | string[];
|
|
@@ -67454,10 +67974,10 @@ declare namespace sap {
|
|
|
67454
67974
|
*/
|
|
67455
67975
|
vFilters?: sap.ui.model.Filter | sap.ui.model.Filter[],
|
|
67456
67976
|
/**
|
|
67457
|
-
* Map of binding parameters which can be OData query options as specified in "OData Version 4.
|
|
67458
|
-
* The binding creates its own data service request if it is absolute or if it has any parameters
|
|
67459
|
-
* it is relative and has a context created via {@link #createBindingContext} or if it has sorters
|
|
67460
|
-
* The following OData query options are allowed:
|
|
67977
|
+
* Map of binding parameters which can be OData query options as specified in "OData Version 4.01. Part 2: URL Conventions" or binding-specific parameters as specified below.
|
|
67978
|
+
* Note: The binding creates its own data service request if it is absolute or if it has any parameters
|
|
67979
|
+
* or if it is relative and has a context created via {@link #createBindingContext} or if it has sorters
|
|
67980
|
+
* or filters. The following OData query options are allowed:
|
|
67461
67981
|
* All "5.2 Custom Query Options" except for those with a name starting with "sap-" (unless starting with
|
|
67462
67982
|
* "sap-valid-") The $apply, $count, $expand, $filter, $levels, $orderby, $search, and $select "5.1
|
|
67463
67983
|
* System Query Options"; OData V4 only allows $levels inside $expand. All other query options lead
|
|
@@ -67470,11 +67990,11 @@ declare namespace sap {
|
|
|
67470
67990
|
*/
|
|
67471
67991
|
$apply?: string;
|
|
67472
67992
|
/**
|
|
67473
|
-
* The value for the "5.1.
|
|
67993
|
+
* The value for the "5.1.7 System Query Option $count", useful for creation at the end and {@link sap.ui.model.odata.v4.ODataListBinding#getCount}
|
|
67474
67994
|
*/
|
|
67475
67995
|
$count?: string | boolean;
|
|
67476
67996
|
/**
|
|
67477
|
-
* The value for the "5.1.
|
|
67997
|
+
* The value for the "5.1.3 System Query Option $expand" or an object which determines that value. The object
|
|
67478
67998
|
* is a map from expand path to expand options, where the options are again maps of system query options,
|
|
67479
67999
|
* typically with string values. $count can also be given as a `boolean` value, $expand can recursively
|
|
67480
68000
|
* be given as a map, $levels can also be given as a `number` value, and $select can also be given as an
|
|
@@ -67482,22 +68002,22 @@ declare namespace sap {
|
|
|
67482
68002
|
*/
|
|
67483
68003
|
$expand?: string | object;
|
|
67484
68004
|
/**
|
|
67485
|
-
* The value for the "5.1.
|
|
68005
|
+
* The value for the "5.1.2 System Query Option $filter" used in addition to `vFilters`
|
|
67486
68006
|
*/
|
|
67487
68007
|
$filter?: string;
|
|
67488
68008
|
/**
|
|
67489
|
-
* The value for the "5.1.
|
|
68009
|
+
* The value for the "5.1.5 System Query Option $orderby" used in addition to `vSorters`
|
|
67490
68010
|
*/
|
|
67491
68011
|
$orderby?: string | number;
|
|
67492
68012
|
/**
|
|
67493
|
-
* The value for the "5.1.
|
|
68013
|
+
* The value for the "5.1.8 System Query Option $search"; see also `oAggregation.search` at {@link sap.ui.model.odata.v4.ODataListBinding#setAggregation }
|
|
67494
68014
|
* and the note there!
|
|
67495
68015
|
*/
|
|
67496
68016
|
$search?: string;
|
|
67497
68017
|
/**
|
|
67498
|
-
* A comma separated list or an array of items which determine the value for the "5.1.
|
|
68018
|
+
* A comma separated list or an array of items which determine the value for the "5.1.4 System Query Option
|
|
67499
68019
|
* $select". Since 1.75.0, when using the "autoExpandSelect" model parameter (see {@link #constructor}),
|
|
67500
|
-
* paths with navigation properties can be included and will contribute to the "5.1.
|
|
68020
|
+
* paths with navigation properties can be included and will contribute to the "5.1.3 System Query Option
|
|
67501
68021
|
* $expand".
|
|
67502
68022
|
*/
|
|
67503
68023
|
$select?: string | string[];
|
|
@@ -67632,7 +68152,7 @@ declare namespace sap {
|
|
|
67632
68152
|
*/
|
|
67633
68153
|
oContext?: sap.ui.model.Context,
|
|
67634
68154
|
/**
|
|
67635
|
-
* Map of binding parameters which can be OData query options as specified in "OData Version 4.
|
|
68155
|
+
* Map of binding parameters which can be OData query options as specified in "OData Version 4.01. Part 2: URL Conventions" or the binding-specific parameters as specified below.
|
|
67636
68156
|
* The following OData query options are allowed:
|
|
67637
68157
|
* All "5.2 Custom Query Options" except for those with a name starting with "sap-" (unless starting with
|
|
67638
68158
|
* "sap-valid-") The $apply, $filter, and $search "5.1 System Query Options" if the path ends with
|
|
@@ -67648,11 +68168,11 @@ declare namespace sap {
|
|
|
67648
68168
|
*/
|
|
67649
68169
|
$apply?: string;
|
|
67650
68170
|
/**
|
|
67651
|
-
* The value for the "5.1.
|
|
68171
|
+
* The value for the "5.1.2 System Query Option $filter", if the path ends with a "$count" segment
|
|
67652
68172
|
*/
|
|
67653
68173
|
$filter?: string;
|
|
67654
68174
|
/**
|
|
67655
|
-
* The value for the "5.1.
|
|
68175
|
+
* The value for the "5.1.8 System Query Option $search", if the path ends with a "$count" segment
|
|
67656
68176
|
*/
|
|
67657
68177
|
$search?: string;
|
|
67658
68178
|
/**
|
|
@@ -67710,10 +68230,10 @@ declare namespace sap {
|
|
|
67710
68230
|
* requests within the batch. The headers are changed according to the given map of headers: Headers with
|
|
67711
68231
|
* an `undefined` value are removed, the other headers are set, and missing headers remain unchanged. The
|
|
67712
68232
|
* following headers must not be used:
|
|
67713
|
-
* OData V4 requests headers as specified in "8.1 Common Headers" and "8.2 Request Headers" of the specification "OData Version 4.
|
|
67714
|
-
* OData V2 request headers as specified in "2.2.5 HTTP Header Fields" of the specification
|
|
67715
|
-
* Version 2 v10.1" The headers "Content-Id" and "Content-Transfer-Encoding" The header
|
|
67716
|
-
* Note: The "X-CSRF-Token" header will not be used for metadata requests.
|
|
68233
|
+
* OData V4 requests headers as specified in "8.1 Common Headers" and "8.2 Request Headers" of the specification "OData Version 4.01. Part 1:
|
|
68234
|
+
* Protocol" OData V2 request headers as specified in "2.2.5 HTTP Header Fields" of the specification
|
|
68235
|
+
* "OData Version 2 v10.1" The headers "Content-Id" and "Content-Transfer-Encoding" The header
|
|
68236
|
+
* "SAP-ContextId" Note: The "X-CSRF-Token" header will not be used for metadata requests.
|
|
67717
68237
|
*
|
|
67718
68238
|
* If not `undefined`, a header value must conform to the following rules:
|
|
67719
68239
|
* It must be a non-empty string. It must be completely in the US-ASCII character set. It must
|
|
@@ -68097,10 +68617,11 @@ declare namespace sap {
|
|
|
68097
68617
|
sGroupId?: string | boolean
|
|
68098
68618
|
): void;
|
|
68099
68619
|
/**
|
|
68100
|
-
* Returns a promise for the "canonical path" of the entity for the given context. According to "4.3.1
|
|
68101
|
-
*
|
|
68102
|
-
* entity
|
|
68103
|
-
* an element
|
|
68620
|
+
* Returns a promise for the "canonical path" of the entity for the given context. According to "4.3.1
|
|
68621
|
+
* Canonical URL" of the specification "OData Version 4.01. Part 2: URL Conventions", this is the "name
|
|
68622
|
+
* of the entity set associated with the entity followed by the key predicate identifying the entity within
|
|
68623
|
+
* the collection". Use the canonical path in {@link sap.ui.core.Element#bindElement} to create an element
|
|
68624
|
+
* binding.
|
|
68104
68625
|
*
|
|
68105
68626
|
* @since 1.37.0
|
|
68106
68627
|
* @deprecated As of version 1.39.0. Use {@link sap.ui.model.odata.v4.Context#requestCanonicalPath} instead.
|
|
@@ -86999,12 +87520,16 @@ declare namespace sap {
|
|
|
86999
87520
|
|
|
87000
87521
|
"sap/ui/test/RecordReplay": undefined;
|
|
87001
87522
|
|
|
87523
|
+
"sap/ui/test/starter/config": undefined;
|
|
87524
|
+
|
|
87002
87525
|
"sap/ui/test/utils/nextUIUpdate": undefined;
|
|
87003
87526
|
|
|
87004
87527
|
"sap/ui/test/utils/waitForThemeApplied": undefined;
|
|
87005
87528
|
|
|
87006
87529
|
"sap/ui/thirdparty/jquery": undefined;
|
|
87007
87530
|
|
|
87531
|
+
"sap/ui/util/_URL": undefined;
|
|
87532
|
+
|
|
87008
87533
|
"sap/ui/util/ActivityDetection": undefined;
|
|
87009
87534
|
|
|
87010
87535
|
"sap/ui/util/defaultLinkTypes": undefined;
|