@sapui5/ts-types 1.104.2 → 1.106.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 (64) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.d.ts +1 -1
  3. package/types/sap.ca.ui.d.ts +1 -1
  4. package/types/sap.chart.d.ts +2 -2
  5. package/types/sap.collaboration.d.ts +25 -25
  6. package/types/sap.esh.search.ui.d.ts +939 -1
  7. package/types/sap.f.d.ts +80 -4
  8. package/types/sap.fe.common.d.ts +1 -1
  9. package/types/sap.fe.core.d.ts +5 -5
  10. package/types/sap.fe.macros.d.ts +30 -98
  11. package/types/sap.fe.navigation.d.ts +53 -5
  12. package/types/sap.fe.templates.d.ts +155 -1
  13. package/types/sap.fe.test.d.ts +17 -3
  14. package/types/sap.feedback.ui.d.ts +1 -1
  15. package/types/sap.gantt.d.ts +218 -57
  16. package/types/sap.insights.d.ts +1 -1
  17. package/types/sap.landvisz.d.ts +1 -1
  18. package/types/sap.m.d.ts +583 -149
  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 +68 -3
  22. package/types/sap.ovp.d.ts +1 -1
  23. package/types/sap.rules.ui.d.ts +1 -1
  24. package/types/sap.sac.df.d.ts +152 -171
  25. package/types/sap.sac.grid.d.ts +1 -1
  26. package/types/sap.suite.ui.commons.d.ts +121 -16
  27. package/types/sap.suite.ui.generic.template.d.ts +17 -3
  28. package/types/sap.suite.ui.microchart.d.ts +13 -13
  29. package/types/sap.tnt.d.ts +3 -3
  30. package/types/sap.ui.codeeditor.d.ts +1 -1
  31. package/types/sap.ui.commons.d.ts +31 -31
  32. package/types/sap.ui.comp.d.ts +182 -57
  33. package/types/sap.ui.core.d.ts +618 -265
  34. package/types/sap.ui.dt.d.ts +1 -1
  35. package/types/sap.ui.export.d.ts +3 -3
  36. package/types/sap.ui.fl.d.ts +1117 -5
  37. package/types/sap.ui.generic.app.d.ts +14 -11
  38. package/types/sap.ui.generic.template.d.ts +1 -1
  39. package/types/sap.ui.integration.d.ts +101 -18
  40. package/types/sap.ui.layout.d.ts +7 -7
  41. package/types/sap.ui.mdc.d.ts +5 -1
  42. package/types/sap.ui.richtexteditor.d.ts +2 -2
  43. package/types/sap.ui.rta.d.ts +3 -1
  44. package/types/sap.ui.suite.d.ts +5 -5
  45. package/types/sap.ui.support.d.ts +1 -1
  46. package/types/sap.ui.table.d.ts +26 -8
  47. package/types/sap.ui.testrecorder.d.ts +1 -1
  48. package/types/sap.ui.unified.d.ts +66 -19
  49. package/types/sap.ui.ux3.d.ts +11 -11
  50. package/types/sap.ui.vbm.d.ts +3 -3
  51. package/types/sap.ui.vk.d.ts +315 -24
  52. package/types/sap.ui.vtm.d.ts +2 -2
  53. package/types/sap.ui.webc.common.d.ts +1 -1
  54. package/types/sap.ui.webc.fiori.d.ts +239 -43
  55. package/types/sap.ui.webc.main.d.ts +636 -146
  56. package/types/sap.uiext.inbox.d.ts +1 -1
  57. package/types/sap.ushell.d.ts +12 -10
  58. package/types/sap.ushell_abap.d.ts +1 -215
  59. package/types/sap.uxap.d.ts +41 -1
  60. package/types/sap.viz.d.ts +1 -1
  61. package/types/sap.webanalytics.core.d.ts +2 -6
  62. package/types/sap.zen.commons.d.ts +1 -1
  63. package/types/sap.zen.crosstab.d.ts +1 -1
  64. package/types/sap.zen.dsh.d.ts +1 -1
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.104.0
1
+ // For Library Version: 1.106.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -591,12 +591,12 @@ declare namespace sap {
591
591
  * @SINCE 1.104
592
592
  * @EXPERIMENTAL (since 1.104)
593
593
  *
594
- * The `Engine` offers personalization capabilites by registering a control instance for modification such
594
+ * The `Engine` offers personalization capabilities by registering a control instance for modification such
595
595
  * as:
596
596
  *
597
597
  *
598
598
  * - `sap.m.p13n.Popup` initialization
599
- * - Storing personalization states by chosing the desired persistence layer
599
+ * - Storing personalization states by choosing the desired persistence layer
600
600
  * - State appliance considering the persistence layer
601
601
  *
602
602
  * The Engine should be used whenever personalization should be enabled by considering a certain persistence
