@sapui5/ts-types-esm 1.135.0 → 1.136.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +101 -1
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +27 -3
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +446 -57
- 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.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +80 -8
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +518 -39
- 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 +14 -6
- package/types/sap.suite.ui.commons.d.ts +12 -1
- package/types/sap.suite.ui.generic.template.d.ts +8 -2
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +3278 -212
- package/types/sap.ui.core.d.ts +114 -117
- 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 +8 -2
- 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 +5 -3
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +135 -8
- package/types/sap.ui.richtexteditor.d.ts +8 -8
- 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 +7 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +14 -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 +310 -39
- 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 +46 -37
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +2 -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
|
|
|
@@ -22329,8 +22621,6 @@ declare module "sap/ui/vk/svg/Viewport" {
|
|
|
22329
22621
|
|
|
22330
22622
|
import Scene from "sap/ui/vk/svg/Scene";
|
|
22331
22623
|
|
|
22332
|
-
import VisibilityMode from "sap/ui/vk/VisibilityMode";
|
|
22333
|
-
|
|
22334
22624
|
import { CSSColor } from "sap/ui/core/library";
|
|
22335
22625
|
|
|
22336
22626
|
import ZoomTo from "sap/ui/vk/ZoomTo";
|
|
@@ -22713,7 +23003,7 @@ declare module "sap/ui/vk/svg/Viewport" {
|
|
|
22713
23003
|
/**
|
|
22714
23004
|
* Indicator to retrieve the complete visibility definition or just the difference.
|
|
22715
23005
|
*/
|
|
22716
|
-
mode?: VisibilityMode;
|
|
23006
|
+
mode?: /* was: sap.ui.vk.VisibilityMode */ any;
|
|
22717
23007
|
};
|
|
22718
23008
|
/**
|
|
22719
23009
|
* Indicator to retrieve selection information.
|
|
@@ -22787,7 +23077,7 @@ declare module "sap/ui/vk/svg/Viewport" {
|
|
|
22787
23077
|
* fields are defined. If the mode equals {@link sap.ui.vk.VisibilityMode.Differences differences} then
|
|
22788
23078
|
* the changes field is defined.
|
|
22789
23079
|
*/
|
|
22790
|
-
mode: VisibilityMode;
|
|
23080
|
+
mode: /* was: sap.ui.vk.VisibilityMode */ any;
|
|
22791
23081
|
/**
|
|
22792
23082
|
* List of Ids of visible nodes.
|
|
22793
23083
|
*/
|
|
@@ -25073,8 +25363,6 @@ declare module "sap/ui/vk/threejs/Viewport" {
|
|
|
25073
25363
|
|
|
25074
25364
|
import Scene from "sap/ui/vk/threejs/Scene";
|
|
25075
25365
|
|
|
25076
|
-
import VisibilityMode from "sap/ui/vk/VisibilityMode";
|
|
25077
|
-
|
|
25078
25366
|
import Camera from "sap/ui/vk/Camera";
|
|
25079
25367
|
|
|
25080
25368
|
import CameraFOVBindingType from "sap/ui/vk/CameraFOVBindingType";
|
|
@@ -25511,7 +25799,7 @@ declare module "sap/ui/vk/threejs/Viewport" {
|
|
|
25511
25799
|
/**
|
|
25512
25800
|
* Indicator to retrieve the complete visibility definition or just the difference.
|
|
25513
25801
|
*/
|
|
25514
|
-
mode?: VisibilityMode;
|
|
25802
|
+
mode?: /* was: sap.ui.vk.VisibilityMode */ any;
|
|
25515
25803
|
};
|
|
25516
25804
|
/**
|
|
25517
25805
|
* Indicator to retrieve selection information.
|
|
@@ -25668,7 +25956,7 @@ declare module "sap/ui/vk/threejs/Viewport" {
|
|
|
25668
25956
|
* fields are defined. If the mode equals {@link sap.ui.vk.VisibilityMode.Differences differences} then
|
|
25669
25957
|
* the changes field is defined.
|
|
25670
25958
|
*/
|
|
25671
|
-
mode: VisibilityMode;
|
|
25959
|
+
mode: /* was: sap.ui.vk.VisibilityMode */ any;
|
|
25672
25960
|
/**
|
|
25673
25961
|
* List of Ids of visible nodes.
|
|
25674
25962
|
*/
|
|
@@ -26944,7 +27232,7 @@ declare module "sap/ui/vk/ToggleMenuButton" {
|
|
|
26944
27232
|
/**
|
|
26945
27233
|
* New value for property `menuPosition`
|
|
26946
27234
|
*/
|
|
26947
|
-
sMenuPosition?: typeof Popup.Dock
|
|
27235
|
+
sMenuPosition?: typeof Popup.Dock | keyof typeof Popup.Dock
|
|
26948
27236
|
): this;
|
|
26949
27237
|
/**
|
|
26950
27238
|
* Sets a new value for property {@link #getPressed pressed}.
|
|
@@ -27055,7 +27343,10 @@ declare module "sap/ui/vk/ToggleMenuButton" {
|
|
|
27055
27343
|
* **Note:** In the case that the menu has no space to show itself in the view port of the current window
|
|
27056
27344
|
* it tries to open itself to the inverted direction.
|
|
27057
27345
|
*/
|
|
27058
|
-
menuPosition?:
|
|
27346
|
+
menuPosition?:
|
|
27347
|
+
| (typeof Popup.Dock | keyof typeof Popup.Dock)
|
|
27348
|
+
| PropertyBindingInfo
|
|
27349
|
+
| `{${string}}`;
|
|
27059
27350
|
|
|
27060
27351
|
/**
|
|
27061
27352
|
* This property specifies the element's text directionality with enumerated options. By default, the control
|
|
@@ -41503,8 +41794,6 @@ declare module "sap/ui/vk/Viewport" {
|
|
|
41503
41794
|
|
|
41504
41795
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
41505
41796
|
|
|
41506
|
-
import VisibilityMode from "sap/ui/vk/VisibilityMode";
|
|
41507
|
-
|
|
41508
41797
|
import CameraFOVBindingType from "sap/ui/vk/CameraFOVBindingType";
|
|
41509
41798
|
|
|
41510
41799
|
import CameraProjectionType from "sap/ui/vk/CameraProjectionType";
|
|
@@ -41715,7 +42004,7 @@ declare module "sap/ui/vk/Viewport" {
|
|
|
41715
42004
|
/**
|
|
41716
42005
|
* Indicator to retrieve the complete visibility definition or just the difference.
|
|
41717
42006
|
*/
|
|
41718
|
-
mode?: VisibilityMode;
|
|
42007
|
+
mode?: /* was: sap.ui.vk.VisibilityMode */ any;
|
|
41719
42008
|
};
|
|
41720
42009
|
/**
|
|
41721
42010
|
* Indicator to retrieve selection information.
|
|
@@ -41823,7 +42112,7 @@ declare module "sap/ui/vk/Viewport" {
|
|
|
41823
42112
|
* fields are defined. If the mode equals {@link sap.ui.vk.VisibilityMode.Differences differences} then
|
|
41824
42113
|
* the changes field is defined.
|
|
41825
42114
|
*/
|
|
41826
|
-
mode: VisibilityMode;
|
|
42115
|
+
mode: /* was: sap.ui.vk.VisibilityMode */ any;
|
|
41827
42116
|
/**
|
|
41828
42117
|
* List of Ids of visible nodes.
|
|
41829
42118
|
*/
|
|
@@ -46581,24 +46870,6 @@ declare module "sap/ui/vk/ViewStateManagerBase" {
|
|
|
46581
46870
|
>;
|
|
46582
46871
|
}
|
|
46583
46872
|
|
|
46584
|
-
declare module "sap/ui/vk/VisibilityMode" {
|
|
46585
|
-
/**
|
|
46586
|
-
* Visibility mode for {@link sap.ui.vk.Viewport#getViewInfo sap.ui.vk.Viewport.getViewInfo}.
|
|
46587
|
-
*/
|
|
46588
|
-
enum VisibilityMode {
|
|
46589
|
-
/**
|
|
46590
|
-
* The view information contains a full definition of all nodes that are visible or hidden.
|
|
46591
|
-
*/
|
|
46592
|
-
Complete = "complete",
|
|
46593
|
-
/**
|
|
46594
|
-
* The view information contains a list of nodes that have inverted visibility state compared to their original
|
|
46595
|
-
* state.
|
|
46596
|
-
*/
|
|
46597
|
-
Differences = "differences",
|
|
46598
|
-
}
|
|
46599
|
-
export default VisibilityMode;
|
|
46600
|
-
}
|
|
46601
|
-
|
|
46602
46873
|
declare module "sap/ui/vk/ZoomTo" {
|
|
46603
46874
|
/**
|
|
46604
46875
|
* ZoomTo options.
|
|
@@ -46701,6 +46972,8 @@ declare namespace sap {
|
|
|
46701
46972
|
|
|
46702
46973
|
"sap/ui/vk/dvl/ViewStateManager": undefined;
|
|
46703
46974
|
|
|
46975
|
+
"sap/ui/vk/ecad/LayersPanel": undefined;
|
|
46976
|
+
|
|
46704
46977
|
"sap/ui/vk/FlexibleControl": undefined;
|
|
46705
46978
|
|
|
46706
46979
|
"sap/ui/vk/FlexibleControlLayoutData": undefined;
|
|
@@ -46927,8 +47200,6 @@ declare namespace sap {
|
|
|
46927
47200
|
|
|
46928
47201
|
"sap/ui/vk/ViewStateManagerBase": undefined;
|
|
46929
47202
|
|
|
46930
|
-
"sap/ui/vk/VisibilityMode": undefined;
|
|
46931
|
-
|
|
46932
47203
|
"sap/ui/vk/ZoomTo": undefined;
|
|
46933
47204
|
}
|
|
46934
47205
|
}
|
package/types/sap.ui.vtm.d.ts
CHANGED