@sapui5/ts-types-esm 1.127.1 → 1.128.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 (67) 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 +221 -22
  7. package/types/sap.esh.search.ui.d.ts +1 -1
  8. package/types/sap.f.d.ts +1414 -225
  9. package/types/sap.fe.base.d.ts +1 -1
  10. package/types/sap.fe.core.d.ts +13 -28
  11. package/types/sap.fe.ina.d.ts +1 -1
  12. package/types/sap.fe.macros.d.ts +7 -1
  13. package/types/sap.fe.navigation.d.ts +1 -1
  14. package/types/sap.fe.placeholder.d.ts +1 -1
  15. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  16. package/types/sap.fe.templates.d.ts +14 -3
  17. package/types/sap.fe.test.d.ts +3 -3
  18. package/types/sap.fe.tools.d.ts +1 -1
  19. package/types/sap.feedback.ui.d.ts +1 -1
  20. package/types/sap.gantt.d.ts +123 -64
  21. package/types/sap.insights.d.ts +24 -1
  22. package/types/sap.m.d.ts +327 -26
  23. package/types/sap.makit.d.ts +1 -1
  24. package/types/sap.me.d.ts +1 -1
  25. package/types/sap.ndc.d.ts +1 -1
  26. package/types/sap.ovp.d.ts +1 -1
  27. package/types/sap.rules.ui.d.ts +1 -1
  28. package/types/sap.sac.df.d.ts +110 -29
  29. package/types/sap.suite.ui.commons.d.ts +1 -1
  30. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  31. package/types/sap.suite.ui.microchart.d.ts +1 -1
  32. package/types/sap.tnt.d.ts +1 -1
  33. package/types/sap.ui.codeeditor.d.ts +10 -4
  34. package/types/sap.ui.commons.d.ts +1 -1
  35. package/types/sap.ui.comp.d.ts +997 -4
  36. package/types/sap.ui.core.d.ts +48 -28
  37. package/types/sap.ui.dt.d.ts +1 -1
  38. package/types/sap.ui.export.d.ts +1 -1
  39. package/types/sap.ui.fl.d.ts +10 -4
  40. package/types/sap.ui.generic.app.d.ts +1 -1
  41. package/types/sap.ui.generic.template.d.ts +1 -1
  42. package/types/sap.ui.integration.d.ts +55 -5
  43. package/types/sap.ui.layout.d.ts +5 -5
  44. package/types/sap.ui.mdc.d.ts +426 -212
  45. package/types/sap.ui.richtexteditor.d.ts +1 -1
  46. package/types/sap.ui.rta.d.ts +1 -1
  47. package/types/sap.ui.suite.d.ts +1 -1
  48. package/types/sap.ui.support.d.ts +1 -1
  49. package/types/sap.ui.table.d.ts +91 -23
  50. package/types/sap.ui.testrecorder.d.ts +1 -1
  51. package/types/sap.ui.unified.d.ts +624 -1
  52. package/types/sap.ui.ux3.d.ts +1 -1
  53. package/types/sap.ui.vbm.d.ts +1 -1
  54. package/types/sap.ui.vk.d.ts +48 -23
  55. package/types/sap.ui.vtm.d.ts +1 -1
  56. package/types/sap.ui.webc.common.d.ts +1 -1
  57. package/types/sap.ui.webc.fiori.d.ts +1 -1
  58. package/types/sap.ui.webc.main.d.ts +1 -1
  59. package/types/sap.uiext.inbox.d.ts +1 -1
  60. package/types/sap.ushell.d.ts +16 -8
  61. package/types/sap.ushell_abap.d.ts +1 -1
  62. package/types/sap.uxap.d.ts +44 -1
  63. package/types/sap.viz.d.ts +1 -1
  64. package/types/sap.webanalytics.core.d.ts +1 -1
  65. package/types/sap.zen.commons.d.ts +1 -1
  66. package/types/sap.zen.crosstab.d.ts +1 -1
  67. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.0
1
+ // For Library Version: 1.128.0
2
2
 
3
3
  declare module "sap/sac/df/library" {}
4
4
 
