@openui5/ts-types-esm 1.98.0 → 1.101.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.98.0
1
+ // For Library Version: 1.101.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.98.0
1
+ // For Library Version: 1.101.0
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -1669,6 +1669,10 @@ declare namespace sap {
1669
1669
 
1670
1670
  "sap/ui/fl/apply/_internal/flexObjects/CompVariantRevertData": undefined;
1671
1671
 
1672
+ "sap/ui/fl/apply/_internal/flexObjects/FlexObject": undefined;
1673
+
1674
+ "sap/ui/fl/apply/_internal/flexObjects/FlexObjectFactory": undefined;
1675
+
1672
1676
  "sap/ui/fl/apply/_internal/flexObjects/RevertData": undefined;
1673
1677
 
1674
1678
  "sap/ui/fl/apply/_internal/flexObjects/UpdatableChange": undefined;
@@ -1689,6 +1693,10 @@ declare namespace sap {
1689
1693
 
1690
1694
  "sap/ui/fl/apply/_internal/flexState/UI2Personalization/UI2PersonalizationState": undefined;
1691
1695
 
1696
+ "sap/ui/fl/apply/_internal/preprocessors/ControllerExtension": undefined;
1697
+
1698
+ "sap/ui/fl/apply/_internal/preprocessors/EventHistory": undefined;
1699
+
1692
1700
  "sap/ui/fl/apply/api/ControlVariantApplyAPI": undefined;
1693
1701
 
1694
1702
  "sap/ui/fl/apply/api/DelegateMediatorAPI": undefined;
@@ -1715,8 +1723,6 @@ declare namespace sap {
1715
1723
 
1716
1724
  "sap/ui/fl/descriptorRelated/api/DescriptorVariantFactory": undefined;
1717
1725
 
1718
- "sap/ui/fl/EventHistory": undefined;
1719
-
1720
1726
  "sap/ui/fl/FlexControllerFactory": undefined;
1721
1727
 
1722
1728
  "sap/ui/fl/initial/_internal/changeHandlers/ChangeRegistryItem": undefined;
@@ -1747,12 +1753,12 @@ declare namespace sap {
1747
1753
 
1748
1754
  "sap/ui/fl/library": undefined;
1749
1755
 
1750
- "sap/ui/fl/PreprocessorImpl": undefined;
1751
-
1752
1756
  "sap/ui/fl/registry/Settings": undefined;
1753
1757
 
1754
1758
  "sap/ui/fl/support/_internal/getChangeDependencies": undefined;
1755
1759
 
1760
+ "sap/ui/fl/support/_internal/getFlexSettings": undefined;
1761
+
1756
1762
  "sap/ui/fl/support/api/SupportAPI": undefined;
1757
1763
 
1758
1764
  "sap/ui/fl/transport/TransportDialog": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.98.0
1
+ // For Library Version: 1.101.0
2
2
 
3
3
  declare module "sap/ui/integration/library" {
4
4
  import { URI } from "sap/ui/core/library";
@@ -38,6 +38,12 @@ declare module "sap/ui/integration/library" {
38
38
  * Date selection. Available only for Calendar cards.
39
39
  */
40
40
  DateChange = "DateChange",
41
+ /**
42
+ * @EXPERIMENTAL (since 1.100)
43
+ *
44
+ * Used for hiding the appeared details about the card.
45
+ */
46
+ HideCard = "HideCard",
41
47
  /**
42
48
  * @EXPERIMENTAL (since 1.87)
43
49
  *
@@ -48,6 +54,12 @@ declare module "sap/ui/integration/library" {
48
54
  * Used for navigation actions
49
55
  */
50
56
  Navigation = "Navigation",
57
+ /**
58
+ * @EXPERIMENTAL (since 1.100)
59
+ *
60
+ * Used for showing more details about the card.
61
+ */
62
+ ShowCard = "ShowCard",
51
63
  /**
52
64
  * Used for submit actions
53
65
  */
@@ -2506,7 +2518,7 @@ declare module "sap/ui/integration/widgets/Card" {
2506
2518
  * "jsonp". Note: Complex Binding is not supported when a dataType is provided. Serialization of the response
2507
2519
  * to an object is up to the developer.
2508
2520
  */
2509
- dataType?: Object;
2521
+ dataType?: string;
2510
2522
  /**
2511
2523
  * The HTTP headers of the request.
2512
2524
  */
@@ -2625,9 +2637,9 @@ declare module "sap/ui/integration/widgets/Card" {
2625
2637
  /**
2626
2638
  * @EXPERIMENTAL (since 1.81)
2627
2639
  *
2628
- * Displays a message strip on top of the content with the given text.
2629
- *
2630
- * **Note** Currently only available for an Adaptive Card.
2640
+ * Displays a message strip above the content with the given text. There can be only 1 message displayed.
2641
+ * If there is a previous message, it is removed. Can be used only after the `manifestApplied` event is
2642
+ * fired.
2631
2643
  */
2632
2644
  showMessage(
2633
2645
  /**
@@ -2863,7 +2875,7 @@ declare module "sap/ui/integration/widgets/Card" {
2863
2875
  * "jsonp". Note: Complex Binding is not supported when a dataType is provided. Serialization of the response
2864
2876
  * to an object is up to the developer.
2865
2877
  */
2866
- dataType?: Object;
2878
+ dataType?: string;
2867
2879
  /**
2868
2880
  * The HTTP headers of the request.
2869
2881
  */
@@ -2897,9 +2909,9 @@ declare module "sap/ui/integration/widgets/Card" {
2897
2909
  /**
2898
2910
  * @EXPERIMENTAL (since 1.81)
2899
2911
  *
2900
- * Displays a message strip on top of the content with the given text.
2901
- *
2902
- * **Note** Currently only available for an Adaptive Card.
2912
+ * Displays a message strip above the content with the given text. There can be only 1 message displayed.
2913
+ * If there is a previous message, it is removed. Can be used only after the `manifestApplied` event is
2914
+ * fired.
2903
2915
  */
2904
2916
  showMessage(
2905
2917
  /**
@@ -3129,6 +3141,8 @@ declare namespace sap {
3129
3141
 
3130
3142
  "sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor": undefined;
3131
3143
 
3144
+ "sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor": undefined;
3145
+
3132
3146
  "sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory": undefined;
3133
3147
 
3134
3148
  "sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor": undefined;
@@ -3197,12 +3211,16 @@ declare namespace sap {
3197
3211
 
3198
3212
  "sap/ui/integration/editor/fields/IntegerField": undefined;
3199
3213
 
3200
- "sap/ui/integration/editor/fields/ListField": undefined;
3201
-
3202
3214
  "sap/ui/integration/editor/fields/NumberField": undefined;
3203
3215
 
3216
+ "sap/ui/integration/editor/fields/ObjectField": undefined;
3217
+
3218
+ "sap/ui/integration/editor/fields/ObjectListField": undefined;
3219
+
3204
3220
  "sap/ui/integration/editor/fields/StringField": undefined;
3205
3221
 
3222
+ "sap/ui/integration/editor/fields/StringListField": undefined;
3223
+
3206
3224
  "sap/ui/integration/editor/fields/viz/ColorSelect": undefined;
3207
3225
 
3208
3226
  "sap/ui/integration/editor/fields/viz/IconSelect": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.98.0
1
+ // For Library Version: 1.101.0
2
2
 
3
3
  declare module "sap/ui/layout/library" {
4
4
  import Control from "sap/ui/core/Control";
@@ -394,6 +394,9 @@ declare module "sap/ui/layout/library" {
394
394
  */
395
395
  ColumnLayout = "ColumnLayout",
396
396
  /**
397
+ * @deprecated (since 1.67.0) - as the `sap.ui.commons` library is deprecated, and the `GridLayout` must
398
+ * not be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
399
+ *
397
400
  * Uses the `GridLayout` layout to render the `SimpleForm` control
398
401
  */
399
402
  GridLayout = "GridLayout",
@@ -1,18 +1,54 @@
1
- // For Library Version: 1.98.0
1
+ // For Library Version: 1.101.0
2
+
3
+ declare module "sap/ui/mdc/filterbar/vh/FilterContainer" {
4
+ import Metadata from "sap/ui/base/Metadata";
2
5
 
3
- declare module "sap/ui/mdc/library" {
4
6
  /**
5
- * Enumeration of the `multiSelectMode>/code> in ListBase`.
7
+ * @SINCE 1.84.0
8
+ *
9
+ * The FilterContainer is a IFilterContainer implementation for `AlignedFlowLayout`
6
10
  */
7
- export enum MultiSelectMode {
11
+ export default class FilterContainer
12
+ /* was: sap.ui.mdc.filterbar.IFilterContainer */ extends Object {
13
+ /**
14
+ * Constructor for a new filterBar/vh/FilterContainer.
15
+ *
16
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
17
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
18
+ * of the syntax of the settings object.
19
+ */
20
+ constructor(
21
+ /**
22
+ * ID for the new control, generated automatically if no ID is given
23
+ */
24
+ sId?: string
25
+ );
26
+
8
27
  /**
9
- * Renders the `clearAll` icon.
28
+ * Creates a new subclass of class sap.ui.mdc.filterbar.vh.FilterContainer with name `sClassName` and enriches
29
+ * it with the information contained in `oClassInfo`.
30
+ *
31
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.mdc.filterbar.IFilterContainer.extend}.
10
32
  */
11
- ClearAll = "ClearAll",
33
+ static extend<T extends Record<string, unknown>>(
34
+ /**
35
+ * Name of the class being created
36
+ */
37
+ sClassName: string,
38
+ /**
39
+ * Object literal with information about the class
40
+ */
41
+ oClassInfo?: sap.ClassInfo<T, FilterContainer>,
42
+ /**
43
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
44
+ * used by this class
45
+ */
46
+ FNMetaImpl?: Function
47
+ ): Function;
12
48
  /**
13
- * Renders the `selectAll` checkbox (default behavior).
49
+ * Returns a metadata object for class sap.ui.mdc.filterbar.vh.FilterContainer.
14
50
  */
15
- Default = "Default",
51
+ static getMetadata(): Metadata;
16
52
  }
17
53
  }
18
54
 
@@ -68,6 +104,8 @@ declare namespace sap {
68
104
 
69
105
  "sap/ui/mdc/enum/PersistenceMode": undefined;
70
106
 
107
+ "sap/ui/mdc/enum/PropagationReason": undefined;
108
+
71
109
  "sap/ui/mdc/enum/SelectType": undefined;
72
110
 
73
111
  "sap/ui/mdc/Field": undefined;
@@ -126,14 +164,26 @@ declare namespace sap {
126
164
 
127
165
  "sap/ui/mdc/field/OutParameter": undefined;
128
166
 
167
+ "sap/ui/mdc/field/TokenDisplay": undefined;
168
+
169
+ "sap/ui/mdc/field/TokenizerDisplay": undefined;
170
+
129
171
  "sap/ui/mdc/field/ValueHelpPanel": undefined;
130
172
 
131
173
  "sap/ui/mdc/FilterBar": undefined;
132
174
 
175
+ "sap/ui/mdc/filterbar/aligned/FilterContainer": undefined;
176
+
177
+ "sap/ui/mdc/filterbar/aligned/FilterItemLayout": undefined;
178
+
133
179
  "sap/ui/mdc/filterbar/FilterBarBase": undefined;
134
180
 
135
181
  "sap/ui/mdc/filterbar/vh/CollectiveSearchSelect": undefined;
136
182
 
183
+ "sap/ui/mdc/filterbar/vh/FilterBar": undefined;
184
+
185
+ "sap/ui/mdc/filterbar/vh/FilterContainer": undefined;
186
+
137
187
  "sap/ui/mdc/FilterBarDelegate": undefined;
138
188
 
139
189
  "sap/ui/mdc/FilterField": undefined;
@@ -152,6 +202,8 @@ declare namespace sap {
152
202
 
153
203
  "sap/ui/mdc/mixin/PromiseMixin": undefined;
154
204
 
205
+ "sap/ui/mdc/mixin/PropertyHelperMixin": undefined;
206
+
155
207
  "sap/ui/mdc/MultiValueField": undefined;
156
208
 
157
209
  "sap/ui/mdc/odata/v4/FieldBaseDelegate": undefined;
@@ -160,6 +212,8 @@ declare namespace sap {
160
212
 
161
213
  "sap/ui/mdc/odata/v4/TableDelegate": undefined;
162
214
 
215
+ "sap/ui/mdc/odata/v4/ValueHelpDelegate": undefined;
216
+
163
217
  "sap/ui/mdc/p13n/AdaptationProvider": undefined;
164
218
 
165
219
  "sap/ui/mdc/p13n/Engine": undefined;
@@ -186,6 +240,8 @@ declare namespace sap {
186
240
 
187
241
  "sap/ui/mdc/table/ResponsiveTableType": undefined;
188
242
 
243
+ "sap/ui/mdc/table/RowActionItem": undefined;
244
+
189
245
  "sap/ui/mdc/table/RowSettings": undefined;
190
246
 
191
247
  "sap/ui/mdc/table/TableTypeBase": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.98.0
1
+ // For Library Version: 1.101.0
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  import Control from "sap/ui/core/Control";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.98.0
1
+ // For Library Version: 1.101.0
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -1,8 +1,8 @@
1
- // For Library Version: 1.98.0
1
+ // For Library Version: 1.101.0
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
5
- * @SINCE 1.98.0
5
+ * @SINCE 1.50
6
6
  *
7
7
  * Defines the Audiences.
8
8
  */
@@ -21,7 +21,7 @@ declare module "sap/ui/support/library" {
21
21
  Internal = "Internal",
22
22
  }
23
23
  /**
24
- * @SINCE 1.98.0
24
+ * @SINCE 1.50
25
25
  *
26
26
  * Issue Categories.
27
27
  */
@@ -43,6 +43,8 @@ declare module "sap/ui/support/library" {
43
43
  */
44
44
  DataModel = "DataModel",
45
45
  /**
46
+ * @SINCE 1.58
47
+ *
46
48
  * Fiori Guidelines issue category.
47
49
  */
48
50
  FioriGuidelines = "FioriGuidelines",
@@ -55,6 +57,8 @@ declare module "sap/ui/support/library" {
55
57
  */
56
58
  Memory = "Memory",
57
59
  /**
60
+ * @SINCE 1.60
61
+ *
58
62
  * Modularization issue category.
59
63
  */
60
64
  Modularization = "Modularization",
@@ -76,7 +80,7 @@ declare module "sap/ui/support/library" {
76
80
  Usage = "Usage",
77
81
  }
78
82
  /**
79
- * @SINCE 1.98.0
83
+ * @SINCE 1.58
80
84
  *
81
85
  * Analysis history formats.
82
86
  */
@@ -91,7 +95,7 @@ declare module "sap/ui/support/library" {
91
95
  String = "String",
92
96
  }
93
97
  /**
94
- * @SINCE 1.98.0
98
+ * @SINCE 1.50
95
99
  *
96
100
  * Defines severity types.
97
101
  */
@@ -110,7 +114,7 @@ declare module "sap/ui/support/library" {
110
114
  Medium = "Medium",
111
115
  }
112
116
  /**
113
- * @SINCE 1.98.0
117
+ * @SINCE 1.60
114
118
  *
115
119
  * Contains the available system presets.
116
120
  */
@@ -264,12 +268,6 @@ declare namespace sap {
264
268
  namespace support {
265
269
  export const CoreFacade: undefined;
266
270
 
267
- /**
268
- * Overview: These channels enable the user to hook to the {@link sap.ui.support.WindowCommunicationBus
269
- * } Usage: These channels are used for communication with Main.
270
- */
271
- export const WCBChannels: undefined;
272
-
273
271
  /**
274
272
  * Creates a RuleSet. The RuleSet can store multiple rules concerning namespaces. Usage: The RuleSet is
275
273
  * an interface used to create, update and delete rulesets.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.98.0
1
+ // For Library Version: 1.101.0
2
2
 
3
3
  declare module "sap/ui/table/library" {
4
4
  import TreeAutoExpandMode1 from "sap/ui/model/TreeAutoExpandMode";
@@ -292,16 +292,6 @@ declare module "sap/ui/table/AnalyticalColumn" {
292
292
  * Default value is `false`.
293
293
  */
294
294
  getSummed(): boolean;
295
- /**
296
- * Returns the information whether the column is groupable.
297
- *
298
- * The column is groupable only if the following conditions are fulfilled:
299
- * - The column must be child of an `AnalyticalTable`.
300
- * - The `rows` aggregation of the table must be bound.
301
- * - The metadata of the model must be loaded.
302
- * - The column's `leadingProperty` must be a sortable and filterable dimension.
303
- */
304
- isGroupable(): boolean;
305
295
  /**
306
296
  * Sets a new value for property {@link #getGroupHeaderFormatter groupHeaderFormatter}.
307
297
  *
@@ -1164,11 +1154,7 @@ declare module "sap/ui/table/Column" {
1164
1154
 
1165
1155
  import Menu from "sap/ui/unified/Menu";
1166
1156
 
1167
- import {
1168
- IColumnHeaderMenu,
1169
- HorizontalAlign,
1170
- CSSSize,
1171
- } from "sap/ui/core/library";
1157
+ import { HorizontalAlign, CSSSize } from "sap/ui/core/library";
1172
1158
 
1173
1159
  import ElementMetadata from "sap/ui/core/ElementMetadata";
1174
1160
 
@@ -1366,13 +1352,6 @@ declare module "sap/ui/table/Column" {
1366
1352
  * Default value is `false`.
1367
1353
  */
1368
1354
  getAutoResizable(): boolean;
1369
- /**
1370
- * @SINCE 1.98.0
1371
- *
1372
- * Returns the `sap.ui.core.IColumnHeaderMenu<\code>, which is the current target of the association columnHeaderMenu`,
1373
- * or null.
1374
- */
1375
- getColumnHeaderMenu(): IColumnHeaderMenu;
1376
1355
  /**
1377
1356
  * Gets current value of property {@link #getDefaultFilterOperator defaultFilterOperator}.
1378
1357
  *
@@ -2971,8 +2950,6 @@ declare module "sap/ui/table/Row" {
2971
2950
 
2972
2951
  import ElementMetadata from "sap/ui/core/ElementMetadata";
2973
2952
 
2974
- import RowAction from "sap/ui/table/RowAction";
2975
-
2976
2953
  import { AggregationBindingInfo } from "sap/ui/base/ManagedObject";
2977
2954
 
2978
2955
  /**
@@ -3061,13 +3038,6 @@ declare module "sap/ui/table/Row" {
3061
3038
  * scroll position of the table and also takes fixed rows and fixed bottom rows into account.
3062
3039
  */
3063
3040
  getIndex(): int;
3064
- /**
3065
- * Returns the related `RowAction` of the row.
3066
- *
3067
- * This function must only be used for application testing purposes. The `RowAction` is generated based
3068
- * on a template. Manipulations of the object or its items are not supported.
3069
- */
3070
- getRowAction(): RowAction;
3071
3041
  /**
3072
3042
  * Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getCells cells}. and returns
3073
3043
  * its index if found or -1 otherwise.
@@ -5436,7 +5406,7 @@ declare module "sap/ui/table/Table" {
5436
5406
  /**
5437
5407
  * binding context of the row which has been clicked so that selection has been changed
5438
5408
  */
5439
- rowContext?: object;
5409
+ rowContext?: Context;
5440
5410
  /**
5441
5411
  * array of row indices which selection has been changed (either selected or deselected)
5442
5412
  */
@@ -5563,12 +5533,6 @@ declare module "sap/ui/table/Table" {
5563
5533
  * Columns of the Table
5564
5534
  */
5565
5535
  getColumns(): Column[];
5566
- /**
5567
- * In contrast to the function `getFixedColumnCount` which returns the value of the property `fixedColumnCount`,
5568
- * this function returns the actual fixed column count computed based on the column spans of the header,
5569
- * the width of the table and the width of the columns.
5570
- */
5571
- getComputedFixedColumnCount(): int;
5572
5536
  /**
5573
5537
  * Returns the context of a row by its index. Please note that for server-based models like OData, the supplied
5574
5538
  * index might not have been loaded yet. If the context is not available at the client, the binding will
@@ -5961,11 +5925,11 @@ declare module "sap/ui/table/Table" {
5961
5925
  /**
5962
5926
  * Gets current value of property {@link #getThreshold threshold}.
5963
5927
  *
5964
- * The `threshold` defines how many additional (not yet visible records) shall be pre-fetched to enable
5965
- * smooth scrolling. The threshold is always added to the `visibleRowCount`. If the `visibleRowCount` is
5966
- * 10 and the `threshold` is 100, there will be 110 records fetched with the initial load. If the `threshold`
5967
- * is lower than the `visibleRowCount`, the `visibleRowCount` will be used as the `threshold`. If the value
5968
- * is 0 then the thresholding is disabled.
5928
+ * Defines how many additional (not yet visible) data records from the back-end system are pre-fetched to
5929
+ * enable smooth scrolling. The threshold is always added to the `visibleRowCount`. If the `visibleRowCount`
5930
+ * is 10 and the `threshold` is 100, there will be 110 records fetched with the initial load. If the `threshold`
5931
+ * is lower than the number of rows in the scrollable area (`visibleRowCount` minus number of fixed rows),
5932
+ * this number is used as the `threshold`. If the value is 0, thresholding is disabled.
5969
5933
  *
5970
5934
  * Default value is `100`.
5971
5935
  */
@@ -6996,11 +6960,11 @@ declare module "sap/ui/table/Table" {
6996
6960
  | PropertyBindingInfo;
6997
6961
 
6998
6962
  /**
6999
- * The `threshold` defines how many additional (not yet visible records) shall be pre-fetched to enable
7000
- * smooth scrolling. The threshold is always added to the `visibleRowCount`. If the `visibleRowCount` is
7001
- * 10 and the `threshold` is 100, there will be 110 records fetched with the initial load. If the `threshold`
7002
- * is lower than the `visibleRowCount`, the `visibleRowCount` will be used as the `threshold`. If the value
7003
- * is 0 then the thresholding is disabled.
6963
+ * Defines how many additional (not yet visible) data records from the back-end system are pre-fetched to
6964
+ * enable smooth scrolling. The threshold is always added to the `visibleRowCount`. If the `visibleRowCount`
6965
+ * is 10 and the `threshold` is 100, there will be 110 records fetched with the initial load. If the `threshold`
6966
+ * is lower than the number of rows in the scrollable area (`visibleRowCount` minus number of fixed rows),
6967
+ * this number is used as the `threshold`. If the value is 0, thresholding is disabled.
7004
6968
  */
7005
6969
  threshold?: int | PropertyBindingInfo;
7006
6970
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.98.0
1
+ // For Library Version: 1.101.0
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.98.0
1
+ // For Library Version: 1.101.0
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.98.0
1
+ // For Library Version: 1.101.0
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.98.0
1
+ // For Library Version: 1.101.0
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4