@sapui5/types 1.120.11 → 1.120.13

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 (55) hide show
  1. package/LICENSE.txt +13 -10
  2. package/README.md +1 -1
  3. package/package.json +1 -1
  4. package/types/sap.chart.d.ts +58 -6
  5. package/types/sap.esh.search.ui.d.ts +16 -2
  6. package/types/sap.f.d.ts +372 -54
  7. package/types/sap.fe.core.d.ts +11 -3
  8. package/types/sap.fe.macros.d.ts +96 -12
  9. package/types/sap.fe.navigation.d.ts +1 -1
  10. package/types/sap.fe.placeholder.d.ts +1 -1
  11. package/types/sap.fe.templates.d.ts +1 -1
  12. package/types/sap.fe.test.d.ts +1 -1
  13. package/types/sap.fe.tools.d.ts +1 -1
  14. package/types/sap.gantt.d.ts +1001 -139
  15. package/types/sap.insights.d.ts +4 -2
  16. package/types/sap.m.d.ts +3123 -276
  17. package/types/sap.makit.d.ts +115 -14
  18. package/types/sap.me.d.ts +84 -7
  19. package/types/sap.ndc.d.ts +22 -2
  20. package/types/sap.ovp.d.ts +1 -1
  21. package/types/sap.sac.df.d.ts +294 -44
  22. package/types/sap.suite.ui.commons.d.ts +1148 -118
  23. package/types/sap.suite.ui.generic.template.d.ts +10 -2
  24. package/types/sap.suite.ui.microchart.d.ts +184 -28
  25. package/types/sap.tnt.d.ts +40 -8
  26. package/types/sap.ui.codeeditor.d.ts +16 -2
  27. package/types/sap.ui.commons.d.ts +756 -90
  28. package/types/sap.ui.comp.d.ts +884 -50
  29. package/types/sap.ui.core.d.ts +1112 -135
  30. package/types/sap.ui.dt.d.ts +1 -1
  31. package/types/sap.ui.export.d.ts +19 -4
  32. package/types/sap.ui.fl.d.ts +44 -3
  33. package/types/sap.ui.integration.d.ts +144 -6
  34. package/types/sap.ui.layout.d.ts +166 -41
  35. package/types/sap.ui.mdc.d.ts +430 -38
  36. package/types/sap.ui.richtexteditor.d.ts +28 -2
  37. package/types/sap.ui.rta.d.ts +1 -1
  38. package/types/sap.ui.suite.d.ts +27 -3
  39. package/types/sap.ui.support.d.ts +1 -1
  40. package/types/sap.ui.table.d.ts +222 -19
  41. package/types/sap.ui.testrecorder.d.ts +1 -1
  42. package/types/sap.ui.unified.d.ts +431 -35
  43. package/types/sap.ui.ux3.d.ts +524 -31
  44. package/types/sap.ui.vbm.d.ts +6427 -3308
  45. package/types/sap.ui.webc.common.d.ts +7 -1
  46. package/types/sap.ui.webc.fiori.d.ts +351 -29
  47. package/types/sap.ui.webc.main.d.ts +1035 -83
  48. package/types/sap.uiext.inbox.d.ts +124 -13
  49. package/types/sap.ushell.d.ts +147 -12
  50. package/types/sap.ushell_abap.d.ts +1 -1
  51. package/types/sap.uxap.d.ts +118 -18
  52. package/types/sap.viz.d.ts +2619 -130
  53. package/types/sap.zen.commons.d.ts +104 -23
  54. package/types/sap.zen.crosstab.d.ts +96 -16
  55. package/types/sap.zen.dsh.d.ts +255 -149
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.3
1
+ // For Library Version: 1.120.5
2
2
 
3
3
  declare module "sap/zen/crosstab/library" {}
4
4
 
