@openui5/ts-types 1.107.1 → 1.108.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.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.107.1
1
+ // For Library Version: 1.108.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1316,7 +1316,7 @@ declare namespace sap {
1316
1316
  | `{${string}}`;
1317
1317
 
1318
1318
  /**
1319
- * @EXPERIMENTAL (since 1.28)
1319
+ * @EXPERIMENTAL (since 1.28) - This feature has a limited functionality.
1320
1320
  *
1321
1321
  * Enables or disables grouping. If grouping is enabled, the table is grouped by the column which is defined
1322
1322
  * in the `groupBy` association.
@@ -1640,7 +1640,7 @@ declare namespace sap {
1640
1640
  | `{${string}}`;
1641
1641
 
1642
1642
  /**
1643
- * @EXPERIMENTAL (since 1.28)
1643
+ * @EXPERIMENTAL (since 1.28) - This feature has a limited functionality.
1644
1644
  *
1645
1645
  * The column by which the table is grouped. Grouping will only be performed if `enableGrouping` is set
1646
1646
  * to `true`. Setting `groupBy` in the view does not work and throws an error. It can only be set if the
@@ -1831,7 +1831,8 @@ declare namespace sap {
1831
1831
 
1832
1832
  interface $TreeTableSettings extends sap.ui.table.$TableSettings {
1833
1833
  /**
1834
- * @deprecated (since 1.46.3) - replaced by the `numberOfExpandedLevels` binding parameter
1834
+ * @deprecated (since 1.46.3) - replaced by the `numberOfExpandedLevels` binding parameter. May not work
1835
+ * with all bindings.
1835
1836
  *
1836
1837
  * Specifies whether the first level is expanded.
1837
1838
  *
@@ -1872,7 +1873,8 @@ declare namespace sap {
1872
1873
  | sap.ui.base.ManagedObject.PropertyBindingInfo;
1873
1874
 
1874
1875
  /**
1875
- * @deprecated (since 1.76) - replaced by the `collapseRecursive` binding parameter
1876
+ * @deprecated (since 1.76) - replaced by the `collapseRecursive` binding parameter. May not work with all
1877
+ * bindings.
1876
1878
  *
1877
1879
  * Setting collapseRecursive to true means, that when collapsing a node all subsequent child nodes will
1878
1880
  * also be collapsed. This property is only supported with sap.ui.model.odata.v2.ODataModel. **Note:** collapseRecursive
@@ -1897,7 +1899,7 @@ declare namespace sap {
1897
1899
  | `{${string}}`;
1898
1900
 
1899
1901
  /**
1900
- * @deprecated (since 1.76) - replaced by the `rootLevel` binding parameter
1902
+ * @deprecated (since 1.76) - replaced by the `rootLevel` binding parameter. May not work with all bindings.
1901
1903
  *
1902
1904
  * The root level is the level of the topmost tree nodes, which will be used as an entry point for OData
1903
1905
  * services. This property is only supported when the TreeTable uses an underlying odata services with hierarchy
@@ -2128,7 +2130,7 @@ declare namespace sap {
2128
2130
  ): this;
2129
2131
  }
2130
2132
  /**
2131
- * @EXPERIMENTAL (since 1.21)
2133
+ * @EXPERIMENTAL (since 1.21) - The AnalyticalColumnMenu will be productized soon.
2132
2134
  *
2133
2135
  * A column menu which is used by the analytical column
2134
2136
  */
@@ -5675,7 +5677,8 @@ declare namespace sap {
5675
5677
  oListener?: object
5676
5678
  ): this;
5677
5679
  /**
5678
- * @EXPERIMENTAL
5680
+ * @EXPERIMENTAL - Experimental! Presently implemented to only work with a very limited set of controls
5681
+ * (e.g. sap.m.Text).
5679
5682
  *
5680
5683
  * Triggers automatic resizing of a column to the widest content.
5681
5684
  */
@@ -6109,7 +6112,8 @@ declare namespace sap {
6109
6112
  ): this;
6110
6113
  /**
6111
6114
  * @deprecated (since 1.56) - replaced by the `sap.ui.export` library.
6112
- * @EXPERIMENTAL
6115
+ * @EXPERIMENTAL - Experimental because the property for the column/cell definitions (sortProperty) could
6116
+ * change in future.
6113
6117
  *
6114
6118
  * Creates a new {@link sap.ui.core.util.Export} object and fills row/column information from the table
6115
6119
  * if not provided. For the cell content, the column's "sortProperty" will be used (experimental!)
@@ -6747,7 +6751,7 @@ declare namespace sap {
6747
6751
  */
