@sapui5/ts-types-esm 1.142.3 → 1.143.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/{sap.ui.commons.d.ts → commons-1.143.0-esm-d.ts} +1 -1
- package/types/{core-1.142.0-esm-d.ts → core-1.143.0-esm-d.ts} +62 -47
- package/types/{dt-1.142.1-esm-d.ts → dt-1.143.0-esm-d.ts} +1 -1
- package/types/index.d.ts +8 -7
- package/types/{mdc-1.142.1-esm-d.ts → mdc-1.143.0-esm-d.ts} +529 -138
- package/types/{mobile-1.142.0-esm-d.ts → mobile-1.143.0-esm-d.ts} +167 -11
- 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 +651 -13
- package/types/sap.f.d.ts +8 -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 +1 -6
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +40 -85
- 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 +7 -2
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +1 -1
- package/types/sap.insights.d.ts +1 -1
- 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 +1 -1
- package/types/sap.suite.ui.commons.d.ts +216 -11
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +24 -2
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +7 -4
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +3 -6
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.geomap.d.ts +27255 -0
- package/types/sap.ui.integration.d.ts +45 -9
- package/types/sap.ui.layout.d.ts +64 -46
- package/types/sap.ui.richtexteditor.d.ts +39 -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 +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +55 -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 +53 -8
- 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/{tnt-1.142.1-esm-d.ts → tnt-1.143.0-esm-d.ts} +1 -1
- package/types/{sap.ui.ux3.d.ts → ux3-1.143.0-esm-d.ts} +1 -1
package/types/sap.ushell.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.143.2
|
|
2
2
|
|
|
3
3
|
declare module "sap/ushell/library" {
|
|
4
4
|
/**
|
|
@@ -10317,7 +10317,7 @@ declare module "sap/ushell/services/URLParsing" {
|
|
|
10317
10317
|
* The parts of a shell hash. Its action must be a valid action, It may not contain "?" or directly a parameter
|
|
10318
10318
|
* string. Note: In general it is preferred to add an appStateKey directly to the params object.
|
|
10319
10319
|
*/
|
|
10320
|
-
oShellHash?:
|
|
10320
|
+
oShellHash?: /* was: sap.ushell.services.URLParsing.ShellHash */ any
|
|
10321
10321
|
): TargetIntentStrict;
|
|
10322
10322
|
/**
|
|
10323
10323
|
* Extract a hash part from an URL, including an app-specific part
|
|
@@ -10471,7 +10471,7 @@ declare module "sap/ushell/services/URLParsing" {
|
|
|
10471
10471
|
): SplitHash;
|
|
10472
10472
|
}
|
|
10473
10473
|
/**
|
|
10474
|
-
*
|
|
10474
|
+
* Describes the result of {@link #parseShellHash}.
|
|
10475
10475
|
*
|
|
10476
10476
|
* @since 1.120.0
|
|
10477
10477
|
*/
|
|
@@ -10499,16 +10499,16 @@ declare module "sap/ushell/services/URLParsing" {
|
|
|
10499
10499
|
/**
|
|
10500
10500
|
* the app specific route
|
|
10501
10501
|
*/
|
|
10502
|
-
appSpecificRoute
|
|
10502
|
+
appSpecificRoute: string;
|
|
10503
10503
|
};
|
|
10504
10504
|
|
|
10505
10505
|
/**
|
|
10506
|
-
*
|
|
10507
|
-
*
|
|
10506
|
+
* Commonly used by services like {@link sap.ushell.services.Navigation}. Use this type for edge cases only.
|
|
10507
|
+
* Use {@link sap.ushell.services.URLParsing.DecomposedHash} instead. This type ignores all other properties
|
|
10508
10508
|
*
|
|
10509
10509
|
* @since 1.124.0
|
|
10510
10510
|
*/
|
|
10511
|
-
export type
|
|
10511
|
+
export type SimpleTarget = {
|
|
10512
10512
|
/**
|
|
10513
10513
|
* The target object
|
|
10514
10514
|
*/
|
|
@@ -10516,7 +10516,7 @@ declare module "sap/ushell/services/URLParsing" {
|
|
|
10516
10516
|
/**
|
|
10517
10517
|
* The shell hash
|
|
10518
10518
|
*/
|
|
10519
|
-
|
|
10519
|
+
shellHash: TargetIntent;
|
|
10520
10520
|
};
|
|
10521
10521
|
};
|
|
10522
10522
|
|
|
@@ -10536,6 +10536,43 @@ declare module "sap/ushell/services/URLParsing" {
|
|
|
10536
10536
|
appSpecificRoute: URI;
|
|
10537
10537
|
};
|
|
10538
10538
|
|
|
10539
|
+
/**
|
|
10540
|
+
* Commonly used by services like {@link sap.ushell.services.Navigation}
|
|
10541
|
+
*
|
|
10542
|
+
* @since 1.142.0
|
|
10543
|
+
*/
|
|
10544
|
+
export type Target = {
|
|
10545
|
+
/**
|
|
10546
|
+
* The target object
|
|
10547
|
+
*/
|
|
10548
|
+
target: {
|
|
10549
|
+
/**
|
|
10550
|
+
* the semantic object
|
|
10551
|
+
*/
|
|
10552
|
+
semanticObject: string;
|
|
10553
|
+
/**
|
|
10554
|
+
* the action
|
|
10555
|
+
*/
|
|
10556
|
+
action: string;
|
|
10557
|
+
/**
|
|
10558
|
+
* the raw context string
|
|
10559
|
+
*/
|
|
10560
|
+
contextRaw: string;
|
|
10561
|
+
};
|
|
10562
|
+
/**
|
|
10563
|
+
* the parameters
|
|
10564
|
+
*/
|
|
10565
|
+
params: Record<string, string | string[]>;
|
|
10566
|
+
/**
|
|
10567
|
+
* the app specific route
|
|
10568
|
+
*/
|
|
10569
|
+
appSpecificRoute: string;
|
|
10570
|
+
/**
|
|
10571
|
+
* the app state key
|
|
10572
|
+
*/
|
|
10573
|
+
appStateKey?: string;
|
|
10574
|
+
};
|
|
10575
|
+
|
|
10539
10576
|
/**
|
|
10540
10577
|
* Type for Url value
|
|
10541
10578
|
*
|
|
@@ -14154,6 +14191,14 @@ declare namespace sap {
|
|
|
14154
14191
|
|
|
14155
14192
|
"sap/ushell/library": undefined;
|
|
14156
14193
|
|
|
14194
|
+
"sap/ushell/modules/Assistant": undefined;
|
|
14195
|
+
|
|
14196
|
+
"sap/ushell/modules/Assistant/AssistantAPI": undefined;
|
|
14197
|
+
|
|
14198
|
+
"sap/ushell/modules/Assistant/AssistantProvider": undefined;
|
|
14199
|
+
|
|
14200
|
+
"sap/ushell/modules/Assistant/VisualConfiguration": undefined;
|
|
14201
|
+
|
|
14157
14202
|
"sap/ushell/modules/NavigationMenu": undefined;
|
|
14158
14203
|
|
|
14159
14204
|
"sap/ushell/modules/NavigationMenu/ListProvider": undefined;
|
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED
package/types/sap.zen.dsh.d.ts
CHANGED