@sapui5/ts-types 1.136.9 → 1.136.11

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.
Files changed (55) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +1 -1
  3. package/types/{mdc-1.136.6-d.ts → mdc-1.136.7-d.ts} +1 -1
  4. package/types/sap.chart.d.ts +1 -1
  5. package/types/sap.f.d.ts +1 -1
  6. package/types/sap.fe.base.d.ts +1 -1
  7. package/types/sap.fe.controls.d.ts +1 -1
  8. package/types/sap.fe.core.d.ts +1 -1
  9. package/types/sap.fe.ina.d.ts +1 -1
  10. package/types/sap.fe.macros.d.ts +1 -1
  11. package/types/sap.fe.navigation.d.ts +1 -1
  12. package/types/sap.fe.placeholder.d.ts +1 -1
  13. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  14. package/types/sap.fe.templates.d.ts +1 -1
  15. package/types/sap.fe.test.d.ts +3 -3
  16. package/types/sap.fe.tools.d.ts +1 -1
  17. package/types/sap.gantt.d.ts +1 -1
  18. package/types/sap.insights.d.ts +1 -1
  19. package/types/sap.makit.d.ts +1 -1
  20. package/types/sap.me.d.ts +1 -1
  21. package/types/sap.ndc.d.ts +106 -2
  22. package/types/sap.ovp.d.ts +1 -1
  23. package/types/sap.sac.df.d.ts +1 -1
  24. package/types/sap.suite.ui.commons.d.ts +1 -1
  25. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  26. package/types/sap.suite.ui.microchart.d.ts +1 -1
  27. package/types/sap.tnt.d.ts +1 -1
  28. package/types/sap.ui.codeeditor.d.ts +1 -1
  29. package/types/sap.ui.commons.d.ts +1 -1
  30. package/types/sap.ui.comp.d.ts +1 -1
  31. package/types/sap.ui.dt.d.ts +1 -1
  32. package/types/sap.ui.export.d.ts +1 -1
  33. package/types/sap.ui.fl.d.ts +1 -1
  34. package/types/sap.ui.integration.d.ts +2 -2
  35. package/types/sap.ui.layout.d.ts +1 -1
  36. package/types/sap.ui.richtexteditor.d.ts +1 -1
  37. package/types/sap.ui.rta.d.ts +1 -1
  38. package/types/sap.ui.suite.d.ts +1 -1
  39. package/types/sap.ui.support.d.ts +1 -1
  40. package/types/sap.ui.table.d.ts +1 -1
  41. package/types/sap.ui.testrecorder.d.ts +1 -1
  42. package/types/sap.ui.unified.d.ts +1 -1
  43. package/types/sap.ui.ux3.d.ts +1 -1
  44. package/types/sap.ui.vk.d.ts +347 -9
  45. package/types/sap.ui.webc.common.d.ts +1 -1
  46. package/types/sap.ui.webc.fiori.d.ts +1 -1
  47. package/types/sap.ui.webc.main.d.ts +1 -1
  48. package/types/sap.uiext.inbox.d.ts +1 -1
  49. package/types/sap.ushell.d.ts +1 -1
  50. package/types/sap.ushell_abap.d.ts +1 -1
  51. package/types/sap.uxap.d.ts +1 -1
  52. package/types/sap.viz.d.ts +1 -1
  53. package/types/sap.zen.commons.d.ts +1 -1
  54. package/types/sap.zen.crosstab.d.ts +1 -1
  55. package/types/sap.zen.dsh.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types",
3
- "version": "1.136.9",
3
+ "version": "1.136.11",
4
4
  "description": "SAPUI5 TypeScript Definitions",
5
5
  "homepage": "https://ui5.sap.com",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/index.d.ts CHANGED
@@ -32,7 +32,7 @@
32
32
  /// <reference path="./sap.ui.integration.d.ts"/>
33
33
  /// <reference path="./sap.ui.layout.d.ts"/>
34
34
  /// <reference path="./sap.makit.d.ts"/>
35
- /// <reference path="./mdc-1.136.6-d.ts"/>
35
+ /// <reference path="./mdc-1.136.7-d.ts"/>
36
36
  /// <reference path="./mobile-1.136.2-d.ts"/>
37
37
  /// <reference path="./sap.me.d.ts"/>
38
38
  /// <reference path="./sap.ndc.d.ts"/>
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.6
1
+ // For Library Version: 1.136.7
2
2
 
3
3
  declare module "sap/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.7