@@ -614,7 +614,7 @@ declare namespace sap {
614
614
  *
615
615
  *
616
616
  * - {@link sap.m.p13n.modification.FlexModificationHandler FlexModificationHandler}: Can be used in combination
617
- * with `sap.ui.fl.variants.VariantManagement` to persist state in variant using `sap.ui.fl` capabilites.
617
+ * with `sap.ui.fl.variants.VariantManagement` to persist state in variant using `sap.ui.fl` capabilities.
618
618
  *
619
619
  * - {@link sap.m.p13n.modification.LocalStorageModificationHandler LocalStorageModificationHandler}:
620
620
  * can be used to store personalization state in the local storage
@@ -663,7 +663,7 @@ declare namespace sap {
663
663
  /**
664
664
  * The registered control instance
665
665
  */
666
- oControl: /* was: sap.m.Control */ any,
666
+ oControl: sap.ui.core.Control,
667
667
  /**
668
668
  * The state object
669
669
  */
@@ -697,13 +697,13 @@ declare namespace sap {
697
697
  /**
698
698
  * The registered control instance
699
699
  */
700
- oControl: /* was: sap.m.Control */ any
700
+ oControl: sap.ui.core.Control
701
701
  ): void;
702
702
  /**
703
703
  * @EXPERIMENTAL (since 1.104)
704
704
  *
705
705
  * Removes a previously attached state change event handler from the `StateHandlerRegistry` class. The passed
706
- * parameters must match those used for registration with {@link Engine#attachStateChange} beforehand.
706
+ * parameters must match those used for registration with {@link sap.m.p13n.Engine#attachStateChange} beforehand.
707
707
  *
708
708
  * @returns Returns `this` to allow method chaining
709
709
  */
@@ -721,9 +721,9 @@ declare namespace sap {
721
721
  */
722
722
  register(
723
723
  /**
724
- * The control insance to be registered for adaptation
724
+ * The control instance to be registered for adaptation
725
725
  */
726
- oControl: /* was: sap.m.Control */ any,
726
+ oControl: sap.ui.core.Control,
727
727
  /**
728
728
  * The config object providing key value pairs of keys and `sap.m.p13n.*Controller` classes.
729
729
  */
@@ -740,13 +740,15 @@ declare namespace sap {
740
740
  /**
741
741
  * The according control instance.
742
742
  */
743
- oControl: /* was: sap.m.Control */ any,
743
+ oControl: sap.ui.core.Control,
744
744
  /**
745
745
  * The key for the affected config.
746
746
  */
747
747
  aKeys: string
748
748
  ): Promise<any>;
749
749
  /**
750
+ * @EXPERIMENTAL (since 1.104)
751
+ *
750
752
  * Retrieves the externalized state for a given control instance, after all necessary changes have been
751
753
  * applied (e.g. modification handler appliance). After the returned Promise has been resolved, the returned
752
754
  * State is in sync with the according state object of the control.
@@ -787,7 +789,7 @@ declare namespace sap {
787
789
  * The source control to be used by the `sap.m.p13n.Popup` control (only necessary in case the mode is set
788
790
  * to `ResponsivePopover`)
789
791
  */
790
- source?: object;
792
+ source?: sap.ui.core.Control;
791
793
  /**
792
794
  * The mode to be used by the `sap.m.p13n.Popup` control
793
795
  */
@@ -9801,6 +9803,36 @@ declare namespace sap {
9801
9803
  | sap.ui.base.ManagedObject.PropertyBindingInfo
9802
9804
  | `{${string}}`;
9803
9805
 
9806
+ /**
9807
+ * @EXPERIMENTAL (since 1.106)
9808
+ *
9809
+ * Enables CloudFile picker feature to upload files from cloud.
9810
+ */
9811
+ cloudFilePickerEnabled?:
9812
+ | boolean
9813
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
9814
+ | `{${string}}`;
9815
+
9816
+ /**
9817
+ * @EXPERIMENTAL (since 1.106)
9818
+ *
9819
+ * Url of the FileShare OData V4 service supplied for CloudFile picker control.
9820
+ */
9821
+ cloudFilePickerServiceUrl?:
9822
+ | sap.ui.core.URI
9823
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
9824
+ | `{${string}}`;
9825
+
9826
+ /**
9827
+ * @EXPERIMENTAL (since 1.106)
9828
+ *
9829
+ * The text of the CloudFile picker button. The default text is "Upload from cloud" (translated to the respective
9830
+ * language).
9831
+ */
9832
+ cloudFilePickerButtonText?:
9833
+ | string
9834
+ | sap.ui.base.ManagedObject.PropertyBindingInfo;
9835
+
9804
9836
  /**
9805
9837
  * Items representing files that have already been uploaded.
9806
9838
  */
@@ -12361,6 +12393,43 @@ declare namespace sap {
12361
12393
  item?: sap.m.upload.UploadSetItem;
12362
12394
  }
12363
12395
  ): this;
12396
+ /**
12397
+ * @EXPERIMENTAL (since 1.106)
12398
+ *
12399
+ * Gets current value of property {@link #getCloudFilePickerButtonText cloudFilePickerButtonText}.
12400
+ *
12401
+ * The text of the CloudFile picker button. The default text is "Upload from cloud" (translated to the respective
12402
+ * language).
12403
+ *
12404
+ * Default value is `empty string`.
12405
+ *
12406
+ * @returns Value of property `cloudFilePickerButtonText`
12407
+ */
12408
+ getCloudFilePickerButtonText(): string;
12409
+ /**
12410
+ * @EXPERIMENTAL (since 1.106)
12411
+ *
12412
+ * Gets current value of property {@link #getCloudFilePickerEnabled cloudFilePickerEnabled}.
12413
+ *
12414
+ * Enables CloudFile picker feature to upload files from cloud.
12415
+ *
12416
+ * Default value is `false`.
12417
+ *
12418
+ * @returns Value of property `cloudFilePickerEnabled`
12419
+ */
12420
+ getCloudFilePickerEnabled(): boolean;
12421
+ /**
12422
+ * @EXPERIMENTAL (since 1.106)
12423
+ *
12424
+ * Gets current value of property {@link #getCloudFilePickerServiceUrl cloudFilePickerServiceUrl}.
12425
+ *
12426
+ * Url of the FileShare OData V4 service supplied for CloudFile picker control.
12427
+ *
12428
+ * Default value is `empty string`.
12429
+ *
12430
+ * @returns Value of property `cloudFilePickerServiceUrl`
12431
+ */
12432
+ getCloudFilePickerServiceUrl(): sap.ui.core.URI;
12364
12433
  /**
12365
12434
  * Returns an instance of the default `sap.ui.unified.FileUploader` used for adding files using the operating
12366
12435
  * system's open file dialog, so that it can be customized, for example made invisible or assigned a different
@@ -12703,7 +12772,7 @@ declare namespace sap {
12703
12772
  /**
12704
12773
  * The UploadSetItem to update with a new version. This parameter is mandatory.
12705
12774
  */
12706
- item: /* was: sap.m.UploadSetItem */ any
12775
+ item: sap.m.upload.UploadSetItem
12707
12776
  ): this;
12708
12777
  /**
12709
12778
  * Attaches all necessary handlers to the given uploader instance, so that the progress and status of the
@@ -12780,6 +12849,64 @@ declare namespace sap {
12780
12849
  * @returns this to allow method chaining
12781
12850
  */
12782
12851
  selectAll(): this;
12852
+ /**
12853
+ * @EXPERIMENTAL (since 1.106)
12854
+ *
12855
+ * Sets a new value for property {@link #getCloudFilePickerButtonText cloudFilePickerButtonText}.
12856
+ *
12857
+ * The text of the CloudFile picker button. The default text is "Upload from cloud" (translated to the respective
12858
+ * language).
12859
+ *
12860
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
12861
+ *
12862
+ * Default value is `empty string`.
12863
+ *
12864
+ * @returns Reference to `this` in order to allow method chaining
12865
+ */
12866
+ setCloudFilePickerButtonText(
12867
+ /**
12868
+ * New value for property `cloudFilePickerButtonText`
12869
+ */
12870
+ sCloudFilePickerButtonText?: string
12871
+ ): this;
12872
+ /**
12873
+ * @EXPERIMENTAL (since 1.106)
12874
+ *
12875
+ * Sets a new value for property {@link #getCloudFilePickerEnabled cloudFilePickerEnabled}.
12876
+ *
12877
+ * Enables CloudFile picker feature to upload files from cloud.
12878
+ *
12879
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
12880
+ *
12881
+ * Default value is `false`.
12882
+ *
12883
+ * @returns Reference to `this` in order to allow method chaining
12884
+ */
12885
+ setCloudFilePickerEnabled(
12886
+ /**
12887
+ * New value for property `cloudFilePickerEnabled`
12888
+ */
12889
+ bCloudFilePickerEnabled?: boolean
12890
+ ): this;
12891
+ /**
12892
+ * @EXPERIMENTAL (since 1.106)
12893
+ *
12894
+ * Sets a new value for property {@link #getCloudFilePickerServiceUrl cloudFilePickerServiceUrl}.
12895
+ *
12896
+ * Url of the FileShare OData V4 service supplied for CloudFile picker control.
12897
+ *
12898
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
12899
+ *
12900
+ * Default value is `empty string`.
12901
+ *
12902
+ * @returns Reference to `this` in order to allow method chaining
12903
+ */
12904
+ setCloudFilePickerServiceUrl(
12905
+ /**
12906
+ * New value for property `cloudFilePickerServiceUrl`
12907
+ */
12908
+ sCloudFilePickerServiceUrl?: sap.ui.core.URI
12909
+ ): this;
12783
12910
  /**
12784
12911
  * Sets a new value for property {@link #getDragDropDescription dragDropDescription}.
12785
12912
  *
@@ -16418,9 +16545,8 @@ declare namespace sap {
16418
16545
  * @SINCE 1.99
16419
16546
  *
16420
16547
  * The IANA timezone ID, e.g `"Europe/Berlin"`. Date and time are displayed in this timezone. The `value`
16421
- * property string is treated as if it is formatted in this timezone. However, the `dateValue` property
16422
- * is a JS Date object, which is the same point in time as the `value`, but in the local timezone. Thus,
16423
- * it is adjusted when the `timezone` changes.
16548
+ * property string is treated as if it is formatted in this timezone. The `dateValue` property should not
16549
+ * be used as this could lead to an unpredictable results. Use `getValue()` instead.
16424
16550
  */
16425
16551
  timezone?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
16426
16552
  }
@@ -16923,6 +17049,24 @@ declare namespace sap {
16923
17049
  | sap.ui.base.ManagedObject.PropertyBindingInfo
16924
17050
  | `{${string}}`;
16925
17051
 
17052
+ /**
17053
+ * @SINCE 1.105
17054
+ *
17055
+ * Determines whether the input field of the control is hidden or visible. When set to `true`, the input
17056
+ * field becomes invisible and there is no way to open the value help popover. In that case it can be opened
17057
+ * by another control through calling of control's `openBy` method, and the opening control's DOM reference
17058
+ * must be provided as parameter.
17059
+ *
17060
+ * Note: Since the Dynamic Date Range is not responsible for accessibility attributes of the control which
17061
+ * opens its popover, those attributes should be added by the application developer. The following is recommended
17062
+ * to be added to the opening control: a text or tooltip that describes the action (example: "Open Dynamic
17063
+ * Date Range"), and also aria-haspopup attribute with value of `true`.
17064
+ */
17065
+ hideInput?:
17066
+ | boolean
17067
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
17068
+ | `{${string}}`;
17069
+
16926
17070
  /**
16927
17071
  * @SINCE 1.92
16928
17072
  *
@@ -18300,10 +18444,7 @@ declare namespace sap {
18300
18444
  *
18301
18445
  * Background color of the GenericTile. Only applicable for IconMode.
18302
18446
  */
18303
- backgroundColor?:
18304
- | sap.ui.core.CSSColor
18305
- | sap.ui.base.ManagedObject.PropertyBindingInfo
18306
- | `{${string}}`;
18447
+ backgroundColor?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
18307
18448
 
18308
18449
  /**
18309
18450
  * @SINCE 1.95
@@ -18327,6 +18468,17 @@ declare namespace sap {
18327
18468
  | sap.ui.base.ManagedObject.PropertyBindingInfo
18328
18469
  | `{${string}}`;
18329
18470
 
18471
+ /**
18472
+ * @SINCE 1.106
18473
+ * @EXPERIMENTAL (since 1.106)
18474
+ *
18475
+ * The Tile rerenders on theme change.
18476
+ */
18477
+ renderOnThemeChange?:
18478
+ | boolean
18479
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
18480
+ | `{${string}}`;
18481
+
18330
18482
  /**
18331
18483
  * The content of the tile.
18332
18484
  */
@@ -19126,6 +19278,13 @@ declare namespace sap {
19126
19278
  | sap.m.Button
19127
19279
  | sap.ui.base.ManagedObject.AggregationBindingInfo
19128
19280
  | `{${string}}`;
19281
+
19282
+ /**
19283
+ * @SINCE 1.106.0
19284
+ *
19285
+ * Association to controls / IDs which label those controls (see WAI-ARIA attribute aria-labelledBy).
19286
+ */
19287
+ illustrationAriaLabelledBy?: Array<sap.ui.core.Control | string>;
19129
19288
  }
19130
19289
 
19131
19290
  interface $IllustrationSettings extends sap.ui.core.$ControlSettings {
@@ -19149,6 +19308,13 @@ declare namespace sap {
19149
19308
  * Defines which illustration type should be used when building the Symbol ID.
19150
19309
  */
19151
19310
  type?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
19311
+
19312
+ /**
19313
+ * @SINCE 1.106.0
19314
+ *
19315
+ * Association to controls / IDs which label those controls (see WAI-ARIA attribute aria-labelledBy).
19316
+ */
19317
+ ariaLabelledBy?: Array<sap.ui.core.Control | string>;
19152
19318
  }
19153
19319
 
19154
19320
  interface $ImageSettings extends sap.ui.core.$ControlSettings {
@@ -19405,7 +19571,8 @@ declare namespace sap {
19405
19571
  /**
19406
19572
  * Maximum number of characters. Value '0' means the feature is switched off. This parameter is not compatible
19407
19573
  * with the input type `sap.m.InputType.Number`. If the input type is set to `Number`, the `maxLength` value
19408
- * is ignored.
19574
+ * is ignored. If the `maxLength` is set after there is already a longer value, this value will not get
19575
+ * truncated. The `maxLength` property has effect only when the value is modified by user interaction.
19409
19576
  */
19410
19577
  maxLength?:
19411
19578
  | int
@@ -19699,7 +19866,7 @@ declare namespace sap {
19699
19866
  /**
19700
19867
  * Fired when the value of the input is changed by user interaction - each keystroke, delete, paste, etc.
19701
19868
  *
19702
- * **Note:** Browsing autocomplete suggestions does not fires the event.
19869
+ * **Note:** Browsing autocomplete suggestions does not fire the event.
19703
19870
  */
19704
19871
  liveChange?: (oEvent: sap.ui.base.Event) => void;
19705
19872
 
@@ -31512,7 +31679,9 @@ declare namespace sap {
31512
31679
  *
31513
31680
  * This association is used only when the `enableBranching` property of the Wizard is set to true. Use the
31514
31681
  * association to store the next steps that are about to come after the current. If this is going to be
31515
- * a final step - leave this association empty.
31682
+ * a final step - leave this association empty. **NOTE:** The association needs to be set prior the step
31683
+ * is shown. Dynamical addition of subsequent steps is not supported use case especially when the current
31684
+ * step is final (the association was empty before the step was displayed).
31516
31685
  */
31517
31686
  subsequentSteps?: Array<sap.m.WizardStep | string>;
31518
31687
 
@@ -31592,6 +31761,17 @@ declare namespace sap {
31592
31761
  */
31593
31762
  aOptionKeys: any[]
31594
31763
  ): object[];
31764
+ /**
31765
+ * Returns a date in machine timezone setting, removing the offset added by the application configuration.
31766
+ *
31767
+ * @returns A local JS date with removed offset
31768
+ */
31769
+ removeTimezoneOffset(
31770
+ /**
31771
+ * A local JS date with added offset
31772
+ */
31773
+ oDate: Date
31774
+ ): Date;
31595
31775
  /**
31596
31776
  * Calculates a date range from a provided object in the format of the DynamicDateRange's value.
31597
31777
  *
@@ -32218,8 +32398,7 @@ declare namespace sap {
32218
32398
  */
32219
32399
  addLightBoxInstance(
32220
32400
  /**
32221
- * Dialog to be added to instance manager. Dialog which doesn't inherit from sap.m.Dialog can also be added
32222
- * as long as it has a close method.
32401
+ * LightBox to be added to instance manager.
32223
32402
  */
32224
32403
  oLightBox: sap.m.LightBox
32225
32404
  ): this;
@@ -32271,7 +32450,7 @@ declare namespace sap {
32271
32450
  */
32272
32451
  getOpenDialogs(): sap.ui.core.Control[];
32273
32452
  /**
32274
- * Gets all of the open LightBoxes. If there's no dialog open, an empty array is returned.
32453
+ * Gets all of the open LightBoxes. If there's no LightBox open, an empty array is returned.
32275
32454
  *
32276
32455
  * @returns The opened LightBoxes.
32277
32456
  */
@@ -32380,20 +32559,18 @@ declare namespace sap {
32380
32559
  /**
32381
32560
  * Removes control from predefined dialog category in instance manager.
32382
32561
  *
32383
- * @returns The removed popover or `null`. If the popover isn't managed, this method returns `null` instead
32384
- * of the removed popover.
32562
+ * @returns The removed dialog, or `null` if the dialog isn't managed.
32385
32563
  */
32386
32564
  removeDialogInstance(
32387
32565
  /**
32388
32566
  * to be removed from instance manager.
32389
32567
  */
32390
32568
  oDialog: sap.ui.core.Control
32391
- ): sap.ui.core.Control;
32569
+ ): sap.ui.core.Control | null;
32392
32570
  /**
32393
32571
  * Removes a managed instance from the given category.
32394
32572
  *
32395
- * @returns The removed instance or `null`. If the instance isn't managed, this method returns `null` instead
32396
- * of the instance object.
32573
+ * @returns The removed instance, or `null` if the instance isn't managed.
32397
32574
  */
32398
32575
  removeInstance(
32399
32576
  /**
@@ -32408,8 +32585,7 @@ declare namespace sap {
32408
32585
  /**
32409
32586
  * Removes control from predefined lightbox category in instance manager.
32410
32587
  *
32411
- * @returns The removed popover or `null`. If the LightBox isn't managed, this method returns `null` instead
32412
- * of the removed LightBox.
32588
+ * @returns The removed LightBox, or `null` if the LightBox isn't managed.
32413
32589
  */
32414
32590
  removeLightBoxInstance(
32415
32591
  /**
@@ -32420,8 +32596,7 @@ declare namespace sap {
32420
32596
  /**
32421
32597
  * Removes control from predefined popover category in instance manager.
32422
32598
  *
32423
- * @returns The removed popover or `null`. If the popover isn't managed, this method returns `null` instead
32424
- * of the removed popover.
32599
+ * @returns The removed popover, or `null` if the popover isn't managed.
32425
32600
  */
32426
32601
  removePopoverInstance(
32427
32602
  /**
@@ -35450,7 +35625,7 @@ declare namespace sap {
35450
35625
  * The ariaDescribedBy to be removed or its index or ID
35451
35626
  */
35452
35627
  vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
35453
- ): sap.ui.core.ID;
35628
+ ): sap.ui.core.ID | null;
35454
35629
  /**
35455
35630
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
35456
35631
  *
@@ -35461,7 +35636,7 @@ declare namespace sap {
35461
35636
  * The ariaLabelledBy to be removed or its index or ID
35462
35637
  */
35463
35638
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
35464
- ): sap.ui.core.ID;
35639
+ ): sap.ui.core.ID | null;
35465
35640
  /**
35466
35641
  * @SINCE 1.99.0
35467
35642
  *
@@ -35621,7 +35796,7 @@ declare namespace sap {
35621
35796
  * Instance of the `LightBox` control or undefined
35622
35797
  */
35623
35798
  oLightBox: sap.m.LightBox | undefined
35624
- ): object;
35799
+ ): this;
35625
35800
  /**
35626
35801
  * Sets a new value for property {@link #getDisplayShape displayShape}.
35627
35802
  *
@@ -36282,7 +36457,7 @@ declare namespace sap {
36282
36457
  * The ariaLabelledBy to be removed or its index or ID
36283
36458
  */
36284
36459
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
36285
- ): sap.ui.core.ID;
36460
+ ): sap.ui.core.ID | null;
36286
36461
  /**
36287
36462
  * Removes a contentLeft from the aggregation {@link #getContentLeft contentLeft}.
36288
36463
  *
@@ -36743,7 +36918,7 @@ declare namespace sap {
36743
36918
  * The ariaLabelledBy to be removed or its index or ID
36744
36919
  */
36745
36920
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
36746
- ): sap.ui.core.ID;
36921
+ ): sap.ui.core.ID | null;
36747
36922
  /**
36748
36923
  * @SINCE 1.34
36749
36924
  *
@@ -37121,7 +37296,7 @@ declare namespace sap {
37121
37296
  * The ariaLabelledBy to be removed or its index or ID
37122
37297
  */
37123
37298
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
37124
- ): sap.ui.core.ID;
37299
+ ): sap.ui.core.ID | null;
37125
37300
  /**
37126
37301
  * Shows the text for the cancel button.
37127
37302
  *
@@ -37473,7 +37648,7 @@ declare namespace sap {
37473
37648
  * The ariaLabelledBy to be removed or its index or ID
37474
37649
  */
