@sapui5/ts-types 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.
Files changed (70) hide show
  1. package/package.json +1 -1
  2. package/types/{sap.ui.commons.d.ts → commons-1.143.0-d.ts} +1 -1
  3. package/types/{core-1.142.0-d.ts → core-1.143.0-d.ts} +66 -54
  4. package/types/{dt-1.142.1-d.ts → dt-1.143.0-d.ts} +1 -1
  5. package/types/index.d.ts +8 -7
  6. package/types/{mdc-1.142.1-d.ts → mdc-1.143.0-d.ts} +500 -137
  7. package/types/{mobile-1.142.0-d.ts → mobile-1.143.0-d.ts} +168 -11
  8. package/types/sap.apf.d.ts +1 -1
  9. package/types/sap.ca.ui.d.ts +1 -1
  10. package/types/sap.chart.d.ts +1 -1
  11. package/types/sap.collaboration.d.ts +1 -1
  12. package/types/sap.esh.search.ui.d.ts +670 -13
  13. package/types/sap.f.d.ts +8 -1
  14. package/types/sap.fe.ariba.d.ts +1 -1
  15. package/types/sap.fe.base.d.ts +1 -1
  16. package/types/sap.fe.controls.d.ts +1 -1
  17. package/types/sap.fe.core.d.ts +1 -6
  18. package/types/sap.fe.ina.d.ts +1 -1
  19. package/types/sap.fe.macros.d.ts +35 -102
  20. package/types/sap.fe.navigation.d.ts +1 -1
  21. package/types/sap.fe.placeholder.d.ts +1 -1
  22. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  23. package/types/sap.fe.templates.d.ts +1 -1
  24. package/types/sap.fe.test.d.ts +7 -2
  25. package/types/sap.fe.tools.d.ts +1 -1
  26. package/types/sap.feedback.ui.d.ts +1 -1
  27. package/types/sap.gantt.d.ts +1 -1
  28. package/types/sap.insights.d.ts +1 -1
  29. package/types/sap.makit.d.ts +1 -1
  30. package/types/sap.me.d.ts +1 -1
  31. package/types/sap.ndc.d.ts +1 -1
  32. package/types/sap.ovp.d.ts +1 -1
  33. package/types/sap.rules.ui.d.ts +1 -1
  34. package/types/sap.sac.df.d.ts +1 -1
  35. package/types/sap.suite.ui.commons.d.ts +216 -11
  36. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  37. package/types/sap.suite.ui.microchart.d.ts +24 -2
  38. package/types/sap.ui.codeeditor.d.ts +1 -1
  39. package/types/sap.ui.comp.d.ts +7 -4
  40. package/types/sap.ui.export.d.ts +1 -1
  41. package/types/sap.ui.fl.d.ts +3 -6
  42. package/types/sap.ui.generic.app.d.ts +1 -1
  43. package/types/sap.ui.generic.template.d.ts +1 -1
  44. package/types/sap.ui.geomap.d.ts +27560 -0
  45. package/types/sap.ui.integration.d.ts +45 -9
  46. package/types/sap.ui.layout.d.ts +64 -46
  47. package/types/sap.ui.richtexteditor.d.ts +39 -1
  48. package/types/sap.ui.rta.d.ts +1 -1
  49. package/types/sap.ui.suite.d.ts +1 -1
  50. package/types/sap.ui.support.d.ts +1 -1
  51. package/types/sap.ui.table.d.ts +1 -1
  52. package/types/sap.ui.testrecorder.d.ts +1 -1
  53. package/types/sap.ui.unified.d.ts +1 -1
  54. package/types/sap.ui.vbm.d.ts +1 -1
  55. package/types/sap.ui.vk.d.ts +61 -1
  56. package/types/sap.ui.vtm.d.ts +1 -1
  57. package/types/sap.ui.webc.common.d.ts +1 -1
  58. package/types/sap.ui.webc.fiori.d.ts +1 -1
  59. package/types/sap.ui.webc.main.d.ts +1 -1
  60. package/types/sap.uiext.inbox.d.ts +1 -1
  61. package/types/sap.ushell.d.ts +53 -10
  62. package/types/sap.ushell_abap.d.ts +1 -1
  63. package/types/sap.uxap.d.ts +1 -1
  64. package/types/sap.viz.d.ts +1 -1
  65. package/types/sap.webanalytics.core.d.ts +1 -1
  66. package/types/sap.zen.commons.d.ts +1 -1
  67. package/types/sap.zen.crosstab.d.ts +1 -1
  68. package/types/sap.zen.dsh.d.ts +1 -1
  69. package/types/{tnt-1.142.1-d.ts → tnt-1.143.0-d.ts} +1 -1
  70. package/types/{sap.ui.ux3.d.ts → ux3-1.143.0-d.ts} +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.3