6748
6752
  getEnableCustomFilter(): boolean;
6749
6753
  /**
6750
- * @EXPERIMENTAL (since 1.28)
6754
+ * @EXPERIMENTAL (since 1.28) - This feature has a limited functionality.
6751
6755
  *
6752
6756
  * Gets current value of property {@link #getEnableGrouping enableGrouping}.
6753
6757
  *
@@ -6855,7 +6859,7 @@ declare namespace sap {
6855
6859
  */
6856
6860
  getFooter(): sap.ui.core.Control | string;
6857
6861
  /**
6858
- * @EXPERIMENTAL (since 1.28)
6862
+ * @EXPERIMENTAL (since 1.28) - This feature has a limited functionality.
6859
6863
  *
6860
6864
  * ID of the element which is the current target of the association {@link #getGroupBy groupBy}, or `null`.
6861
6865
  */
@@ -7579,7 +7583,7 @@ declare namespace sap {
7579
7583
  bEnableCustomFilter?: boolean
7580
7584
  ): this;
7581
7585
  /**
7582
- * @EXPERIMENTAL (since 1.28)
7586
+ * @EXPERIMENTAL (since 1.28) - This feature has a limited functionality.
7583
7587
  *
7584
7588
  * Sets a new value for property {@link #getEnableGrouping enableGrouping}.
7585
7589
  *
@@ -7727,7 +7731,7 @@ declare namespace sap {
7727
7731
  vFooter: sap.ui.core.Control | string
7728
7732
  ): this;
7729
7733
  /**
7730
- * @EXPERIMENTAL (since 1.28)
7734
+ * @EXPERIMENTAL (since 1.28) - This feature has a limited functionality.
7731
7735
  *
7732
7736
  * Sets the associated {@link #getGroupBy groupBy}.
7733
7737
  *
@@ -8255,7 +8259,7 @@ declare namespace sap {
8255
8259
  */
8256
8260
  getTable(): sap.ui.core.ID;
8257
8261
  /**
8258
- * @EXPERIMENTAL (since 1.21.2)
8262
+ * @EXPERIMENTAL (since 1.21.2) - API might change / feature requires the sap.m library!
8259
8263
  *
8260
8264
  * Opens the personalization dialog for the Table to modify the visibility and the order of the columns.
8261
8265
  *
@@ -8609,7 +8613,8 @@ declare namespace sap {
8609
8613
  }
8610
8614
  ): this;
8611
8615
  /**
8612
- * @deprecated (since 1.76) - replaced by the `collapseRecursive` binding parameter
8616
+ * @deprecated (since 1.76) - replaced by the `collapseRecursive` binding parameter. May not work with all
8617
+ * bindings.
8613
8618
  *
8614
8619
  * Gets current value of property {@link #getCollapseRecursive collapseRecursive}.
8615
8620
  *
@@ -8643,7 +8648,8 @@ declare namespace sap {
8643
8648
  */
8644
8649
  getEnableGrouping(): boolean;
8645
8650
  /**
8646
- * @deprecated (since 1.46.3) - replaced by the `numberOfExpandedLevels` binding parameter
8651
+ * @deprecated (since 1.46.3) - replaced by the `numberOfExpandedLevels` binding parameter. May not work
8652
+ * with all bindings.
8647
8653
  *
8648
8654
  * Gets current value of property {@link #getExpandFirstLevel expandFirstLevel}.
8649
8655
  *
@@ -8685,7 +8691,7 @@ declare namespace sap {
8685
8691
  */
8686
8692
  getGroupHeaderProperty(): string;
8687
8693
  /**
8688
- * @deprecated (since 1.76) - replaced by the `rootLevel` binding parameter
8694
+ * @deprecated (since 1.76) - replaced by the `rootLevel` binding parameter. May not work with all bindings.
8689
8695
  *
8690
8696
  * Gets current value of property {@link #getRootLevel rootLevel}.
8691
8697
  *
@@ -8771,7 +8777,8 @@ declare namespace sap {
8771
8777
  */
8772
8778
  selectAll(): this;