37475
37650
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
37476
- ): sap.ui.core.ID;
37651
+ ): sap.ui.core.ID | null;
37477
37652
  /**
37478
37653
  * Sets a new value for property {@link #getCustomIcon customIcon}.
37479
37654
  *
@@ -37661,8 +37836,9 @@ declare namespace sap {
37661
37836
  */
37662
37837
  class Button
37663
37838
  extends sap.ui.core.Control
37664
- implements sap.ui.core.IFormContent {
37839
+ implements sap.ui.core.IFormContent, sap.ui.core.IAccessKeySupport {
37665
37840
  __implements__sap_ui_core_IFormContent: boolean;
37841
+ __implements__sap_ui_core_IAccessKeySupport: boolean;
37666
37842
  /**
37667
37843
  * Constructor for a new `Button`.
37668
37844
  *
@@ -38066,7 +38242,7 @@ declare namespace sap {
38066
38242
  * The ariaDescribedBy to be removed or its index or ID
38067
38243
  */
38068
38244
  vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
38069
- ): sap.ui.core.ID;
38245
+ ): sap.ui.core.ID | null;
38070
38246
  /**
38071
38247
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
38072
38248
  *
@@ -38077,7 +38253,7 @@ declare namespace sap {
38077
38253
  * The ariaLabelledBy to be removed or its index or ID
38078
38254
  */
38079
38255
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
38080
- ): sap.ui.core.ID;
38256
+ ): sap.ui.core.ID | null;
38081
38257
  /**
38082
38258
  * Sets a new value for property {@link #getActiveIcon activeIcon}.
38083
38259
  *
@@ -39201,9 +39377,13 @@ declare namespace sap {
39201
39377
  */
39202
39378
  class CheckBox
39203
39379
  extends sap.ui.core.Control
39204
- implements sap.ui.core.IFormContent, sap.ui.core.ISemanticFormContent {
39380
+ implements
39381
+ sap.ui.core.IFormContent,
39382
+ sap.ui.core.ISemanticFormContent,
39383
+ sap.ui.core.IAccessKeySupport {
39205
39384
  __implements__sap_ui_core_IFormContent: boolean;
39206
39385
  __implements__sap_ui_core_ISemanticFormContent: boolean;
39386
+ __implements__sap_ui_core_IAccessKeySupport: boolean;
39207
39387
  /**
39208
39388
  * Constructor for a new `CheckBox`.
39209
39389
  *
@@ -39592,7 +39772,7 @@ declare namespace sap {
39592
39772
  * The ariaDescribedBy to be removed or its index or ID
39593
39773
  */
39594
39774
  vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
39595
- ): sap.ui.core.ID;
39775
+ ): sap.ui.core.ID | null;
39596
39776
  /**
39597
39777
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
39598
39778
  *
@@ -39603,7 +39783,7 @@ declare namespace sap {
39603
39783
  * The ariaLabelledBy to be removed or its index or ID
39604
39784
  */
39605
39785
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
39606
- ): sap.ui.core.ID;
39786
+ ): sap.ui.core.ID | null;
39607
39787
  /**
39608
39788
  * Sets a new value for property {@link #getActiveHandling activeHandling}.
39609
39789
  *
@@ -40795,7 +40975,7 @@ declare namespace sap {
40795
40975
  /**
40796
40976
  * @SINCE 1.98.0
40797
40977
  *
40798
- * Returns the `sap.ui.core.IColumnHeaderMenu<\code>, which is the current target of the association columnHeaderMenu`,
40978
+ * Returns the `sap.ui.core.IColumnHeaderMenu<\code>, which is the current target of the association headerMenu`,
40799
40979
  * or null.
40800
40980
  */
40801
40981
  getColumnHeaderMenu(): sap.ui.core.IColumnHeaderMenu;
@@ -42445,7 +42625,7 @@ declare namespace sap {
42445
42625
  *
42446
42626
  * @returns The list instance object or `null`.
42447
42627
  */
42448
- getList(): sap.m.List;
42628
+ getList(): sap.m.List | null;
42449
42629
  /**
42450
42630
  * Gets current value of property {@link #getOpen open}.
42451
42631
  *
@@ -44387,14 +44567,14 @@ declare namespace sap {
44387
44567
  *
44388
44568
  * Removes a `specialDate` from the aggregation `specialDates`.
44389
44569
  *
44390
- * @returns The removed `specialDate` or null
44570
+ * @returns The removed `specialDate` or `null`
44391
44571
  */
44392
44572
  removeSpecialDate(
44393
44573
  /**
44394
- * The `specialDate` to remove or its index or id
44574
+ * The `specialDate` to remove or its index or ID
44395
44575
  */
44396
44576
  oSpecialDate: sap.ui.unified.DateTypeRange
44397
- ): sap.ui.unified.DateTypeRange;
44577
+ ): sap.ui.unified.DateTypeRange | null;
44398
44578
  /**
44399
44579
  * Sets the displayFormat of the DatePicker.
44400
44580
  *
@@ -45612,7 +45792,7 @@ declare namespace sap {
45612
45792
  * The ariaLabelledBy to be removed or its index or ID
45613
45793
  */