1
+ // For Library Version: 1.143.2
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -2704,7 +2704,7 @@ declare namespace sap {
2704
2704
 
2705
2705
  namespace URLParsing {
2706
2706
  /**
2707
- * Type for DecomposedHash
2707
+ * Describes the result of {@link #parseShellHash}.
2708
2708
  *
2709
2709
  * @since 1.120.0
2710
2710
  */
@@ -2732,16 +2732,16 @@ declare namespace sap {
2732
2732
  /**
2733
2733
  * the app specific route
2734
2734
  */
2735
- appSpecificRoute?: string;
2735
+ appSpecificRoute: string;
2736
2736
  };
2737
2737
 
2738
2738
  /**
2739
- * Simple Type for DecomposedHash with shell hash as part of the target property. Use this type for edge
2740
- * cases only. Use {@link sap.ushell.services.URLParsing.DecomposedHash} instead.
2739
+ * Commonly used by services like {@link sap.ushell.services.Navigation}. Use this type for edge cases only.
2740
+ * Use {@link sap.ushell.services.URLParsing.DecomposedHash} instead. This type ignores all other properties
2741
2741
  *
2742
2742
  * @since 1.124.0
2743
2743
  */
2744
- type SimpleDecomposedHash = {
2744
+ type SimpleTarget = {
2745
2745
  /**
2746
2746
  * The target object
2747
2747
  */
@@ -2749,7 +2749,7 @@ declare namespace sap {
2749
2749
  /**
2750
2750
  * The shell hash
2751
2751
  */
2752
- shallHash: sap.ushell.services.Navigation.TargetIntent;
2752
+ shellHash: sap.ushell.services.Navigation.TargetIntent;
2753
2753
  };
2754
2754
  };
2755
2755
 
@@ -2769,6 +2769,43 @@ declare namespace sap {
2769
2769
  appSpecificRoute: sap.ui.core.URI;
2770
2770
  };
2771
2771
 
2772
+ /**
2773
+ * Commonly used by services like {@link sap.ushell.services.Navigation}
2774
+ *
2775
+ * @since 1.142.0
2776
+ */
2777
+ type Target = {
2778
+ /**
2779
+ * The target object
2780
+ */
2781
+ target: {
2782
+ /**
2783
+ * the semantic object
2784
+ */
2785
+ semanticObject: string;
2786
+ /**
2787
+ * the action
2788
+ */
2789
+ action: string;
2790
+ /**
2791
+ * the raw context string
2792
+ */
2793
+ contextRaw: string;
2794
+ };
2795
+ /**
2796
+ * the parameters
2797
+ */
2798
+ params: Record<string, string | string[]>;
2799
+ /**
2800
+ * the app specific route
2801
+ */
2802
+ appSpecificRoute: string;
2803
+ /**
2804
+ * the app state key
2805
+ */
2806
+ appStateKey?: string;
2807
+ };
2808
+
2772
2809
  /**
2773
2810
  * Type for Url value
2774
2811
  *
@@ -7625,9 +7662,7 @@ declare namespace sap {
7625
7662
  * The parts of a shell hash. Its action must be a valid action, It may not contain "?" or directly a parameter
7626
7663
  * string. Note: In general it is preferred to add an appStateKey directly to the params object.
7627
7664
  */
7628
- oShellHash?:
7629
- | sap.ushell.services.URLParsing.SimpleDecomposedHash
7630
- | sap.ushell.services.URLParsing.DecomposedHash
7665
+ oShellHash?: /* was: sap.ushell.services.URLParsing.ShellHash */ any
7631
7666
  ): sap.ushell.services.Navigation.TargetIntentStrict;
7632
7667
  /**
7633
7668
  * Extract a hash part from an URL, including an app-specific part
@@ -13932,6 +13967,14 @@ declare namespace sap {
13932
13967
 
13933
13968
  "sap/ushell/library": undefined;
13934
13969
 
13970
+ "sap/ushell/modules/Assistant": undefined;
13971
+
13972
+ "sap/ushell/modules/Assistant/AssistantAPI": undefined;
13973
+
13974
+ "sap/ushell/modules/Assistant/AssistantProvider": undefined;
13975
+
13976
+ "sap/ushell/modules/Assistant/VisualConfiguration": undefined;
13977
+
13935
13978
  "sap/ushell/modules/NavigationMenu": undefined;
13936
13979
 
13937
13980
  "sap/ushell/modules/NavigationMenu/ListProvider": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.3
1
+ // For Library Version: 1.143.2
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.2
1
+ // For Library Version: 1.143.1
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.2
1
+ // For Library Version: 1.143.1
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.7
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.7
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.7
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.1
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.2
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {