@sapui5/ts-types 1.112.1 → 1.113.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 (63) 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 +59 -2
  4. package/types/sap.chart.d.ts +15 -1
  5. package/types/sap.collaboration.d.ts +33 -1
  6. package/types/sap.esh.search.ui.d.ts +405 -1
  7. package/types/sap.f.d.ts +75 -38
  8. package/types/sap.fe.core.d.ts +28 -2
  9. package/types/sap.fe.macros.d.ts +52 -69
  10. package/types/sap.fe.navigation.d.ts +2 -0
  11. package/types/sap.fe.templates.d.ts +6 -0
  12. package/types/sap.fe.test.d.ts +7 -1
  13. package/types/sap.feedback.ui.d.ts +2 -6
  14. package/types/sap.gantt.d.ts +238 -16
  15. package/types/sap.insights.d.ts +1 -1
  16. package/types/sap.landvisz.d.ts +27 -1
  17. package/types/sap.m.d.ts +1854 -85
  18. package/types/sap.makit.d.ts +13 -1
  19. package/types/sap.me.d.ts +17 -1
  20. package/types/sap.ndc.d.ts +10 -2
  21. package/types/sap.ovp.d.ts +7 -1
  22. package/types/sap.rules.ui.d.ts +9 -1
  23. package/types/sap.sac.df.d.ts +62 -1
  24. package/types/sap.sac.grid.d.ts +1 -1
  25. package/types/sap.suite.ui.commons.d.ts +272 -2
  26. package/types/sap.suite.ui.generic.template.d.ts +180 -1
  27. package/types/sap.suite.ui.microchart.d.ts +37 -1
  28. package/types/sap.tnt.d.ts +7 -1
  29. package/types/sap.ui.codeeditor.d.ts +5 -1
  30. package/types/sap.ui.commons.d.ts +197 -1
  31. package/types/sap.ui.comp.d.ts +314 -7
  32. package/types/sap.ui.core.d.ts +1508 -518
  33. package/types/sap.ui.dt.d.ts +1 -1
  34. package/types/sap.ui.export.d.ts +1 -1
  35. package/types/sap.ui.fl.d.ts +13 -1
  36. package/types/sap.ui.generic.app.d.ts +20 -7
  37. package/types/sap.ui.generic.template.d.ts +1 -1
  38. package/types/sap.ui.integration.d.ts +52 -19
  39. package/types/sap.ui.layout.d.ts +43 -1
  40. package/types/sap.ui.mdc.d.ts +1 -1
  41. package/types/sap.ui.richtexteditor.d.ts +11 -1
  42. package/types/sap.ui.rta.d.ts +1 -1
  43. package/types/sap.ui.suite.d.ts +5 -1
  44. package/types/sap.ui.support.d.ts +1 -1
  45. package/types/sap.ui.table.d.ts +63 -7
  46. package/types/sap.ui.testrecorder.d.ts +1 -1
  47. package/types/sap.ui.unified.d.ts +308 -4
  48. package/types/sap.ui.ux3.d.ts +147 -1
  49. package/types/sap.ui.vbm.d.ts +122 -1
  50. package/types/sap.ui.vk.d.ts +375 -2
  51. package/types/sap.ui.vtm.d.ts +73 -1
  52. package/types/sap.ui.webc.common.d.ts +1 -1
  53. package/types/sap.ui.webc.fiori.d.ts +63 -1
  54. package/types/sap.ui.webc.main.d.ts +189 -5
  55. package/types/sap.uiext.inbox.d.ts +27 -1
  56. package/types/sap.ushell.d.ts +375 -79
  57. package/types/sap.ushell_abap.d.ts +1 -1
  58. package/types/sap.uxap.d.ts +26 -1
  59. package/types/sap.viz.d.ts +229 -1
  60. package/types/sap.webanalytics.core.d.ts +1 -1
  61. package/types/sap.zen.commons.d.ts +1 -1
  62. package/types/sap.zen.crosstab.d.ts +1 -1
  63. package/types/sap.zen.dsh.d.ts +10 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.112.0