45614
45794
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
45615
- ): sap.ui.core.ID;
45795
+ ): sap.ui.core.ID | null;
45616
45796
  /**
45617
45797
  * Sets a new value for property {@link #getDateValue dateValue}.
45618
45798
  *
@@ -46020,6 +46200,12 @@ declare namespace sap {
46020
46200
  * @returns Current accessibility state of the control
46021
46201
  */
46022
46202
  getAccessibilityInfo(): object;
46203
+ /**
46204
+ * @SINCE 1.102
46205
+ *
46206
+ * This method should not be used because it could produce unpredictable results. Use `getValue()` instead.
46207
+ */
46208
+ getDateValue(): object;
46023
46209
  /**
46024
46210
  * Apply the correct icon to the used Date control
46025
46211
  */
@@ -46078,9 +46264,8 @@ declare namespace sap {
46078
46264
  * Gets current value of property {@link #getTimezone timezone}.
46079
46265
  *
46080
46266
  * The IANA timezone ID, e.g `"Europe/Berlin"`. Date and time are displayed in this timezone. The `value`
46081
- * property string is treated as if it is formatted in this timezone. However, the `dateValue` property
46082
- * is a JS Date object, which is the same point in time as the `value`, but in the local timezone. Thus,
46083
- * it is adjusted when the `timezone` changes.
46267
+ * property string is treated as if it is formatted in this timezone. The `dateValue` property should not
46268
+ * be used as this could lead to an unpredictable results. Use `getValue()` instead.
46084
46269
  *
46085
46270
  * @returns Value of property `timezone`
46086
46271
  */
@@ -46167,9 +46352,8 @@ declare namespace sap {
46167
46352
  * Sets a new value for property {@link #getTimezone timezone}.
46168
46353
  *
46169
46354
  * The IANA timezone ID, e.g `"Europe/Berlin"`. Date and time are displayed in this timezone. The `value`
46170
- * property string is treated as if it is formatted in this timezone. However, the `dateValue` property
46171
- * is a JS Date object, which is the same point in time as the `value`, but in the local timezone. Thus,
46172
- * it is adjusted when the `timezone` changes.
46355
+ * property string is treated as if it is formatted in this timezone. The `dateValue` property should not
46356
+ * be used as this could lead to an unpredictable results. Use `getValue()` instead.
46173
46357
  *
46174
46358
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
46175
46359
  *
@@ -46525,8 +46709,10 @@ declare namespace sap {
46525
46709
  ): this;
46526
46710
  /**
46527
46711
  * Close the dialog.
46712
+ *
46713
+ * @returns `this` to allow method chaining
46528
46714
  */
46529
- close(): void;
46715
+ close(): this;
46530
46716
  /**
46531
46717
  * @SINCE 1.15.1
46532
46718
  *
@@ -47086,8 +47272,10 @@ declare namespace sap {
47086
47272
  isOpen(): boolean;
47087
47273
  /**
47088
47274
  * Open the dialog.
47275
+ *
47276
+ * @returns `this` to allow method chaining
47089
47277
  */
47090
- open(): void;
47278
+ open(): this;
47091
47279
  /**
47092
47280
  * Removes all the controls in the association named {@link #getAriaDescribedBy ariaDescribedBy}.
47093
47281
  *
@@ -47128,7 +47316,7 @@ declare namespace sap {
47128
47316
  * The ariaDescribedBy to be removed or its index or ID
47129
47317
  */
47130
47318
  vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
47131
- ): sap.ui.core.ID;
47319
+ ): sap.ui.core.ID | null;
47132
47320
  /**
47133
47321
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
47134
47322
  *
@@ -47139,7 +47327,7 @@ declare namespace sap {
47139
47327
  * The ariaLabelledBy to be removed or its index or ID
47140
47328
  */
47141
47329
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
47142
- ): sap.ui.core.ID;
47330
+ ): sap.ui.core.ID | null;
47143
47331
  /**
47144
47332
  * @SINCE 1.21.1
47145
47333
  *
@@ -48537,6 +48725,26 @@ declare namespace sap {
48537
48725
  * @returns Value of property `formatter`
48538
48726
  */
48539
48727
  getFormatter(): object;
48728
+ /**
48729
+ * @SINCE 1.105
48730
+ *
48731
+ * Gets current value of property {@link #getHideInput hideInput}.
48732
+ *
48733
+ * Determines whether the input field of the control is hidden or visible. When set to `true`, the input
48734
+ * field becomes invisible and there is no way to open the value help popover. In that case it can be opened
48735
+ * by another control through calling of control's `openBy` method, and the opening control's DOM reference
48736
+ * must be provided as parameter.
48737
+ *
48738
+ * Note: Since the Dynamic Date Range is not responsible for accessibility attributes of the control which
48739
+ * opens its popover, those attributes should be added by the application developer. The following is recommended
48740
+ * to be added to the opening control: a text or tooltip that describes the action (example: "Open Dynamic
48741
+ * Date Range"), and also aria-haspopup attribute with value of `true`.
48742
+ *
48743
+ * Default value is `false`.
48744
+ *
48745
+ * @returns Value of property `hideInput`
48746
+ */
48747
+ getHideInput(): boolean;
48540
48748
  /**
48541
48749
  * Returns the DOMNode Id to be used for the "labelFor" attribute of the label.
48542
48750
  *
@@ -48647,7 +48855,34 @@ declare namespace sap {
48647
48855
  *
48648
48856
  * Opens the value help dialog.
48649
48857
  */
48650
- open(): void;
48858
+ open(
48859
+ /**
48860
+ * DOM reference of the opening control. On tablet or desktop, the popover is positioned relatively to this
48861
+ * control.
48862
+ */
48863
+ oDomRef: HTMLElement
48864
+ ): void;
48865
+ /**
48866
+ * @SINCE 1.105
48867
+ *
48868
+ * Opens the value help popover. The popover is positioned relatively to the control given as `oDomRef`
48869
+ * parameter on tablet or desktop and is full screen on phone. Therefore the control parameter is only used
48870
+ * on tablet or desktop and is ignored on phone.
48871
+ *
48872
+ * Note: use this method to open the value help popover only when the `hideInput` property is set to `true`.
48873
+ * Please consider opening of the value help popover by another control only in scenarios that comply with
48874
+ * Fiori guidelines. For example, opening the value help popover by another popover is not recommended.
48875
+ * The application developer should implement the following accessibility attributes to the opening control:
48876
+ * a text or tooltip that describes the action (example: "Open Dynamic Date Range"), and aria-haspopup attribute
48877
+ * with value of `true`.
48878
+ */
48879
+ openBy(
48880
+ /**
48881
+ * DOM reference of the opening control. On tablet or desktop, the popover is positioned relatively to this
48882
+ * control.
48883
+ */
48884
+ oDomRef: HTMLElement
48885
+ ): void;
48651
48886
  /**
48652
48887
  * @SINCE 1.92
48653
48888
  *
@@ -48676,7 +48911,7 @@ declare namespace sap {
48676
48911
  * The ariaDescribedBy to be removed or its index or ID
48677
48912
  */
48678
48913
  vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
48679
- ): sap.ui.core.ID;
48914
+ ): sap.ui.core.ID | null;
48680
48915
  /**
48681
48916
  * @SINCE 1.92
48682
48917
  *
@@ -48689,7 +48924,7 @@ declare namespace sap {
48689
48924
  * The ariaLabelledBy to be removed or its index or ID
48690
48925
  */
48691
48926
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
48692
- ): sap.ui.core.ID;
48927
+ ): sap.ui.core.ID | null;
48693
48928
  /**
48694
48929
  * @SINCE 1.92
48695
48930
  *
@@ -48767,6 +49002,33 @@ declare namespace sap {
48767
49002
  */
48768
49003
  oFormatter: object
48769
49004
  ): this;
49005
+ /**
49006
+ * @SINCE 1.105
49007
+ *
49008
+ * Sets a new value for property {@link #getHideInput hideInput}.
49009
+ *
49010
+ * Determines whether the input field of the control is hidden or visible. When set to `true`, the input
49011
+ * field becomes invisible and there is no way to open the value help popover. In that case it can be opened
49012
+ * by another control through calling of control's `openBy` method, and the opening control's DOM reference
49013
+ * must be provided as parameter.
49014
+ *
49015
+ * Note: Since the Dynamic Date Range is not responsible for accessibility attributes of the control which
49016
+ * opens its popover, those attributes should be added by the application developer. The following is recommended
49017
+ * to be added to the opening control: a text or tooltip that describes the action (example: "Open Dynamic
49018
+ * Date Range"), and also aria-haspopup attribute with value of `true`.
49019
+ *
49020
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
49021
+ *
49022
+ * Default value is `false`.
49023
+ *
49024
+ * @returns Reference to `this` in order to allow method chaining
49025
+ */
49026
+ setHideInput(
49027
+ /**
49028
+ * New value for property `hideInput`
49029
+ */
49030
+ bHideInput?: boolean
49031
+ ): this;
48770
49032
  /**
48771
49033
  * @SINCE 1.92
48772
49034
  *
@@ -50536,7 +50798,7 @@ declare namespace sap {
50536
50798
  *
50537
50799
  * @returns Object with the selected keys
50538
50800
  */
50539
- getSelectedKeys(): object;
50801
+ getSelectedKeys(): Record<string, string>;
50540
50802
  /**
50541
50803
  * Gets current value of property {@link #getSequence sequence}.
50542
50804
  *
@@ -50745,9 +51007,9 @@ declare namespace sap {
50745
51007
  *
50746
51008
  * Used to pre-select FacetFilterItems, such as when restoring FacetFilterList selections from a variant.
50747
51009
  * Keys are cached separately from the actual FacetFilterItems so that they remain even when the physical
50748
- * items are removed by filtering or sorting. If aKeys is `undefined`, `null`, or {} (empty object) then
50749
- * all keys are deleted. After this method completes, only those items with matching keys will be selected.
50750
- * All other items in the list will be deselected.
51010
+ * items are removed by filtering or sorting. If oKeys is `undefined`, `null`, or {} (empty object) then
51011
+ * all items will be deselected. After this method completes, only those items with matching keys will be
51012
+ * selected. All other items in the list will be deselected.
50751
51013
  */
