@sapui5/types 1.141.4 → 1.142.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 +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.base.d.ts +3 -0
- package/types/sap.esh.search.ui.d.ts +159 -4
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.ariba.d.ts +1 -1
- 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 +471 -32
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +2616 -95
- package/types/sap.fe.navigation.d.ts +2 -2
- 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 +79 -11
- package/types/sap.fe.test.d.ts +8 -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 +4 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +401 -55
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +106 -2
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +13 -3735
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +28 -1
- 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 +77 -9
- package/types/sap.ui.core.d.ts +1160 -639
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +63 -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 -1
- package/types/sap.ui.layout.d.ts +100 -94
- package/types/sap.ui.mdc.d.ts +1505 -167
- 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 +13 -41
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +34 -78
- 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 +1 -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 +13 -1
- 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 +335 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
/// <reference path="./sap.cards.ap.common.d.ts"/>
|
|
43
43
|
/// <reference path="./sap.cards.ap.generator.d.ts"/>
|
|
44
44
|
/// <reference path="./sap.cards.ap.transpiler.d.ts"/>
|
|
45
|
+
/// <reference path="./sap.cux.base.d.ts"/>
|
|
45
46
|
/// <reference path="./sap.cux.home.d.ts"/>
|
|
46
47
|
/// <reference path="./sap.esh.search.ui.d.ts"/>
|
|
47
48
|
/// <reference path="./sap.fe.ariba.d.ts"/>
|
package/types/sap.apf.d.ts
CHANGED
package/types/sap.ca.ui.d.ts
CHANGED
package/types/sap.chart.d.ts
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.142.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
4
|
-
import {
|
|
4
|
+
import {
|
|
5
|
+
default as VerticalLayout,
|
|
6
|
+
$VerticalLayoutSettings,
|
|
7
|
+
} from "sap/ui/layout/VerticalLayout";
|
|
5
8
|
|
|
6
9
|
import Event from "sap/ui/base/Event";
|
|
7
10
|
|
|
@@ -25,7 +28,7 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
25
28
|
*
|
|
26
29
|
* @since 1.93.0
|
|
27
30
|
*/
|
|
28
|
-
export default class SearchCompositeControl extends
|
|
31
|
+
export default class SearchCompositeControl extends VerticalLayout {
|
|
29
32
|
/**
|
|
30
33
|
* Constructs a new `SearchCompositeControl` to interact with SAP Enterprise Search Services.
|
|
31
34
|
* See:
|
|
@@ -2150,7 +2153,8 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
2150
2153
|
/**
|
|
2151
2154
|
* Describes the settings that can be provided to the SearchCompositeControl constructor.
|
|
2152
2155
|
*/
|
|
2153
|
-
export interface $SearchCompositeControlSettings
|
|
2156
|
+
export interface $SearchCompositeControlSettings
|
|
2157
|
+
extends $VerticalLayoutSettings {
|
|
2154
2158
|
/**
|
|
2155
2159
|
* An additional CSS class to add to this control
|
|
2156
2160
|
*
|
|
@@ -2679,8 +2683,159 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
2679
2683
|
|
|
2680
2684
|
declare module "sap/esh/search/ui/library" {}
|
|
2681
2685
|
|
|
2686
|
+
declare module "sap/esh/search/ui/controls/resultview/SearchText" {
|
|
2687
|
+
import { default as Text, $TextSettings } from "sap/m/Text";
|
|
2688
|
+
|
|
2689
|
+
/**
|
|
2690
|
+
* This is the SAPUI5 search text control to display attributes of search results. For attribute with navigation
|
|
2691
|
+
* use control sap.esh.search.ui.SearchLink. Use in combination with control SearchCompositeControl by the
|
|
2692
|
+
* Enterprise Search Team.
|
|
2693
|
+
*
|
|
2694
|
+
* @since 1.93.0
|
|
2695
|
+
*/
|
|
2696
|
+
export default class SearchText extends Text {
|
|
2697
|
+
/**
|
|
2698
|
+
* Constructs a new `SearchText` to display an attribute (text only, no navigation) on custom grid control
|
|
2699
|
+
* tiles.
|
|
2700
|
+
* See:
|
|
2701
|
+
* https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.05/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
|
|
2702
|
+
* https://help.sap.com/viewer/6522d0462aeb4909a79c3462b090ec51/1709%20002/en-US
|
|
2703
|
+
*/
|
|
2704
|
+
constructor(
|
|
2705
|
+
/**
|
|
2706
|
+
* ID for the new control, generated automatically if no ID is given
|
|
2707
|
+
*/
|
|
2708
|
+
sId?: string,
|
|
2709
|
+
/**
|
|
2710
|
+
* Text to be displayed
|
|
2711
|
+
*/
|
|
2712
|
+
text?: object,
|
|
2713
|
+
/**
|
|
2714
|
+
* Maximum number of text lines to be displayed
|
|
2715
|
+
*/
|
|
2716
|
+
maxlines?: object,
|
|
2717
|
+
/**
|
|
2718
|
+
* Text can wrap automatically within the given width
|
|
2719
|
+
*/
|
|
2720
|
+
wrapping?: object
|
|
2721
|
+
);
|
|
2722
|
+
}
|
|
2723
|
+
/**
|
|
2724
|
+
* Describes the settings that can be provided to the SearchText constructor.
|
|
2725
|
+
*/
|
|
2726
|
+
export interface $SearchTextSettings extends $TextSettings {}
|
|
2727
|
+
}
|
|
2728
|
+
|
|
2729
|
+
declare module "sap/esh/search/ui/controls/SearchLink" {
|
|
2730
|
+
import { default as Link, $LinkSettings } from "sap/m/Link";
|
|
2731
|
+
|
|
2732
|
+
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
2733
|
+
|
|
2734
|
+
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
2735
|
+
|
|
2736
|
+
/**
|
|
2737
|
+
* This is the SAPUI5 search link control to display attributes of search results. For attribute without
|
|
2738
|
+
* navigation use control sap.esh.search.ui.controls.resultview.SearchText. Use in combination with control
|
|
2739
|
+
* SearchCompositeControl by the Enterprise Search Team.
|
|
2740
|
+
*
|
|
2741
|
+
* @since 1.93.0
|
|
2742
|
+
*/
|
|
2743
|
+
export default class SearchLink extends Link {
|
|
2744
|
+
/**
|
|
2745
|
+
* Constructs a new `SearchText` to display an attribute (with navigation) on custom grid control tiles.
|
|
2746
|
+
* See:
|
|
2747
|
+
* https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.05/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
|
|
2748
|
+
* https://help.sap.com/viewer/6522d0462aeb4909a79c3462b090ec51/1709%20002/en-US
|
|
2749
|
+
*/
|
|
2750
|
+
constructor(
|
|
2751
|
+
/**
|
|
2752
|
+
* ID for the new control, generated automatically if no ID is given
|
|
2753
|
+
*/
|
|
2754
|
+
sId?: string,
|
|
2755
|
+
/**
|
|
2756
|
+
* Object instance of NavigationTarget which contains all relevant information for navigation
|
|
2757
|
+
*/
|
|
2758
|
+
navigationTarget?: object
|
|
2759
|
+
);
|
|
2760
|
+
|
|
2761
|
+
/**
|
|
2762
|
+
* Creates a new subclass of class sap.esh.search.ui.controls.SearchLink with name `sClassName` and enriches
|
|
2763
|
+
* it with the information contained in `oClassInfo`.
|
|
2764
|
+
*
|
|
2765
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.m.Link.extend}.
|
|
2766
|
+
*
|
|
2767
|
+
*
|
|
2768
|
+
* @returns Created class / constructor function
|
|
2769
|
+
*/
|
|
2770
|
+
static extend<T extends Record<string, unknown>>(
|
|
2771
|
+
/**
|
|
2772
|
+
* Name of the class being created
|
|
2773
|
+
*/
|
|
2774
|
+
sClassName: string,
|
|
2775
|
+
/**
|
|
2776
|
+
* Object literal with information about the class
|
|
2777
|
+
*/
|
|
2778
|
+
oClassInfo?: sap.ClassInfo<T, SearchLink>,
|
|
2779
|
+
/**
|
|
2780
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
2781
|
+
* used by this class
|
|
2782
|
+
*/
|
|
2783
|
+
FNMetaImpl?: Function
|
|
2784
|
+
): Function;
|
|
2785
|
+
/**
|
|
2786
|
+
* Returns a metadata object for class sap.esh.search.ui.controls.SearchLink.
|
|
2787
|
+
*
|
|
2788
|
+
*
|
|
2789
|
+
* @returns Metadata object describing this class
|
|
2790
|
+
*/
|
|
2791
|
+
static getMetadata(): ElementMetadata;
|
|
2792
|
+
/**
|
|
2793
|
+
* Gets current value of property {@link #getNavigationTarget navigationTarget}.
|
|
2794
|
+
*
|
|
2795
|
+
* An object containing all data needed to define navigation of a attribute (result item)
|
|
2796
|
+
*
|
|
2797
|
+
* @since 1.93.0
|
|
2798
|
+
*
|
|
2799
|
+
* @returns Value of property `navigationTarget`
|
|
2800
|
+
*/
|
|
2801
|
+
getNavigationTarget(): object;
|
|
2802
|
+
/**
|
|
2803
|
+
* Sets a new value for property {@link #getNavigationTarget navigationTarget}.
|
|
2804
|
+
*
|
|
2805
|
+
* An object containing all data needed to define navigation of a attribute (result item)
|
|
2806
|
+
*
|
|
2807
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2808
|
+
*
|
|
2809
|
+
* @since 1.93.0
|
|
2810
|
+
*
|
|
2811
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
2812
|
+
*/
|
|
2813
|
+
setNavigationTarget(
|
|
2814
|
+
/**
|
|
2815
|
+
* New value for property `navigationTarget`
|
|
2816
|
+
*/
|
|
2817
|
+
oNavigationTarget: object
|
|
2818
|
+
): this;
|
|
2819
|
+
}
|
|
2820
|
+
/**
|
|
2821
|
+
* Describes the settings that can be provided to the SearchLink constructor.
|
|
2822
|
+
*/
|
|
2823
|
+
export interface $SearchLinkSettings extends $LinkSettings {
|
|
2824
|
+
/**
|
|
2825
|
+
* An object containing all data needed to define navigation of a attribute (result item)
|
|
2826
|
+
*
|
|
2827
|
+
* @since 1.93.0
|
|
2828
|
+
*/
|
|
2829
|
+
navigationTarget?: object | PropertyBindingInfo | `{${string}}`;
|
|
2830
|
+
}
|
|
2831
|
+
}
|
|
2832
|
+
|
|
2682
2833
|
declare namespace sap {
|
|
2683
2834
|
interface IUI5DefineDependencyNames {
|
|
2835
|
+
"sap/esh/search/ui/controls/resultview/SearchText": undefined;
|
|
2836
|
+
|
|
2837
|
+
"sap/esh/search/ui/controls/SearchLink": undefined;
|
|
2838
|
+
|
|
2684
2839
|
"sap/esh/search/ui/library": undefined;
|
|
2685
2840
|
|
|
2686
2841
|
"sap/esh/search/ui/SearchCompositeControl": undefined;
|
package/types/sap.f.d.ts
CHANGED
package/types/sap.fe.ariba.d.ts
CHANGED
package/types/sap.fe.base.d.ts
CHANGED