@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
@@ -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
  namespace ui {
@@ -2600,7 +2600,7 @@ declare namespace sap {
2600
2600
  * The ariaLabelledBy to be removed or its index or ID
2601
2601
  */
2602
2602
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
2603
- ): sap.ui.core.ID;
2603
+ ): sap.ui.core.ID | null;
2604
2604
  /**
2605
2605
  * @SINCE 1.38.0
2606
2606
  *
@@ -3250,7 +3250,7 @@ declare namespace sap {
3250
3250
  * The ariaLabelledBy to be removed or its index or ID
3251
3251
  */
3252
3252
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
3253
- ): sap.ui.core.ID;
3253
+ ): sap.ui.core.ID | null;
3254
3254
  /**
3255
3255
  * @SINCE 1.74
3256
3256
  *
@@ -3871,7 +3871,7 @@ declare namespace sap {
3871
3871
  * The ariaLabelledBy to be removed or its index or ID
3872
3872
  */
3873
3873
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
3874
- ): sap.ui.core.ID;
3874
+ ): sap.ui.core.ID | null;
3875
3875
  /**
3876
3876
  * Removes a selectedDate from the aggregation {@link #getSelectedDates selectedDates}.
3877
3877
  *
@@ -4484,7 +4484,7 @@ declare namespace sap {
4484
4484
  * The ariaLabelledBy to be removed or its index or ID
4485
4485
  */
4486
4486
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
4487
- ): sap.ui.core.ID;
4487
+ ): sap.ui.core.ID | null;
4488
4488
  /**
4489
4489
  * Removes a selectedDate from the aggregation {@link #getSelectedDates selectedDates}.
4490
4490
  *
@@ -6707,6 +6707,16 @@ declare namespace sap {
6707
6707
  | sap.ui.base.ManagedObject.PropertyBindingInfo
6708
6708
  | `{${string}}`;
6709
6709
 
6710
+ /**
6711
+ * @SINCE 1.105.0
6712
+ *
6713
+ * Allows users to upload all files from a given directory and its corresponding subdirectories.
6714
+ */
6715
+ directory?:
6716
+ | boolean
6717
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
6718
+ | `{${string}}`;
6719
+
6710
6720
  /**
6711
6721
  * @SINCE 1.12.2
6712
6722
  *
@@ -8240,7 +8250,7 @@ declare namespace sap {
8240
8250
  * The ariaLabelledBy to be removed or its index or ID
8241
8251
  */
8242
8252
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
8243
- ): sap.ui.core.ID;
8253
+ ): sap.ui.core.ID | null;
8244
8254
  /**
8245
8255
  * @SINCE 1.38.0
8246
8256
  *
@@ -10027,7 +10037,7 @@ declare namespace sap {
10027
10037
  * The ariaLabelledBy to be removed or its index or ID
10028
10038
  */
10029
10039
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
10030
- ): sap.ui.core.ID;
10040
+ ): sap.ui.core.ID | null;
10031
10041
  /**
10032
10042
  * Removes a selectedDate from the aggregation {@link #getSelectedDates selectedDates}.
10033
10043
  *
@@ -11064,7 +11074,7 @@ declare namespace sap {
11064
11074
  * The ariaLabelledBy to be removed or its index or ID
11065
11075
  */
11066
11076
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
11067
- ): sap.ui.core.ID;
11077
+ ): sap.ui.core.ID | null;
11068
11078
  /**
11069
11079
  * Removes a intervalHeader from the aggregation {@link #getIntervalHeaders intervalHeaders}.
11070
11080
  *
@@ -12060,7 +12070,7 @@ declare namespace sap {
12060
12070
  * The ariaLabelledBy to be removed or its index or ID
12061
12071
  */
12062
12072
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
12063
- ): sap.ui.core.ID;
12073
+ ): sap.ui.core.ID | null;
12064
12074
  /**
12065
12075
  * Removes a selectedDate from the aggregation {@link #getSelectedDates selectedDates}.
12066
12076
  *
@@ -12630,7 +12640,13 @@ declare namespace sap {
12630
12640
  *
12631
12641
  * @returns Containing current RGB values
12632
12642
  */