1
+ // For Library Version: 1.136.8
2
2
 
3
3
  declare namespace sap {
4
4
  /**
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.7
1
+ // For Library Version: 1.136.8
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -3616,7 +3616,7 @@ declare namespace sap {
3616
3616
  * ```javascript
3617
3617
  * .run(mSettings, Journey1, Journey2, ...)```
3618
3618
  */
3619
- _vJourneys: Array<() => void> | string[]
3619
+ _vJourneys: Array<Function> | string[]
3620
3620
  ): object;
3621
3621
  /**
3622
3622
  * Executes the journeys in the given order.
@@ -3634,7 +3634,7 @@ declare namespace sap {
3634
3634
  * ```javascript
3635
3635
  * .run(mSettings, Journey1, Journey2, ...)```
3636
3636
  */
3637
- _vJourneys: Array<() => void> | string[]
3637
+ _vJourneys: Array<Function> | string[]
3638
3638
  ): object;
3639
3639
  }
3640
3640
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.9
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.5
1
+ // For Library Version: 1.136.6
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.5
1
+ // For Library Version: 1.136.6
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.7
1
+ // For Library Version: 1.136.8
2
2
 
3
3
  declare namespace sap {
4
4
  /**
package/types/sap.me.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.7
1
+ // For Library Version: 1.136.8
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.7
1
+ // For Library Version: 1.136.8
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -88,8 +88,19 @@ declare namespace sap {
88
88
  inputLiveUpdate?: (
89
89
  oEvent: BarcodeScannerButton$InputLiveUpdateEvent
90
90
  ) => void;
91
+
92
+ /**
93
+ * Event is fired when either the cancel button in the scan dialog is pressed, or no scanning library is
94
+ * available. If unset, the default input dialog will be used.
95
+ */
96
+ customInput?: (oEvent: sap.ui.base.Event) => void;
91
97
  }
92
98
 
99
+ /**
100
+ * Parameters of the BarcodeScannerButton#customInput event.
101
+ */
102
+ interface BarcodeScannerButton$CustomInputEventParameters {}
103
+
93
104
  /**
94
105
  * Parameters of the BarcodeScannerButton#inputLiveUpdate event.
95
106
  */
@@ -330,7 +341,12 @@ declare namespace sap {
330
341
  /**
331
342
  * Flag, which defines whether the Barcode input dialog should be shown.
332
343
  */
333
- disableBarcodeInputDialog?: boolean
344
+ disableBarcodeInputDialog?: boolean,
345
+ /**
346
+ * Function to be called when either the cancel button in the scan dialog is pressed, or no scanning library
347
+ * is available. If unset, the default input dialog will be used.
348
+ */
349
+ customInput?: Function
334
350
  ): void;
335
351
  /**
336
352
  * Set the configs of the control Barcode Scanner.
@@ -468,6 +484,55 @@ declare namespace sap {
468
484
  * @returns Metadata object describing this class
469
485
  */
470
486
  static getMetadata(): sap.ui.core.ElementMetadata;
487
+ /**
488
+ * Attaches event handler `fnFunction` to the {@link #event:customInput customInput} event of this `sap.ndc.BarcodeScannerButton`.
489
+ *
490
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
491
+ * otherwise it will be bound to this `sap.ndc.BarcodeScannerButton` itself.
492
+ *
493
+ * Event is fired when either the cancel button in the scan dialog is pressed, or no scanning library is
494
+ * available. If unset, the default input dialog will be used.
495
+ *
496
+ *
497
+ * @returns Reference to `this` in order to allow method chaining
498
+ */
499
+ attachCustomInput(
500
+ /**
501
+ * An application-specific payload object that will be passed to the event handler along with the event
502
+ * object when firing the event
503
+ */
504
+ oData: object,
505
+ /**
506
+ * The function to be called when the event occurs
507
+ */
508
+ fnFunction: (p1: sap.ui.base.Event) => void,
509
+ /**
510
+ * Context object to call the event handler with. Defaults to this `sap.ndc.BarcodeScannerButton` itself
511
+ */
512
+ oListener?: object
513
+ ): this;
514
+ /**
515
+ * Attaches event handler `fnFunction` to the {@link #event:customInput customInput} event of this `sap.ndc.BarcodeScannerButton`.
516
+ *
517
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
518
+ * otherwise it will be bound to this `sap.ndc.BarcodeScannerButton` itself.
519
+ *
520
+ * Event is fired when either the cancel button in the scan dialog is pressed, or no scanning library is
521
+ * available. If unset, the default input dialog will be used.
522
+ *
523
+ *
524
+ * @returns Reference to `this` in order to allow method chaining
525
+ */
526
+ attachCustomInput(
527
+ /**
528
+ * The function to be called when the event occurs
529
+ */
530
+ fnFunction: (p1: sap.ui.base.Event) => void,
531
+ /**
532
+ * Context object to call the event handler with. Defaults to this `sap.ndc.BarcodeScannerButton` itself
533
+ */
534
+ oListener?: object
535
+ ): this;
471
536
  /**
472
537
  * Attaches event handler `fnFunction` to the {@link #event:inputLiveUpdate inputLiveUpdate} event of this
473
538
  * `sap.ndc.BarcodeScannerButton`.
@@ -611,6 +676,24 @@ declare namespace sap {
611
676
  */