1
+ // For Library Version: 1.113.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1561,6 +1561,8 @@ declare namespace sap {
1561
1561
  oListener?: object
1562
1562
  ): this;
1563
1563
  /**
1564
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1565
+ *
1564
1566
  * Fires event {@link #event:doubletap doubletap} to attached listeners.
1565
1567
  *
1566
1568
  * @returns Reference to `this` in order to allow method chaining
@@ -1572,6 +1574,8 @@ declare namespace sap {
1572
1574
  mParameters?: object
1573
1575
  ): this;
1574
1576
  /**
1577
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1578
+ *
1575
1579
  * Fires event {@link #event:longpress longpress} to attached listeners.
1576
1580
  *
1577
1581
  * @returns Reference to `this` in order to allow method chaining
@@ -1583,6 +1587,8 @@ declare namespace sap {
1583
1587
  mParameters?: object
1584
1588
  ): this;
1585
1589
  /**
1590
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1591
+ *
1586
1592
  * Fires event {@link #event:tap tap} to attached listeners.
1587
1593
  *
1588
1594
  * @returns Reference to `this` in order to allow method chaining
@@ -2594,6 +2600,8 @@ declare namespace sap {
2594
2600
  oListener?: object
2595
2601
  ): this;
2596
2602
  /**
2603
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2604
+ *
2597
2605
  * Fires event {@link #event:doubletap doubletap} to attached listeners.
2598
2606
  *
2599
2607
  * @returns Reference to `this` in order to allow method chaining
@@ -2605,6 +2613,8 @@ declare namespace sap {
2605
2613
  mParameters?: object
2606
2614
  ): this;
2607
2615
  /**
2616
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2617
+ *
2608
2618
  * Fires event {@link #event:longpress longpress} to attached listeners.
2609
2619
  *
2610
2620
  * @returns Reference to `this` in order to allow method chaining
@@ -2616,6 +2626,8 @@ declare namespace sap {
2616
2626
  mParameters?: object
2617
2627
  ): this;
2618
2628
  /**
2629
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2630
+ *
2619
2631
  * Fires event {@link #event:tap tap} to attached listeners.
2620
2632
  *
2621
2633
  * @returns Reference to `this` in order to allow method chaining
package/types/sap.me.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.112.0
1
+ // For Library Version: 1.113.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -834,6 +834,8 @@ declare namespace sap {
834
834
  oListener?: object
835
835
  ): this;
836
836
  /**
837
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
838
+ *
837
839
  * Fires event {@link #event:changeCurrentDate changeCurrentDate} to attached listeners.
838
840
  *
839
841
  * @returns Reference to `this` in order to allow method chaining
@@ -850,6 +852,8 @@ declare namespace sap {
850
852
  }
851
853
  ): this;
852
854
  /**
855
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
856
+ *
853
857
  * Fires event {@link #event:changeRange changeRange} to attached listeners.
854
858
  *
855
859
  * @returns Reference to `this` in order to allow method chaining
@@ -870,6 +874,8 @@ declare namespace sap {
870
874
  }
871
875
  ): this;
872
876
  /**
877
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
878
+ *
873
879
  * Fires event {@link #event:tapOnDate tapOnDate} to attached listeners.
874
880
  *
875
881
  * @returns Reference to `this` in order to allow method chaining
@@ -2111,6 +2117,8 @@ declare namespace sap {
2111
2117
  oListener?: object
2112
2118
  ): this;
2113
2119
  /**
2120
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2121
+ *
2114
2122
  * Fires event {@link #event:changeDate changeDate} to attached listeners.
2115
2123
  *
2116
2124
  * @returns Reference to `this` in order to allow method chaining
@@ -2131,6 +2139,8 @@ declare namespace sap {
2131
2139
  }
2132
2140
  ): this;
2133
2141
  /**
2142
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2143
+ *
2134
2144
  * Fires event {@link #event:endOfData endOfData} to attached listeners.
2135
2145
  *
2136
2146
  * @returns Reference to `this` in order to allow method chaining
@@ -3313,6 +3323,8 @@ declare namespace sap {
3313
3323
  oListener?: object
3314
3324
  ): this;
3315
3325
  /**
3326
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3327
+ *
3316
3328
  * Fires event {@link #event:collapse collapse} to attached listeners.
3317
3329
  *
3318
3330
  * @returns Reference to `this` in order to allow method chaining
@@ -3324,6 +3336,8 @@ declare namespace sap {
3324
3336
  mParameters?: object
3325
3337
  ): this;
3326
3338
  /**
3339
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3340
+ *
3327
3341
  * Fires event {@link #event:expand expand} to attached listeners.
3328
3342
  *
3329
3343
  * @returns Reference to `this` in order to allow method chaining
@@ -3335,6 +3349,8 @@ declare namespace sap {
3335
3349
  mParameters?: object
3336
3350
  ): this;
3337
3351
  /**
3352
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3353
+ *
3338
3354
  * Fires event {@link #event:select select} to attached listeners.
3339
3355
  *
3340
3356
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.112.0
1
+ // For Library Version: 1.113.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -94,7 +94,9 @@ declare namespace sap {
94
94
  * );
95
95
  * });
96
96
  * ```
97
- *
97
+ * The Barcode Scanner control can open the flashlight of Android devices if supported. The Barcode Scanner
98
+ * control can also scan the barcode from a selected image file in gallery, or a photo taking by System
99
+ * Camera App directly.
98
100
  *
99
101
  * The Barcode Scanner control integrates with the laser scanner when the page is loaded in the Enterprise
100
102
  * Browser on a Zebra device. To enable laser scanning with a Zebra device, two JavaScript files (ebapi.js
@@ -533,6 +535,8 @@ declare namespace sap {
533
535
  oListener?: object
534
536
  ): this;
535
537
  /**
538
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
539
+ *
536
540
  * Fires event {@link #event:inputLiveUpdate inputLiveUpdate} to attached listeners.
537
541
  *
538
542
  * @returns Reference to `this` in order to allow method chaining
@@ -549,6 +553,8 @@ declare namespace sap {
549
553
  }
550
554
  ): this;
551
555
  /**
556
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
557
+ *
552
558
  * Fires event {@link #event:scanFail scanFail} to attached listeners.
553
559
  *
554
560
  * @returns Reference to `this` in order to allow method chaining
@@ -560,6 +566,8 @@ declare namespace sap {
560
566
  mParameters?: object
561
567
  ): this;
562
568
  /**
569
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
570
+ *
563
571
  * Fires event {@link #event:scanSuccess scanSuccess} to attached listeners.
564
572
  *
565
573
  * @returns Reference to `this` in order to allow method chaining
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.112.0
1
+ // For Library Version: 1.113.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -7,12 +7,16 @@ declare namespace sap {
7
7
  namespace ovp {
8
8
  namespace app {
9
9
  /**
10
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
11
+ *
10
12
  * This class contains all extension functions that can be implemented by the application developers in
11
13
  * their extension code. Application developers must not override any methods that are not mentioned in
12
14
  * this documentation.
13
15
  */
