@sapui5/ts-types-esm 1.143.1 → 1.144.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.
Files changed (70) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +7 -7
  3. package/types/sap.apf.d.ts +3 -1
  4. package/types/sap.ca.ui.d.ts +8 -1
  5. package/types/sap.chart.d.ts +4 -4
  6. package/types/sap.collaboration.d.ts +1 -1
  7. package/types/sap.esh.search.ui.d.ts +846 -285
  8. package/types/sap.f.d.ts +4 -4
  9. package/types/sap.fe.ariba.d.ts +1 -1
  10. package/types/sap.fe.base.d.ts +1 -1
  11. package/types/sap.fe.controls.d.ts +1 -1
  12. package/types/sap.fe.core.d.ts +33 -6
  13. package/types/sap.fe.ina.d.ts +1 -1
  14. package/types/sap.fe.macros.d.ts +3591 -3495
  15. package/types/sap.fe.navigation.d.ts +7 -7
  16. package/types/sap.fe.placeholder.d.ts +1 -1
  17. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  18. package/types/sap.fe.templates.d.ts +1 -1
  19. package/types/sap.fe.test.d.ts +18 -12
  20. package/types/sap.fe.tools.d.ts +1 -1
  21. package/types/sap.feedback.ui.d.ts +1 -1
  22. package/types/sap.gantt.d.ts +282 -10
  23. package/types/sap.insights.d.ts +1 -47
  24. package/types/{mobile-1.143.0-esm-d.ts → sap.m.d.ts} +298 -68
  25. package/types/sap.makit.d.ts +1 -1
  26. package/types/sap.me.d.ts +1 -1
  27. package/types/sap.ndc.d.ts +49 -21
  28. package/types/sap.ovp.d.ts +1 -1
  29. package/types/sap.rules.ui.d.ts +1 -1
  30. package/types/sap.sac.df.d.ts +1 -1
  31. package/types/sap.suite.ui.commons.d.ts +732 -6
  32. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  33. package/types/sap.suite.ui.microchart.d.ts +1 -1
  34. package/types/{tnt-1.143.0-esm-d.ts → sap.tnt.d.ts} +5 -1
  35. package/types/sap.ui.codeeditor.d.ts +1 -1
  36. package/types/{commons-1.143.0-esm-d.ts → sap.ui.commons.d.ts} +3469 -306
  37. package/types/sap.ui.comp.d.ts +3 -3
  38. package/types/{core-1.143.0-esm-d.ts → sap.ui.core.d.ts} +621 -166
  39. package/types/{dt-1.143.0-esm-d.ts → sap.ui.dt.d.ts} +1 -1
  40. package/types/sap.ui.export.d.ts +4 -4
  41. package/types/sap.ui.fl.d.ts +5 -5
  42. package/types/sap.ui.generic.app.d.ts +1 -1
  43. package/types/sap.ui.generic.template.d.ts +1 -1
  44. package/types/sap.ui.geomap.d.ts +1 -1
  45. package/types/sap.ui.integration.d.ts +1 -1
  46. package/types/sap.ui.layout.d.ts +18 -18
  47. package/types/{mdc-1.143.0-esm-d.ts → sap.ui.mdc.d.ts} +105 -67
  48. package/types/sap.ui.richtexteditor.d.ts +3 -3
  49. package/types/sap.ui.rta.d.ts +1 -1
  50. package/types/sap.ui.suite.d.ts +3 -1
  51. package/types/sap.ui.support.d.ts +1 -1
  52. package/types/sap.ui.table.d.ts +1 -1
  53. package/types/sap.ui.testrecorder.d.ts +1 -1
  54. package/types/sap.ui.unified.d.ts +126 -4
  55. package/types/{ux3-1.143.0-esm-d.ts → sap.ui.ux3.d.ts} +1 -1
  56. package/types/sap.ui.vbm.d.ts +1 -1
  57. package/types/sap.ui.vk.d.ts +139 -4
  58. package/types/sap.ui.vtm.d.ts +100 -1
  59. package/types/sap.ui.webc.common.d.ts +3 -1
  60. package/types/sap.ui.webc.fiori.d.ts +31 -1
  61. package/types/sap.ui.webc.main.d.ts +70 -1
  62. package/types/sap.uiext.inbox.d.ts +1 -1
  63. package/types/sap.ushell.d.ts +15 -1
  64. package/types/sap.ushell_abap.d.ts +1 -1
  65. package/types/sap.uxap.d.ts +1 -1
  66. package/types/sap.viz.d.ts +1 -1
  67. package/types/sap.webanalytics.core.d.ts +1 -1
  68. package/types/sap.zen.commons.d.ts +1 -1
  69. package/types/sap.zen.crosstab.d.ts +1 -1
  70. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.143.1