50752
51014
  setSelectedKeys(
50753
51015
  /**
@@ -50757,7 +51019,7 @@ declare namespace sap {
50757
51019
  * or FacetFilter summary bar is displayed. If no property value is set then the property key is used for
50758
51020
  * the text.
50759
51021
  */
50760
- oKeys: object
51022
+ oKeys: Record<string, string>
50761
51023
  ): void;
50762
51024
  /**
50763
51025
  * Sets a new value for property {@link #getSequence sequence}.
@@ -54314,7 +54576,7 @@ declare namespace sap {
54314
54576
  * The ariaLabelledBy to be removed or its index or ID
54315
54577
  */
54316
54578
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
54317
- ): sap.ui.core.ID;
54579
+ ): sap.ui.core.ID | null;
54318
54580
  /**
54319
54581
  * Sets a new value for property {@link #getDesign design}.
54320
54582
  *
@@ -54694,9 +54956,11 @@ declare namespace sap {
54694
54956
  *
54695
54957
  * Background color of the GenericTile. Only applicable for IconMode.
54696
54958
  *
54959
+ * Default value is `...see text or source`.
54960
+ *
54697
54961
  * @returns Value of property `backgroundColor`
54698
54962
  */
54699
- getBackgroundColor(): sap.ui.core.CSSColor;
54963
+ getBackgroundColor(): string;
54700
54964
  /**
54701
54965
  * Gets current value of property {@link #getBackgroundImage backgroundImage}.
54702
54966
  *
@@ -54825,6 +55089,19 @@ declare namespace sap {
54825
55089
  * @returns Value of property `pressEnabled`
54826
55090
  */
54827
55091
  getPressEnabled(): boolean;
55092
+ /**
55093
+ * @SINCE 1.106
55094
+ * @EXPERIMENTAL (since 1.106)
55095
+ *
55096
+ * Gets current value of property {@link #getRenderOnThemeChange renderOnThemeChange}.
55097
+ *
55098
+ * The Tile rerenders on theme change.
55099
+ *
55100
+ * Default value is `false`.
55101
+ *
55102
+ * @returns Value of property `renderOnThemeChange`
55103
+ */
55104
+ getRenderOnThemeChange(): boolean;
54828
55105
  /**
54829
55106
  * @SINCE 1.46.0
54830
55107
  *
@@ -55153,13 +55430,15 @@ declare namespace sap {
55153
55430
  *
55154
55431
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
55155
55432
  *
55433
+ * Default value is `...see text or source`.
55434
+ *
55156
55435
  * @returns Reference to `this` in order to allow method chaining
55157
55436
  */
55158
55437
  setBackgroundColor(
55159
55438
  /**
55160
55439
  * New value for property `backgroundColor`
55161
55440
  */
55162
- sBackgroundColor: sap.ui.core.CSSColor
55441
+ sBackgroundColor?: string
55163
55442
  ): this;
55164
55443
  /**
55165
55444
  * Sets a new value for property {@link #getBackgroundImage backgroundImage}.
@@ -55354,6 +55633,26 @@ declare namespace sap {
55354
55633
  */
55355
55634
  value: boolean
55356
55635
  ): void;
55636
+ /**
55637
+ * @SINCE 1.106
55638
+ * @EXPERIMENTAL (since 1.106)
55639
+ *
55640
+ * Sets a new value for property {@link #getRenderOnThemeChange renderOnThemeChange}.
55641
+ *
55642
+ * The Tile rerenders on theme change.
55643
+ *
55644
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
55645
+ *
55646
+ * Default value is `false`.
55647
+ *
55648
+ * @returns Reference to `this` in order to allow method chaining
55649
+ */
55650
+ setRenderOnThemeChange(
55651
+ /**
55652
+ * New value for property `renderOnThemeChange`
55653
+ */
55654
+ bRenderOnThemeChange?: boolean
55655
+ ): this;
55357
55656
  /**
55358
55657
  * @SINCE 1.46.0
55359
55658
  *
@@ -56400,7 +56699,7 @@ declare namespace sap {
56400
56699
  * The ariaLabelledBy to be removed or its index or ID
56401
56700
  */
56402
56701
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
56403
- ): sap.ui.core.ID;
56702
+ ): sap.ui.core.ID | null;
56404
56703
  /**
56405
56704
  * Removes a content from the aggregation {@link #getContent content}.
56406
56705
  *
@@ -57078,9 +57377,15 @@ declare namespace sap {
57078
57377
  */
57079
57378
  getShowOverflowSelectList(): boolean;
57080
57379
  /**
57081
- * Reflector for the internal header's showSelection property.
57380
+ * @deprecated (since 1.15.0) - Regarding to changes of this control this property is not needed anymore.
57082
57381
  *
57083
- * @returns The current property value.
57382
+ * Gets current value of property {@link #getShowSelection showSelection}.
57383
+ *
57384
+ * Defines whether the current selection should be visualized.
57385
+ *
57386
+ * Default value is `true`.
57387
+ *
57388
+ * @returns Value of property `showSelection`
57084
57389
  */
57085
57390
  getShowSelection(): boolean;
57086
57391
  /**
@@ -58887,6 +59192,19 @@ declare namespace sap {
58887
59192
  */
58888
59193
  oAdditionalContent: sap.m.Button
58889
59194
  ): this;
59195
+ /**
59196
+ * @SINCE 1.106.0
59197
+ *
59198
+ * Adds some illustrationAriaLabelledBy into the association {@link #getIllustrationAriaLabelledBy illustrationAriaLabelledBy}.
59199
+ *
59200
+ * @returns Reference to `this` in order to allow method chaining
59201
+ */
59202
+ addIllustrationAriaLabelledBy(
59203
+ /**
59204
+ * The illustrationAriaLabelledBy to add; if empty, nothing is inserted
59205
+ */
59206
+ vIllustrationAriaLabelledBy: sap.ui.core.ID | sap.ui.core.Control
59207
+ ): this;
58890
59208
  /**
58891
59209
  * @SINCE 1.98
58892
59210
  *
@@ -58968,6 +59286,13 @@ declare namespace sap {
58968
59286
  * @returns Value of property `enableVerticalResponsiveness`
58969
59287
  */
58970
59288
  getEnableVerticalResponsiveness(): boolean;
59289
+ /**
59290
+ * @SINCE 1.106.0
59291
+ *
59292
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getIllustrationAriaLabelledBy
59293
+ * illustrationAriaLabelledBy}.
59294
+ */
59295
+ getIllustrationAriaLabelledBy(): sap.ui.core.ID[];
58971
59296
  /**
58972
59297
  * @SINCE 1.98
58973
59298
  *
@@ -59074,6 +59399,28 @@ declare namespace sap {
59074
59399
  * @returns An array of the removed elements (might be empty)
59075
59400
  */
59076
59401
  removeAllAdditionalContent(): sap.m.Button[];
59402
+ /**
59403
+ * @SINCE 1.106.0
59404
+ *
59405
+ * Removes all the controls in the association named {@link #getIllustrationAriaLabelledBy illustrationAriaLabelledBy}.
59406
+ *
59407
+ * @returns An array of the removed elements (might be empty)
59408
+ */
59409
+ removeAllIllustrationAriaLabelledBy(): sap.ui.core.ID[];
59410
+ /**
59411
+ * @SINCE 1.106.0
59412
+ *
59413
+ * Removes an illustrationAriaLabelledBy from the association named {@link #getIllustrationAriaLabelledBy
59414
+ * illustrationAriaLabelledBy}.
59415
+ *
59416
+ * @returns The removed illustrationAriaLabelledBy or `null`
59417
+ */
59418
+ removeIllustrationAriaLabelledBy(
59419
+ /**
59420
+ * The illustrationAriaLabelledBy to be removed or its index or ID
59421
+ */
59422
+ vIllustrationAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
59423
+ ): sap.ui.core.ID | null;
59077
59424
  /**
59078
59425
  * @SINCE 1.98
59079
59426
  *
@@ -59252,6 +59599,26 @@ declare namespace sap {
59252
59599
  * @returns Metadata object describing this class
59253
59600
  */
59254
59601
  static getMetadata(): sap.ui.core.ElementMetadata;
59602
+ /**
59603
+ * @SINCE 1.106.0
59604
+ *
59605
+ * Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
59606
+ *
59607
+ * @returns Reference to `this` in order to allow method chaining
59608
+ */
59609
+ addAriaLabelledBy(
59610
+ /**
59611
+ * The ariaLabelledBy to add; if empty, nothing is inserted
59612
+ */
59613
+ vAriaLabelledBy: sap.ui.core.ID | sap.ui.core.Control
59614
+ ): this;
59615
+ /**
59616
+ * @SINCE 1.106.0
59617
+ *
59618
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
59619
+ * ariaLabelledBy}.
59620
+ */
59621
+ getAriaLabelledBy(): sap.ui.core.ID[];
59255
59622
  /**
59256
59623
  * @SINCE 1.98
59257
59624
  *
@@ -59282,6 +59649,27 @@ declare namespace sap {
59282
59649
  * @returns Value of property `type`
59283
59650
  */
59284
59651
  getType(): string;
59652
+ /**
59653
+ * @SINCE 1.106.0
59654
+ *
59655
+ * Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
59656
+ *
59657
+ * @returns An array of the removed elements (might be empty)
59658
+ */
59659
+ removeAllAriaLabelledBy(): sap.ui.core.ID[];
59660
+ /**
59661
+ * @SINCE 1.106.0
59662
+ *
59663
+ * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
59664
+ *
59665
+ * @returns The removed ariaLabelledBy or `null`
59666
+ */
59667
+ removeAriaLabelledBy(
59668
+ /**
59669
+ * The ariaLabelledBy to be removed or its index or ID
59670
+ */
59671
+ vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
59672
+ ): sap.ui.core.ID | null;
59285
59673
  /**
59286
59674
  * @SINCE 1.98
59287
59675
  *
@@ -60064,7 +60452,7 @@ declare namespace sap {
60064
60452
  * The ariaDescribedBy to be removed or its index or ID
60065
60453
  */