8773
8779
  /**
8774
- * @deprecated (since 1.76) - replaced by the `collapseRecursive` binding parameter
8780
+ * @deprecated (since 1.76) - replaced by the `collapseRecursive` binding parameter. May not work with all
8781
+ * bindings.
8775
8782
  *
8776
8783
  * Sets a new value for property {@link #getCollapseRecursive collapseRecursive}.
8777
8784
  *
@@ -8816,7 +8823,8 @@ declare namespace sap {
8816
8823
  */
8817
8824
  setEnableGrouping(bValue: boolean): this;
8818
8825
  /**
8819
- * @deprecated (since 1.46.3) - replaced by the `numberOfExpandedLevels` binding parameter
8826
+ * @deprecated (since 1.46.3) - replaced by the `numberOfExpandedLevels` binding parameter. May not work
8827
+ * with all bindings.
8820
8828
  *
8821
8829
  * Sets a new value for property {@link #getExpandFirstLevel expandFirstLevel}.
8822
8830
  *
@@ -8889,7 +8897,7 @@ declare namespace sap {
8889
8897
  sGroupHeaderProperty?: string
8890
8898
  ): this;
8891
8899
  /**
8892
- * @deprecated (since 1.76) - replaced by the `rootLevel` binding parameter
8900
+ * @deprecated (since 1.76) - replaced by the `rootLevel` binding parameter. May not work with all bindings.
8893
8901
  *
8894
8902
  * Sets a new value for property {@link #getRootLevel rootLevel}.
8895
8903
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.107.1
1
+ // For Library Version: 1.108.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.107.1
1
+ // For Library Version: 1.108.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -240,8 +240,9 @@ declare namespace sap {
240
240
  /**
241
241
  * @SINCE 1.28.9
242
242
  *
243
- * If set, the first day of the displayed week is this day. Valid values are 0 to 6. If not a valid value
244
- * is set, the default of the used locale is used.
243
+ * If the property is set, this day marks the start of the displayed week. Valid values are 0 to 6. If no
244
+ * valid property is set, the current locale's default is applied. Note: This property should not be used
245
+ * with the calendarWeekNumbering property.
245
246
  */
246
247
  firstDayOfWeek?:
247
248
  | int