612
677
  oListener?: object
613
678
  ): this;
679
+ /**
680
+ * Detaches event handler `fnFunction` from the {@link #event:customInput customInput} event of this `sap.ndc.BarcodeScannerButton`.
681
+ *
682
+ * The passed function and listener object must match the ones used for event registration.
683
+ *
684
+ *
685
+ * @returns Reference to `this` in order to allow method chaining
686
+ */
687
+ detachCustomInput(
688
+ /**
689
+ * The function to be called, when the event occurs
690
+ */
691
+ fnFunction: (p1: sap.ui.base.Event) => void,
692
+ /**
693
+ * Context object on which the given function had to be called
694
+ */
695
+ oListener?: object
696
+ ): this;
614
697
  /**
615
698
  * Detaches event handler `fnFunction` from the {@link #event:inputLiveUpdate inputLiveUpdate} event of
616
699
  * this `sap.ndc.BarcodeScannerButton`.
@@ -666,6 +749,19 @@ declare namespace sap {
666
749
  */
667
750
  oListener?: object
668
751
  ): this;
752
+ /**
753
+ * Fires event {@link #event:customInput customInput} to attached listeners.
754
+ *
755
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
756
+ *
757
+ * @returns Reference to `this` in order to allow method chaining
758
+ */
759
+ fireCustomInput(
760
+ /**
761
+ * Parameters to pass along with the event
762
+ */
763
+ mParameters?: object
764
+ ): this;
669
765
  /**
670
766
  * Fires event {@link #event:inputLiveUpdate inputLiveUpdate} to attached listeners.
671
767
  *
@@ -925,6 +1021,14 @@ declare namespace sap {
925
1021
  ): this;
926
1022
  }
927
1023
 
1024
+ /**
1025
+ * Event object of the BarcodeScannerButton#customInput event.
1026
+ */
1027
+ type BarcodeScannerButton$CustomInputEvent = sap.ui.base.Event<
1028
+ BarcodeScannerButton$CustomInputEventParameters,
1029
+ BarcodeScannerButton
1030
+ >;
1031
+
928
1032
  /**
929
1033
  * Event object of the BarcodeScannerButton#inputLiveUpdate event.
930
1034
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.5
1
+ // For Library Version: 1.136.6
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.10
1
+ // For Library Version: 1.136.12
2
2
 
3
3
  declare namespace sap {
4
4
  namespace sac {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.5
1
+ // For Library Version: 1.136.6
2
2
 
3
3
  declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.8
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.7
1
+ // For Library Version: 1.136.8
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.7
1
+ // For Library Version: 1.136.8
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.7
1
+ // For Library Version: 1.136.8
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.7
1
+ // For Library Version: 1.136.8
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.7
1
+ // For Library Version: 1.136.8
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.7
1
+ // For Library Version: 1.136.8
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.7
1
+ // For Library Version: 1.136.8
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.7
1
+ // For Library Version: 1.136.8
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.7
1
+ // For Library Version: 1.136.8
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -3513,7 +3513,7 @@ declare namespace sap {
3513
3513
  *
3514
3514
  * @returns Value of property `formatters`
3515
3515
  */
