@sapui5/ts-types 1.122.2 → 1.123.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 (66) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +5 -5
  3. package/types/sap.apf.d.ts +1 -1
  4. package/types/sap.ca.ui.d.ts +404 -3
  5. package/types/sap.chart.d.ts +58 -3
  6. package/types/sap.collaboration.d.ts +52 -3
  7. package/types/sap.esh.search.ui.d.ts +2152 -2
  8. package/types/sap.f.d.ts +432 -46
  9. package/types/sap.fe.core.d.ts +20 -15
  10. package/types/sap.fe.macros.d.ts +1048 -21
  11. package/types/sap.fe.navigation.d.ts +1 -1
  12. package/types/sap.fe.placeholder.d.ts +1 -1
  13. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  14. package/types/sap.fe.templates.d.ts +8 -6
  15. package/types/sap.fe.test.d.ts +288 -7
  16. package/types/sap.fe.tools.d.ts +1 -1
  17. package/types/sap.feedback.ui.d.ts +1 -1
  18. package/types/sap.gantt.d.ts +1067 -15
  19. package/types/sap.insights.d.ts +4 -1
  20. package/types/{mobile-1.122.0-d.ts → sap.m.d.ts} +3962 -124
  21. package/types/sap.makit.d.ts +115 -2
  22. package/types/sap.me.d.ts +84 -2
  23. package/types/sap.ndc.d.ts +22 -1
  24. package/types/sap.ovp.d.ts +1 -1
  25. package/types/sap.rules.ui.d.ts +44 -8
  26. package/types/sap.sac.df.d.ts +111 -60
  27. package/types/sap.suite.ui.commons.d.ts +1148 -2174
  28. package/types/sap.suite.ui.generic.template.d.ts +10 -1
  29. package/types/sap.suite.ui.microchart.d.ts +190 -2
  30. package/types/sap.tnt.d.ts +46 -2
  31. package/types/sap.ui.codeeditor.d.ts +16 -1
  32. package/types/{commons-1.122.0-d.ts → sap.ui.commons.d.ts} +792 -30
  33. package/types/sap.ui.comp.d.ts +964 -86
  34. package/types/{core-1.122.0-d.ts → sap.ui.core.d.ts} +2194 -1540
  35. package/types/sap.ui.dt.d.ts +3 -0
  36. package/types/sap.ui.export.d.ts +22 -4
  37. package/types/sap.ui.fl.d.ts +40 -1
  38. package/types/sap.ui.generic.app.d.ts +217 -203
  39. package/types/sap.ui.generic.template.d.ts +1 -1
  40. package/types/sap.ui.integration.d.ts +147 -5
  41. package/types/sap.ui.layout.d.ts +171 -8
  42. package/types/sap.ui.mdc.d.ts +554 -33
  43. package/types/sap.ui.richtexteditor.d.ts +28 -2
  44. package/types/sap.ui.rta.d.ts +1 -1
  45. package/types/sap.ui.suite.d.ts +27 -2
  46. package/types/sap.ui.support.d.ts +1 -1
  47. package/types/sap.ui.table.d.ts +278 -57
  48. package/types/sap.ui.testrecorder.d.ts +1 -1
  49. package/types/sap.ui.unified.d.ts +481 -9
  50. package/types/{ux3-1.122.0-d.ts → sap.ui.ux3.d.ts} +527 -5
  51. package/types/sap.ui.vbm.d.ts +544 -2
  52. package/types/sap.ui.vk.d.ts +1580 -39
  53. package/types/sap.ui.vtm.d.ts +373 -2
  54. package/types/sap.ui.webc.common.d.ts +7 -2
  55. package/types/sap.ui.webc.fiori.d.ts +351 -2
  56. package/types/sap.ui.webc.main.d.ts +1035 -2
  57. package/types/sap.uiext.inbox.d.ts +124 -2
  58. package/types/sap.ushell.d.ts +1001 -322
  59. package/types/sap.ushell_abap.d.ts +1 -1
  60. package/types/sap.uxap.d.ts +123 -6
  61. package/types/sap.viz.d.ts +2619 -5
  62. package/types/sap.webanalytics.core.d.ts +1 -1
  63. package/types/sap.zen.commons.d.ts +35 -10
  64. package/types/sap.zen.crosstab.d.ts +22 -7
  65. package/types/sap.zen.dsh.d.ts +64 -8
  66. package/types/dt-1.122.0-d.ts +0 -3
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.122.1
1
+ // For Library Version: 1.123.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace sac {
@@ -10,6 +10,11 @@ declare namespace sap {
10
10
  */
11
11
  namespace df {
12
12
  namespace changeHandler {
13
+ /**
14
+ * Describes the settings that can be provided to the MultiDimModelChangeHandler constructor.
15
+ *
16
+ * @experimental (since 1.120)
17
+ */
13
18
  interface $MultiDimModelChangeHandlerSettings
14
19
  extends sap.ui.mdc.$ControlSettings {}
15
20
 
@@ -82,12 +87,24 @@ declare namespace sap {
82
87
  }
83
88
 
84
89
  namespace model {
90
+ /**
91
+ * Parameters of the MultiDimModel#dataProviderAdded event.
92
+ */
85
93
  interface MultiDimModel$DataProviderAddedEventParameters {}
86
94
 
95
+ /**
96
+ * Parameters of the MultiDimModel#dataProviderRemoved event.
97
+ */
87
98
  interface MultiDimModel$DataProviderRemovedEventParameters {}
88
99
 
100
+ /**
101
+ * Parameters of the MultiDimModel#dataProviderUpdated event.
102
+ */
89
103
  interface MultiDimModel$DataProviderUpdatedEventParameters {}
90
104
 
105
+ /**
106
+ * Parameters of the MultiDimModel#loaded event.
107
+ */
91
108
  interface MultiDimModel$LoadedEventParameters {}
92
109
 
93
110
  /**
@@ -883,19 +900,28 @@ declare namespace sap {
883
900
  toRows(): this;
884
901
  }
885
902
  /**
886
- * Document Object
903
+ * Documents manager object
904
+ *
905
+ * **Structure of Exposed Data:**
906
+ * ```javascript
907
+ *
908
+ * "ActiveDocumentsDirectory": "",
909
+ * "DocumentsSupportType": ""
910
+ * "IsBasedOnCDSView": ""
911
+ * ```
912
+ *
887
913
  *
888
914
  * @since 1.119
889
915
  * @experimental (since 1.119)
890
916
  */
891
- class Document extends sap.ui.base.Object {
917
+ class Documents extends sap.ui.base.Object {
892
918
  /**
893
919
  * @ui5-protected Do not call from applications (only from related classes in the framework)
894
920
  */
895
921
  protected constructor();
896
922
 
897
923
  /**
898
- * Creates a new subclass of class sap.sac.df.model.Document with name `sClassName` and enriches it with
924
+ * Creates a new subclass of class sap.sac.df.model.Documents with name `sClassName` and enriches it with
899
925
  * the information contained in `oClassInfo`.
900
926
  *
901
927
  * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.base.Object.extend}.
@@ -911,7 +937,7 @@ declare namespace sap {
911
937
  /**
912
938
  * Object literal with information about the class
913
939
  */
914
- oClassInfo?: sap.ClassInfo<T, sap.sac.df.model.Document>,
940
+ oClassInfo?: sap.ClassInfo<T, sap.sac.df.model.Documents>,
915
941
  /**
916
942
  * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
917
943
  * used by this class
@@ -919,14 +945,14 @@ declare namespace sap {
919
945
  FNMetaImpl?: Function
920
946
  ): Function;
921
947
  /**
922
- * Returns a metadata object for class sap.sac.df.model.Document.
948
+ * Returns a metadata object for class sap.sac.df.model.Documents.
923
949
  *
924
950
  *
925
951
  * @returns Metadata object describing this class
926
952
  */
927
953
  static getMetadata(): sap.ui.base.Metadata;
928
954
  /**
929
- * Creates a document in the document store
955
+ * Create a document in the document store
930
956
  *
931
957
  *
932
958
  * @returns a promise which resolves to true if create operation is successful, otherwise false.
@@ -958,7 +984,7 @@ declare namespace sap {
958
984
  nColumnIndex: int
959
985
  ): Promise<String>;
960
986
  /**
961
- * Deletes a document in the document store
987
+ * Delete a document in the document store
962
988
  *
963
989
  *
964
990
  * @returns a promise which resolves to true if delete operation is successful, otherwise false.
@@ -970,7 +996,7 @@ declare namespace sap {
970
996
  sDocumentId: undefined
971
997
  ): Promise<boolean>;
972
998
  /**
973
- * Deletes a document ID for a data cell in the result set
999
+ * Delete a document ID for a data cell in the result set
974
1000
  *
975
1001
  *
976
1002
  * @returns a promise which resolves to true if the delete operation is successful, otherwise false.
@@ -986,7 +1012,7 @@ declare namespace sap {
986
1012
  nColumnIndex: int
987
1013
  ): Promise<boolean>;
988
1014
  /**
989
- * Gets a document ID of a data cell in the result set
1015
+ * Get a document ID of a data cell in the result set
990
1016
  *
991
1017
  *
992
1018
  * @returns a promise which resolves with the document ID
@@ -1002,12 +1028,12 @@ declare namespace sap {
1002
1028
  nColumnIndex: int
1003
1029
  ): Promise<String>;
1004
1030
  /**
1005
- * Gets the type of DocumentsSupport.
1031
+ * Get the type of documents support.
1006
1032
  *
1007
1033
  *
1008
- * @returns DocumentsSupport type
1034
+ * @returns documents support type
1009
1035
  */
1010
- getDocumentsSupportType(): string;
1036
+ getDocumentsSupportType(): sap.sac.df.types.DocumentsSupportType;
1011
1037
  /**
1012
1038
  * Retrieves a document from the document store
1013
1039
  *
@@ -1025,7 +1051,7 @@ declare namespace sap {
1025
1051
  sVersion: undefined
1026
1052
  ): Promise<object>;
1027
1053
  /**
1028
- * Retrieves multiple documents from the document store
1054
+ * Retrieve multiple documents from the document store
1029
1055
  *
1030
1056
  *
1031
1057
  * @returns a promise which resolves with all documents and its versions.
@@ -1037,7 +1063,14 @@ declare namespace sap {
1037
1063
  aDocumentIds: undefined
1038
1064
  ): Promise<object>;
1039
1065
  /**
1040
- * Updates a document in the document store
1066
+ * Is document storage supporting Read / Write access
1067
+ *
1068
+ *
1069
+ * @returns if Read / Write access is supported
1070
+ */
1071
+ supportsReadWrite(): boolean;
1072
+ /**
1073
+ * Update a document in the document store
1041
1074
  *
1042
1075
  *
1043
1076
  * @returns a promise which resolves to true if update operation is successful, otherwise false.
@@ -1067,7 +1100,7 @@ declare namespace sap {
1067
1100
  /**
1068
1101
  * Documents
1069
1102
  */
1070
- Documents: sap.sac.df.model.Document;
1103
+ Documents: sap.sac.df.model.Documents;
1071
1104
 
1072
1105
  /**
1073
1106
  * Creates a new subclass of class sap.sac.df.model.Grid with name `sClassName` and enriches it with the
@@ -1922,21 +1955,33 @@ declare namespace sap {
1922
1955
  ): this;
1923
1956
  }
1924
1957
 
1958
+ /**
1959
+ * Event object of the MultiDimModel#dataProviderAdded event.
1960
+ */
1925
1961
  type MultiDimModel$DataProviderAddedEvent = sap.ui.base.Event<
1926
1962
  MultiDimModel$DataProviderAddedEventParameters,
1927
1963
  MultiDimModel
1928
1964
  >;
1929
1965
 
1966
+ /**
1967
+ * Event object of the MultiDimModel#dataProviderRemoved event.
1968
+ */
1930
1969
  type MultiDimModel$DataProviderRemovedEvent = sap.ui.base.Event<
1931
1970
  MultiDimModel$DataProviderRemovedEventParameters,
1932
1971
  MultiDimModel
1933
1972
  >;
1934
1973
 
1974
+ /**
1975
+ * Event object of the MultiDimModel#dataProviderUpdated event.
1976
+ */
1935
1977
  type MultiDimModel$DataProviderUpdatedEvent = sap.ui.base.Event<
1936
1978
  MultiDimModel$DataProviderUpdatedEventParameters,
1937
1979
  MultiDimModel
1938
1980
  >;
1939
1981
 
1982
+ /**
1983
+ * Event object of the MultiDimModel#loaded event.
1984
+ */
1940
1985
  type MultiDimModel$LoadedEvent = sap.ui.base.Event<
1941
1986
  MultiDimModel$LoadedEventParameters,
1942
1987
  MultiDimModel
@@ -1969,6 +2014,27 @@ declare namespace sap {
1969
2014
  */
1970
2015
  View = "View",
1971
2016
  }
2017
+ /**
2018
+ * Documents support type
2019
+ */
2020
+ enum DocumentsSupportType {
2021
+ /**
2022
+ * Documents are not supported.
2023
+ */
2024
+ None = "NONE",
2025
+ /**
2026
+ * Read-only documents support.
2027
+ */
2028
+ Read = "READ",
2029
+ /**
2030
+ * Read, create, change documents support
2031
+ */
2032
+ ReadCreateChange = "READ_CREATE_CHANGE",
2033
+ /**
2034
+ * Read, create, change, delete documents support.
2035
+ */
2036
+ ReadWrite = "READ_WRITE",
2037
+ }
1972
2038
  /**
1973
2039
  * System Type of an InA System
1974
2040
  */
@@ -1991,21 +2057,23 @@ declare namespace sap {
1991
2057
  HANA = "HANA",
1992
2058
  }
1993
2059
  }
1994
-
2060
+ /**
2061
+ * Describes the settings that can be provided to the FilterBar constructor.
2062
+ *
2063
+ * @experimental (since 1.119)
2064
+ */
1995
2065
  interface $FilterBarSettings extends sap.ui.mdc.$FilterBarSettings {
1996
2066
  /**
1997
2067
  * Defines the relative path of the property in the metamodel, based on the current contextPath.
1998
2068
  */
1999
2069
  metaPath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
2000
-
2001
- /**
2002
- * Mode
2003
- *
2004
- * @deprecated - please use the property `metaPath` instead
2005
- */
2006
- mode?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
2007
2070
  }
2008
2071
 
2072
+ /**
2073
+ * Describes the settings that can be provided to the FilterField constructor.
2074
+ *
2075
+ * @experimental (since 1.48.0)
2076
+ */
2009
2077
  interface $FilterFieldSettings
2010
2078
  extends sap.ui.mdc.field.$FieldBaseSettings {
2011
2079
  /**
@@ -2022,6 +2090,11 @@ declare namespace sap {
2022
2090
  | `{${string}}`;
2023
2091
  }
2024
2092
 
2093
+ /**
2094
+ * Describes the settings that can be provided to the FlexAnalysis constructor.
2095
+ *
2096
+ * @experimental
2097
+ */
2025
2098
  interface $FlexAnalysisSettings extends sap.ui.core.$ControlSettings {
2026
2099
  /**
2027
2100
  * Sets title to be shown in the control. If not set the name of the corresponding back-end query is used
@@ -2232,6 +2305,11 @@ declare namespace sap {
2232
2305
  onCellClick?: (oEvent: FlexAnalysis$OnCellClickEvent) => void;
2233
2306
  }
2234
2307
 
2308
+ /**
2309
+ * Describes the settings that can be provided to the FlexAnalysisPanel constructor.
2310
+ *
2311
+ * @experimental
2312
+ */
2235
2313
  interface $FlexAnalysisPanelSettings
2236
2314
  extends sap.ui.core.$ElementSettings {
2237
2315
  /**
@@ -2258,6 +2336,9 @@ declare namespace sap {
2258
2336
  content?: sap.ui.core.Control;
2259
2337
  }
2260
2338
 
2339
+ /**
2340
+ * Parameters of the FlexAnalysis#onCellClick event.
2341
+ */
2261
2342
  interface FlexAnalysis$OnCellClickEventParameters {
2262
2343
  /**
2263
2344
  * Cell context
@@ -2273,10 +2354,6 @@ declare namespace sap {
2273
2354
  class FilterBar extends sap.ui.mdc.FilterBar {
2274
2355
  /**
2275
2356
  * Constructor for a new Filter Bar.
2276
- *
2277
- * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
2278
- * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
2279
- * of the syntax of the settings object.
2280
2357
  */
2281
2358
  constructor();
2282
2359
 
@@ -2320,18 +2397,6 @@ declare namespace sap {
2320
2397
  * @returns Value of property `metaPath`
2321
2398
  */
2322
2399
  getMetaPath(): string;
2323
- /**
2324
- * Gets current value of property {@link #getMode mode}.
2325
- *
2326
- * Mode
2327
- *
2328
- * Default value is `"VariablesOfDataProvider"`.
2329
- *
2330
- * @deprecated - please use the property `metaPath` instead
2331
- *
2332
- * @returns Value of property `mode`
2333
- */
2334
- getMode(): string;
2335
2400
  /**
2336
2401
  * Sets a new value for property {@link #getMetaPath metaPath}.
2337
2402
  *
@@ -2348,25 +2413,6 @@ declare namespace sap {
2348
2413
  */
2349
2414
  sMetaPath: string
2350
2415
  ): this;
2351
- /**
2352
- * Sets a new value for property {@link #getMode mode}.
2353
- *
2354
- * Mode
2355
- *
2356
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2357
- *
2358
- * Default value is `"VariablesOfDataProvider"`.
2359
- *
2360
- * @deprecated - please use the property `metaPath` instead
2361
- *
2362
- * @returns Reference to `this` in order to allow method chaining
2363
- */
2364
- setMode(
2365
- /**
2366
- * New value for property `mode`
2367
- */
2368
- sMode?: string
2369
- ): this;
2370
2416
  }
2371
2417
  /**
2372
2418
  * The `FilterField` control is used to filter data based on the conditions. The conditions are managed
@@ -3642,6 +3688,9 @@ declare namespace sap {
3642
3688
  ): this;
3643
3689
  }
3644
3690
 
3691
+ /**
3692
+ * Event object of the FlexAnalysis#onCellClick event.
3693
+ */
3645
3694
  type FlexAnalysis$OnCellClickEvent = sap.ui.base.Event<
3646
3695
  FlexAnalysis$OnCellClickEventParameters,
3647
3696
  FlexAnalysis
@@ -3670,7 +3719,7 @@ declare namespace sap {
3670
3719
 
3671
3720
  "sap/sac/df/model/Dimension": undefined;
3672
3721
 
3673
- "sap/sac/df/model/Document": undefined;
3722
+ "sap/sac/df/model/Documents": undefined;
3674
3723
 
3675
3724
  "sap/sac/df/model/Grid": undefined;
3676
3725
 
@@ -3682,6 +3731,8 @@ declare namespace sap {
3682
3731
 
3683
3732
  "sap/sac/df/types/DataSourceType": undefined;
3684
3733
 
3734
+ "sap/sac/df/types/DocumentsSupportType": undefined;
3735
+
3685
3736
  "sap/sac/df/types/SystemType": undefined;
3686
3737
  }
3687
3738
  }