@@ -304,6 +305,17 @@ declare namespace sap {
304
305
  | sap.ui.base.ManagedObject.PropertyBindingInfo
305
306
  | `{${string}}`;
306
307
 
308
+ /**
309
+ * @SINCE 1.108.0
310
+ *
311
+ * If set, the calendar week numbering is used for display. If not set, the calendar week numbering of the
312
+ * global configuration is used. Note: This property should not be used with firstDayOfWeek property.
313
+ */
314
+ calendarWeekNumbering?:
315
+ | sap.ui.core.date.CalendarWeekNumbering
316
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
317
+ | `{${string}}`;
318
+
307
319
  /**
308
320
  * Date Ranges for selected dates of the DatePicker
309
321
  */
@@ -523,6 +535,17 @@ declare namespace sap {
523
535
  | sap.ui.base.ManagedObject.PropertyBindingInfo
524
536
  | `{${string}}`;
525
537
 
538
+ /**
539
+ * @SINCE 1.108.0
540
+ *
541
+ * If set, the calendar type is used for display. If not set, the calendar type of the global configuration
542
+ * is used.
543
+ */
544
+ primaryCalendarType?:
545
+ | sap.ui.core.CalendarType
546
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
547
+ | `{${string}}`;
548
+
526
549
  /**
527
550
  * Date ranges for selected dates. If `singleSelection` is set, only the first entry is used.
528
551
  *
@@ -640,6 +663,17 @@ declare namespace sap {
640
663
  | sap.ui.base.ManagedObject.PropertyBindingInfo
641
664
  | `{${string}}`;
642
665
 
666
+ /**
667
+ * @SINCE 1.108.0
668
+ *
669
+ * If set, the calendar type is used for display. If not set, the calendar type of the global configuration
670
+ * is used.
671
+ */
672
+ primaryCalendarType?:
673
+ | sap.ui.core.CalendarType
674
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
675
+ | `{${string}}`;
676
+
643
677
  /**
644
678
  * Date ranges for selected dates. If `singleSelection` is set, only the first entry is used.
645
679
  */
@@ -2327,6 +2361,17 @@ declare namespace sap {
2327
2361
  * ariaLabelledBy}.
2328
2362
  */
2329
2363
  getAriaLabelledBy(): sap.ui.core.ID[];
2364
+ /**
2365
+ * @SINCE 1.108.0
2366
+ *
2367
+ * Gets current value of property {@link #getCalendarWeekNumbering calendarWeekNumbering}.
2368
+ *
2369
+ * If set, the calendar week numbering is used for display. If not set, the calendar week numbering of the
2370
+ * global configuration is used. Note: This property should not be used with firstDayOfWeek property.
2371
+ *
2372
+ * @returns Value of property `calendarWeekNumbering`
2373
+ */
2374
+ getCalendarWeekNumbering(): sap.ui.core.date.CalendarWeekNumbering;
2330
2375
  /**
2331
2376
  * Gets current value of property {@link #getDate date}.
2332
2377
  *
@@ -2349,8 +2394,9 @@ declare namespace sap {
2349
2394
  *
2350
2395
  * Gets current value of property {@link #getFirstDayOfWeek firstDayOfWeek}.
2351
2396
  *
2352
- * If set, the first day of the displayed week is this day. Valid values are 0 to 6. If not a valid value
2353
- * is set, the default of the used locale is used.
2397
+ * If the property is set, this day marks the start of the displayed week. Valid values are 0 to 6. If no
2398
+ * valid property is set, the current locale's default is applied. Note: This property should not be used
2399
+ * with the calendarWeekNumbering property.
2354
2400
  *
2355
2401
  * Default value is `-1`.
2356
2402
  *
@@ -2636,6 +2682,24 @@ declare namespace sap {
2636
2682
  */
2637
2683
  vSpecialDate: int | string | sap.ui.unified.DateTypeRange
2638
2684
  ): sap.ui.unified.DateTypeRange | null;
2685
+ /**
2686
+ * @SINCE 1.108.0
2687
+ *
2688
+ * Sets a new value for property {@link #getCalendarWeekNumbering calendarWeekNumbering}.
2689
+ *
2690
+ * If set, the calendar week numbering is used for display. If not set, the calendar week numbering of the
2691
+ * global configuration is used. Note: This property should not be used with firstDayOfWeek property.
2692
+ *
2693
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2694
+ *
2695
+ * @returns Reference to `this` in order to allow method chaining
2696
+ */
2697
+ setCalendarWeekNumbering(
2698
+ /**
2699
+ * New value for property `calendarWeekNumbering`
2700
+ */
2701
+ sCalendarWeekNumbering?: sap.ui.core.date.CalendarWeekNumbering
2702
+ ): this;
2639
2703
  /**
2640
2704
  * Sets a new value for property {@link #getDate date}.
2641
2705
  *
@@ -2657,8 +2721,9 @@ declare namespace sap {
2657
2721
  *
2658
2722
  * Sets a new value for property {@link #getFirstDayOfWeek firstDayOfWeek}.
2659
2723
  *
2660
- * If set, the first day of the displayed week is this day. Valid values are 0 to 6. If not a valid value
2661
- * is set, the default of the used locale is used.
2724
+ * If the property is set, this day marks the start of the displayed week. Valid values are 0 to 6. If no
2725
+ * valid property is set, the current locale's default is applied. Note: This property should not be used
2726
+ * with the calendarWeekNumbering property.
2662
2727
  *
2663
2728
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2664
2729
  *
@@ -3732,6 +3797,17 @@ declare namespace sap {
3732
3797
  * @returns Value of property `months`
3733
3798
  */
3734
3799
  getMonths(): int;
3800
+ /**
3801
+ * @SINCE 1.108.0
3802
+ *
3803
+ * Gets current value of property {@link #getPrimaryCalendarType primaryCalendarType}.
3804
+ *
3805
+ * If set, the calendar type is used for display. If not set, the calendar type of the global configuration
3806
+ * is used.
3807
+ *
3808
+ * @returns Value of property `primaryCalendarType`
3809
+ */
3810
+ getPrimaryCalendarType(): sap.ui.core.CalendarType;
3735
3811
  /**
3736
3812
  * Gets content of aggregation {@link #getSelectedDates selectedDates}.
3737
3813
  *
@@ -3942,6 +4018,24 @@ declare namespace sap {
3942
4018
  */
3943
4019
  iMonths?: int
3944
4020
  ): this;