3516
- getFormatters(): Record<string, () => void> | undefined;
3516
+ getFormatters(): Record<string, Function> | undefined;
3517
3517
  /**
3518
3518
  * Override this method to lazy load dependencies for the extension.
3519
3519
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.7
1
+ // For Library Version: 1.136.8
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.7
1
+ // For Library Version: 1.136.8
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.7
1
+ // For Library Version: 1.136.8
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.7
1
+ // For Library Version: 1.136.8
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.7
1
+ // For Library Version: 1.136.8
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.7
1
+ // For Library Version: 1.136.8
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.7
1
+ // For Library Version: 1.136.8
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.7
1
+ // For Library Version: 1.136.8
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.7
1
+ // For Library Version: 1.136.8
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -2561,7 +2561,17 @@ declare namespace sap {
2561
2561
  * Describes the settings that can be provided to the LayersPanel constructor.
2562
2562
  */
2563
2563
  interface $LayersPanelSettings extends sap.ui.core.$ControlSettings {
2564
- content?: sap.m.ScrollContainer;
2564
+ width?:
2565
+ | sap.ui.core.CSSSize
2566
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
2567
+ | `{${string}}`;
2568
+
2569
+ height?:
2570
+ | sap.ui.core.CSSSize
2571
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
2572
+ | `{${string}}`;
2573
+
2574
+ content?: sap.ui.core.Control;
2565
2575
 
2566
2576
  /**
2567
2577
  * An association to the `ContentConnector` instance that manages content resources.
@@ -2743,17 +2753,35 @@ declare namespace sap {
2743
2753
  /**
2744
2754
  * Gets content of aggregation {@link #getContent content}.
2745
2755
  */
2746
- getContent(): sap.m.ScrollContainer;
2756
+ getContent(): sap.ui.core.Control;
2747
2757
  /**
2748
2758
  * ID of the element which is the current target of the association {@link #getContentConnector contentConnector},
2749
2759
  * or `null`.
2750
2760
  */
2751
2761
  getContentConnector(): sap.ui.core.ID | null;
2762
+ /**
2763
+ * Gets current value of property {@link #getHeight height}.
2764
+ *
2765
+ * Default value is `"100%"`.
2766
+ *
2767
+ *
2768
+ * @returns Value of property `height`
2769
+ */
2770
+ getHeight(): sap.ui.core.CSSSize;
2752
2771
  /**
2753
2772
  * ID of the element which is the current target of the association {@link #getViewStateManager viewStateManager},
2754
2773
  * or `null`.
2755
2774
  */
2756
2775
  getViewStateManager(): sap.ui.core.ID | null;
2776
+ /**
2777
+ * Gets current value of property {@link #getWidth width}.
2778
+ *
2779
+ * Default value is `"auto"`.
2780
+ *
2781
+ *
2782
+ * @returns Value of property `width`
2783
+ */
2784
+ getWidth(): sap.ui.core.CSSSize;
2757
2785
  /**
2758
2786
  * Sets the aggregated {@link #getContent content}.
2759
2787
  *
@@ -2764,7 +2792,7 @@ declare namespace sap {
2764
2792
  /**
2765
2793
  * The content to set
2766
2794
  */
2767
- oContent: sap.m.ScrollContainer
2795
+ oContent: sap.ui.core.Control
2768
2796
  ): this;
2769
2797
  /**
2770
2798
  * Sets the associated {@link #getContentConnector contentConnector}.
@@ -2779,6 +2807,22 @@ declare namespace sap {
2779
2807
  */
2780
2808
  oContentConnector: sap.ui.core.ID | sap.ui.vk.ContentConnector
2781
2809
  ): this;
2810
+ /**
2811
+ * Sets a new value for property {@link #getHeight height}.
2812
+ *
2813
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2814
+ *
2815
+ * Default value is `"100%"`.
2816
+ *
2817
+ *
2818
+ * @returns Reference to `this` in order to allow method chaining
2819
+ */
2820
+ setHeight(
2821
+ /**
2822
+ * New value for property `height`
2823
+ */
2824
+ sHeight?: sap.ui.core.CSSSize
2825
+ ): this;
2782
2826
  /**
2783
2827
  * Sets the associated {@link #getViewStateManager viewStateManager}.
2784
2828
  *
@@ -2792,6 +2836,22 @@ declare namespace sap {
2792
2836
  */
2793
2837
  oViewStateManager: sap.ui.core.ID | sap.ui.vk.ViewStateManagerBase
2794
2838
  ): this;
2839
+ /**
2840
+ * Sets a new value for property {@link #getWidth width}.
2841
+ *
2842
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2843
+ *
2844
+ * Default value is `"auto"`.
2845
+ *
2846
+ *
2847
+ * @returns Reference to `this` in order to allow method chaining
2848
+ */
2849
+ setWidth(
2850
+ /**
2851
+ * New value for property `width`
2852
+ */
2853
+ sWidth?: sap.ui.core.CSSSize
2854
+ ): this;
2795
2855
  }