60066
60454
  vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
60067
- ): sap.ui.core.ID;
60455
+ ): sap.ui.core.ID | null;
60068
60456
  /**
60069
60457
  * @SINCE 1.79
60070
60458
  *
@@ -60077,7 +60465,7 @@ declare namespace sap {
60077
60465
  * The ariaDetails to be removed or its index or ID
60078
60466
  */
60079
60467
  vAriaDetails: int | sap.ui.core.ID | sap.ui.core.Control
60080
- ): sap.ui.core.ID;
60468
+ ): sap.ui.core.ID | null;
60081
60469
  /**
60082
60470
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
60083
60471
  *
@@ -60088,7 +60476,7 @@ declare namespace sap {
60088
60476
  * The ariaLabelledBy to be removed or its index or ID
60089
60477
  */
60090
60478
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
60091
- ): sap.ui.core.ID;
60479
+ ): sap.ui.core.ID | null;
60092
60480
  /**
60093
60481
  * Sets a new value for property {@link #getActiveSrc activeSrc}.
60094
60482
  *
@@ -60272,7 +60660,7 @@ declare namespace sap {
60272
60660
  * Instance of the `LightBox` control or undefined
60273
60661
  */
60274
60662
  oLightBox: sap.m.LightBox | undefined
60275
- ): object;
60663
+ ): this;
60276
60664
  /**
60277
60665
  * Sets a new value for property {@link #getHeight height}.
60278
60666
  *
@@ -60646,7 +61034,10 @@ declare namespace sap {
60646
61034
  * - If a `selectedKey` is bound and the user types before the data is loaded, the user's input will
60647
61035
  * be overwritten by the binding update.
60648
61036
  */
60649
- class Input extends sap.m.InputBase {
61037
+ class Input
61038
+ extends sap.m.InputBase
61039
+ implements sap.ui.core.IAccessKeySupport {
61040
+ __implements__sap_ui_core_IAccessKeySupport: boolean;
60650
61041
  /**
60651
61042
  * Constructor for a new `Input`.
60652
61043
  *
@@ -60756,7 +61147,7 @@ declare namespace sap {
60756
61147
  *
60757
61148
  * Fired when the value of the input is changed by user interaction - each keystroke, delete, paste, etc.
60758
61149
  *
60759
- * **Note:** Browsing autocomplete suggestions does not fires the event.
61150
+ * **Note:** Browsing autocomplete suggestions does not fire the event.
60760
61151
  *
60761
61152
  * @returns Reference to `this` in order to allow method chaining
60762
61153
  */
@@ -60783,7 +61174,7 @@ declare namespace sap {
60783
61174
  *
60784
61175
  * Fired when the value of the input is changed by user interaction - each keystroke, delete, paste, etc.
60785
61176
  *
60786
- * **Note:** Browsing autocomplete suggestions does not fires the event.
61177
+ * **Note:** Browsing autocomplete suggestions does not fire the event.
60787
61178
  *
60788
61179
  * @returns Reference to `this` in order to allow method chaining
60789
61180
  */
@@ -61398,7 +61789,8 @@ declare namespace sap {
61398
61789
  *
61399
61790
  * Maximum number of characters. Value '0' means the feature is switched off. This parameter is not compatible
61400
61791
  * with the input type `sap.m.InputType.Number`. If the input type is set to `Number`, the `maxLength` value
61401
- * is ignored.
61792
+ * is ignored. If the `maxLength` is set after there is already a longer value, this value will not get
61793
+ * truncated. The `maxLength` property has effect only when the value is modified by user interaction.
61402
61794
  *
61403
61795
  * Default value is `0`.
61404
61796
  *
@@ -62145,7 +62537,8 @@ declare namespace sap {
62145
62537
  *
62146
62538
  * Maximum number of characters. Value '0' means the feature is switched off. This parameter is not compatible
62147
62539
  * with the input type `sap.m.InputType.Number`. If the input type is set to `Number`, the `maxLength` value
62148
- * is ignored.
62540
+ * is ignored. If the `maxLength` is set after there is already a longer value, this value will not get
62541
+ * truncated. The `maxLength` property has effect only when the value is modified by user interaction.
62149
62542
  *
62150
62543
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
62151
62544
  *
@@ -63139,7 +63532,7 @@ declare namespace sap {
63139
63532
  * The ariaDescribedBy to be removed or its index or ID
63140
63533
  */
63141
63534
  vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
63142
- ): sap.ui.core.ID;
63535
+ ): sap.ui.core.ID | null;
63143
63536
  /**
63144
63537
  * @SINCE 1.27.0
63145
63538
  *
@@ -63152,7 +63545,7 @@ declare namespace sap {
63152
63545
  * The ariaLabelledBy to be removed or its index or ID
63153
63546
  */
63154
63547
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
63155
- ): sap.ui.core.ID;
63548
+ ): sap.ui.core.ID | null;
63156
63549
  /**
63157
63550
  * @SINCE 1.22.1
63158
63551
  *
@@ -63663,9 +64056,11 @@ declare namespace sap {
63663
64056
  implements
63664
64057
  sap.ui.core.Label,
63665
64058
  sap.ui.core.IShrinkable,
64059
+ sap.ui.core.IAccessKeySupport,
63666
64060
  sap.m.IOverflowToolbarContent {
63667
64061
  __implements__sap_ui_core_Label: boolean;
63668
64062
  __implements__sap_ui_core_IShrinkable: boolean;
64063
+ __implements__sap_ui_core_IAccessKeySupport: boolean;
63669
64064
  __implements__sap_m_IOverflowToolbarContent: boolean;
63670
64065
  /**
63671
64066
  * Constructor for a new Label.
@@ -64129,7 +64524,7 @@ declare namespace sap {
64129
64524
  *
64130
64525
  * Additional Information:
64131
64526
  *
64132
- * Check out the API Reference.
64527
+ * Check out the {@link sap.m.LightBoxItem API Reference}.
64133
64528
  */
64134
64529
  class LightBox
64135
64530
  extends sap.ui.core.Control
@@ -64518,10 +64913,12 @@ declare namespace sap {
64518
64913
  implements
64519
64914
  sap.ui.core.IShrinkable,
64520
64915
  sap.ui.core.IFormContent,
64521
- sap.ui.core.ITitleContent {
64916
+ sap.ui.core.ITitleContent,
64917
+ sap.ui.core.IAccessKeySupport {
64522
64918
  __implements__sap_ui_core_IShrinkable: boolean;
64523
64919
  __implements__sap_ui_core_IFormContent: boolean;
64524
64920
  __implements__sap_ui_core_ITitleContent: boolean;
64921
+ __implements__sap_ui_core_IAccessKeySupport: boolean;
64525
64922
  /**
64526
64923
  * Constructor for a new `Link`.
64527
64924
  *
@@ -64926,7 +65323,7 @@ declare namespace sap {
64926
65323
  * The ariaDescribedBy to be removed or its index or ID
64927
65324
  */
64928
65325
  vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
64929
- ): sap.ui.core.ID;
65326
+ ): sap.ui.core.ID | null;
64930
65327
  /**
64931
65328
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
64932
65329
  *
@@ -64937,7 +65334,7 @@ declare namespace sap {
64937
65334
  * The ariaLabelledBy to be removed or its index or ID
64938
65335
  */
64939
65336
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
64940
- ): sap.ui.core.ID;
65337
+ ): sap.ui.core.ID | null;
64941
65338
  /**
64942
65339
  * @SINCE 1.104.0
64943
65340
  *
@@ -66207,6 +66604,20 @@ declare namespace sap {
66207
66604
  */
66208
66605
  oListener?: object
66209
66606
  ): this;
66607
+ /**
66608
+ * This method is a hook for the RenderManager that gets called during the rendering of child Controls.
66609
+ * It allows to add, remove and update existing accessibility attributes (ARIA) of those controls.
66610
+ */
66611
+ enhanceAccessibilityState(
66612
+ /**
66613
+ * The Control that gets rendered by the RenderManager
66614
+ */
66615
+ oElement: sap.ui.core.Control,
66616
+ /**
66617
+ * The mapping of "aria-" prefixed attributes
66618
+ */
66619
+ mAriaProps: object
66620
+ ): void;
66210
66621
  /**
66211
66622
  * @SINCE 1.54
66212
66623
  *
@@ -66518,7 +66929,11 @@ declare namespace sap {
66518
66929
  * Returns growing information as object with "actual" and "total" keys. Note: This function returns "null"
66519
66930
  * if "growing" feature is disabled.
66520
66931
  */
66521
- getGrowingInfo(): object;
66932
+ getGrowingInfo(): {
66933
+ actual: int;
66934
+
66935
+ total: int;
66936
+ } | null;
66522
66937
  /**
66523
66938
  * @SINCE 1.16.0
66524
66939
  *
@@ -66892,7 +67307,7 @@ declare namespace sap {
66892
67307
  * The ariaLabelledBy to be removed or its index or ID
66893
67308
  */
66894
67309
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
66895
- ): sap.ui.core.ID;
67310
+ ): sap.ui.core.ID | null;
66896
67311
  /**
66897
67312
  * Removes a item from the aggregation {@link #getItems items}.
66898
67313
  *
@@ -68052,7 +68467,7 @@ declare namespace sap {
68052
68467
  * The ariaLabelledBy to be removed or its index or ID
68053
68468
  */
68054
68469
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
68055
- ): sap.ui.core.ID;
68470
+ ): sap.ui.core.ID | null;
68056
68471
  /**
68057
68472
  * Sets a new value for property {@link #getCounter counter}.
68058
68473
  *
@@ -69491,7 +69906,7 @@ declare namespace sap {
69491
69906
  * The ariaDescribedBy to be removed or its index or ID
69492
69907
  */
69493
69908
  vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
69494
- ): sap.ui.core.ID;
69909
+ ): sap.ui.core.ID | null;
69495
69910
  /**
69496
69911
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
69497
69912
  *
@@ -69502,7 +69917,7 @@ declare namespace sap {
69502
69917
  * The ariaLabelledBy to be removed or its index or ID
69503
69918
  */
69504
69919
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
69505
- ): sap.ui.core.ID;
69920
+ ): sap.ui.core.ID | null;
69506
69921
  /**
69507
69922
  * Sets a new value for property {@link #getActiveIcon activeIcon}.
69508
69923
  *
@@ -70968,7 +71383,7 @@ declare namespace sap {
70968
71383
  * The ariaDescribedBy to be removed or its index or ID
70969
71384
  */
