@sapui5/ts-types-esm 1.133.0 → 1.134.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -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.cux.home.d.ts +0 -14
- package/types/sap.esh.search.ui.d.ts +7 -1
- package/types/sap.f.d.ts +53 -9
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +25 -3
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +64 -58
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +192 -136
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +629 -77
- 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 +360 -98
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +53 -30
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +107 -7
- package/types/sap.ui.codeeditor.d.ts +9 -7
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +9 -28
- package/types/sap.ui.core.d.ts +46779 -46490
- 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 +1 -1
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -3
- package/types/sap.ui.layout.d.ts +4 -2
- package/types/sap.ui.mdc.d.ts +227 -12
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +76 -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 +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +41 -47
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +335 -4
- package/types/sap.ui.vk.d.ts +4 -4
- 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 +41 -4
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +7 -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.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.ovp.d.ts
CHANGED
package/types/sap.rules.ui.d.ts
CHANGED
package/types/sap.sac.df.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.134.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/sac/df/library" {}
|
|
4
4
|
|
|
@@ -2205,84 +2205,6 @@ declare module "sap/sac/df/Grid" {
|
|
|
2205
2205
|
>;
|
|
2206
2206
|
}
|
|
2207
2207
|
|
|
2208
|
-
declare module "sap/sac/df/model/AxesLayout" {
|
|
2209
|
-
import BaseObject from "sap/ui/base/Object";
|
|
2210
|
-
|
|
2211
|
-
import Metadata from "sap/ui/base/Metadata";
|
|
2212
|
-
|
|
2213
|
-
/**
|
|
2214
|
-
* Axis Layout showing which dimensions are set on rows and which on columns.
|
|
2215
|
-
*
|
|
2216
|
-
* **Structure of Exposed Data:**
|
|
2217
|
-
* ```javascript
|
|
2218
|
-
*
|
|
2219
|
-
* "Rows": [],
|
|
2220
|
-
* "Columns": []
|
|
2221
|
-
* ```
|
|
2222
|
-
*
|
|
2223
|
-
*
|
|
2224
|
-
* @since 1.119
|
|
2225
|
-
* @deprecated As of version 1.132. Replaced by {@link sap.sac.df.model.visualization.Grid Grid}.
|
|
2226
|
-
* @experimental As of version 1.119.
|
|
2227
|
-
*/
|
|
2228
|
-
export default class AxesLayout extends BaseObject {
|
|
2229
|
-
/**
|
|
2230
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2231
|
-
*/
|
|
2232
|
-
protected constructor();
|
|
2233
|
-
|
|
2234
|
-
/**
|
|
2235
|
-
* Creates a new subclass of class sap.sac.df.model.AxesLayout with name `sClassName` and enriches it with
|
|
2236
|
-
* the information contained in `oClassInfo`.
|
|
2237
|
-
*
|
|
2238
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.base.Object.extend}.
|
|
2239
|
-
*
|
|
2240
|
-
*
|
|
2241
|
-
* @returns Created class / constructor function
|
|
2242
|
-
*/
|
|
2243
|
-
static extend<T extends Record<string, unknown>>(
|
|
2244
|
-
/**
|
|
2245
|
-
* Name of the class being created
|
|
2246
|
-
*/
|
|
2247
|
-
sClassName: string,
|
|
2248
|
-
/**
|
|
2249
|
-
* Object literal with information about the class
|
|
2250
|
-
*/
|
|
2251
|
-
oClassInfo?: sap.ClassInfo<T, AxesLayout>,
|
|
2252
|
-
/**
|
|
2253
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
2254
|
-
* used by this class
|
|
2255
|
-
*/
|
|
2256
|
-
FNMetaImpl?: Function
|
|
2257
|
-
): Function;
|
|
2258
|
-
/**
|
|
2259
|
-
* Returns a metadata object for class sap.sac.df.model.AxesLayout.
|
|
2260
|
-
*
|
|
2261
|
-
*
|
|
2262
|
-
* @returns Metadata object describing this class
|
|
2263
|
-
*/
|
|
2264
|
-
static getMetadata(): Metadata;
|
|
2265
|
-
/**
|
|
2266
|
-
* Distribute the dimension among the rows and columns
|
|
2267
|
-
*
|
|
2268
|
-
*
|
|
2269
|
-
* @returns resolving to the axes layout object to allow chaining
|
|
2270
|
-
*/
|
|
2271
|
-
setAxesLayout(
|
|
2272
|
-
/**
|
|
2273
|
-
* an array containing the names of the dimensions on rows. The order in the array control the position
|
|
2274
|
-
* on the axis.
|
|
2275
|
-
*/
|
|
2276
|
-
aDimensionOnRowsAxis: string[],
|
|
2277
|
-
/**
|
|
2278
|
-
* an array containing a containing the names of the dimensions on columns. The order in the array control
|
|
2279
|
-
* the position on the axis.
|
|
2280
|
-
*/
|
|
2281
|
-
aDimensionOnColumnsAxis: string[]
|
|
2282
|
-
): AxesLayout;
|
|
2283
|
-
}
|
|
2284
|
-
}
|
|
2285
|
-
|
|
2286
2208
|
declare module "sap/sac/df/model/Configuration" {
|
|
2287
2209
|
import BaseObject from "sap/ui/base/Object";
|
|
2288
2210
|
|
|
@@ -2473,8 +2395,6 @@ declare module "sap/sac/df/model/Configuration" {
|
|
|
2473
2395
|
declare module "sap/sac/df/model/DataProvider" {
|
|
2474
2396
|
import JSONModel from "sap/ui/model/json/JSONModel";
|
|
2475
2397
|
|
|
2476
|
-
import AxesLayout from "sap/sac/df/model/AxesLayout";
|
|
2477
|
-
|
|
2478
2398
|
import DataSourceInfo from "sap/sac/df/model/DataSourceInfo";
|
|
2479
2399
|
|
|
2480
2400
|
import Dimension from "sap/sac/df/model/Dimension";
|
|
@@ -2519,7 +2439,7 @@ declare module "sap/sac/df/model/DataProvider" {
|
|
|
2519
2439
|
/**
|
|
2520
2440
|
* AxesLayout
|
|
2521
2441
|
*/
|
|
2522
|
-
AxesLayout: AxesLayout;
|
|
2442
|
+
AxesLayout: /* was: sap.sac.df.model.AxesLayout */ any;
|
|
2523
2443
|
|
|
2524
2444
|
/**
|
|
2525
2445
|
* DataSourceInfo
|
|
@@ -2580,6 +2500,331 @@ declare module "sap/sac/df/model/DataProvider" {
|
|
|
2580
2500
|
* @returns Metadata object describing this class
|
|
2581
2501
|
*/
|
|
2582
2502
|
static getMetadata(): Metadata;
|
|
2503
|
+
/**
|
|
2504
|
+
* Add new visualization
|
|
2505
|
+
*
|
|
2506
|
+
*
|
|
2507
|
+
* @returns Returns visualization
|
|
2508
|
+
*/
|
|
2509
|
+
addVisualization(
|
|
2510
|
+
/**
|
|
2511
|
+
* visualization name
|
|
2512
|
+
*/
|
|
2513
|
+
sName: string,
|
|
2514
|
+
/**
|
|
2515
|
+
* type of visualization
|
|
2516
|
+
*/
|
|
2517
|
+
sType: /* was: sap.sac.df.types.VisualizationType */ any
|
|
2518
|
+
): /* was: sap.sac.df.model.Visualization */ any;
|
|
2519
|
+
/**
|
|
2520
|
+
* Execute scenario on data provider
|
|
2521
|
+
*
|
|
2522
|
+
* @since 1.134
|
|
2523
|
+
*
|
|
2524
|
+
* @returns Promise with reference to created scenario
|
|
2525
|
+
*/
|
|
2526
|
+
createScenario(
|
|
2527
|
+
/**
|
|
2528
|
+
* scenario
|
|
2529
|
+
*/
|
|
2530
|
+
sScenarioId: undefined
|
|
2531
|
+
): Promise</* was: sap.sac.df.Scenario */ any>;
|
|
2532
|
+
/**
|
|
2533
|
+
* Updates the multidimensional model from the given the state of a data provider
|
|
2534
|
+
*
|
|
2535
|
+
*
|
|
2536
|
+
* @returns Promise with reference to this in order to allow method chaining
|
|
2537
|
+
*/
|
|
2538
|
+
deserialize(
|
|
2539
|
+
/**
|
|
2540
|
+
* the JSON object containing the persisted state of a data provider to be applied.
|
|
2541
|
+
*/
|
|
2542
|
+
oModelState: object,
|
|
2543
|
+
/**
|
|
2544
|
+
* Format of the serialization (INA_REPOSITORY_DELTA or INA_REPOSITORY).
|
|
2545
|
+
*/
|
|
2546
|
+
sFormat?: string,
|
|
2547
|
+
/**
|
|
2548
|
+
* Indicator if the data provider updated should be suppressed after deserialization
|
|
2549
|
+
*/
|
|
2550
|
+
bSuppressUpdate?: boolean
|
|
2551
|
+
): Promise<this>;
|
|
2552
|
+
/**
|
|
2553
|
+
* Export Data
|
|
2554
|
+
*/
|
|
2555
|
+
exportData(
|
|
2556
|
+
/**
|
|
2557
|
+
* Data export configuration
|
|
2558
|
+
*/
|
|
2559
|
+
oDataExportConfig: object
|
|
2560
|
+
): void;
|
|
2561
|
+
/**
|
|
2562
|
+
* Fires event {@link #event:dataUpdated dataUpdated} to attached listeners.
|
|
2563
|
+
*
|
|
2564
|
+
*
|
|
2565
|
+
* @returns Reference to this in order to allow method chaining
|
|
2566
|
+
*/
|
|
2567
|
+
fireDataUpdated(
|
|
2568
|
+
/**
|
|
2569
|
+
* Parameters to pass along with the event
|
|
2570
|
+
*/
|
|
2571
|
+
oParameters?: object
|
|
2572
|
+
): this;
|
|
2573
|
+
/**
|
|
2574
|
+
* Fires event {@link #event:visualizationAdded visualizationAdded} to attached listeners.
|
|
2575
|
+
*
|
|
2576
|
+
*
|
|
2577
|
+
* @returns Reference to this in order to allow method chaining
|
|
2578
|
+
*/
|
|
2579
|
+
fireVisualizationAdded(
|
|
2580
|
+
/**
|
|
2581
|
+
* Parameters to pass along with the event
|
|
2582
|
+
*/
|
|
2583
|
+
oParameters?: object
|
|
2584
|
+
): this;
|
|
2585
|
+
/**
|
|
2586
|
+
* Fires event {@link #event:visualizationRemoved visualizationRemoved} to attached listeners.
|
|
2587
|
+
*
|
|
2588
|
+
*
|
|
2589
|
+
* @returns Reference to this in order to allow method chaining
|
|
2590
|
+
*/
|
|
2591
|
+
fireVisualizationRemoved(
|
|
2592
|
+
/**
|
|
2593
|
+
* Parameters to pass along with the event
|
|
2594
|
+
*/
|
|
2595
|
+
oParameters?: object
|
|
2596
|
+
): this;
|
|
2597
|
+
/**
|
|
2598
|
+
* Get the property AutoFetchEnabled
|
|
2599
|
+
*/
|
|
2600
|
+
getAutoFetchEnabled(): boolean;
|
|
2601
|
+
/**
|
|
2602
|
+
* Get axis layout
|
|
2603
|
+
*
|
|
2604
|
+
*
|
|
2605
|
+
* @returns Axis layout object
|
|
2606
|
+
*/
|
|
2607
|
+
getAxesLayout(): /* was: sap.sac.df.model.AxesLayout */ any;
|
|
2608
|
+
/**
|
|
2609
|
+
* Get data source information
|
|
2610
|
+
*
|
|
2611
|
+
*
|
|
2612
|
+
* @returns data source information object
|
|
2613
|
+
*/
|
|
2614
|
+
getDataSourceInfo(): DataSourceInfo;
|
|
2615
|
+
/**
|
|
2616
|
+
* Get the scaling factor of a measure or cell
|
|
2617
|
+
*
|
|
2618
|
+
*
|
|
2619
|
+
* @returns Number of decimal places
|
|
2620
|
+
*/
|
|
2621
|
+
getDecimalPlaces(
|
|
2622
|
+
/**
|
|
2623
|
+
* Measure structure member
|
|
2624
|
+
*/
|
|
2625
|
+
sMeasureStructureMember: string,
|
|
2626
|
+
/**
|
|
2627
|
+
* Structure (non-measure) member
|
|
2628
|
+
*/
|
|
2629
|
+
sStructureMember: string
|
|
2630
|
+
): int;
|
|
2631
|
+
/**
|
|
2632
|
+
* Get Dimension
|
|
2633
|
+
*
|
|
2634
|
+
*
|
|
2635
|
+
* @returns Dimension object
|
|
2636
|
+
*/
|
|
2637
|
+
getDimension(
|
|
2638
|
+
/**
|
|
2639
|
+
* Dimension name
|
|
2640
|
+
*/
|
|
2641
|
+
sDimensionName: string
|
|
2642
|
+
): Dimension;
|
|
2643
|
+
/**
|
|
2644
|
+
* Get all dimensions
|
|
2645
|
+
*
|
|
2646
|
+
*
|
|
2647
|
+
* @returns Object of all dimensions
|
|
2648
|
+
*/
|
|
2649
|
+
getDimensions(): Record<string, Dimension>;
|
|
2650
|
+
/**
|
|
2651
|
+
* Get grid visualization
|
|
2652
|
+
*
|
|
2653
|
+
*
|
|
2654
|
+
* @returns visualization object if found
|
|
2655
|
+
*/
|
|
2656
|
+
getGridVisualization(): /* was: sap.sac.df.model.Visualization */ any;
|
|
2657
|
+
/**
|
|
2658
|
+
* Get measure
|
|
2659
|
+
*
|
|
2660
|
+
*
|
|
2661
|
+
* @returns Measure object
|
|
2662
|
+
*/
|
|
2663
|
+
getMeasure(
|
|
2664
|
+
/**
|
|
2665
|
+
* Measure name
|
|
2666
|
+
*/
|
|
2667
|
+
sMeasureName: string
|
|
2668
|
+
): /* was: sap.sac.df.model.Measure */ any;
|
|
2669
|
+
/**
|
|
2670
|
+
* Get all measures
|
|
2671
|
+
*
|
|
2672
|
+
*
|
|
2673
|
+
* @returns Object of all measures
|
|
2674
|
+
*/
|
|
2675
|
+
getMeasures(): /* was: sap.sac.df.model.Measure */ any;
|
|
2676
|
+
/**
|
|
2677
|
+
* Get Measure Structure Dimension
|
|
2678
|
+
*
|
|
2679
|
+
*
|
|
2680
|
+
* @returns Measure structure dimension
|
|
2681
|
+
*/
|
|
2682
|
+
getMeasureStructureDimension(): Dimension;
|
|
2683
|
+
/**
|
|
2684
|
+
* Get the scaling factor of a measure or cell
|
|
2685
|
+
*
|
|
2686
|
+
*
|
|
2687
|
+
* @returns Scaling factor
|
|
2688
|
+
*/
|
|
2689
|
+
getScalingFactor(
|
|
2690
|
+
/**
|
|
2691
|
+
* Measure structure member
|
|
2692
|
+
*/
|
|
2693
|
+
sMeasureStructureMember: string,
|
|
2694
|
+
/**
|
|
2695
|
+
* Structure (non-measure) member
|
|
2696
|
+
*/
|
|
2697
|
+
sStructureMember: string
|
|
2698
|
+
): int;
|
|
2699
|
+
/**
|
|
2700
|
+
* Get structure (non-measure) dimension
|
|
2701
|
+
*
|
|
2702
|
+
*
|
|
2703
|
+
* @returns Structure dimension object
|
|
2704
|
+
*/
|
|
2705
|
+
getStructureDimension(): Dimension;
|
|
2706
|
+
/**
|
|
2707
|
+
* Get Variable
|
|
2708
|
+
*
|
|
2709
|
+
*
|
|
2710
|
+
* @returns Variable object
|
|
2711
|
+
*/
|
|
2712
|
+
getVariable(
|
|
2713
|
+
/**
|
|
2714
|
+
* Variable Name
|
|
2715
|
+
*/
|
|
2716
|
+
sVariableName: string
|
|
2717
|
+
): Variable;
|
|
2718
|
+
/**
|
|
2719
|
+
* Get all variables
|
|
2720
|
+
*
|
|
2721
|
+
*
|
|
2722
|
+
* @returns Object of all variables
|
|
2723
|
+
*/
|
|
2724
|
+
getVariables(): Record<string, Variable>;
|
|
2725
|
+
/**
|
|
2726
|
+
* Get visualization
|
|
2727
|
+
*
|
|
2728
|
+
*
|
|
2729
|
+
* @returns visualization object if found
|
|
2730
|
+
*/
|
|
2731
|
+
getVisualization(
|
|
2732
|
+
/**
|
|
2733
|
+
* visualization name
|
|
2734
|
+
*/
|
|
2735
|
+
sName: String
|
|
2736
|
+
): /* was: sap.sac.df.model.Visualization */ any;
|
|
2737
|
+
/**
|
|
2738
|
+
* Get all visualizations
|
|
2739
|
+
*
|
|
2740
|
+
*
|
|
2741
|
+
* @returns Object of all visualizations
|
|
2742
|
+
*/
|
|
2743
|
+
getVisualizations(): Record<
|
|
2744
|
+
string,
|
|
2745
|
+
/* was: sap.sac.df.model.Visualization */ any
|
|
2746
|
+
>;
|
|
2747
|
+
/**
|
|
2748
|
+
* Remove existing visualization from data provider
|
|
2749
|
+
*
|
|
2750
|
+
*
|
|
2751
|
+
* @returns Promise which resolves when the removing s finished
|
|
2752
|
+
*/
|
|
2753
|
+
removeVisualization(
|
|
2754
|
+
/**
|
|
2755
|
+
* visualization name
|
|
2756
|
+
*/
|
|
2757
|
+
sName: string
|
|
2758
|
+
): Promise<void>;
|
|
2759
|
+
/**
|
|
2760
|
+
* Serialize the data provider state to a JSON representation
|
|
2761
|
+
*
|
|
2762
|
+
*
|
|
2763
|
+
* @returns A JSON object which represents the data provider
|
|
2764
|
+
*/
|
|
2765
|
+
serialize(
|
|
2766
|
+
/**
|
|
2767
|
+
* Format of the serialization (INA_REPOSITORY_DELTA or INA_REPOSITORY)
|
|
2768
|
+
*/
|
|
2769
|
+
sFormat?: string
|
|
2770
|
+
): object;
|
|
2771
|
+
/**
|
|
2772
|
+
* Set the property `AutoFetchEnabled`, if the data should be automatically be refreshed on invalid.
|
|
2773
|
+
*/
|
|
2774
|
+
setAutoFetchEnabled(bAutoFetchEnabled: boolean): void;
|
|
2775
|
+
/**
|
|
2776
|
+
* Set the number of decimal places of a measure or cell
|
|
2777
|
+
*
|
|
2778
|
+
*
|
|
2779
|
+
* @returns Reference to this in order to allow method chaining
|
|
2780
|
+
*/
|
|
2781
|
+
setDecimalPlaces(
|
|
2782
|
+
/**
|
|
2783
|
+
* Number of the decimal places
|
|
2784
|
+
*/
|
|
2785
|
+
nNumberOfDecimalPlaces: int,
|
|
2786
|
+
/**
|
|
2787
|
+
* Measure structure member
|
|
2788
|
+
*/
|
|
2789
|
+
sMeasureStructureMember: string,
|
|
2790
|
+
/**
|
|
2791
|
+
* Structure (non-measure) member
|
|
2792
|
+
*/
|
|
2793
|
+
sStructureMember: string
|
|
2794
|
+
): this;
|
|
2795
|
+
/**
|
|
2796
|
+
* Set the scaling factor of a measure or cell
|
|
2797
|
+
*
|
|
2798
|
+
*
|
|
2799
|
+
* @returns Reference to this in order to allow method chaining
|
|
2800
|
+
*/
|
|
2801
|
+
setScalingFactor(
|
|
2802
|
+
/**
|
|
2803
|
+
* Scaling factor
|
|
2804
|
+
*/
|
|
2805
|
+
nFactor: int,
|
|
2806
|
+
/**
|
|
2807
|
+
* Measure structure member
|
|
2808
|
+
*/
|
|
2809
|
+
sMeasureStructureMember: string,
|
|
2810
|
+
/**
|
|
2811
|
+
* Structure (non-measure) member
|
|
2812
|
+
*/
|
|
2813
|
+
sStructureMember: string
|
|
2814
|
+
): this;
|
|
2815
|
+
/**
|
|
2816
|
+
* Checks whether an InA capability is supported by the server. Throws an error for unhandled capabilities.
|
|
2817
|
+
* List of handled capabilities can be seen in type {@link sap.sac.df.model.Capability}
|
|
2818
|
+
*
|
|
2819
|
+
*
|
|
2820
|
+
* @returns Returns true, if the capability is supported, else false
|
|
2821
|
+
*/
|
|
2822
|
+
supportsCapability(
|
|
2823
|
+
/**
|
|
2824
|
+
* Capability name
|
|
2825
|
+
*/
|
|
2826
|
+
sCapability: undefined
|
|
2827
|
+
): boolean;
|
|
2583
2828
|
}
|
|
2584
2829
|
/**
|
|
2585
2830
|
* Parameters of the DataProvider#dataUpdated event.
|
|
@@ -2773,18 +3018,6 @@ declare module "sap/sac/df/model/Dimension" {
|
|
|
2773
3018
|
* @returns Metadata object describing this class
|
|
2774
3019
|
*/
|
|
2775
3020
|
static getMetadata(): Metadata;
|
|
2776
|
-
/**
|
|
2777
|
-
* Set Display Type of Dimension
|
|
2778
|
-
*
|
|
2779
|
-
*
|
|
2780
|
-
* @returns } resolving to the Dimension to allow chaining.
|
|
2781
|
-
*/
|
|
2782
|
-
static setDimensionDisplay(
|
|
2783
|
-
/**
|
|
2784
|
-
* level
|
|
2785
|
-
*/
|
|
2786
|
-
sDisplayType: string
|
|
2787
|
-
): Dimension;
|
|
2788
3021
|
/**
|
|
2789
3022
|
* Add dimension filters
|
|
2790
3023
|
*
|
|
@@ -2895,6 +3128,18 @@ declare module "sap/sac/df/model/Dimension" {
|
|
|
2895
3128
|
*/
|
|
2896
3129
|
sKey: string
|
|
2897
3130
|
): this;
|
|
3131
|
+
/**
|
|
3132
|
+
* Set Display Type of Dimension
|
|
3133
|
+
*
|
|
3134
|
+
*
|
|
3135
|
+
* @returns } resolving to the Dimension to allow chaining.
|
|
3136
|
+
*/
|
|
3137
|
+
setDimensionDisplay(
|
|
3138
|
+
/**
|
|
3139
|
+
* level
|
|
3140
|
+
*/
|
|
3141
|
+
sDisplayType: string
|
|
3142
|
+
): Dimension;
|
|
2898
3143
|
/**
|
|
2899
3144
|
* Set Display Hierarchy
|
|
2900
3145
|
*
|
|
@@ -2967,9 +3212,13 @@ declare module "sap/sac/df/model/Dimension" {
|
|
|
2967
3212
|
*/
|
|
2968
3213
|
type: SortType,
|
|
2969
3214
|
/**
|
|
2970
|
-
* in case of a structure the
|
|
3215
|
+
* in case of a measure structure the member according to which is sorted
|
|
3216
|
+
*/
|
|
3217
|
+
sMeasureStructureMember: string,
|
|
3218
|
+
/**
|
|
3219
|
+
* in case of a secondary structure the member according to which is sorted
|
|
2971
3220
|
*/
|
|
2972
|
-
|
|
3221
|
+
sStructureMember: string
|
|
2973
3222
|
): this;
|
|
2974
3223
|
/**
|
|
2975
3224
|
* Move dimension to the columns axis
|
|
@@ -3050,6 +3299,11 @@ declare module "sap/sac/df/model/MultiDimModel" {
|
|
|
3050
3299
|
*/
|
|
3051
3300
|
Messages: Message[];
|
|
3052
3301
|
|
|
3302
|
+
/**
|
|
3303
|
+
* Model pointer
|
|
3304
|
+
*/
|
|
3305
|
+
ModelPointer: String;
|
|
3306
|
+
|
|
3053
3307
|
/**
|
|
3054
3308
|
* Variable Groups
|
|
3055
3309
|
*/
|
|
@@ -4094,6 +4348,8 @@ declare module "sap/sac/df/model/visualization/Grid" {
|
|
|
4094
4348
|
}
|
|
4095
4349
|
/**
|
|
4096
4350
|
* AxesLayout object type.
|
|
4351
|
+
*
|
|
4352
|
+
* @experimental As of version 1.132.
|
|
4097
4353
|
*/
|
|
4098
4354
|
export type AxesLayout = {
|
|
4099
4355
|
/**
|
|
@@ -4116,6 +4372,8 @@ declare module "sap/sac/df/StylingPanel" {
|
|
|
4116
4372
|
|
|
4117
4373
|
/**
|
|
4118
4374
|
* StylingPanel A panel control to format the data being displayed.
|
|
4375
|
+
*
|
|
4376
|
+
* @experimental As of version 1.129.
|
|
4119
4377
|
*/
|
|
4120
4378
|
export default class StylingPanel extends Control {
|
|
4121
4379
|
/**
|
|
@@ -4186,6 +4444,8 @@ declare module "sap/sac/df/StylingPanel" {
|
|
|
4186
4444
|
}
|
|
4187
4445
|
/**
|
|
4188
4446
|
* Describes the settings that can be provided to the StylingPanel constructor.
|
|
4447
|
+
*
|
|
4448
|
+
* @experimental As of version 1.129.
|
|
4189
4449
|
*/
|
|
4190
4450
|
export interface $StylingPanelSettings extends $ControlSettings {
|
|
4191
4451
|
/**
|
|
@@ -4198,6 +4458,8 @@ declare module "sap/sac/df/StylingPanel" {
|
|
|
4198
4458
|
declare module "sap/sac/df/types/Axis" {
|
|
4199
4459
|
/**
|
|
4200
4460
|
* Axis of a multidimensional Result Set
|
|
4461
|
+
*
|
|
4462
|
+
* @experimental As of version 1.119.
|
|
4201
4463
|
*/
|
|
4202
4464
|
enum Axis {
|
|
4203
4465
|
/**
|
|
@@ -4401,8 +4663,6 @@ declare namespace sap {
|
|
|
4401
4663
|
|
|
4402
4664
|
"sap/sac/df/library": undefined;
|
|
4403
4665
|
|
|
4404
|
-
"sap/sac/df/model/AxesLayout": undefined;
|
|
4405
|
-
|
|
4406
4666
|
"sap/sac/df/model/Configuration": undefined;
|
|
4407
4667
|
|
|
4408
4668
|
"sap/sac/df/model/DataProvider": undefined;
|
|
@@ -4411,6 +4671,8 @@ declare namespace sap {
|
|
|
4411
4671
|
|
|
4412
4672
|
"sap/sac/df/model/Dimension": undefined;
|
|
4413
4673
|
|
|
4674
|
+
"sap/sac/df/model/Measure": undefined;
|
|
4675
|
+
|
|
4414
4676
|
"sap/sac/df/model/MultiDimModel": undefined;
|
|
4415
4677
|
|
|
4416
4678
|
"sap/sac/df/model/Variable": undefined;
|