@openui5/ts-types 1.97.1 → 1.99.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.
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.97.1
1
+ // For Library Version: 1.99.1
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.97.1
1
+ // For Library Version: 1.99.1
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -68,6 +68,10 @@ declare namespace sap {
68
68
 
69
69
  "sap/ui/fl/apply/_internal/flexState/UI2Personalization/UI2PersonalizationState": undefined;
70
70
 
71
+ "sap/ui/fl/apply/_internal/preprocessors/ControllerExtension": undefined;
72
+
73
+ "sap/ui/fl/apply/_internal/preprocessors/EventHistory": undefined;
74
+
71
75
  "sap/ui/fl/apply/api/ControlVariantApplyAPI": undefined;
72
76
 
73
77
  "sap/ui/fl/apply/api/DelegateMediatorAPI": undefined;
@@ -94,8 +98,6 @@ declare namespace sap {
94
98
 
95
99
  "sap/ui/fl/descriptorRelated/api/DescriptorVariantFactory": undefined;
96
100
 
97
- "sap/ui/fl/EventHistory": undefined;
98
-
99
101
  "sap/ui/fl/FlexControllerFactory": undefined;
100
102
 
101
103
  "sap/ui/fl/initial/_internal/changeHandlers/ChangeRegistryItem": undefined;
@@ -126,10 +128,14 @@ declare namespace sap {
126
128
 
127
129
  "sap/ui/fl/library": undefined;
128
130
 
129
- "sap/ui/fl/PreprocessorImpl": undefined;
130
-
131
131
  "sap/ui/fl/registry/Settings": undefined;
132
132
 
133
+ "sap/ui/fl/support/_internal/getChangeDependencies": undefined;
134
+
135
+ "sap/ui/fl/support/_internal/getFlexSettings": undefined;
136
+
137
+ "sap/ui/fl/support/api/SupportAPI": undefined;
138
+
133
139
  "sap/ui/fl/transport/TransportDialog": undefined;
134
140
 
135
141
  "sap/ui/fl/Utils": undefined;
@@ -214,6 +220,8 @@ declare namespace sap {
214
220
 
215
221
  "sap/ui/fl/write/api/SmartVariantManagementWriteAPI": undefined;
216
222
 
223
+ "sap/ui/fl/write/api/TranslationAPI": undefined;
224
+
217
225
  "sap/ui/fl/write/api/UI2PersonalizationWriteAPI": undefined;
218
226
 
219
227
  "sap/ui/fl/write/api/VersionsAPI": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.97.1
1
+ // For Library Version: 1.99.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -612,7 +612,7 @@ declare namespace sap {
612
612
  * "jsonp". Note: Complex Binding is not supported when a dataType is provided. Serialization of the response
613
613
  * to an object is up to the developer.
614
614
  */
615
- dataType?: Object;
615
+ dataType?: string;
616
616
  /**
617
617
  * The HTTP headers of the request.
618
618
  */
@@ -646,9 +646,9 @@ declare namespace sap {
646
646
  /**
647
647
  * @EXPERIMENTAL (since 1.81)
648
648
  *
649
- * Displays a message strip on top of the content with the given text.
650
- *
651
- * **Note** Currently only available for an Adaptive Card.
649
+ * Displays a message strip above the content with the given text. There can be only 1 message displayed.
650
+ * If there is a previous message, it is removed. Can be used only after the `manifestApplied` event is
651
+ * fired.
652
652
  */
653
653
  showMessage(
654
654
  /**
@@ -1519,7 +1519,7 @@ declare namespace sap {
1519
1519
  * "jsonp". Note: Complex Binding is not supported when a dataType is provided. Serialization of the response
1520
1520
  * to an object is up to the developer.
1521
1521
  */
1522
- dataType?: Object;
1522
+ dataType?: string;
1523
1523
  /**
1524
1524
  * The HTTP headers of the request.
1525
1525
  */
@@ -1638,9 +1638,9 @@ declare namespace sap {
1638
1638
  /**
1639
1639
  * @EXPERIMENTAL (since 1.81)
1640
1640
  *
1641
- * Displays a message strip on top of the content with the given text.
1642
- *
1643
- * **Note** Currently only available for an Adaptive Card.
1641
+ * Displays a message strip above the content with the given text. There can be only 1 message displayed.
1642
+ * If there is a previous message, it is removed. Can be used only after the `manifestApplied` event is
1643
+ * fired.
1644
1644
  */
1645
1645
  showMessage(
1646
1646
  /**
@@ -2866,6 +2866,18 @@ declare namespace sap {
2866
2866
  * Used for custom actions
2867
2867
  */
2868
2868
  Custom = "Custom",
2869
+ /**
2870
+ * @EXPERIMENTAL (since 1.87)
2871
+ *
2872
+ * Date selection. Available only for Calendar cards.
2873
+ */
2874
+ DateChange = "DateChange",
2875
+ /**
2876
+ * @EXPERIMENTAL (since 1.87)
2877
+ *
2878
+ * Month selection. Available only for Calendar cards.
2879
+ */
2880
+ MonthChange = "MonthChange",
2869
2881
  /**
2870
2882
  * Used for navigation actions
2871
2883
  */
@@ -2997,6 +3009,8 @@ declare namespace sap {
2997
3009
 
2998
3010
  "sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor": undefined;
2999
3011
 
3012
+ "sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor": undefined;
3013
+
3000
3014
  "sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor": undefined;
3001
3015
 
3002
3016
  "sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory": undefined;
@@ -3041,6 +3055,8 @@ declare namespace sap {
3041
3055
 
3042
3056
  "sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor": undefined;
3043
3057
 
3058
+ "sap/ui/integration/designtime/cardEditor/propertyEditor/filtersEditor/FiltersEditor": undefined;
3059
+
3044
3060
  "sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor": undefined;
3045
3061
 
3046
3062
  "sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor": undefined;
@@ -3085,8 +3101,6 @@ declare namespace sap {
3085
3101
 
3086
3102
  "sap/ui/integration/library": undefined;
3087
3103
 
3088
- "sap/ui/integration/ManifestResolver": undefined;
3089
-
3090
3104
  "sap/ui/integration/services/Service": undefined;
3091
3105
 
3092
3106
  "sap/ui/integration/util/CsrfTokenHandler": undefined;
@@ -3095,8 +3109,12 @@ declare namespace sap {
3095
3109
 
3096
3110
  "sap/ui/integration/util/DataProviderFactory": undefined;
3097
3111
 
3112
+ "sap/ui/integration/util/ManifestResolver": undefined;
3113
+
3098
3114
  "sap/ui/integration/util/RequestDataProvider": undefined;
3099
3115
 
3116
+ "sap/ui/integration/util/SkeletonCard": undefined;
3117
+
3100
3118
  "sap/ui/integration/widgets/Card": undefined;
3101
3119
  }
3102
3120
  }
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.97.1
1
+ // For Library Version: 1.99.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -466,9 +466,9 @@ declare namespace sap {
466
466
  * to the `customLayout` aggregation of the `CSSGrid` and configure how it will look in different breakpoints
467
467
  * (S, M, L, XL).
468
468
  *
469
- * Current Limitations:
470
- * - No alignment and ordering
471
- * - No Named grid areas and lines
469
+ * Out of current scope::
470
+ * - Alignment and ordering
471
+ * - Named grid areas and lines
472
472
  */
473
473
  class CSSGrid
474
474
  extends sap.ui.core.Control
@@ -6921,6 +6921,9 @@ declare namespace sap {
6921
6921
  */
6922
6922
  ColumnLayout = "ColumnLayout",
6923
6923
  /**
6924
+ * @deprecated (since 1.67.0) - as the `sap.ui.commons` library is deprecated, and the `GridLayout` must
6925
+ * not be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
6926
+ *
6924
6927
  * Uses the `GridLayout` layout to render the `SimpleForm` control
6925
6928
  */
6926
6929
  GridLayout = "GridLayout",
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.97.1
1
+ // For Library Version: 1.99.1
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -8,16 +8,12 @@ declare namespace sap {
8
8
 
9
9
  "sap/ui/mdc/Chart": undefined;
10
10
 
11
- "sap/ui/mdc/chart/DimensionItem": undefined;
11
+ "sap/ui/mdc/chart/ChartSelectionDetails": undefined;
12
12
 
13
13
  "sap/ui/mdc/chart/Item": undefined;
14
14
 
15
- "sap/ui/mdc/chart/MeasureItem": undefined;
16
-
17
15
  "sap/ui/mdc/chart/SelectionDetailsActions": undefined;
18
16
 
19
- "sap/ui/mdc/chartNew/ChartSelectionDetailsNew": undefined;
20
-
21
17
  "sap/ui/mdc/condition/Condition": undefined;
22
18
 
23
19
  "sap/ui/mdc/condition/ConditionConverter": undefined;
@@ -114,6 +110,10 @@ declare namespace sap {
114
110
 
115
111
  "sap/ui/mdc/field/OutParameter": undefined;
116
112
 
113
+ "sap/ui/mdc/field/TokenDisplay": undefined;
114
+
115
+ "sap/ui/mdc/field/TokenizerDisplay": undefined;
116
+
117
117
  "sap/ui/mdc/field/ValueHelpPanel": undefined;
118
118
 
119
119
  "sap/ui/mdc/FilterBar": undefined;
@@ -146,6 +146,8 @@ declare namespace sap {
146
146
 
147
147
  "sap/ui/mdc/odata/v4/FieldValueHelpDelegate": undefined;
148
148
 
149
+ "sap/ui/mdc/odata/v4/TableDelegate": undefined;
150
+
149
151
  "sap/ui/mdc/p13n/AdaptationProvider": undefined;
150
152
 
151
153
  "sap/ui/mdc/p13n/Engine": undefined;
@@ -168,18 +170,24 @@ declare namespace sap {
168
170
 
169
171
  "sap/ui/mdc/table/GridTableType": undefined;
170
172
 
173
+ "sap/ui/mdc/table/PropertyHelper": undefined;
174
+
171
175
  "sap/ui/mdc/table/ResponsiveTableType": undefined;
172
176
 
173
177
  "sap/ui/mdc/table/RowSettings": undefined;
174
178
 
175
179
  "sap/ui/mdc/table/TableTypeBase": undefined;
176
180
 
181
+ "sap/ui/mdc/TableDelegate": undefined;
182
+
177
183
  "sap/ui/mdc/util/DateUtil": undefined;
178
184
 
179
185
  "sap/ui/mdc/util/FilterUtil": undefined;
180
186
 
181
187
  "sap/ui/mdc/util/PromiseCache": undefined;
182
188
 
189
+ "sap/ui/mdc/util/PropertyHelper": undefined;
190
+
183
191
  "sap/ui/mdc/util/TypeUtil": undefined;
184
192
 
185
193
  "sap/ui/mdc/ValueHelp": undefined;
@@ -200,6 +208,8 @@ declare namespace sap {
200
208
 
201
209
  "sap/ui/mdc/valuehelp/content/FixedList": undefined;
202
210
 
211
+ "sap/ui/mdc/valuehelp/content/MDCTable": undefined;
212
+
203
213
  "sap/ui/mdc/valuehelp/content/MTable": undefined;
204
214
 
205
215
  "sap/ui/mdc/valuehelp/Dialog": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.97.1
1
+ // For Library Version: 1.99.1
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.97.1
1
+ // For Library Version: 1.99.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.97.1
1
+ // For Library Version: 1.99.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -238,7 +238,7 @@ declare namespace sap {
238
238
  static getType(): string;
239
239
  }
240
240
  /**
241
- * @SINCE 1.97.1
241
+ * @SINCE 1.99.1
242
242
  *
243
243
  * Defines the Audiences.
244
244
  */
@@ -257,7 +257,7 @@ declare namespace sap {
257
257
  Internal = "Internal",
258
258
  }
259
259
  /**
260
- * @SINCE 1.97.1
260
+ * @SINCE 1.99.1
261
261
  *
262
262
  * Issue Categories.
263
263
  */
@@ -312,7 +312,7 @@ declare namespace sap {
312
312
  Usage = "Usage",
313
313
  }
314
314
  /**
315
- * @SINCE 1.97.1
315
+ * @SINCE 1.99.1
316
316
  *
317
317
  * Analysis history formats.
318
318
  */
@@ -327,7 +327,7 @@ declare namespace sap {
327
327
  String = "String",
328
328
  }
329
329
  /**
330
- * @SINCE 1.97.1
330
+ * @SINCE 1.99.1
331
331
  *
332
332
  * Defines severity types.
333
333
  */
@@ -346,7 +346,7 @@ declare namespace sap {
346
346
  Medium = "Medium",
347
347
  }
348
348
  /**
349
- * @SINCE 1.97.1
349
+ * @SINCE 1.99.1
350
350
  *
351
351
  * Contains the available system presets.
352
352
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.97.1
1
+ // For Library Version: 1.99.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -2705,6 +2705,13 @@ declare namespace sap {
2705
2705
  * Default value is `false`.
2706
2706
  */
2707
2707
  getAutoResizable(): boolean;
2708
+ /**
2709
+ * @SINCE 1.98.0
2710
+ *
2711
+ * Returns the `sap.ui.core.IColumnHeaderMenu<\code>, which is the current target of the association columnHeaderMenu`,
2712
+ * or null.
2713
+ */
2714
+ getColumnHeaderMenu(): sap.ui.core.IColumnHeaderMenu;
2708
2715
  /**
2709
2716
  * Gets current value of property {@link #getDefaultFilterOperator defaultFilterOperator}.
2710
2717
  *
@@ -5849,6 +5856,28 @@ declare namespace sap {
5849
5856
  columnAdded?: boolean;
5850
5857
  }
5851
5858
  ): boolean;
5859
+ /**
5860
+ * Sets the focus to the stored focus DOM reference.
5861
+ *
5862
+ * If {@param oFocusInfo.targetInfo} is of type {@type sap.ui.core.message.Message}, the focus will be set
5863
+ * as accurately as possible according to the information provided by {@type sap.ui.core.message.Message}.
5864
+ */
5865
+ focus(
5866
+ /**
5867
+ * Options for setting the focus
5868
+ */
5869
+ oFocusInfo?: {
5870
+ /**
5871
+ * @since 1.60 If set to `true`, the focused element won't be moved into the viewport if it's not completely
5872
+ * visible before the focus is set
5873
+ */
5874
+ preventScroll?: boolean;
5875
+ /**
5876
+ * @since 1.98 Further control-specific setting of the focus target within the control
5877
+ */
5878
+ targetInfo?: any;
5879
+ }
5880
+ ): void;
5852
5881
  /**
5853
5882
  * @SINCE 1.52
5854
5883
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.97.1
1
+ // For Library Version: 1.99.1
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.97.1
1
+ // For Library Version: 1.99.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.97.1
1
+ // For Library Version: 1.99.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.97.1
1
+ // For Library Version: 1.99.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {