@sapui5/ts-types-esm 1.139.0 → 1.140.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.
Files changed (69) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.d.ts +1 -1
  3. package/types/sap.ca.ui.d.ts +1 -1
  4. package/types/sap.chart.d.ts +1 -1
  5. package/types/sap.collaboration.d.ts +1 -1
  6. package/types/sap.cux.home.d.ts +0 -1623
  7. package/types/sap.esh.search.ui.d.ts +1 -2297
  8. package/types/sap.f.d.ts +59 -11
  9. package/types/sap.fe.ariba.d.ts +1 -1
  10. package/types/sap.fe.base.d.ts +1 -5
  11. package/types/sap.fe.controls.d.ts +1 -1
  12. package/types/sap.fe.core.d.ts +15 -8
  13. package/types/sap.fe.ina.d.ts +1 -1
  14. package/types/sap.fe.macros.d.ts +3 -10
  15. package/types/sap.fe.navigation.d.ts +1 -1
  16. package/types/sap.fe.placeholder.d.ts +1 -1
  17. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  18. package/types/sap.fe.templates.d.ts +1 -1
  19. package/types/sap.fe.test.d.ts +1 -1
  20. package/types/sap.fe.tools.d.ts +1 -1
  21. package/types/sap.feedback.ui.d.ts +1 -1
  22. package/types/sap.gantt.d.ts +41 -11
  23. package/types/sap.insights.d.ts +130 -2
  24. package/types/sap.m.d.ts +645 -274
  25. package/types/sap.makit.d.ts +1 -1
  26. package/types/sap.me.d.ts +1 -1
  27. package/types/sap.ndc.d.ts +1 -1
  28. package/types/sap.ovp.d.ts +1 -1
  29. package/types/sap.rules.ui.d.ts +1 -1
  30. package/types/sap.sac.df.d.ts +99 -1
  31. package/types/sap.suite.ui.commons.d.ts +1 -1
  32. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  33. package/types/sap.suite.ui.microchart.d.ts +1 -1
  34. package/types/sap.tnt.d.ts +5 -1
  35. package/types/sap.ui.codeeditor.d.ts +1 -1
  36. package/types/sap.ui.commons.d.ts +1 -1
  37. package/types/sap.ui.comp.d.ts +16 -1
  38. package/types/sap.ui.core.d.ts +402 -97
  39. package/types/sap.ui.dt.d.ts +1 -1
  40. package/types/sap.ui.export.d.ts +1 -1
  41. package/types/sap.ui.fl.d.ts +1 -7
  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.integration.d.ts +13 -13
  45. package/types/sap.ui.layout.d.ts +1 -1
  46. package/types/sap.ui.mdc.d.ts +80 -28
  47. package/types/sap.ui.richtexteditor.d.ts +1 -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 +568 -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.ux3.d.ts +1 -1
  55. package/types/sap.ui.vbm.d.ts +1 -1
  56. package/types/sap.ui.vk.d.ts +307 -6
  57. package/types/sap.ui.vtm.d.ts +1 -1
  58. package/types/sap.ui.webc.common.d.ts +1 -1
  59. package/types/sap.ui.webc.fiori.d.ts +1 -1
  60. package/types/sap.ui.webc.main.d.ts +1 -1
  61. package/types/sap.uiext.inbox.d.ts +1 -1
  62. package/types/sap.ushell.d.ts +10 -6
  63. package/types/sap.ushell_abap.d.ts +3 -1
  64. package/types/sap.uxap.d.ts +1 -1
  65. package/types/sap.viz.d.ts +1 -1
  66. package/types/sap.webanalytics.core.d.ts +1 -1
  67. package/types/sap.zen.commons.d.ts +1 -1
  68. package/types/sap.zen.crosstab.d.ts +1 -1
  69. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.140.0
2
2
 
3
3
  declare module "sap/ui/vk/library" {
4
4
  /**
@@ -8632,12 +8632,305 @@ declare module "sap/ui/vk/dvl/ViewStateManager" {
8632
8632
  extends $ViewStateManagerBaseSettings {}
8633
8633
  }
8634
8634
 
8635
- declare module "sap/ui/vk/ecad/LayersPanel" {
8635
+ declare module "sap/ui/vk/ecad/ElementsPanel" {
8636
8636
  import { default as Control, $ControlSettings } from "sap/ui/core/Control";
8637
8637
 
8638
8638
  import Event from "sap/ui/base/Event";
8639
8639
 
8640
- import Table from "sap/m/Table";
8640
+ import { ID, CSSSize } from "sap/ui/core/library";
8641
+
8642
+ import ElementMetadata from "sap/ui/core/ElementMetadata";
8643
+
8644
+ import ContentConnector from "sap/ui/vk/ContentConnector";
8645
+
8646
+ import ViewStateManagerBase from "sap/ui/vk/ViewStateManagerBase";
8647
+
8648
+ import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
8649
+
8650
+ /**
8651
+ * Provides a list of all ECAD elements in a given scene in table format.
8652
+ *
8653
+ * **NOTE:** To use this control the application developer should add dependencies to the following libraries
8654
+ * on application level to ensure that the libraries are loaded before the module dependencies will be required:
8655
+ *
8656
+ * - sap.f
8657
+ * - sap.ui.comp
8658
+ *
8659
+ * @since 1.136.0
8660
+ */
8661
+ export default class ElementsPanel extends Control {
8662
+ /**
8663
+ * Constructor for a new ElementsPanel.
8664
+ *
8665
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
8666
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
8667
+ * of the syntax of the settings object.
8668
+ */
8669
+ constructor(
8670
+ /**
8671
+ * initial settings for the new control
8672
+ */
8673
+ mSettings?: $ElementsPanelSettings
8674
+ );
8675
+ /**
8676
+ * Constructor for a new ElementsPanel.
8677
+ *
8678
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
8679
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
8680
+ * of the syntax of the settings object.
8681
+ */
8682
+ constructor(
8683
+ /**
8684
+ * id for the new control, generated automatically if no id is given
8685
+ */
8686
+ sId?: string,
8687
+ /**
8688
+ * initial settings for the new control
8689
+ */
8690
+ mSettings?: $ElementsPanelSettings
8691
+ );
8692
+
8693
+ /**
8694
+ * Creates a new subclass of class sap.ui.vk.ecad.ElementsPanel with name `sClassName` and enriches it with
8695
+ * the information contained in `oClassInfo`.
8696
+ *
8697
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
8698
+ *
8699
+ *
8700
+ * @returns Created class / constructor function
8701
+ */
8702
+ static extend<T extends Record<string, unknown>>(
8703
+ /**
8704
+ * Name of the class being created
8705
+ */
8706
+ sClassName: string,
8707
+ /**
8708
+ * Object literal with information about the class
8709
+ */
8710
+ oClassInfo?: sap.ClassInfo<T, ElementsPanel>,
8711
+ /**
8712
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
8713
+ * used by this class
8714
+ */
8715
+ FNMetaImpl?: Function
8716
+ ): Function;
8717
+ /**
8718
+ * Returns a metadata object for class sap.ui.vk.ecad.ElementsPanel.
8719
+ *
8720
+ *
8721
+ * @returns Metadata object describing this class
8722
+ */
8723
+ static getMetadata(): ElementMetadata;
8724
+ /**
8725
+ * Attaches event handler `fnFunction` to the {@link #event:contentChanged contentChanged} event of this
8726
+ * `sap.ui.vk.ecad.ElementsPanel`.
8727
+ *
8728
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
8729
+ * otherwise it will be bound to this `sap.ui.vk.ecad.ElementsPanel` itself.
8730
+ *
8731
+ * This event will be fired when content is replaced.
8732
+ *
8733
+ *
8734
+ * @returns Reference to `this` in order to allow method chaining
8735
+ */
8736
+ attachContentChanged(
8737
+ /**
8738
+ * An application-specific payload object that will be passed to the event handler along with the event
8739
+ * object when firing the event
8740
+ */
8741
+ oData: object,
8742
+ /**
8743
+ * The function to be called when the event occurs
8744
+ */
8745
+ fnFunction: (p1: Event) => void,
8746
+ /**
8747
+ * Context object to call the event handler with. Defaults to this `sap.ui.vk.ecad.ElementsPanel` itself
8748
+ */
8749
+ oListener?: object
8750
+ ): this;
8751
+ /**
8752
+ * Attaches event handler `fnFunction` to the {@link #event:contentChanged contentChanged} event of this
8753
+ * `sap.ui.vk.ecad.ElementsPanel`.
8754
+ *
8755
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
8756
+ * otherwise it will be bound to this `sap.ui.vk.ecad.ElementsPanel` itself.
8757
+ *
8758
+ * This event will be fired when content is replaced.
8759
+ *
8760
+ *
8761
+ * @returns Reference to `this` in order to allow method chaining
8762
+ */
8763
+ attachContentChanged(
8764
+ /**
8765
+ * The function to be called when the event occurs
8766
+ */
8767
+ fnFunction: (p1: Event) => void,
8768
+ /**
8769
+ * Context object to call the event handler with. Defaults to this `sap.ui.vk.ecad.ElementsPanel` itself
8770
+ */
8771
+ oListener?: object
8772
+ ): this;
8773
+ /**
8774
+ * Detaches event handler `fnFunction` from the {@link #event:contentChanged contentChanged} event of this
8775
+ * `sap.ui.vk.ecad.ElementsPanel`.
8776
+ *
8777
+ * The passed function and listener object must match the ones used for event registration.
8778
+ *
8779
+ *
8780
+ * @returns Reference to `this` in order to allow method chaining
8781
+ */
8782
+ detachContentChanged(
8783
+ /**
8784
+ * The function to be called, when the event occurs
8785
+ */
8786
+ fnFunction: (p1: Event) => void,
8787
+ /**
8788
+ * Context object on which the given function had to be called
8789
+ */
8790
+ oListener?: object
8791
+ ): this;
8792
+ /**
8793
+ * Fires event {@link #event:contentChanged contentChanged} to attached listeners.
8794
+ *
8795
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
8796
+ *
8797
+ * @returns Reference to `this` in order to allow method chaining
8798
+ */
8799
+ fireContentChanged(
8800
+ /**
8801
+ * Parameters to pass along with the event
8802
+ */
8803
+ mParameters?: object
8804
+ ): this;
8805
+ /**
8806
+ * ID of the element which is the current target of the association {@link #getContentConnector contentConnector},
8807
+ * or `null`.
8808
+ */
8809
+ getContentConnector(): ID | null;
8810
+ /**
8811
+ * Gets current value of property {@link #getHeight height}.
8812
+ *
8813
+ * Default value is `"100%"`.
8814
+ *
8815
+ *
8816
+ * @returns Value of property `height`
8817
+ */
8818
+ getHeight(): CSSSize;
8819
+ /**
8820
+ * ID of the element which is the current target of the association {@link #getViewStateManager viewStateManager},
8821
+ * or `null`.
8822
+ */
8823
+ getViewStateManager(): ID | null;
8824
+ /**
8825
+ * Gets current value of property {@link #getWidth width}.
8826
+ *
8827
+ * Default value is `"auto"`.
8828
+ *
8829
+ *
8830
+ * @returns Value of property `width`
8831
+ */
8832
+ getWidth(): CSSSize;
8833
+ /**
8834
+ * Sets the associated {@link #getContentConnector contentConnector}.
8835
+ *
8836
+ *
8837
+ * @returns Reference to `this` in order to allow method chaining
8838
+ */
8839
+ setContentConnector(
8840
+ /**
8841
+ * ID of an element which becomes the new target of this contentConnector association; alternatively, an
8842
+ * element instance may be given
8843
+ */
8844
+ oContentConnector: ID | ContentConnector
8845
+ ): this;
8846
+ /**
8847
+ * Sets a new value for property {@link #getHeight height}.
8848
+ *
8849
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
8850
+ *
8851
+ * Default value is `"100%"`.
8852
+ *
8853
+ *
8854
+ * @returns Reference to `this` in order to allow method chaining
8855
+ */
8856
+ setHeight(
8857
+ /**
8858
+ * New value for property `height`
8859
+ */
8860
+ sHeight?: CSSSize
8861
+ ): this;
8862
+ /**
8863
+ * Sets the associated {@link #getViewStateManager viewStateManager}.
8864
+ *
8865
+ *
8866
+ * @returns Reference to `this` in order to allow method chaining
8867
+ */
8868
+ setViewStateManager(
8869
+ /**
8870
+ * ID of an element which becomes the new target of this viewStateManager association; alternatively, an
8871
+ * element instance may be given
8872
+ */
8873
+ oViewStateManager: ID | ViewStateManagerBase
8874
+ ): this;
8875
+ /**
8876
+ * Sets a new value for property {@link #getWidth width}.
8877
+ *
8878
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
8879
+ *
8880
+ * Default value is `"auto"`.
8881
+ *
8882
+ *
8883
+ * @returns Reference to `this` in order to allow method chaining
8884
+ */
8885
+ setWidth(
8886
+ /**
8887
+ * New value for property `width`
8888
+ */
8889
+ sWidth?: CSSSize
8890
+ ): this;
8891
+ }
8892
+ /**
8893
+ * Describes the settings that can be provided to the ElementsPanel constructor.
8894
+ */
8895
+ export interface $ElementsPanelSettings extends $ControlSettings {
8896
+ width?: CSSSize | PropertyBindingInfo | `{${string}}`;
8897
+
8898
+ height?: CSSSize | PropertyBindingInfo | `{${string}}`;
8899
+
8900
+ /**
8901
+ * An association to the `ContentConnector` instance that manages content resources.
8902
+ */
8903
+ contentConnector?: ContentConnector | string;
8904
+
8905
+ /**
8906
+ * An association to the `ViewStateManager` instance.
8907
+ */
8908
+ viewStateManager?: ViewStateManagerBase | string;
8909
+
8910
+ /**
8911
+ * This event will be fired when content is replaced.
8912
+ */
8913
+ contentChanged?: (oEvent: Event) => void;
8914
+ }
8915
+
8916
+ /**
8917
+ * Parameters of the ElementsPanel#contentChanged event.
8918
+ */
8919
+ export interface ElementsPanel$ContentChangedEventParameters {}
8920
+
8921
+ /**
8922
+ * Event object of the ElementsPanel#contentChanged event.
8923
+ */
8924
+ export type ElementsPanel$ContentChangedEvent = Event<
8925
+ ElementsPanel$ContentChangedEventParameters,
8926
+ ElementsPanel
8927
+ >;
8928
+ }
8929
+
8930
+ declare module "sap/ui/vk/ecad/LayersPanel" {
8931
+ import { default as Control, $ControlSettings } from "sap/ui/core/Control";
8932
+
8933
+ import Event from "sap/ui/base/Event";
8641
8934
 
8642
8935
  import { ID, CSSSize } from "sap/ui/core/library";
8643
8936
 
@@ -8808,7 +9101,7 @@ declare module "sap/ui/vk/ecad/LayersPanel" {
8808
9101
  /**
8809
9102
  * Gets content of aggregation {@link #getContent content}.
8810
9103
  */
8811
- getContent(): Table;
9104
+ getContent(): Control;
8812
9105
  /**
8813
9106
  * ID of the element which is the current target of the association {@link #getContentConnector contentConnector},
8814
9107
  * or `null`.
@@ -8847,7 +9140,7 @@ declare module "sap/ui/vk/ecad/LayersPanel" {
8847
9140
  /**
8848
9141
  * The content to set
8849
9142
  */
8850
- oContent: Table
9143
+ oContent: Control
8851
9144
  ): this;
8852
9145
  /**
8853
9146
  * Sets the associated {@link #getContentConnector contentConnector}.
@@ -8916,7 +9209,7 @@ declare module "sap/ui/vk/ecad/LayersPanel" {
8916
9209
 
8917
9210
  height?: CSSSize | PropertyBindingInfo | `{${string}}`;
8918
9211
 
8919
- content?: Table;
9212
+ content?: Control;
8920
9213
 
8921
9214
  /**
8922
9215
  * An association to the `ContentConnector` instance that manages content resources.
@@ -38891,6 +39184,12 @@ declare module "sap/ui/vk/Viewer" {
38891
39184
  * Provides simple 3D visualization capability by connecting, configuring and presenting the essential Visualization
38892
39185
  * Toolkit controls a single composite control.
38893
39186
  *
39187
+ * **NOTE:** To use this control the application developer should add dependencies to the following libraries
39188
+ * on application level to ensure that the libraries are loaded before the module dependencies will be required:
39189
+ *
39190
+ * - sap.f
39191
+ * - sap.ui.comp
39192
+ *
38894
39193
  * @since 1.32.0
38895
39194
  */
38896
39195
  export default class Viewer extends Control {
@@ -47267,6 +47566,8 @@ declare namespace sap {
47267
47566
 
47268
47567
  "sap/ui/vk/dvl/ViewStateManager": undefined;
47269
47568
 
47569
+ "sap/ui/vk/ecad/ElementsPanel": undefined;
47570
+
47270
47571
  "sap/ui/vk/ecad/LayersPanel": undefined;
47271
47572
 
47272
47573
  "sap/ui/vk/FlexibleControl": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.140.0
2
2
 
3
3
  declare module "sap/ui/vtm/library" {
4
4
  import Vtm from "sap/ui/vtm/Vtm";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.140.0
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.140.0
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.140.0
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.140.0
2
2
 
3
3
  declare module "sap/uiext/inbox/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.140.0
2
2
 
3
3
  declare module "sap/ushell/library" {
4
4
  /**
@@ -2320,7 +2320,7 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
2320
2320
  *
2321
2321
  * This function is marked for deprecation as of version 1.48.
2322
2322
  * It will continue to work as expected as long as one of the following conditions apply:
2323
- * 1. The control instance is already created and its ID is included in the input parameter oControlProperties
2323
+ * 1. The control instance is already created, and its ID is included in the input parameter oControlProperties
2324
2324
  * 2. The control type resource is already loaded
2325
2325
  *
2326
2326
  * @since 1.42
@@ -2331,12 +2331,12 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
2331
2331
  setFooterControl(
2332
2332
  /**
2333
2333
  * The (class) name of the control type to create.
2334
- * For example: `"sap.m.Bar"`
2334
+ * For example, `"sap.m.Bar"`
2335
2335
  */
2336
2336
  controlType: string,
2337
2337
  /**
2338
2338
  * The properties that will be passed to the created control.
2339
- * For example: `{id: "testBar"}`
2339
+ * For example, `{id: "testBar"}`
2340
2340
  */
2341
2341
  oControlProperties: object
2342
2342
  ): Control;
@@ -2489,10 +2489,10 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
2489
2489
  aStates: string[]
2490
2490
  ): void;
2491
2491
  /**
2492
- * Displays FloatingActionButton on the bottom right corner of the Fiori launchpad, in the given launchpad
2492
+ * Displays FloatingActionButton in the bottom right corner of the Fiori launchpad, in the given launchpad
2493
2493
  * states. The FloatingActionButton is rendered in the bottom right corner of the shell.
2494
2494
  * (see sap.ushell.renderers.fiori2.Renderer.LaunchpadState).
2495
- * If no launchpad state is provided the content is displayed in all states.
2495
+ * If no launchpad state is provided, the content is displayed in all states.
2496
2496
  *
2497
2497
  *
2498
2498
  * **Example:**
@@ -14115,6 +14115,10 @@ declare namespace sap {
14115
14115
 
14116
14116
  "sap/ushell/api/NewExperience": undefined;
14117
14117
 
14118
+ "sap/ushell/api/performance/Extension": undefined;
14119
+
14120
+ "sap/ushell/api/performance/NavigationSource": undefined;
14121
+
14118
14122
  "sap/ushell/api/RTA": undefined;
14119
14123
 
14120
14124
  "sap/ushell/api/S4MyHome": undefined;
@@ -1,7 +1,9 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.140.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
5
+ "sap/ushell_abap/components/TCodeNavigation": undefined;
6
+
5
7
  "sap/ushell_abap/library": undefined;
6
8
 
7
9
  "sap/ushell_abap/thirdparty/sap-xhrlib-esm-dbg": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.140.0
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.140.0
2
2
 
3
3
  declare module "sap/viz/library" {
4
4
  export namespace ui5 {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.140.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.140.0
2
2
 
3
3
  declare module "sap/zen/commons/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.140.0
2
2
 
3
3
  declare module "sap/zen/crosstab/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.140.0
2
2
 
3
3
  declare module "sap/zen/dsh/library" {}
4
4