2796
2856
 
2797
2857
  /**
@@ -18475,6 +18535,8 @@ declare namespace sap {
18475
18535
  | `{${string}}`;
18476
18536
 
18477
18537
  /**
18538
+ * The source type of the content resource. Valid types:
18539
+ *
18478
18540
  *
18479
18541
  * - vds
18480
18542
  * - vds4
@@ -20148,6 +20210,54 @@ declare namespace sap {
20148
20210
  | sap.ui.base.ManagedObject.PropertyBindingInfo
20149
20211
  | `{${string}}`;
20150
20212
 
20213
+ /**
20214
+ * Disables the ECAD layers panel control
20215
+ */
20216
+ enableLayersPanel?:
20217
+ | boolean
20218
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
20219
+ | `{${string}}`;
20220
+
20221
+ /**
20222
+ * Shows or hides the ECAD layers panel control
20223
+ */
20224
+ showLayersPanel?:
20225
+ | boolean
20226
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
20227
+ | `{${string}}`;
20228
+
20229
+ /**
20230
+ * Disables the ECAD elements panel control
20231
+ */
20232
+ enableElementsPanel?:
20233
+ | boolean
20234
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
20235
+ | `{${string}}`;
20236
+
20237
+ /**
20238
+ * Shows or hides the ECAD elements panel control
20239
+ */
20240
+ showElementsPanel?:
20241
+ | boolean
20242
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
20243
+ | `{${string}}`;
20244
+
20245
+ /**
20246
+ * Disables the page gallery control
20247
+ */
20248
+ enablePageGallery?:
20249
+ | boolean
20250
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
20251
+ | `{${string}}`;
20252
+
20253
+ /**
20254
+ * Shows or hides the page gallery control
20255
+ */
20256
+ showPageGallery?:
20257
+ | boolean
20258
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
20259
+ | `{${string}}`;
20260
+
20151
20261
  /**
20152
20262
  * Shows or hides Toolbar control
20153
20263
  */