1
+ // For Library Version: 1.144.0
2
2
 
3
3
  declare module "sap/ui/richtexteditor/library" {
4
4
  /**
@@ -676,7 +676,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
676
676
  /**
677
677
  * Gets content of aggregation {@link #getCustomButtons customButtons}.
678
678
  *
679
- * Custom buttons are meant to extend the `RichTextEditor`'s custom toolbar. Though type is set to sap.ui.Control,
679
+ * Custom buttons are meant to extend the `RichTextEditor`'s custom toolbar. Though type is set to sap.ui.core.Control,
680
680
  * only sap.m.Button is allowed. **Note:** customButtons are available only when the `customToolbar` is
681
681
  * enabled and all the requirements are fulfilled.
682
682
  *
@@ -1857,7 +1857,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1857
1857
  footer?: Control;
1858
1858
 
1859
1859
  /**
1860
- * Custom buttons are meant to extend the `RichTextEditor`'s custom toolbar. Though type is set to sap.ui.Control,
1860
+ * Custom buttons are meant to extend the `RichTextEditor`'s custom toolbar. Though type is set to sap.ui.core.Control,
1861
1861
  * only sap.m.Button is allowed. **Note:** customButtons are available only when the `customToolbar` is
1862
1862
  * enabled and all the requirements are fulfilled.
1863
1863
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.143.1
1
+ // For Library Version: 1.144.0
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  import Control from "sap/ui/core/Control";
@@ -1,10 +1,12 @@
1
- // For Library Version: 1.143.1
1
+ // For Library Version: 1.144.0
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
5
5
  * Defined color values for the Task Circle Control
6
6
  *
7
7
  * This enum is part of the 'sap/ui/suite/library' module export and must be accessed by the property 'TaskCircleColor'.
8
+ *
9
+ * @deprecated As of version 1.108. because it is part of the deprecated package sap.ui.suite
8
10
  */
9
11
  export enum TaskCircleColor {
10
12
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.143.1
1
+ // For Library Version: 1.144.0
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.143.1
1
+ // For Library Version: 1.144.0
2
2
 
3
3
  declare module "sap/ui/table/library" {
4
4
  import TreeAutoExpandMode1 from "sap/ui/model/TreeAutoExpandMode";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.143.1
1
+ // For Library Version: 1.144.0
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.143.1
1
+ // For Library Version: 1.144.0
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -15548,7 +15548,7 @@ declare module "sap/ui/unified/FileUploader" {
15548
15548
  *
15549
15549
  * @since 1.25.0
15550
15550
  *
15551
- * @returns Reference to `this` for method chaining
15551
+ * @returns Reference to `this` for method chaining.
15552
15552
  */
15553
15553
  clear(): this;
15554
15554
  /**
@@ -16097,6 +16097,7 @@ declare module "sap/ui/unified/FileUploader" {
16097
16097
  * Default value is `empty string`.
16098
16098
  *
16099
16099
  * @since 1.26.0
16100
+ * @deprecated As of version 1.144. because it was relevant for `sap.ui.commons.FileUploader`.
16100
16101
  *
16101
16102
  * @returns Value of property `iconHovered`
16102
16103
  */
@@ -16124,10 +16125,18 @@ declare module "sap/ui/unified/FileUploader" {
16124
16125
  * Default value is `empty string`.
16125
16126
  *
16126
16127
  * @since 1.26.0
16128
+ * @deprecated As of version 1.144. because it was relevant for `sap.ui.commons.FileUploader`.
16127
16129
  *
16128
16130
  * @returns Value of property `iconSelected`
16129
16131
  */
16130
16132
  getIconSelected(): URI;
16133
+ /**
16134
+ * Returns the id that should be used by external labels pointing to the native input.
16135
+ *
16136
+ *
16137
+ * @returns ID of the native input element.
16138
+ */
16139
+ getIdForLabel(): string;
16131
16140
  /**
16132
16141
  * Gets current value of property {@link #getMaximumFilenameLength maximumFilenameLength}.
16133
16142
  *
@@ -16228,6 +16237,18 @@ declare module "sap/ui/unified/FileUploader" {
16228
16237
  */
16229
16238
  aBlobs: Blob[]
16230
16239
  ): Promise<Blob[]>;
16240
+ /**
16241
+ * Gets current value of property {@link #getRequired required}.
16242
+ *
16243
+ * Indicates whether the file uploader is required.
16244
+ *
16245
+ * Default value is `false`.
16246
+ *
16247
+ * @since 1.144
16248
+ *
16249
+ * @returns Value of property `required`
16250
+ */
16251
+ getRequired(): boolean;
16231
16252
  /**
16232
16253
  * Gets current value of property {@link #getSameFilenameAllowed sameFilenameAllowed}.
16233
16254
  *
@@ -16687,6 +16708,7 @@ declare module "sap/ui/unified/FileUploader" {
16687
16708
  * Default value is `empty string`.
16688
16709
  *
16689
16710
  * @since 1.26.0
16711
+ * @deprecated As of version 1.144. because it was relevant for `sap.ui.commons.FileUploader`.
16690
16712
  *
16691
16713
  * @returns Reference to `this` in order to allow method chaining
16692
16714
  */
@@ -16728,6 +16750,7 @@ declare module "sap/ui/unified/FileUploader" {
16728
16750
  * Default value is `empty string`.
16729
16751
  *
16730
16752
  * @since 1.26.0
16753
+ * @deprecated As of version 1.144. because it was relevant for `sap.ui.commons.FileUploader`.
16731
16754
  *
16732
16755
  * @returns Reference to `this` in order to allow method chaining
16733
16756
  */
@@ -16850,6 +16873,25 @@ declare module "sap/ui/unified/FileUploader" {
16850
16873
  */
16851
16874
  sPlaceholder?: string
16852
16875
  ): this;
16876
+ /**
16877
+ * Sets a new value for property {@link #getRequired required}.
16878
+ *
16879
+ * Indicates whether the file uploader is required.
16880
+ *
16881
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
16882
+ *
16883
+ * Default value is `false`.
16884
+ *
16885
+ * @since 1.144
16886
+ *
16887
+ * @returns Reference to `this` in order to allow method chaining
16888
+ */
16889
+ setRequired(
16890
+ /**
16891
+ * New value for property `required`
16892
+ */
16893
+ bRequired?: boolean
16894
+ ): this;
16853
16895
  /**
16854
16896
  * Sets a new value for property {@link #getSameFilenameAllowed sameFilenameAllowed}.
16855
16897
  *
@@ -17246,6 +17288,7 @@ declare module "sap/ui/unified/FileUploader" {
17246
17288
  * If not specified, the base icon is used. If an icon font icon is used, this property is ignored.
17247
17289
  *
17248
17290
  * @since 1.26.0
17291
+ * @deprecated As of version 1.144. because it was relevant for `sap.ui.commons.FileUploader`.
17249
17292
  */
17250
17293
  iconHovered?: URI | PropertyBindingInfo | `{${string}}`;
17251
17294
 
@@ -17256,6 +17299,7 @@ declare module "sap/ui/unified/FileUploader" {
17256
17299
  * If not specified, the base or hovered icon is used. If an icon font icon is used, this property is ignored.
17257
17300
  *
17258
17301
  * @since 1.26.0
17302
+ * @deprecated As of version 1.144. because it was relevant for `sap.ui.commons.FileUploader`.
17259
17303
  */
17260
17304
  iconSelected?: URI | PropertyBindingInfo | `{${string}}`;
17261
17305
 
@@ -17280,6 +17324,13 @@ declare module "sap/ui/unified/FileUploader" {
17280
17324
  */
17281
17325
  directory?: boolean | PropertyBindingInfo | `{${string}}`;
17282
17326
 
17327
+ /**
17328
+ * Indicates whether the file uploader is required.
17329
+ *
17330
+ * @since 1.144
17331
+ */
17332
+ required?: boolean | PropertyBindingInfo | `{${string}}`;
17333
+
17283
17334
  /**
17284
17335
  * The parameters for the `FileUploader` which are rendered as a hidden input field.
17285
17336
  *
@@ -17880,6 +17931,75 @@ declare module "sap/ui/unified/FileUploaderParameter" {
17880
17931
  }
17881
17932
  }
17882
17933
 
17934
+ declare module "sap/ui/unified/FileUploaderRenderer" {
17935
+ import RenderManager from "sap/ui/core/RenderManager";
17936
+
17937
+ import FileUploader from "sap/ui/unified/FileUploader";
17938
+
17939
+ /**
17940
+ * FileUploader renderer.
17941
+ *
17942
+ * @ui5-protected DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17943
+ */
17944
+ interface FileUploaderRenderer {
17945
+ /**
17946
+ * Adds the CSS value state classes to the control's root element using the provided {@link sap.ui.core.RenderManager}.
17947
+ *
17948
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
17949
+ */
17950
+ addValueStateClasses(
17951
+ /**
17952
+ * The RenderManager used for writing to the render output buffer.
17953
+ */
17954
+ oRm: RenderManager,
17955
+ /**
17956
+ * An object representation of the control that should be rendered.
17957
+ */
17958
+ oFileUploader: FileUploader
17959
+ ): void;
17960
+ /**
17961
+ * Returns the accessibility state of the control. Hook for the subclasses.
17962
+ *
17963
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
17964
+ *
17965
+ * @returns The accessibility state object.
17966
+ */
17967
+ getAccessibilityState(): /* was: sap.m.InputBaseAccessibilityState */ any;
17968
+ /**
17969
+ * Renders the hidden aria-describedby and error message nodes for accessibility.
17970
+ *
17971
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
17972
+ */
17973
+ renderValueStateAccDom(
17974
+ /**
17975
+ * The RenderManager used for writing to the render output buffer.
17976
+ */
17977
+ oRm: RenderManager,
17978
+ /**
17979
+ * An object representation of the control that should be rendered.
17980
+ */
17981
+ oFileUploader: FileUploader
17982
+ ): void;
17983
+ /**
17984
+ * Writes the accessibility state of the control. Hook for the subclasses.
17985
+ *
17986
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
17987
+ */
17988
+ writeAccessibilityState(
17989
+ /**
17990
+ * The RenderManager used for writing to the render output buffer.
17991
+ */
17992
+ oRm: RenderManager,
17993
+ /**
17994
+ * An object representation of the control that should be rendered.
17995
+ */
17996
+ oFileUploader: /* was: sap.m.InputBase */ any
17997
+ ): void;
17998
+ }
17999
+ const FileUploaderRenderer: FileUploaderRenderer;
18000
+ export default FileUploaderRenderer;
18001
+ }
18002
+
17883
18003
  declare module "sap/ui/unified/FileUploaderXHRSettings" {
17884
18004
  import { default as UI5Element, $ElementSettings } from "sap/ui/core/Element";
17885
18005
 
@@ -18444,7 +18564,7 @@ declare module "sap/ui/unified/Menu" {
18444
18564
  /**
18445
18565
  * Returns all items that have `selected` properties set to `true`. **Note:** Only items with `selected`
18446
18566
  * property set that are members of `MenuItemGroup` with `ItemSelectionMode` property set to {@link sap.ui.core.ItemSelectionMode.SingleSelect }
18447
- * or {@link sap.ui.unified.ItemSelectionMode.MultiSelect}> are taken into account.
18567
+ * or {@link sap.ui.core.ItemSelectionMode.MultiSelect}> are taken into account.
18448
18568
  *
18449
18569
  * @since 1.127.0
18450
18570
  *
@@ -19130,7 +19250,7 @@ declare module "sap/ui/unified/MenuItem" {
19130
19250
  * Determines whether the `MenuItem` is selected (default is set to `false`). A selected `MenuItem` has
19131
19251
  * a check mark rendered at its end. **Note: ** selection functionality works only if the menu item is a
19132
19252
  * member of `MenuItemGroup` with `itemSelectionMode` set to {@link sap.ui.core.ItemSelectionMode.SingleSelect }
19133
- * or {@link sap.ui.unified.ItemSelectionMode.MultiSelect}.
19253
+ * or {@link sap.ui.core.ItemSelectionMode.MultiSelect}.
19134
19254
  *
19135
19255
  * @since 1.127.0
19136
19256
  */
@@ -23316,6 +23436,8 @@ declare namespace sap {
23316
23436
 
23317
23437
  "sap/ui/unified/FileUploaderParameter": undefined;
23318
23438
 
23439
+ "sap/ui/unified/FileUploaderRenderer": undefined;
23440
+
23319
23441
  "sap/ui/unified/FileUploaderXHRSettings": undefined;
23320
23442
 
23321
23443
  "sap/ui/unified/library": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.143.0
1
+ // For Library Version: 1.144.0
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.143.0
1
+ // For Library Version: 1.144.0
2
2
 
3
3
  declare module "sap/ui/vbm/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.143.0
1
+ // For Library Version: 1.144.0
2
2
 
3
3
  declare module "sap/ui/vk/library" {
4
4
  /**
@@ -11215,6 +11215,8 @@ declare module "sap/ui/vk/ListPanelStack" {
11215
11215
  }
11216
11216
 
11217
11217
  declare module "sap/ui/vk/Loco" {
11218
+ import BaseObject from "sap/ui/base/Object";
11219
+
11218
11220
  import Viewport from "sap/ui/vk/Viewport";
11219
11221
 
11220
11222
  import Metadata from "sap/ui/base/Metadata";
@@ -11224,7 +11226,7 @@ declare module "sap/ui/vk/Loco" {
11224
11226
  *
11225
11227
  * @since 1.32.0
11226
11228
  */
11227
- export default class Loco extends /* was: sap.ui.base.BaseObject */ Object {
11229
+ export default class Loco extends BaseObject {
11228
11230
  /**
11229
11231
  * Constructor for a new Loco instance.
11230
11232
  *
@@ -11232,7 +11234,7 @@ declare module "sap/ui/vk/Loco" {
11232
11234
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
11233
11235
  * of the syntax of the settings object.
11234
11236
  *
11235
- * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.base.BaseObject#constructor sap.ui.base.BaseObject }
11237
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.base.Object#constructor sap.ui.base.Object }
11236
11238
  * can be used.
11237
11239
  */
11238
11240
  constructor(
@@ -11246,7 +11248,7 @@ declare module "sap/ui/vk/Loco" {
11246
11248
  * Creates a new subclass of class sap.ui.vk.Loco with name `sClassName` and enriches it with the information
11247
11249
  * contained in `oClassInfo`.
11248
11250
  *
11249
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.base.BaseObject.extend}.
11251
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.base.Object.extend}.
11250
11252
  *
11251
11253
  *
11252
11254
  * @returns Created class / constructor function
@@ -22720,6 +22722,73 @@ declare module "sap/ui/vk/svg/NodeHierarchy" {
22720
22722
  */
22721
22723
  nodeRef: any
22722
22724
  ): this;
22725
+ /**
22726
+ * Attaches a custom text to this elements.
22727
+ *
22728
+ * @since 1.144.0
22729
+ *
22730
+ * @returns `this` to allow method chaining.
22731
+ */
22732
+ setCustomText(
22733
+ /**
22734
+ * The node or array of nodes to set the custom text to.
22735
+ */
22736
+ nodeRefs: /* was: sap.ui.vk.svg.Element */
22737
+ | any
22738
+ | /* was: sap.ui.vk.svg.Element */ any[],
22739
+ /**
22740
+ * The custom text options. If not specified, the existing custom text will be removed.
22741
+ */
22742
+ options?: {
22743
+ /**
22744
+ * The text to display, it's mutually exclusive with `htmlText` option. Line breaks are not supported, use
22745
+ * `htmlText` option for multi-line text.
22746
+ */
22747
+ text?: string;
22748
+ /**
22749
+ * The HTML text to display, it's mutually exclusive with `text` option. Line breaks are supported using
22750
+ * paragraphs: `"<p>Line 1</p><p>Line 2</p>"`.
22751
+ */
22752
+ htmlText?: string;
22753
+ /**
22754
+ * The font size of the text in scene coordinate units. If not specified then the size will be automatically
22755
+ * determined based on the median text size in the scene or computed from the bounding box of the scene,
22756
+ * but better to specify it explicitly to avoid unexpected results.
22757
+ */
22758
+ size?: number;
22759
+ /**
22760
+ * The font family of the text. Default is `"Arial"`.
22761
+ */
22762
+ fontFamily?: string;
22763
+ /**
22764
+ * The font style of the text (normal | italic | oblique). Default is undefined ("normal").
22765
+ */
22766
+ fontStyle?: string;
22767
+ /**
22768
+ * The font weight of the text (normal | bold | bolder | lighter | ). Default is undefined ("normal").
22769
+ */
22770
+ fontWeight?: string;
22771
+ /**
22772
+ * The text decoration of the text (none | underline | line-through, etc). Default is undefined ("none").
22773
+ */
22774
+ textDecoration?: string;
22775
+ /**
22776
+ * The fill color of the text in CSS format. Default is "black".
22777
+ */
22778
+ fill?: string;
22779
+ /**
22780
+ * The pivot point of the custom text, relative to the text bounding box. The pivot point is used together
22781
+ * with the anchor point to position the text. Default is `[0.5, 0.5]` (middle of the custom text). `[0,
22782
+ * 0]` is top-left, `[1, 1]` is bottom-right.
22783
+ */
22784
+ pivot?: number[];
22785
+ /**
22786
+ * The anchor point of the text, relative to the bounding box of the node to which the custom text is attached.
22787
+ * Default is `[0.5, 0.5]` (center of node). `[0, 0]` is top-left, `[1, 1]` is bottom-right.
22788
+ */
22789
+ anchor?: number[];
22790
+ }
22791
+ ): this;
22723
22792
  }
22724
22793
  /**
22725
22794
  * Describes the settings that can be provided to the NodeHierarchy constructor.
@@ -39163,6 +39232,8 @@ declare module "sap/ui/vk/Viewer" {
39163
39232
 
39164
39233
  import Event from "sap/ui/base/Event";
39165
39234
 
39235
+ import DrawerToolbar from "sap/ui/vk/DrawerToolbar";
39236
+
39166
39237
  import GraphicsCore from "sap/ui/vk/dvl/GraphicsCore";
39167
39238
 
39168
39239
  import { CSSSize, CSSColor } from "sap/ui/core/library";
@@ -39179,6 +39250,8 @@ declare module "sap/ui/vk/Viewer" {
39179
39250
 
39180
39251
  import Toolbar from "sap/ui/vk/Toolbar";
39181
39252
 
39253
+ import ViewGallery from "sap/ui/vk/ViewGallery";
39254
+
39182
39255
  import Viewport from "sap/ui/vk/Viewport";
39183
39256
 
39184
39257
  import ViewStateManager from "sap/ui/vk/ViewStateManager";
@@ -39695,6 +39768,13 @@ declare module "sap/ui/vk/Viewer" {
39695
39768
  * @returns Reference to `this` in order to allow method chaining
39696
39769
  */
39697
39770
  destroyContentResources(): this;
39771
+ /**
39772
+ * Destroys the drawerToolbar in the aggregation {@link #getDrawerToolbar drawerToolbar}.
39773
+ *
39774
+ *
39775
+ * @returns Reference to `this` in order to allow method chaining
39776
+ */
39777
+ destroyDrawerToolbar(): this;
39698
39778
  /**
39699
39779
  * It destroys the current instance of {sap.ui.vk.RedlineDesign}.
39700
39780
  *
@@ -39703,6 +39783,13 @@ declare module "sap/ui/vk/Viewer" {
39703
39783
  * @returns `this` to allow method chaining.
39704
39784
  */
39705
39785
  destroyRedlineDesign(): this;
39786
+ /**
39787
+ * Destroys the viewGallery in the aggregation {@link #getViewGallery viewGallery}.
39788
+ *
39789
+ *
39790
+ * @returns Reference to `this` in order to allow method chaining
39791
+ */
39792
+ destroyViewGallery(): this;
39706
39793
  /**
39707
39794
  * Detaches event handler `fnFunction` from the {@link #event:contentResourceChangesProcessed contentResourceChangesProcessed }
39708
39795
  * event of this `sap.ui.vk.Viewer`.
@@ -39963,6 +40050,13 @@ declare module "sap/ui/vk/Viewer" {
39963
40050
  * Content resources to load and display in the Viewer control.
39964
40051
  */
39965
40052
  getContentResources(): ContentResource[];
40053
+ /**
40054
+ * Gets the drawer toolbar control.
40055
+ *
40056
+ *
40057
+ * @returns The drawer toolbar control.
40058
+ */
40059
+ getDrawerToolbar(): DrawerToolbar;
39966
40060
  /**
39967
40061
  * Gets current value of property {@link #getEnableElementsPanel enableElementsPanel}.
39968
40062
  *
@@ -40309,6 +40403,13 @@ declare module "sap/ui/vk/Viewer" {
40309
40403
  * @returns Value of property `toolbarTitle`
40310
40404
  */
40311
40405
  getToolbarTitle(): string;
40406
+ /**
40407
+ * Gets the view gallery control.
40408
+ *
40409
+ *
40410
+ * @returns The view gallery control.
40411
+ */
40412
+ getViewGallery(): ViewGallery;
40312
40413
  /**
40313
40414
  * Gets the 3D viewport.
40314
40415
  *
@@ -40438,6 +40539,18 @@ declare module "sap/ui/vk/Viewer" {
40438
40539
  */
40439
40540
  handler: DecryptionHandler
40440
40541
  ): this;
40542
+ /**
40543
+ * Sets the aggregated {@link #getDrawerToolbar drawerToolbar}.
40544
+ *
40545
+ *
40546
+ * @returns Reference to `this` in order to allow method chaining
40547
+ */
40548
+ setDrawerToolbar(
40549
+ /**
40550
+ * The drawerToolbar to set
40551
+ */
40552
+ oDrawerToolbar: DrawerToolbar
40553
+ ): this;
40441
40554
  /**
40442
40555
  * Sets a new value for property {@link #getEnableElementsPanel enableElementsPanel}.
40443
40556
  *
@@ -40927,6 +41040,18 @@ declare module "sap/ui/vk/Viewer" {
40927
41040
  */
40928
41041
  sToolbarTitle?: string
40929
41042
  ): this;
41043
+ /**
41044
+ * Sets the aggregated {@link #getViewGallery viewGallery}.
41045
+ *
41046
+ *
41047
+ * @returns Reference to `this` in order to allow method chaining
41048
+ */
41049
+ setViewGallery(
41050
+ /**
41051
+ * The viewGallery to set
41052
+ */
41053
+ oViewGallery: ViewGallery
41054
+ ): this;
40930
41055
  /**
40931
41056
  * Sets a new value for property {@link #getWebGLContextAttributes webGLContextAttributes}.
40932
41057
  *
@@ -41145,6 +41270,16 @@ declare module "sap/ui/vk/Viewer" {
41145
41270
  | AggregationBindingInfo
41146
41271
  | `{${string}}`;
41147
41272
 
41273
+ /**
41274
+ * View gallery control
41275
+ */
41276
+ viewGallery?: ViewGallery;
41277
+
41278
+ /**
41279
+ * Drawer toolbar
41280
+ */
41281
+ drawerToolbar?: DrawerToolbar;
41282
+
41148
41283
  /**
41149
41284
  * This event will be fired when any content resource or the contentResources aggregation has been changed
41150
41285
  * and processed.