@@ -261,15 +261,6 @@ declare module "sap/sac/df/FilterField" {
261
261
  * @returns Value of property `metaPath`
262
262
  */
263
263
  getMetaPath(): string;
264
- /**
265
- * Gets current value of property {@link #getSearchAttributes searchAttributes}.
266
- *
267
- * Search attributes for the token validation. Available options are Key and Text
268
- *
269
- *
270
- * @returns Value of property `searchAttributes`
271
- */
272
- getSearchAttributes(): string[];
273
264
  /**
274
265
  * Sets a new value for property {@link #getMetaPath metaPath}.
275
266
  *
@@ -286,22 +277,6 @@ declare module "sap/sac/df/FilterField" {
286
277
  */
287
278
  sMetaPath: string
288
279
  ): this;
289
- /**
290
- * Sets a new value for property {@link #getSearchAttributes searchAttributes}.
291
- *
292
- * Search attributes for the token validation. Available options are Key and Text
293
- *
294
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
295
- *
296
- *
297
- * @returns Reference to `this` in order to allow method chaining
298
- */
299
- setSearchAttributes(
300
- /**
301
- * New value for property `searchAttributes`
302
- */
303
- sSearchAttributes: string[]
304
- ): this;
305
280
  }
306
281
  /**
307
282
  * Describes the settings that can be provided to the FilterField constructor.
@@ -313,11 +288,114 @@ declare module "sap/sac/df/FilterField" {
313
288
  * Defines the relative path of the property in the metamodel, based on the current contextPath.
314
289
  */
315
290
  metaPath?: string | PropertyBindingInfo;
291
+ }
292
+ }
293
+
294
+ declare module "sap/sac/df/FilterPanel" {
295
+ import Metadata from "sap/ui/base/Metadata";
296
+
297
+ /**
298
+ * A Filter Panel based on Multidimensional Model
299
+ *
300
+ * @experimental (since 1.128)
301
+ */
302
+ export default class FilterPanel
303
+ extends /* was: sap.ui.mdc.p13n.panels.FilterPanel */ Object
304
+ {
305
+ /**
306
+ * Constructor for a new Filter Panel.
307
+ *
308
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
309
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
310
+ * of the syntax of the settings object.
311
+ */
312
+ constructor();
316
313
 
317
314
  /**
318
- * Search attributes for the token validation. Available options are Key and Text
315
+ * Creates a new subclass of class sap.sac.df.FilterPanel with name `sClassName` and enriches it with the
316
+ * information contained in `oClassInfo`.
317
+ *
318
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.mdc.p13n.panels.FilterPanel.extend}.
319
+ *
320
+ *
321
+ * @returns Created class / constructor function
319
322
  */
320
- searchAttributes?: string[] | PropertyBindingInfo | `{${string}}`;
323
+ static extend<T extends Record<string, unknown>>(
324
+ /**
325
+ * Name of the class being created
326
+ */
327
+ sClassName: string,
328
+ /**
329
+ * Object literal with information about the class
330
+ */
331
+ oClassInfo?: sap.ClassInfo<T, FilterPanel>,
332
+ /**
333
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
334
+ * used by this class
335
+ */
336
+ FNMetaImpl?: Function
337
+ ): Function;
338
+ /**
339
+ * Returns a metadata object for class sap.sac.df.FilterPanel.
340
+ *
341
+ *
342
+ * @returns Metadata object describing this class
343
+ */
344
+ static getMetadata(): Metadata;
345
+ /**
346
+ * Gets current value of property {@link #getEnableReorder enableReorder}.
347
+ *
348
+ * Determines whether the reordering of personalization items is enabled.
349
+ *
350
+ * Default value is `false`.
351
+ *
352
+ *
353
+ * @returns Value of property `enableReorder`
354
+ */
355
+ getEnableReorder(): boolean;
356
+ /**
357
+ * Gets current value of property {@link #getMetaPath metaPath}.
358
+ *
359
+ * Defines the relative path of the property in the metamodel, based on the current contextPath.
360
+ *
361
+ *
362
+ * @returns Value of property `metaPath`
363
+ */
364
+ getMetaPath(): string;
365
+ /**
366
+ * Sets a new value for property {@link #getEnableReorder enableReorder}.
367
+ *
368
+ * Determines whether the reordering of personalization items is enabled.
369
+ *
370
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
371
+ *
372
+ * Default value is `false`.
373
+ *
374
+ *
375
+ * @returns Reference to `this` in order to allow method chaining
376
+ */
377
+ setEnableReorder(
378
+ /**
379
+ * New value for property `enableReorder`
380
+ */
381
+ bEnableReorder?: boolean
382
+ ): this;
383
+ /**
384
+ * Sets a new value for property {@link #getMetaPath metaPath}.
385
+ *
386
+ * Defines the relative path of the property in the metamodel, based on the current contextPath.
387
+ *
388
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
389
+ *
390
+ *
391
+ * @returns Reference to `this` in order to allow method chaining
392
+ */
393
+ setMetaPath(
394
+ /**
395
+ * New value for property `metaPath`
396
+ */
397
+ sMetaPath: string
398
+ ): this;
321
399
  }
322
400
  }
