@sapui5/ts-types-esm 1.134.1 → 1.136.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/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 +82 -0
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +102 -8
- 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 +31 -7
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +1289 -386
- 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 +6 -4
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +152 -22
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +837 -111
- 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 +249 -1230
- package/types/sap.suite.ui.commons.d.ts +83 -1
- package/types/sap.suite.ui.generic.template.d.ts +15 -3
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +215 -19
- 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 +3643 -505
- package/types/sap.ui.core.d.ts +272 -155
- 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 +21 -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 +2 -2
- package/types/sap.ui.layout.d.ts +14 -13
- package/types/sap.ui.mdc.d.ts +160 -13
- package/types/sap.ui.richtexteditor.d.ts +39 -1
- package/types/sap.ui.rta.d.ts +31 -5
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +30 -16
- package/types/sap.ui.table.d.ts +16 -18
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +45 -32
- package/types/sap.ui.ux3.d.ts +3 -3
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +320 -110
- 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 +63 -52
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +11 -21
- 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.136.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/vk/library" {
|
|
4
4
|
/**
|
|
@@ -4757,6 +4757,17 @@ declare module "sap/ui/vk/ContentResource" {
|
|
|
4757
4757
|
* @returns Value of property `includeHidden`
|
|
4758
4758
|
*/
|
|
4759
4759
|
getIncludeHidden(): boolean;
|
|
4760
|
+
/**
|
|
4761
|
+
* Gets current value of property {@link #getIncludeMetadata includeMetadata}.
|
|
4762
|
+
*
|
|
4763
|
+
* If set to true, will load metadata
|
|
4764
|
+
*
|
|
4765
|
+
* Default value is `false`.
|
|
4766
|
+
*
|
|
4767
|
+
*
|
|
4768
|
+
* @returns Value of property `includeMetadata`
|
|
4769
|
+
*/
|
|
4770
|
+
getIncludeMetadata(): boolean;
|
|
4760
4771
|
/**
|
|
4761
4772
|
* Gets current value of property {@link #getIncludeParametric includeParametric}.
|
|
4762
4773
|
*
|
|
@@ -5104,6 +5115,24 @@ declare module "sap/ui/vk/ContentResource" {
|
|
|
5104
5115
|
*/
|
|
5105
5116
|
bIncludeHidden?: boolean
|
|
5106
5117
|
): this;
|
|
5118
|
+
/**
|
|
5119
|
+
* Sets a new value for property {@link #getIncludeMetadata includeMetadata}.
|
|
5120
|
+
*
|
|
5121
|
+
* If set to true, will load metadata
|
|
5122
|
+
*
|
|
5123
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
5124
|
+
*
|
|
5125
|
+
* Default value is `false`.
|
|
5126
|
+
*
|
|
5127
|
+
*
|
|
5128
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
5129
|
+
*/
|
|
5130
|
+
setIncludeMetadata(
|
|
5131
|
+
/**
|
|
5132
|
+
* New value for property `includeMetadata`
|
|
5133
|
+
*/
|
|
5134
|
+
bIncludeMetadata?: boolean
|
|
5135
|
+
): this;
|
|
5107
5136
|
/**
|
|
5108
5137
|
* Sets a new value for property {@link #getIncludeParametric includeParametric}.
|
|
5109
5138
|
*
|
|
@@ -5461,6 +5490,11 @@ declare module "sap/ui/vk/ContentResource" {
|
|
|
5461
5490
|
*/
|
|
5462
5491
|
includeParametric?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
5463
5492
|
|
|
5493
|
+
/**
|
|
5494
|
+
* If set to true, will load metadata
|
|
5495
|
+
*/
|
|
5496
|
+
includeMetadata?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
5497
|
+
|
|
5464
5498
|
/**
|
|
5465
5499
|
* Optional parameter to load UsageIds. Valid values:
|
|
5466
5500
|
* `true` - Load all UsageIds. This is potentially very expensive, as there could be many UsageIds defined
|
|
@@ -7304,8 +7338,6 @@ declare module "sap/ui/vk/dvl/Viewport" {
|
|
|
7304
7338
|
|
|
7305
7339
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
7306
7340
|
|
|
7307
|
-
import VisibilityMode from "sap/ui/vk/VisibilityMode";
|
|
7308
|
-
|
|
7309
7341
|
import Scene from "sap/ui/vk/Scene";
|
|
7310
7342
|
|
|
7311
7343
|
import CameraFOVBindingType from "sap/ui/vk/CameraFOVBindingType";
|
|
@@ -7818,7 +7850,7 @@ declare module "sap/ui/vk/dvl/Viewport" {
|
|
|
7818
7850
|
/**
|
|
7819
7851
|
* Indicator to retrieve the complete visibility definition or just the difference.
|
|
7820
7852
|
*/
|
|
7821
|
-
mode?: VisibilityMode;
|
|
7853
|
+
mode?: /* was: sap.ui.vk.VisibilityMode */ any;
|
|
7822
7854
|
};
|
|
7823
7855
|
}
|
|
7824
7856
|
): object;
|
|
@@ -8060,7 +8092,7 @@ declare module "sap/ui/vk/dvl/Viewport" {
|
|
|
8060
8092
|
* fields are defined. If the mode equals {@link sap.ui.vk.VisibilityMode.Differences differences} then
|
|
8061
8093
|
* the changes field is defined.
|
|
8062
8094
|
*/
|
|
8063
|
-
mode: VisibilityMode;
|
|
8095
|
+
mode: /* was: sap.ui.vk.VisibilityMode */ any;
|
|
8064
8096
|
/**
|
|
8065
8097
|
* List of Ids of visible nodes.
|
|
8066
8098
|
*/
|
|
@@ -8556,6 +8588,266 @@ declare module "sap/ui/vk/dvl/ViewStateManager" {
|
|
|
8556
8588
|
extends $ViewStateManagerBaseSettings {}
|
|
8557
8589
|
}
|
|
8558
8590
|
|
|
8591
|
+
declare module "sap/ui/vk/ecad/LayersPanel" {
|
|
8592
|
+
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
8593
|
+
|
|
8594
|
+
import Event from "sap/ui/base/Event";
|
|
8595
|
+
|
|
8596
|
+
import ScrollContainer from "sap/m/ScrollContainer";
|
|
8597
|
+
|
|
8598
|
+
import { ID } from "sap/ui/core/library";
|
|
8599
|
+
|
|
8600
|
+
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
8601
|
+
|
|
8602
|
+
import ContentConnector from "sap/ui/vk/ContentConnector";
|
|
8603
|
+
|
|
8604
|
+
import ViewStateManagerBase from "sap/ui/vk/ViewStateManagerBase";
|
|
8605
|
+
|
|
8606
|
+
/**
|
|
8607
|
+
* Provides a flat list view of all the ECAD layers in a given scene in table format.
|
|
8608
|
+
*
|
|
8609
|
+
* @since 1.136.0
|
|
8610
|
+
*/
|
|
8611
|
+
export default class LayersPanel extends Control {
|
|
8612
|
+
/**
|
|
8613
|
+
* Constructor for a new LayersPanel.
|
|
8614
|
+
*
|
|
8615
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
8616
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
8617
|
+
* of the syntax of the settings object.
|
|
8618
|
+
*/
|
|
8619
|
+
constructor(
|
|
8620
|
+
/**
|
|
8621
|
+
* initial settings for the new control
|
|
8622
|
+
*/
|
|
8623
|
+
mSettings?: $LayersPanelSettings
|
|
8624
|
+
);
|
|
8625
|
+
/**
|
|
8626
|
+
* Constructor for a new LayersPanel.
|
|
8627
|
+
*
|
|
8628
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
8629
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
8630
|
+
* of the syntax of the settings object.
|
|
8631
|
+
*/
|
|
8632
|
+
constructor(
|
|
8633
|
+
/**
|
|
8634
|
+
* id for the new control, generated automatically if no id is given
|
|
8635
|
+
*/
|
|
8636
|
+
sId?: string,
|
|
8637
|
+
/**
|
|
8638
|
+
* initial settings for the new control
|
|
8639
|
+
*/
|
|
8640
|
+
mSettings?: $LayersPanelSettings
|
|
8641
|
+
);
|
|
8642
|
+
|
|
8643
|
+
/**
|
|
8644
|
+
* Creates a new subclass of class sap.ui.vk.ecad.LayersPanel with name `sClassName` and enriches it with
|
|
8645
|
+
* the information contained in `oClassInfo`.
|
|
8646
|
+
*
|
|
8647
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
8648
|
+
*
|
|
8649
|
+
*
|
|
8650
|
+
* @returns Created class / constructor function
|
|
8651
|
+
*/
|
|
8652
|
+
static extend<T extends Record<string, unknown>>(
|
|
8653
|
+
/**
|
|
8654
|
+
* Name of the class being created
|
|
8655
|
+
*/
|
|
8656
|
+
sClassName: string,
|
|
8657
|
+
/**
|
|
8658
|
+
* Object literal with information about the class
|
|
8659
|
+
*/
|
|
8660
|
+
oClassInfo?: sap.ClassInfo<T, LayersPanel>,
|
|
8661
|
+
/**
|
|
8662
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
8663
|
+
* used by this class
|
|
8664
|
+
*/
|
|
8665
|
+
FNMetaImpl?: Function
|
|
8666
|
+
): Function;
|
|
8667
|
+
/**
|
|
8668
|
+
* Returns a metadata object for class sap.ui.vk.ecad.LayersPanel.
|
|
8669
|
+
*
|
|
8670
|
+
*
|
|
8671
|
+
* @returns Metadata object describing this class
|
|
8672
|
+
*/
|
|
8673
|
+
static getMetadata(): ElementMetadata;
|
|
8674
|
+
/**
|
|
8675
|
+
* Attaches event handler `fnFunction` to the {@link #event:contentChanged contentChanged} event of this
|
|
8676
|
+
* `sap.ui.vk.ecad.LayersPanel`.
|
|
8677
|
+
*
|
|
8678
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
8679
|
+
* otherwise it will be bound to this `sap.ui.vk.ecad.LayersPanel` itself.
|
|
8680
|
+
*
|
|
8681
|
+
* This event will be fired when content is replaced.
|
|
8682
|
+
*
|
|
8683
|
+
*
|
|
8684
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8685
|
+
*/
|
|
8686
|
+
attachContentChanged(
|
|
8687
|
+
/**
|
|
8688
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
8689
|
+
* object when firing the event
|
|
8690
|
+
*/
|
|
8691
|
+
oData: object,
|
|
8692
|
+
/**
|
|
8693
|
+
* The function to be called when the event occurs
|
|
8694
|
+
*/
|
|
8695
|
+
fnFunction: (p1: Event) => void,
|
|
8696
|
+
/**
|
|
8697
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.vk.ecad.LayersPanel` itself
|
|
8698
|
+
*/
|
|
8699
|
+
oListener?: object
|
|
8700
|
+
): this;
|
|
8701
|
+
/**
|
|
8702
|
+
* Attaches event handler `fnFunction` to the {@link #event:contentChanged contentChanged} event of this
|
|
8703
|
+
* `sap.ui.vk.ecad.LayersPanel`.
|
|
8704
|
+
*
|
|
8705
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
8706
|
+
* otherwise it will be bound to this `sap.ui.vk.ecad.LayersPanel` itself.
|
|
8707
|
+
*
|
|
8708
|
+
* This event will be fired when content is replaced.
|
|
8709
|
+
*
|
|
8710
|
+
*
|
|
8711
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8712
|
+
*/
|
|
8713
|
+
attachContentChanged(
|
|
8714
|
+
/**
|
|
8715
|
+
* The function to be called when the event occurs
|
|
8716
|
+
*/
|
|
8717
|
+
fnFunction: (p1: Event) => void,
|
|
8718
|
+
/**
|
|
8719
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.vk.ecad.LayersPanel` itself
|
|
8720
|
+
*/
|
|
8721
|
+
oListener?: object
|
|
8722
|
+
): this;
|
|
8723
|
+
/**
|
|
8724
|
+
* Destroys the content in the aggregation {@link #getContent content}.
|
|
8725
|
+
*
|
|
8726
|
+
*
|
|
8727
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8728
|
+
*/
|
|
8729
|
+
destroyContent(): this;
|
|
8730
|
+
/**
|
|
8731
|
+
* Detaches event handler `fnFunction` from the {@link #event:contentChanged contentChanged} event of this
|
|
8732
|
+
* `sap.ui.vk.ecad.LayersPanel`.
|
|
8733
|
+
*
|
|
8734
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
8735
|
+
*
|
|
8736
|
+
*
|
|
8737
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8738
|
+
*/
|
|
8739
|
+
detachContentChanged(
|
|
8740
|
+
/**
|
|
8741
|
+
* The function to be called, when the event occurs
|
|
8742
|
+
*/
|
|
8743
|
+
fnFunction: (p1: Event) => void,
|
|
8744
|
+
/**
|
|
8745
|
+
* Context object on which the given function had to be called
|
|
8746
|
+
*/
|
|
8747
|
+
oListener?: object
|
|
8748
|
+
): this;
|
|
8749
|
+
/**
|
|
8750
|
+
* Fires event {@link #event:contentChanged contentChanged} to attached listeners.
|
|
8751
|
+
*
|
|
8752
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
8753
|
+
*
|
|
8754
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8755
|
+
*/
|
|
8756
|
+
fireContentChanged(
|
|
8757
|
+
/**
|
|
8758
|
+
* Parameters to pass along with the event
|
|
8759
|
+
*/
|
|
8760
|
+
mParameters?: object
|
|
8761
|
+
): this;
|
|
8762
|
+
/**
|
|
8763
|
+
* Gets content of aggregation {@link #getContent content}.
|
|
8764
|
+
*/
|
|
8765
|
+
getContent(): ScrollContainer;
|
|
8766
|
+
/**
|
|
8767
|
+
* ID of the element which is the current target of the association {@link #getContentConnector contentConnector},
|
|
8768
|
+
* or `null`.
|
|
8769
|
+
*/
|
|
8770
|
+
getContentConnector(): ID | null;
|
|
8771
|
+
/**
|
|
8772
|
+
* ID of the element which is the current target of the association {@link #getViewStateManager viewStateManager},
|
|
8773
|
+
* or `null`.
|
|
8774
|
+
*/
|
|
8775
|
+
getViewStateManager(): ID | null;
|
|
8776
|
+
/**
|
|
8777
|
+
* Sets the aggregated {@link #getContent content}.
|
|
8778
|
+
*
|
|
8779
|
+
*
|
|
8780
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8781
|
+
*/
|
|
8782
|
+
setContent(
|
|
8783
|
+
/**
|
|
8784
|
+
* The content to set
|
|
8785
|
+
*/
|
|
8786
|
+
oContent: ScrollContainer
|
|
8787
|
+
): this;
|
|
8788
|
+
/**
|
|
8789
|
+
* Sets the associated {@link #getContentConnector contentConnector}.
|
|
8790
|
+
*
|
|
8791
|
+
*
|
|
8792
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8793
|
+
*/
|
|
8794
|
+
setContentConnector(
|
|
8795
|
+
/**
|
|
8796
|
+
* ID of an element which becomes the new target of this contentConnector association; alternatively, an
|
|
8797
|
+
* element instance may be given
|
|
8798
|
+
*/
|
|
8799
|
+
oContentConnector: ID | ContentConnector
|
|
8800
|
+
): this;
|
|
8801
|
+
/**
|
|
8802
|
+
* Sets the associated {@link #getViewStateManager viewStateManager}.
|
|
8803
|
+
*
|
|
8804
|
+
*
|
|
8805
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8806
|
+
*/
|
|
8807
|
+
setViewStateManager(
|
|
8808
|
+
/**
|
|
8809
|
+
* ID of an element which becomes the new target of this viewStateManager association; alternatively, an
|
|
8810
|
+
* element instance may be given
|
|
8811
|
+
*/
|
|
8812
|
+
oViewStateManager: ID | ViewStateManagerBase
|
|
8813
|
+
): this;
|
|
8814
|
+
}
|
|
8815
|
+
/**
|
|
8816
|
+
* Describes the settings that can be provided to the LayersPanel constructor.
|
|
8817
|
+
*/
|
|
8818
|
+
export interface $LayersPanelSettings extends $ControlSettings {
|
|
8819
|
+
content?: ScrollContainer;
|
|
8820
|
+
|
|
8821
|
+
/**
|
|
8822
|
+
* An association to the `ContentConnector` instance that manages content resources.
|
|
8823
|
+
*/
|
|
8824
|
+
contentConnector?: ContentConnector | string;
|
|
8825
|
+
|
|
8826
|
+
/**
|
|
8827
|
+
* An association to the `ViewStateManager` instance.
|
|
8828
|
+
*/
|
|
8829
|
+
viewStateManager?: ViewStateManagerBase | string;
|
|
8830
|
+
|
|
8831
|
+
/**
|
|
8832
|
+
* This event will be fired when content is replaced.
|
|
8833
|
+
*/
|
|
8834
|
+
contentChanged?: (oEvent: Event) => void;
|
|
8835
|
+
}
|
|
8836
|
+
|
|
8837
|
+
/**
|
|
8838
|
+
* Parameters of the LayersPanel#contentChanged event.
|
|
8839
|
+
*/
|
|
8840
|
+
export interface LayersPanel$ContentChangedEventParameters {}
|
|
8841
|
+
|
|
8842
|
+
/**
|
|
8843
|
+
* Event object of the LayersPanel#contentChanged event.
|
|
8844
|
+
*/
|
|
8845
|
+
export type LayersPanel$ContentChangedEvent = Event<
|
|
8846
|
+
LayersPanel$ContentChangedEventParameters,
|
|
8847
|
+
LayersPanel
|
|
8848
|
+
>;
|
|
8849
|
+
}
|
|
8850
|
+
|
|
8559
8851
|
declare module "sap/ui/vk/FlexibleControl" {
|
|
8560
8852
|
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
8561
8853
|
|
|
@@ -13965,7 +14257,8 @@ declare module "sap/ui/vk/OutputSettings" {
|
|
|
13965
14257
|
* Aggregation element for the output settings of the Viewport
|
|
13966
14258
|
*
|
|
13967
14259
|
* @since 1.92.0
|
|
13968
|
-
* @experimental
|
|
14260
|
+
* @experimental As of version 1.92.0. This class is experimental and might be modified or removed in future
|
|
14261
|
+
* versions.
|
|
13969
14262
|
*/
|
|
13970
14263
|
export default class OutputSettings extends UI5Element {
|
|
13971
14264
|
/**
|
|
@@ -14109,7 +14402,8 @@ declare module "sap/ui/vk/OutputSettings" {
|
|
|
14109
14402
|
/**
|
|
14110
14403
|
* Describes the settings that can be provided to the OutputSettings constructor.
|
|
14111
14404
|
*
|
|
14112
|
-
* @experimental
|
|
14405
|
+
* @experimental As of version 1.92.0. This class is experimental and might be modified or removed in future
|
|
14406
|
+
* versions.
|
|
14113
14407
|
*/
|
|
14114
14408
|
export interface $OutputSettingsSettings extends $ElementSettings {
|
|
14115
14409
|
/**
|
|
@@ -22327,8 +22621,6 @@ declare module "sap/ui/vk/svg/Viewport" {
|
|
|
22327
22621
|
|
|
22328
22622
|
import Scene from "sap/ui/vk/svg/Scene";
|
|
22329
22623
|
|
|
22330
|
-
import VisibilityMode from "sap/ui/vk/VisibilityMode";
|
|
22331
|
-
|
|
22332
22624
|
import { CSSColor } from "sap/ui/core/library";
|
|
22333
22625
|
|
|
22334
22626
|
import ZoomTo from "sap/ui/vk/ZoomTo";
|
|
@@ -22711,7 +23003,7 @@ declare module "sap/ui/vk/svg/Viewport" {
|
|
|
22711
23003
|
/**
|
|
22712
23004
|
* Indicator to retrieve the complete visibility definition or just the difference.
|
|
22713
23005
|
*/
|
|
22714
|
-
mode?: VisibilityMode;
|
|
23006
|
+
mode?: /* was: sap.ui.vk.VisibilityMode */ any;
|
|
22715
23007
|
};
|
|
22716
23008
|
/**
|
|
22717
23009
|
* Indicator to retrieve selection information.
|
|
@@ -22785,7 +23077,7 @@ declare module "sap/ui/vk/svg/Viewport" {
|
|
|
22785
23077
|
* fields are defined. If the mode equals {@link sap.ui.vk.VisibilityMode.Differences differences} then
|
|
22786
23078
|
* the changes field is defined.
|
|
22787
23079
|
*/
|
|
22788
|
-
mode: VisibilityMode;
|
|
23080
|
+
mode: /* was: sap.ui.vk.VisibilityMode */ any;
|
|
22789
23081
|
/**
|
|
22790
23082
|
* List of Ids of visible nodes.
|
|
22791
23083
|
*/
|
|
@@ -25071,8 +25363,6 @@ declare module "sap/ui/vk/threejs/Viewport" {
|
|
|
25071
25363
|
|
|
25072
25364
|
import Scene from "sap/ui/vk/threejs/Scene";
|
|
25073
25365
|
|
|
25074
|
-
import VisibilityMode from "sap/ui/vk/VisibilityMode";
|
|
25075
|
-
|
|
25076
25366
|
import Camera from "sap/ui/vk/Camera";
|
|
25077
25367
|
|
|
25078
25368
|
import CameraFOVBindingType from "sap/ui/vk/CameraFOVBindingType";
|
|
@@ -25509,7 +25799,7 @@ declare module "sap/ui/vk/threejs/Viewport" {
|
|
|
25509
25799
|
/**
|
|
25510
25800
|
* Indicator to retrieve the complete visibility definition or just the difference.
|
|
25511
25801
|
*/
|
|
25512
|
-
mode?: VisibilityMode;
|
|
25802
|
+
mode?: /* was: sap.ui.vk.VisibilityMode */ any;
|
|
25513
25803
|
};
|
|
25514
25804
|
/**
|
|
25515
25805
|
* Indicator to retrieve selection information.
|
|
@@ -25666,7 +25956,7 @@ declare module "sap/ui/vk/threejs/Viewport" {
|
|
|
25666
25956
|
* fields are defined. If the mode equals {@link sap.ui.vk.VisibilityMode.Differences differences} then
|
|
25667
25957
|
* the changes field is defined.
|
|
25668
25958
|
*/
|
|
25669
|
-
mode: VisibilityMode;
|
|
25959
|
+
mode: /* was: sap.ui.vk.VisibilityMode */ any;
|
|
25670
25960
|
/**
|
|
25671
25961
|
* List of Ids of visible nodes.
|
|
25672
25962
|
*/
|
|
@@ -26942,7 +27232,7 @@ declare module "sap/ui/vk/ToggleMenuButton" {
|
|
|
26942
27232
|
/**
|
|
26943
27233
|
* New value for property `menuPosition`
|
|
26944
27234
|
*/
|
|
26945
|
-
sMenuPosition?: typeof Popup.Dock
|
|
27235
|
+
sMenuPosition?: typeof Popup.Dock | keyof typeof Popup.Dock
|
|
26946
27236
|
): this;
|
|
26947
27237
|
/**
|
|
26948
27238
|
* Sets a new value for property {@link #getPressed pressed}.
|
|
@@ -27053,7 +27343,10 @@ declare module "sap/ui/vk/ToggleMenuButton" {
|
|
|
27053
27343
|
* **Note:** In the case that the menu has no space to show itself in the view port of the current window
|
|
27054
27344
|
* it tries to open itself to the inverted direction.
|
|
27055
27345
|
*/
|
|
27056
|
-
menuPosition?:
|
|
27346
|
+
menuPosition?:
|
|
27347
|
+
| (typeof Popup.Dock | keyof typeof Popup.Dock)
|
|
27348
|
+
| PropertyBindingInfo
|
|
27349
|
+
| `{${string}}`;
|
|
27057
27350
|
|
|
27058
27351
|
/**
|
|
27059
27352
|
* This property specifies the element's text directionality with enumerated options. By default, the control
|
|
@@ -28152,8 +28445,6 @@ declare module "sap/ui/vk/tools/AxisAngleRotationTool" {
|
|
|
28152
28445
|
|
|
28153
28446
|
/**
|
|
28154
28447
|
* Tool to rotate 3D objects in space
|
|
28155
|
-
*
|
|
28156
|
-
* @experimental
|
|
28157
28448
|
*/
|
|
28158
28449
|
export default class AxisAngleRotationTool extends Tool {
|
|
28159
28450
|
/**
|
|
@@ -28572,8 +28863,6 @@ declare module "sap/ui/vk/tools/AxisAngleRotationTool" {
|
|
|
28572
28863
|
}
|
|
28573
28864
|
/**
|
|
28574
28865
|
* Describes the settings that can be provided to the AxisAngleRotationTool constructor.
|
|
28575
|
-
*
|
|
28576
|
-
* @experimental
|
|
28577
28866
|
*/
|
|
28578
28867
|
export interface $AxisAngleRotationToolSettings extends $ToolSettings {
|
|
28579
28868
|
/**
|
|
@@ -30286,7 +30575,8 @@ declare module "sap/ui/vk/tools/ExplodeItemGroup" {
|
|
|
30286
30575
|
/**
|
|
30287
30576
|
* Aggregation element for the output settings of the Viewport
|
|
30288
30577
|
*
|
|
30289
|
-
* @experimental
|
|
30578
|
+
* @experimental As of version 1.82.0. This method is experimental and might be modified or removed in future
|
|
30579
|
+
* versions
|
|
30290
30580
|
*/
|
|
30291
30581
|
export default class ExplodeItemGroup extends UI5Element {
|
|
30292
30582
|
/**
|
|
@@ -30476,7 +30766,8 @@ declare module "sap/ui/vk/tools/ExplodeItemGroup" {
|
|
|
30476
30766
|
/**
|
|
30477
30767
|
* Describes the settings that can be provided to the ExplodeItemGroup constructor.
|
|
30478
30768
|
*
|
|
30479
|
-
* @experimental
|
|
30769
|
+
* @experimental As of version 1.82.0. This method is experimental and might be modified or removed in future
|
|
30770
|
+
* versions
|
|
30480
30771
|
*/
|
|
30481
30772
|
export interface $ExplodeItemGroupSettings extends $ElementSettings {
|
|
30482
30773
|
name?: string | PropertyBindingInfo;
|
|
@@ -38100,7 +38391,7 @@ declare module "sap/ui/vk/View" {
|
|
|
38100
38391
|
* @experimental As of version 1.73.0. This class is experimental and might be modified or removed in future
|
|
38101
38392
|
* versions.
|
|
38102
38393
|
*
|
|
38103
|
-
* @returns
|
|
38394
|
+
* @returns View camera
|
|
38104
38395
|
*/
|
|
38105
38396
|
getCamera(): Camera;
|
|
38106
38397
|
/**
|
|
@@ -38244,7 +38535,7 @@ declare module "sap/ui/vk/View" {
|
|
|
38244
38535
|
*/
|
|
38245
38536
|
setCamera(
|
|
38246
38537
|
/**
|
|
38247
|
-
*
|
|
38538
|
+
* View camera
|
|
38248
38539
|
*/
|
|
38249
38540
|
camera: Camera
|
|
38250
38541
|
): View;
|
|
@@ -38504,8 +38795,6 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
38504
38795
|
|
|
38505
38796
|
import NativeViewport from "sap/ui/vk/NativeViewport";
|
|
38506
38797
|
|
|
38507
|
-
import Overlay from "sap/ui/vk/Overlay";
|
|
38508
|
-
|
|
38509
38798
|
import RedlineDesign from "sap/ui/vk/RedlineDesign";
|
|
38510
38799
|
|
|
38511
38800
|
import Scene from "sap/ui/vk/Scene";
|
|
@@ -39029,13 +39318,6 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
39029
39318
|
* @returns Reference to `this` in order to allow method chaining
|
|
39030
39319
|
*/
|
|
39031
39320
|
destroyContentResources(): this;
|
|
39032
|
-
/**
|
|
39033
|
-
* Destroys the overlay in the aggregation {@link #getOverlay overlay}.
|
|
39034
|
-
*
|
|
39035
|
-
*
|
|
39036
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
39037
|
-
*/
|
|
39038
|
-
destroyOverlay(): this;
|
|
39039
39321
|
/**
|
|
39040
39322
|
* It destroys the current instance of {sap.ui.vk.RedlineDesign}.
|
|
39041
39323
|
*
|
|
@@ -39326,17 +39608,6 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
39326
39608
|
* @returns Value of property `enableNotifications`
|
|
39327
39609
|
*/
|
|
39328
39610
|
getEnableNotifications(): boolean;
|
|
39329
|
-
/**
|
|
39330
|
-
* Gets current value of property {@link #getEnableOverlay enableOverlay}.
|
|
39331
|
-
*
|
|
39332
|
-
* Enables or disables the Overlay control
|
|
39333
|
-
*
|
|
39334
|
-
* Default value is `false`.
|
|
39335
|
-
*
|
|
39336
|
-
*
|
|
39337
|
-
* @returns Value of property `enableOverlay`
|
|
39338
|
-
*/
|
|
39339
|
-
getEnableOverlay(): boolean;
|
|
39340
39611
|
/**
|
|
39341
39612
|
* Gets current value of property {@link #getEnableProgressIndicator enableProgressIndicator}.
|
|
39342
39613
|
*
|
|
@@ -39429,10 +39700,6 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
39429
39700
|
* @returns The 2D viewport.
|
|
39430
39701
|
*/
|
|
39431
39702
|
getNativeViewport(): NativeViewport;
|
|
39432
|
-
/**
|
|
39433
|
-
* Gets content of aggregation {@link #getOverlay overlay}.
|
|
39434
|
-
*/
|
|
39435
|
-
getOverlay(): Overlay;
|
|
39436
39703
|
/**
|
|
39437
39704
|
* Gets current value of property {@link #getOverlayStepNavigation overlayStepNavigation}.
|
|
39438
39705
|
*
|
|
@@ -39753,24 +40020,6 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
39753
40020
|
*/
|
|
39754
40021
|
bEnableNotifications?: boolean
|
|
39755
40022
|
): this;
|
|
39756
|
-
/**
|
|
39757
|
-
* Sets a new value for property {@link #getEnableOverlay enableOverlay}.
|
|
39758
|
-
*
|
|
39759
|
-
* Enables or disables the Overlay control
|
|
39760
|
-
*
|
|
39761
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
39762
|
-
*
|
|
39763
|
-
* Default value is `false`.
|
|
39764
|
-
*
|
|
39765
|
-
*
|
|
39766
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
39767
|
-
*/
|
|
39768
|
-
setEnableOverlay(
|
|
39769
|
-
/**
|
|
39770
|
-
* New value for property `enableOverlay`
|
|
39771
|
-
*/
|
|
39772
|
-
bEnableOverlay?: boolean
|
|
39773
|
-
): this;
|
|
39774
40023
|
/**
|
|
39775
40024
|
* Sets a new value for property {@link #getEnableProgressIndicator enableProgressIndicator}.
|
|
39776
40025
|
*
|
|
@@ -39895,18 +40144,6 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
39895
40144
|
*/
|
|
39896
40145
|
iHotspotColorABGR?: int
|
|
39897
40146
|
): this;
|
|
39898
|
-
/**
|
|
39899
|
-
* Sets the aggregated {@link #getOverlay overlay}.
|
|
39900
|
-
*
|
|
39901
|
-
*
|
|
39902
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
39903
|
-
*/
|
|
39904
|
-
setOverlay(
|
|
39905
|
-
/**
|
|
39906
|
-
* The overlay to set
|
|
39907
|
-
*/
|
|
39908
|
-
oOverlay: Overlay
|
|
39909
|
-
): this;
|
|
39910
40147
|
/**
|
|
39911
40148
|
* Sets a new value for property {@link #getOverlayStepNavigation overlayStepNavigation}.
|
|
39912
40149
|
*
|
|
@@ -40156,11 +40393,6 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
40156
40393
|
* Describes the settings that can be provided to the Viewer constructor.
|
|
40157
40394
|
*/
|
|
40158
40395
|
export interface $ViewerSettings extends $ControlSettings {
|
|
40159
|
-
/**
|
|
40160
|
-
* Enables or disables the Overlay control
|
|
40161
|
-
*/
|
|
40162
|
-
enableOverlay?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
40163
|
-
|
|
40164
40396
|
/**
|
|
40165
40397
|
* Disables the scene tree control Button on the menu
|
|
40166
40398
|
*/
|
|
@@ -40298,8 +40530,6 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
40298
40530
|
| AggregationBindingInfo
|
|
40299
40531
|
| `{${string}}`;
|
|
40300
40532
|
|
|
40301
|
-
overlay?: Overlay;
|
|
40302
|
-
|
|
40303
40533
|
/**
|
|
40304
40534
|
* This event will be fired when any content resource or the contentResources aggregation has been changed
|
|
40305
40535
|
* and processed.
|
|
@@ -41564,8 +41794,6 @@ declare module "sap/ui/vk/Viewport" {
|
|
|
41564
41794
|
|
|
41565
41795
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
41566
41796
|
|
|
41567
|
-
import VisibilityMode from "sap/ui/vk/VisibilityMode";
|
|
41568
|
-
|
|
41569
41797
|
import CameraFOVBindingType from "sap/ui/vk/CameraFOVBindingType";
|
|
41570
41798
|
|
|
41571
41799
|
import CameraProjectionType from "sap/ui/vk/CameraProjectionType";
|
|
@@ -41776,7 +42004,7 @@ declare module "sap/ui/vk/Viewport" {
|
|
|
41776
42004
|
/**
|
|
41777
42005
|
* Indicator to retrieve the complete visibility definition or just the difference.
|
|
41778
42006
|
*/
|
|
41779
|
-
mode?: VisibilityMode;
|
|
42007
|
+
mode?: /* was: sap.ui.vk.VisibilityMode */ any;
|
|
41780
42008
|
};
|
|
41781
42009
|
/**
|
|
41782
42010
|
* Indicator to retrieve selection information.
|
|
@@ -41884,7 +42112,7 @@ declare module "sap/ui/vk/Viewport" {
|
|
|
41884
42112
|
* fields are defined. If the mode equals {@link sap.ui.vk.VisibilityMode.Differences differences} then
|
|
41885
42113
|
* the changes field is defined.
|
|
41886
42114
|
*/
|
|
41887
|
-
mode: VisibilityMode;
|
|
42115
|
+
mode: /* was: sap.ui.vk.VisibilityMode */ any;
|
|
41888
42116
|
/**
|
|
41889
42117
|
* List of Ids of visible nodes.
|
|
41890
42118
|
*/
|
|
@@ -46642,24 +46870,6 @@ declare module "sap/ui/vk/ViewStateManagerBase" {
|
|
|
46642
46870
|
>;
|
|
46643
46871
|
}
|
|
46644
46872
|
|
|
46645
|
-
declare module "sap/ui/vk/VisibilityMode" {
|
|
46646
|
-
/**
|
|
46647
|
-
* Visibility mode for {@link sap.ui.vk.Viewport#getViewInfo sap.ui.vk.Viewport.getViewInfo}.
|
|
46648
|
-
*/
|
|
46649
|
-
enum VisibilityMode {
|
|
46650
|
-
/**
|
|
46651
|
-
* The view information contains a full definition of all nodes that are visible or hidden.
|
|
46652
|
-
*/
|
|
46653
|
-
Complete = "complete",
|
|
46654
|
-
/**
|
|
46655
|
-
* The view information contains a list of nodes that have inverted visibility state compared to their original
|
|
46656
|
-
* state.
|
|
46657
|
-
*/
|
|
46658
|
-
Differences = "differences",
|
|
46659
|
-
}
|
|
46660
|
-
export default VisibilityMode;
|
|
46661
|
-
}
|
|
46662
|
-
|
|
46663
46873
|
declare module "sap/ui/vk/ZoomTo" {
|
|
46664
46874
|
/**
|
|
46665
46875
|
* ZoomTo options.
|
|
@@ -46762,6 +46972,8 @@ declare namespace sap {
|
|
|
46762
46972
|
|
|
46763
46973
|
"sap/ui/vk/dvl/ViewStateManager": undefined;
|
|
46764
46974
|
|
|
46975
|
+
"sap/ui/vk/ecad/LayersPanel": undefined;
|
|
46976
|
+
|
|
46765
46977
|
"sap/ui/vk/FlexibleControl": undefined;
|
|
46766
46978
|
|
|
46767
46979
|
"sap/ui/vk/FlexibleControlLayoutData": undefined;
|
|
@@ -46988,8 +47200,6 @@ declare namespace sap {
|
|
|
46988
47200
|
|
|
46989
47201
|
"sap/ui/vk/ViewStateManagerBase": undefined;
|
|
46990
47202
|
|
|
46991
|
-
"sap/ui/vk/VisibilityMode": undefined;
|
|
46992
|
-
|
|
46993
47203
|
"sap/ui/vk/ZoomTo": undefined;
|
|
46994
47204
|
}
|
|
46995
47205
|
}
|
package/types/sap.ui.vtm.d.ts
CHANGED