14
16
  interface TemplateBaseExtension {
15
17
  /**
18
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
19
+ *
16
20
  * Creates a new subclass of class sap.ovp.app.TemplateBaseExtension with name `sClassName` and enriches
17
21
  * it with the information contained in `oClassInfo`.
18
22
  *
@@ -36,6 +40,8 @@ declare namespace sap {
36
40
  FNMetaImpl?: Function
37
41
  ): Function;
38
42
  /**
43
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
44
+ *
39
45
  * Returns a metadata object for class sap.ovp.app.TemplateBaseExtension.
40
46
  *
41
47
  * @returns Metadata object describing this class
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.112.0
1
+ // For Library Version: 1.113.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace rules {
@@ -147,6 +147,8 @@ declare namespace sap {
147
147
  oListener?: object
148
148
  ): this;
149
149
  /**
150
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
151
+ *
150
152
  * Fires event {@link #event:dataChange dataChange} to attached listeners.
151
153
  *
152
154
  * @returns Reference to `this` in order to allow method chaining
@@ -287,6 +289,8 @@ declare namespace sap {
287
289
  oListener?: object
288
290
  ): this;
289
291
  /**
292
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
293
+ *
290
294
  * Fires event {@link #event:dataChange dataChange} to attached listeners.
291
295
  *
292
296
  * @returns Reference to `this` in order to allow method chaining
@@ -637,6 +641,8 @@ declare namespace sap {
637
641
  oListener?: object
638
642
  ): this;
639
643
  /**
644
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
645
+ *
640
646
  * Fires event {@link #event:change change} to attached listeners.
641
647
  *
642
648
  * @returns Reference to `this` in order to allow method chaining
@@ -1211,6 +1217,8 @@ declare namespace sap {
1211
1217
  oListener?: object
1212
1218
  ): this;
1213
1219
  /**
1220
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1221
+ *
1214
1222
  * Fires event {@link #event:change change} to attached listeners.
1215
1223
  *
1216
1224
  * @returns Reference to `this` in order to allow method chaining
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.112.0
1
+ // For Library Version: 1.113.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace sac {
@@ -497,10 +497,14 @@ declare namespace sap {
497
497
  static getMetadata(): sap.ui.base.Metadata;
498
498
  }
499
499
  /**
500
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
501
+ *
500
502
  * List binding implementation for `OlapModel`.
501
503
  */
502
504
  class OlapListBinding extends sap.ui.model.ListBinding {
503
505
  /**
506
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
507
+ *
504
508
  * Creates a new OlapListBinding.
505
509
  *
506
510
  * This constructor should only be called by subclasses or model implementations, not by application or
@@ -510,6 +514,8 @@ declare namespace sap {
510
514
  constructor();
511
515
 
512
516
  /**
517
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
518
+ *
513
519
  * Creates a new subclass of class sap.sac.df.olap.OlapListBinding with name `sClassName` and enriches it
514
520
  * with the information contained in `oClassInfo`.
515
521
  *
@@ -533,6 +539,8 @@ declare namespace sap {
533
539
  FNMetaImpl?: Function
534
540
  ): Function;
535
541
  /**
542
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
543
+ *
536
544
  * Returns a metadata object for class sap.sac.df.olap.OlapListBinding.
537
545
  *
538
546
  * @returns Metadata object describing this class
@@ -540,10 +548,14 @@ declare namespace sap {
540
548
  static getMetadata(): sap.ui.base.Metadata;
541
549
  }
542
550
  /**
551
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
552
+ *
543
553
  * List binding implementation for `OlapModel`.
544
554
  */
545
555
  class OlapListGridBinding extends sap.ui.model.ListBinding {
546
556
  /**
557
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
558
+ *
547
559
  * Creates a new OlapListGridBinding.
548
560
  *
549
561
  * This constructor should only be called by subclasses or model implementations, not by application or
@@ -553,6 +565,8 @@ declare namespace sap {
553
565
  constructor();
554
566
 
555
567
  /**
568
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
569
+ *
556
570
  * Creates a new subclass of class sap.sac.df.olap.OlapListGridBinding with name `sClassName` and enriches
557
571
  * it with the information contained in `oClassInfo`.
558
572
  *
@@ -576,6 +590,8 @@ declare namespace sap {
576
590
  FNMetaImpl?: Function
577
591
  ): Function;
578
592
  /**
593
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
594
+ *
579
595
  * Returns a metadata object for class sap.sac.df.olap.OlapListGridBinding.
580
596
  *
581
597
  * @returns Metadata object describing this class
@@ -583,10 +599,14 @@ declare namespace sap {
583
599
  static getMetadata(): sap.ui.base.Metadata;
584
600
  }
585
601
  /**
602
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
603
+ *
586
604
  * Property binding implementation for `OlapModel`.
587
605
  */
588
606
  class OlapPropertyBinding extends sap.ui.model.ListBinding {
589
607
  /**
608
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
609
+ *
590
610
  * Creates a new OlapPropertyBinding.
591
611
  *
592
612
  * This constructor should only be called by subclasses or model implementations, not by application or
@@ -596,6 +616,8 @@ declare namespace sap {
596
616
  constructor();
597
617
 
598
618
  /**
619
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
620
+ *
599
621
  * Creates a new subclass of class sap.sac.df.olap.OlapPropertyBinding with name `sClassName` and enriches
600
622
  * it with the information contained in `oClassInfo`.
601
623
  *
@@ -619,6 +641,8 @@ declare namespace sap {
619
641
  FNMetaImpl?: Function
620
642
  ): Function;
621
643
  /**
644
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
645
+ *
622
646
  * Returns a metadata object for class sap.sac.df.olap.OlapPropertyBinding.
623
647
  *
624
648
  * @returns Metadata object describing this class
@@ -752,6 +776,14 @@ declare namespace sap {
752
776
  | sap.ui.base.ManagedObject.PropertyBindingInfo
753
777
  | `{${string}}`;
754
778
 
779
+ /**
780
+ * Sets if the Style Panel of FlexAnalysis is hidden
781
+ */
782
+ hideStylePanel?:
783
+ | boolean
784
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
785
+ | `{${string}}`;
786
+
755
787
  /**
756
788
  * Sets if the menu bar of FlexAnalysis is hidden
757
789
  */
@@ -1254,6 +1286,16 @@ declare namespace sap {
1254
1286
  * @returns Value of property `hideStatusBar`
1255
1287
  */
1256
1288
  getHideStatusBar(): boolean;
1289
+ /**
1290
+ * Gets current value of property {@link #getHideStylePanel hideStylePanel}.
1291
+ *
1292
+ * Sets if the Style Panel of FlexAnalysis is hidden
1293
+ *
1294
+ * Default value is `true`.
1295
+ *
1296
+ * @returns Value of property `hideStylePanel`
1297
+ */
1298
+ getHideStylePanel(): boolean;
1257
1299
  /**
1258
1300
  * Gets current value of property {@link #getHideToolBar hideToolBar}.
1259
1301
  *
@@ -1628,6 +1670,23 @@ declare namespace sap {
1628
1670
  */
1629
1671
  bHideStatusBar?: boolean
1630
1672
  ): this;
1673
+ /**
1674
+ * Sets a new value for property {@link #getHideStylePanel hideStylePanel}.
1675
+ *
1676
+ * Sets if the Style Panel of FlexAnalysis is hidden
1677
+ *
1678
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1679
+ *
1680
+ * Default value is `true`.
1681
+ *
1682
+ * @returns Reference to `this` in order to allow method chaining
1683
+ */
1684
+ setHideStylePanel(
1685
+ /**
1686
+ * New value for property `hideStylePanel`
1687
+ */
1688
+ bHideStylePanel?: boolean
1689
+ ): this;
1631
1690
  /**
1632
1691
  * Sets a new value for property {@link #getHideToolBar hideToolBar}.
1633
1692
  *
@@ -2099,6 +2158,8 @@ declare namespace sap {
2099
2158
  oListener?: object
2100
2159
  ): this;
2101
2160
  /**
2161
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2162
+ *
2102
2163
  * Fires event {@link #event:navigationCmd navigationCmd} to attached listeners.
2103
2164
  *
2104
2165
  * @returns Reference to `this` in order to allow method chaining
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.112.0
1
+ // For Library Version: 1.113.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace sac {