12633
- getRGB(): object;
12643
+ getRGB(): {
12644
+ r: int;
12645
+
12646
+ g: int;
12647
+
12648
+ b: int;
12649
+ };
12634
12650
  /**
12635
12651
  * @SINCE 1.48.0
12636
12652
  *
@@ -13046,8 +13062,8 @@ declare namespace sap {
13046
13062
  * When this control is displayed on tablet or desktop, the `ColorPickerPopover` is positioned relative
13047
13063
  * to this control
13048
13064
  */
13049
- openBy: Object
13050
- ): Object;
13065
+ openBy: sap.ui.core.Control | HTMLElement
13066
+ ): /* was: sap.m.Popover */ any | /* was: sap.m.Dialog */ any;
13051
13067
  /**
13052
13068
  * @SINCE 1.60.0
13053
13069
  *
@@ -15223,6 +15239,18 @@ declare namespace sap {
15223
15239
  * @returns Value of property `buttonText`
15224
15240
  */
15225
15241
  getButtonText(): string;
15242
+ /**
15243
+ * @SINCE 1.105.0
15244
+ *
15245
+ * Gets current value of property {@link #getDirectory directory}.
15246
+ *
15247
+ * Allows users to upload all files from a given directory and its corresponding subdirectories.
15248
+ *
15249
+ * Default value is `false`.
15250
+ *
15251
+ * @returns Value of property `directory`
15252
+ */
15253
+ getDirectory(): boolean;
15226
15254
  /**
15227
15255
  * Gets current value of property {@link #getEnabled enabled}.
15228
15256
  *
@@ -15660,7 +15688,7 @@ declare namespace sap {
15660
15688
  * The ariaDescribedBy to be removed or its index or ID
15661
15689
  */
15662
15690
  vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
15663
- ): sap.ui.core.ID;
15691
+ ): sap.ui.core.ID | null;
15664
15692
  /**
15665
15693
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
15666
15694
  *
@@ -15671,7 +15699,7 @@ declare namespace sap {
15671
15699
  * The ariaLabelledBy to be removed or its index or ID
15672
15700
  */
15673
15701
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
15674
- ): sap.ui.core.ID;
15702
+ ): sap.ui.core.ID | null;
15675
15703
  /**
15676
15704
  * Removes a headerParameter from the aggregation {@link #getHeaderParameters headerParameters}.
15677
15705
  *
@@ -15746,6 +15774,25 @@ declare namespace sap {
15746
15774
  */
15747
15775
  sButtonText?: string
15748
15776
  ): this;
15777
+ /**
15778
+ * @SINCE 1.105.0
15779
+ *
15780
+ * Sets a new value for property {@link #getDirectory directory}.
15781
+ *
15782
+ * Allows users to upload all files from a given directory and its corresponding subdirectories.
15783
+ *
15784
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
15785
+ *
15786
+ * Default value is `false`.
15787
+ *
15788
+ * @returns Reference to `this` in order to allow method chaining
15789
+ */
15790
+ setDirectory(
15791
+ /**
15792
+ * New value for property `directory`
15793
+ */
15794
+ bDirectory?: boolean
15795
+ ): this;
15749
15796
  /**
15750
15797
  * Sets a new value for property {@link #getEnabled enabled}.
15751
15798
  *
@@ -16808,7 +16855,7 @@ declare namespace sap {
16808
16855
  * The ariaLabelledBy to be removed or its index or ID
16809
16856
  */
16810
16857
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
16811
- ): sap.ui.core.ID;
16858
+ ): sap.ui.core.ID | null;
16812
16859
  /**
16813
16860
  * Removes a item from the aggregation {@link #getItems items}.
16814
16861
  *
@@ -17020,7 +17067,7 @@ declare namespace sap {
17020
17067
  * The ariaLabelledBy to be removed or its index or ID
17021
17068
  */
17022
17069
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
17023
- ): sap.ui.core.ID;
17070
+ ): sap.ui.core.ID | null;
17024
17071
  /**
17025
17072
  * Sets a new value for property {@link #getIcon icon}.
17026
17073
  *
@@ -18357,7 +18404,7 @@ declare namespace sap {
18357
18404
  * The ariaLabelledBy to be removed or its index or ID
18358
18405
  */
18359
18406
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
18360
- ): sap.ui.core.ID;
18407
+ ): sap.ui.core.ID | null;
18361
18408
  /**
18362
18409
  * Sets a new value for property {@link #getIcon icon}.
18363
18410
  *
@@ -18692,7 +18739,7 @@ declare namespace sap {
18692
18739
  * The ariaLabelledBy to be removed or its index or ID
18693
18740
  */