@@ -12,9 +12,9 @@ declare module "sap/zen/crosstab/Crosstab" {
12
12
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
13
13
 
14
14
  /**
15
- * @deprecated (since 1.89.0)
16
- *
17
15
  * Add your documentation for the new Crosstab
16
+ *
17
+ * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
18
18
  */
19
19
  export default class Crosstab extends Control {
20
20
  /**
@@ -54,6 +54,7 @@ declare module "sap/zen/crosstab/Crosstab" {
54
54
  *
55
55
  * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
56
56
  *
57
+ *
57
58
  * @returns Created class / constructor function
58
59
  */
59
60
  static extend<T extends Record<string, unknown>>(
@@ -74,6 +75,7 @@ declare module "sap/zen/crosstab/Crosstab" {
74
75
  /**
75
76
  * Returns a metadata object for class sap.zen.crosstab.Crosstab.
76
77
  *
78
+ *
77
79
  * @returns Metadata object describing this class
78
80
  */
79
81
  static getMetadata(): ElementMetadata;
@@ -82,6 +84,7 @@ declare module "sap/zen/crosstab/Crosstab" {
82
84
  *
83
85
  * Height of the Crosstab.
84
86
  *
87
+ *
85
88
  * @returns Value of property `height`
86
89
  */
87
90
  getHeight(): CSSSize;
@@ -90,6 +93,7 @@ declare module "sap/zen/crosstab/Crosstab" {
90
93
  *
91
94
  * Width of the Crosstab.
92
95
  *
96
+ *
93
97
  * @returns Value of property `width`
94
98
  */
95
99
  getWidth(): CSSSize;
@@ -100,6 +104,7 @@ declare module "sap/zen/crosstab/Crosstab" {
100
104
  *
101
105
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
102
106
  *
107
+ *
103
108
  * @returns Reference to `this` in order to allow method chaining
104
109
  */
105
110
  setHeight(
@@ -115,6 +120,7 @@ declare module "sap/zen/crosstab/Crosstab" {
115
120
  *
116
121
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
117
122
  *
123
+ *
118
124
  * @returns Reference to `this` in order to allow method chaining
119
125
  */
120
126
  setWidth(
@@ -124,7 +130,11 @@ declare module "sap/zen/crosstab/Crosstab" {
124
130
  sWidth?: CSSSize
125
131
  ): this;
126
132
  }
127
-
133
+ /**
134
+ * Describes the settings that can be provided to the Crosstab constructor.
135
+ *
136
+ * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
137
+ */
128
138
  export interface $CrosstabSettings extends $ControlSettings {
129
139
  /**
130
140
  * Width of the Crosstab.
@@ -146,9 +156,9 @@ declare module "sap/zen/crosstab/DataCell" {
146
156
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
147
157
 
148
158
  /**
149
- * @deprecated (since 1.89.0)
150
- *
151
159
  * Add your documentation for the new DataCell
160
+ *
161
+ * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
152
162
  */
153
163
  export default class DataCell extends Control {
154
164
  /**
@@ -188,6 +198,7 @@ declare module "sap/zen/crosstab/DataCell" {
188
198
  *
189
199
  * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
190
200
  *
201
+ *
191
202
  * @returns Created class / constructor function
192
203
  */
193
204
  static extend<T extends Record<string, unknown>>(
@@ -208,6 +219,7 @@ declare module "sap/zen/crosstab/DataCell" {
208
219
  /**
209
220
  * Returns a metadata object for class sap.zen.crosstab.DataCell.
210
221
  *
222
+ *
211
223
  * @returns Metadata object describing this class
212
224
  */
213
225
  static getMetadata(): ElementMetadata;
@@ -218,6 +230,7 @@ declare module "sap/zen/crosstab/DataCell" {
218
230
  *
219
231
  * the area of the data cell
220
232
  *
233
+ *
221
234
  * @returns Value of property `area`
222
235
  */
223
236
  getArea(): object;
@@ -226,6 +239,7 @@ declare module "sap/zen/crosstab/DataCell" {
226
239
  *
227
240
  * the column of the data cell
228
241
  *
242
+ *
229
243
  * @returns Value of property `col`
230
244
  */
231
245
  getCol(): int;
@@ -234,6 +248,7 @@ declare module "sap/zen/crosstab/DataCell" {
234
248
  *
235
249
  * the row of the data cell
236
250
  *
251
+ *
237
252
  * @returns Value of property `row`
238
253
  */
239
254
  getRow(): int;
@@ -242,6 +257,7 @@ declare module "sap/zen/crosstab/DataCell" {
242
257
  *
243
258
  * the table column of the data cell
244
259
  *
260
+ *
245
261
  * @returns Value of property `tableCol`
246
262
  */
247
263
  getTableCol(): int;
@@ -250,6 +266,7 @@ declare module "sap/zen/crosstab/DataCell" {
250
266
  *
251
267
  * the table row of the data cell
252
268
  *
269
+ *
253
270
  * @returns Value of property `tableRow`
254
271
  */
255
272
  getTableRow(): int;
@@ -258,6 +275,7 @@ declare module "sap/zen/crosstab/DataCell" {
258
275
  *
259
276
  * the text of the data cell
260
277
  *
278
+ *
261
279
  * @returns Value of property `text`
262
280
  */
263
281
  getText(): string;
@@ -268,6 +286,7 @@ declare module "sap/zen/crosstab/DataCell" {
268
286
  *
269
287
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
270
288
  *
289
+ *
271
290
  * @returns Reference to `this` in order to allow method chaining
272
291
  */
273
292
  setArea(
@@ -283,6 +302,7 @@ declare module "sap/zen/crosstab/DataCell" {
283
302
  *
284
303
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
285
304
  *
305
+ *
286
306
  * @returns Reference to `this` in order to allow method chaining
287
307
  */
288
308
  setCol(
@@ -298,6 +318,7 @@ declare module "sap/zen/crosstab/DataCell" {
298
318
  *
299
319
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
300
320
  *
321
+ *
301
322
  * @returns Reference to `this` in order to allow method chaining
302
323
  */
303
324
  setRow(
@@ -313,6 +334,7 @@ declare module "sap/zen/crosstab/DataCell" {
313
334
  *
314
335
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
315
336
  *
337
+ *
316
338
  * @returns Reference to `this` in order to allow method chaining
317
339
  */
318
340
  setTableCol(
@@ -328,6 +350,7 @@ declare module "sap/zen/crosstab/DataCell" {
328
350
  *
329
351
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
330
352
  *
353
+ *
331
354
  * @returns Reference to `this` in order to allow method chaining
332
355
  */
333
356
  setTableRow(
@@ -343,6 +366,7 @@ declare module "sap/zen/crosstab/DataCell" {
343
366
  *
344
367
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
345
368
  *
369
+ *
346
370
  * @returns Reference to `this` in order to allow method chaining
347
371
  */
348
372
  setText(
@@ -352,7 +376,11 @@ declare module "sap/zen/crosstab/DataCell" {
352
376
  sText?: string
353
377
  ): this;
354
378
  }
355
-
379
+ /**
380
+ * Describes the settings that can be provided to the DataCell constructor.
381
+ *
382
+ * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
383
+ */
356
384
  export interface $DataCellSettings extends $ControlSettings {
357
385
  /**
358
386
  * the text of the data cell
@@ -394,9 +422,9 @@ declare module "sap/zen/crosstab/HeaderCell" {
394
422
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
395
423
 
396
424
  /**
397
- * @deprecated (since 1.89.0)
398
- *
399
425
  * Add your documentation for the new HeaderCell
426
+ *
427
+ * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
400
428
  */
401
429
  export default class HeaderCell extends Control {
402
430
  /**
@@ -436,6 +464,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
436
464
  *
437
465
  * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
438
466
  *
467
+ *
439
468
  * @returns Created class / constructor function
440
469
  */
441
470
  static extend<T extends Record<string, unknown>>(
@@ -456,6 +485,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
456
485
  /**
457
486
  * Returns a metadata object for class sap.zen.crosstab.HeaderCell.
458
487
  *
488
+ *
459
489
  * @returns Metadata object describing this class
460
490
  */
461
491
  static getMetadata(): ElementMetadata;
@@ -464,6 +494,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
464
494
  *
465
495
  * the alignment of the cell
466
496
  *
497
+ *
467
498
  * @returns Value of property `alignment`
468
499
  */
469
500
  getAlignment(): string;
@@ -472,6 +503,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
472
503
  *
473
504
  * area of the cell
474
505
  *
506
+ *
475
507
  * @returns Value of property `area`
476
508
  */
477
509
  getArea(): object;
@@ -480,6 +512,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
480
512
  *
481
513
  * the column of the cell in the crosstab
482
514
  *
515
+ *
483
516
  * @returns Value of property `col`
484
517
  */
485
518
  getCol(): int;
@@ -488,6 +521,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
488
521
  *
489
522
  * Colspan of the cell
490
523
  *
524
+ *
491
525
  * @returns Value of property `colSpan`
492
526
  */
493
527
  getColSpan(): int;
@@ -496,6 +530,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
496
530
  *
497
531
  * the drillstate of the cell
498
532
  *
533
+ *
499
534
  * @returns Value of property `drillState`
500
535
  */
501
536
  getDrillState(): string;
@@ -504,6 +539,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
504
539
  *
505
540
  * the effective col span
506
541
  *
542
+ *
507
543
  * @returns Value of property `effectiveColSpan`
508
544
  */
509
545
  getEffectiveColSpan(): int;
@@ -512,6 +548,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
512
548
  *
513
549
  * the effective row span
514
550
  *
551
+ *
515
552
  * @returns Value of property `effectiveRowSpan`
516
553
  */
517
554
  getEffectiveRowSpan(): int;
@@ -520,6 +557,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
520
557
  *
521
558
  * helper to format the cell
522
559
  *
560
+ *
523
561
  * @returns Value of property `formatter`
524
562
  */
525
563
  getFormatter(): object;
@@ -528,6 +566,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
528
566
  *
529
567
  * the hierarchy action of the cell
530
568
  *
569
+ *
531
570
  * @returns Value of property `hierarchyAction`
532
571
  */
533
572
  getHierarchyAction(): string;
@@ -536,18 +575,19 @@ declare module "sap/zen/crosstab/HeaderCell" {
536
575
  *
537
576
  * the hierarchy tooltip
538
577
  *
578
+ *
539
579
  * @returns Value of property `hierarchyTooltip`
540
580
  */
541
581
  getHierarchyTooltip(): string;
542
582
  /**
543
- * @deprecated (since 1.89.0)
544
- *
545
583
  * Gets current value of property {@link #getHtmlIE8RowSpan htmlIE8RowSpan}.
546
584
  *
547
585
  * the IE8 row span
548
586
  *
549
587
  * Default value is `1`.
550
588
  *
589
+ * @deprecated (since 1.89.0)
590
+ *
551
591
  * @returns Value of property `htmlIE8RowSpan`
552
592
  */
553
593
  getHtmlIE8RowSpan(): int;
@@ -556,6 +596,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
556
596
  *
557
597
  * the level of the cell
558
598
  *
599
+ *
559
600
  * @returns Value of property `level`
560
601
  */
561
602
  getLevel(): int;
@@ -564,6 +605,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
564
605
  *
565
606
  * the id of the associated member
566
607
  *
608
+ *
567
609
  * @returns Value of property `memberId`
568
610
  */
569
611
  getMemberId(): string;
@@ -572,6 +614,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
572
614
  *
573
615
  * whether to merge the cell if the keys are equal
574
616
  *
617
+ *
575
618
  * @returns Value of property `mergeKey`
576
619
  */
577
620
  getMergeKey(): string;
@@ -580,6 +623,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
580
623
  *
581
624
  * the node alignment
582
625
  *
626
+ *
583
627
  * @returns Value of property `nodeAlignment`
584
628
  */
585
629
  getNodeAlignment(): string;
@@ -588,6 +632,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
588
632
  *
589
633
  * the id of the parent of the associated member
590
634
  *
635
+ *
591
636
  * @returns Value of property `parentMemberId`
592
637
  */
593
638
  getParentMemberId(): string;
@@ -596,6 +641,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
596
641
  *
597
642
  * the row of the cell in the crosstab
598
643
  *
644
+ *
599
645
  * @returns Value of property `row`
600
646
  */
601
647
  getRow(): int;
@@ -604,6 +650,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
604
650
  *
605
651
  * Rowspan of the cell
606
652
  *
653
+ *
607
654
  * @returns Value of property `rowSpan`
608
655
  */
609
656
  getRowSpan(): int;
@@ -612,6 +659,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
612
659
  *
613
660
  * sorting
614
661
  *
662
+ *
615
663
  * @returns Value of property `sort`
616
664
  */
617
665
  getSort(): string;
@@ -620,6 +668,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
620
668
  *
621
669
  * sort action
622
670
  *
671
+ *
623
672
  * @returns Value of property `sortAction`
624
673
  */
625
674
  getSortAction(): string;
@@ -628,6 +677,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
628
677
  *
629
678
  * the text sort index
630
679
  *
680
+ *
631
681
  * @returns Value of property `sortTextIndex`
632
682
  */
633
683
  getSortTextIndex(): int;
@@ -636,6 +686,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
636
686
  *
637
687
  * the column of the table
638
688
  *
689
+ *
639
690
  * @returns Value of property `tableCol`
640
691
  */
641
692
  getTableCol(): int;
@@ -644,6 +695,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
644
695
  *
645
696
  * the row of the tabe
646
697
  *
698
+ *
647
699
  * @returns Value of property `tableRow`
648
700
  */
649
701
  getTableRow(): int;
@@ -652,6 +704,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
652
704
  *
653
705
  * Text of the cell
654
706
  *
707
+ *
655
708
  * @returns Value of property `text`
656
709
  */
657
710
  getText(): string;
@@ -662,6 +715,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
662
715
  *
663
716
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
664
717
  *
718
+ *
665
719
  * @returns Reference to `this` in order to allow method chaining
666
720
  */
667
721
  setAlignment(
@@ -677,6 +731,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
677
731
  *
678
732
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
679
733
  *
734
+ *
680
735
  * @returns Reference to `this` in order to allow method chaining
681
736
  */
682
737
  setArea(
@@ -692,6 +747,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
692
747
  *
693
748
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
694
749
  *
750
+ *
695
751
  * @returns Reference to `this` in order to allow method chaining
696
752
  */
697
753
  setCol(
@@ -707,6 +763,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
707
763
  *
708
764
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
709
765
  *
766
+ *
710
767
  * @returns Reference to `this` in order to allow method chaining
711
768
  */
712
769
  setColSpan(
@@ -722,6 +779,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
722
779
  *
723
780
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
724
781
  *
782
+ *
725
783
  * @returns Reference to `this` in order to allow method chaining
726
784
  */
727
785
  setDrillState(
@@ -737,6 +795,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
737
795
  *
738
796
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
739
797
  *
798
+ *
740
799
  * @returns Reference to `this` in order to allow method chaining
741
800
  */
742
801
  setEffectiveColSpan(
@@ -752,6 +811,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
752
811
  *
753
812
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
754
813
  *
814
+ *
755
815
  * @returns Reference to `this` in order to allow method chaining
756
816
  */
757
817
  setEffectiveRowSpan(
@@ -767,6 +827,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
767
827
  *
768
828
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
769
829
  *
830
+ *
770
831
  * @returns Reference to `this` in order to allow method chaining
771
832
  */
772
833
  setFormatter(
@@ -782,6 +843,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
782
843
  *
783
844
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
784
845
  *
846
+ *
785
847
  * @returns Reference to `this` in order to allow method chaining
786
848
  */
787
849
  setHierarchyAction(
@@ -797,6 +859,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
797
859
  *
798
860
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
799
861
  *
862
+ *
800
863
  * @returns Reference to `this` in order to allow method chaining
801
864
  */
802
865
  setHierarchyTooltip(
@@ -806,8 +869,6 @@ declare module "sap/zen/crosstab/HeaderCell" {
806
869
  sHierarchyTooltip?: string
807
870
  ): this;
808
871
  /**
809
- * @deprecated (since 1.89.0)
810
- *
811
872
  * Sets a new value for property {@link #getHtmlIE8RowSpan htmlIE8RowSpan}.
812
873
  *
813
874
  * the IE8 row span
@@ -816,6 +877,8 @@ declare module "sap/zen/crosstab/HeaderCell" {
816
877
  *
817
878
  * Default value is `1`.
818
879
  *
880
+ * @deprecated (since 1.89.0)
881
+ *
819
882
  * @returns Reference to `this` in order to allow method chaining
820
883
  */
821
884
  setHtmlIE8RowSpan(
@@ -831,6 +894,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
831
894
  *
832
895
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
833
896
  *
897
+ *
834
898
  * @returns Reference to `this` in order to allow method chaining
835
899
  */
836
900
  setLevel(
@@ -846,6 +910,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
846
910
  *
847
911
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
848
912
  *
913
+ *
849
914
  * @returns Reference to `this` in order to allow method chaining
850
915
  */
851
916
  setMemberId(
@@ -861,6 +926,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
861
926
  *
862
927
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
863
928
  *
929
+ *
864
930
  * @returns Reference to `this` in order to allow method chaining
865
931
  */
866
932
  setMergeKey(
@@ -876,6 +942,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
876
942
  *
877
943
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
878
944
  *
945
+ *
879
946
  * @returns Reference to `this` in order to allow method chaining
880
947
  */
881
948
  setNodeAlignment(
@@ -891,6 +958,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
891
958
  *
892
959
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
893
960
  *
961
+ *
894
962
  * @returns Reference to `this` in order to allow method chaining
895
963
  */
896
964
  setParentMemberId(
@@ -906,6 +974,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
906
974
  *
907
975
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
908
976
  *
977
+ *
909
978
  * @returns Reference to `this` in order to allow method chaining
910
979
  */
911
980
  setRow(
@@ -921,6 +990,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
921
990
  *
922
991
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
923
992
  *
993
+ *
924
994
  * @returns Reference to `this` in order to allow method chaining
925
995
  */
926
996
  setRowSpan(
@@ -936,6 +1006,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
936
1006
  *
937
1007
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
938
1008
  *
1009
+ *
939
1010
  * @returns Reference to `this` in order to allow method chaining
940
1011
  */
941
1012
  setSort(
@@ -951,6 +1022,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
951
1022
  *
952
1023
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
953
1024
  *
1025
+ *
954
1026
  * @returns Reference to `this` in order to allow method chaining
955
1027
  */
956
1028
  setSortAction(
@@ -966,6 +1038,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
966
1038
  *
967
1039
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
968
1040
  *
1041
+ *
969
1042
  * @returns Reference to `this` in order to allow method chaining
970
1043
  */
971
1044
  setSortTextIndex(
@@ -981,6 +1054,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
981
1054
  *
982
1055
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
983
1056
  *
1057
+ *
984
1058
  * @returns Reference to `this` in order to allow method chaining
985
1059
  */
986
1060
  setTableCol(
@@ -996,6 +1070,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
996
1070
  *
997
1071
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
998
1072
  *
1073
+ *
999
1074
  * @returns Reference to `this` in order to allow method chaining
1000
1075
  */
1001
1076
  setTableRow(
@@ -1011,6 +1086,7 @@ declare module "sap/zen/crosstab/HeaderCell" {
1011
1086
  *
1012
1087
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1013
1088
  *
1089
+ *
1014
1090
  * @returns Reference to `this` in order to allow method chaining
1015
1091
  */
1016
1092
  setText(
@@ -1020,7 +1096,11 @@ declare module "sap/zen/crosstab/HeaderCell" {
1020
1096
  sText?: string
1021
1097
  ): this;
1022
1098
  }
1023
-
1099
+ /**
1100
+ * Describes the settings that can be provided to the HeaderCell constructor.
1101
+ *
1102
+ * @deprecated (since 1.89.0) - Please use the WD Grid control instead.
1103
+ */
1024
1104
  export interface $HeaderCellSettings extends $ControlSettings {
1025
1105
  /**
1026
1106
  * Rowspan of the cell
@@ -1103,9 +1183,9 @@ declare module "sap/zen/crosstab/HeaderCell" {
1103
1183
  hierarchyTooltip?: string | PropertyBindingInfo;
1104
1184
 
1105
1185
  /**
1106
- * @deprecated (since 1.89.0)
1107
- *
1108
1186
  * the IE8 row span
1187
+ *
1188
+ * @deprecated (since 1.89.0)
1109
1189
  */
1110
1190
  htmlIE8RowSpan?: int | PropertyBindingInfo | `{${string}}`;
1111
1191