@sapui5/ts-types-esm 1.138.1 → 1.140.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/README.md +1 -1
- package/package.json +1 -1
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.cux.home.d.ts +0 -1657
- package/types/sap.esh.search.ui.d.ts +1 -2291
- package/types/sap.f.d.ts +63 -15
- package/types/sap.fe.ariba.d.ts +1 -1
- package/types/sap.fe.base.d.ts +1 -5
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +30 -15
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +84 -12
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +13 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +55 -13
- package/types/sap.insights.d.ts +130 -2
- package/types/sap.m.d.ts +1132 -293
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +2 -30
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +5 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +125 -2
- package/types/sap.ui.core.d.ts +513 -127
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +1 -7
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +57 -20
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +88 -22
- 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 +568 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +392 -58
- 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 +69 -23
- package/types/sap.ushell_abap.d.ts +3 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
package/types/sap.ui.vk.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.140.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/vk/library" {
|
|
4
4
|
/**
|
|
@@ -4898,6 +4898,8 @@ declare module "sap/ui/vk/ContentResource" {
|
|
|
4898
4898
|
* Gets current value of property {@link #getSourceType sourceType}.
|
|
4899
4899
|
*
|
|
4900
4900
|
* The source type of the content resource. Valid types:
|
|
4901
|
+
*
|
|
4902
|
+
*
|
|
4901
4903
|
* - vds
|
|
4902
4904
|
* - vds4
|
|
4903
4905
|
* - vds4-2d
|
|
@@ -4907,17 +4909,21 @@ declare module "sap/ui/vk/ContentResource" {
|
|
|
4907
4909
|
* - jpeg
|
|
4908
4910
|
* - gif
|
|
4909
4911
|
* - bmp
|
|
4910
|
-
* - tif
|
|
4911
|
-
* - tiff
|
|
4912
|
+
* - tif
|
|
4913
|
+
* - tiff
|
|
4912
4914
|
* - stream
|
|
4913
4915
|
* - stream2d
|
|
4914
4916
|
* - ecad
|
|
4915
|
-
* - pdf
|
|
4916
|
-
*
|
|
4917
|
-
*
|
|
4918
|
-
*
|
|
4919
|
-
*
|
|
4920
|
-
*
|
|
4917
|
+
* - pdf
|
|
4918
|
+
* - auto
|
|
4919
|
+
*
|
|
4920
|
+
* The source type may be omitted if this is a grouping content node. If the `source` property points
|
|
4921
|
+
* to an IPD Visualization service the `sourceType` property can be assigned value `auto`. The actual `sourceType`
|
|
4922
|
+
* property will be detected by making a request to the backend. NOTE: The tif and tiff image formats
|
|
4923
|
+
* are not supported on all browsers. Source type "vds" initializes deprecated DVL namespace and uses legacy
|
|
4924
|
+
* library to load and display VDS file content. If source type of "vds4" is used then new namespace based
|
|
4925
|
+
* on Threejs rendering model will be used to load and display VDS file content. Since DVL namespace is
|
|
4926
|
+
* deprecated in one of future releases it will be removed and source type "vds" will also use Threejs model.
|
|
4921
4927
|
*
|
|
4922
4928
|
*
|
|
4923
4929
|
* @returns Value of property `sourceType`
|
|
@@ -5310,6 +5316,8 @@ declare module "sap/ui/vk/ContentResource" {
|
|
|
5310
5316
|
* Sets a new value for property {@link #getSourceType sourceType}.
|
|
5311
5317
|
*
|
|
5312
5318
|
* The source type of the content resource. Valid types:
|
|
5319
|
+
*
|
|
5320
|
+
*
|
|
5313
5321
|
* - vds
|
|
5314
5322
|
* - vds4
|
|
5315
5323
|
* - vds4-2d
|
|
@@ -5319,17 +5327,21 @@ declare module "sap/ui/vk/ContentResource" {
|
|
|
5319
5327
|
* - jpeg
|
|
5320
5328
|
* - gif
|
|
5321
5329
|
* - bmp
|
|
5322
|
-
* - tif
|
|
5323
|
-
* - tiff
|
|
5330
|
+
* - tif
|
|
5331
|
+
* - tiff
|
|
5324
5332
|
* - stream
|
|
5325
5333
|
* - stream2d
|
|
5326
5334
|
* - ecad
|
|
5327
|
-
* - pdf
|
|
5328
|
-
*
|
|
5329
|
-
*
|
|
5330
|
-
*
|
|
5331
|
-
*
|
|
5332
|
-
*
|
|
5335
|
+
* - pdf
|
|
5336
|
+
* - auto
|
|
5337
|
+
*
|
|
5338
|
+
* The source type may be omitted if this is a grouping content node. If the `source` property points
|
|
5339
|
+
* to an IPD Visualization service the `sourceType` property can be assigned value `auto`. The actual `sourceType`
|
|
5340
|
+
* property will be detected by making a request to the backend. NOTE: The tif and tiff image formats
|
|
5341
|
+
* are not supported on all browsers. Source type "vds" initializes deprecated DVL namespace and uses legacy
|
|
5342
|
+
* library to load and display VDS file content. If source type of "vds4" is used then new namespace based
|
|
5343
|
+
* on Threejs rendering model will be used to load and display VDS file content. Since DVL namespace is
|
|
5344
|
+
* deprecated in one of future releases it will be removed and source type "vds" will also use Threejs model.
|
|
5333
5345
|
*
|
|
5334
5346
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
5335
5347
|
*
|
|
@@ -5389,6 +5401,8 @@ declare module "sap/ui/vk/ContentResource" {
|
|
|
5389
5401
|
|
|
5390
5402
|
/**
|
|
5391
5403
|
* The source type of the content resource. Valid types:
|
|
5404
|
+
*
|
|
5405
|
+
*
|
|
5392
5406
|
* - vds
|
|
5393
5407
|
* - vds4
|
|
5394
5408
|
* - vds4-2d
|
|
@@ -5398,17 +5412,21 @@ declare module "sap/ui/vk/ContentResource" {
|
|
|
5398
5412
|
* - jpeg
|
|
5399
5413
|
* - gif
|
|
5400
5414
|
* - bmp
|
|
5401
|
-
* - tif
|
|
5402
|
-
* - tiff
|
|
5415
|
+
* - tif
|
|
5416
|
+
* - tiff
|
|
5403
5417
|
* - stream
|
|
5404
5418
|
* - stream2d
|
|
5405
5419
|
* - ecad
|
|
5406
|
-
* - pdf
|
|
5407
|
-
*
|
|
5408
|
-
*
|
|
5409
|
-
*
|
|
5410
|
-
*
|
|
5411
|
-
*
|
|
5420
|
+
* - pdf
|
|
5421
|
+
* - auto
|
|
5422
|
+
*
|
|
5423
|
+
* The source type may be omitted if this is a grouping content node. If the `source` property points
|
|
5424
|
+
* to an IPD Visualization service the `sourceType` property can be assigned value `auto`. The actual `sourceType`
|
|
5425
|
+
* property will be detected by making a request to the backend. NOTE: The tif and tiff image formats
|
|
5426
|
+
* are not supported on all browsers. Source type "vds" initializes deprecated DVL namespace and uses legacy
|
|
5427
|
+
* library to load and display VDS file content. If source type of "vds4" is used then new namespace based
|
|
5428
|
+
* on Threejs rendering model will be used to load and display VDS file content. Since DVL namespace is
|
|
5429
|
+
* deprecated in one of future releases it will be removed and source type "vds" will also use Threejs model.
|
|
5412
5430
|
*/
|
|
5413
5431
|
sourceType?: string | PropertyBindingInfo;
|
|
5414
5432
|
|
|
@@ -8614,12 +8632,305 @@ declare module "sap/ui/vk/dvl/ViewStateManager" {
|
|
|
8614
8632
|
extends $ViewStateManagerBaseSettings {}
|
|
8615
8633
|
}
|
|
8616
8634
|
|
|
8617
|
-
declare module "sap/ui/vk/ecad/
|
|
8635
|
+
declare module "sap/ui/vk/ecad/ElementsPanel" {
|
|
8618
8636
|
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
8619
8637
|
|
|
8620
8638
|
import Event from "sap/ui/base/Event";
|
|
8621
8639
|
|
|
8622
|
-
import
|
|
8640
|
+
import { ID, CSSSize } from "sap/ui/core/library";
|
|
8641
|
+
|
|
8642
|
+
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
8643
|
+
|
|
8644
|
+
import ContentConnector from "sap/ui/vk/ContentConnector";
|
|
8645
|
+
|
|
8646
|
+
import ViewStateManagerBase from "sap/ui/vk/ViewStateManagerBase";
|
|
8647
|
+
|
|
8648
|
+
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
8649
|
+
|
|
8650
|
+
/**
|
|
8651
|
+
* Provides a list of all ECAD elements in a given scene in table format.
|
|
8652
|
+
*
|
|
8653
|
+
* **NOTE:** To use this control the application developer should add dependencies to the following libraries
|
|
8654
|
+
* on application level to ensure that the libraries are loaded before the module dependencies will be required:
|
|
8655
|
+
*
|
|
8656
|
+
* - sap.f
|
|
8657
|
+
* - sap.ui.comp
|
|
8658
|
+
*
|
|
8659
|
+
* @since 1.136.0
|
|
8660
|
+
*/
|
|
8661
|
+
export default class ElementsPanel extends Control {
|
|
8662
|
+
/**
|
|
8663
|
+
* Constructor for a new ElementsPanel.
|
|
8664
|
+
*
|
|
8665
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
8666
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
8667
|
+
* of the syntax of the settings object.
|
|
8668
|
+
*/
|
|
8669
|
+
constructor(
|
|
8670
|
+
/**
|
|
8671
|
+
* initial settings for the new control
|
|
8672
|
+
*/
|
|
8673
|
+
mSettings?: $ElementsPanelSettings
|
|
8674
|
+
);
|
|
8675
|
+
/**
|
|
8676
|
+
* Constructor for a new ElementsPanel.
|
|
8677
|
+
*
|
|
8678
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
8679
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
8680
|
+
* of the syntax of the settings object.
|
|
8681
|
+
*/
|
|
8682
|
+
constructor(
|
|
8683
|
+
/**
|
|
8684
|
+
* id for the new control, generated automatically if no id is given
|
|
8685
|
+
*/
|
|
8686
|
+
sId?: string,
|
|
8687
|
+
/**
|
|
8688
|
+
* initial settings for the new control
|
|
8689
|
+
*/
|
|
8690
|
+
mSettings?: $ElementsPanelSettings
|
|
8691
|
+
);
|
|
8692
|
+
|
|
8693
|
+
/**
|
|
8694
|
+
* Creates a new subclass of class sap.ui.vk.ecad.ElementsPanel with name `sClassName` and enriches it with
|
|
8695
|
+
* the information contained in `oClassInfo`.
|
|
8696
|
+
*
|
|
8697
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
8698
|
+
*
|
|
8699
|
+
*
|
|
8700
|
+
* @returns Created class / constructor function
|
|
8701
|
+
*/
|
|
8702
|
+
static extend<T extends Record<string, unknown>>(
|
|
8703
|
+
/**
|
|
8704
|
+
* Name of the class being created
|
|
8705
|
+
*/
|
|
8706
|
+
sClassName: string,
|
|
8707
|
+
/**
|
|
8708
|
+
* Object literal with information about the class
|
|
8709
|
+
*/
|
|
8710
|
+
oClassInfo?: sap.ClassInfo<T, ElementsPanel>,
|
|
8711
|
+
/**
|
|
8712
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
8713
|
+
* used by this class
|
|
8714
|
+
*/
|
|
8715
|
+
FNMetaImpl?: Function
|
|
8716
|
+
): Function;
|
|
8717
|
+
/**
|
|
8718
|
+
* Returns a metadata object for class sap.ui.vk.ecad.ElementsPanel.
|
|
8719
|
+
*
|
|
8720
|
+
*
|
|
8721
|
+
* @returns Metadata object describing this class
|
|
8722
|
+
*/
|
|
8723
|
+
static getMetadata(): ElementMetadata;
|
|
8724
|
+
/**
|
|
8725
|
+
* Attaches event handler `fnFunction` to the {@link #event:contentChanged contentChanged} event of this
|
|
8726
|
+
* `sap.ui.vk.ecad.ElementsPanel`.
|
|
8727
|
+
*
|
|
8728
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
8729
|
+
* otherwise it will be bound to this `sap.ui.vk.ecad.ElementsPanel` itself.
|
|
8730
|
+
*
|
|
8731
|
+
* This event will be fired when content is replaced.
|
|
8732
|
+
*
|
|
8733
|
+
*
|
|
8734
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8735
|
+
*/
|
|
8736
|
+
attachContentChanged(
|
|
8737
|
+
/**
|
|
8738
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
8739
|
+
* object when firing the event
|
|
8740
|
+
*/
|
|
8741
|
+
oData: object,
|
|
8742
|
+
/**
|
|
8743
|
+
* The function to be called when the event occurs
|
|
8744
|
+
*/
|
|
8745
|
+
fnFunction: (p1: Event) => void,
|
|
8746
|
+
/**
|
|
8747
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.vk.ecad.ElementsPanel` itself
|
|
8748
|
+
*/
|
|
8749
|
+
oListener?: object
|
|
8750
|
+
): this;
|
|
8751
|
+
/**
|
|
8752
|
+
* Attaches event handler `fnFunction` to the {@link #event:contentChanged contentChanged} event of this
|
|
8753
|
+
* `sap.ui.vk.ecad.ElementsPanel`.
|
|
8754
|
+
*
|
|
8755
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
8756
|
+
* otherwise it will be bound to this `sap.ui.vk.ecad.ElementsPanel` itself.
|
|
8757
|
+
*
|
|
8758
|
+
* This event will be fired when content is replaced.
|
|
8759
|
+
*
|
|
8760
|
+
*
|
|
8761
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8762
|
+
*/
|
|
8763
|
+
attachContentChanged(
|
|
8764
|
+
/**
|
|
8765
|
+
* The function to be called when the event occurs
|
|
8766
|
+
*/
|
|
8767
|
+
fnFunction: (p1: Event) => void,
|
|
8768
|
+
/**
|
|
8769
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.vk.ecad.ElementsPanel` itself
|
|
8770
|
+
*/
|
|
8771
|
+
oListener?: object
|
|
8772
|
+
): this;
|
|
8773
|
+
/**
|
|
8774
|
+
* Detaches event handler `fnFunction` from the {@link #event:contentChanged contentChanged} event of this
|
|
8775
|
+
* `sap.ui.vk.ecad.ElementsPanel`.
|
|
8776
|
+
*
|
|
8777
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
8778
|
+
*
|
|
8779
|
+
*
|
|
8780
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8781
|
+
*/
|
|
8782
|
+
detachContentChanged(
|
|
8783
|
+
/**
|
|
8784
|
+
* The function to be called, when the event occurs
|
|
8785
|
+
*/
|
|
8786
|
+
fnFunction: (p1: Event) => void,
|
|
8787
|
+
/**
|
|
8788
|
+
* Context object on which the given function had to be called
|
|
8789
|
+
*/
|
|
8790
|
+
oListener?: object
|
|
8791
|
+
): this;
|
|
8792
|
+
/**
|
|
8793
|
+
* Fires event {@link #event:contentChanged contentChanged} to attached listeners.
|
|
8794
|
+
*
|
|
8795
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
8796
|
+
*
|
|
8797
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8798
|
+
*/
|
|
8799
|
+
fireContentChanged(
|
|
8800
|
+
/**
|
|
8801
|
+
* Parameters to pass along with the event
|
|
8802
|
+
*/
|
|
8803
|
+
mParameters?: object
|
|
8804
|
+
): this;
|
|
8805
|
+
/**
|
|
8806
|
+
* ID of the element which is the current target of the association {@link #getContentConnector contentConnector},
|
|
8807
|
+
* or `null`.
|
|
8808
|
+
*/
|
|
8809
|
+
getContentConnector(): ID | null;
|
|
8810
|
+
/**
|
|
8811
|
+
* Gets current value of property {@link #getHeight height}.
|
|
8812
|
+
*
|
|
8813
|
+
* Default value is `"100%"`.
|
|
8814
|
+
*
|
|
8815
|
+
*
|
|
8816
|
+
* @returns Value of property `height`
|
|
8817
|
+
*/
|
|
8818
|
+
getHeight(): CSSSize;
|
|
8819
|
+
/**
|
|
8820
|
+
* ID of the element which is the current target of the association {@link #getViewStateManager viewStateManager},
|
|
8821
|
+
* or `null`.
|
|
8822
|
+
*/
|
|
8823
|
+
getViewStateManager(): ID | null;
|
|
8824
|
+
/**
|
|
8825
|
+
* Gets current value of property {@link #getWidth width}.
|
|
8826
|
+
*
|
|
8827
|
+
* Default value is `"auto"`.
|
|
8828
|
+
*
|
|
8829
|
+
*
|
|
8830
|
+
* @returns Value of property `width`
|
|
8831
|
+
*/
|
|
8832
|
+
getWidth(): CSSSize;
|
|
8833
|
+
/**
|
|
8834
|
+
* Sets the associated {@link #getContentConnector contentConnector}.
|
|
8835
|
+
*
|
|
8836
|
+
*
|
|
8837
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8838
|
+
*/
|
|
8839
|
+
setContentConnector(
|
|
8840
|
+
/**
|
|
8841
|
+
* ID of an element which becomes the new target of this contentConnector association; alternatively, an
|
|
8842
|
+
* element instance may be given
|
|
8843
|
+
*/
|
|
8844
|
+
oContentConnector: ID | ContentConnector
|
|
8845
|
+
): this;
|
|
8846
|
+
/**
|
|
8847
|
+
* Sets a new value for property {@link #getHeight height}.
|
|
8848
|
+
*
|
|
8849
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8850
|
+
*
|
|
8851
|
+
* Default value is `"100%"`.
|
|
8852
|
+
*
|
|
8853
|
+
*
|
|
8854
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8855
|
+
*/
|
|
8856
|
+
setHeight(
|
|
8857
|
+
/**
|
|
8858
|
+
* New value for property `height`
|
|
8859
|
+
*/
|
|
8860
|
+
sHeight?: CSSSize
|
|
8861
|
+
): this;
|
|
8862
|
+
/**
|
|
8863
|
+
* Sets the associated {@link #getViewStateManager viewStateManager}.
|
|
8864
|
+
*
|
|
8865
|
+
*
|
|
8866
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8867
|
+
*/
|
|
8868
|
+
setViewStateManager(
|
|
8869
|
+
/**
|
|
8870
|
+
* ID of an element which becomes the new target of this viewStateManager association; alternatively, an
|
|
8871
|
+
* element instance may be given
|
|
8872
|
+
*/
|
|
8873
|
+
oViewStateManager: ID | ViewStateManagerBase
|
|
8874
|
+
): this;
|
|
8875
|
+
/**
|
|
8876
|
+
* Sets a new value for property {@link #getWidth width}.
|
|
8877
|
+
*
|
|
8878
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8879
|
+
*
|
|
8880
|
+
* Default value is `"auto"`.
|
|
8881
|
+
*
|
|
8882
|
+
*
|
|
8883
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8884
|
+
*/
|
|
8885
|
+
setWidth(
|
|
8886
|
+
/**
|
|
8887
|
+
* New value for property `width`
|
|
8888
|
+
*/
|
|
8889
|
+
sWidth?: CSSSize
|
|
8890
|
+
): this;
|
|
8891
|
+
}
|
|
8892
|
+
/**
|
|
8893
|
+
* Describes the settings that can be provided to the ElementsPanel constructor.
|
|
8894
|
+
*/
|
|
8895
|
+
export interface $ElementsPanelSettings extends $ControlSettings {
|
|
8896
|
+
width?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
8897
|
+
|
|
8898
|
+
height?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
8899
|
+
|
|
8900
|
+
/**
|
|
8901
|
+
* An association to the `ContentConnector` instance that manages content resources.
|
|
8902
|
+
*/
|
|
8903
|
+
contentConnector?: ContentConnector | string;
|
|
8904
|
+
|
|
8905
|
+
/**
|
|
8906
|
+
* An association to the `ViewStateManager` instance.
|
|
8907
|
+
*/
|
|
8908
|
+
viewStateManager?: ViewStateManagerBase | string;
|
|
8909
|
+
|
|
8910
|
+
/**
|
|
8911
|
+
* This event will be fired when content is replaced.
|
|
8912
|
+
*/
|
|
8913
|
+
contentChanged?: (oEvent: Event) => void;
|
|
8914
|
+
}
|
|
8915
|
+
|
|
8916
|
+
/**
|
|
8917
|
+
* Parameters of the ElementsPanel#contentChanged event.
|
|
8918
|
+
*/
|
|
8919
|
+
export interface ElementsPanel$ContentChangedEventParameters {}
|
|
8920
|
+
|
|
8921
|
+
/**
|
|
8922
|
+
* Event object of the ElementsPanel#contentChanged event.
|
|
8923
|
+
*/
|
|
8924
|
+
export type ElementsPanel$ContentChangedEvent = Event<
|
|
8925
|
+
ElementsPanel$ContentChangedEventParameters,
|
|
8926
|
+
ElementsPanel
|
|
8927
|
+
>;
|
|
8928
|
+
}
|
|
8929
|
+
|
|
8930
|
+
declare module "sap/ui/vk/ecad/LayersPanel" {
|
|
8931
|
+
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
8932
|
+
|
|
8933
|
+
import Event from "sap/ui/base/Event";
|
|
8623
8934
|
|
|
8624
8935
|
import { ID, CSSSize } from "sap/ui/core/library";
|
|
8625
8936
|
|
|
@@ -8790,7 +9101,7 @@ declare module "sap/ui/vk/ecad/LayersPanel" {
|
|
|
8790
9101
|
/**
|
|
8791
9102
|
* Gets content of aggregation {@link #getContent content}.
|
|
8792
9103
|
*/
|
|
8793
|
-
getContent():
|
|
9104
|
+
getContent(): Control;
|
|
8794
9105
|
/**
|
|
8795
9106
|
* ID of the element which is the current target of the association {@link #getContentConnector contentConnector},
|
|
8796
9107
|
* or `null`.
|
|
@@ -8829,7 +9140,7 @@ declare module "sap/ui/vk/ecad/LayersPanel" {
|
|
|
8829
9140
|
/**
|
|
8830
9141
|
* The content to set
|
|
8831
9142
|
*/
|
|
8832
|
-
oContent:
|
|
9143
|
+
oContent: Control
|
|
8833
9144
|
): this;
|
|
8834
9145
|
/**
|
|
8835
9146
|
* Sets the associated {@link #getContentConnector contentConnector}.
|
|
@@ -8898,7 +9209,7 @@ declare module "sap/ui/vk/ecad/LayersPanel" {
|
|
|
8898
9209
|
|
|
8899
9210
|
height?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
8900
9211
|
|
|
8901
|
-
content?:
|
|
9212
|
+
content?: Control;
|
|
8902
9213
|
|
|
8903
9214
|
/**
|
|
8904
9215
|
* An association to the `ContentConnector` instance that manages content resources.
|
|
@@ -20425,6 +20736,8 @@ declare module "sap/ui/vk/SceneTree" {
|
|
|
20425
20736
|
|
|
20426
20737
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
20427
20738
|
|
|
20739
|
+
import TreeTable from "sap/ui/table/TreeTable";
|
|
20740
|
+
|
|
20428
20741
|
import ContentConnector from "sap/ui/vk/ContentConnector";
|
|
20429
20742
|
|
|
20430
20743
|
import ViewStateManagerBase from "sap/ui/vk/ViewStateManagerBase";
|
|
@@ -20639,7 +20952,7 @@ declare module "sap/ui/vk/SceneTree" {
|
|
|
20639
20952
|
/**
|
|
20640
20953
|
* Gets content of aggregation {@link #getTreeTable treeTable}.
|
|
20641
20954
|
*/
|
|
20642
|
-
getTreeTable():
|
|
20955
|
+
getTreeTable(): TreeTable;
|
|
20643
20956
|
/**
|
|
20644
20957
|
* ID of the element which is the current target of the association {@link #getViewStateManager viewStateManager},
|
|
20645
20958
|
* or `null`.
|
|
@@ -20740,7 +21053,7 @@ declare module "sap/ui/vk/SceneTree" {
|
|
|
20740
21053
|
/**
|
|
20741
21054
|
* The treeTable to set
|
|
20742
21055
|
*/
|
|
20743
|
-
oTreeTable:
|
|
21056
|
+
oTreeTable: TreeTable
|
|
20744
21057
|
): this;
|
|
20745
21058
|
/**
|
|
20746
21059
|
* Sets the associated {@link #getViewStateManager viewStateManager}.
|
|
@@ -20780,7 +21093,7 @@ declare module "sap/ui/vk/SceneTree" {
|
|
|
20780
21093
|
*/
|
|
20781
21094
|
legacyVisibilityMode?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
20782
21095
|
|
|
20783
|
-
treeTable?:
|
|
21096
|
+
treeTable?: TreeTable;
|
|
20784
21097
|
|
|
20785
21098
|
/**
|
|
20786
21099
|
* An association to the `ContentConnector` instance that manages content resources.
|
|
@@ -26125,7 +26438,7 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26125
26438
|
import NodeHierarchy from "sap/ui/vk/NodeHierarchy";
|
|
26126
26439
|
|
|
26127
26440
|
/**
|
|
26128
|
-
* Manages the visibility and
|
|
26441
|
+
* Manages the visibility, selection, opacity and tint color states of nodes in the scene.
|
|
26129
26442
|
*
|
|
26130
26443
|
* @since 1.32.0
|
|
26131
26444
|
*/
|
|
@@ -26202,7 +26515,7 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26202
26515
|
* Enumerates IDs of the outlined nodes.
|
|
26203
26516
|
*
|
|
26204
26517
|
*
|
|
26205
|
-
* @returns `this` to allow method chaining
|
|
26518
|
+
* @returns Returns `this` to allow method chaining
|
|
26206
26519
|
*/
|
|
26207
26520
|
enumerateOutlinedNodes(
|
|
26208
26521
|
/**
|
|
@@ -26214,7 +26527,7 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26214
26527
|
* Enumerates IDs of the selected nodes.
|
|
26215
26528
|
*
|
|
26216
26529
|
*
|
|
26217
|
-
* @returns `this` to allow method chaining
|
|
26530
|
+
* @returns Returns `this` to allow method chaining
|
|
26218
26531
|
*/
|
|
26219
26532
|
enumerateSelection(
|
|
26220
26533
|
/**
|
|
@@ -26248,17 +26561,13 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26248
26561
|
*
|
|
26249
26562
|
* If a single node is passed to the method then a single value is returned.
|
|
26250
26563
|
* If an array of nodes is passed to the method then an array of values is returned.
|
|
26251
|
-
*
|
|
26252
|
-
*
|
|
26253
|
-
* @returns A single value or an array of values. Value `null` means that the node's own opacity should
|
|
26254
|
-
* be used.
|
|
26255
26564
|
*/
|
|
26256
26565
|
getOpacity(
|
|
26257
26566
|
/**
|
|
26258
26567
|
* The node reference or the array of node references.
|
|
26259
26568
|
*/
|
|
26260
26569
|
nodeRefs: any | any[]
|
|
26261
|
-
):
|
|
26570
|
+
): void;
|
|
26262
26571
|
/**
|
|
26263
26572
|
* Gets the outline color
|
|
26264
26573
|
*
|
|
@@ -26403,14 +26712,14 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26403
26712
|
nodeRef: any
|
|
26404
26713
|
): this;
|
|
26405
26714
|
/**
|
|
26406
|
-
* Sets the default
|
|
26715
|
+
* Sets the default selection color
|
|
26407
26716
|
*
|
|
26408
26717
|
*
|
|
26409
|
-
* @returns `this` to allow method chaining
|
|
26718
|
+
* @returns Returns `this` to allow method chaining
|
|
26410
26719
|
*/
|
|
26411
26720
|
setHighlightColor(
|
|
26412
26721
|
/**
|
|
26413
|
-
* The new
|
|
26722
|
+
* The new selection color. The value can be defined as a string in the CSS color format or as an integer
|
|
26414
26723
|
* in the ABGR format. If `null` is passed then the tint color is reset and the node's own tint color should
|
|
26415
26724
|
* be used.
|
|
26416
26725
|
*/
|
|
@@ -26428,11 +26737,32 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26428
26737
|
*/
|
|
26429
26738
|
state: /* was: sap.ui.vk.HighlightDisplayState */ any
|
|
26430
26739
|
): this;
|
|
26740
|
+
/**
|
|
26741
|
+
* Sets the highlight color of the nodes.
|
|
26742
|
+
*
|
|
26743
|
+
*
|
|
26744
|
+
* @returns Returns `this` to allow method chaining
|
|
26745
|
+
*/
|
|
26746
|
+
setNodesHighlightColor(
|
|
26747
|
+
/**
|
|
26748
|
+
* The node reference or the array of node references.
|
|
26749
|
+
*/
|
|
26750
|
+
nodeRefs: any | any[],
|
|
26751
|
+
/**
|
|
26752
|
+
* The new highlight color of the nodes. The value should be defined as an array of floats in the RGBA format.
|
|
26753
|
+
* If `null` is passed then the highlight color is reset and the node's own highlight color should be used.
|
|
26754
|
+
*/
|
|
26755
|
+
highlightColor: float[] | null,
|
|
26756
|
+
/**
|
|
26757
|
+
* This flag indicates if the change needs to propagate recursively to child nodes.
|
|
26758
|
+
*/
|
|
26759
|
+
recursive?: boolean
|
|
26760
|
+
): this;
|
|
26431
26761
|
/**
|
|
26432
26762
|
* Sets the opacity of the nodes.
|
|
26433
26763
|
*
|
|
26434
26764
|
*
|
|
26435
|
-
* @returns `this` to allow method chaining
|
|
26765
|
+
* @returns Returns `this` to allow method chaining
|
|
26436
26766
|
*/
|
|
26437
26767
|
setOpacity(
|
|
26438
26768
|
/**
|
|
@@ -26453,7 +26783,7 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26453
26783
|
* Sets the outline color
|
|
26454
26784
|
*
|
|
26455
26785
|
*
|
|
26456
|
-
* @returns `this` to allow method chaining
|
|
26786
|
+
* @returns Returns `this` to allow method chaining
|
|
26457
26787
|
*/
|
|
26458
26788
|
setOutlineColor(
|
|
26459
26789
|
/**
|
|
@@ -26479,7 +26809,7 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26479
26809
|
* Sets or resets the outlining state of the nodes.
|
|
26480
26810
|
*
|
|
26481
26811
|
*
|
|
26482
|
-
* @returns `this` to allow method chaining
|
|
26812
|
+
* @returns Returns `this` to allow method chaining
|
|
26483
26813
|
*/
|
|
26484
26814
|
setOutliningStates(
|
|
26485
26815
|
/**
|
|
@@ -26504,7 +26834,7 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26504
26834
|
*
|
|
26505
26835
|
* @deprecated As of version 1.56.3. Use {@link sap.ui.vk.threejs.ViewStateManager#setSelectionStates} instead.
|
|
26506
26836
|
*
|
|
26507
|
-
* @returns `this` to allow method chaining
|
|
26837
|
+
* @returns Returns `this` to allow method chaining
|
|
26508
26838
|
*/
|
|
26509
26839
|
setSelectionState(
|
|
26510
26840
|
/**
|
|
@@ -26528,7 +26858,7 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26528
26858
|
* Sets or resets the selection state of the nodes.
|
|
26529
26859
|
*
|
|
26530
26860
|
*
|
|
26531
|
-
* @returns `this` to allow method chaining
|
|
26861
|
+
* @returns Returns `this` to allow method chaining
|
|
26532
26862
|
*/
|
|
26533
26863
|
setSelectionStates(
|
|
26534
26864
|
/**
|
|
@@ -26561,7 +26891,7 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26561
26891
|
* Sets the tint color of the nodes.
|
|
26562
26892
|
*
|
|
26563
26893
|
*
|
|
26564
|
-
* @returns `this` to allow method chaining
|
|
26894
|
+
* @returns Returns `this` to allow method chaining
|
|
26565
26895
|
*/
|
|
26566
26896
|
setTintColor(
|
|
26567
26897
|
/**
|
|
@@ -26570,8 +26900,8 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26570
26900
|
nodeRefs: any | any[],
|
|
26571
26901
|
/**
|
|
26572
26902
|
* The new tint color of the nodes. The value can be defined as a string in the CSS color format or as an
|
|
26573
|
-
* integer in the ABGR format or it could be array of these values. If `null` is passed then the tint
|
|
26574
|
-
* is reset and the node's own tint color should be used.
|
|
26903
|
+
* integer in the ABGR format or it could be an array of these values. If `null` is passed then the tint
|
|
26904
|
+
* color is reset and the node's own tint color should be used.
|
|
26575
26905
|
*/
|
|
26576
26906
|
tintColor: CSSColor | int | CSSColor[] | int[] | null,
|
|
26577
26907
|
/**
|
|
@@ -26583,7 +26913,7 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
|
|
|
26583
26913
|
* Sets the visibility state of the nodes.
|
|
26584
26914
|
*
|
|
26585
26915
|
*
|
|
26586
|
-
* @returns `this` to allow method chaining
|
|
26916
|
+
* @returns Returns `this` to allow method chaining
|
|
26587
26917
|
*/
|
|
26588
26918
|
setVisibilityState(
|
|
26589
26919
|
/**
|
|
@@ -38854,6 +39184,12 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
38854
39184
|
* Provides simple 3D visualization capability by connecting, configuring and presenting the essential Visualization
|
|
38855
39185
|
* Toolkit controls a single composite control.
|
|
38856
39186
|
*
|
|
39187
|
+
* **NOTE:** To use this control the application developer should add dependencies to the following libraries
|
|
39188
|
+
* on application level to ensure that the libraries are loaded before the module dependencies will be required:
|
|
39189
|
+
*
|
|
39190
|
+
* - sap.f
|
|
39191
|
+
* - sap.ui.comp
|
|
39192
|
+
*
|
|
38857
39193
|
* @since 1.32.0
|
|
38858
39194
|
*/
|
|
38859
39195
|
export default class Viewer extends Control {
|
|
@@ -46180,17 +46516,13 @@ declare module "sap/ui/vk/ViewStateManagerBase" {
|
|
|
46180
46516
|
*
|
|
46181
46517
|
* If a single node reference is passed to the method then a single value is returned.
|
|
46182
46518
|
* If an array of node references is passed to the method then an array of values is returned.
|
|
46183
|
-
*
|
|
46184
|
-
*
|
|
46185
|
-
* @returns A single value or an array of values. Value `null` means that the node's own opacity should
|
|
46186
|
-
* be used.
|
|
46187
46519
|
*/
|
|
46188
46520
|
getOpacity(
|
|
46189
46521
|
/**
|
|
46190
46522
|
* The node reference or the array of node references.
|
|
46191
46523
|
*/
|
|
46192
46524
|
nodeRefs: any | any[]
|
|
46193
|
-
):
|
|
46525
|
+
): void;
|
|
46194
46526
|
/**
|
|
46195
46527
|
* Gets the outline color
|
|
46196
46528
|
*
|
|
@@ -47234,6 +47566,8 @@ declare namespace sap {
|
|
|
47234
47566
|
|
|
47235
47567
|
"sap/ui/vk/dvl/ViewStateManager": undefined;
|
|
47236
47568
|
|
|
47569
|
+
"sap/ui/vk/ecad/ElementsPanel": undefined;
|
|
47570
|
+
|
|
47237
47571
|
"sap/ui/vk/ecad/LayersPanel": undefined;
|
|
47238
47572
|
|
|
47239
47573
|
"sap/ui/vk/FlexibleControl": undefined;
|