@@ -20252,6 +20362,14 @@ declare namespace sap {
20252
20362
  | sap.ui.base.ManagedObject.PropertyBindingInfo
20253
20363
  | `{${string}}`;
20254
20364
 
20365
+ /**
20366
+ * Shows or hides showing of all hotspots toggle button
20367
+ */
20368
+ hotspotsEnabled?:
20369
+ | boolean
20370
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
20371
+ | `{${string}}`;
20372
+
20255
20373
  /**
20256
20374
  * Enables or disables showing of all hotspots
20257
20375
  */
@@ -25823,6 +25941,8 @@ declare namespace sap {
25823
25941
  /**
25824
25942
  * Gets current value of property {@link #getSourceType sourceType}.
25825
25943
  *
25944
+ * The source type of the content resource. Valid types:
25945
+ *
25826
25946
  *
25827
25947
  * - vds
25828
25948
  * - vds4
@@ -26239,6 +26359,8 @@ declare namespace sap {
26239
26359
  /**
26240
26360
  * Sets a new value for property {@link #getSourceType sourceType}.
26241
26361
  *
26362
+ * The source type of the content resource. Valid types:
26363
+ *
26242
26364
  *
26243
26365
  * - vds
26244
26366
  * - vds4
@@ -38620,7 +38742,12 @@ declare namespace sap {
38620
38742
  *
38621
38743
  * @returns `this` to allow method chaining.
38622
38744
  */
38623
- activateFullScreenMode(): this;
38745
+ activateFullScreenMode(
38746
+ /**
38747
+ * If `true`, it activates full screen mode; if `false`, it deactivates full screen mode.
38748
+ */
38749
+ value: boolean
38750
+ ): this;
38624
38751
  /**
38625
38752
  * Activates the redline design control.
38626
38753
  *
@@ -39309,6 +39436,28 @@ declare namespace sap {
39309
39436
  * Content resources to load and display in the Viewer control.
39310
39437
  */
39311
39438
  getContentResources(): sap.ui.vk.ContentResource[];
39439
+ /**
39440
+ * Gets current value of property {@link #getEnableElementsPanel enableElementsPanel}.
39441
+ *
39442
+ * Disables the ECAD elements panel control
39443
+ *
39444
+ * Default value is `true`.
39445
+ *
39446
+ *
39447
+ * @returns Value of property `enableElementsPanel`
39448
+ */
39449
+ getEnableElementsPanel(): boolean;
39450
+ /**
39451
+ * Gets current value of property {@link #getEnableLayersPanel enableLayersPanel}.
39452
+ *
39453
+ * Disables the ECAD layers panel control
39454
+ *
39455
+ * Default value is `true`.
39456
+ *
39457
+ *
39458
+ * @returns Value of property `enableLayersPanel`
39459
+ */
39460
+ getEnableLayersPanel(): boolean;
39312
39461
  /**
39313
39462
  * Gets current value of property {@link #getEnableMiniMap enableMiniMap}.
39314
39463
  *
@@ -39331,6 +39480,17 @@ declare namespace sap {
39331
39480
  * @returns Value of property `enableNotifications`
39332
39481
  */
39333
39482
  getEnableNotifications(): boolean;
39483
+ /**
39484
+ * Gets current value of property {@link #getEnablePageGallery enablePageGallery}.
39485
+ *
39486
+ * Disables the page gallery control
39487
+ *
39488
+ * Default value is `true`.
39489
+ *
39490
+ *
39491
+ * @returns Value of property `enablePageGallery`
39492
+ */
39493
+ getEnablePageGallery(): boolean;
39334
39494
  /**
39335
39495
  * Gets current value of property {@link #getEnableProgressIndicator enableProgressIndicator}.
39336
39496
  *
@@ -39398,7 +39558,7 @@ declare namespace sap {
39398
39558
  *
39399
39559
  * Color used for highlighting Smart2D hotspots in the CSS Color format.
39400
39560
  *
39401
- * Default value is `"rgba(255, 0, 0, 0.7529411764705882)"`.
39561
+ * Default value is `"rgba(89, 0, 0, 0.73)"`.
39402
39562
  *
39403
39563
  *
39404
39564
  * @returns Value of property `hotspotColor`
@@ -39409,12 +39569,23 @@ declare namespace sap {
39409
39569
  *
39410
39570
  * Color used for highlighting Smart2D hotspots in the ABGR format.
39411
39571
  *
39412
- * Default value is `0xc00000ff`.
39572
+ * Default value is `0x590000BB`.
39413
39573
  *
39414
39574
  *
39415
39575
  * @returns Value of property `hotspotColorABGR`
39416
39576
  */
39417
39577
  getHotspotColorABGR(): int;
39578
+ /**
39579
+ * Gets current value of property {@link #getHotspotsEnabled hotspotsEnabled}.
39580
+ *
39581
+ * Shows or hides showing of all hotspots toggle button
39582
+ *
39583
+ * Default value is `true`.
39584
+ *
39585
+ *
39586
+ * @returns Value of property `hotspotsEnabled`
39587
+ */
39588
+ getHotspotsEnabled(): boolean;
39418
39589
  /**
39419
39590
  * Gets the 2D viewport used for displaying format natively supported by the browser - 2D images etc.
39420
39591
  *
@@ -39516,6 +39687,28 @@ declare namespace sap {
39516
39687
  * @returns Value of property `showDrawerToolbar`
39517
39688
  */
39518
39689
  getShowDrawerToolbar(): boolean;
39690
+ /**
39691
+ * Gets current value of property {@link #getShowElementsPanel showElementsPanel}.
39692
+ *
39693
+ * Shows or hides the ECAD elements panel control
39694
+ *
39695
+ * Default value is `true`.
39696
+ *
39697
+ *
39698
+ * @returns Value of property `showElementsPanel`
39699
+ */
39700
+ getShowElementsPanel(): boolean;
39701
+ /**
39702
+ * Gets current value of property {@link #getShowLayersPanel showLayersPanel}.
39703
+ *
39704
+ * Shows or hides the ECAD layers panel control
39705
+ *
39706
+ * Default value is `true`.
39707
+ *
39708
+ *
39709
+ * @returns Value of property `showLayersPanel`
39710
+ */
39711
+ getShowLayersPanel(): boolean;
39519
39712
  /**
39520
39713
  * Gets current value of property {@link #getShowMiniMap showMiniMap}.
39521
39714
  *
@@ -39527,6 +39720,17 @@ declare namespace sap {
39527
39720
  * @returns Value of property `showMiniMap`
39528
39721
  */
39529
39722
  getShowMiniMap(): boolean;
39723
+ /**
39724
+ * Gets current value of property {@link #getShowPageGallery showPageGallery}.
39725
+ *
39726
+ * Shows or hides the page gallery control
39727
+ *
39728
+ * Default value is `true`.
39729
+ *
39730
+ *
39731
+ * @returns Value of property `showPageGallery`
39732
+ */
39733
+ getShowPageGallery(): boolean;
39530
39734
  /**
39531
39735
  * Gets current value of property {@link #getShowSceneTree showSceneTree}.
39532
39736
  *
@@ -39707,6 +39911,42 @@ declare namespace sap {
39707
39911
  */
39708
39912
  handler: sap.ui.vk.DecryptionHandler
39709
39913
  ): this;
39914
+ /**
39915
+ * Sets a new value for property {@link #getEnableElementsPanel enableElementsPanel}.
39916
+ *
39917
+ * Disables the ECAD elements panel control
39918
+ *
39919
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
39920
+ *
39921
+ * Default value is `true`.
39922
+ *
39923
+ *
39924
+ * @returns Reference to `this` in order to allow method chaining
39925
+ */
39926
+ setEnableElementsPanel(
39927
+ /**
39928
+ * New value for property `enableElementsPanel`
39929
+ */
39930
+ bEnableElementsPanel?: boolean
39931
+ ): this;
39932
+ /**
39933
+ * Sets a new value for property {@link #getEnableLayersPanel enableLayersPanel}.
39934
+ *
39935
+ * Disables the ECAD layers panel control
39936
+ *
39937
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
39938
+ *
39939
+ * Default value is `true`.
39940
+ *
39941
+ *
39942
+ * @returns Reference to `this` in order to allow method chaining
39943
+ */
39944
+ setEnableLayersPanel(
39945
+ /**
39946
+ * New value for property `enableLayersPanel`
39947
+ */
39948
+ bEnableLayersPanel?: boolean
39949
+ ): this;
39710
39950
  /**
39711
39951
  * Sets a new value for property {@link #getEnableMiniMap enableMiniMap}.
39712
39952
  *
@@ -39743,6 +39983,24 @@ declare namespace sap {
39743
39983
  */
39744
39984
  bEnableNotifications?: boolean
39745
39985
  ): this;