4021
+ /**
4022
+ * @SINCE 1.108.0
4023
+ *
4024
+ * Sets a new value for property {@link #getPrimaryCalendarType primaryCalendarType}.
4025
+ *
4026
+ * If set, the calendar type is used for display. If not set, the calendar type of the global configuration
4027
+ * is used.
4028
+ *
4029
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
4030
+ *
4031
+ * @returns Reference to `this` in order to allow method chaining
4032
+ */
4033
+ setPrimaryCalendarType(
4034
+ /**
4035
+ * New value for property `primaryCalendarType`
4036
+ */
4037
+ sPrimaryCalendarType?: sap.ui.core.CalendarType
4038
+ ): this;
3945
4039
  /**
3946
4040
  * Sets a new value for property {@link #getShowHeader showHeader}.
3947
4041
  *
@@ -4351,6 +4445,17 @@ declare namespace sap {
4351
4445
  * ID of the element which is the current target of the association {@link #getLegend legend}, or `null`.
4352
4446
  */
4353
4447
  getLegend(): sap.ui.core.ID;
4448
+ /**
4449
+ * @SINCE 1.108.0
4450
+ *
4451
+ * Gets current value of property {@link #getPrimaryCalendarType primaryCalendarType}.
4452
+ *
4453
+ * If set, the calendar type is used for display. If not set, the calendar type of the global configuration
4454
+ * is used.
4455
+ *
4456
+ * @returns Value of property `primaryCalendarType`
4457
+ */
4458
+ getPrimaryCalendarType(): sap.ui.core.CalendarType;
4354
4459
  /**
4355
4460
  * Gets content of aggregation {@link #getSelectedDates selectedDates}.
4356
4461
  *
@@ -4596,6 +4701,24 @@ declare namespace sap {
4596
4701
  */
4597
4702
  oLegend: sap.ui.core.ID | sap.ui.unified.CalendarLegend
4598
4703
  ): this;
4704
+ /**
4705
+ * @SINCE 1.108.0
4706
+ *
4707
+ * Sets a new value for property {@link #getPrimaryCalendarType primaryCalendarType}.
4708
+ *
4709
+ * If set, the calendar type is used for display. If not set, the calendar type of the global configuration
4710
+ * is used.
4711
+ *
4712
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
4713
+ *
4714
+ * @returns Reference to `this` in order to allow method chaining
4715
+ */
4716
+ setPrimaryCalendarType(
4717
+ /**
4718
+ * New value for property `primaryCalendarType`
4719
+ */
4720
+ sPrimaryCalendarType?: sap.ui.core.CalendarType
4721
+ ): this;
4599
4722
  /**
4600
4723
  * Sets a new value for property {@link #getShowHeader showHeader}.
4601
4724
  *
@@ -5235,8 +5358,9 @@ declare namespace sap {
5235
5358
  /**
5236
5359
  * @SINCE 1.28.9
5237
5360
  *
5238
- * If set, the first day of the displayed week is this day. Valid values are 0 to 6. If not a valid value
5239
- * is set, the default of the used locale is used.
5361
+ * If the property is set, this day marks the start of the displayed week. Valid values are 0 to 6. If no
5362
+ * valid property is set, the current locale's default is applied. Note: This property should not be used
5363
+ * with the calendarWeekNumbering property.
5240
5364
  */
5241
5365
  firstDayOfWeek?:
5242
5366
  | int
