@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.
- package/package.json +1 -1
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.cux.home.d.ts +221 -22
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +1414 -225
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.core.d.ts +13 -28
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +7 -1
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +14 -3
- package/types/sap.fe.test.d.ts +3 -3
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +123 -64
- package/types/sap.insights.d.ts +24 -1
- package/types/sap.m.d.ts +327 -26
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +110 -29
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +10 -4
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +997 -4
- package/types/sap.ui.core.d.ts +48 -28
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +10 -4
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +55 -5
- package/types/sap.ui.layout.d.ts +5 -5
- package/types/sap.ui.mdc.d.ts +426 -212
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +91 -23
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +624 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +48 -23
- package/types/sap.ui.vtm.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +16 -8
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +44 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
package/types/sap.sac.df.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
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
|
-
*
|
|
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
|
-
|
|
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;
|
package/types/sap.tnt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
|