70970
71385
  vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
70971
- ): sap.ui.core.ID;
71386
+ ): sap.ui.core.ID | null;
70972
71387
  /**
70973
71388
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
70974
71389
  *
@@ -70979,7 +71394,7 @@ declare namespace sap {
70979
71394
  * The ariaLabelledBy to be removed or its index or ID
70980
71395
  */
70981
71396
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
70982
- ): sap.ui.core.ID;
71397
+ ): sap.ui.core.ID | null;
70983
71398
  /**
70984
71399
  * @SINCE 1.54
70985
71400
  *
@@ -75572,7 +75987,7 @@ declare namespace sap {
75572
75987
  /**
75573
75988
  * The screen to which drilldown should happen. The ID or the control itself can be given.
75574
75989
  */
75575
- vPageIdOrControl: string,
75990
+ vPageIdOrControl: string | sap.ui.core.Control,
75576
75991
  /**
75577
75992
  * The type of the transition/animation to apply. Options are "slide" (horizontal movement from the right),
75578
75993
  * "baseSlide", "fade", "flip", and "show" and the names of any registered custom transitions.
@@ -79072,7 +79487,7 @@ declare namespace sap {
79072
79487
  * The ariaDescribedBy to be removed or its index or ID
79073
79488
  */
79074
79489
  vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
79075
- ): sap.ui.core.ID;
79490
+ ): sap.ui.core.ID | null;
79076
79491
  /**
79077
79492
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
79078
79493
  *
@@ -79083,7 +79498,7 @@ declare namespace sap {
79083
79498
  * The ariaLabelledBy to be removed or its index or ID
79084
79499
  */
79085
79500
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
79086
- ): sap.ui.core.ID;
79501
+ ): sap.ui.core.ID | null;
79087
79502
  /**
79088
79503
  * Removes a attribute from the aggregation {@link #getAttributes attributes}.
79089
79504
  *
@@ -79961,7 +80376,7 @@ declare namespace sap {
79961
80376
  * The ariaLabelledBy to be removed or its index or ID
79962
80377
  */
79963
80378
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
79964
- ): sap.ui.core.ID;
80379
+ ): sap.ui.core.ID | null;
79965
80380
  /**
79966
80381
  * @deprecated (since 1.24.0) - There is no replacement for the moment.
79967
80382
  *
@@ -81015,7 +81430,7 @@ declare namespace sap {
81015
81430
  * The ariaDescribedBy to be removed or its index or ID
81016
81431
  */
81017
81432
  vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
81018
- ): sap.ui.core.ID;
81433
+ ): sap.ui.core.ID | null;
81019
81434
  /**
81020
81435
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
81021
81436
  *
@@ -81026,7 +81441,7 @@ declare namespace sap {
81026
81441
  * The ariaLabelledBy to be removed or its index or ID
81027
81442
  */
81028
81443
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
81029
- ): sap.ui.core.ID;
81444
+ ): sap.ui.core.ID | null;
81030
81445
  /**
81031
81446
  * Sets a new value for property {@link #getAdditionalInfo additionalInfo}.
81032
81447
  *
@@ -81421,7 +81836,7 @@ declare namespace sap {
81421
81836
  * The ariaDescribedBy to be removed or its index or ID
81422
81837
  */
81423
81838
  vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
81424
- ): sap.ui.core.ID;
81839
+ ): sap.ui.core.ID | null;
81425
81840
  /**
81426
81841
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
81427
81842
  *
@@ -81432,7 +81847,7 @@ declare namespace sap {
81432
81847
  * The ariaLabelledBy to be removed or its index or ID
81433
81848
  */
81434
81849
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
81435
- ): sap.ui.core.ID;
81850
+ ): sap.ui.core.ID | null;
81436
81851
  /**
81437
81852
  * @SINCE 1.86
81438
81853
  *
@@ -81906,7 +82321,7 @@ declare namespace sap {
81906
82321
  * The ariaDescribedBy to be removed or its index or ID
81907
82322
  */
81908
82323
  vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
81909
- ): sap.ui.core.ID;
82324
+ ): sap.ui.core.ID | null;
81910
82325
  /**
81911
82326
  * @SINCE 1.54
81912
82327
  *
@@ -92301,7 +92716,7 @@ declare namespace sap {
92301
92716
  * The ariaLabelledBy to be removed or its index or ID
92302
92717
  */
92303
92718
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
92304
- ): sap.ui.core.ID;
92719
+ ): sap.ui.core.ID | null;
92305
92720
  /**
92306
92721
  * Removes a row from the aggregation {@link #getRows rows}.
92307
92722
  *
@@ -92803,8 +93218,8 @@ declare namespace sap {
92803
93218
  /**
92804
93219
  * the width to be set to the PlanningCalendar
92805
93220
  */
92806
- sWidth: undefined
92807
- ): object;
93221
+ sWidth: sap.ui.core.CSSSize
93222
+ ): this;
92808
93223
  }
92809
93224
  /**
92810
93225
  * @SINCE 1.50
@@ -95536,7 +95951,7 @@ declare namespace sap {
95536
95951
  * The ariaDescribedBy to be removed or its index or ID
95537
95952
  */
95538
95953
  vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
95539
- ): sap.ui.core.ID;
95954
+ ): sap.ui.core.ID | null;
95540
95955
  /**
95541
95956
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
95542
95957
  *
@@ -95547,7 +95962,7 @@ declare namespace sap {
95547
95962
  * The ariaLabelledBy to be removed or its index or ID
95548
95963
  */
95549
95964
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
95550
- ): sap.ui.core.ID;
95965
+ ): sap.ui.core.ID | null;
95551
95966
  /**
95552
95967
  * Removes a content from the aggregation {@link #getContent content}.
95553
95968
  *
@@ -96245,7 +96660,7 @@ declare namespace sap {
96245
96660
  * The ariaDescribedBy to be removed or its index or ID
96246
96661
  */
96247
96662
  vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
96248
- ): sap.ui.core.ID;
96663
+ ): sap.ui.core.ID | null;
96249
96664
  /**
96250
96665
  * @SINCE 1.69
96251
96666
  *
@@ -96258,7 +96673,7 @@ declare namespace sap {
96258
96673
  * The ariaLabelledBy to be removed or its index or ID
96259
96674
  */
96260
96675
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
96261
- ): sap.ui.core.ID;
96676
+ ): sap.ui.core.ID | null;
96262
96677
  /**
96263
96678
  * @SINCE 1.73
96264
96679
  *
@@ -99013,7 +99428,7 @@ declare namespace sap {
99013
99428
  * The ariaDescribedBy to be removed or its index or ID
99014
99429
  */
99015
99430
  vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
99016
- ): sap.ui.core.ID;
99431
+ ): sap.ui.core.ID | null;
99017
99432
  /**
99018
99433
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
99019
99434
  *
@@ -99024,7 +99439,7 @@ declare namespace sap {
99024
99439
  * The ariaLabelledBy to be removed or its index or ID
99025
99440
  */
99026
99441
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
99027
- ): sap.ui.core.ID;
99442
+ ): sap.ui.core.ID | null;
99028
99443
  /**
99029
99444
  * Sets a new value for property {@link #getActiveHandling activeHandling}.
99030
99445
  *
@@ -99607,7 +100022,7 @@ declare namespace sap {
99607
100022
  * The ariaDescribedBy to be removed or its index or ID
99608
100023
  */
99609
100024
  vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
99610
- ): sap.ui.core.ID;
100025
+ ): sap.ui.core.ID | null;
99611
100026
  /**
99612
100027
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
99613
100028
  *
@@ -99618,7 +100033,7 @@ declare namespace sap {
99618
100033
  * The ariaLabelledBy to be removed or its index or ID
99619
100034
  */
99620
100035
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
99621
- ): sap.ui.core.ID;
100036
+ ): sap.ui.core.ID | null;
99622
100037
  /**
99623
100038
  * Removes a radio button from the group.
99624
100039
  *
@@ -100329,7 +100744,7 @@ declare namespace sap {
100329
100744
  * The ariaDescribedBy to be removed or its index or ID
100330
100745
  */
100331
100746
  vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
100332
- ): sap.ui.core.ID;
100747
+ ): sap.ui.core.ID | null;
100333
100748
  /**
100334
100749
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
100335
100750
  *
@@ -100340,7 +100755,7 @@ declare namespace sap {
100340
100755
  * The ariaLabelledBy to be removed or its index or ID
100341
100756
  */
100342
100757
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
100343
- ): sap.ui.core.ID;
100758
+ ): sap.ui.core.ID | null;
100344
100759
  /**
100345
100760
  * @SINCE 1.50.0
100346
100761
  *
@@ -101234,10 +101649,10 @@ declare namespace sap {
101234
101649
  openBy(
101235
101650
  /**
101236
101651
  * When this control is displayed on tablet or desktop, the ResponsivePopover is positioned relative to
101237
- * this control.
101652
+ * this UI5 control or DOM element.
101238
101653
  */
101239
- oParent: object
101240
- ): object;
101654
+ oParent: sap.ui.core.Control | HTMLElement
101655
+ ): sap.m.Popover | sap.m.Dialog;
101241
101656
  /**
101242
101657
  * Removes all the controls in the association named {@link #getAriaDescribedBy ariaDescribedBy}.
101243
101658
  *
@@ -101268,7 +101683,7 @@ declare namespace sap {
101268
101683
  * The ariaDescribedBy to be removed or its index or ID
101269
101684
  */
101270
101685
  vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
101271
- ): sap.ui.core.ID;
101686
+ ): sap.ui.core.ID | null;
101272
101687
  /**
101273
101688
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
101274
101689
  *
@@ -101279,7 +101694,7 @@ declare namespace sap {
101279
101694
  * The ariaLabelledBy to be removed or its index or ID
101280
101695
  */
101281
101696
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
101282
- ): sap.ui.core.ID;
101697
+ ): sap.ui.core.ID | null;
101283
101698
  /**
101284
101699
  * Removes a content from the aggregation {@link #getContent content}.
101285
101700
  *
@@ -102791,7 +103206,7 @@ declare namespace sap {
102791
103206
  * The ariaDescribedBy to be removed or its index or ID
102792
103207
  */
102793
103208
  vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