39986
+ /**
39987
+ * Sets a new value for property {@link #getEnablePageGallery enablePageGallery}.
39988
+ *
39989
+ * Disables the page gallery control
39990
+ *
39991
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
39992
+ *
39993
+ * Default value is `true`.
39994
+ *
39995
+ *
39996
+ * @returns Reference to `this` in order to allow method chaining
39997
+ */
39998
+ setEnablePageGallery(
39999
+ /**
40000
+ * New value for property `enablePageGallery`
40001
+ */
40002
+ bEnablePageGallery?: boolean
40003
+ ): this;
39746
40004
  /**
39747
40005
  * Sets a new value for property {@link #getEnableProgressIndicator enableProgressIndicator}.
39748
40006
  *
@@ -39838,7 +40096,7 @@ declare namespace sap {
39838
40096
  *
39839
40097
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
39840
40098
  *
39841
- * Default value is `"rgba(255, 0, 0, 0.7529411764705882)"`.
40099
+ * Default value is `"rgba(89, 0, 0, 0.73)"`.
39842
40100
  *
39843
40101
  *
39844
40102
  * @returns Reference to `this` in order to allow method chaining
@@ -39856,7 +40114,7 @@ declare namespace sap {
39856
40114
  *
39857
40115
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
39858
40116
  *
39859
- * Default value is `0xc00000ff`.
40117
+ * Default value is `0x590000BB`.
39860
40118
  *
39861
40119
  *
39862
40120
  * @returns Reference to `this` in order to allow method chaining
@@ -39867,6 +40125,24 @@ declare namespace sap {
39867
40125
  */
39868
40126
  iHotspotColorABGR?: int
39869
40127
  ): this;
40128
+ /**
40129
+ * Sets a new value for property {@link #getHotspotsEnabled hotspotsEnabled}.
40130
+ *
40131
+ * Shows or hides showing of all hotspots toggle button
40132
+ *
40133
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
40134
+ *
40135
+ * Default value is `true`.
40136
+ *
40137
+ *
40138
+ * @returns Reference to `this` in order to allow method chaining
40139
+ */
40140
+ setHotspotsEnabled(
40141
+ /**
40142
+ * New value for property `hotspotsEnabled`
40143
+ */
40144
+ bHotspotsEnabled?: boolean
40145
+ ): this;
39870
40146
  /**
39871
40147
  * Sets a new value for property {@link #getOverlayStepNavigation overlayStepNavigation}.
39872
40148
  *
@@ -39980,6 +40256,42 @@ declare namespace sap {
39980
40256
  */