@@ -5348,6 +5472,17 @@ declare namespace sap {
5348
5472
  | sap.ui.base.ManagedObject.PropertyBindingInfo
5349
5473
  | `{${string}}`;
5350
5474
 
5475
+ /**
5476
+ * @SINCE 1.108.0
5477
+ *
5478
+ * If set, the calendar week numbering is used for display. If not set, the calendar week numbering of the
5479
+ * global configuration is used. Note: This property should not be used with firstDayOfWeek property.
5480
+ */
5481
+ calendarWeekNumbering?:
5482
+ | sap.ui.core.date.CalendarWeekNumbering
5483
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
5484
+ | `{${string}}`;
5485
+
5351
5486
  /**
5352
5487
  * Dates or date ranges for selected dates.
5353
5488
  *
@@ -5504,7 +5639,8 @@ declare namespace sap {
5504
5639
 
5505
5640
  /**
5506
5641
  * @SINCE 1.93.0
5507
- * @EXPERIMENTAL (since 1.93)
5642
+ * @EXPERIMENTAL (since 1.93) - providing only limited functionality. Also, the API might be changed in
5643
+ * the future.
5508
5644
  *
5509
5645
  * Holds the content of the appointment.
5510
5646
  *
@@ -7897,6 +8033,17 @@ declare namespace sap {
7897
8033
  * ariaLabelledBy}.
7898
8034
  */
7899
8035
  getAriaLabelledBy(): sap.ui.core.ID[];
8036
+ /**
8037
+ * @SINCE 1.108.0
8038
+ *
8039
+ * Gets current value of property {@link #getCalendarWeekNumbering calendarWeekNumbering}.
8040
+ *
8041
+ * If set, the calendar week numbering is used for display. If not set, the calendar week numbering of the
8042
+ * global configuration is used. Note: This property should not be used with firstDayOfWeek property.
8043
+ *
8044
+ * @returns Value of property `calendarWeekNumbering`
8045
+ */
8046
+ getCalendarWeekNumbering(): sap.ui.core.date.CalendarWeekNumbering;
7900
8047
  /**
7901
8048
  * @SINCE 1.38.0
7902
8049
  *
@@ -7913,8 +8060,9 @@ declare namespace sap {
7913
8060
  *
7914
8061
  * Gets current value of property {@link #getFirstDayOfWeek firstDayOfWeek}.
7915
8062
  *
7916
- * If set, the first day of the displayed week is this day. Valid values are 0 to 6. If not a valid value
7917
- * is set, the default of the used locale is used.
8063
+ * If the property is set, this day marks the start of the displayed week. Valid values are 0 to 6. If no
8064
+ * valid property is set, the current locale's default is applied. Note: This property should not be used
8065
+ * with the calendarWeekNumbering property.
7918
8066
  *
7919
8067
  * Default value is `-1`.
7920
8068
  *
@@ -8288,13 +8436,32 @@ declare namespace sap {
8288
8436
  */
8289
8437
  vSpecialDate: int | string | sap.ui.unified.DateTypeRange
8290
8438
  ): sap.ui.unified.DateTypeRange | null;