102794
- ): sap.ui.core.ID;
103209
+ ): sap.ui.core.ID | null;
102795
103210
  /**
102796
103211
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
102797
103212
  *
@@ -102802,7 +103217,7 @@ declare namespace sap {
102802
103217
  * The ariaLabelledBy to be removed or its index or ID
102803
103218
  */
102804
103219
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
102805
- ): sap.ui.core.ID;
103220
+ ): sap.ui.core.ID | null;
102806
103221
  /**
102807
103222
  * @SINCE 1.34
102808
103223
  *
@@ -103634,7 +104049,7 @@ declare namespace sap {
103634
104049
  * The ariaDescribedBy to be removed or its index or ID
103635
104050
  */
103636
104051
  vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
103637
- ): sap.ui.core.ID;
104052
+ ): sap.ui.core.ID | null;
103638
104053
  /**
103639
104054
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
103640
104055
  *
@@ -103645,7 +104060,7 @@ declare namespace sap {
103645
104060
  * The ariaLabelledBy to be removed or its index or ID
103646
104061
  */
103647
104062
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
103648
- ): sap.ui.core.ID;
104063
+ ): sap.ui.core.ID | null;
103649
104064
  /**
103650
104065
  * @deprecated (since 1.28.0) - replaced by `items` aggregation
103651
104066
  *
@@ -104461,14 +104876,14 @@ declare namespace sap {
104461
104876
  *
104462
104877
  * **Note: ** If duplicate keys exist, the first item matching the key is returned.
104463
104878
  *
104464
- * @returns The `sap.ui.core.Item` instance or `null` if thre is no such item
104879
+ * @returns The `sap.ui.core.Item` instance or `null` if there is no such item
104465
104880
  */
104466
104881
  getItemByKey(
104467
104882
  /**
104468
104883
  * An item key that specifies the item to be retrieved.
104469
104884
  */
104470
104885
  sKey: string
104471
- ): sap.ui.core.Item;
104886
+ ): sap.ui.core.Item | null;
104472
104887
  /**
104473
104888
  * Gets aggregation `items`.
104474
104889
  *
@@ -104757,7 +105172,7 @@ declare namespace sap {
104757
105172
  * The ariaLabelledBy to be removed or its index or ID
104758
105173
  */
104759
105174
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
104760
- ): sap.ui.core.ID;
105175
+ ): sap.ui.core.ID | null;
104761
105176
  /**
104762
105177
  * Removes an item from the aggregation named `items`.
104763
105178
  *
@@ -108596,7 +109011,7 @@ declare namespace sap {
108596
109011
  * The ariaLabelledBy to be removed or its index or ID
108597
109012
  */
108598
109013
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
108599
- ): sap.ui.core.ID;
109014
+ ): sap.ui.core.ID | null;
108600
109015
  /**
108601
109016
  * Removes an item from the aggregation named `items`.
108602
109017
  *
@@ -110445,16 +110860,16 @@ declare namespace sap {
110445
110860
  /**
110446
110861
  * @SINCE 1.75
110447
110862
  *
110448
- * Finds the view object by given key
110863
+ * Finds the view object by given key.
110449
110864
  *
110450
- * @returns the view object which matched the given `sKey`, or null if there is no such view
110865
+ * @returns the view object which matched the given `sKey`, or `null` if there is no such view
110451
110866
  */
110452
110867
  getViewByKey(
110453
110868
  /**
110454
110869
  * The key of the view
110455
110870
  */
110456
110871
  sKey: string
110457
- ): sap.m.SinglePlanningCalendarView;
110872
+ ): sap.m.SinglePlanningCalendarView | null;
110458
110873
  /**
110459
110874
  * Gets content of aggregation {@link #getViews views}.
110460
110875
  *
@@ -111995,7 +112410,7 @@ declare namespace sap {
111995
112410
  * The ariaLabelledBy to be removed or its index or ID
111996
112411
  */
111997
112412
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
111998
- ): sap.ui.core.ID;
112413
+ ): sap.ui.core.ID | null;
111999
112414
  /**
112000
112415
  * @SINCE 1.56
112001
112416
  *
@@ -115748,7 +116163,7 @@ declare namespace sap {
115748
116163
  * The ariaDescribedBy to be removed or its index or ID
115749
116164
  */
115750
116165
  vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
115751
- ): sap.ui.core.ID;
116166
+ ): sap.ui.core.ID | null;
115752
116167
  /**
115753
116168
  * Sets a new value for property {@link #getActiveIcon activeIcon}.
115754
116169
  *
@@ -116501,7 +116916,7 @@ declare namespace sap {
116501
116916
  * The ariaDescribedBy to be removed or its index or ID
116502
116917
  */
116503
116918
  vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
116504
- ): sap.ui.core.ID;
116919
+ ): sap.ui.core.ID | null;
116505
116920
  /**
116506
116921
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
116507
116922
  *
@@ -116512,7 +116927,7 @@ declare namespace sap {
116512
116927
  * The ariaLabelledBy to be removed or its index or ID
116513
116928
  */
116514
116929
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
116515
- ): sap.ui.core.ID;
116930
+ ): sap.ui.core.ID | null;
116516
116931
  /**
116517
116932
  * @SINCE 1.54
116518
116933
  *
@@ -117231,7 +117646,7 @@ declare namespace sap {
117231
117646
  * The ariaLabelledBy to be removed or its index or ID
117232
117647
  */
117233
117648
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
117234
- ): sap.ui.core.ID;
117649
+ ): sap.ui.core.ID | null;
117235
117650
  /**
117236
117651
  * Sets a new value for property {@link #getCustomTextOff customTextOff}.
117237
117652
  *
@@ -119428,7 +119843,7 @@ declare namespace sap {
119428
119843
  * The table to be removed or its index or ID
119429
119844
  */
119430
119845
  vTable: int | sap.ui.core.ID | sap.m.Table
119431
- ): sap.ui.core.ID;
119846
+ ): sap.ui.core.ID | null;
119432
119847
  /**
119433
119848
  * Persist the personalizations
119434
119849
  */
@@ -125755,7 +126170,7 @@ declare namespace sap {
125755
126170
  * The ariaDescribedBy to be removed or its index or ID
125756
126171
  */
125757
126172
  vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
125758
- ): sap.ui.core.ID;
126173
+ ): sap.ui.core.ID | null;
125759
126174
  /**
125760
126175
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
125761
126176
  *
@@ -125766,7 +126181,7 @@ declare namespace sap {
125766
126181
  * The ariaLabelledBy to be removed or its index or ID
125767
126182
  */
125768
126183
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
125769
- ): sap.ui.core.ID;
126184
+ ): sap.ui.core.ID | null;
125770
126185
  /**
125771
126186
  * Sets a new value for property {@link #getEditable editable}.
125772
126187
  *
@@ -126478,7 +126893,7 @@ declare namespace sap {
126478
126893
  * The ariaDescribedBy to be removed or its index or ID
126479
126894
  */
126480
126895
  vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
126481
- ): sap.ui.core.ID;
126896
+ ): sap.ui.core.ID | null;
126482
126897
  /**
126483
126898
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
126484
126899
  *
@@ -126489,7 +126904,7 @@ declare namespace sap {
126489
126904
  * The ariaLabelledBy to be removed or its index or ID
126490
126905
  */
126491
126906
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
126492
- ): sap.ui.core.ID;
126907
+ ): sap.ui.core.ID | null;
126493
126908
  /**
126494
126909
  * Removes a token from the aggregation {@link #getTokens tokens}.
126495
126910
  *
@@ -127026,7 +127441,7 @@ declare namespace sap {
127026
127441
  * The ariaLabelledBy to be removed or its index or ID
127027
127442
  */
127028
127443
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
127029
- ): sap.ui.core.ID;
127444
+ ): sap.ui.core.ID | null;
127030
127445
  /**
127031
127446
  * Removes a content from the aggregation {@link #getContent content}.
127032
127447
  *
@@ -134404,6 +134819,14 @@ declare namespace sap {
134404
134819
  * control. Also, in order to achieve the target Fiori design, the `sapUiNoContentPadding` class needs to
134405
134820
  * be added to the {@link sap.f.DynamicPage} as well as `sapUiResponsivePadding--header`, `sapUiResponsivePadding--content`
134406
134821
  * to the `sap.m.Wizard`.
134822
+ *
134823
+ * **Note:** The `sap.m.Wizard` control does not support runtime (dynamic) changes to the available paths
134824
+ * (when branching is used) or additional steps being added after the last step. What is meant by runtime
134825
+ * (dynamic) changes to the available paths: If the `sap.m.Wizard` is set as branching, and the available
134826
+ * paths are:
134827
+ * - A -> B -> C
134828
+ * - A -> B -> D Changing the `subsequentSteps` association of step C to point to step D (creating
134829
+ * A -> B -> C -> D path) is not supported.
134407
134830
  */
134408
134831
  class Wizard
134409
134832
  extends sap.ui.core.Control
@@ -135423,7 +135846,7 @@ declare namespace sap {
135423
135846
  * The subsequentStep to be removed or its index or ID
135424
135847
  */
135425
135848
  vSubsequentStep: int | sap.ui.core.ID | sap.m.WizardStep
135426
- ): sap.ui.core.ID;
135849
+ ): sap.ui.core.ID | null;
135427
135850
  /**
135428
135851
  * Sets a new value for property {@link #getIcon icon}.
135429
135852
  *
@@ -136755,6 +137178,15 @@ declare namespace sap {
136755
137178
  * DOM element.
136756
137179
  */
136757
137180
  Image = "Image",
137181
+ /**
137182
+ * @EXPERIMENTAL (since 1.106)
137183
+ *
137184
+ * The image is rendered with 'div' tag, containing the inline 'svg' **Note:** Please, be aware that this
137185
+ * feature works under the Browser's Cross-Origin Resource Sharing (CORS) policy. This means that a web
137186
+ * application using those APIs can only request resources from the same origin the application was loaded
137187
+ * from unless the response from other origins includes the right CORS headers.
137188
+ */
137189
+ InlineSvg = "InlineSvg",
136758
137190
  }
136759
137191
  /**
136760
137192
  * @SINCE 1.44.0
@@ -138972,6 +139404,8 @@ declare namespace sap {
138972
139404
 
138973
139405
  "sap/m/Table": undefined;
138974
139406
 
139407
+ "sap/m/table/Util": undefined;
139408
+
138975
139409
  "sap/m/TablePersoController": undefined;
138976
139410
 
138977
139411
  "sap/m/TablePersoDialog": undefined;