@openui5/ts-types 1.97.1 → 1.100.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.
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.97.1
1
+ // For Library Version: 1.100.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.97.1
1
+ // For Library Version: 1.100.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -48,6 +48,10 @@ declare namespace sap {
48
48
 
49
49
  "sap/ui/fl/apply/_internal/flexObjects/CompVariantRevertData": undefined;
50
50
 
51
+ "sap/ui/fl/apply/_internal/flexObjects/FlexObject": undefined;
52
+
53
+ "sap/ui/fl/apply/_internal/flexObjects/FlexObjectFactory": undefined;
54
+
51
55
  "sap/ui/fl/apply/_internal/flexObjects/RevertData": undefined;
52
56
 
53
57
  "sap/ui/fl/apply/_internal/flexObjects/UpdatableChange": undefined;
@@ -68,6 +72,10 @@ declare namespace sap {
68
72
 
69
73
  "sap/ui/fl/apply/_internal/flexState/UI2Personalization/UI2PersonalizationState": undefined;
70
74
 
75
+ "sap/ui/fl/apply/_internal/preprocessors/ControllerExtension": undefined;
76
+
77
+ "sap/ui/fl/apply/_internal/preprocessors/EventHistory": undefined;
78
+
71
79
  "sap/ui/fl/apply/api/ControlVariantApplyAPI": undefined;
72
80
 
73
81
  "sap/ui/fl/apply/api/DelegateMediatorAPI": undefined;
@@ -94,8 +102,6 @@ declare namespace sap {
94
102
 
95
103
  "sap/ui/fl/descriptorRelated/api/DescriptorVariantFactory": undefined;
96
104
 
97
- "sap/ui/fl/EventHistory": undefined;
98
-
99
105
  "sap/ui/fl/FlexControllerFactory": undefined;
100
106
 
101
107
  "sap/ui/fl/initial/_internal/changeHandlers/ChangeRegistryItem": undefined;
@@ -126,10 +132,14 @@ declare namespace sap {
126
132
 
127
133
  "sap/ui/fl/library": undefined;
128
134
 
129
- "sap/ui/fl/PreprocessorImpl": undefined;
130
-
131
135
  "sap/ui/fl/registry/Settings": undefined;
132
136
 
137
+ "sap/ui/fl/support/_internal/getChangeDependencies": undefined;
138
+
139
+ "sap/ui/fl/support/_internal/getFlexSettings": undefined;
140
+
141
+ "sap/ui/fl/support/api/SupportAPI": undefined;
142
+
133
143
  "sap/ui/fl/transport/TransportDialog": undefined;
134
144
 
135
145
  "sap/ui/fl/Utils": undefined;
@@ -214,6 +224,8 @@ declare namespace sap {
214
224
 
215
225
  "sap/ui/fl/write/api/SmartVariantManagementWriteAPI": undefined;
216
226
 
227
+ "sap/ui/fl/write/api/TranslationAPI": undefined;
228
+
217
229
  "sap/ui/fl/write/api/UI2PersonalizationWriteAPI": undefined;
218
230
 
219
231
  "sap/ui/fl/write/api/VersionsAPI": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.97.1
1
+ // For Library Version: 1.100.0
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,10 +2866,34 @@ 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.100)
2877
+ *
2878
+ * Used for hiding the appeared details about the card.
2879
+ */
2880
+ HideCard = "HideCard",
2881
+ /**
2882
+ * @EXPERIMENTAL (since 1.87)
2883
+ *
2884
+ * Month selection. Available only for Calendar cards.
2885
+ */
2886
+ MonthChange = "MonthChange",
2869
2887
  /**
2870
2888
  * Used for navigation actions
2871
2889
  */
2872
2890
  Navigation = "Navigation",
2891
+ /**
2892
+ * @EXPERIMENTAL (since 1.100)
2893
+ *
2894
+ * Used for showing more details about the card.
2895
+ */
2896
+ ShowCard = "ShowCard",
2873
2897
  /**
2874
2898
  * Used for submit actions
2875
2899
  */
@@ -2997,8 +3021,12 @@ declare namespace sap {
2997
3021
 
2998
3022
  "sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor": undefined;
2999
3023
 
3024
+ "sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor": undefined;
3025
+
3000
3026
  "sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor": undefined;
3001
3027
 
3028
+ "sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor": undefined;
3029
+
3002
3030
  "sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory": undefined;
3003
3031
 
3004
3032
  "sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor": undefined;
@@ -3041,6 +3069,8 @@ declare namespace sap {
3041
3069
 
3042
3070
  "sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor": undefined;
3043
3071
 
3072
+ "sap/ui/integration/designtime/cardEditor/propertyEditor/filtersEditor/FiltersEditor": undefined;
3073
+
3044
3074
  "sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor": undefined;
3045
3075
 
3046
3076
  "sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor": undefined;
@@ -3065,12 +3095,16 @@ declare namespace sap {
3065
3095
 
3066
3096
  "sap/ui/integration/editor/fields/IntegerField": undefined;
3067
3097
 
3068
- "sap/ui/integration/editor/fields/ListField": undefined;
3069
-
3070
3098
  "sap/ui/integration/editor/fields/NumberField": undefined;
3071
3099
 
3100
+ "sap/ui/integration/editor/fields/ObjectField": undefined;
3101
+
3102
+ "sap/ui/integration/editor/fields/ObjectListField": undefined;
3103
+
3072
3104
  "sap/ui/integration/editor/fields/StringField": undefined;
3073
3105
 
3106
+ "sap/ui/integration/editor/fields/StringListField": undefined;
3107
+
3074
3108
  "sap/ui/integration/editor/fields/viz/ColorSelect": undefined;
3075
3109
 
3076
3110
  "sap/ui/integration/editor/fields/viz/IconSelect": undefined;
@@ -3085,8 +3119,6 @@ declare namespace sap {
3085
3119
 
3086
3120
  "sap/ui/integration/library": undefined;
3087
3121
 
3088
- "sap/ui/integration/ManifestResolver": undefined;
3089
-
3090
3122
  "sap/ui/integration/services/Service": undefined;
3091
3123
 
3092
3124
  "sap/ui/integration/util/CsrfTokenHandler": undefined;
@@ -3095,8 +3127,12 @@ declare namespace sap {
3095
3127
 
3096
3128
  "sap/ui/integration/util/DataProviderFactory": undefined;
3097
3129
 
3130
+ "sap/ui/integration/util/ManifestResolver": undefined;
3131
+
3098
3132
  "sap/ui/integration/util/RequestDataProvider": undefined;
3099
3133
 
3134
+ "sap/ui/integration/util/SkeletonCard": undefined;
3135
+
3100
3136
  "sap/ui/integration/widgets/Card": undefined;
3101
3137
  }
3102
3138
  }
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.97.1
1
+ // For Library Version: 1.100.0
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.100.0
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;
@@ -122,6 +122,10 @@ declare namespace sap {
122
122
 
123
123
  "sap/ui/mdc/filterbar/vh/CollectiveSearchSelect": undefined;
124
124
 
125
+ "sap/ui/mdc/filterbar/vh/FilterBar": undefined;
126
+
127
+ "sap/ui/mdc/filterbar/vh/FilterContainer": undefined;
128
+
125
129
  "sap/ui/mdc/FilterBarDelegate": undefined;
126
130
 
127
131
  "sap/ui/mdc/FilterField": undefined;
@@ -140,12 +144,16 @@ declare namespace sap {
140
144
 
141
145
  "sap/ui/mdc/mixin/PromiseMixin": undefined;
142
146
 
147
+ "sap/ui/mdc/mixin/PropertyHelperMixin": undefined;
148
+
143
149
  "sap/ui/mdc/MultiValueField": undefined;
144
150
 
145
151
  "sap/ui/mdc/odata/v4/FieldBaseDelegate": undefined;
146
152
 
147
153
  "sap/ui/mdc/odata/v4/FieldValueHelpDelegate": undefined;
148
154
 
155
+ "sap/ui/mdc/odata/v4/TableDelegate": undefined;
156
+
149
157
  "sap/ui/mdc/p13n/AdaptationProvider": undefined;
150
158
 
151
159
  "sap/ui/mdc/p13n/Engine": undefined;
@@ -168,18 +176,26 @@ declare namespace sap {
168
176
 
169
177
  "sap/ui/mdc/table/GridTableType": undefined;
170
178
 
179
+ "sap/ui/mdc/table/PropertyHelper": undefined;
180
+
171
181
  "sap/ui/mdc/table/ResponsiveTableType": undefined;
172
182
 
183
+ "sap/ui/mdc/table/RowActionItem": undefined;
184
+
173
185
  "sap/ui/mdc/table/RowSettings": undefined;
174
186
 
175
187
  "sap/ui/mdc/table/TableTypeBase": undefined;
176
188
 
189
+ "sap/ui/mdc/TableDelegate": undefined;
190
+
177
191
  "sap/ui/mdc/util/DateUtil": undefined;
178
192
 
179
193
  "sap/ui/mdc/util/FilterUtil": undefined;
180
194
 
181
195
  "sap/ui/mdc/util/PromiseCache": undefined;
182
196
 
197
+ "sap/ui/mdc/util/PropertyHelper": undefined;
198
+
183
199
  "sap/ui/mdc/util/TypeUtil": undefined;
184
200
 
185
201
  "sap/ui/mdc/ValueHelp": undefined;
@@ -200,6 +216,8 @@ declare namespace sap {
200
216
 
201
217
  "sap/ui/mdc/valuehelp/content/FixedList": undefined;
202
218
 
219
+ "sap/ui/mdc/valuehelp/content/MDCTable": undefined;
220
+
203
221
  "sap/ui/mdc/valuehelp/content/MTable": undefined;
204
222
 
205
223
  "sap/ui/mdc/valuehelp/Dialog": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.97.1
1
+ // For Library Version: 1.100.0
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.100.0
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.100.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -13,12 +13,6 @@ declare namespace sap {
13
13
  namespace support {
14
14
  export const CoreFacade: undefined;
15
15
 
16
- /**
17
- * Overview: These channels enable the user to hook to the {@link sap.ui.support.WindowCommunicationBus
18
- * } Usage: These channels are used for communication with Main.
19
- */
20
- export const WCBChannels: undefined;
21
-
22
16
  /**
23
17
  * Creates a RuleSet. The RuleSet can store multiple rules concerning namespaces. Usage: The RuleSet is
24
18
  * an interface used to create, update and delete rulesets.
@@ -238,7 +232,7 @@ declare namespace sap {
238
232
  static getType(): string;
239
233
  }
240
234
  /**
241
- * @SINCE 1.97.1
235
+ * @SINCE 1.100.0
242
236
  *
243
237
  * Defines the Audiences.
244
238
  */
@@ -257,7 +251,7 @@ declare namespace sap {
257
251
  Internal = "Internal",
258
252
  }
259
253
  /**
260
- * @SINCE 1.97.1
254
+ * @SINCE 1.100.0
261
255
  *
262
256
  * Issue Categories.
263
257
  */
@@ -312,7 +306,7 @@ declare namespace sap {
312
306
  Usage = "Usage",
313
307
  }
314
308
  /**
315
- * @SINCE 1.97.1
309
+ * @SINCE 1.100.0
316
310
  *
317
311
  * Analysis history formats.
318
312
  */
@@ -327,7 +321,7 @@ declare namespace sap {
327
321
  String = "String",
328
322
  }
329
323
  /**
330
- * @SINCE 1.97.1
324
+ * @SINCE 1.100.0
331
325
  *
332
326
  * Defines severity types.
333
327
  */
@@ -346,7 +340,7 @@ declare namespace sap {
346
340
  Medium = "Medium",
347
341
  }
348
342
  /**
349
- * @SINCE 1.97.1
343
+ * @SINCE 1.100.0
350
344
  *
351
345
  * Contains the available system presets.
352
346
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.97.1
1
+ // For Library Version: 1.100.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -5797,7 +5797,7 @@ declare namespace sap {
5797
5797
  /**
5798
5798
  * binding context of the row which has been clicked so that selection has been changed
5799
5799
  */
5800
- rowContext?: object;
5800
+ rowContext?: sap.ui.model.Context;
5801
5801
  /**
5802
5802
  * array of row indices which selection has been changed (either selected or deselected)
5803
5803
  */
@@ -5849,6 +5849,28 @@ declare namespace sap {
5849
5849
  columnAdded?: boolean;
5850
5850
  }
5851
5851
  ): boolean;
5852
+ /**
5853
+ * Sets the focus to the stored focus DOM reference.
5854
+ *
5855
+ * If {@param oFocusInfo.targetInfo} is of type {@type sap.ui.core.message.Message}, the focus will be set
5856
+ * as accurately as possible according to the information provided by {@type sap.ui.core.message.Message}.
5857
+ */
5858
+ focus(
5859
+ /**
5860
+ * Options for setting the focus
5861
+ */
5862
+ oFocusInfo?: {
5863
+ /**
5864
+ * @since 1.60 If set to `true`, the focused element won't be moved into the viewport if it's not completely
5865
+ * visible before the focus is set
5866
+ */
5867
+ preventScroll?: boolean;
5868
+ /**
5869
+ * @since 1.98 Further control-specific setting of the focus target within the control
5870
+ */
5871
+ targetInfo?: any;
5872
+ }
5873
+ ): void;
5852
5874
  /**
5853
5875
  * @SINCE 1.52
5854
5876
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.97.1
1
+ // For Library Version: 1.100.0
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.100.0
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.100.0
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.100.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {