@sapui5/ts-types-esm 1.136.15 → 1.136.17
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/{commons-1.136.12-esm-d.ts → commons-1.136.14-esm-d.ts} +1 -1
- package/types/{core-1.136.2-esm-d.ts → core-1.136.14-esm-d.ts} +50 -5
- package/types/{dt-1.136.12-esm-d.ts → dt-1.136.14-esm-d.ts} +1 -1
- package/types/index.d.ts +7 -7
- package/types/{mobile-1.136.2-esm-d.ts → mobile-1.136.14-esm-d.ts} +79 -6
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +3 -0
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +1 -1
- 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 +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.gantt.d.ts +1 -1
- 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 +2 -1
- package/types/sap.ovp.d.ts +1 -1
- 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.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.comp.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 +1 -1
- 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.vk.d.ts +376 -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 +1 -1
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/{tnt-1.136.12-esm-d.ts → tnt-1.136.14-esm-d.ts} +1 -1
- package/types/{ux3-1.136.12-esm-d.ts → ux3-1.136.14-esm-d.ts} +1 -1
- package/types/sap.fe.controls-1.136.14-esm-d.ts +0 -3
package/package.json
CHANGED
|
@@ -279,7 +279,7 @@ declare namespace sap {
|
|
|
279
279
|
"sap/ui/thirdparty/qunit-2": undefined;
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
|
-
// For Library Version: 1.136.
|
|
282
|
+
// For Library Version: 1.136.14
|
|
283
283
|
|
|
284
284
|
declare module "sap/base/assert" {
|
|
285
285
|
/**
|
|
@@ -11051,7 +11051,11 @@ declare module "sap/ui/base/DataType" {
|
|
|
11051
11051
|
/**
|
|
11052
11052
|
* Qualified name of the type to retrieve
|
|
11053
11053
|
*/
|
|
11054
|
-
sTypeName: string
|
|
11054
|
+
sTypeName: string,
|
|
11055
|
+
/**
|
|
11056
|
+
* Metadata of the property
|
|
11057
|
+
*/
|
|
11058
|
+
oProperty?: /* was: sap.ui.base.ManagedObject.MetaOptions.Property */ any
|
|
11055
11059
|
): DataType | undefined;
|
|
11056
11060
|
/**
|
|
11057
11061
|
* Registers an enum under the given name. With version 2.0, registering an enum becomes mandatory when
|
|
@@ -59684,6 +59688,8 @@ declare module "sap/ui/model/json/JSONPropertyBinding" {
|
|
|
59684
59688
|
|
|
59685
59689
|
import Context from "sap/ui/model/Context";
|
|
59686
59690
|
|
|
59691
|
+
import Metadata from "sap/ui/base/Metadata";
|
|
59692
|
+
|
|
59687
59693
|
/**
|
|
59688
59694
|
* Property binding implementation for JSON format.
|
|
59689
59695
|
*
|
|
@@ -59717,6 +59723,40 @@ declare module "sap/ui/model/json/JSONPropertyBinding" {
|
|
|
59717
59723
|
*/
|
|
59718
59724
|
mParameters?: object
|
|
59719
59725
|
);
|
|
59726
|
+
|
|
59727
|
+
/**
|
|
59728
|
+
* Creates a new subclass of class sap.ui.model.json.JSONPropertyBinding with name `sClassName` and enriches
|
|
59729
|
+
* it with the information contained in `oClassInfo`.
|
|
59730
|
+
*
|
|
59731
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.model.ClientPropertyBinding.extend}.
|
|
59732
|
+
*
|
|
59733
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
59734
|
+
*
|
|
59735
|
+
* @returns Created class / constructor function
|
|
59736
|
+
*/
|
|
59737
|
+
static extend<T extends Record<string, unknown>>(
|
|
59738
|
+
/**
|
|
59739
|
+
* Name of the class being created
|
|
59740
|
+
*/
|
|
59741
|
+
sClassName: string,
|
|
59742
|
+
/**
|
|
59743
|
+
* Object literal with information about the class
|
|
59744
|
+
*/
|
|
59745
|
+
oClassInfo?: sap.ClassInfo<T, JSONPropertyBinding>,
|
|
59746
|
+
/**
|
|
59747
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
59748
|
+
* used by this class
|
|
59749
|
+
*/
|
|
59750
|
+
FNMetaImpl?: Function
|
|
59751
|
+
): Function;
|
|
59752
|
+
/**
|
|
59753
|
+
* Returns a metadata object for class sap.ui.model.json.JSONPropertyBinding.
|
|
59754
|
+
*
|
|
59755
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
59756
|
+
*
|
|
59757
|
+
* @returns Metadata object describing this class
|
|
59758
|
+
*/
|
|
59759
|
+
static getMetadata(): Metadata;
|
|
59720
59760
|
}
|
|
59721
59761
|
}
|
|
59722
59762
|
|
|
@@ -69340,6 +69380,10 @@ declare module "sap/ui/model/odata/v2/ODataAnnotations" {
|
|
|
69340
69380
|
* A valid cache key
|
|
69341
69381
|
*/
|
|
69342
69382
|
cacheKey?: string;
|
|
69383
|
+
/**
|
|
69384
|
+
* If set to `true`, the user credentials are included in a cross-origin request
|
|
69385
|
+
*/
|
|
69386
|
+
withCredentials?: boolean;
|
|
69343
69387
|
}
|
|
69344
69388
|
);
|
|
69345
69389
|
/**
|
|
@@ -72057,7 +72101,8 @@ declare module "sap/ui/model/odata/v4/Context" {
|
|
|
72057
72101
|
* Since 1.82.0 absolute paths are supported. Absolute paths must start with the entity container (example
|
|
72058
72102
|
* "/com.sap.gateway.default.iwbep.tea_busi.v0001.Container/TEAMS") of the service. All (navigation) properties
|
|
72059
72103
|
* in the complete model matching such an absolute path are updated. Since 1.85.0, "14.4.11 Expression edm:String"
|
|
72060
|
-
* is accepted as well.
|
|
72104
|
+
* is accepted as well. Since 1.145.0, you can use `null` values (and `{$Null : null}`) as synonyms for
|
|
72105
|
+
* empty navigation property paths.
|
|
72061
72106
|
*
|
|
72062
72107
|
* Since 1.108.8, a property path matching the "com.sap.vocabularies.Common.v1.Messages" annotation of a
|
|
72063
72108
|
* list binding's entity type is treated specially for a row context of a list binding: It is loaded even
|
|
@@ -84536,11 +84581,11 @@ declare module "sap/ui/test/Opa5" {
|
|
|
84536
84581
|
* whether a function is used as arrangement or action. Each function typically contains one or multiple
|
|
84537
84582
|
* `waitFor` statements.
|
|
84538
84583
|
*/
|
|
84539
|
-
actions?: Record<string,
|
|
84584
|
+
actions?: Record<string, Function> | Function;
|
|
84540
84585
|
/**
|
|
84541
84586
|
* A map or a class of functions that can be used as assertions in Opa tests.
|
|
84542
84587
|
*/
|
|
84543
|
-
assertions?: Record<string,
|
|
84588
|
+
assertions?: Record<string, Function> | Function;
|
|
84544
84589
|
};
|
|
84545
84590
|
}
|
|
84546
84591
|
|
package/types/index.d.ts
CHANGED
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
/// <reference path="./sap.zen.dsh.d.ts"/>
|
|
18
18
|
/// <reference path="./sap.zen.commons.d.ts"/>
|
|
19
19
|
/// <reference path="./sap.sac.df.d.ts"/>
|
|
20
|
-
/// <reference path="./commons-1.136.
|
|
20
|
+
/// <reference path="./commons-1.136.14-esm-d.ts"/>
|
|
21
21
|
/// <reference path="./sap.ui.comp.d.ts"/>
|
|
22
|
-
/// <reference path="./core-1.136.
|
|
23
|
-
/// <reference path="./dt-1.136.
|
|
22
|
+
/// <reference path="./core-1.136.14-esm-d.ts"/>
|
|
23
|
+
/// <reference path="./dt-1.136.14-esm-d.ts"/>
|
|
24
24
|
/// <reference path="./sap.ui.export.d.ts"/>
|
|
25
25
|
/// <reference path="./sap.f.d.ts"/>
|
|
26
26
|
/// <reference path="./sap.ui.fl.d.ts"/>
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
/// <reference path="./sap.ui.layout.d.ts"/>
|
|
34
34
|
/// <reference path="./sap.makit.d.ts"/>
|
|
35
35
|
/// <reference path="./mdc-1.136.9-esm-d.ts"/>
|
|
36
|
-
/// <reference path="./mobile-1.136.
|
|
36
|
+
/// <reference path="./mobile-1.136.14-esm-d.ts"/>
|
|
37
37
|
/// <reference path="./sap.me.d.ts"/>
|
|
38
38
|
/// <reference path="./sap.ndc.d.ts"/>
|
|
39
39
|
/// <reference path="./sap.ovp.d.ts"/>
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
/// <reference path="./sap.cux.home.d.ts"/>
|
|
46
46
|
/// <reference path="./sap.esh.search.ui.d.ts"/>
|
|
47
47
|
/// <reference path="./sap.fe.base.d.ts"/>
|
|
48
|
-
/// <reference path="./sap.fe.controls
|
|
48
|
+
/// <reference path="./sap.fe.controls.d.ts"/>
|
|
49
49
|
/// <reference path="./sap.fe.core.d.ts"/>
|
|
50
50
|
/// <reference path="./sap.fe.ina.d.ts"/>
|
|
51
51
|
/// <reference path="./sap.fe.macros.d.ts"/>
|
|
@@ -67,12 +67,12 @@
|
|
|
67
67
|
/// <reference path="./sap.ui.support.d.ts"/>
|
|
68
68
|
/// <reference path="./sap.ui.table.d.ts"/>
|
|
69
69
|
/// <reference path="./sap.ui.testrecorder.d.ts"/>
|
|
70
|
-
/// <reference path="./tnt-1.136.
|
|
70
|
+
/// <reference path="./tnt-1.136.14-esm-d.ts"/>
|
|
71
71
|
/// <reference path="./sap.ca.ui.d.ts"/>
|
|
72
72
|
/// <reference path="./sap.ui.unified.d.ts"/>
|
|
73
73
|
/// <reference path="./sap.ushell.d.ts"/>
|
|
74
74
|
/// <reference path="./sap.ushell_abap.d.ts"/>
|
|
75
|
-
/// <reference path="./ux3-1.136.
|
|
75
|
+
/// <reference path="./ux3-1.136.14-esm-d.ts"/>
|
|
76
76
|
/// <reference path="./sap.uxap.d.ts"/>
|
|
77
77
|
/// <reference path="./sap.ui.vbm.d.ts"/>
|
|
78
78
|
/// <reference path="./sap.viz.d.ts"/>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.136.
|
|
1
|
+
// For Library Version: 1.136.14
|
|
2
2
|
|
|
3
3
|
declare module "sap/f/library" {
|
|
4
4
|
export interface IShellBar {
|
|
@@ -23508,7 +23508,16 @@ declare module "sap/m/Dialog" {
|
|
|
23508
23508
|
/**
|
|
23509
23509
|
* Escape handler for sap.m.Dialog control.
|
|
23510
23510
|
*/
|
|
23511
|
-
export type EscapeHandler = (oHandlers:
|
|
23511
|
+
export type EscapeHandler = (oHandlers: {
|
|
23512
|
+
/**
|
|
23513
|
+
* Call this function if the dialog should be closed.
|
|
23514
|
+
*/
|
|
23515
|
+
resolve: () => void;
|
|
23516
|
+
/**
|
|
23517
|
+
* Call this function if the dialog should not be closed.
|
|
23518
|
+
*/
|
|
23519
|
+
reject: () => void;
|
|
23520
|
+
}) => void;
|
|
23512
23521
|
|
|
23513
23522
|
/**
|
|
23514
23523
|
* Describes the settings that can be provided to the Dialog constructor.
|
|
@@ -61430,8 +61439,8 @@ declare module "sap/m/MessageToast" {
|
|
|
61430
61439
|
* sap.m.MessageToast.show("This message should appear in the message toast", {
|
|
61431
61440
|
* duration: 3000, // default
|
|
61432
61441
|
* width: "15em", // default
|
|
61433
|
-
* my: "
|
|
61434
|
-
* at: "
|
|
61442
|
+
* my: "CenterBottom", // default
|
|
61443
|
+
* at: "CenterBottom", // default
|
|
61435
61444
|
* of: window, // default
|
|
61436
61445
|
* offset: "0 0", // default
|
|
61437
61446
|
* collision: "fit fit", // default
|
|
@@ -87593,6 +87602,11 @@ declare module "sap/m/PDFViewer" {
|
|
|
87593
87602
|
* happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
|
|
87594
87603
|
* when this event is fired, call the preventDefault() method inside the event handler.
|
|
87595
87604
|
*
|
|
87605
|
+
* Modern browsers implement strict policies for validating external resources loaded within an iframe.
|
|
87606
|
+
* PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
|
|
87607
|
+
* cannot be performed the sourceValidationFailed event cannot be triggered.
|
|
87608
|
+
*
|
|
87609
|
+
* @deprecated As of version 1.136.9. with no replacement.
|
|
87596
87610
|
*
|
|
87597
87611
|
* @returns Reference to `this` in order to allow method chaining
|
|
87598
87612
|
*/
|
|
@@ -87623,6 +87637,11 @@ declare module "sap/m/PDFViewer" {
|
|
|
87623
87637
|
* happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
|
|
87624
87638
|
* when this event is fired, call the preventDefault() method inside the event handler.
|
|
87625
87639
|
*
|
|
87640
|
+
* Modern browsers implement strict policies for validating external resources loaded within an iframe.
|
|
87641
|
+
* PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
|
|
87642
|
+
* cannot be performed the sourceValidationFailed event cannot be triggered.
|
|
87643
|
+
*
|
|
87644
|
+
* @deprecated As of version 1.136.9. with no replacement.
|
|
87626
87645
|
*
|
|
87627
87646
|
* @returns Reference to `this` in order to allow method chaining
|
|
87628
87647
|
*/
|
|
@@ -87692,6 +87711,7 @@ declare module "sap/m/PDFViewer" {
|
|
|
87692
87711
|
*
|
|
87693
87712
|
* The passed function and listener object must match the ones used for event registration.
|
|
87694
87713
|
*
|
|
87714
|
+
* @deprecated As of version 1.136.9. with no replacement.
|
|
87695
87715
|
*
|
|
87696
87716
|
* @returns Reference to `this` in order to allow method chaining
|
|
87697
87717
|
*/
|
|
@@ -87738,6 +87758,7 @@ declare module "sap/m/PDFViewer" {
|
|
|
87738
87758
|
/**
|
|
87739
87759
|
* Fires event {@link #event:sourceValidationFailed sourceValidationFailed} to attached listeners.
|
|
87740
87760
|
*
|
|
87761
|
+
* @deprecated As of version 1.136.9. with no replacement.
|
|
87741
87762
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
87742
87763
|
*
|
|
87743
87764
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -87861,6 +87882,11 @@ declare module "sap/m/PDFViewer" {
|
|
|
87861
87882
|
* except Internet Explorer and Microsoft Edge, provided that this data URI or blob URL is allowed in advance.
|
|
87862
87883
|
* For more information about URL filtering, see {@link https://ui5.sap.com/#/topic/91f3768f6f4d1014b6dd926db0e91070 URLList Validator Filtering}.
|
|
87863
87884
|
*
|
|
87885
|
+
* Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
|
|
87886
|
+
* GET request to ensure it exists and is accessible. This validation:
|
|
87887
|
+
* - Prevents loading invalid or non-existent PDF files
|
|
87888
|
+
* - If validation fails, error content is displayed instead of attempting PDF load
|
|
87889
|
+
*
|
|
87864
87890
|
*
|
|
87865
87891
|
* @returns Value of property `source`
|
|
87866
87892
|
*/
|
|
@@ -88111,6 +88137,11 @@ declare module "sap/m/PDFViewer" {
|
|
|
88111
88137
|
* except Internet Explorer and Microsoft Edge, provided that this data URI or blob URL is allowed in advance.
|
|
88112
88138
|
* For more information about URL filtering, see {@link https://ui5.sap.com/#/topic/91f3768f6f4d1014b6dd926db0e91070 URLList Validator Filtering}.
|
|
88113
88139
|
*
|
|
88140
|
+
* Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
|
|
88141
|
+
* GET request to ensure it exists and is accessible. This validation:
|
|
88142
|
+
* - Prevents loading invalid or non-existent PDF files
|
|
88143
|
+
* - If validation fails, error content is displayed instead of attempting PDF load
|
|
88144
|
+
*
|
|
88114
88145
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
88115
88146
|
*
|
|
88116
88147
|
*
|
|
@@ -88179,6 +88210,11 @@ declare module "sap/m/PDFViewer" {
|
|
|
88179
88210
|
* Optionally, this property can also be set to a data URI path or a blob URL in all major web browsers
|
|
88180
88211
|
* except Internet Explorer and Microsoft Edge, provided that this data URI or blob URL is allowed in advance.
|
|
88181
88212
|
* For more information about URL filtering, see {@link https://ui5.sap.com/#/topic/91f3768f6f4d1014b6dd926db0e91070 URLList Validator Filtering}.
|
|
88213
|
+
*
|
|
88214
|
+
* Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
|
|
88215
|
+
* GET request to ensure it exists and is accessible. This validation:
|
|
88216
|
+
* - Prevents loading invalid or non-existent PDF files
|
|
88217
|
+
* - If validation fails, error content is displayed instead of attempting PDF load
|
|
88182
88218
|
*/
|
|
88183
88219
|
source?: URI | PropertyBindingInfo | `{${string}}`;
|
|
88184
88220
|
|
|
@@ -88269,6 +88305,12 @@ declare module "sap/m/PDFViewer" {
|
|
|
88269
88305
|
* configuration of the Mozilla Firefox browser may not allow checking the loaded content. This may also
|
|
88270
88306
|
* happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
|
|
88271
88307
|
* when this event is fired, call the preventDefault() method inside the event handler.
|
|
88308
|
+
*
|
|
88309
|
+
* Modern browsers implement strict policies for validating external resources loaded within an iframe.
|
|
88310
|
+
* PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
|
|
88311
|
+
* cannot be performed the sourceValidationFailed event cannot be triggered.
|
|
88312
|
+
*
|
|
88313
|
+
* @deprecated As of version 1.136.9. with no replacement.
|
|
88272
88314
|
*/
|
|
88273
88315
|
sourceValidationFailed?: (oEvent: Event) => void;
|
|
88274
88316
|
}
|
|
@@ -88306,11 +88348,15 @@ declare module "sap/m/PDFViewer" {
|
|
|
88306
88348
|
|
|
88307
88349
|
/**
|
|
88308
88350
|
* Parameters of the PDFViewer#sourceValidationFailed event.
|
|
88351
|
+
*
|
|
88352
|
+
* @deprecated As of version 1.136.9. with no replacement.
|
|
88309
88353
|
*/
|
|
88310
88354
|
export interface PDFViewer$SourceValidationFailedEventParameters {}
|
|
88311
88355
|
|
|
88312
88356
|
/**
|
|
88313
88357
|
* Event object of the PDFViewer#sourceValidationFailed event.
|
|
88358
|
+
*
|
|
88359
|
+
* @deprecated As of version 1.136.9. with no replacement.
|
|
88314
88360
|
*/
|
|
88315
88361
|
export type PDFViewer$SourceValidationFailedEvent = Event<
|
|
88316
88362
|
PDFViewer$SourceValidationFailedEventParameters,
|
|
@@ -108801,7 +108847,11 @@ declare module "sap/m/SearchField" {
|
|
|
108801
108847
|
|
|
108802
108848
|
import { IShellBar } from "sap/f/library";
|
|
108803
108849
|
|
|
108804
|
-
import {
|
|
108850
|
+
import {
|
|
108851
|
+
IToolbarInteractiveControl,
|
|
108852
|
+
IOverflowToolbarContent,
|
|
108853
|
+
OverflowToolbarConfig,
|
|
108854
|
+
} from "sap/m/library";
|
|
108805
108855
|
|
|
108806
108856
|
import SuggestionItem from "sap/m/SuggestionItem";
|
|
108807
108857
|
|
|
@@ -108832,11 +108882,16 @@ declare module "sap/m/SearchField" {
|
|
|
108832
108882
|
*/
|
|
108833
108883
|
export default class SearchField
|
|
108834
108884
|
extends Control
|
|
108835
|
-
implements
|
|
108885
|
+
implements
|
|
108886
|
+
IFormContent,
|
|
108887
|
+
IShellBar,
|
|
108888
|
+
IToolbarInteractiveControl,
|
|
108889
|
+
IOverflowToolbarContent
|
|
108836
108890
|
{
|
|
108837
108891
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
108838
108892
|
__implements__sap_f_IShellBar: boolean;
|
|
108839
108893
|
__implements__sap_m_IToolbarInteractiveControl: boolean;
|
|
108894
|
+
__implements__sap_m_IOverflowToolbarContent: boolean;
|
|
108840
108895
|
/**
|
|
108841
108896
|
* Constructor for a new SearchField.
|
|
108842
108897
|
*
|
|
@@ -109339,6 +109394,14 @@ declare module "sap/m/SearchField" {
|
|
|
109339
109394
|
* @returns Value of property `maxLength`
|
|
109340
109395
|
*/
|
|
109341
109396
|
getMaxLength(): int;
|
|
109397
|
+
/**
|
|
109398
|
+
* Enables the `sap.m.SearchField` to be used inside sap.m.OverflowToolbar. Required by the {@link sap.m.IOverflowToolbarContent }
|
|
109399
|
+
* interface.
|
|
109400
|
+
*
|
|
109401
|
+
*
|
|
109402
|
+
* @returns Configuration information for the `sap.m.IOverflowToolbarContent` interface.
|
|
109403
|
+
*/
|
|
109404
|
+
getOverflowToolbarConfig(): OverflowToolbarConfig;
|
|
109342
109405
|
/**
|
|
109343
109406
|
* Gets current value of property {@link #getPlaceholder placeholder}.
|
|
109344
109407
|
*
|
|
@@ -128933,6 +128996,11 @@ declare module "sap/m/SinglePlanningCalendar" {
|
|
|
128933
128996
|
* All appointments with changed selected state.
|
|
128934
128997
|
*/
|
|
128935
128998
|
appointments?: CalendarAppointment[];
|
|
128999
|
+
|
|
129000
|
+
/**
|
|
129001
|
+
* The original browser event.
|
|
129002
|
+
*/
|
|
129003
|
+
originalEvent?: object;
|
|
128936
129004
|
}
|
|
128937
129005
|
|
|
128938
129006
|
/**
|
|
@@ -128956,6 +129024,11 @@ declare module "sap/m/SinglePlanningCalendar" {
|
|
|
128956
129024
|
* The end date as a UI5Date or JavaScript Date object of the focused grid cell.
|
|
128957
129025
|
*/
|
|
128958
129026
|
endDate?: object;
|
|
129027
|
+
|
|
129028
|
+
/**
|
|
129029
|
+
* The original browser event.
|
|
129030
|
+
*/
|
|
129031
|
+
originalEvent?: object;
|
|
128959
129032
|
}
|
|
128960
129033
|
|
|
128961
129034
|
/**
|
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.fe.base.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
package/types/sap.fe.ina.d.ts
CHANGED
package/types/sap.fe.macros.d.ts
CHANGED
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.fe.tools.d.ts
CHANGED
package/types/sap.gantt.d.ts
CHANGED
package/types/sap.insights.d.ts
CHANGED
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.136.
|
|
1
|
+
// For Library Version: 1.136.15
|
|
2
2
|
|
|
3
3
|
declare module "sap/ndc/library" {}
|
|
4
4
|
|
|
@@ -231,6 +231,7 @@ declare module "sap/ndc/BarcodeScanner" {
|
|
|
231
231
|
* {
|
|
232
232
|
* "enableGS1Header": true, //If set to true, add the symbology identifier (GS1 specification 5.4.3.7. and 5.4.6.4.) as prefix into the result text.
|
|
233
233
|
* "deviceId": "string" // The specific camera id to scan the Barcode. If set to "", Barcode Scanner will use default camera. This option is not working for iOS devices since do not support to get all the cameras.
|
|
234
|
+
* "textMode": "string" // Defines how the decoded byte content of a barcode should be transcoded to text in ZXingcpp. Value can be "Plain", "ECI", "HRI", "Escaped", "Hex", or "HexECI". Default value is "HRI".
|
|
234
235
|
* "multiScan": {
|
|
235
236
|
* "enabled": false, // If set to true, will support scan multi barcodes, and the max number of the barcodes in each scanning is 10. Default value is false. Only working for ZXingCPP.
|
|
236
237
|
* "showPauseButton": false, // If set to true, will show a button so that can pause/restart the scan in the scan dialog.
|
package/types/sap.ovp.d.ts
CHANGED
package/types/sap.ui.comp.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
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.vk.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.136.
|
|
1
|
+
// For Library Version: 1.136.8
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/vk/library" {
|
|
4
4
|
/**
|
|
@@ -8626,6 +8626,301 @@ declare module "sap/ui/vk/dvl/ViewStateManager" {
|
|
|
8626
8626
|
extends $ViewStateManagerBaseSettings {}
|
|
8627
8627
|
}
|
|
8628
8628
|
|
|
8629
|
+
declare module "sap/ui/vk/ecad/ElementsPanel" {
|
|
8630
|
+
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
8631
|
+
|
|
8632
|
+
import Event from "sap/ui/base/Event";
|
|
8633
|
+
|
|
8634
|
+
import { ID, CSSSize } from "sap/ui/core/library";
|
|
8635
|
+
|
|
8636
|
+
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
8637
|
+
|
|
8638
|
+
import ContentConnector from "sap/ui/vk/ContentConnector";
|
|
8639
|
+
|
|
8640
|
+
import ViewStateManagerBase from "sap/ui/vk/ViewStateManagerBase";
|
|
8641
|
+
|
|
8642
|
+
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
8643
|
+
|
|
8644
|
+
/**
|
|
8645
|
+
* Provides a list of all ECAD elements in a given scene in table format.
|
|
8646
|
+
*
|
|
8647
|
+
* **NOTE:** To use this control the application developer should add dependencies to the following libraries
|
|
8648
|
+
* on application level to ensure that the libraries are loaded before the module dependencies will be required:
|
|
8649
|
+
*
|
|
8650
|
+
* - sap.f
|
|
8651
|
+
* - sap.ui.comp
|
|
8652
|
+
*
|
|
8653
|
+
* @since 1.136.0
|
|
8654
|
+
*/
|
|
8655
|
+
export default class ElementsPanel extends Control {
|
|
8656
|
+
/**
|
|
8657
|
+
* Constructor for a new ElementsPanel.
|
|
8658
|
+
*
|
|
8659
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
8660
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
8661
|
+
* of the syntax of the settings object.
|
|
8662
|
+
*/
|
|
8663
|
+
constructor(
|
|
8664
|
+
/**
|
|
8665
|
+
* initial settings for the new control
|
|
8666
|
+
*/
|
|
8667
|
+
mSettings?: $ElementsPanelSettings
|
|
8668
|
+
);
|
|
8669
|
+
/**
|
|
8670
|
+
* Constructor for a new ElementsPanel.
|
|
8671
|
+
*
|
|
8672
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
8673
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
8674
|
+
* of the syntax of the settings object.
|
|
8675
|
+
*/
|
|
8676
|
+
constructor(
|
|
8677
|
+
/**
|
|
8678
|
+
* id for the new control, generated automatically if no id is given
|
|
8679
|
+
*/
|
|
8680
|
+
sId?: string,
|
|
8681
|
+
/**
|
|
8682
|
+
* initial settings for the new control
|
|
8683
|
+
*/
|
|
8684
|
+
mSettings?: $ElementsPanelSettings
|
|
8685
|
+
);
|
|
8686
|
+
|
|
8687
|
+
/**
|
|
8688
|
+
* Creates a new subclass of class sap.ui.vk.ecad.ElementsPanel with name `sClassName` and enriches it with
|
|
8689
|
+
* the information contained in `oClassInfo`.
|
|
8690
|
+
*
|
|
8691
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
8692
|
+
*
|
|
8693
|
+
*
|
|
8694
|
+
* @returns Created class / constructor function
|
|
8695
|
+
*/
|
|
8696
|
+
static extend<T extends Record<string, unknown>>(
|
|
8697
|
+
/**
|
|
8698
|
+
* Name of the class being created
|
|
8699
|
+
*/
|
|
8700
|
+
sClassName: string,
|
|
8701
|
+
/**
|
|
8702
|
+
* Object literal with information about the class
|
|
8703
|
+
*/
|
|
8704
|
+
oClassInfo?: sap.ClassInfo<T, ElementsPanel>,
|
|
8705
|
+
/**
|
|
8706
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
8707
|
+
* used by this class
|
|
8708
|
+
*/
|
|
8709
|
+
FNMetaImpl?: Function
|
|
8710
|
+
): Function;
|
|
8711
|
+
/**
|
|
8712
|
+
* Returns a metadata object for class sap.ui.vk.ecad.ElementsPanel.
|
|
8713
|
+
*
|
|
8714
|
+
*
|
|
8715
|
+
* @returns Metadata object describing this class
|
|
8716
|
+
*/
|
|
8717
|
+
static getMetadata(): ElementMetadata;
|
|
8718
|
+
/**
|
|
8719
|
+
* Attaches event handler `fnFunction` to the {@link #event:contentChanged contentChanged} event of this
|
|
8720
|
+
* `sap.ui.vk.ecad.ElementsPanel`.
|
|
8721
|
+
*
|
|
8722
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
8723
|
+
* otherwise it will be bound to this `sap.ui.vk.ecad.ElementsPanel` itself.
|
|
8724
|
+
*
|
|
8725
|
+
* This event will be fired when content is replaced.
|
|
8726
|
+
*
|
|
8727
|
+
*
|
|
8728
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8729
|
+
*/
|
|
8730
|
+
attachContentChanged(
|
|
8731
|
+
/**
|
|
8732
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
8733
|
+
* object when firing the event
|
|
8734
|
+
*/
|
|
8735
|
+
oData: object,
|
|
8736
|
+
/**
|
|
8737
|
+
* The function to be called when the event occurs
|
|
8738
|
+
*/
|
|
8739
|
+
fnFunction: (p1: Event) => void,
|
|
8740
|
+
/**
|
|
8741
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.vk.ecad.ElementsPanel` itself
|
|
8742
|
+
*/
|
|
8743
|
+
oListener?: object
|
|
8744
|
+
): this;
|
|
8745
|
+
/**
|
|
8746
|
+
* Attaches event handler `fnFunction` to the {@link #event:contentChanged contentChanged} event of this
|
|
8747
|
+
* `sap.ui.vk.ecad.ElementsPanel`.
|
|
8748
|
+
*
|
|
8749
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
8750
|
+
* otherwise it will be bound to this `sap.ui.vk.ecad.ElementsPanel` itself.
|
|
8751
|
+
*
|
|
8752
|
+
* This event will be fired when content is replaced.
|
|
8753
|
+
*
|
|
8754
|
+
*
|
|
8755
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8756
|
+
*/
|
|
8757
|
+
attachContentChanged(
|
|
8758
|
+
/**
|
|
8759
|
+
* The function to be called when the event occurs
|
|
8760
|
+
*/
|
|
8761
|
+
fnFunction: (p1: Event) => void,
|
|
8762
|
+
/**
|
|
8763
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.vk.ecad.ElementsPanel` itself
|
|
8764
|
+
*/
|
|
8765
|
+
oListener?: object
|
|
8766
|
+
): this;
|
|
8767
|
+
/**
|
|
8768
|
+
* Detaches event handler `fnFunction` from the {@link #event:contentChanged contentChanged} event of this
|
|
8769
|
+
* `sap.ui.vk.ecad.ElementsPanel`.
|
|
8770
|
+
*
|
|
8771
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
8772
|
+
*
|
|
8773
|
+
*
|
|
8774
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8775
|
+
*/
|
|
8776
|
+
detachContentChanged(
|
|
8777
|
+
/**
|
|
8778
|
+
* The function to be called, when the event occurs
|
|
8779
|
+
*/
|
|
8780
|
+
fnFunction: (p1: Event) => void,
|
|
8781
|
+
/**
|
|
8782
|
+
* Context object on which the given function had to be called
|
|
8783
|
+
*/
|
|
8784
|
+
oListener?: object
|
|
8785
|
+
): this;
|
|
8786
|
+
/**
|
|
8787
|
+
* Fires event {@link #event:contentChanged contentChanged} to attached listeners.
|
|
8788
|
+
*
|
|
8789
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
8790
|
+
*
|
|
8791
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8792
|
+
*/
|
|
8793
|
+
fireContentChanged(
|
|
8794
|
+
/**
|
|
8795
|
+
* Parameters to pass along with the event
|
|
8796
|
+
*/
|
|
8797
|
+
mParameters?: object
|
|
8798
|
+
): this;
|
|
8799
|
+
/**
|
|
8800
|
+
* ID of the element which is the current target of the association {@link #getContentConnector contentConnector},
|
|
8801
|
+
* or `null`.
|
|
8802
|
+
*/
|
|
8803
|
+
getContentConnector(): ID | null;
|
|
8804
|
+
/**
|
|
8805
|
+
* Gets current value of property {@link #getHeight height}.
|
|
8806
|
+
*
|
|
8807
|
+
* Default value is `"100%"`.
|
|
8808
|
+
*
|
|
8809
|
+
*
|
|
8810
|
+
* @returns Value of property `height`
|
|
8811
|
+
*/
|
|
8812
|
+
getHeight(): CSSSize;
|
|
8813
|
+
/**
|
|
8814
|
+
* ID of the element which is the current target of the association {@link #getViewStateManager viewStateManager},
|
|
8815
|
+
* or `null`.
|
|
8816
|
+
*/
|
|
8817
|
+
getViewStateManager(): ID | null;
|
|
8818
|
+
/**
|
|
8819
|
+
* Gets current value of property {@link #getWidth width}.
|
|
8820
|
+
*
|
|
8821
|
+
* Default value is `"auto"`.
|
|
8822
|
+
*
|
|
8823
|
+
*
|
|
8824
|
+
* @returns Value of property `width`
|
|
8825
|
+
*/
|
|
8826
|
+
getWidth(): CSSSize;
|
|
8827
|
+
/**
|
|
8828
|
+
* Sets the associated {@link #getContentConnector contentConnector}.
|
|
8829
|
+
*
|
|
8830
|
+
*
|
|
8831
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8832
|
+
*/
|
|
8833
|
+
setContentConnector(
|
|
8834
|
+
/**
|
|
8835
|
+
* ID of an element which becomes the new target of this contentConnector association; alternatively, an
|
|
8836
|
+
* element instance may be given
|
|
8837
|
+
*/
|
|
8838
|
+
oContentConnector: ID | ContentConnector
|
|
8839
|
+
): this;
|
|
8840
|
+
/**
|
|
8841
|
+
* Sets a new value for property {@link #getHeight height}.
|
|
8842
|
+
*
|
|
8843
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8844
|
+
*
|
|
8845
|
+
* Default value is `"100%"`.
|
|
8846
|
+
*
|
|
8847
|
+
*
|
|
8848
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8849
|
+
*/
|
|
8850
|
+
setHeight(
|
|
8851
|
+
/**
|
|
8852
|
+
* New value for property `height`
|
|
8853
|
+
*/
|
|
8854
|
+
sHeight?: CSSSize
|
|
8855
|
+
): this;
|
|
8856
|
+
/**
|
|
8857
|
+
* Sets the associated {@link #getViewStateManager viewStateManager}.
|
|
8858
|
+
*
|
|
8859
|
+
*
|
|
8860
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8861
|
+
*/
|
|
8862
|
+
setViewStateManager(
|
|
8863
|
+
/**
|
|
8864
|
+
* ID of an element which becomes the new target of this viewStateManager association; alternatively, an
|
|
8865
|
+
* element instance may be given
|
|
8866
|
+
*/
|
|
8867
|
+
oViewStateManager: ID | ViewStateManagerBase
|
|
8868
|
+
): this;
|
|
8869
|
+
/**
|
|
8870
|
+
* Sets a new value for property {@link #getWidth width}.
|
|
8871
|
+
*
|
|
8872
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8873
|
+
*
|
|
8874
|
+
* Default value is `"auto"`.
|
|
8875
|
+
*
|
|
8876
|
+
*
|
|
8877
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8878
|
+
*/
|
|
8879
|
+
setWidth(
|
|
8880
|
+
/**
|
|
8881
|
+
* New value for property `width`
|
|
8882
|
+
*/
|
|
8883
|
+
sWidth?: CSSSize
|
|
8884
|
+
): this;
|
|
8885
|
+
}
|
|
8886
|
+
/**
|
|
8887
|
+
* Describes the settings that can be provided to the ElementsPanel constructor.
|
|
8888
|
+
*/
|
|
8889
|
+
export interface $ElementsPanelSettings extends $ControlSettings {
|
|
8890
|
+
width?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
8891
|
+
|
|
8892
|
+
height?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
8893
|
+
|
|
8894
|
+
/**
|
|
8895
|
+
* An association to the `ContentConnector` instance that manages content resources.
|
|
8896
|
+
*/
|
|
8897
|
+
contentConnector?: ContentConnector | string;
|
|
8898
|
+
|
|
8899
|
+
/**
|
|
8900
|
+
* An association to the `ViewStateManager` instance.
|
|
8901
|
+
*/
|
|
8902
|
+
viewStateManager?: ViewStateManagerBase | string;
|
|
8903
|
+
|
|
8904
|
+
/**
|
|
8905
|
+
* This event will be fired when content is replaced.
|
|
8906
|
+
*/
|
|
8907
|
+
contentChanged?: (oEvent: Event) => void;
|
|
8908
|
+
}
|
|
8909
|
+
|
|
8910
|
+
/**
|
|
8911
|
+
* Parameters of the ElementsPanel#contentChanged event.
|
|
8912
|
+
*/
|
|
8913
|
+
export interface ElementsPanel$ContentChangedEventParameters {}
|
|
8914
|
+
|
|
8915
|
+
/**
|
|
8916
|
+
* Event object of the ElementsPanel#contentChanged event.
|
|
8917
|
+
*/
|
|
8918
|
+
export type ElementsPanel$ContentChangedEvent = Event<
|
|
8919
|
+
ElementsPanel$ContentChangedEventParameters,
|
|
8920
|
+
ElementsPanel
|
|
8921
|
+
>;
|
|
8922
|
+
}
|
|
8923
|
+
|
|
8629
8924
|
declare module "sap/ui/vk/ecad/LayersPanel" {
|
|
8630
8925
|
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
8631
8926
|
|
|
@@ -25965,6 +26260,10 @@ declare module "sap/ui/vk/threejs/Viewport" {
|
|
|
25965
26260
|
* Indicator to retrieve selection information.
|
|
25966
26261
|
*/
|
|
25967
26262
|
selection?: boolean | object;
|
|
26263
|
+
/**
|
|
26264
|
+
* Indicator to retrieve cross-section tool information.
|
|
26265
|
+
*/
|
|
26266
|
+
crossSection?: boolean | object;
|
|
25968
26267
|
}
|
|
25969
26268
|
): object;
|
|
25970
26269
|
/**
|
|
@@ -26143,6 +26442,27 @@ declare module "sap/ui/vk/threejs/Viewport" {
|
|
|
26143
26442
|
*/
|
|
26144
26443
|
outlined: string[];
|
|
26145
26444
|
};
|
|
26445
|
+
/**
|
|
26446
|
+
* A JSON-like object containing the cross-section tool information.
|
|
26447
|
+
*/
|
|
26448
|
+
crossSection?: {
|
|
26449
|
+
/**
|
|
26450
|
+
* Indicator whether the cross-section tool is enabled.
|
|
26451
|
+
*/
|
|
26452
|
+
enabled?: boolean;
|
|
26453
|
+
/**
|
|
26454
|
+
* Axis along which the cross-section is performed (0 - X, 1 - Y, 2 - Z).
|
|
26455
|
+
*/
|
|
26456
|
+
axis?: int;
|
|
26457
|
+
/**
|
|
26458
|
+
* Indicator whether the cross-section direction is flipped.
|
|
26459
|
+
*/
|
|
26460
|
+
flip?: boolean;
|
|
26461
|
+
/**
|
|
26462
|
+
* Position of the cross-section planes defined as [x, y, z].
|
|
26463
|
+
*/
|
|
26464
|
+
position?: float[];
|
|
26465
|
+
};
|
|
26146
26466
|
},
|
|
26147
26467
|
/**
|
|
26148
26468
|
* Fly-to animation duration in seconds.
|
|
@@ -30349,6 +30669,15 @@ declare module "sap/ui/vk/tools/CrossSectionTool" {
|
|
|
30349
30669
|
* @returns Value of property `showEditingUI`
|
|
30350
30670
|
*/
|
|
30351
30671
|
getShowEditingUI(): boolean;
|
|
30672
|
+
/**
|
|
30673
|
+
* Gets information about the current state.
|
|
30674
|
+
*
|
|
30675
|
+
* @since 1.145.0
|
|
30676
|
+
*
|
|
30677
|
+
* @returns JSON-like object which holds the current state information. See {@link sap.ui.vk.tools.CrossSectionTool#setState setState }
|
|
30678
|
+
* for details.
|
|
30679
|
+
*/
|
|
30680
|
+
getState(): object | null;
|
|
30352
30681
|
/**
|
|
30353
30682
|
* MOVE TO BASE Queues a command for execution during the rendering cycle. All gesture operations should
|
|
30354
30683
|
* be called using this method.
|
|
@@ -30404,6 +30733,40 @@ declare module "sap/ui/vk/tools/CrossSectionTool" {
|
|
|
30404
30733
|
*/
|
|
30405
30734
|
bShowEditingUI?: boolean
|
|
30406
30735
|
): this;
|
|
30736
|
+
/**
|
|
30737
|
+
* Sets the current state.
|
|
30738
|
+
*
|
|
30739
|
+
* @since 1.145.0
|
|
30740
|
+
*
|
|
30741
|
+
* @returns `this` to allow method chaining.
|
|
30742
|
+
*/
|
|
30743
|
+
setState(
|
|
30744
|
+
/**
|
|
30745
|
+
* JSON-like object which holds the state information. See below for details.
|
|
30746
|
+
*/
|
|
30747
|
+
state?: {
|
|
30748
|
+
/**
|
|
30749
|
+
* Specifies whether the cross section tool should be activated.
|
|
30750
|
+
*/
|
|
30751
|
+
enabled?: boolean;
|
|
30752
|
+
/**
|
|
30753
|
+
* Axis index from 0 to 2: 0 - X, 1 - Y, 2 - Z.
|
|
30754
|
+
*/
|
|
30755
|
+
axis?: number;
|
|
30756
|
+
/**
|
|
30757
|
+
* If set to `true`, the clipping plane will be flipped.
|
|
30758
|
+
*/
|
|
30759
|
+
flip?: boolean;
|
|
30760
|
+
/**
|
|
30761
|
+
* The position of the clipping planes defined as [x, y, z].
|
|
30762
|
+
*/
|
|
30763
|
+
position?: number[];
|
|
30764
|
+
},
|
|
30765
|
+
/**
|
|
30766
|
+
* The viewport where the tool is used.
|
|
30767
|
+
*/
|
|
30768
|
+
viewport?: Viewport
|
|
30769
|
+
): this;
|
|
30407
30770
|
}
|
|
30408
30771
|
/**
|
|
30409
30772
|
* Describes the settings that can be provided to the CrossSectionTool constructor.
|
|
@@ -38981,6 +39344,12 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
38981
39344
|
* Provides simple 3D visualization capability by connecting, configuring and presenting the essential Visualization
|
|
38982
39345
|
* Toolkit controls a single composite control.
|
|
38983
39346
|
*
|
|
39347
|
+
* **NOTE:** To use this control the application developer should add dependencies to the following libraries
|
|
39348
|
+
* on application level to ensure that the libraries are loaded before the module dependencies will be required:
|
|
39349
|
+
*
|
|
39350
|
+
* - sap.f
|
|
39351
|
+
* - sap.ui.comp
|
|
39352
|
+
*
|
|
38984
39353
|
* @since 1.32.0
|
|
38985
39354
|
*/
|
|
38986
39355
|
export default class Viewer extends Control {
|
|
@@ -42408,6 +42777,10 @@ declare module "sap/ui/vk/Viewport" {
|
|
|
42408
42777
|
* Indicator to retrieve selection information.
|
|
42409
42778
|
*/
|
|
42410
42779
|
selection?: boolean | object;
|
|
42780
|
+
/**
|
|
42781
|
+
* Indicator to retrieve cross-section information.
|
|
42782
|
+
*/
|
|
42783
|
+
crossSection?: boolean | object;
|
|
42411
42784
|
}
|
|
42412
42785
|
): object;
|
|
42413
42786
|
/**
|
|
@@ -47454,6 +47827,8 @@ declare namespace sap {
|
|
|
47454
47827
|
|
|
47455
47828
|
"sap/ui/vk/dvl/ViewStateManager": undefined;
|
|
47456
47829
|
|
|
47830
|
+
"sap/ui/vk/ecad/ElementsPanel": undefined;
|
|
47831
|
+
|
|
47457
47832
|
"sap/ui/vk/ecad/LayersPanel": undefined;
|
|
47458
47833
|
|
|
47459
47834
|
"sap/ui/vk/FlexibleControl": undefined;
|
package/types/sap.ushell.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED