@sapui5/types 1.120.9 → 1.121.1
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.
- package/package.json +1 -1
- package/types/index.d.ts +1 -0
- package/types/sap.apf.d.ts +50 -18
- package/types/sap.ca.ui.d.ts +1112 -544
- package/types/sap.chart.d.ts +17 -1
- package/types/sap.collaboration.d.ts +185 -64
- package/types/sap.esh.search.ui.d.ts +2 -1886
- package/types/sap.f.d.ts +124 -45
- package/types/sap.fe.core.d.ts +75 -79
- package/types/sap.fe.macros.d.ts +427 -554
- package/types/sap.fe.navigation.d.ts +4 -6
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +9 -0
- package/types/sap.fe.templates.d.ts +1 -7
- package/types/sap.fe.test.d.ts +105 -27
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +222 -63
- package/types/sap.insights.d.ts +115 -1
- package/types/sap.m.d.ts +2105 -303
- package/types/sap.makit.d.ts +11 -1
- package/types/sap.me.d.ts +7 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +134 -75
- package/types/sap.sac.df.d.ts +270 -47
- package/types/sap.suite.ui.commons.d.ts +1318 -19
- package/types/sap.suite.ui.generic.template.d.ts +38 -48
- package/types/sap.suite.ui.microchart.d.ts +63 -1
- package/types/sap.tnt.d.ts +628 -113
- package/types/sap.ui.codeeditor.d.ts +10 -6
- package/types/sap.ui.commons.d.ts +92 -8
- package/types/sap.ui.comp.d.ts +260 -111
- package/types/sap.ui.core.d.ts +500 -186
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +16 -3
- package/types/sap.ui.fl.d.ts +91 -68
- package/types/sap.ui.generic.app.d.ts +250 -193
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +51 -4
- package/types/sap.ui.layout.d.ts +214 -27
- package/types/sap.ui.mdc.d.ts +1544 -811
- package/types/sap.ui.richtexteditor.d.ts +4 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +3 -1
- package/types/sap.ui.support.d.ts +28 -4
- package/types/sap.ui.table.d.ts +65 -11
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +157 -54
- package/types/sap.ui.ux3.d.ts +30 -12
- package/types/sap.ui.vbm.d.ts +6081 -3279
- package/types/sap.ui.vk.d.ts +93 -105
- package/types/sap.ui.vtm.d.ts +681 -211
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +49 -1
- package/types/sap.ui.webc.main.d.ts +144 -9
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +4394 -3926
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +52 -5
- package/types/sap.viz.d.ts +89 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +79 -18
- package/types/sap.zen.crosstab.d.ts +81 -13
- package/types/sap.zen.dsh.d.ts +194 -143
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.121.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
|
|
4
4
|
/**
|
|
@@ -145,6 +145,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
145
145
|
/**
|
|
146
146
|
* Enumeration of possible BulletChart display modes.
|
|
147
147
|
*
|
|
148
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
149
|
+
* 'BulletChartMode'.
|
|
150
|
+
*
|
|
148
151
|
* @deprecated (since 1.34) - Deprecated. sap.suite.ui.microchart.BulletMicroChartModeType should be used.
|
|
149
152
|
*/
|
|
150
153
|
export enum BulletChartMode {
|
|
@@ -159,6 +162,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
159
162
|
}
|
|
160
163
|
/**
|
|
161
164
|
* Comparison operators supported by the calculation builder.
|
|
165
|
+
*
|
|
166
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
167
|
+
* 'CalculationBuilderComparisonOperatorType'.
|
|
162
168
|
*/
|
|
163
169
|
export enum CalculationBuilderComparisonOperatorType {
|
|
164
170
|
/**
|
|
@@ -189,6 +195,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
189
195
|
/**
|
|
190
196
|
* Functions supported by the calculation builder.
|
|
191
197
|
* To add a custom function, use {@link sap.suite.ui.commons.CalculationBuilderFunction}.
|
|
198
|
+
*
|
|
199
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
200
|
+
* 'CalculationBuilderFunctionType'.
|
|
192
201
|
*/
|
|
193
202
|
export enum CalculationBuilderFunctionType {
|
|
194
203
|
/**
|
|
@@ -238,6 +247,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
238
247
|
}
|
|
239
248
|
/**
|
|
240
249
|
* The types of items (operands) that can be used in a calculation builder expression.
|
|
250
|
+
*
|
|
251
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
252
|
+
* 'CalculationBuilderItemType'.
|
|
241
253
|
*/
|
|
242
254
|
export enum CalculationBuilderItemType {
|
|
243
255
|
/**
|
|
@@ -278,6 +290,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
278
290
|
}
|
|
279
291
|
/**
|
|
280
292
|
* Layout of the calculation builder.
|
|
293
|
+
*
|
|
294
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
295
|
+
* 'CalculationBuilderLayoutType'.
|
|
281
296
|
*/
|
|
282
297
|
export enum CalculationBuilderLayoutType {
|
|
283
298
|
/**
|
|
@@ -299,6 +314,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
299
314
|
}
|
|
300
315
|
/**
|
|
301
316
|
* Logical operators supported by the calculation builder.
|
|
317
|
+
*
|
|
318
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
319
|
+
* 'CalculationBuilderLogicalOperatorType'.
|
|
302
320
|
*/
|
|
303
321
|
export enum CalculationBuilderLogicalOperatorType {
|
|
304
322
|
/**
|
|
@@ -320,6 +338,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
320
338
|
}
|
|
321
339
|
/**
|
|
322
340
|
* Arithmetic operators supported by the calculation builder.
|
|
341
|
+
*
|
|
342
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
343
|
+
* 'CalculationBuilderOperatorType'.
|
|
323
344
|
*/
|
|
324
345
|
export enum CalculationBuilderOperatorType {
|
|
325
346
|
/**
|
|
@@ -354,11 +375,17 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
354
375
|
/**
|
|
355
376
|
* Types of expression validation that define when the expression entered into the {@link sap.suite.ui.commons.CalculationBuilder }
|
|
356
377
|
* is validated.
|
|
378
|
+
*
|
|
379
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
380
|
+
* 'CalculationBuilderValidationMode'.
|
|
357
381
|
*/
|
|
358
382
|
export enum CalculationBuilderValidationMode {}
|
|
359
383
|
/**
|
|
360
384
|
* Enumeration of possible theme specific background colors.
|
|
361
385
|
*
|
|
386
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
387
|
+
* 'CommonBackground'.
|
|
388
|
+
*
|
|
362
389
|
* @deprecated (since 1.34) - Deprecated. Moved to sapui5.runtime.
|
|
363
390
|
*/
|
|
364
391
|
export enum CommonBackground {
|
|
@@ -398,6 +425,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
398
425
|
/**
|
|
399
426
|
* The view of the ComparisonChart.
|
|
400
427
|
*
|
|
428
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
429
|
+
* 'ComparisonChartView'.
|
|
430
|
+
*
|
|
401
431
|
* @deprecated (since 1.34) - Deprecated. sap.suite.ui.microchart.ComparisonMicroChartViewType should be
|
|
402
432
|
* used.
|
|
403
433
|
*/
|
|
@@ -414,6 +444,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
414
444
|
/**
|
|
415
445
|
* The marker for the deviation trend.
|
|
416
446
|
*
|
|
447
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
448
|
+
* 'DeviationIndicator'.
|
|
449
|
+
*
|
|
417
450
|
* @deprecated (since 1.34) - Deprecated. Moved to sapui5.runtime.
|
|
418
451
|
*/
|
|
419
452
|
export enum DeviationIndicator {
|
|
@@ -433,6 +466,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
433
466
|
/**
|
|
434
467
|
* Enumeration of possible FacetOverview height settings.
|
|
435
468
|
*
|
|
469
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
470
|
+
* 'FacetOverviewHeight'.
|
|
471
|
+
*
|
|
436
472
|
* @deprecated (since 1.32) - Deprecated. Object page should be used instead.
|
|
437
473
|
*/
|
|
438
474
|
export enum FacetOverviewHeight {
|
|
@@ -471,6 +507,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
471
507
|
}
|
|
472
508
|
/**
|
|
473
509
|
* Modes for the {@link sap.suite.ui.commons.CloudFilePicker}.
|
|
510
|
+
*
|
|
511
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
512
|
+
* 'FilePickerModes'.
|
|
474
513
|
*/
|
|
475
514
|
export enum FilePickerModes {
|
|
476
515
|
/**
|
|
@@ -488,6 +527,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
488
527
|
}
|
|
489
528
|
/**
|
|
490
529
|
* Runtime mode for the {@link sap.suite.ui.commons.CloudFilePicker}.
|
|
530
|
+
*
|
|
531
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
532
|
+
* 'FilePickerType'.
|
|
491
533
|
*/
|
|
492
534
|
export enum FilePickerType {
|
|
493
535
|
/**
|
|
@@ -502,6 +544,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
502
544
|
/**
|
|
503
545
|
* Enumeration of possible frame types.
|
|
504
546
|
*
|
|
547
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
548
|
+
* 'FrameType'.
|
|
549
|
+
*
|
|
505
550
|
* @deprecated (since 1.34) - Deprecated. Moved to openUI5.
|
|
506
551
|
*/
|
|
507
552
|
export enum FrameType {
|
|
@@ -525,6 +570,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
525
570
|
/**
|
|
526
571
|
* The list of possible HeaderContainer views.
|
|
527
572
|
*
|
|
573
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
574
|
+
* 'HeaderContainerView'.
|
|
575
|
+
*
|
|
528
576
|
* @deprecated (since 1.48) - This control is deprecated since 1.48. Please use the equivalent sap.ui.core.Orientation.
|
|
529
577
|
*/
|
|
530
578
|
export enum HeaderContainerView {
|
|
@@ -539,6 +587,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
539
587
|
}
|
|
540
588
|
/**
|
|
541
589
|
* Action buttons for the {@link sap.suite.ui.commons.imageeditor.ImageEditorContainer}.
|
|
590
|
+
*
|
|
591
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
592
|
+
* 'ImageEditorContainerButton'.
|
|
542
593
|
*/
|
|
543
594
|
export enum ImageEditorContainerButton {
|
|
544
595
|
/**
|
|
@@ -556,6 +607,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
556
607
|
}
|
|
557
608
|
/**
|
|
558
609
|
* Mode types for {@link sap.suite.ui.commons.imageeditor.ImageEditorContainer}.
|
|
610
|
+
*
|
|
611
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
612
|
+
* 'ImageEditorContainerMode'.
|
|
559
613
|
*/
|
|
560
614
|
export enum ImageEditorContainerMode {
|
|
561
615
|
/**
|
|
@@ -573,6 +627,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
573
627
|
}
|
|
574
628
|
/**
|
|
575
629
|
* Mode types for {@link sap.suite.ui.commons.imageeditor.ImageEditor}.
|
|
630
|
+
*
|
|
631
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
632
|
+
* 'ImageEditorMode'.
|
|
576
633
|
*/
|
|
577
634
|
export enum ImageEditorMode {
|
|
578
635
|
/**
|
|
@@ -599,6 +656,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
599
656
|
}
|
|
600
657
|
/**
|
|
601
658
|
* Image file format.
|
|
659
|
+
*
|
|
660
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
661
|
+
* 'ImageFormat'.
|
|
602
662
|
*/
|
|
603
663
|
export enum ImageFormat {
|
|
604
664
|
/**
|
|
@@ -613,6 +673,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
613
673
|
/**
|
|
614
674
|
* Enumeration of possible PointTile size settings.
|
|
615
675
|
*
|
|
676
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
677
|
+
* 'InfoTileSize'.
|
|
678
|
+
*
|
|
616
679
|
* @deprecated (since 1.34) - Deprecated. sap.m.InfoTileSize should be used.
|
|
617
680
|
*/
|
|
618
681
|
export enum InfoTileSize {
|
|
@@ -641,6 +704,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
641
704
|
/**
|
|
642
705
|
* Enumeration of possible InfoTile text color settings.
|
|
643
706
|
*
|
|
707
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
708
|
+
* 'InfoTileTextColor'.
|
|
709
|
+
*
|
|
644
710
|
* @deprecated (since 1.34) - Deprecated. sap.m.InfoTileTextColor should be used.
|
|
645
711
|
*/
|
|
646
712
|
export enum InfoTileTextColor {
|
|
@@ -660,6 +726,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
660
726
|
/**
|
|
661
727
|
* Enumeration of possible InfoTile value color settings.
|
|
662
728
|
*
|
|
729
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
730
|
+
* 'InfoTileValueColor'.
|
|
731
|
+
*
|
|
663
732
|
* @deprecated (since 1.34) - Deprecated. sap.m.InfoTileValueColor should be used.
|
|
664
733
|
*/
|
|
665
734
|
export enum InfoTileValueColor {
|
|
@@ -682,6 +751,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
682
751
|
}
|
|
683
752
|
/**
|
|
684
753
|
* Supported Layout Types for {@link sap.suite.ui.commons.BaseContainer}.
|
|
754
|
+
*
|
|
755
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
756
|
+
* 'LayoutType'.
|
|
685
757
|
*/
|
|
686
758
|
export enum LayoutType {
|
|
687
759
|
/**
|
|
@@ -700,6 +772,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
700
772
|
/**
|
|
701
773
|
* Enumeration of possible load states for LoadableView.
|
|
702
774
|
*
|
|
775
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
776
|
+
* 'LoadState'.
|
|
777
|
+
*
|
|
703
778
|
* @deprecated (since 1.34) - Deprecated. sap.m.LoadState should be used.
|
|
704
779
|
*/
|
|
705
780
|
export enum LoadState {
|
|
@@ -723,6 +798,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
723
798
|
/**
|
|
724
799
|
* The list of possible MicroAreaChart views.
|
|
725
800
|
*
|
|
801
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
802
|
+
* 'MicroAreaChartView'.
|
|
803
|
+
*
|
|
726
804
|
* @deprecated (since 1.34) - Deprecated. sap.suite.ui.microchart.AreaMicroChartViewType should be used.
|
|
727
805
|
*/
|
|
728
806
|
export enum MicroAreaChartView {
|
|
@@ -739,6 +817,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
739
817
|
* Options that define how the micro process flow should be rendered inside its parent container.
|
|
740
818
|
* These options can be useful when the width of the parent container does not allow for all nodes in the
|
|
741
819
|
* micro process flow to be displayed on the same line.
|
|
820
|
+
*
|
|
821
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
822
|
+
* 'MicroProcessFlowRenderType'.
|
|
742
823
|
*/
|
|
743
824
|
export enum MicroProcessFlowRenderType {
|
|
744
825
|
/**
|
|
@@ -769,6 +850,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
769
850
|
}
|
|
770
851
|
/**
|
|
771
852
|
* Describes the state of a connection label.
|
|
853
|
+
*
|
|
854
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
855
|
+
* 'ProcessFlowConnectionLabelState'.
|
|
772
856
|
*/
|
|
773
857
|
export enum ProcessFlowConnectionLabelState {
|
|
774
858
|
/**
|
|
@@ -790,6 +874,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
790
874
|
}
|
|
791
875
|
/**
|
|
792
876
|
* Describes the state of a connection.
|
|
877
|
+
*
|
|
878
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
879
|
+
* 'ProcessFlowConnectionState'.
|
|
793
880
|
*/
|
|
794
881
|
export enum ProcessFlowConnectionState {
|
|
795
882
|
/**
|
|
@@ -811,6 +898,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
811
898
|
}
|
|
812
899
|
/**
|
|
813
900
|
* Describes the type of a connection.
|
|
901
|
+
*
|
|
902
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
903
|
+
* 'ProcessFlowConnectionType'.
|
|
814
904
|
*/
|
|
815
905
|
export enum ProcessFlowConnectionType {
|
|
816
906
|
/**
|
|
@@ -825,6 +915,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
825
915
|
/**
|
|
826
916
|
* The ProcessFlow calculates the ProcessFlowDisplayState based on the 'focused' and 'highlighted' properties
|
|
827
917
|
* of each node.
|
|
918
|
+
*
|
|
919
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
920
|
+
* 'ProcessFlowDisplayState'.
|
|
828
921
|
*/
|
|
829
922
|
export enum ProcessFlowDisplayState {
|
|
830
923
|
/**
|
|
@@ -874,6 +967,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
874
967
|
* is displayed (that is, if the lane header is displayed with documents underneath), the given state values
|
|
875
968
|
* of the lane header are ignored and will be calculated in the ProcessFlow according to the current state
|
|
876
969
|
* of the documents.
|
|
970
|
+
*
|
|
971
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
972
|
+
* 'ProcessFlowLaneState'.
|
|
877
973
|
*/
|
|
878
974
|
export enum ProcessFlowLaneState {
|
|
879
975
|
/**
|
|
@@ -889,6 +985,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
889
985
|
/**
|
|
890
986
|
* Describes the state connected to the content it is representing in the Process Flow Node. The state is
|
|
891
987
|
* also displayed in the Process Flow Lane Header as a color segment of the donut.
|
|
988
|
+
*
|
|
989
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
990
|
+
* 'ProcessFlowNodeState'.
|
|
892
991
|
*/
|
|
893
992
|
export enum ProcessFlowNodeState {
|
|
894
993
|
/**
|
|
@@ -923,6 +1022,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
923
1022
|
* Describes the type of a node. The type value could be single or aggregated. With this type, the application
|
|
924
1023
|
* can define if several nodes should be displayed as one aggregated node in a path per column to represent
|
|
925
1024
|
* a grouping of semantically equal nodes.
|
|
1025
|
+
*
|
|
1026
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
1027
|
+
* 'ProcessFlowNodeType'.
|
|
926
1028
|
*/
|
|
927
1029
|
export enum ProcessFlowNodeType {
|
|
928
1030
|
/**
|
|
@@ -936,6 +1038,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
936
1038
|
}
|
|
937
1039
|
/**
|
|
938
1040
|
* The zoom level defines level of details for the node and how much space the process flow requires.
|
|
1041
|
+
*
|
|
1042
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
1043
|
+
* 'ProcessFlowZoomLevel'.
|
|
939
1044
|
*/
|
|
940
1045
|
export enum ProcessFlowZoomLevel {
|
|
941
1046
|
/**
|
|
@@ -957,6 +1062,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
957
1062
|
}
|
|
958
1063
|
/**
|
|
959
1064
|
* File selection mode(Upload) for the {@link sap.suite.ui.commons.CloudFilePicker}.
|
|
1065
|
+
*
|
|
1066
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
1067
|
+
* 'SelectionModes'.
|
|
960
1068
|
*/
|
|
961
1069
|
export enum SelectionModes {
|
|
962
1070
|
/**
|
|
@@ -971,6 +1079,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
971
1079
|
/**
|
|
972
1080
|
* SelectionState
|
|
973
1081
|
*
|
|
1082
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
1083
|
+
* 'SelectionState'.
|
|
1084
|
+
*
|
|
974
1085
|
* @deprecated (since 1.48) - This Enumeration is deprecated as it is not used anywhere.
|
|
975
1086
|
*/
|
|
976
1087
|
export enum SelectionState {
|
|
@@ -990,6 +1101,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
990
1101
|
/**
|
|
991
1102
|
* Defines the way how UnifiedThingGroup control is rendered.
|
|
992
1103
|
*
|
|
1104
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
1105
|
+
* 'ThingGroupDesign'.
|
|
1106
|
+
*
|
|
993
1107
|
* @deprecated (since 1.32) - Deprecated. Object page should be used instead.
|
|
994
1108
|
*/
|
|
995
1109
|
export enum ThingGroupDesign {
|
|
@@ -1004,6 +1118,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
1004
1118
|
}
|
|
1005
1119
|
/**
|
|
1006
1120
|
* The alignment of timeline posts relative to the timeline axis.
|
|
1121
|
+
*
|
|
1122
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
1123
|
+
* 'TimelineAlignment'.
|
|
1007
1124
|
*/
|
|
1008
1125
|
export enum TimelineAlignment {
|
|
1009
1126
|
/**
|
|
@@ -1029,6 +1146,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
1029
1146
|
}
|
|
1030
1147
|
/**
|
|
1031
1148
|
* Defines the orientation of the timeline axis.
|
|
1149
|
+
*
|
|
1150
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
1151
|
+
* 'TimelineAxisOrientation'.
|
|
1032
1152
|
*/
|
|
1033
1153
|
export enum TimelineAxisOrientation {
|
|
1034
1154
|
/**
|
|
@@ -1042,6 +1162,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
1042
1162
|
}
|
|
1043
1163
|
/**
|
|
1044
1164
|
* Filter type for the timeline.
|
|
1165
|
+
*
|
|
1166
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
1167
|
+
* 'TimelineFilterType'.
|
|
1045
1168
|
*/
|
|
1046
1169
|
export enum TimelineFilterType {
|
|
1047
1170
|
/**
|
|
@@ -1060,6 +1183,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
1060
1183
|
}
|
|
1061
1184
|
/**
|
|
1062
1185
|
* Type of grouping for timeline entries.
|
|
1186
|
+
*
|
|
1187
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
1188
|
+
* 'TimelineGroupType'.
|
|
1063
1189
|
*/
|
|
1064
1190
|
export enum TimelineGroupType {
|
|
1065
1191
|
/**
|
|
@@ -1090,6 +1216,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
1090
1216
|
/**
|
|
1091
1217
|
* Type of the fadeout effect applied to the upper and lower margins of the visible timeline area.
|
|
1092
1218
|
*
|
|
1219
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
1220
|
+
* 'TimelineScrollingFadeout'.
|
|
1221
|
+
*
|
|
1093
1222
|
* @deprecated (since 1.54.0) - Not Fiori.
|
|
1094
1223
|
*/
|
|
1095
1224
|
export enum TimelineScrollingFadeout {
|
|
@@ -1109,6 +1238,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
1109
1238
|
/**
|
|
1110
1239
|
* Marker for the key value status.
|
|
1111
1240
|
*
|
|
1241
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
1242
|
+
* 'ValueStatus'.
|
|
1243
|
+
*
|
|
1112
1244
|
* @deprecated (since 1.32) - Deprecated. Numeric content or any other standard Fiori control should be
|
|
1113
1245
|
* used instead.
|
|
1114
1246
|
*/
|
|
@@ -1134,6 +1266,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
1134
1266
|
export namespace networkgraph {
|
|
1135
1267
|
/**
|
|
1136
1268
|
* Position of a custom action button.
|
|
1269
|
+
*
|
|
1270
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
1271
|
+
* 'networkgraph.ActionButtonPosition'.
|
|
1137
1272
|
*/
|
|
1138
1273
|
enum ActionButtonPosition {
|
|
1139
1274
|
/**
|
|
@@ -1147,6 +1282,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
1147
1282
|
}
|
|
1148
1283
|
/**
|
|
1149
1284
|
* Background color for the network graph.
|
|
1285
|
+
*
|
|
1286
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
1287
|
+
* 'networkgraph.BackgroundColor'.
|
|
1150
1288
|
*/
|
|
1151
1289
|
enum BackgroundColor {
|
|
1152
1290
|
/**
|
|
@@ -1160,6 +1298,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
1160
1298
|
}
|
|
1161
1299
|
/**
|
|
1162
1300
|
* Semantic type of the node status.
|
|
1301
|
+
*
|
|
1302
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
1303
|
+
* 'networkgraph.ElementStatus'.
|
|
1163
1304
|
*/
|
|
1164
1305
|
enum ElementStatus {
|
|
1165
1306
|
/**
|
|
@@ -1185,6 +1326,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
1185
1326
|
}
|
|
1186
1327
|
/**
|
|
1187
1328
|
* States of the Header checkbox.
|
|
1329
|
+
*
|
|
1330
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
1331
|
+
* 'networkgraph.HeaderCheckboxState'.
|
|
1188
1332
|
*/
|
|
1189
1333
|
enum HeaderCheckboxState {
|
|
1190
1334
|
/**
|
|
@@ -1202,6 +1346,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
1202
1346
|
}
|
|
1203
1347
|
/**
|
|
1204
1348
|
* Types of layout algorithms that define the visual features and layout of the network graph.
|
|
1349
|
+
*
|
|
1350
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
1351
|
+
* 'networkgraph.LayoutRenderType'.
|
|
1205
1352
|
*/
|
|
1206
1353
|
enum LayoutRenderType {
|
|
1207
1354
|
/**
|
|
@@ -1227,6 +1374,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
1227
1374
|
}
|
|
1228
1375
|
/**
|
|
1229
1376
|
* Direction of the arrow on the connector line.
|
|
1377
|
+
*
|
|
1378
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
1379
|
+
* 'networkgraph.LineArrowOrientation'.
|
|
1230
1380
|
*/
|
|
1231
1381
|
enum LineArrowOrientation {
|
|
1232
1382
|
/**
|
|
@@ -1248,6 +1398,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
1248
1398
|
}
|
|
1249
1399
|
/**
|
|
1250
1400
|
* Position of the arrow on a connector line.
|
|
1401
|
+
*
|
|
1402
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
1403
|
+
* 'networkgraph.LineArrowPosition'.
|
|
1251
1404
|
*/
|
|
1252
1405
|
enum LineArrowPosition {
|
|
1253
1406
|
/**
|
|
@@ -1266,6 +1419,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
1266
1419
|
}
|
|
1267
1420
|
/**
|
|
1268
1421
|
* Type of connector line used in the network graph.
|
|
1422
|
+
*
|
|
1423
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
1424
|
+
* 'networkgraph.LineType'.
|
|
1269
1425
|
*/
|
|
1270
1426
|
enum LineType {
|
|
1271
1427
|
/**
|
|
@@ -1283,6 +1439,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
1283
1439
|
}
|
|
1284
1440
|
/**
|
|
1285
1441
|
* Type of node placement for Layered Algorithm. See {@link https://rtsys.informatik.uni-kiel.de/confluence/display/KIELER/KLay+Layered+Layout+Options#KLayLayeredLayoutOptions-nodePlacement}
|
|
1442
|
+
*
|
|
1443
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
1444
|
+
* 'networkgraph.NodePlacement'.
|
|
1286
1445
|
*/
|
|
1287
1446
|
enum NodePlacement {
|
|
1288
1447
|
/**
|
|
@@ -1300,6 +1459,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
1300
1459
|
}
|
|
1301
1460
|
/**
|
|
1302
1461
|
* Shape of a node in a network graph.
|
|
1462
|
+
*
|
|
1463
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
1464
|
+
* 'networkgraph.NodeShape'.
|
|
1303
1465
|
*/
|
|
1304
1466
|
enum NodeShape {
|
|
1305
1467
|
/**
|
|
@@ -1317,6 +1479,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
1317
1479
|
}
|
|
1318
1480
|
/**
|
|
1319
1481
|
* Orientation of layered layout.
|
|
1482
|
+
*
|
|
1483
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
1484
|
+
* 'networkgraph.Orientation'.
|
|
1320
1485
|
*/
|
|
1321
1486
|
enum Orientation {
|
|
1322
1487
|
/**
|
|
@@ -1339,6 +1504,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
1339
1504
|
/**
|
|
1340
1505
|
* Determines how nodes are rendered. For optimal performance and usability, it is recommended that you
|
|
1341
1506
|
* use HTML, which allows you to avoid dealing with SVG limitations.
|
|
1507
|
+
*
|
|
1508
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
1509
|
+
* 'networkgraph.RenderType'.
|
|
1342
1510
|
*/
|
|
1343
1511
|
enum RenderType {
|
|
1344
1512
|
/**
|
|
@@ -1361,6 +1529,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
1361
1529
|
* is set to `Linear`.
|
|
1362
1530
|
* The direction types `Clockwise` and `Counterclockwise` are available when {@link sap.suite.ui.commons.statusindicator.FillingType }
|
|
1363
1531
|
* is set to `Circular`.
|
|
1532
|
+
*
|
|
1533
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
1534
|
+
* 'statusindicator.FillingDirectionType'.
|
|
1364
1535
|
*/
|
|
1365
1536
|
enum FillingDirectionType {
|
|
1366
1537
|
/**
|
|
@@ -1390,6 +1561,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
1390
1561
|
}
|
|
1391
1562
|
/**
|
|
1392
1563
|
* The type of filling.
|
|
1564
|
+
*
|
|
1565
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
1566
|
+
* 'statusindicator.FillingType'.
|
|
1393
1567
|
*/
|
|
1394
1568
|
enum FillingType {
|
|
1395
1569
|
/**
|
|
@@ -1409,6 +1583,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
1409
1583
|
}
|
|
1410
1584
|
/**
|
|
1411
1585
|
* The horizontal alignment of the status indicator within its parent container.
|
|
1586
|
+
*
|
|
1587
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
1588
|
+
* 'statusindicator.HorizontalAlignmentType'.
|
|
1412
1589
|
*/
|
|
1413
1590
|
enum HorizontalAlignmentType {
|
|
1414
1591
|
/**
|
|
@@ -1426,6 +1603,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
1426
1603
|
}
|
|
1427
1604
|
/**
|
|
1428
1605
|
* Position of the label, relative to the status indicator.
|
|
1606
|
+
*
|
|
1607
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
1608
|
+
* 'statusindicator.LabelPositionType'.
|
|
1429
1609
|
*/
|
|
1430
1610
|
enum LabelPositionType {
|
|
1431
1611
|
/**
|
|
@@ -1447,6 +1627,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
1447
1627
|
}
|
|
1448
1628
|
/**
|
|
1449
1629
|
* Predefined sizes of the status indicator.
|
|
1630
|
+
*
|
|
1631
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
1632
|
+
* 'statusindicator.SizeType'.
|
|
1450
1633
|
*/
|
|
1451
1634
|
enum SizeType {
|
|
1452
1635
|
/**
|
|
@@ -1472,6 +1655,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
1472
1655
|
}
|
|
1473
1656
|
/**
|
|
1474
1657
|
* The vertical alignment of the status indicator within its parent container.
|
|
1658
|
+
*
|
|
1659
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
1660
|
+
* 'statusindicator.VerticalAlignmentType'.
|
|
1475
1661
|
*/
|
|
1476
1662
|
enum VerticalAlignmentType {
|
|
1477
1663
|
/**
|
|
@@ -1493,6 +1679,9 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
1493
1679
|
/**
|
|
1494
1680
|
* The state of the {@link sap.suite.ui.commons.taccount.TAccountPanel} that defines how T accounts included
|
|
1495
1681
|
* in the panel are displayed.
|
|
1682
|
+
*
|
|
1683
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
1684
|
+
* 'taccount.TAccountPanelState'.
|
|
1496
1685
|
*/
|
|
1497
1686
|
enum TAccountPanelState {
|
|
1498
1687
|
/**
|
|
@@ -1740,6 +1929,252 @@ declare module "sap/suite/ui/commons/AriaProperties" {
|
|
|
1740
1929
|
}
|
|
1741
1930
|
}
|
|
1742
1931
|
|
|
1932
|
+
declare module "sap/suite/ui/commons/BaseContainer" {
|
|
1933
|
+
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
1934
|
+
|
|
1935
|
+
import BasePanel from "sap/suite/ui/commons/BasePanel";
|
|
1936
|
+
|
|
1937
|
+
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
1938
|
+
|
|
1939
|
+
import { AggregationBindingInfo } from "sap/ui/base/ManagedObject";
|
|
1940
|
+
|
|
1941
|
+
/**
|
|
1942
|
+
* Abstract base class for S4MyHome layout control container.
|
|
1943
|
+
*
|
|
1944
|
+
* @since 1.121
|
|
1945
|
+
* @experimental
|
|
1946
|
+
*/
|
|
1947
|
+
export default abstract class BaseContainer extends Control {
|
|
1948
|
+
/**
|
|
1949
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
1950
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
1951
|
+
* of the syntax of the settings object.
|
|
1952
|
+
*/
|
|
1953
|
+
constructor();
|
|
1954
|
+
|
|
1955
|
+
/**
|
|
1956
|
+
* Creates a new subclass of class sap.suite.ui.commons.BaseContainer with name `sClassName` and enriches
|
|
1957
|
+
* it with the information contained in `oClassInfo`.
|
|
1958
|
+
*
|
|
1959
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
1960
|
+
*
|
|
1961
|
+
*
|
|
1962
|
+
* @returns Created class / constructor function
|
|
1963
|
+
*/
|
|
1964
|
+
static extend<T extends Record<string, unknown>>(
|
|
1965
|
+
/**
|
|
1966
|
+
* Name of the class being created
|
|
1967
|
+
*/
|
|
1968
|
+
sClassName: string,
|
|
1969
|
+
/**
|
|
1970
|
+
* Object literal with information about the class
|
|
1971
|
+
*/
|
|
1972
|
+
oClassInfo?: sap.ClassInfo<T, BaseContainer>,
|
|
1973
|
+
/**
|
|
1974
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
1975
|
+
* used by this class
|
|
1976
|
+
*/
|
|
1977
|
+
FNMetaImpl?: Function
|
|
1978
|
+
): Function;
|
|
1979
|
+
/**
|
|
1980
|
+
* Returns a metadata object for class sap.suite.ui.commons.BaseContainer.
|
|
1981
|
+
*
|
|
1982
|
+
*
|
|
1983
|
+
* @returns Metadata object describing this class
|
|
1984
|
+
*/
|
|
1985
|
+
static getMetadata(): ElementMetadata;
|
|
1986
|
+
/**
|
|
1987
|
+
* Adds some content to the aggregation {@link #getContent content}.
|
|
1988
|
+
*
|
|
1989
|
+
*
|
|
1990
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1991
|
+
*/
|
|
1992
|
+
addContent(
|
|
1993
|
+
/**
|
|
1994
|
+
* The content to add; if empty, nothing is inserted
|
|
1995
|
+
*/
|
|
1996
|
+
oContent: BasePanel
|
|
1997
|
+
): this;
|
|
1998
|
+
/**
|
|
1999
|
+
* Destroys all the content in the aggregation {@link #getContent content}.
|
|
2000
|
+
*
|
|
2001
|
+
*
|
|
2002
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
2003
|
+
*/
|
|
2004
|
+
destroyContent(): this;
|
|
2005
|
+
/**
|
|
2006
|
+
* Gets content of aggregation {@link #getContent content}.
|
|
2007
|
+
*/
|
|
2008
|
+
getContent(): BasePanel[];
|
|
2009
|
+
/**
|
|
2010
|
+
* Checks for the provided `sap.suite.ui.commons.BasePanel` in the aggregation {@link #getContent content}.
|
|
2011
|
+
* and returns its index if found or -1 otherwise.
|
|
2012
|
+
*
|
|
2013
|
+
*
|
|
2014
|
+
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
2015
|
+
*/
|
|
2016
|
+
indexOfContent(
|
|
2017
|
+
/**
|
|
2018
|
+
* The content whose index is looked for
|
|
2019
|
+
*/
|
|
2020
|
+
oContent: BasePanel
|
|
2021
|
+
): int;
|
|
2022
|
+
/**
|
|
2023
|
+
* Inserts a content into the aggregation {@link #getContent content}.
|
|
2024
|
+
*
|
|
2025
|
+
*
|
|
2026
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
2027
|
+
*/
|
|
2028
|
+
insertContent(
|
|
2029
|
+
/**
|
|
2030
|
+
* The content to insert; if empty, nothing is inserted
|
|
2031
|
+
*/
|
|
2032
|
+
oContent: BasePanel,
|
|
2033
|
+
/**
|
|
2034
|
+
* The `0`-based index the content should be inserted at; for a negative value of `iIndex`, the content
|
|
2035
|
+
* is inserted at position 0; for a value greater than the current size of the aggregation, the content
|
|
2036
|
+
* is inserted at the last position
|
|
2037
|
+
*/
|
|
2038
|
+
iIndex: int
|
|
2039
|
+
): this;
|
|
2040
|
+
/**
|
|
2041
|
+
* Removes all the controls from the aggregation {@link #getContent content}.
|
|
2042
|
+
*
|
|
2043
|
+
* Additionally, it unregisters them from the hosting UIArea.
|
|
2044
|
+
*
|
|
2045
|
+
*
|
|
2046
|
+
* @returns An array of the removed elements (might be empty)
|
|
2047
|
+
*/
|
|
2048
|
+
removeAllContent(): BasePanel[];
|
|
2049
|
+
/**
|
|
2050
|
+
* Removes a panel from the container and removes it from the corresponding inner control
|
|
2051
|
+
*/
|
|
2052
|
+
removeContent(
|
|
2053
|
+
/**
|
|
2054
|
+
* panel to be removed
|
|
2055
|
+
*/
|
|
2056
|
+
panel: Object
|
|
2057
|
+
): void;
|
|
2058
|
+
}
|
|
2059
|
+
|
|
2060
|
+
export interface $BaseContainerSettings extends $ControlSettings {
|
|
2061
|
+
content?: BasePanel[] | BasePanel | AggregationBindingInfo | `{${string}}`;
|
|
2062
|
+
}
|
|
2063
|
+
}
|
|
2064
|
+
|
|
2065
|
+
declare module "sap/suite/ui/commons/BasePanel" {
|
|
2066
|
+
import { default as UI5Element, $ElementSettings } from "sap/ui/core/Element";
|
|
2067
|
+
|
|
2068
|
+
import { CSSSize } from "sap/ui/core/library";
|
|
2069
|
+
|
|
2070
|
+
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
2071
|
+
|
|
2072
|
+
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
2073
|
+
|
|
2074
|
+
/**
|
|
2075
|
+
* Abstract base class for S4MyHome layout control panel.
|
|
2076
|
+
*
|
|
2077
|
+
* @since 1.121
|
|
2078
|
+
* @experimental
|
|
2079
|
+
*/
|
|
2080
|
+
export default abstract class BasePanel extends UI5Element {
|
|
2081
|
+
/**
|
|
2082
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
2083
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
2084
|
+
* of the syntax of the settings object.
|
|
2085
|
+
*/
|
|
2086
|
+
constructor();
|
|
2087
|
+
|
|
2088
|
+
/**
|
|
2089
|
+
* Creates a new subclass of class sap.suite.ui.commons.BasePanel with name `sClassName` and enriches it
|
|
2090
|
+
* with the information contained in `oClassInfo`.
|
|
2091
|
+
*
|
|
2092
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
2093
|
+
*
|
|
2094
|
+
*
|
|
2095
|
+
* @returns Created class / constructor function
|
|
2096
|
+
*/
|
|
2097
|
+
static extend<T extends Record<string, unknown>>(
|
|
2098
|
+
/**
|
|
2099
|
+
* Name of the class being created
|
|
2100
|
+
*/
|
|
2101
|
+
sClassName: string,
|
|
2102
|
+
/**
|
|
2103
|
+
* Object literal with information about the class
|
|
2104
|
+
*/
|
|
2105
|
+
oClassInfo?: sap.ClassInfo<T, BasePanel>,
|
|
2106
|
+
/**
|
|
2107
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
2108
|
+
* used by this class
|
|
2109
|
+
*/
|
|
2110
|
+
FNMetaImpl?: Function
|
|
2111
|
+
): Function;
|
|
2112
|
+
/**
|
|
2113
|
+
* Returns a metadata object for class sap.suite.ui.commons.BasePanel.
|
|
2114
|
+
*
|
|
2115
|
+
*
|
|
2116
|
+
* @returns Metadata object describing this class
|
|
2117
|
+
*/
|
|
2118
|
+
static getMetadata(): ElementMetadata;
|
|
2119
|
+
/**
|
|
2120
|
+
* Gets current value of property {@link #getHeight height}.
|
|
2121
|
+
*
|
|
2122
|
+
* Default value is `"100%"`.
|
|
2123
|
+
*
|
|
2124
|
+
*
|
|
2125
|
+
* @returns Value of property `height`
|
|
2126
|
+
*/
|
|
2127
|
+
getHeight(): CSSSize;
|
|
2128
|
+
/**
|
|
2129
|
+
* Gets current value of property {@link #getWidth width}.
|
|
2130
|
+
*
|
|
2131
|
+
* Default value is `"100%"`.
|
|
2132
|
+
*
|
|
2133
|
+
*
|
|
2134
|
+
* @returns Value of property `width`
|
|
2135
|
+
*/
|
|
2136
|
+
getWidth(): CSSSize;
|
|
2137
|
+
/**
|
|
2138
|
+
* Sets a new value for property {@link #getHeight height}.
|
|
2139
|
+
*
|
|
2140
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2141
|
+
*
|
|
2142
|
+
* Default value is `"100%"`.
|
|
2143
|
+
*
|
|
2144
|
+
*
|
|
2145
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
2146
|
+
*/
|
|
2147
|
+
setHeight(
|
|
2148
|
+
/**
|
|
2149
|
+
* New value for property `height`
|
|
2150
|
+
*/
|
|
2151
|
+
sHeight?: CSSSize
|
|
2152
|
+
): this;
|
|
2153
|
+
/**
|
|
2154
|
+
* Sets a new value for property {@link #getWidth width}.
|
|
2155
|
+
*
|
|
2156
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2157
|
+
*
|
|
2158
|
+
* Default value is `"100%"`.
|
|
2159
|
+
*
|
|
2160
|
+
*
|
|
2161
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
2162
|
+
*/
|
|
2163
|
+
setWidth(
|
|
2164
|
+
/**
|
|
2165
|
+
* New value for property `width`
|
|
2166
|
+
*/
|
|
2167
|
+
sWidth?: CSSSize
|
|
2168
|
+
): this;
|
|
2169
|
+
}
|
|
2170
|
+
|
|
2171
|
+
export interface $BasePanelSettings extends $ElementSettings {
|
|
2172
|
+
width?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
2173
|
+
|
|
2174
|
+
height?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
2175
|
+
}
|
|
2176
|
+
}
|
|
2177
|
+
|
|
1743
2178
|
declare module "sap/suite/ui/commons/BulletChart" {
|
|
1744
2179
|
import {
|
|
1745
2180
|
default as BulletMicroChart,
|
|
@@ -7112,6 +7547,8 @@ declare module "sap/suite/ui/commons/CloudFilePicker" {
|
|
|
7112
7547
|
}
|
|
7113
7548
|
|
|
7114
7549
|
declare module "sap/suite/ui/commons/collaboration/ServiceContainer" {
|
|
7550
|
+
import BaseHelperService from "sap/suite/ui/commons/collaboration/BaseHelperService";
|
|
7551
|
+
|
|
7115
7552
|
/**
|
|
7116
7553
|
* Service container to get the collaboration type.
|
|
7117
7554
|
*
|
|
@@ -7126,7 +7563,7 @@ declare module "sap/suite/ui/commons/collaboration/ServiceContainer" {
|
|
|
7126
7563
|
*
|
|
7127
7564
|
* @returns Returns the promise that is resolved to the instance of the collaboration service.
|
|
7128
7565
|
*/
|
|
7129
|
-
getServiceAsync(): Promise
|
|
7566
|
+
getServiceAsync(): Promise<BaseHelperService>;
|
|
7130
7567
|
}
|
|
7131
7568
|
const ServiceContainer: ServiceContainer;
|
|
7132
7569
|
export default ServiceContainer;
|
|
@@ -15584,6 +16021,13 @@ declare module "sap/suite/ui/commons/imageeditor/ImageEditorResponsiveContainer"
|
|
|
15584
16021
|
export default class ImageEditorResponsiveContainer extends ImageEditorContainer {
|
|
15585
16022
|
/**
|
|
15586
16023
|
* Constructor for a new ImageEditorResponsiveContainer.
|
|
16024
|
+
*
|
|
16025
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
16026
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
16027
|
+
* of the syntax of the settings object.
|
|
16028
|
+
*
|
|
16029
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.suite.ui.commons.imageeditor.ImageEditorContainer#constructor sap.suite.ui.commons.imageeditor.ImageEditorContainer }
|
|
16030
|
+
* can be used.
|
|
15587
16031
|
*/
|
|
15588
16032
|
constructor(
|
|
15589
16033
|
/**
|
|
@@ -15593,6 +16037,13 @@ declare module "sap/suite/ui/commons/imageeditor/ImageEditorResponsiveContainer"
|
|
|
15593
16037
|
);
|
|
15594
16038
|
/**
|
|
15595
16039
|
* Constructor for a new ImageEditorResponsiveContainer.
|
|
16040
|
+
*
|
|
16041
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
16042
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
16043
|
+
* of the syntax of the settings object.
|
|
16044
|
+
*
|
|
16045
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.suite.ui.commons.imageeditor.ImageEditorContainer#constructor sap.suite.ui.commons.imageeditor.ImageEditorContainer }
|
|
16046
|
+
* can be used.
|
|
15596
16047
|
*/
|
|
15597
16048
|
constructor(
|
|
15598
16049
|
/**
|
|
@@ -17043,6 +17494,202 @@ declare module "sap/suite/ui/commons/LinkActionSheet" {
|
|
|
17043
17494
|
>;
|
|
17044
17495
|
}
|
|
17045
17496
|
|
|
17497
|
+
declare module "sap/suite/ui/commons/MenuItem" {
|
|
17498
|
+
import { default as UI5Element, $ElementSettings } from "sap/ui/core/Element";
|
|
17499
|
+
|
|
17500
|
+
import Event from "sap/ui/base/Event";
|
|
17501
|
+
|
|
17502
|
+
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
17503
|
+
|
|
17504
|
+
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
17505
|
+
|
|
17506
|
+
/**
|
|
17507
|
+
* MenuItem class for personalization menu item
|
|
17508
|
+
*
|
|
17509
|
+
* @since 1.121
|
|
17510
|
+
* @experimental
|
|
17511
|
+
*/
|
|
17512
|
+
export default class MenuItem extends UI5Element {
|
|
17513
|
+
/**
|
|
17514
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
17515
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
17516
|
+
* of the syntax of the settings object.
|
|
17517
|
+
*/
|
|
17518
|
+
constructor();
|
|
17519
|
+
|
|
17520
|
+
/**
|
|
17521
|
+
* Creates a new subclass of class sap.suite.ui.commons.MenuItem with name `sClassName` and enriches it
|
|
17522
|
+
* with the information contained in `oClassInfo`.
|
|
17523
|
+
*
|
|
17524
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
17525
|
+
*
|
|
17526
|
+
*
|
|
17527
|
+
* @returns Created class / constructor function
|
|
17528
|
+
*/
|
|
17529
|
+
static extend<T extends Record<string, unknown>>(
|
|
17530
|
+
/**
|
|
17531
|
+
* Name of the class being created
|
|
17532
|
+
*/
|
|
17533
|
+
sClassName: string,
|
|
17534
|
+
/**
|
|
17535
|
+
* Object literal with information about the class
|
|
17536
|
+
*/
|
|
17537
|
+
oClassInfo?: sap.ClassInfo<T, MenuItem>,
|
|
17538
|
+
/**
|
|
17539
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
17540
|
+
* used by this class
|
|
17541
|
+
*/
|
|
17542
|
+
FNMetaImpl?: Function
|
|
17543
|
+
): Function;
|
|
17544
|
+
/**
|
|
17545
|
+
* Returns a metadata object for class sap.suite.ui.commons.MenuItem.
|
|
17546
|
+
*
|
|
17547
|
+
*
|
|
17548
|
+
* @returns Metadata object describing this class
|
|
17549
|
+
*/
|
|
17550
|
+
static getMetadata(): ElementMetadata;
|
|
17551
|
+
/**
|
|
17552
|
+
* Attaches event handler `fnFunction` to the {@link #event:press press} event of this `sap.suite.ui.commons.MenuItem`.
|
|
17553
|
+
*
|
|
17554
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
17555
|
+
* otherwise it will be bound to this `sap.suite.ui.commons.MenuItem` itself.
|
|
17556
|
+
*
|
|
17557
|
+
*
|
|
17558
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
17559
|
+
*/
|
|
17560
|
+
attachPress(
|
|
17561
|
+
/**
|
|
17562
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
17563
|
+
* object when firing the event
|
|
17564
|
+
*/
|
|
17565
|
+
oData: object,
|
|
17566
|
+
/**
|
|
17567
|
+
* The function to be called when the event occurs
|
|
17568
|
+
*/
|
|
17569
|
+
fnFunction: (p1: Event) => void,
|
|
17570
|
+
/**
|
|
17571
|
+
* Context object to call the event handler with. Defaults to this `sap.suite.ui.commons.MenuItem` itself
|
|
17572
|
+
*/
|
|
17573
|
+
oListener?: object
|
|
17574
|
+
): this;
|
|
17575
|
+
/**
|
|
17576
|
+
* Attaches event handler `fnFunction` to the {@link #event:press press} event of this `sap.suite.ui.commons.MenuItem`.
|
|
17577
|
+
*
|
|
17578
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
17579
|
+
* otherwise it will be bound to this `sap.suite.ui.commons.MenuItem` itself.
|
|
17580
|
+
*
|
|
17581
|
+
*
|
|
17582
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
17583
|
+
*/
|
|
17584
|
+
attachPress(
|
|
17585
|
+
/**
|
|
17586
|
+
* The function to be called when the event occurs
|
|
17587
|
+
*/
|
|
17588
|
+
fnFunction: (p1: Event) => void,
|
|
17589
|
+
/**
|
|
17590
|
+
* Context object to call the event handler with. Defaults to this `sap.suite.ui.commons.MenuItem` itself
|
|
17591
|
+
*/
|
|
17592
|
+
oListener?: object
|
|
17593
|
+
): this;
|
|
17594
|
+
/**
|
|
17595
|
+
* Detaches event handler `fnFunction` from the {@link #event:press press} event of this `sap.suite.ui.commons.MenuItem`.
|
|
17596
|
+
*
|
|
17597
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
17598
|
+
*
|
|
17599
|
+
*
|
|
17600
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
17601
|
+
*/
|
|
17602
|
+
detachPress(
|
|
17603
|
+
/**
|
|
17604
|
+
* The function to be called, when the event occurs
|
|
17605
|
+
*/
|
|
17606
|
+
fnFunction: (p1: Event) => void,
|
|
17607
|
+
/**
|
|
17608
|
+
* Context object on which the given function had to be called
|
|
17609
|
+
*/
|
|
17610
|
+
oListener?: object
|
|
17611
|
+
): this;
|
|
17612
|
+
/**
|
|
17613
|
+
* Fires event {@link #event:press press} to attached listeners.
|
|
17614
|
+
*
|
|
17615
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
17616
|
+
*
|
|
17617
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
17618
|
+
*/
|
|
17619
|
+
firePress(
|
|
17620
|
+
/**
|
|
17621
|
+
* Parameters to pass along with the event
|
|
17622
|
+
*/
|
|
17623
|
+
mParameters?: object
|
|
17624
|
+
): this;
|
|
17625
|
+
/**
|
|
17626
|
+
* Gets current value of property {@link #getIcon icon}.
|
|
17627
|
+
*
|
|
17628
|
+
* Default value is `empty string`.
|
|
17629
|
+
*
|
|
17630
|
+
*
|
|
17631
|
+
* @returns Value of property `icon`
|
|
17632
|
+
*/
|
|
17633
|
+
getIcon(): string;
|
|
17634
|
+
/**
|
|
17635
|
+
* Gets current value of property {@link #getTitle title}.
|
|
17636
|
+
*
|
|
17637
|
+
* Default value is `empty string`.
|
|
17638
|
+
*
|
|
17639
|
+
*
|
|
17640
|
+
* @returns Value of property `title`
|
|
17641
|
+
*/
|
|
17642
|
+
getTitle(): string;
|
|
17643
|
+
/**
|
|
17644
|
+
* Sets a new value for property {@link #getIcon icon}.
|
|
17645
|
+
*
|
|
17646
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
17647
|
+
*
|
|
17648
|
+
* Default value is `empty string`.
|
|
17649
|
+
*
|
|
17650
|
+
*
|
|
17651
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
17652
|
+
*/
|
|
17653
|
+
setIcon(
|
|
17654
|
+
/**
|
|
17655
|
+
* New value for property `icon`
|
|
17656
|
+
*/
|
|
17657
|
+
sIcon?: string
|
|
17658
|
+
): this;
|
|
17659
|
+
/**
|
|
17660
|
+
* Sets a new value for property {@link #getTitle title}.
|
|
17661
|
+
*
|
|
17662
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
17663
|
+
*
|
|
17664
|
+
* Default value is `empty string`.
|
|
17665
|
+
*
|
|
17666
|
+
*
|
|
17667
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
17668
|
+
*/
|
|
17669
|
+
setTitle(
|
|
17670
|
+
/**
|
|
17671
|
+
* New value for property `title`
|
|
17672
|
+
*/
|
|
17673
|
+
sTitle?: string
|
|
17674
|
+
): this;
|
|
17675
|
+
}
|
|
17676
|
+
|
|
17677
|
+
export interface $MenuItemSettings extends $ElementSettings {
|
|
17678
|
+
title?: string | PropertyBindingInfo;
|
|
17679
|
+
|
|
17680
|
+
icon?: string | PropertyBindingInfo;
|
|
17681
|
+
|
|
17682
|
+
press?: (oEvent: Event) => void;
|
|
17683
|
+
}
|
|
17684
|
+
|
|
17685
|
+
export interface MenuItem$PressEventParameters {}
|
|
17686
|
+
|
|
17687
|
+
export type MenuItem$PressEvent = Event<
|
|
17688
|
+
MenuItem$PressEventParameters,
|
|
17689
|
+
MenuItem
|
|
17690
|
+
>;
|
|
17691
|
+
}
|
|
17692
|
+
|
|
17046
17693
|
declare module "sap/suite/ui/commons/MicroAreaChart" {
|
|
17047
17694
|
import {
|
|
17048
17695
|
default as AreaMicroChart,
|
|
@@ -19142,7 +19789,7 @@ declare module "sap/suite/ui/commons/networkgraph/Coordinate" {
|
|
|
19142
19789
|
}
|
|
19143
19790
|
|
|
19144
19791
|
declare module "sap/suite/ui/commons/networkgraph/ElementAttribute" {
|
|
19145
|
-
import { default as
|
|
19792
|
+
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
19146
19793
|
|
|
19147
19794
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
19148
19795
|
|
|
@@ -19153,7 +19800,7 @@ declare module "sap/suite/ui/commons/networkgraph/ElementAttribute" {
|
|
|
19153
19800
|
*
|
|
19154
19801
|
* @since 1.50
|
|
19155
19802
|
*/
|
|
19156
|
-
export default class ElementAttribute extends
|
|
19803
|
+
export default class ElementAttribute extends Control {
|
|
19157
19804
|
/**
|
|
19158
19805
|
* Constructor for a new ElementAttribute.
|
|
19159
19806
|
*
|
|
@@ -19167,7 +19814,7 @@ declare module "sap/suite/ui/commons/networkgraph/ElementAttribute" {
|
|
|
19167
19814
|
* Creates a new subclass of class sap.suite.ui.commons.networkgraph.ElementAttribute with name `sClassName`
|
|
19168
19815
|
* and enriches it with the information contained in `oClassInfo`.
|
|
19169
19816
|
*
|
|
19170
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.
|
|
19817
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
19171
19818
|
*
|
|
19172
19819
|
*
|
|
19173
19820
|
* @returns Created class / constructor function
|
|
@@ -19362,7 +20009,7 @@ declare module "sap/suite/ui/commons/networkgraph/ElementAttribute" {
|
|
|
19362
20009
|
): this;
|
|
19363
20010
|
}
|
|
19364
20011
|
|
|
19365
|
-
export interface $ElementAttributeSettings extends $
|
|
20012
|
+
export interface $ElementAttributeSettings extends $ControlSettings {
|
|
19366
20013
|
/**
|
|
19367
20014
|
* Label of the attribute. If set to null, the label is not displayed.
|
|
19368
20015
|
*/
|
|
@@ -21510,7 +22157,10 @@ declare module "sap/suite/ui/commons/networkgraph/Graph" {
|
|
|
21510
22157
|
}
|
|
21511
22158
|
|
|
21512
22159
|
declare module "sap/suite/ui/commons/networkgraph/GraphMap" {
|
|
21513
|
-
import {
|
|
22160
|
+
import {
|
|
22161
|
+
default as SvgBase,
|
|
22162
|
+
$SvgBaseSettings,
|
|
22163
|
+
} from "sap/suite/ui/commons/networkgraph/SvgBase";
|
|
21514
22164
|
|
|
21515
22165
|
import Event from "sap/ui/base/Event";
|
|
21516
22166
|
|
|
@@ -21528,7 +22178,7 @@ declare module "sap/suite/ui/commons/networkgraph/GraphMap" {
|
|
|
21528
22178
|
*
|
|
21529
22179
|
* @since 1.50
|
|
21530
22180
|
*/
|
|
21531
|
-
export default class GraphMap extends
|
|
22181
|
+
export default class GraphMap extends SvgBase {
|
|
21532
22182
|
/**
|
|
21533
22183
|
* Constructor for a new GraphMap.
|
|
21534
22184
|
*
|
|
@@ -21542,7 +22192,7 @@ declare module "sap/suite/ui/commons/networkgraph/GraphMap" {
|
|
|
21542
22192
|
* Creates a new subclass of class sap.suite.ui.commons.networkgraph.GraphMap with name `sClassName` and
|
|
21543
22193
|
* enriches it with the information contained in `oClassInfo`.
|
|
21544
22194
|
*
|
|
21545
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.
|
|
22195
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.suite.ui.commons.networkgraph.SvgBase.extend}.
|
|
21546
22196
|
*
|
|
21547
22197
|
*
|
|
21548
22198
|
* @returns Created class / constructor function
|
|
@@ -21666,7 +22316,7 @@ declare module "sap/suite/ui/commons/networkgraph/GraphMap" {
|
|
|
21666
22316
|
/**
|
|
21667
22317
|
* ID of the element which is the current target of the association {@link #getGraph graph}, or `null`.
|
|
21668
22318
|
*/
|
|
21669
|
-
getGraph(): ID;
|
|
22319
|
+
getGraph(): ID | null;
|
|
21670
22320
|
/**
|
|
21671
22321
|
* Gets current value of property {@link #getHeight height}.
|
|
21672
22322
|
*
|
|
@@ -21790,7 +22440,7 @@ declare module "sap/suite/ui/commons/networkgraph/GraphMap" {
|
|
|
21790
22440
|
): this;
|
|
21791
22441
|
}
|
|
21792
22442
|
|
|
21793
|
-
export interface $GraphMapSettings extends $
|
|
22443
|
+
export interface $GraphMapSettings extends $SvgBaseSettings {
|
|
21794
22444
|
/**
|
|
21795
22445
|
* The height of the graph map.
|
|
21796
22446
|
*/
|
|
@@ -23184,6 +23834,8 @@ declare module "sap/suite/ui/commons/networkgraph/layout/LayeredLayout" {
|
|
|
23184
23834
|
declare module "sap/suite/ui/commons/networkgraph/layout/LayoutAlgorithm" {
|
|
23185
23835
|
import { default as UI5Element, $ElementSettings } from "sap/ui/core/Element";
|
|
23186
23836
|
|
|
23837
|
+
import { networkgraph } from "sap/suite/ui/commons/library";
|
|
23838
|
+
|
|
23187
23839
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
23188
23840
|
|
|
23189
23841
|
import LayoutTask from "sap/suite/ui/commons/networkgraph/layout/LayoutTask";
|
|
@@ -23250,7 +23902,9 @@ declare module "sap/suite/ui/commons/networkgraph/layout/LayoutAlgorithm" {
|
|
|
23250
23902
|
/**
|
|
23251
23903
|
* Specifies the type of layout algorithm that defines the visual features and layout of the network graph.
|
|
23252
23904
|
*/
|
|
23253
|
-
|
|
23905
|
+
getLayoutRenderType():
|
|
23906
|
+
| networkgraph.LayoutRenderType
|
|
23907
|
+
| keyof typeof networkgraph.LayoutRenderType;
|
|
23254
23908
|
/**
|
|
23255
23909
|
* Specifies if this layouting algorithm distributes nodes into layers. Parent graph may change behaviour
|
|
23256
23910
|
* based on this option.
|
|
@@ -23329,6 +23983,8 @@ declare module "sap/suite/ui/commons/networkgraph/layout/NoopLayout" {
|
|
|
23329
23983
|
|
|
23330
23984
|
import { networkgraph } from "sap/suite/ui/commons/library";
|
|
23331
23985
|
|
|
23986
|
+
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
23987
|
+
|
|
23332
23988
|
import LayoutTask from "sap/suite/ui/commons/networkgraph/layout/LayoutTask";
|
|
23333
23989
|
|
|
23334
23990
|
/**
|
|
@@ -23340,9 +23996,47 @@ declare module "sap/suite/ui/commons/networkgraph/layout/NoopLayout" {
|
|
|
23340
23996
|
export default class NoopLayout extends LayoutAlgorithm {
|
|
23341
23997
|
/**
|
|
23342
23998
|
* Constructor for a new NoopLayout.
|
|
23999
|
+
*
|
|
24000
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
24001
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
24002
|
+
* of the syntax of the settings object.
|
|
24003
|
+
*
|
|
24004
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.suite.ui.commons.networkgraph.layout.LayoutAlgorithm#constructor sap.suite.ui.commons.networkgraph.layout.LayoutAlgorithm }
|
|
24005
|
+
* can be used.
|
|
23343
24006
|
*/
|
|
23344
24007
|
constructor();
|
|
23345
24008
|
|
|
24009
|
+
/**
|
|
24010
|
+
* Creates a new subclass of class sap.suite.ui.commons.networkgraph.layout.NoopLayout with name `sClassName`
|
|
24011
|
+
* and enriches it with the information contained in `oClassInfo`.
|
|
24012
|
+
*
|
|
24013
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.suite.ui.commons.networkgraph.layout.LayoutAlgorithm.extend}.
|
|
24014
|
+
*
|
|
24015
|
+
*
|
|
24016
|
+
* @returns Created class / constructor function
|
|
24017
|
+
*/
|
|
24018
|
+
static extend<T extends Record<string, unknown>>(
|
|
24019
|
+
/**
|
|
24020
|
+
* Name of the class being created
|
|
24021
|
+
*/
|
|
24022
|
+
sClassName: string,
|
|
24023
|
+
/**
|
|
24024
|
+
* Object literal with information about the class
|
|
24025
|
+
*/
|
|
24026
|
+
oClassInfo?: sap.ClassInfo<T, NoopLayout>,
|
|
24027
|
+
/**
|
|
24028
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
24029
|
+
* used by this class
|
|
24030
|
+
*/
|
|
24031
|
+
FNMetaImpl?: Function
|
|
24032
|
+
): Function;
|
|
24033
|
+
/**
|
|
24034
|
+
* Returns a metadata object for class sap.suite.ui.commons.networkgraph.layout.NoopLayout.
|
|
24035
|
+
*
|
|
24036
|
+
*
|
|
24037
|
+
* @returns Metadata object describing this class
|
|
24038
|
+
*/
|
|
24039
|
+
static getMetadata(): ElementMetadata;
|
|
23346
24040
|
/**
|
|
23347
24041
|
* Specifies the type of layout algorithm that defines the visual features and layout of the network graph.
|
|
23348
24042
|
*/
|
|
@@ -23369,6 +24063,8 @@ declare module "sap/suite/ui/commons/networkgraph/layout/SwimLaneChainLayout" {
|
|
|
23369
24063
|
|
|
23370
24064
|
import { networkgraph } from "sap/suite/ui/commons/library";
|
|
23371
24065
|
|
|
24066
|
+
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
24067
|
+
|
|
23372
24068
|
import LayoutTask from "sap/suite/ui/commons/networkgraph/layout/LayoutTask";
|
|
23373
24069
|
|
|
23374
24070
|
/**
|
|
@@ -23390,6 +24086,37 @@ declare module "sap/suite/ui/commons/networkgraph/layout/SwimLaneChainLayout" {
|
|
|
23390
24086
|
*/
|
|
23391
24087
|
constructor();
|
|
23392
24088
|
|
|
24089
|
+
/**
|
|
24090
|
+
* Creates a new subclass of class sap.suite.ui.commons.networkgraph.layout.SwimLaneChainLayout with name
|
|
24091
|
+
* `sClassName` and enriches it with the information contained in `oClassInfo`.
|
|
24092
|
+
*
|
|
24093
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.suite.ui.commons.networkgraph.layout.LayoutAlgorithm.extend}.
|
|
24094
|
+
*
|
|
24095
|
+
*
|
|
24096
|
+
* @returns Created class / constructor function
|
|
24097
|
+
*/
|
|
24098
|
+
static extend<T extends Record<string, unknown>>(
|
|
24099
|
+
/**
|
|
24100
|
+
* Name of the class being created
|
|
24101
|
+
*/
|
|
24102
|
+
sClassName: string,
|
|
24103
|
+
/**
|
|
24104
|
+
* Object literal with information about the class
|
|
24105
|
+
*/
|
|
24106
|
+
oClassInfo?: sap.ClassInfo<T, SwimLaneChainLayout>,
|
|
24107
|
+
/**
|
|
24108
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
24109
|
+
* used by this class
|
|
24110
|
+
*/
|
|
24111
|
+
FNMetaImpl?: Function
|
|
24112
|
+
): Function;
|
|
24113
|
+
/**
|
|
24114
|
+
* Returns a metadata object for class sap.suite.ui.commons.networkgraph.layout.SwimLaneChainLayout.
|
|
24115
|
+
*
|
|
24116
|
+
*
|
|
24117
|
+
* @returns Metadata object describing this class
|
|
24118
|
+
*/
|
|
24119
|
+
static getMetadata(): ElementMetadata;
|
|
23393
24120
|
/**
|
|
23394
24121
|
* In this override of the generic method for all layouts we want to avoid global margin.
|
|
23395
24122
|
*
|
|
@@ -23423,6 +24150,8 @@ declare module "sap/suite/ui/commons/networkgraph/layout/TwoColumnsLayout" {
|
|
|
23423
24150
|
|
|
23424
24151
|
import { networkgraph } from "sap/suite/ui/commons/library";
|
|
23425
24152
|
|
|
24153
|
+
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
24154
|
+
|
|
23426
24155
|
import LayoutTask from "sap/suite/ui/commons/networkgraph/layout/LayoutTask";
|
|
23427
24156
|
|
|
23428
24157
|
/**
|
|
@@ -23433,9 +24162,47 @@ declare module "sap/suite/ui/commons/networkgraph/layout/TwoColumnsLayout" {
|
|
|
23433
24162
|
export default class TwoColumnsLayout extends LayoutAlgorithm {
|
|
23434
24163
|
/**
|
|
23435
24164
|
* Constructor for a new TwoColumnsLayout.
|
|
24165
|
+
*
|
|
24166
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
24167
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
24168
|
+
* of the syntax of the settings object.
|
|
24169
|
+
*
|
|
24170
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.suite.ui.commons.networkgraph.layout.LayoutAlgorithm#constructor sap.suite.ui.commons.networkgraph.layout.LayoutAlgorithm }
|
|
24171
|
+
* can be used.
|
|
23436
24172
|
*/
|
|
23437
24173
|
constructor();
|
|
23438
24174
|
|
|
24175
|
+
/**
|
|
24176
|
+
* Creates a new subclass of class sap.suite.ui.commons.networkgraph.layout.TwoColumnsLayout with name `sClassName`
|
|
24177
|
+
* and enriches it with the information contained in `oClassInfo`.
|
|
24178
|
+
*
|
|
24179
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.suite.ui.commons.networkgraph.layout.LayoutAlgorithm.extend}.
|
|
24180
|
+
*
|
|
24181
|
+
*
|
|
24182
|
+
* @returns Created class / constructor function
|
|
24183
|
+
*/
|
|
24184
|
+
static extend<T extends Record<string, unknown>>(
|
|
24185
|
+
/**
|
|
24186
|
+
* Name of the class being created
|
|
24187
|
+
*/
|
|
24188
|
+
sClassName: string,
|
|
24189
|
+
/**
|
|
24190
|
+
* Object literal with information about the class
|
|
24191
|
+
*/
|
|
24192
|
+
oClassInfo?: sap.ClassInfo<T, TwoColumnsLayout>,
|
|
24193
|
+
/**
|
|
24194
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
24195
|
+
* used by this class
|
|
24196
|
+
*/
|
|
24197
|
+
FNMetaImpl?: Function
|
|
24198
|
+
): Function;
|
|
24199
|
+
/**
|
|
24200
|
+
* Returns a metadata object for class sap.suite.ui.commons.networkgraph.layout.TwoColumnsLayout.
|
|
24201
|
+
*
|
|
24202
|
+
*
|
|
24203
|
+
* @returns Metadata object describing this class
|
|
24204
|
+
*/
|
|
24205
|
+
static getMetadata(): ElementMetadata;
|
|
23439
24206
|
/**
|
|
23440
24207
|
* Specifies the type of layout algorithm that defines the visual features and layout of the network graph.
|
|
23441
24208
|
*/
|
|
@@ -24556,7 +25323,7 @@ declare module "sap/suite/ui/commons/networkgraph/Node" {
|
|
|
24556
25323
|
*/
|
|
24557
25324
|
text?: string;
|
|
24558
25325
|
}
|
|
24559
|
-
):
|
|
25326
|
+
): object;
|
|
24560
25327
|
/**
|
|
24561
25328
|
* Destroys all the actionButtons in the aggregation {@link #getActionButtons actionButtons}.
|
|
24562
25329
|
*
|
|
@@ -26776,6 +27543,9 @@ declare module "sap/suite/ui/commons/networkgraph/SvgBase" {
|
|
|
26776
27543
|
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
26777
27544
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
26778
27545
|
* of the syntax of the settings object.
|
|
27546
|
+
*
|
|
27547
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.core.Control#constructor sap.ui.core.Control }
|
|
27548
|
+
* can be used.
|
|
26779
27549
|
*/
|
|
26780
27550
|
constructor();
|
|
26781
27551
|
|
|
@@ -26968,6 +27738,93 @@ declare module "sap/suite/ui/commons/NewsContent" {
|
|
|
26968
27738
|
export interface $NewsContentSettings extends $NewsContentSettings1 {}
|
|
26969
27739
|
}
|
|
26970
27740
|
|
|
27741
|
+
declare module "sap/suite/ui/commons/NewsPanel" {
|
|
27742
|
+
import {
|
|
27743
|
+
default as BasePanel,
|
|
27744
|
+
$BasePanelSettings,
|
|
27745
|
+
} from "sap/suite/ui/commons/BasePanel";
|
|
27746
|
+
|
|
27747
|
+
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
27748
|
+
|
|
27749
|
+
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
27750
|
+
|
|
27751
|
+
/**
|
|
27752
|
+
* NewsPanel class for managing news panel.
|
|
27753
|
+
*
|
|
27754
|
+
* @since 1.121
|
|
27755
|
+
* @experimental
|
|
27756
|
+
*/
|
|
27757
|
+
export default abstract class NewsPanel extends BasePanel {
|
|
27758
|
+
/**
|
|
27759
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
27760
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
27761
|
+
* of the syntax of the settings object.
|
|
27762
|
+
*/
|
|
27763
|
+
constructor();
|
|
27764
|
+
|
|
27765
|
+
/**
|
|
27766
|
+
* Creates a new subclass of class sap.suite.ui.commons.NewsPanel with name `sClassName` and enriches it
|
|
27767
|
+
* with the information contained in `oClassInfo`.
|
|
27768
|
+
*
|
|
27769
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.suite.ui.commons.BasePanel.extend}.
|
|
27770
|
+
*
|
|
27771
|
+
*
|
|
27772
|
+
* @returns Created class / constructor function
|
|
27773
|
+
*/
|
|
27774
|
+
static extend<T extends Record<string, unknown>>(
|
|
27775
|
+
/**
|
|
27776
|
+
* Name of the class being created
|
|
27777
|
+
*/
|
|
27778
|
+
sClassName: string,
|
|
27779
|
+
/**
|
|
27780
|
+
* Object literal with information about the class
|
|
27781
|
+
*/
|
|
27782
|
+
oClassInfo?: sap.ClassInfo<T, NewsPanel>,
|
|
27783
|
+
/**
|
|
27784
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
27785
|
+
* used by this class
|
|
27786
|
+
*/
|
|
27787
|
+
FNMetaImpl?: Function
|
|
27788
|
+
): Function;
|
|
27789
|
+
/**
|
|
27790
|
+
* Returns a metadata object for class sap.suite.ui.commons.NewsPanel.
|
|
27791
|
+
*
|
|
27792
|
+
*
|
|
27793
|
+
* @returns Metadata object describing this class
|
|
27794
|
+
*/
|
|
27795
|
+
static getMetadata(): ElementMetadata;
|
|
27796
|
+
/**
|
|
27797
|
+
* Gets current value of property {@link #getUrl url}.
|
|
27798
|
+
*
|
|
27799
|
+
* Default value is `empty string`.
|
|
27800
|
+
*
|
|
27801
|
+
*
|
|
27802
|
+
* @returns Value of property `url`
|
|
27803
|
+
*/
|
|
27804
|
+
getUrl(): string;
|
|
27805
|
+
/**
|
|
27806
|
+
* Sets a new value for property {@link #getUrl url}.
|
|
27807
|
+
*
|
|
27808
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
27809
|
+
*
|
|
27810
|
+
* Default value is `empty string`.
|
|
27811
|
+
*
|
|
27812
|
+
*
|
|
27813
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
27814
|
+
*/
|
|
27815
|
+
setUrl(
|
|
27816
|
+
/**
|
|
27817
|
+
* New value for property `url`
|
|
27818
|
+
*/
|
|
27819
|
+
sUrl?: string
|
|
27820
|
+
): this;
|
|
27821
|
+
}
|
|
27822
|
+
|
|
27823
|
+
export interface $NewsPanelSettings extends $BasePanelSettings {
|
|
27824
|
+
url?: string | PropertyBindingInfo;
|
|
27825
|
+
}
|
|
27826
|
+
}
|
|
27827
|
+
|
|
26971
27828
|
declare module "sap/suite/ui/commons/NoteTaker" {
|
|
26972
27829
|
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
26973
27830
|
|
|
@@ -30021,6 +30878,64 @@ declare module "sap/suite/ui/commons/NumericTile" {
|
|
|
30021
30878
|
}
|
|
30022
30879
|
}
|
|
30023
30880
|
|
|
30881
|
+
declare module "sap/suite/ui/commons/PagePanel" {
|
|
30882
|
+
import {
|
|
30883
|
+
default as BasePanel,
|
|
30884
|
+
$BasePanelSettings,
|
|
30885
|
+
} from "sap/suite/ui/commons/BasePanel";
|
|
30886
|
+
|
|
30887
|
+
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
30888
|
+
|
|
30889
|
+
/**
|
|
30890
|
+
* PagePanel class for managing page panel.
|
|
30891
|
+
*
|
|
30892
|
+
* @since 1.121
|
|
30893
|
+
* @experimental
|
|
30894
|
+
*/
|
|
30895
|
+
export default abstract class PagePanel extends BasePanel {
|
|
30896
|
+
/**
|
|
30897
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
30898
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
30899
|
+
* of the syntax of the settings object.
|
|
30900
|
+
*/
|
|
30901
|
+
constructor();
|
|
30902
|
+
|
|
30903
|
+
/**
|
|
30904
|
+
* Creates a new subclass of class sap.suite.ui.commons.PagePanel with name `sClassName` and enriches it
|
|
30905
|
+
* with the information contained in `oClassInfo`.
|
|
30906
|
+
*
|
|
30907
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.suite.ui.commons.BasePanel.extend}.
|
|
30908
|
+
*
|
|
30909
|
+
*
|
|
30910
|
+
* @returns Created class / constructor function
|
|
30911
|
+
*/
|
|
30912
|
+
static extend<T extends Record<string, unknown>>(
|
|
30913
|
+
/**
|
|
30914
|
+
* Name of the class being created
|
|
30915
|
+
*/
|
|
30916
|
+
sClassName: string,
|
|
30917
|
+
/**
|
|
30918
|
+
* Object literal with information about the class
|
|
30919
|
+
*/
|
|
30920
|
+
oClassInfo?: sap.ClassInfo<T, PagePanel>,
|
|
30921
|
+
/**
|
|
30922
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
30923
|
+
* used by this class
|
|
30924
|
+
*/
|
|
30925
|
+
FNMetaImpl?: Function
|
|
30926
|
+
): Function;
|
|
30927
|
+
/**
|
|
30928
|
+
* Returns a metadata object for class sap.suite.ui.commons.PagePanel.
|
|
30929
|
+
*
|
|
30930
|
+
*
|
|
30931
|
+
* @returns Metadata object describing this class
|
|
30932
|
+
*/
|
|
30933
|
+
static getMetadata(): ElementMetadata;
|
|
30934
|
+
}
|
|
30935
|
+
|
|
30936
|
+
export interface $PagePanelSettings extends $BasePanelSettings {}
|
|
30937
|
+
}
|
|
30938
|
+
|
|
30024
30939
|
declare module "sap/suite/ui/commons/PictureZoomIn" {
|
|
30025
30940
|
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
30026
30941
|
|
|
@@ -33534,6 +34449,25 @@ declare module "sap/suite/ui/commons/RepeaterViewConfiguration" {
|
|
|
33534
34449
|
}
|
|
33535
34450
|
}
|
|
33536
34451
|
|
|
34452
|
+
declare module "sap/suite/ui/commons/SituationPanel" {
|
|
34453
|
+
import {
|
|
34454
|
+
default as ToDoPanel,
|
|
34455
|
+
$ToDoPanelSettings,
|
|
34456
|
+
} from "sap/suite/ui/commons/ToDoPanel";
|
|
34457
|
+
|
|
34458
|
+
/**
|
|
34459
|
+
* Panel class for managing and storing Situation cards.
|
|
34460
|
+
*
|
|
34461
|
+
* @since 1.121
|
|
34462
|
+
* @experimental
|
|
34463
|
+
*/
|
|
34464
|
+
export default class SituationPanel extends ToDoPanel {
|
|
34465
|
+
constructor();
|
|
34466
|
+
}
|
|
34467
|
+
|
|
34468
|
+
export interface $SituationPanelSettings extends $ToDoPanelSettings {}
|
|
34469
|
+
}
|
|
34470
|
+
|
|
33537
34471
|
declare module "sap/suite/ui/commons/SplitButton" {
|
|
33538
34472
|
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
33539
34473
|
|
|
@@ -39067,7 +40001,7 @@ declare module "sap/suite/ui/commons/taccount/TAccountItemProperty" {
|
|
|
39067
40001
|
}
|
|
39068
40002
|
|
|
39069
40003
|
declare module "sap/suite/ui/commons/taccount/TAccountPanel" {
|
|
39070
|
-
import { default as
|
|
40004
|
+
import { default as Panel, $PanelSettings } from "sap/m/Panel";
|
|
39071
40005
|
|
|
39072
40006
|
import TAccountItemProperty from "sap/suite/ui/commons/taccount/TAccountItemProperty";
|
|
39073
40007
|
|
|
@@ -39075,6 +40009,8 @@ declare module "sap/suite/ui/commons/taccount/TAccountPanel" {
|
|
|
39075
40009
|
|
|
39076
40010
|
import { taccount } from "sap/suite/ui/commons/library";
|
|
39077
40011
|
|
|
40012
|
+
import Control from "sap/ui/core/Control";
|
|
40013
|
+
|
|
39078
40014
|
import {
|
|
39079
40015
|
PropertyBindingInfo,
|
|
39080
40016
|
AggregationBindingInfo,
|
|
@@ -39090,7 +40026,7 @@ declare module "sap/suite/ui/commons/taccount/TAccountPanel" {
|
|
|
39090
40026
|
*
|
|
39091
40027
|
* @since 1.58.0
|
|
39092
40028
|
*/
|
|
39093
|
-
export default class TAccountPanel extends
|
|
40029
|
+
export default class TAccountPanel extends Panel {
|
|
39094
40030
|
/**
|
|
39095
40031
|
* Constructor for a new TAccountPanel.
|
|
39096
40032
|
*
|
|
@@ -39126,7 +40062,7 @@ declare module "sap/suite/ui/commons/taccount/TAccountPanel" {
|
|
|
39126
40062
|
* Creates a new subclass of class sap.suite.ui.commons.taccount.TAccountPanel with name `sClassName` and
|
|
39127
40063
|
* enriches it with the information contained in `oClassInfo`.
|
|
39128
40064
|
*
|
|
39129
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.
|
|
40065
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.m.Panel.extend}.
|
|
39130
40066
|
*
|
|
39131
40067
|
*
|
|
39132
40068
|
* @returns Created class / constructor function
|
|
@@ -39589,7 +40525,7 @@ declare module "sap/suite/ui/commons/taccount/TAccountPanel" {
|
|
|
39589
40525
|
): void;
|
|
39590
40526
|
}
|
|
39591
40527
|
|
|
39592
|
-
export interface $TAccountPanelSettings extends $
|
|
40528
|
+
export interface $TAccountPanelSettings extends $PanelSettings {
|
|
39593
40529
|
/**
|
|
39594
40530
|
* Title of the panel.
|
|
39595
40531
|
*/
|
|
@@ -40601,6 +41537,93 @@ declare module "sap/suite/ui/commons/TargetFilterMeasureColumn" {
|
|
|
40601
41537
|
}
|
|
40602
41538
|
}
|
|
40603
41539
|
|
|
41540
|
+
declare module "sap/suite/ui/commons/TaskPanel" {
|
|
41541
|
+
import {
|
|
41542
|
+
default as ToDoPanel,
|
|
41543
|
+
$ToDoPanelSettings,
|
|
41544
|
+
} from "sap/suite/ui/commons/ToDoPanel";
|
|
41545
|
+
|
|
41546
|
+
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
41547
|
+
|
|
41548
|
+
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
41549
|
+
|
|
41550
|
+
/**
|
|
41551
|
+
* Panel class for managing and storing Task cards.
|
|
41552
|
+
*
|
|
41553
|
+
* @since 1.121
|
|
41554
|
+
* @experimental
|
|
41555
|
+
*/
|
|
41556
|
+
export default abstract class TaskPanel extends ToDoPanel {
|
|
41557
|
+
/**
|
|
41558
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
41559
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
41560
|
+
* of the syntax of the settings object.
|
|
41561
|
+
*/
|
|
41562
|
+
constructor();
|
|
41563
|
+
|
|
41564
|
+
/**
|
|
41565
|
+
* Creates a new subclass of class sap.suite.ui.commons.TaskPanel with name `sClassName` and enriches it
|
|
41566
|
+
* with the information contained in `oClassInfo`.
|
|
41567
|
+
*
|
|
41568
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.suite.ui.commons.ToDoPanel.extend}.
|
|
41569
|
+
*
|
|
41570
|
+
*
|
|
41571
|
+
* @returns Created class / constructor function
|
|
41572
|
+
*/
|
|
41573
|
+
static extend<T extends Record<string, unknown>>(
|
|
41574
|
+
/**
|
|
41575
|
+
* Name of the class being created
|
|
41576
|
+
*/
|
|
41577
|
+
sClassName: string,
|
|
41578
|
+
/**
|
|
41579
|
+
* Object literal with information about the class
|
|
41580
|
+
*/
|
|
41581
|
+
oClassInfo?: sap.ClassInfo<T, TaskPanel>,
|
|
41582
|
+
/**
|
|
41583
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
41584
|
+
* used by this class
|
|
41585
|
+
*/
|
|
41586
|
+
FNMetaImpl?: Function
|
|
41587
|
+
): Function;
|
|
41588
|
+
/**
|
|
41589
|
+
* Returns a metadata object for class sap.suite.ui.commons.TaskPanel.
|
|
41590
|
+
*
|
|
41591
|
+
*
|
|
41592
|
+
* @returns Metadata object describing this class
|
|
41593
|
+
*/
|
|
41594
|
+
static getMetadata(): ElementMetadata;
|
|
41595
|
+
/**
|
|
41596
|
+
* Gets current value of property {@link #getCustomAttributeUrl customAttributeUrl}.
|
|
41597
|
+
*
|
|
41598
|
+
* Default value is `empty string`.
|
|
41599
|
+
*
|
|
41600
|
+
*
|
|
41601
|
+
* @returns Value of property `customAttributeUrl`
|
|
41602
|
+
*/
|
|
41603
|
+
getCustomAttributeUrl(): string;
|
|
41604
|
+
/**
|
|
41605
|
+
* Sets a new value for property {@link #getCustomAttributeUrl customAttributeUrl}.
|
|
41606
|
+
*
|
|
41607
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
41608
|
+
*
|
|
41609
|
+
* Default value is `empty string`.
|
|
41610
|
+
*
|
|
41611
|
+
*
|
|
41612
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
41613
|
+
*/
|
|
41614
|
+
setCustomAttributeUrl(
|
|
41615
|
+
/**
|
|
41616
|
+
* New value for property `customAttributeUrl`
|
|
41617
|
+
*/
|
|
41618
|
+
sCustomAttributeUrl?: string
|
|
41619
|
+
): this;
|
|
41620
|
+
}
|
|
41621
|
+
|
|
41622
|
+
export interface $TaskPanelSettings extends $ToDoPanelSettings {
|
|
41623
|
+
customAttributeUrl?: string | PropertyBindingInfo;
|
|
41624
|
+
}
|
|
41625
|
+
}
|
|
41626
|
+
|
|
40604
41627
|
declare module "sap/suite/ui/commons/ThingCollection" {
|
|
40605
41628
|
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
40606
41629
|
|
|
@@ -43491,13 +44514,17 @@ declare module "sap/suite/ui/commons/Timeline" {
|
|
|
43491
44514
|
* - `key` – The key of the related group.
|
|
43492
44515
|
* - `title` – The title of the related group.
|
|
43493
44516
|
* - `date` – The same value as the one entered in the input parameter.
|
|
44517
|
+
*
|
|
44518
|
+
*
|
|
44519
|
+
* @returns An object with three properties: key: The key of the related group title: The title of the related
|
|
44520
|
+
* group date: the date from the input
|
|
43494
44521
|
*/
|
|
43495
44522
|
setCustomGrouping(
|
|
43496
44523
|
/**
|
|
43497
44524
|
* Grouping function.
|
|
43498
44525
|
*/
|
|
43499
44526
|
fnGroupBy: Function
|
|
43500
|
-
):
|
|
44527
|
+
): object;
|
|
43501
44528
|
/**
|
|
43502
44529
|
* Sets a custom message that is displayed below the timeline's header.
|
|
43503
44530
|
*/
|
|
@@ -46748,6 +47775,258 @@ declare module "sap/suite/ui/commons/TimelineNavigator" {
|
|
|
46748
47775
|
}
|
|
46749
47776
|
}
|
|
46750
47777
|
|
|
47778
|
+
declare module "sap/suite/ui/commons/ToDoPanel" {
|
|
47779
|
+
import {
|
|
47780
|
+
default as BasePanel,
|
|
47781
|
+
$BasePanelSettings,
|
|
47782
|
+
} from "sap/suite/ui/commons/BasePanel";
|
|
47783
|
+
|
|
47784
|
+
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
47785
|
+
|
|
47786
|
+
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
47787
|
+
|
|
47788
|
+
/**
|
|
47789
|
+
* Panel class for managing and storing To-Do cards.
|
|
47790
|
+
*
|
|
47791
|
+
* @since 1.121
|
|
47792
|
+
* @experimental
|
|
47793
|
+
*/
|
|
47794
|
+
export default class ToDoPanel extends BasePanel {
|
|
47795
|
+
/**
|
|
47796
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
47797
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
47798
|
+
* of the syntax of the settings object.
|
|
47799
|
+
*/
|
|
47800
|
+
constructor();
|
|
47801
|
+
|
|
47802
|
+
/**
|
|
47803
|
+
* Creates a new subclass of class sap.suite.ui.commons.ToDoPanel with name `sClassName` and enriches it
|
|
47804
|
+
* with the information contained in `oClassInfo`.
|
|
47805
|
+
*
|
|
47806
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.suite.ui.commons.BasePanel.extend}.
|
|
47807
|
+
*
|
|
47808
|
+
*
|
|
47809
|
+
* @returns Created class / constructor function
|
|
47810
|
+
*/
|
|
47811
|
+
static extend<T extends Record<string, unknown>>(
|
|
47812
|
+
/**
|
|
47813
|
+
* Name of the class being created
|
|
47814
|
+
*/
|
|
47815
|
+
sClassName: string,
|
|
47816
|
+
/**
|
|
47817
|
+
* Object literal with information about the class
|
|
47818
|
+
*/
|
|
47819
|
+
oClassInfo?: sap.ClassInfo<T, ToDoPanel>,
|
|
47820
|
+
/**
|
|
47821
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
47822
|
+
* used by this class
|
|
47823
|
+
*/
|
|
47824
|
+
FNMetaImpl?: Function
|
|
47825
|
+
): Function;
|
|
47826
|
+
/**
|
|
47827
|
+
* Returns a metadata object for class sap.suite.ui.commons.ToDoPanel.
|
|
47828
|
+
*
|
|
47829
|
+
*
|
|
47830
|
+
* @returns Metadata object describing this class
|
|
47831
|
+
*/
|
|
47832
|
+
static getMetadata(): ElementMetadata;
|
|
47833
|
+
/**
|
|
47834
|
+
* Generate a default card template for the Current Panel. An extended panel can have it's own template
|
|
47835
|
+
* by overridding this method and providing a custom card template.
|
|
47836
|
+
*
|
|
47837
|
+
*
|
|
47838
|
+
* @returns The generated card template.
|
|
47839
|
+
*/
|
|
47840
|
+
generateCardTemplate(
|
|
47841
|
+
/**
|
|
47842
|
+
* The ID for the template.
|
|
47843
|
+
*/
|
|
47844
|
+
id: string,
|
|
47845
|
+
/**
|
|
47846
|
+
* The context for the template.
|
|
47847
|
+
*/
|
|
47848
|
+
context: object
|
|
47849
|
+
): object;
|
|
47850
|
+
/**
|
|
47851
|
+
* Gets current value of property {@link #getCountUrl countUrl}.
|
|
47852
|
+
*
|
|
47853
|
+
* Default value is `empty string`.
|
|
47854
|
+
*
|
|
47855
|
+
*
|
|
47856
|
+
* @returns Value of property `countUrl`
|
|
47857
|
+
*/
|
|
47858
|
+
getCountUrl(): string;
|
|
47859
|
+
/**
|
|
47860
|
+
* Gets current value of property {@link #getDataUrl dataUrl}.
|
|
47861
|
+
*
|
|
47862
|
+
* Default value is `empty string`.
|
|
47863
|
+
*
|
|
47864
|
+
*
|
|
47865
|
+
* @returns Value of property `dataUrl`
|
|
47866
|
+
*/
|
|
47867
|
+
getDataUrl(): string;
|
|
47868
|
+
/**
|
|
47869
|
+
* Gets current value of property {@link #getServiceUrl serviceUrl}.
|
|
47870
|
+
*
|
|
47871
|
+
* Default value is `empty string`.
|
|
47872
|
+
*
|
|
47873
|
+
*
|
|
47874
|
+
* @returns Value of property `serviceUrl`
|
|
47875
|
+
*/
|
|
47876
|
+
getServiceUrl(): string;
|
|
47877
|
+
/**
|
|
47878
|
+
* Gets current value of property {@link #getTargetAppUrl targetAppUrl}.
|
|
47879
|
+
*
|
|
47880
|
+
* Default value is `empty string`.
|
|
47881
|
+
*
|
|
47882
|
+
*
|
|
47883
|
+
* @returns Value of property `targetAppUrl`
|
|
47884
|
+
*/
|
|
47885
|
+
getTargetAppUrl(): string;
|
|
47886
|
+
/**
|
|
47887
|
+
* Sets a new value for property {@link #getCountUrl countUrl}.
|
|
47888
|
+
*
|
|
47889
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
47890
|
+
*
|
|
47891
|
+
* Default value is `empty string`.
|
|
47892
|
+
*
|
|
47893
|
+
*
|
|
47894
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
47895
|
+
*/
|
|
47896
|
+
setCountUrl(
|
|
47897
|
+
/**
|
|
47898
|
+
* New value for property `countUrl`
|
|
47899
|
+
*/
|
|
47900
|
+
sCountUrl?: string
|
|
47901
|
+
): this;
|
|
47902
|
+
/**
|
|
47903
|
+
* Sets a new value for property {@link #getDataUrl dataUrl}.
|
|
47904
|
+
*
|
|
47905
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
47906
|
+
*
|
|
47907
|
+
* Default value is `empty string`.
|
|
47908
|
+
*
|
|
47909
|
+
*
|
|
47910
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
47911
|
+
*/
|
|
47912
|
+
setDataUrl(
|
|
47913
|
+
/**
|
|
47914
|
+
* New value for property `dataUrl`
|
|
47915
|
+
*/
|
|
47916
|
+
sDataUrl?: string
|
|
47917
|
+
): this;
|
|
47918
|
+
/**
|
|
47919
|
+
* Sets a new value for property {@link #getServiceUrl serviceUrl}.
|
|
47920
|
+
*
|
|
47921
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
47922
|
+
*
|
|
47923
|
+
* Default value is `empty string`.
|
|
47924
|
+
*
|
|
47925
|
+
*
|
|
47926
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
47927
|
+
*/
|
|
47928
|
+
setServiceUrl(
|
|
47929
|
+
/**
|
|
47930
|
+
* New value for property `serviceUrl`
|
|
47931
|
+
*/
|
|
47932
|
+
sServiceUrl?: string
|
|
47933
|
+
): this;
|
|
47934
|
+
/**
|
|
47935
|
+
* Sets a new value for property {@link #getTargetAppUrl targetAppUrl}.
|
|
47936
|
+
*
|
|
47937
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
47938
|
+
*
|
|
47939
|
+
* Default value is `empty string`.
|
|
47940
|
+
*
|
|
47941
|
+
*
|
|
47942
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
47943
|
+
*/
|
|
47944
|
+
setTargetAppUrl(
|
|
47945
|
+
/**
|
|
47946
|
+
* New value for property `targetAppUrl`
|
|
47947
|
+
*/
|
|
47948
|
+
sTargetAppUrl?: string
|
|
47949
|
+
): this;
|
|
47950
|
+
}
|
|
47951
|
+
|
|
47952
|
+
export interface $ToDoPanelSettings extends $BasePanelSettings {
|
|
47953
|
+
serviceUrl?: string | PropertyBindingInfo;
|
|
47954
|
+
|
|
47955
|
+
countUrl?: string | PropertyBindingInfo;
|
|
47956
|
+
|
|
47957
|
+
dataUrl?: string | PropertyBindingInfo;
|
|
47958
|
+
|
|
47959
|
+
targetAppUrl?: string | PropertyBindingInfo;
|
|
47960
|
+
}
|
|
47961
|
+
}
|
|
47962
|
+
|
|
47963
|
+
declare module "sap/suite/ui/commons/ToDosContainer" {
|
|
47964
|
+
import {
|
|
47965
|
+
default as BaseContainer,
|
|
47966
|
+
$BaseContainerSettings,
|
|
47967
|
+
} from "sap/suite/ui/commons/BaseContainer";
|
|
47968
|
+
|
|
47969
|
+
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
47970
|
+
|
|
47971
|
+
/**
|
|
47972
|
+
* Container class for managing and storing To-Do cards.
|
|
47973
|
+
*
|
|
47974
|
+
* @since 1.121
|
|
47975
|
+
* @experimental
|
|
47976
|
+
*/
|
|
47977
|
+
export default class ToDosContainer extends BaseContainer {
|
|
47978
|
+
constructor();
|
|
47979
|
+
|
|
47980
|
+
/**
|
|
47981
|
+
* Creates a new subclass of class sap.suite.ui.commons.ToDosContainer with name `sClassName` and enriches
|
|
47982
|
+
* it with the information contained in `oClassInfo`.
|
|
47983
|
+
*
|
|
47984
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.suite.ui.commons.BaseContainer.extend}.
|
|
47985
|
+
*
|
|
47986
|
+
*
|
|
47987
|
+
* @returns Created class / constructor function
|
|
47988
|
+
*/
|
|
47989
|
+
static extend<T extends Record<string, unknown>>(
|
|
47990
|
+
/**
|
|
47991
|
+
* Name of the class being created
|
|
47992
|
+
*/
|
|
47993
|
+
sClassName: string,
|
|
47994
|
+
/**
|
|
47995
|
+
* Object literal with information about the class
|
|
47996
|
+
*/
|
|
47997
|
+
oClassInfo?: sap.ClassInfo<T, ToDosContainer>,
|
|
47998
|
+
/**
|
|
47999
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
48000
|
+
* used by this class
|
|
48001
|
+
*/
|
|
48002
|
+
FNMetaImpl?: Function
|
|
48003
|
+
): Function;
|
|
48004
|
+
/**
|
|
48005
|
+
* Returns a metadata object for class sap.suite.ui.commons.ToDosContainer.
|
|
48006
|
+
*
|
|
48007
|
+
*
|
|
48008
|
+
* @returns Metadata object describing this class
|
|
48009
|
+
*/
|
|
48010
|
+
static getMetadata(): ElementMetadata;
|
|
48011
|
+
/**
|
|
48012
|
+
* Gets the selected key of the ToDosContainer. If no selected key is set, it defaults to the first item.
|
|
48013
|
+
*
|
|
48014
|
+
*
|
|
48015
|
+
* @returns The selected key.
|
|
48016
|
+
*/
|
|
48017
|
+
getSelectedKey(): string;
|
|
48018
|
+
/**
|
|
48019
|
+
* Asynchronously refreshes the section by forcing all inner panels to be reloaded.
|
|
48020
|
+
*
|
|
48021
|
+
*
|
|
48022
|
+
* @returns A promise that resolves when the section is successfully refreshed.
|
|
48023
|
+
*/
|
|
48024
|
+
refreshData(): Promise<void>;
|
|
48025
|
+
}
|
|
48026
|
+
|
|
48027
|
+
export interface $ToDosContainerSettings extends $BaseContainerSettings {}
|
|
48028
|
+
}
|
|
48029
|
+
|
|
46751
48030
|
declare module "sap/suite/ui/commons/UnifiedThingGroup" {
|
|
46752
48031
|
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
46753
48032
|
|
|
@@ -49382,7 +50661,7 @@ declare module "sap/suite/ui/commons/ViewRepeater" {
|
|
|
49382
50661
|
* ID of the element which is the current target of the association {@link #getExternalRepresentation externalRepresentation},
|
|
49383
50662
|
* or `null`.
|
|
49384
50663
|
*/
|
|
49385
|
-
getExternalRepresentation(): ID;
|
|
50664
|
+
getExternalRepresentation(): ID | null;
|
|
49386
50665
|
/**
|
|
49387
50666
|
* Gets current value of property {@link #getHeight height}.
|
|
49388
50667
|
*
|
|
@@ -49793,6 +51072,10 @@ declare namespace sap {
|
|
|
49793
51072
|
interface IUI5DefineDependencyNames {
|
|
49794
51073
|
"sap/suite/ui/commons/AriaProperties": undefined;
|
|
49795
51074
|
|
|
51075
|
+
"sap/suite/ui/commons/BaseContainer": undefined;
|
|
51076
|
+
|
|
51077
|
+
"sap/suite/ui/commons/BasePanel": undefined;
|
|
51078
|
+
|
|
49796
51079
|
"sap/suite/ui/commons/BulletChart": undefined;
|
|
49797
51080
|
|
|
49798
51081
|
"sap/suite/ui/commons/BulletChartData": undefined;
|
|
@@ -49819,6 +51102,8 @@ declare namespace sap {
|
|
|
49819
51102
|
|
|
49820
51103
|
"sap/suite/ui/commons/ChartTile": undefined;
|
|
49821
51104
|
|
|
51105
|
+
"sap/suite/ui/commons/CloudFileInfo": undefined;
|
|
51106
|
+
|
|
49822
51107
|
"sap/suite/ui/commons/CloudFilePicker": undefined;
|
|
49823
51108
|
|
|
49824
51109
|
"sap/suite/ui/commons/collaboration/BaseHelperService": undefined;
|
|
@@ -49907,6 +51192,8 @@ declare namespace sap {
|
|
|
49907
51192
|
|
|
49908
51193
|
"sap/suite/ui/commons/LinkActionSheet": undefined;
|
|
49909
51194
|
|
|
51195
|
+
"sap/suite/ui/commons/MenuItem": undefined;
|
|
51196
|
+
|
|
49910
51197
|
"sap/suite/ui/commons/MicroAreaChart": undefined;
|
|
49911
51198
|
|
|
49912
51199
|
"sap/suite/ui/commons/MicroAreaChartItem": undefined;
|
|
@@ -49967,6 +51254,8 @@ declare namespace sap {
|
|
|
49967
51254
|
|
|
49968
51255
|
"sap/suite/ui/commons/NewsContent": undefined;
|
|
49969
51256
|
|
|
51257
|
+
"sap/suite/ui/commons/NewsPanel": undefined;
|
|
51258
|
+
|
|
49970
51259
|
"sap/suite/ui/commons/NoteTaker": undefined;
|
|
49971
51260
|
|
|
49972
51261
|
"sap/suite/ui/commons/NoteTakerCard": undefined;
|
|
@@ -49975,6 +51264,8 @@ declare namespace sap {
|
|
|
49975
51264
|
|
|
49976
51265
|
"sap/suite/ui/commons/NumericTile": undefined;
|
|
49977
51266
|
|
|
51267
|
+
"sap/suite/ui/commons/PagePanel": undefined;
|
|
51268
|
+
|
|
49978
51269
|
"sap/suite/ui/commons/PictureZoomIn": undefined;
|
|
49979
51270
|
|
|
49980
51271
|
"sap/suite/ui/commons/ProcessFlow": undefined;
|
|
@@ -49989,6 +51280,8 @@ declare namespace sap {
|
|
|
49989
51280
|
|
|
49990
51281
|
"sap/suite/ui/commons/RepeaterViewConfiguration": undefined;
|
|
49991
51282
|
|
|
51283
|
+
"sap/suite/ui/commons/SituationPanel": undefined;
|
|
51284
|
+
|
|
49992
51285
|
"sap/suite/ui/commons/SplitButton": undefined;
|
|
49993
51286
|
|
|
49994
51287
|
"sap/suite/ui/commons/statusindicator/Circle": undefined;
|
|
@@ -50031,6 +51324,8 @@ declare namespace sap {
|
|
|
50031
51324
|
|
|
50032
51325
|
"sap/suite/ui/commons/TargetFilterMeasureColumn": undefined;
|
|
50033
51326
|
|
|
51327
|
+
"sap/suite/ui/commons/TaskPanel": undefined;
|
|
51328
|
+
|
|
50034
51329
|
"sap/suite/ui/commons/ThingCollection": undefined;
|
|
50035
51330
|
|
|
50036
51331
|
"sap/suite/ui/commons/ThreePanelThingInspector": undefined;
|
|
@@ -50049,6 +51344,10 @@ declare namespace sap {
|
|
|
50049
51344
|
|
|
50050
51345
|
"sap/suite/ui/commons/TimelineNavigator": undefined;
|
|
50051
51346
|
|
|
51347
|
+
"sap/suite/ui/commons/ToDoPanel": undefined;
|
|
51348
|
+
|
|
51349
|
+
"sap/suite/ui/commons/ToDosContainer": undefined;
|
|
51350
|
+
|
|
50052
51351
|
"sap/suite/ui/commons/UnifiedThingGroup": undefined;
|
|
50053
51352
|
|
|
50054
51353
|
"sap/suite/ui/commons/UnifiedThingInspector": undefined;
|