@sapui5/ts-types 1.113.0 → 1.114.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 +0 -1
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +45 -1
- package/types/sap.f.d.ts +51 -1
- package/types/sap.fe.core.d.ts +10 -6
- package/types/sap.fe.macros.d.ts +28 -3
- package/types/sap.fe.templates.d.ts +6 -6
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +56 -3
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.landvisz.d.ts +1 -1
- package/types/sap.m.d.ts +499 -992
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +29 -577
- package/types/sap.suite.ui.commons.d.ts +74 -5
- package/types/sap.suite.ui.generic.template.d.ts +2 -2
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +393 -257
- package/types/sap.ui.core.d.ts +1342 -856
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +3 -3
- package/types/sap.ui.generic.app.d.ts +2 -2
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +107 -4
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +17 -7
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +36 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +159 -141
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +40 -1
- package/types/sap.ui.vtm.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +9 -6
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
- package/types/sap.sac.grid.d.ts +0 -760
package/types/sap.sac.df.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.114.3
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace sac {
|
|
@@ -347,16 +347,6 @@ declare namespace sap {
|
|
|
347
347
|
*/
|
|
348
348
|
oFilter: object
|
|
349
349
|
): undefined;
|
|
350
|
-
/**
|
|
351
|
-
* sets the format property of the MultiDimDataProvider, this can influence the resultset that is aggregated
|
|
352
|
-
* in the `Grid.Cells` collection. Its main purpose is to influence the visualisation of a `sap.sac.df.PivotTable`
|
|
353
|
-
*/
|
|
354
|
-
setFormat(
|
|
355
|
-
/**
|
|
356
|
-
* the format to be used
|
|
357
|
-
*/
|
|
358
|
-
sFormat: sap.sac.grid.Format
|
|
359
|
-
): void;
|
|
360
350
|
/**
|
|
361
351
|
* Sets the scaling factor of a measure/query cell
|
|
362
352
|
*
|
|
@@ -405,17 +395,6 @@ declare namespace sap {
|
|
|
405
395
|
* @returns resolving to the `MultiDimDataProvider` to allow chaining.
|
|
406
396
|
*/
|
|
407
397
|
submitVariables(): Promise<this>;
|
|
408
|
-
/**
|
|
409
|
-
* suppress a unit/currency from being populated to the result cells
|
|
410
|
-
*
|
|
411
|
-
* @returns the MultiDimDataProvider to allow chaining
|
|
412
|
-
*/
|
|
413
|
-
suppressUnit(
|
|
414
|
-
/**
|
|
415
|
-
* the key of the suppressed unit
|
|
416
|
-
*/
|
|
417
|
-
sUnit: string
|
|
418
|
-
): this;
|
|
419
398
|
/**
|
|
420
399
|
* retrieve the data of the current naviation state `MultiDimDataProvider` from the InA Server.
|
|
421
400
|
*
|
|
@@ -496,187 +475,9 @@ declare namespace sap {
|
|
|
496
475
|
*/
|
|
497
476
|
static getMetadata(): sap.ui.base.Metadata;
|
|
498
477
|
}
|
|
499
|
-
/**
|
|
500
|
-
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
501
|
-
*
|
|
502
|
-
* List binding implementation for `OlapModel`.
|
|
503
|
-
*/
|
|
504
|
-
class OlapListBinding extends sap.ui.model.ListBinding {
|
|
505
|
-
/**
|
|
506
|
-
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
507
|
-
*
|
|
508
|
-
* Creates a new OlapListBinding.
|
|
509
|
-
*
|
|
510
|
-
* This constructor should only be called by subclasses or model implementations, not by application or
|
|
511
|
-
* control code. Such code should use {@link sap.sac.df.olap.OlapModel#bindList OlapModel#bindList} on the
|
|
512
|
-
* corresponding model instance instead.
|
|
513
|
-
*/
|
|
514
|
-
constructor();
|
|
515
|
-
|
|
516
|
-
/**
|
|
517
|
-
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
518
|
-
*
|
|
519
|
-
* Creates a new subclass of class sap.sac.df.olap.OlapListBinding with name `sClassName` and enriches it
|
|
520
|
-
* with the information contained in `oClassInfo`.
|
|
521
|
-
*
|
|
522
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.model.ListBinding.extend}.
|
|
523
|
-
*
|
|
524
|
-
* @returns Created class / constructor function
|
|
525
|
-
*/
|
|
526
|
-
static extend<T extends Record<string, unknown>>(
|
|
527
|
-
/**
|
|
528
|
-
* Name of the class being created
|
|
529
|
-
*/
|
|
530
|
-
sClassName: string,
|
|
531
|
-
/**
|
|
532
|
-
* Object literal with information about the class
|
|
533
|
-
*/
|
|
534
|
-
oClassInfo?: sap.ClassInfo<T, sap.sac.df.olap.OlapListBinding>,
|
|
535
|
-
/**
|
|
536
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
537
|
-
* used by this class
|
|
538
|
-
*/
|
|
539
|
-
FNMetaImpl?: Function
|
|
540
|
-
): Function;
|
|
541
|
-
/**
|
|
542
|
-
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
543
|
-
*
|
|
544
|
-
* Returns a metadata object for class sap.sac.df.olap.OlapListBinding.
|
|
545
|
-
*
|
|
546
|
-
* @returns Metadata object describing this class
|
|
547
|
-
*/
|
|
548
|
-
static getMetadata(): sap.ui.base.Metadata;
|
|
549
|
-
}
|
|
550
|
-
/**
|
|
551
|
-
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
552
|
-
*
|
|
553
|
-
* List binding implementation for `OlapModel`.
|
|
554
|
-
*/
|
|
555
|
-
class OlapListGridBinding extends sap.ui.model.ListBinding {
|
|
556
|
-
/**
|
|
557
|
-
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
558
|
-
*
|
|
559
|
-
* Creates a new OlapListGridBinding.
|
|
560
|
-
*
|
|
561
|
-
* This constructor should only be called by subclasses or model implementations, not by application or
|
|
562
|
-
* control code. Such code should use {@link sap.sac.df.OlapModel#bindList OlapModel#bindList} on the corresponding
|
|
563
|
-
* model instance instead.
|
|
564
|
-
*/
|
|
565
|
-
constructor();
|
|
566
|
-
|
|
567
|
-
/**
|
|
568
|
-
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
569
|
-
*
|
|
570
|
-
* Creates a new subclass of class sap.sac.df.olap.OlapListGridBinding with name `sClassName` and enriches
|
|
571
|
-
* it with the information contained in `oClassInfo`.
|
|
572
|
-
*
|
|
573
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.model.ListBinding.extend}.
|
|
574
|
-
*
|
|
575
|
-
* @returns Created class / constructor function
|
|
576
|
-
*/
|
|
577
|
-
static extend<T extends Record<string, unknown>>(
|
|
578
|
-
/**
|
|
579
|
-
* Name of the class being created
|
|
580
|
-
*/
|
|
581
|
-
sClassName: string,
|
|
582
|
-
/**
|
|
583
|
-
* Object literal with information about the class
|
|
584
|
-
*/
|
|
585
|
-
oClassInfo?: sap.ClassInfo<T, sap.sac.df.olap.OlapListGridBinding>,
|
|
586
|
-
/**
|
|
587
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
588
|
-
* used by this class
|
|
589
|
-
*/
|
|
590
|
-
FNMetaImpl?: Function
|
|
591
|
-
): Function;
|
|
592
|
-
/**
|
|
593
|
-
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
594
|
-
*
|
|
595
|
-
* Returns a metadata object for class sap.sac.df.olap.OlapListGridBinding.
|
|
596
|
-
*
|
|
597
|
-
* @returns Metadata object describing this class
|
|
598
|
-
*/
|
|
599
|
-
static getMetadata(): sap.ui.base.Metadata;
|
|
600
|
-
}
|
|
601
|
-
/**
|
|
602
|
-
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
603
|
-
*
|
|
604
|
-
* Property binding implementation for `OlapModel`.
|
|
605
|
-
*/
|
|
606
|
-
class OlapPropertyBinding extends sap.ui.model.ListBinding {
|
|
607
|
-
/**
|
|
608
|
-
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
609
|
-
*
|
|
610
|
-
* Creates a new OlapPropertyBinding.
|
|
611
|
-
*
|
|
612
|
-
* This constructor should only be called by subclasses or model implementations, not by application or
|
|
613
|
-
* control code. Such code should use {@link sap.sac.df.olap.OlapModel#bindProperty OlapModel#bindProperty}
|
|
614
|
-
* on the corresponding model instance instead.
|
|
615
|
-
*/
|
|
616
|
-
constructor();
|
|
617
|
-
|
|
618
|
-
/**
|
|
619
|
-
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
620
|
-
*
|
|
621
|
-
* Creates a new subclass of class sap.sac.df.olap.OlapPropertyBinding with name `sClassName` and enriches
|
|
622
|
-
* it with the information contained in `oClassInfo`.
|
|
623
|
-
*
|
|
624
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.model.ListBinding.extend}.
|
|
625
|
-
*
|
|
626
|
-
* @returns Created class / constructor function
|
|
627
|
-
*/
|
|
628
|
-
static extend<T extends Record<string, unknown>>(
|
|
629
|
-
/**
|
|
630
|
-
* Name of the class being created
|
|
631
|
-
*/
|
|
632
|
-
sClassName: string,
|
|
633
|
-
/**
|
|
634
|
-
* Object literal with information about the class
|
|
635
|
-
*/
|
|
636
|
-
oClassInfo?: sap.ClassInfo<T, sap.sac.df.olap.OlapPropertyBinding>,
|
|
637
|
-
/**
|
|
638
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
639
|
-
* used by this class
|
|
640
|
-
*/
|
|
641
|
-
FNMetaImpl?: Function
|
|
642
|
-
): Function;
|
|
643
|
-
/**
|
|
644
|
-
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
645
|
-
*
|
|
646
|
-
* Returns a metadata object for class sap.sac.df.olap.OlapPropertyBinding.
|
|
647
|
-
*
|
|
648
|
-
* @returns Metadata object describing this class
|
|
649
|
-
*/
|
|
650
|
-
static getMetadata(): sap.ui.base.Metadata;
|
|
651
|
-
}
|
|
652
478
|
}
|
|
653
479
|
|
|
654
480
|
namespace types {
|
|
655
|
-
/**
|
|
656
|
-
* Types of navigation commands.
|
|
657
|
-
*/
|
|
658
|
-
enum NavigationCommandType {
|
|
659
|
-
/**
|
|
660
|
-
* Click on a cell
|
|
661
|
-
*/
|
|
662
|
-
CellClick = "CellClick",
|
|
663
|
-
/**
|
|
664
|
-
* request for additional columns
|
|
665
|
-
*/
|
|
666
|
-
ColumnRequest = "ColumnRequest",
|
|
667
|
-
/**
|
|
668
|
-
* Context menu entry
|
|
669
|
-
*/
|
|
670
|
-
ContextMenuCmd = "ContextMenuCmd",
|
|
671
|
-
/**
|
|
672
|
-
* Hierachy drill operation
|
|
673
|
-
*/
|
|
674
|
-
HierarchyNavigation = "HierarchyNavigation",
|
|
675
|
-
/**
|
|
676
|
-
* request for additional rows
|
|
677
|
-
*/
|
|
678
|
-
RowRequest = "RowRequest",
|
|
679
|
-
}
|
|
680
481
|
/**
|
|
681
482
|
* System Type of an InA System
|
|
682
483
|
*/
|
|
@@ -700,21 +501,6 @@ declare namespace sap {
|
|
|
700
501
|
}
|
|
701
502
|
}
|
|
702
503
|
|
|
703
|
-
interface $FilterBarSettings
|
|
704
|
-
extends /* was: sap.ui.mdc.$FilterBarSettings */ Object {
|
|
705
|
-
/**
|
|
706
|
-
* ID of multiDimModel
|
|
707
|
-
*/
|
|
708
|
-
multiDimModelId?:
|
|
709
|
-
| string
|
|
710
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
711
|
-
|
|
712
|
-
/**
|
|
713
|
-
* Mode
|
|
714
|
-
*/
|
|
715
|
-
mode?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
716
|
-
}
|
|
717
|
-
|
|
718
504
|
interface $FlexAnalysisSettings extends sap.ui.core.$ControlSettings {
|
|
719
505
|
/**
|
|
720
506
|
* Sets title to be shown in the control. If not set the name of the corresponding back-end query is used
|
|
@@ -752,6 +538,11 @@ declare namespace sap {
|
|
|
752
538
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
753
539
|
| `{${string}}`;
|
|
754
540
|
|
|
541
|
+
/**
|
|
542
|
+
* configuration Id
|
|
543
|
+
*/
|
|
544
|
+
configId?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
545
|
+
|
|
755
546
|
/**
|
|
756
547
|
* Width of the component
|
|
757
548
|
*/
|
|
@@ -941,128 +732,6 @@ declare namespace sap {
|
|
|
941
732
|
content?: sap.ui.core.Control;
|
|
942
733
|
}
|
|
943
734
|
|
|
944
|
-
interface $PivotTableSettings extends sap.ui.core.$ControlSettings {
|
|
945
|
-
/**
|
|
946
|
-
* Name of the Data Provider within {sap.sac.df.olap.OlapModel} with name `om`, which is displayed and available
|
|
947
|
-
* for interactions
|
|
948
|
-
*/
|
|
949
|
-
dataProviderName?:
|
|
950
|
-
| string
|
|
951
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
952
|
-
|
|
953
|
-
/**
|
|
954
|
-
* Property for different table formats
|
|
955
|
-
*/
|
|
956
|
-
format?:
|
|
957
|
-
| sap.sac.grid.Format
|
|
958
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
959
|
-
| `{${string}}`;
|
|
960
|
-
|
|
961
|
-
/**
|
|
962
|
-
* Fired when a user launches a navigation command
|
|
963
|
-
*/
|
|
964
|
-
navigationCmd?: (oEvent: sap.ui.base.Event) => void;
|
|
965
|
-
}
|
|
966
|
-
|
|
967
|
-
/**
|
|
968
|
-
* @EXPERIMENTAL
|
|
969
|
-
*
|
|
970
|
-
* A FilterBar control based on Multidimensional Model
|
|
971
|
-
*/
|
|
972
|
-
class FilterBar /* was: sap.ui.mdc.FilterBar */ extends Object {
|
|
973
|
-
/**
|
|
974
|
-
* Constructor for a new Filter Bar.
|
|
975
|
-
*
|
|
976
|
-
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
977
|
-
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
978
|
-
* of the syntax of the settings object.
|
|
979
|
-
*/
|
|
980
|
-
constructor();
|
|
981
|
-
|
|
982
|
-
/**
|
|
983
|
-
* Creates a new subclass of class sap.sac.df.FilterBar with name `sClassName` and enriches it with the
|
|
984
|
-
* information contained in `oClassInfo`.
|
|
985
|
-
*
|
|
986
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.mdc.FilterBar.extend}.
|
|
987
|
-
*
|
|
988
|
-
* @returns Created class / constructor function
|
|
989
|
-
*/
|
|
990
|
-
static extend<T extends Record<string, unknown>>(
|
|
991
|
-
/**
|
|
992
|
-
* Name of the class being created
|
|
993
|
-
*/
|
|
994
|
-
sClassName: string,
|
|
995
|
-
/**
|
|
996
|
-
* Object literal with information about the class
|
|
997
|
-
*/
|
|
998
|
-
oClassInfo?: sap.ClassInfo<T, sap.sac.df.FilterBar>,
|
|
999
|
-
/**
|
|
1000
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
1001
|
-
* used by this class
|
|
1002
|
-
*/
|
|
1003
|
-
FNMetaImpl?: Function
|
|
1004
|
-
): Function;
|
|
1005
|
-
/**
|
|
1006
|
-
* Returns a metadata object for class sap.sac.df.FilterBar.
|
|
1007
|
-
*
|
|
1008
|
-
* @returns Metadata object describing this class
|
|
1009
|
-
*/
|
|
1010
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
1011
|
-
/**
|
|
1012
|
-
* Gets current value of property {@link #getMode mode}.
|
|
1013
|
-
*
|
|
1014
|
-
* Mode
|
|
1015
|
-
*
|
|
1016
|
-
* Default value is `"VariablesOfDataProvider"`.
|
|
1017
|
-
*
|
|
1018
|
-
* @returns Value of property `mode`
|
|
1019
|
-
*/
|
|
1020
|
-
getMode(): string;
|
|
1021
|
-
/**
|
|
1022
|
-
* Gets current value of property {@link #getMultiDimModelId multiDimModelId}.
|
|
1023
|
-
*
|
|
1024
|
-
* ID of multiDimModel
|
|
1025
|
-
*
|
|
1026
|
-
* Default value is `"om"`.
|
|
1027
|
-
*
|
|
1028
|
-
* @returns Value of property `multiDimModelId`
|
|
1029
|
-
*/
|
|
1030
|
-
getMultiDimModelId(): string;
|
|
1031
|
-
/**
|
|
1032
|
-
* Sets a new value for property {@link #getMode mode}.
|
|
1033
|
-
*
|
|
1034
|
-
* Mode
|
|
1035
|
-
*
|
|
1036
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1037
|
-
*
|
|
1038
|
-
* Default value is `"VariablesOfDataProvider"`.
|
|
1039
|
-
*
|
|
1040
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
1041
|
-
*/
|
|
1042
|
-
setMode(
|
|
1043
|
-
/**
|
|
1044
|
-
* New value for property `mode`
|
|
1045
|
-
*/
|
|
1046
|
-
sMode?: string
|
|
1047
|
-
): this;
|
|
1048
|
-
/**
|
|
1049
|
-
* Sets a new value for property {@link #getMultiDimModelId multiDimModelId}.
|
|
1050
|
-
*
|
|
1051
|
-
* ID of multiDimModel
|
|
1052
|
-
*
|
|
1053
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1054
|
-
*
|
|
1055
|
-
* Default value is `"om"`.
|
|
1056
|
-
*
|
|
1057
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
1058
|
-
*/
|
|
1059
|
-
setMultiDimModelId(
|
|
1060
|
-
/**
|
|
1061
|
-
* New value for property `multiDimModelId`
|
|
1062
|
-
*/
|
|
1063
|
-
sMultiDimModelId?: string
|
|
1064
|
-
): this;
|
|
1065
|
-
}
|
|
1066
735
|
/**
|
|
1067
736
|
* @EXPERIMENTAL
|
|
1068
737
|
*
|
|
@@ -1166,6 +835,14 @@ declare namespace sap {
|
|
|
1166
835
|
* @returns Value of property `clientIdentifier`
|
|
1167
836
|
*/
|
|
1168
837
|
getClientIdentifier(): string;
|
|
838
|
+
/**
|
|
839
|
+
* Gets current value of property {@link #getConfigId configId}.
|
|
840
|
+
*
|
|
841
|
+
* configuration Id
|
|
842
|
+
*
|
|
843
|
+
* @returns Value of property `configId`
|
|
844
|
+
*/
|
|
845
|
+
getConfigId(): string;
|
|
1169
846
|
/**
|
|
1170
847
|
* Gets current value of property {@link #getConfigObject configObject}.
|
|
1171
848
|
*
|
|
@@ -1472,6 +1149,21 @@ declare namespace sap {
|
|
|
1472
1149
|
*/
|
|
1473
1150
|
sClientIdentifier: string
|
|
1474
1151
|
): this;
|
|
1152
|
+
/**
|
|
1153
|
+
* Sets a new value for property {@link #getConfigId configId}.
|
|
1154
|
+
*
|
|
1155
|
+
* configuration Id
|
|
1156
|
+
*
|
|
1157
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1158
|
+
*
|
|
1159
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1160
|
+
*/
|
|
1161
|
+
setConfigId(
|
|
1162
|
+
/**
|
|
1163
|
+
* New value for property `configId`
|
|
1164
|
+
*/
|
|
1165
|
+
sConfigId: string
|
|
1166
|
+
): this;
|
|
1475
1167
|
/**
|
|
1476
1168
|
* Sets a new value for property {@link #getConfigObject configObject}.
|
|
1477
1169
|
*
|
|
@@ -2017,240 +1709,10 @@ declare namespace sap {
|
|
|
2017
1709
|
sTitle: string
|
|
2018
1710
|
): this;
|
|
2019
1711
|
}
|
|
2020
|
-
/**
|
|
2021
|
-
* @EXPERIMENTAL
|
|
2022
|
-
*
|
|
2023
|
-
* Enables users to view, navigate and change multidimensional data exposed via InA in a PivotTable.
|
|
2024
|
-
*
|
|
2025
|
-
* Overview:
|
|
2026
|
-
*
|
|
2027
|
-
* The user can view the data in the Pivot Table, navigate in the data via a context menu or enter data
|
|
2028
|
-
* in input enables cells cells.
|
|
2029
|
-
*
|
|
2030
|
-
* Usage:
|
|
2031
|
-
*
|
|
2032
|
-
* The `PivotTable` is mimicked after the OData Smart Controls. Instead of OData they bind against an {sap.sac.df.olap.OlapModel}
|
|
2033
|
-
* with the name "om". Each Analytical Query in the `Olap Model` is exposed as a DataProvider. The data
|
|
2034
|
-
* provider that the PivotTable consumes needs to be provided as a property value.
|
|
2035
|
-
*/
|
|
2036
|
-
class PivotTable extends sap.ui.core.Control {
|
|
2037
|
-
/**
|
|
2038
|
-
* Constructor for a new `PivotTable`.
|
|
2039
|
-
*
|
|
2040
|
-
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
2041
|
-
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
2042
|
-
* of the syntax of the settings object.
|
|
2043
|
-
*/
|
|
2044
|
-
constructor(
|
|
2045
|
-
/**
|
|
2046
|
-
* Initial settings for the new control
|
|
2047
|
-
*/
|
|
2048
|
-
mSettings?: sap.sac.df.$PivotTableSettings
|
|
2049
|
-
);
|
|
2050
|
-
/**
|
|
2051
|
-
* Constructor for a new `PivotTable`.
|
|
2052
|
-
*
|
|
2053
|
-
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
2054
|
-
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
2055
|
-
* of the syntax of the settings object.
|
|
2056
|
-
*/
|
|
2057
|
-
constructor(
|
|
2058
|
-
/**
|
|
2059
|
-
* ID for the new control, generated automatically if no ID is given
|
|
2060
|
-
*/
|
|
2061
|
-
sId?: string,
|
|
2062
|
-
/**
|
|
2063
|
-
* Initial settings for the new control
|
|
2064
|
-
*/
|
|
2065
|
-
mSettings?: sap.sac.df.$PivotTableSettings
|
|
2066
|
-
);
|
|
2067
|
-
|
|
2068
|
-
/**
|
|
2069
|
-
* Creates a new subclass of class sap.sac.df.PivotTable with name `sClassName` and enriches it with the
|
|
2070
|
-
* information contained in `oClassInfo`.
|
|
2071
|
-
*
|
|
2072
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
2073
|
-
*
|
|
2074
|
-
* @returns Created class / constructor function
|
|
2075
|
-
*/
|
|
2076
|
-
static extend<T extends Record<string, unknown>>(
|
|
2077
|
-
/**
|
|
2078
|
-
* Name of the class being created
|
|
2079
|
-
*/
|
|
2080
|
-
sClassName: string,
|
|
2081
|
-
/**
|
|
2082
|
-
* Object literal with information about the class
|
|
2083
|
-
*/
|
|
2084
|
-
oClassInfo?: sap.ClassInfo<T, sap.sac.df.PivotTable>,
|
|
2085
|
-
/**
|
|
2086
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
2087
|
-
* used by this class
|
|
2088
|
-
*/
|
|
2089
|
-
FNMetaImpl?: Function
|
|
2090
|
-
): Function;
|
|
2091
|
-
/**
|
|
2092
|
-
* Returns a metadata object for class sap.sac.df.PivotTable.
|
|
2093
|
-
*
|
|
2094
|
-
* @returns Metadata object describing this class
|
|
2095
|
-
*/
|
|
2096
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
2097
|
-
/**
|
|
2098
|
-
* Attaches event handler `fnFunction` to the {@link #event:navigationCmd navigationCmd} event of this `sap.sac.df.PivotTable`.
|
|
2099
|
-
*
|
|
2100
|
-
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
2101
|
-
* otherwise it will be bound to this `sap.sac.df.PivotTable` itself.
|
|
2102
|
-
*
|
|
2103
|
-
* Fired when a user launches a navigation command
|
|
2104
|
-
*
|
|
2105
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
2106
|
-
*/
|
|
2107
|
-
attachNavigationCmd(
|
|
2108
|
-
/**
|
|
2109
|
-
* An application-specific payload object that will be passed to the event handler along with the event
|
|
2110
|
-
* object when firing the event
|
|
2111
|
-
*/
|
|
2112
|
-
oData: object,
|
|
2113
|
-
/**
|
|
2114
|
-
* The function to be called when the event occurs
|
|
2115
|
-
*/
|
|
2116
|
-
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
2117
|
-
/**
|
|
2118
|
-
* Context object to call the event handler with. Defaults to this `sap.sac.df.PivotTable` itself
|
|
2119
|
-
*/
|
|
2120
|
-
oListener?: object
|
|
2121
|
-
): this;
|
|
2122
|
-
/**
|
|
2123
|
-
* Attaches event handler `fnFunction` to the {@link #event:navigationCmd navigationCmd} event of this `sap.sac.df.PivotTable`.
|
|
2124
|
-
*
|
|
2125
|
-
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
2126
|
-
* otherwise it will be bound to this `sap.sac.df.PivotTable` itself.
|
|
2127
|
-
*
|
|
2128
|
-
* Fired when a user launches a navigation command
|
|
2129
|
-
*
|
|
2130
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
2131
|
-
*/
|
|
2132
|
-
attachNavigationCmd(
|
|
2133
|
-
/**
|
|
2134
|
-
* The function to be called when the event occurs
|
|
2135
|
-
*/
|
|
2136
|
-
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
2137
|
-
/**
|
|
2138
|
-
* Context object to call the event handler with. Defaults to this `sap.sac.df.PivotTable` itself
|
|
2139
|
-
*/
|
|
2140
|
-
oListener?: object
|
|
2141
|
-
): this;
|
|
2142
|
-
/**
|
|
2143
|
-
* Detaches event handler `fnFunction` from the {@link #event:navigationCmd navigationCmd} event of this
|
|
2144
|
-
* `sap.sac.df.PivotTable`.
|
|
2145
|
-
*
|
|
2146
|
-
* The passed function and listener object must match the ones used for event registration.
|
|
2147
|
-
*
|
|
2148
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
2149
|
-
*/
|
|
2150
|
-
detachNavigationCmd(
|
|
2151
|
-
/**
|
|
2152
|
-
* The function to be called, when the event occurs
|
|
2153
|
-
*/
|
|
2154
|
-
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
2155
|
-
/**
|
|
2156
|
-
* Context object on which the given function had to be called
|
|
2157
|
-
*/
|
|
2158
|
-
oListener?: object
|
|
2159
|
-
): this;
|
|
2160
|
-
/**
|
|
2161
|
-
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
2162
|
-
*
|
|
2163
|
-
* Fires event {@link #event:navigationCmd navigationCmd} to attached listeners.
|
|
2164
|
-
*
|
|
2165
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
2166
|
-
*/
|
|
2167
|
-
fireNavigationCmd(
|
|
2168
|
-
/**
|
|
2169
|
-
* Parameters to pass along with the event
|
|
2170
|
-
*/
|
|
2171
|
-
mParameters?: {
|
|
2172
|
-
/**
|
|
2173
|
-
* The control in the cell on which the command was initiated
|
|
2174
|
-
*/
|
|
2175
|
-
anchor?: sap.ui.core.Control;
|
|
2176
|
-
/**
|
|
2177
|
-
* Type of the navigation command: Context Menu, Drill, Row/Col request, Data Entry
|
|
2178
|
-
*/
|
|
2179
|
-
navigationCmdType?: sap.sac.df.types.NavigationCommandType;
|
|
2180
|
-
/**
|
|
2181
|
-
* The Row and Column Selection of the cell on which the command was initiated
|
|
2182
|
-
*/
|
|
2183
|
-
selection?: object;
|
|
2184
|
-
/**
|
|
2185
|
-
* the function that executed the command. The function will return a Promise that resolves/rejects when
|
|
2186
|
-
* the command execution finished.
|
|
2187
|
-
*/
|
|
2188
|
-
cmd?: Function;
|
|
2189
|
-
}
|
|
2190
|
-
): this;
|
|
2191
|
-
/**
|
|
2192
|
-
* Gets current value of property {@link #getDataProviderName dataProviderName}.
|
|
2193
|
-
*
|
|
2194
|
-
* Name of the Data Provider within {sap.sac.df.olap.OlapModel} with name `om`, which is displayed and available
|
|
2195
|
-
* for interactions
|
|
2196
|
-
*
|
|
2197
|
-
* Default value is `"0"`.
|
|
2198
|
-
*
|
|
2199
|
-
* @returns Value of property `dataProviderName`
|
|
2200
|
-
*/
|
|
2201
|
-
getDataProviderName(): string;
|
|
2202
|
-
/**
|
|
2203
|
-
* Gets current value of property {@link #getFormat format}.
|
|
2204
|
-
*
|
|
2205
|
-
* Property for different table formats
|
|
2206
|
-
*
|
|
2207
|
-
* Default value is `ExcelStyle`.
|
|
2208
|
-
*
|
|
2209
|
-
* @returns Value of property `format`
|
|
2210
|
-
*/
|
|
2211
|
-
getFormat(): sap.sac.grid.Format;
|
|
2212
|
-
/**
|
|
2213
|
-
* Sets a new value for property {@link #getDataProviderName dataProviderName}.
|
|
2214
|
-
*
|
|
2215
|
-
* Name of the Data Provider within {sap.sac.df.olap.OlapModel} with name `om`, which is displayed and available
|
|
2216
|
-
* for interactions
|
|
2217
|
-
*
|
|
2218
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2219
|
-
*
|
|
2220
|
-
* Default value is `"0"`.
|
|
2221
|
-
*
|
|
2222
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
2223
|
-
*/
|
|
2224
|
-
setDataProviderName(
|
|
2225
|
-
/**
|
|
2226
|
-
* New value for property `dataProviderName`
|
|
2227
|
-
*/
|
|
2228
|
-
sDataProviderName?: string
|
|
2229
|
-
): this;
|
|
2230
|
-
/**
|
|
2231
|
-
* Sets a new value for property {@link #getFormat format}.
|
|
2232
|
-
*
|
|
2233
|
-
* Property for different table formats
|
|
2234
|
-
*
|
|
2235
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2236
|
-
*
|
|
2237
|
-
* Default value is `ExcelStyle`.
|
|
2238
|
-
*
|
|
2239
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
2240
|
-
*/
|
|
2241
|
-
setFormat(
|
|
2242
|
-
/**
|
|
2243
|
-
* New value for property `format`
|
|
2244
|
-
*/
|
|
2245
|
-
sFormat?: sap.sac.grid.Format
|
|
2246
|
-
): this;
|
|
2247
|
-
}
|
|
2248
1712
|
}
|
|
2249
1713
|
}
|
|
2250
1714
|
|
|
2251
1715
|
interface IUI5DefineDependencyNames {
|
|
2252
|
-
"sap/sac/df/FilterBar": undefined;
|
|
2253
|
-
|
|
2254
1716
|
"sap/sac/df/FlexAnalysis": undefined;
|
|
2255
1717
|
|
|
2256
1718
|
"sap/sac/df/FlexAnalysisPanel": undefined;
|
|
@@ -2261,16 +1723,6 @@ declare namespace sap {
|
|
|
2261
1723
|
|
|
2262
1724
|
"sap/sac/df/olap/MultiDimModel": undefined;
|
|
2263
1725
|
|
|
2264
|
-
"sap/sac/df/olap/OlapListBinding": undefined;
|
|
2265
|
-
|
|
2266
|
-
"sap/sac/df/olap/OlapListGridBinding": undefined;
|
|
2267
|
-
|
|
2268
|
-
"sap/sac/df/olap/OlapPropertyBinding": undefined;
|
|
2269
|
-
|
|
2270
|
-
"sap/sac/df/PivotTable": undefined;
|
|
2271
|
-
|
|
2272
|
-
"sap/sac/df/types/NavigationCommandType": undefined;
|
|
2273
|
-
|
|
2274
1726
|
"sap/sac/df/types/SystemType": undefined;
|
|
2275
1727
|
}
|
|
2276
1728
|
}
|