323
401
 
@@ -2053,7 +2131,8 @@ declare module "sap/sac/df/model/Dimension" {
2053
2131
  * "TechName": "",
2054
2132
  * "Description": "",
2055
2133
  * "SemanticObject": "
2056
- * }]
2134
+ * }],
2135
+ * "SupportedOperators": ["EQ"]
2057
2136
  * ```
2058
2137
  *
2059
2138
  *
@@ -3527,6 +3606,8 @@ declare namespace sap {
3527
3606
 
3528
3607
  "sap/sac/df/FilterField": undefined;
3529
3608
 
3609
+ "sap/sac/df/FilterPanel": undefined;
3610
+
3530
3611
  "sap/sac/df/FlexAnalysis": undefined;
3531
3612
 
3532
3613
  "sap/sac/df/FlexAnalysisPanel": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.0
1
+ // For Library Version: 1.128.0
2
2
 
3
3
  declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.1
1
+ // For Library Version: 1.128.0
2
2
 
3
3
  declare module "sap/suite/ui/generic/template/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.0
1
+ // For Library Version: 1.128.0
2
2
 
3
3
  declare module "sap/suite/ui/microchart/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.0
1
+ // For Library Version: 1.128.0
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.0
1
+ // For Library Version: 1.128.0
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -352,7 +352,9 @@ declare module "sap/ui/codeeditor/CodeEditor" {
352
352
  /**
353
353
  * Gets current value of property {@link #getSyntaxHints syntaxHints}.
354
354
  *
355
- * Sets whether to show syntax hints in the editor. This flag is only available if line numbers are shown.
355
+ * Sets whether to show syntax hints in the editor. Those hints are visualized as value state icons in the
356
+ * line numbers area. The hint text is shown in tooltip of those icons. **Note:** This flag is only available
357
+ * if line numbers are shown.
356
358
  *
357
359
  * Default value is `true`.
358
360
  *
@@ -518,7 +520,9 @@ declare module "sap/ui/codeeditor/CodeEditor" {
518
520
  /**
519
521
  * Sets a new value for property {@link #getSyntaxHints syntaxHints}.
520
522
  *
521
- * Sets whether to show syntax hints in the editor. This flag is only available if line numbers are shown.
523
+ * Sets whether to show syntax hints in the editor. Those hints are visualized as value state icons in the
524
+ * line numbers area. The hint text is shown in tooltip of those icons. **Note:** This flag is only available
525
+ * if line numbers are shown.
522
526
  *
523
527
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
524
528
  *
@@ -694,7 +698,9 @@ declare module "sap/ui/codeeditor/CodeEditor" {
694
698
  colorTheme?: string | PropertyBindingInfo;
695
699
 
696
700
  /**
697
- * Sets whether to show syntax hints in the editor. This flag is only available if line numbers are shown.
701
+ * Sets whether to show syntax hints in the editor. Those hints are visualized as value state icons in the
702
+ * line numbers area. The hint text is shown in tooltip of those icons. **Note:** This flag is only available
703
+ * if line numbers are shown.
698
704
  */
699
705
  syntaxHints?: boolean | PropertyBindingInfo | `{${string}}`;
700
706
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.0
1
+ // For Library Version: 1.128.0
2
2
 
3
3
  declare module "sap/ui/commons/library" {
4
4
  import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";