@sapui5/types 1.118.1 → 1.119.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 +9 -9
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +16 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +35 -1
- package/types/sap.f.d.ts +121 -3
- package/types/sap.fe.core.d.ts +91 -83
- package/types/sap.fe.macros.d.ts +130 -25
- package/types/sap.fe.navigation.d.ts +92 -87
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +32 -22
- 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 +64 -50
- package/types/sap.insights.d.ts +133 -28
- package/types/sap.landvisz.d.ts +1 -1
- package/types/sap.m.d.ts +483 -80
- 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 +555 -274
- package/types/sap.suite.ui.commons.d.ts +48 -6
- package/types/sap.suite.ui.generic.template.d.ts +16 -11
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +17 -15
- 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 +41 -59
- package/types/sap.ui.core.d.ts +517 -173
- 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 -51
- 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 +11 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +1017 -246
- 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 +915 -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 +387 -9
- package/types/sap.ui.vtm.d.ts +78 -66
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +85 -85
- package/types/sap.ui.webc.main.d.ts +225 -225
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +566 -42
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.ui.vbm.d.ts
CHANGED
package/types/sap.ui.vk.d.ts
CHANGED
|
@@ -1,14 +1,6 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.119.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/vk/library" {
|
|
4
|
-
/**
|
|
5
|
-
* @since 1.50.0
|
|
6
|
-
*
|
|
7
|
-
* Retrieve the {@link sap.ui.vk.Core Core} instance for the current window.
|
|
8
|
-
*
|
|
9
|
-
* @returns the API of the current Core instance.
|
|
10
|
-
*/
|
|
11
|
-
export function getCore(): /* was: sap.ui.vk.Core */ any;
|
|
12
4
|
/**
|
|
13
5
|
* Contract for objects that provide access to animation playbacks.
|
|
14
6
|
*/
|
|
@@ -30509,6 +30501,374 @@ declare module "sap/ui/vk/tools/MoveTool" {
|
|
|
30509
30501
|
>;
|
|
30510
30502
|
}
|
|
30511
30503
|
|
|
30504
|
+
declare module "sap/ui/vk/tools/PointCloudSelectionTool" {
|
|
30505
|
+
import { default as Tool, $ToolSettings } from "sap/ui/vk/tools/Tool";
|
|
30506
|
+
|
|
30507
|
+
import Event from "sap/ui/base/Event";
|
|
30508
|
+
|
|
30509
|
+
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
30510
|
+
|
|
30511
|
+
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
30512
|
+
|
|
30513
|
+
/**
|
|
30514
|
+
* @experimental (since 1.118.0) - This class is experimental and might be modified or removed in future
|
|
30515
|
+
* versions.
|
|
30516
|
+
*
|
|
30517
|
+
* Tool used to select points
|
|
30518
|
+
*/
|
|
30519
|
+
export default class PointCloudSelectionTool extends Tool {
|
|
30520
|
+
/**
|
|
30521
|
+
* Constructor for a PointCloudSelectionTool.
|
|
30522
|
+
*
|
|
30523
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
30524
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
30525
|
+
* of the syntax of the settings object.
|
|
30526
|
+
*/
|
|
30527
|
+
constructor(
|
|
30528
|
+
/**
|
|
30529
|
+
* An optional map/JSON object with initial property values, aggregated objects etc. for the new tool instance.
|
|
30530
|
+
*/
|
|
30531
|
+
mSettings?: $PointCloudSelectionToolSettings
|
|
30532
|
+
);
|
|
30533
|
+
/**
|
|
30534
|
+
* Constructor for a PointCloudSelectionTool.
|
|
30535
|
+
*
|
|
30536
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
30537
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
30538
|
+
* of the syntax of the settings object.
|
|
30539
|
+
*/
|
|
30540
|
+
constructor(
|
|
30541
|
+
/**
|
|
30542
|
+
* ID of the new tool instance. `sId`is generated automatically if no non-empty ID is given. Note: this
|
|
30543
|
+
* can be omitted, regardless of whether `mSettings` will be provided or not.
|
|
30544
|
+
*/
|
|
30545
|
+
sId?: string,
|
|
30546
|
+
/**
|
|
30547
|
+
* An optional map/JSON object with initial property values, aggregated objects etc. for the new tool instance.
|
|
30548
|
+
*/
|
|
30549
|
+
mSettings?: $PointCloudSelectionToolSettings
|
|
30550
|
+
);
|
|
30551
|
+
|
|
30552
|
+
/**
|
|
30553
|
+
* Creates a new subclass of class sap.ui.vk.tools.PointCloudSelectionTool with name `sClassName` and enriches
|
|
30554
|
+
* it with the information contained in `oClassInfo`.
|
|
30555
|
+
*
|
|
30556
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.vk.tools.Tool.extend}.
|
|
30557
|
+
*
|
|
30558
|
+
* @returns Created class / constructor function
|
|
30559
|
+
*/
|
|
30560
|
+
static extend<T extends Record<string, unknown>>(
|
|
30561
|
+
/**
|
|
30562
|
+
* Name of the class being created
|
|
30563
|
+
*/
|
|
30564
|
+
sClassName: string,
|
|
30565
|
+
/**
|
|
30566
|
+
* Object literal with information about the class
|
|
30567
|
+
*/
|
|
30568
|
+
oClassInfo?: sap.ClassInfo<T, PointCloudSelectionTool>,
|
|
30569
|
+
/**
|
|
30570
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
30571
|
+
* used by this class
|
|
30572
|
+
*/
|
|
30573
|
+
FNMetaImpl?: Function
|
|
30574
|
+
): Function;
|
|
30575
|
+
/**
|
|
30576
|
+
* Returns a metadata object for class sap.ui.vk.tools.PointCloudSelectionTool.
|
|
30577
|
+
*
|
|
30578
|
+
* @returns Metadata object describing this class
|
|
30579
|
+
*/
|
|
30580
|
+
static getMetadata(): ElementMetadata;
|
|
30581
|
+
/**
|
|
30582
|
+
* Attaches event handler `fnFunction` to the {@link #event:currentGroupChanged currentGroupChanged} event
|
|
30583
|
+
* of this `sap.ui.vk.tools.PointCloudSelectionTool`.
|
|
30584
|
+
*
|
|
30585
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
30586
|
+
* otherwise it will be bound to this `sap.ui.vk.tools.PointCloudSelectionTool` itself.
|
|
30587
|
+
*
|
|
30588
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
30589
|
+
*/
|
|
30590
|
+
attachCurrentGroupChanged(
|
|
30591
|
+
/**
|
|
30592
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
30593
|
+
* object when firing the event
|
|
30594
|
+
*/
|
|
30595
|
+
oData: object,
|
|
30596
|
+
/**
|
|
30597
|
+
* The function to be called when the event occurs
|
|
30598
|
+
*/
|
|
30599
|
+
fnFunction: (p1: Event) => void,
|
|
30600
|
+
/**
|
|
30601
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.vk.tools.PointCloudSelectionTool`
|
|
30602
|
+
* itself
|
|
30603
|
+
*/
|
|
30604
|
+
oListener?: object
|
|
30605
|
+
): this;
|
|
30606
|
+
/**
|
|
30607
|
+
* Attaches event handler `fnFunction` to the {@link #event:currentGroupChanged currentGroupChanged} event
|
|
30608
|
+
* of this `sap.ui.vk.tools.PointCloudSelectionTool`.
|
|
30609
|
+
*
|
|
30610
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
30611
|
+
* otherwise it will be bound to this `sap.ui.vk.tools.PointCloudSelectionTool` itself.
|
|
30612
|
+
*
|
|
30613
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
30614
|
+
*/
|
|
30615
|
+
attachCurrentGroupChanged(
|
|
30616
|
+
/**
|
|
30617
|
+
* The function to be called when the event occurs
|
|
30618
|
+
*/
|
|
30619
|
+
fnFunction: (p1: Event) => void,
|
|
30620
|
+
/**
|
|
30621
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.vk.tools.PointCloudSelectionTool`
|
|
30622
|
+
* itself
|
|
30623
|
+
*/
|
|
30624
|
+
oListener?: object
|
|
30625
|
+
): this;
|
|
30626
|
+
/**
|
|
30627
|
+
* Attaches event handler `fnFunction` to the {@link #event:groupAdded groupAdded} event of this `sap.ui.vk.tools.PointCloudSelectionTool`.
|
|
30628
|
+
*
|
|
30629
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
30630
|
+
* otherwise it will be bound to this `sap.ui.vk.tools.PointCloudSelectionTool` itself.
|
|
30631
|
+
*
|
|
30632
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
30633
|
+
*/
|
|
30634
|
+
attachGroupAdded(
|
|
30635
|
+
/**
|
|
30636
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
30637
|
+
* object when firing the event
|
|
30638
|
+
*/
|
|
30639
|
+
oData: object,
|
|
30640
|
+
/**
|
|
30641
|
+
* The function to be called when the event occurs
|
|
30642
|
+
*/
|
|
30643
|
+
fnFunction: (p1: Event) => void,
|
|
30644
|
+
/**
|
|
30645
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.vk.tools.PointCloudSelectionTool`
|
|
30646
|
+
* itself
|
|
30647
|
+
*/
|
|
30648
|
+
oListener?: object
|
|
30649
|
+
): this;
|
|
30650
|
+
/**
|
|
30651
|
+
* Attaches event handler `fnFunction` to the {@link #event:groupAdded groupAdded} event of this `sap.ui.vk.tools.PointCloudSelectionTool`.
|
|
30652
|
+
*
|
|
30653
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
30654
|
+
* otherwise it will be bound to this `sap.ui.vk.tools.PointCloudSelectionTool` itself.
|
|
30655
|
+
*
|
|
30656
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
30657
|
+
*/
|
|
30658
|
+
attachGroupAdded(
|
|
30659
|
+
/**
|
|
30660
|
+
* The function to be called when the event occurs
|
|
30661
|
+
*/
|
|
30662
|
+
fnFunction: (p1: Event) => void,
|
|
30663
|
+
/**
|
|
30664
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.vk.tools.PointCloudSelectionTool`
|
|
30665
|
+
* itself
|
|
30666
|
+
*/
|
|
30667
|
+
oListener?: object
|
|
30668
|
+
): this;
|
|
30669
|
+
/**
|
|
30670
|
+
* Attaches event handler `fnFunction` to the {@link #event:groupRemoved groupRemoved} event of this `sap.ui.vk.tools.PointCloudSelectionTool`.
|
|
30671
|
+
*
|
|
30672
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
30673
|
+
* otherwise it will be bound to this `sap.ui.vk.tools.PointCloudSelectionTool` itself.
|
|
30674
|
+
*
|
|
30675
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
30676
|
+
*/
|
|
30677
|
+
attachGroupRemoved(
|
|
30678
|
+
/**
|
|
30679
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
30680
|
+
* object when firing the event
|
|
30681
|
+
*/
|
|
30682
|
+
oData: object,
|
|
30683
|
+
/**
|
|
30684
|
+
* The function to be called when the event occurs
|
|
30685
|
+
*/
|
|
30686
|
+
fnFunction: (p1: Event) => void,
|
|
30687
|
+
/**
|
|
30688
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.vk.tools.PointCloudSelectionTool`
|
|
30689
|
+
* itself
|
|
30690
|
+
*/
|
|
30691
|
+
oListener?: object
|
|
30692
|
+
): this;
|
|
30693
|
+
/**
|
|
30694
|
+
* Attaches event handler `fnFunction` to the {@link #event:groupRemoved groupRemoved} event of this `sap.ui.vk.tools.PointCloudSelectionTool`.
|
|
30695
|
+
*
|
|
30696
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
30697
|
+
* otherwise it will be bound to this `sap.ui.vk.tools.PointCloudSelectionTool` itself.
|
|
30698
|
+
*
|
|
30699
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
30700
|
+
*/
|
|
30701
|
+
attachGroupRemoved(
|
|
30702
|
+
/**
|
|
30703
|
+
* The function to be called when the event occurs
|
|
30704
|
+
*/
|
|
30705
|
+
fnFunction: (p1: Event) => void,
|
|
30706
|
+
/**
|
|
30707
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.vk.tools.PointCloudSelectionTool`
|
|
30708
|
+
* itself
|
|
30709
|
+
*/
|
|
30710
|
+
oListener?: object
|
|
30711
|
+
): this;
|
|
30712
|
+
/**
|
|
30713
|
+
* Detaches event handler `fnFunction` from the {@link #event:currentGroupChanged currentGroupChanged} event
|
|
30714
|
+
* of this `sap.ui.vk.tools.PointCloudSelectionTool`.
|
|
30715
|
+
*
|
|
30716
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
30717
|
+
*
|
|
30718
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
30719
|
+
*/
|
|
30720
|
+
detachCurrentGroupChanged(
|
|
30721
|
+
/**
|
|
30722
|
+
* The function to be called, when the event occurs
|
|
30723
|
+
*/
|
|
30724
|
+
fnFunction: (p1: Event) => void,
|
|
30725
|
+
/**
|
|
30726
|
+
* Context object on which the given function had to be called
|
|
30727
|
+
*/
|
|
30728
|
+
oListener?: object
|
|
30729
|
+
): this;
|
|
30730
|
+
/**
|
|
30731
|
+
* Detaches event handler `fnFunction` from the {@link #event:groupAdded groupAdded} event of this `sap.ui.vk.tools.PointCloudSelectionTool`.
|
|
30732
|
+
*
|
|
30733
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
30734
|
+
*
|
|
30735
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
30736
|
+
*/
|
|
30737
|
+
detachGroupAdded(
|
|
30738
|
+
/**
|
|
30739
|
+
* The function to be called, when the event occurs
|
|
30740
|
+
*/
|
|
30741
|
+
fnFunction: (p1: Event) => void,
|
|
30742
|
+
/**
|
|
30743
|
+
* Context object on which the given function had to be called
|
|
30744
|
+
*/
|
|
30745
|
+
oListener?: object
|
|
30746
|
+
): this;
|
|
30747
|
+
/**
|
|
30748
|
+
* Detaches event handler `fnFunction` from the {@link #event:groupRemoved groupRemoved} event of this `sap.ui.vk.tools.PointCloudSelectionTool`.
|
|
30749
|
+
*
|
|
30750
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
30751
|
+
*
|
|
30752
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
30753
|
+
*/
|
|
30754
|
+
detachGroupRemoved(
|
|
30755
|
+
/**
|
|
30756
|
+
* The function to be called, when the event occurs
|
|
30757
|
+
*/
|
|
30758
|
+
fnFunction: (p1: Event) => void,
|
|
30759
|
+
/**
|
|
30760
|
+
* Context object on which the given function had to be called
|
|
30761
|
+
*/
|
|
30762
|
+
oListener?: object
|
|
30763
|
+
): this;
|
|
30764
|
+
/**
|
|
30765
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
30766
|
+
*
|
|
30767
|
+
* Fires event {@link #event:currentGroupChanged currentGroupChanged} to attached listeners.
|
|
30768
|
+
*
|
|
30769
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
30770
|
+
*/
|
|
30771
|
+
fireCurrentGroupChanged(
|
|
30772
|
+
/**
|
|
30773
|
+
* Parameters to pass along with the event
|
|
30774
|
+
*/
|
|
30775
|
+
mParameters?: object
|
|
30776
|
+
): this;
|
|
30777
|
+
/**
|
|
30778
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
30779
|
+
*
|
|
30780
|
+
* Fires event {@link #event:groupAdded groupAdded} to attached listeners.
|
|
30781
|
+
*
|
|
30782
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
30783
|
+
*/
|
|
30784
|
+
fireGroupAdded(
|
|
30785
|
+
/**
|
|
30786
|
+
* Parameters to pass along with the event
|
|
30787
|
+
*/
|
|
30788
|
+
mParameters?: object
|
|
30789
|
+
): this;
|
|
30790
|
+
/**
|
|
30791
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
30792
|
+
*
|
|
30793
|
+
* Fires event {@link #event:groupRemoved groupRemoved} to attached listeners.
|
|
30794
|
+
*
|
|
30795
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
30796
|
+
*/
|
|
30797
|
+
fireGroupRemoved(
|
|
30798
|
+
/**
|
|
30799
|
+
* Parameters to pass along with the event
|
|
30800
|
+
*/
|
|
30801
|
+
mParameters?: object
|
|
30802
|
+
): this;
|
|
30803
|
+
/**
|
|
30804
|
+
* Gets current value of property {@link #getSelectionColor selectionColor}.
|
|
30805
|
+
*
|
|
30806
|
+
* Default value is `[0, 1, 0, 1]`.
|
|
30807
|
+
*
|
|
30808
|
+
* @returns Value of property `selectionColor`
|
|
30809
|
+
*/
|
|
30810
|
+
getSelectionColor(): float[];
|
|
30811
|
+
/**
|
|
30812
|
+
* MOVE TO BASE Queues a command for execution during the rendering cycle. All gesture operations should
|
|
30813
|
+
* be called using this method.
|
|
30814
|
+
*
|
|
30815
|
+
* @returns `this` to allow method chaining.
|
|
30816
|
+
*/
|
|
30817
|
+
queueCommand(
|
|
30818
|
+
/**
|
|
30819
|
+
* The command to be executed.
|
|
30820
|
+
*/
|
|
30821
|
+
command: Function
|
|
30822
|
+
): this;
|
|
30823
|
+
/**
|
|
30824
|
+
* Sets a new value for property {@link #getSelectionColor selectionColor}.
|
|
30825
|
+
*
|
|
30826
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
30827
|
+
*
|
|
30828
|
+
* Default value is `[0, 1, 0, 1]`.
|
|
30829
|
+
*
|
|
30830
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
30831
|
+
*/
|
|
30832
|
+
setSelectionColor(
|
|
30833
|
+
/**
|
|
30834
|
+
* New value for property `selectionColor`
|
|
30835
|
+
*/
|
|
30836
|
+
sSelectionColor?: float[]
|
|
30837
|
+
): this;
|
|
30838
|
+
}
|
|
30839
|
+
|
|
30840
|
+
export interface $PointCloudSelectionToolSettings extends $ToolSettings {
|
|
30841
|
+
selectionColor?: float[] | PropertyBindingInfo | `{${string}}`;
|
|
30842
|
+
|
|
30843
|
+
groupAdded?: (oEvent: Event) => void;
|
|
30844
|
+
|
|
30845
|
+
groupRemoved?: (oEvent: Event) => void;
|
|
30846
|
+
|
|
30847
|
+
currentGroupChanged?: (oEvent: Event) => void;
|
|
30848
|
+
}
|
|
30849
|
+
|
|
30850
|
+
export interface PointCloudSelectionTool$CurrentGroupChangedEventParameters {}
|
|
30851
|
+
|
|
30852
|
+
export type PointCloudSelectionTool$CurrentGroupChangedEvent = Event<
|
|
30853
|
+
PointCloudSelectionTool$CurrentGroupChangedEventParameters,
|
|
30854
|
+
PointCloudSelectionTool
|
|
30855
|
+
>;
|
|
30856
|
+
|
|
30857
|
+
export interface PointCloudSelectionTool$GroupAddedEventParameters {}
|
|
30858
|
+
|
|
30859
|
+
export type PointCloudSelectionTool$GroupAddedEvent = Event<
|
|
30860
|
+
PointCloudSelectionTool$GroupAddedEventParameters,
|
|
30861
|
+
PointCloudSelectionTool
|
|
30862
|
+
>;
|
|
30863
|
+
|
|
30864
|
+
export interface PointCloudSelectionTool$GroupRemovedEventParameters {}
|
|
30865
|
+
|
|
30866
|
+
export type PointCloudSelectionTool$GroupRemovedEvent = Event<
|
|
30867
|
+
PointCloudSelectionTool$GroupRemovedEventParameters,
|
|
30868
|
+
PointCloudSelectionTool
|
|
30869
|
+
>;
|
|
30870
|
+
}
|
|
30871
|
+
|
|
30512
30872
|
declare module "sap/ui/vk/tools/PredefinedView" {
|
|
30513
30873
|
/**
|
|
30514
30874
|
* Sets the predefined view type.
|
|
@@ -43221,6 +43581,22 @@ declare module "sap/ui/vk/ZoomTo" {
|
|
|
43221
43581
|
}
|
|
43222
43582
|
|
|
43223
43583
|
declare namespace sap {
|
|
43584
|
+
namespace ui {
|
|
43585
|
+
/**
|
|
43586
|
+
* SAPUI5 library with controls for displaying 3D models.
|
|
43587
|
+
*/
|
|
43588
|
+
namespace vk {
|
|
43589
|
+
/**
|
|
43590
|
+
* @since 1.50.0
|
|
43591
|
+
*
|
|
43592
|
+
* Retrieve the {@link sap.ui.vk.Core Core} instance for the current window.
|
|
43593
|
+
*
|
|
43594
|
+
* @returns the API of the current Core instance.
|
|
43595
|
+
*/
|
|
43596
|
+
function getCore(): /* was: sap.ui.vk.Core */ any;
|
|
43597
|
+
}
|
|
43598
|
+
}
|
|
43599
|
+
|
|
43224
43600
|
interface IUI5DefineDependencyNames {
|
|
43225
43601
|
"sap/ui/vk/AnimationPlayer": undefined;
|
|
43226
43602
|
|
|
@@ -43448,6 +43824,8 @@ declare namespace sap {
|
|
|
43448
43824
|
|
|
43449
43825
|
"sap/ui/vk/tools/MoveTool": undefined;
|
|
43450
43826
|
|
|
43827
|
+
"sap/ui/vk/tools/PointCloudSelectionTool": undefined;
|
|
43828
|
+
|
|
43451
43829
|
"sap/ui/vk/tools/PredefinedView": undefined;
|
|
43452
43830
|
|
|
43453
43831
|
"sap/ui/vk/tools/RectSelectTool": undefined;
|
package/types/sap.ui.vtm.d.ts
CHANGED
|
@@ -1,73 +1,8 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.119.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/vtm/library" {
|
|
4
4
|
import Vtm from "sap/ui/vtm/Vtm";
|
|
5
5
|
|
|
6
|
-
/**
|
|
7
|
-
* The AXIS1X component.
|
|
8
|
-
*/
|
|
9
|
-
export const AXIS1X: int;
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* The AXIS1Y component.
|
|
13
|
-
*/
|
|
14
|
-
export const AXIS1Y: int;
|
|
15
|
-
|
|
16
|
-
/**
|
|
17
|
-
* The AXIS1Z component.
|
|
18
|
-
*/
|
|
19
|
-
export const AXIS1Z: int;
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* The AXIS2X component.
|
|
23
|
-
*/
|
|
24
|
-
export const AXIS2X: int;
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* The AXIS2Y component.
|
|
28
|
-
*/
|
|
29
|
-
export const AXIS2Y: int;
|
|
30
|
-
|
|
31
|
-
/**
|
|
32
|
-
* The AXIS2Z component.
|
|
33
|
-
*/
|
|
34
|
-
export const AXIS2Z: int;
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* The AXIS3X component.
|
|
38
|
-
*/
|
|
39
|
-
export const AXIS3X: int;
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
* The AXIS3Y component.
|
|
43
|
-
*/
|
|
44
|
-
export const AXIS3Y: int;
|
|
45
|
-
|
|
46
|
-
/**
|
|
47
|
-
* The AXIS3Z component.
|
|
48
|
-
*/
|
|
49
|
-
export const AXIS3Z: int;
|
|
50
|
-
|
|
51
|
-
/**
|
|
52
|
-
* The LOCX (X axis translation) component.
|
|
53
|
-
*/
|
|
54
|
-
export const LOCX: int;
|
|
55
|
-
|
|
56
|
-
/**
|
|
57
|
-
* The LOCY (Y axis translation) component.
|
|
58
|
-
*/
|
|
59
|
-
export const LOCY: int;
|
|
60
|
-
|
|
61
|
-
/**
|
|
62
|
-
* The LOCZ (Z axis translation) component.
|
|
63
|
-
*/
|
|
64
|
-
export const LOCZ: int;
|
|
65
|
-
|
|
66
|
-
/**
|
|
67
|
-
* The SCALE component (there is only one scale component for all axes).
|
|
68
|
-
*/
|
|
69
|
-
export const SCALE: int;
|
|
70
|
-
|
|
71
6
|
/**
|
|
72
7
|
* Creates an instance of {@link sap.ui.vtm.Vtm} with a default set of extensions.
|
|
73
8
|
*
|
|
@@ -10731,6 +10666,83 @@ declare module "sap/ui/vtm/Vtm" {
|
|
|
10731
10666
|
}
|
|
10732
10667
|
|
|
10733
10668
|
declare namespace sap {
|
|
10669
|
+
namespace ui {
|
|
10670
|
+
/**
|
|
10671
|
+
* @deprecated (since 1.96.10)
|
|
10672
|
+
* @experimental (since 1.50.0) - This library is experimental and might be modified or removed in future
|
|
10673
|
+
* versions.
|
|
10674
|
+
*
|
|
10675
|
+
* SAPUI5 library with controls to visualize, map and restructure hierarchical business data that maps to
|
|
10676
|
+
* 3D objects.
|
|
10677
|
+
*/
|
|
10678
|
+
namespace vtm {
|
|
10679
|
+
/**
|
|
10680
|
+
* The AXIS1X component.
|
|
10681
|
+
*/
|
|
10682
|
+
export const AXIS1X: int;
|
|
10683
|
+
|
|
10684
|
+
/**
|
|
10685
|
+
* The AXIS1Y component.
|
|
10686
|
+
*/
|
|
10687
|
+
export const AXIS1Y: int;
|
|
10688
|
+
|
|
10689
|
+
/**
|
|
10690
|
+
* The AXIS1Z component.
|
|
10691
|
+
*/
|
|
10692
|
+
export const AXIS1Z: int;
|
|
10693
|
+
|
|
10694
|
+
/**
|
|
10695
|
+
* The AXIS2X component.
|
|
10696
|
+
*/
|
|
10697
|
+
export const AXIS2X: int;
|
|
10698
|
+
|
|
10699
|
+
/**
|
|
10700
|
+
* The AXIS2Y component.
|
|
10701
|
+
*/
|
|
10702
|
+
export const AXIS2Y: int;
|
|
10703
|
+
|
|
10704
|
+
/**
|
|
10705
|
+
* The AXIS2Z component.
|
|
10706
|
+
*/
|
|
10707
|
+
export const AXIS2Z: int;
|
|
10708
|
+
|
|
10709
|
+
/**
|
|
10710
|
+
* The AXIS3X component.
|
|
10711
|
+
*/
|
|
10712
|
+
export const AXIS3X: int;
|
|
10713
|
+
|
|
10714
|
+
/**
|
|
10715
|
+
* The AXIS3Y component.
|
|
10716
|
+
*/
|
|
10717
|
+
export const AXIS3Y: int;
|
|
10718
|
+
|
|
10719
|
+
/**
|
|
10720
|
+
* The AXIS3Z component.
|
|
10721
|
+
*/
|
|
10722
|
+
export const AXIS3Z: int;
|
|
10723
|
+
|
|
10724
|
+
/**
|
|
10725
|
+
* The LOCX (X axis translation) component.
|
|
10726
|
+
*/
|
|
10727
|
+
export const LOCX: int;
|
|
10728
|
+
|
|
10729
|
+
/**
|
|
10730
|
+
* The LOCY (Y axis translation) component.
|
|
10731
|
+
*/
|
|
10732
|
+
export const LOCY: int;
|
|
10733
|
+
|
|
10734
|
+
/**
|
|
10735
|
+
* The LOCZ (Z axis translation) component.
|
|
10736
|
+
*/
|
|
10737
|
+
export const LOCZ: int;
|
|
10738
|
+
|
|
10739
|
+
/**
|
|
10740
|
+
* The SCALE component (there is only one scale component for all axes).
|
|
10741
|
+
*/
|
|
10742
|
+
export const SCALE: int;
|
|
10743
|
+
}
|
|
10744
|
+
}
|
|
10745
|
+
|
|
10734
10746
|
interface IUI5DefineDependencyNames {
|
|
10735
10747
|
"sap/ui/vtm/ArrayUtilities": undefined;
|
|
10736
10748
|
|