18694
18741
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
18695
- ): sap.ui.core.ID;
18742
+ ): sap.ui.core.ID | null;
18696
18743
  /**
18697
18744
  * Sets a new value for property {@link #getImage image}.
18698
18745
  *
@@ -19322,7 +19369,7 @@ declare namespace sap {
19322
19369
  * The ariaLabelledBy to be removed or its index or ID
19323
19370
  */
19324
19371
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
19325
- ): sap.ui.core.ID;
19372
+ ): sap.ui.core.ID | null;
19326
19373
  /**
19327
19374
  * Removes a content from the aggregation {@link #getContent content}.
19328
19375
  *
@@ -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
  namespace ui {
@@ -3249,14 +3249,14 @@ declare namespace sap {
3249
3249
  ): sap.ui.core.Item | null;
3250
3250
  /**
3251
3251
  *
3252
- * @returns the id of the removed selectedItem or null
3252
+ * @returns the ID of the removed selected item or `null`
3253
3253
  */
3254
3254
  removeSelectedItem(
3255
3255
  /**
3256
- * the selectedItem to remove or its index or id
3256
+ * the selected item to remove or its index or ID
3257
3257
  */
3258
3258
  vSelectedItem: int | string | sap.ui.core.Item
3259
- ): string;
3259
+ ): string | null | undefined;
3260
3260
  /**
3261
3261
  * Sets a new value for property {@link #getEditable editable}.
3262
3262
  *
@@ -3760,25 +3760,25 @@ declare namespace sap {
3760
3760
  /**
3761
3761
  * Removes a collection from the aggregation named `collections`.
3762
3762
  *
3763
- * @returns the removed collection or null
3763
+ * @returns the removed collection or `null`
3764
3764
  */
3765
3765
  removeCollection(
3766
3766
  /**
3767
- * the collection to remove or its index or id
3767
+ * the collection to remove or its index or ID
3768
3768
  */
3769
3769
  vCollection: int | string | sap.ui.ux3.Collection
3770
- ): sap.ui.ux3.Collection;
3770
+ ): sap.ui.ux3.Collection | null;
3771
3771
  /**
3772
3772
  * Removes a content from the aggregation named `content`.
3773
3773
  *
3774
- * @returns the removed content or null
3774
+ * @returns the removed content or `null`
3775
3775
  */
3776
3776
  removeContent(
3777
3777
  /**
3778
- * the content to remove or its index or id
3778
+ * the content to remove or its index or ID
3779
3779
  */
3780
3780
  vContent: int | string | sap.ui.core.Control
3781
- ): sap.ui.core.Control;
3781
+ ): sap.ui.core.Control | null;
3782
3782
  /**
3783
3783
  * Sets a new value for property {@link #getFitParent fitParent}.
3784
3784
  *
@@ -10473,7 +10473,7 @@ declare namespace sap {
10473
10473
  * The associatedItem to be removed or its index or ID
10474
10474
  */
10475
10475
  vAssociatedItem: int | sap.ui.core.ID | sap.ui.ux3.NavigationItem
10476
- ): sap.ui.core.ID;
10476
+ ): sap.ui.core.ID | null;
10477
10477
  /**
10478
10478
  * Removes a item from the aggregation {@link #getItems items}.
10479
10479
  *
@@ -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
  namespace ui {
@@ -14204,7 +14204,7 @@ declare namespace sap {
14204
14204
  * The ariaDescribedBy to be removed or its index or ID
14205
14205
  */
14206
14206
  vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
14207
- ): sap.ui.core.ID;
14207
+ ): sap.ui.core.ID | null;
14208
14208
  /**
14209
14209
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
14210
14210
  *
@@ -14215,7 +14215,7 @@ declare namespace sap {
14215
14215
  * The ariaLabelledBy to be removed or its index or ID
14216
14216
  */
14217
14217
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
14218
- ): sap.ui.core.ID;
14218
+ ): sap.ui.core.ID | null;
14219
14219
  /**
14220
14220
  * Sets a new value for property {@link #getAllowKeyEventRepeat allowKeyEventRepeat}.
14221
14221
  *