8439
+ /**
8440
+ * @SINCE 1.108.0
8441
+ *
8442
+ * Sets a new value for property {@link #getCalendarWeekNumbering calendarWeekNumbering}.
8443
+ *
8444
+ * If set, the calendar week numbering is used for display. If not set, the calendar week numbering of the
8445
+ * global configuration is used. Note: This property should not be used with firstDayOfWeek property.
8446
+ *
8447
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
8448
+ *
8449
+ * @returns Reference to `this` in order to allow method chaining
8450
+ */
8451
+ setCalendarWeekNumbering(
8452
+ /**
8453
+ * New value for property `calendarWeekNumbering`
8454
+ */
8455
+ sCalendarWeekNumbering?: sap.ui.core.date.CalendarWeekNumbering
8456
+ ): this;
8291
8457
  /**
8292
8458
  * @SINCE 1.28.9
8293
8459
  *
8294
8460
  * Sets a new value for property {@link #getFirstDayOfWeek firstDayOfWeek}.
8295
8461
  *
8296
- * If set, the first day of the displayed week is this day. Valid values are 0 to 6. If not a valid value
8297
- * is set, the default of the used locale is used.
8462
+ * If the property is set, this day marks the start of the displayed week. Valid values are 0 to 6. If no
8463
+ * valid property is set, the current locale's default is applied. Note: This property should not be used
8464
+ * with the calendarWeekNumbering property.
8298
8465
  *
8299
8466
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
8300
8467
  *
@@ -8583,7 +8750,8 @@ declare namespace sap {
8583
8750
  static getMetadata(): sap.ui.core.ElementMetadata;
8584
8751
  /**
8585
8752
  * @SINCE 1.93.0
8586
- * @EXPERIMENTAL (since 1.93)
8753
+ * @EXPERIMENTAL (since 1.93) - providing only limited functionality. Also, the API might be changed in
8754
+ * the future.
8587
8755
  *
8588
8756
  * Adds some customContent to the aggregation {@link #getCustomContent customContent}.
8589
8757
  *
@@ -8597,7 +8765,8 @@ declare namespace sap {
8597
8765
  ): this;
8598
8766
  /**
8599
8767
  * @SINCE 1.93.0
8600
- * @EXPERIMENTAL (since 1.93)
8768
+ * @EXPERIMENTAL (since 1.93) - providing only limited functionality. Also, the API might be changed in
8769
+ * the future.
8601
8770
  *
8602
8771
  * Destroys all the customContent in the aggregation {@link #getCustomContent customContent}.
8603
8772
  *
@@ -8617,7 +8786,8 @@ declare namespace sap {
8617
8786
  getColor(): sap.ui.core.CSSColor;
8618
8787
  /**
8619
8788
  * @SINCE 1.93.0
8620
- * @EXPERIMENTAL (since 1.93)
8789
+ * @EXPERIMENTAL (since 1.93) - providing only limited functionality. Also, the API might be changed in
8790
+ * the future.
8621
8791
  *
8622
8792
  * Gets content of aggregation {@link #getCustomContent customContent}.
8623
8793
  *
@@ -8699,7 +8869,8 @@ declare namespace sap {
8699
8869
  getTitle(): string;
8700
8870
  /**
8701
8871
  * @SINCE 1.93.0
8702
- * @EXPERIMENTAL (since 1.93)
8872
+ * @EXPERIMENTAL (since 1.93) - providing only limited functionality. Also, the API might be changed in
8873
+ * the future.
8703
8874
  *
8704
8875
  * Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getCustomContent customContent}.
8705
8876
  * and returns its index if found or -1 otherwise.
@@ -8714,7 +8885,8 @@ declare namespace sap {
8714
8885
  ): int;
8715
8886
  /**
8716
8887
  * @SINCE 1.93.0
8717
- * @EXPERIMENTAL (since 1.93)
8888
+ * @EXPERIMENTAL (since 1.93) - providing only limited functionality. Also, the API might be changed in
8889
+ * the future.
8718
8890
  *
8719
8891
  * Inserts a customContent into the aggregation {@link #getCustomContent customContent}.
8720
8892
  *
@@ -8734,7 +8906,8 @@ declare namespace sap {
8734
8906
  ): this;
8735
8907
  /**
8736
8908
  * @SINCE 1.93.0
8737
- * @EXPERIMENTAL (since 1.93)
8909
+ * @EXPERIMENTAL (since 1.93) - providing only limited functionality. Also, the API might be changed in
8910
+ * the future.
8738
8911
  *
8739
8912
  * Removes all the controls from the aggregation {@link #getCustomContent customContent}.
8740
8913
  *
@@ -8745,7 +8918,8 @@ declare namespace sap {
8745
8918
  removeAllCustomContent(): sap.ui.core.Control[];
8746
8919
  /**
8747
8920
  * @SINCE 1.93.0
8748
- * @EXPERIMENTAL (since 1.93)
8921
+ * @EXPERIMENTAL (since 1.93) - providing only limited functionality. Also, the API might be changed in
8922
+ * the future.
8749
8923
  *
8750
8924
  * Removes a customContent from the aggregation {@link #getCustomContent customContent}.
8751
8925
  *
@@ -13128,7 +13302,7 @@ declare namespace sap {
13128
13302
  /**
13129
13303
  * @SINCE 1.16.0
13130
13304
  * @deprecated (since 1.44.0)
13131
- * @EXPERIMENTAL (since 1.16.0)
13305
+ * @EXPERIMENTAL (since 1.16.0) - API is not yet finished and might change completely
13132
13306
  *
13133
13307
  * Switches between two control areas and animates it via CSS transitions
13134
13308
  */
@@ -19408,7 +19582,7 @@ declare namespace sap {
19408
19582
  /**
19409
19583
  * @SINCE 1.15.0
19410
19584
  * @deprecated (since 1.44.0)
19411
- * @EXPERIMENTAL (since 1.15.0)
19585
+ * @EXPERIMENTAL (since 1.15.0) - API is not yet finished and might change completely
19412
19586
  *
19413
19587
  * Provides a main content and a secondary content area
19414
19588
  */
@@ -19950,7 +20124,7 @@ declare namespace sap {
19950
20124
  }
19951
20125
  /**
19952
20126
  * @SINCE 1.16.0
19953
- * @EXPERIMENTAL (since 1.16.0)
20127
+ * @EXPERIMENTAL (since 1.16.0) - API is not yet finished and might change completely
19954
20128
  *
19955
20129
  * Predefined animations for the ContentSwitcher
19956
20130
  */