39981
40257
  bShowDrawerToolbar?: boolean
39982
40258
  ): this;
40259
+ /**
40260
+ * Sets a new value for property {@link #getShowElementsPanel showElementsPanel}.
40261
+ *
40262
+ * Shows or hides the ECAD elements panel control
40263
+ *
40264
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
40265
+ *
40266
+ * Default value is `true`.
40267
+ *
40268
+ *
40269
+ * @returns Reference to `this` in order to allow method chaining
40270
+ */
40271
+ setShowElementsPanel(
40272
+ /**
40273
+ * New value for property `showElementsPanel`
40274
+ */
40275
+ bShowElementsPanel?: boolean
40276
+ ): this;
40277
+ /**
40278
+ * Sets a new value for property {@link #getShowLayersPanel showLayersPanel}.
40279
+ *
40280
+ * Shows or hides the ECAD layers panel control
40281
+ *
40282
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
40283
+ *
40284
+ * Default value is `true`.
40285
+ *
40286
+ *
40287
+ * @returns Reference to `this` in order to allow method chaining
40288
+ */
40289
+ setShowLayersPanel(
40290
+ /**
40291
+ * New value for property `showLayersPanel`
40292
+ */
40293
+ bShowLayersPanel?: boolean
40294
+ ): this;
39983
40295
  /**
39984
40296
  * Sets a new value for property {@link #getShowMiniMap showMiniMap}.
39985
40297
  *
@@ -39998,6 +40310,24 @@ declare namespace sap {
39998
40310
  */
39999
40311
  bShowMiniMap?: boolean
40000
40312
  ): this;
40313
+ /**
40314
+ * Sets a new value for property {@link #getShowPageGallery showPageGallery}.
40315
+ *
40316
+ * Shows or hides the page gallery control
40317
+ *
40318
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
40319
+ *
40320
+ * Default value is `true`.
40321
+ *
40322
+ *
40323
+ * @returns Reference to `this` in order to allow method chaining
40324
+ */
40325
+ setShowPageGallery(
40326
+ /**
40327
+ * New value for property `showPageGallery`
40328
+ */
40329
+ bShowPageGallery?: boolean
40330
+ ): this;
40001
40331
  /**
40002
40332
  * Sets a new value for property {@link #getShowSceneTree showSceneTree}.
40003
40333
  *
@@ -45339,12 +45669,16 @@ declare namespace sap {
45339
45669
  enum DrawerToolbarButton {
45340
45670
  CrossSection = "VIT-Cross-Section",
45341
45671
 
45672
+ EcadSeparator = "VIT-ECAD-Separator",
45673
+
45342
45674
  FitToPage = "VIT-Fit-To-Page",
45343
45675
 
45344
45676
  FitToView = "VIT-Fit-To-View",
45345
45677
 
45346
45678
  FitToWidth = "VIT-Fit-To-Width",
45347
45679
 
45680
+ Flip = "VIT-Flip",
45681
+
45348
45682
  FullScreen = "VIT-Fullscreen",
45349
45683
 
45350
45684
  Hide = "VIT-Hide",
@@ -45367,6 +45701,10 @@ declare namespace sap {
45367
45701
 
45368
45702
  RectangularSelection = "VIT-Rectangular-Selection",
45369
45703
 
45704
+ RotateCCW = "VIT-Rotate-CCW",
45705
+
45706
+ RotateCW = "VIT-Rotate-CW",
45707
+
45370
45708
  Show = "VIT-Show",
45371
45709
 
45372
45710
  Turntable = "VIT-Turntable",
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.7
1
+ // For Library Version: 1.136.8
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.7
1
+ // For Library Version: 1.136.8
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.7
1
+ // For Library Version: 1.136.8
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.7
1
+ // For Library Version: 1.136.8
2
2
 
3
3
  declare namespace sap {
4
4
  namespace uiext {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.8
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.8
1
+ // For Library Version: 1.136.10
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.7
1
+ // For Library Version: 1.136.8
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.7
1
+ // For Library Version: 1.136.8
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.10
1
+ // For Library Version: 1.136.12
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.10
1
+ // For Library Version: 1.136.12
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.10
1
+ // For Library Version: 1.136.12
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {