@sapui5/ts-types-esm 1.129.2 → 1.130.2
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.ui.core.d.ts → core-1.130.0-esm-d.ts} +119 -110
- package/types/index.d.ts +4 -3
- package/types/{sap.ui.mdc.d.ts → mdc-1.130.0-esm-d.ts} +273 -234
- package/types/{sap.m.d.ts → mobile-1.130.0-esm-d.ts} +1002 -3360
- 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 +41 -40
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +87 -1
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +3 -0
- package/types/sap.fe.core.d.ts +42 -6
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +462 -200
- 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 +5 -2
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +724 -204
- package/types/sap.insights.d.ts +1 -1
- 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 +108 -16
- package/types/sap.suite.ui.commons.d.ts +264 -125
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +309 -79
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +37 -25
- 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 +5 -2
- 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 +22 -5
- package/types/sap.ui.layout.d.ts +1 -1
- 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 +6 -11
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -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 +1 -1
- 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 +1 -1
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.130.2
|
|
2
2
|
|
|
3
3
|
declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
|
|
4
4
|
/**
|
|
@@ -1083,6 +1083,92 @@ declare module "sap/suite/ui/commons/library" {
|
|
|
1083
1083
|
*/
|
|
1084
1084
|
Semantic = "Semantic",
|
|
1085
1085
|
}
|
|
1086
|
+
/**
|
|
1087
|
+
* Colors to highlight certain network graph elements.
|
|
1088
|
+
*
|
|
1089
|
+
* Instead of the `ValueState`, semantic colors must be defined by the application.
|
|
1090
|
+
*
|
|
1091
|
+
* This enum is part of the 'sap/suite/ui/commons/library' module export and must be accessed by the property
|
|
1092
|
+
* 'SemanticColorType'.
|
|
1093
|
+
* See:
|
|
1094
|
+
* {@link fiori:/how-to-use-semantic-colors/ Semantic Colors}
|
|
1095
|
+
*
|
|
1096
|
+
* @since 1.129
|
|
1097
|
+
*/
|
|
1098
|
+
export enum SemanticColorType {
|
|
1099
|
+
/**
|
|
1100
|
+
* Critical value color.
|
|
1101
|
+
*/
|
|
1102
|
+
Critical = "Critical",
|
|
1103
|
+
/**
|
|
1104
|
+
* Bad value color.
|
|
1105
|
+
*/
|
|
1106
|
+
Error = "Error",
|
|
1107
|
+
/**
|
|
1108
|
+
* Good value color.
|
|
1109
|
+
*/
|
|
1110
|
+
Good = "Good",
|
|
1111
|
+
/**
|
|
1112
|
+
* Good value color.
|
|
1113
|
+
*/
|
|
1114
|
+
Information = "Information",
|
|
1115
|
+
/**
|
|
1116
|
+
* Neutral value color.
|
|
1117
|
+
*/
|
|
1118
|
+
Neutral = "Neutral",
|
|
1119
|
+
/**
|
|
1120
|
+
* None value color.
|
|
1121
|
+
*/
|
|
1122
|
+
None = "None",
|
|
1123
|
+
/**
|
|
1124
|
+
* Sequence1 value colors.
|
|
1125
|
+
*/
|
|
1126
|
+
Sequence1 = "Sequence1",
|
|
1127
|
+
/**
|
|
1128
|
+
* Sequence10 value colors.
|
|
1129
|
+
*/
|
|
1130
|
+
Sequence10 = "Sequence10",
|
|
1131
|
+
/**
|
|
1132
|
+
* Sequence11 value colors.
|
|
1133
|
+
*/
|
|
1134
|
+
Sequence11 = "Sequence11",
|
|
1135
|
+
/**
|
|
1136
|
+
* Sequence12 value colors.
|
|
1137
|
+
*/
|
|
1138
|
+
Sequence12 = "Sequence12",
|
|
1139
|
+
/**
|
|
1140
|
+
* Sequence2 value colors.
|
|
1141
|
+
*/
|
|
1142
|
+
Sequence2 = "Sequence2",
|
|
1143
|
+
/**
|
|
1144
|
+
* Sequence3 value colors.
|
|
1145
|
+
*/
|
|
1146
|
+
Sequence3 = "Sequence3",
|
|
1147
|
+
/**
|
|
1148
|
+
* Sequence4 value colors.
|
|
1149
|
+
*/
|
|
1150
|
+
Sequence4 = "Sequence4",
|
|
1151
|
+
/**
|
|
1152
|
+
* Sequence5 value colors.
|
|
1153
|
+
*/
|
|
1154
|
+
Sequence5 = "Sequence5",
|
|
1155
|
+
/**
|
|
1156
|
+
* Sequence6 value colors.
|
|
1157
|
+
*/
|
|
1158
|
+
Sequence6 = "Sequence6",
|
|
1159
|
+
/**
|
|
1160
|
+
* Sequence7 value colors.
|
|
1161
|
+
*/
|
|
1162
|
+
Sequence7 = "Sequence7",
|
|
1163
|
+
/**
|
|
1164
|
+
* Sequence8 value colors.
|
|
1165
|
+
*/
|
|
1166
|
+
Sequence8 = "Sequence8",
|
|
1167
|
+
/**
|
|
1168
|
+
* Sequence9 value colors.
|
|
1169
|
+
*/
|
|
1170
|
+
Sequence9 = "Sequence9",
|
|
1171
|
+
}
|
|
1086
1172
|
/**
|
|
1087
1173
|
* Defines the way how UnifiedThingGroup control is rendered.
|
|
1088
1174
|
*
|
|
@@ -7432,6 +7518,51 @@ declare module "sap/suite/ui/commons/CloudFilePicker" {
|
|
|
7432
7518
|
>;
|
|
7433
7519
|
}
|
|
7434
7520
|
|
|
7521
|
+
declare module "sap/suite/ui/commons/collaboration/channels/MessageChannel" {
|
|
7522
|
+
import BaseObject from "sap/ui/base/Object";
|
|
7523
|
+
|
|
7524
|
+
import Metadata from "sap/ui/base/Metadata";
|
|
7525
|
+
|
|
7526
|
+
export default class MessageChannel extends BaseObject {
|
|
7527
|
+
/**
|
|
7528
|
+
* Facilitates communication between message providers and consumers in FLP and embedded iframes.
|
|
7529
|
+
*/
|
|
7530
|
+
constructor();
|
|
7531
|
+
|
|
7532
|
+
/**
|
|
7533
|
+
* Creates a new subclass of class sap.suite.ui.commons.collaboration.channels.MessageChannel with name
|
|
7534
|
+
* `sClassName` and enriches it with the information contained in `oClassInfo`.
|
|
7535
|
+
*
|
|
7536
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.base.Object.extend}.
|
|
7537
|
+
*
|
|
7538
|
+
*
|
|
7539
|
+
* @returns Created class / constructor function
|
|
7540
|
+
*/
|
|
7541
|
+
static extend<T extends Record<string, unknown>>(
|
|
7542
|
+
/**
|
|
7543
|
+
* Name of the class being created
|
|
7544
|
+
*/
|
|
7545
|
+
sClassName: string,
|
|
7546
|
+
/**
|
|
7547
|
+
* Object literal with information about the class
|
|
7548
|
+
*/
|
|
7549
|
+
oClassInfo?: sap.ClassInfo<T, MessageChannel>,
|
|
7550
|
+
/**
|
|
7551
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
7552
|
+
* used by this class
|
|
7553
|
+
*/
|
|
7554
|
+
FNMetaImpl?: Function
|
|
7555
|
+
): Function;
|
|
7556
|
+
/**
|
|
7557
|
+
* Returns a metadata object for class sap.suite.ui.commons.collaboration.channels.MessageChannel.
|
|
7558
|
+
*
|
|
7559
|
+
*
|
|
7560
|
+
* @returns Metadata object describing this class
|
|
7561
|
+
*/
|
|
7562
|
+
static getMetadata(): Metadata;
|
|
7563
|
+
}
|
|
7564
|
+
}
|
|
7565
|
+
|
|
7435
7566
|
declare module "sap/suite/ui/commons/collaboration/ServiceContainer" {
|
|
7436
7567
|
import BaseHelperService from "sap/suite/ui/commons/collaboration/BaseHelperService";
|
|
7437
7568
|
|
|
@@ -19795,10 +19926,6 @@ declare module "sap/suite/ui/commons/networkgraph/ElementAttribute" {
|
|
|
19795
19926
|
export default class ElementAttribute extends Control {
|
|
19796
19927
|
/**
|
|
19797
19928
|
* Constructor for a new ElementAttribute.
|
|
19798
|
-
*
|
|
19799
|
-
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
19800
|
-
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
19801
|
-
* of the syntax of the settings object.
|
|
19802
19929
|
*/
|
|
19803
19930
|
constructor();
|
|
19804
19931
|
|
|
@@ -27144,10 +27271,9 @@ declare module "sap/suite/ui/commons/networkgraph/Status" {
|
|
|
27144
27271
|
/**
|
|
27145
27272
|
* Gets current value of property {@link #getBorderColor borderColor}.
|
|
27146
27273
|
*
|
|
27147
|
-
* Border color.
|
|
27274
|
+
* @deprecated (since 1.120) - with no replacement. Border color.
|
|
27148
27275
|
* The border color that is applied to elements in this custom status.
|
|
27149
27276
|
*
|
|
27150
|
-
*
|
|
27151
27277
|
* @returns Value of property `borderColor`
|
|
27152
27278
|
*/
|
|
27153
27279
|
getBorderColor(): string;
|
|
@@ -27193,29 +27319,26 @@ declare module "sap/suite/ui/commons/networkgraph/Status" {
|
|
|
27193
27319
|
/**
|
|
27194
27320
|
* Gets current value of property {@link #getHoverBackgroundColor hoverBackgroundColor}.
|
|
27195
27321
|
*
|
|
27196
|
-
* Fill color on hover.
|
|
27322
|
+
* @deprecated (since 1.120) - with no replacement. Fill color on hover.
|
|
27197
27323
|
* The fill color of a custom status element, line, or group when you hover over it.
|
|
27198
27324
|
*
|
|
27199
|
-
*
|
|
27200
27325
|
* @returns Value of property `hoverBackgroundColor`
|
|
27201
27326
|
*/
|
|
27202
27327
|
getHoverBackgroundColor(): string;
|
|
27203
27328
|
/**
|
|
27204
27329
|
* Gets current value of property {@link #getHoverBorderColor hoverBorderColor}.
|
|
27205
27330
|
*
|
|
27206
|
-
* Border color on hover.
|
|
27331
|
+
* @deprecated (since 1.120) - with no replacement. Border color on hover.
|
|
27207
27332
|
* The border color of a custom status element when you hover over it.
|
|
27208
27333
|
*
|
|
27209
|
-
*
|
|
27210
27334
|
* @returns Value of property `hoverBorderColor`
|
|
27211
27335
|
*/
|
|
27212
27336
|
getHoverBorderColor(): string;
|
|
27213
27337
|
/**
|
|
27214
27338
|
* Gets current value of property {@link #getHoverContentColor hoverContentColor}.
|
|
27215
27339
|
*
|
|
27216
|
-
* Content color on hover. Color of the content (text or
|
|
27217
|
-
* hover over it.
|
|
27218
|
-
*
|
|
27340
|
+
* @deprecated (since 1.120) - with no replacement. Content color on hover. Color of the content (text or
|
|
27341
|
+
* icon) inside the custom status element when you hover over it.
|
|
27219
27342
|
*
|
|
27220
27343
|
* @returns Value of property `hoverContentColor`
|
|
27221
27344
|
*/
|
|
@@ -27240,18 +27363,17 @@ declare module "sap/suite/ui/commons/networkgraph/Status" {
|
|
|
27240
27363
|
/**
|
|
27241
27364
|
* Gets current value of property {@link #getSelectedBackgroundColor selectedBackgroundColor}.
|
|
27242
27365
|
*
|
|
27243
|
-
* Fill color when selected.
|
|
27366
|
+
* @deprecated (since 1.120) - with no replacement. Fill color when selected.
|
|
27244
27367
|
* The fill color of a custom status element when you select it.
|
|
27245
27368
|
*
|
|
27246
|
-
*
|
|
27247
27369
|
* @returns Value of property `selectedBackgroundColor`
|
|
27248
27370
|
*/
|
|
27249
27371
|
getSelectedBackgroundColor(): string;
|
|
27250
27372
|
/**
|
|
27251
27373
|
* Gets current value of property {@link #getSelectedBorderColor selectedBorderColor}.
|
|
27252
27374
|
*
|
|
27253
|
-
* Border color when selected. The border color of a custom
|
|
27254
|
-
*
|
|
27375
|
+
* @deprecated (since 1.120) - with no replacement. Border color when selected. The border color of a custom
|
|
27376
|
+
* status element when you select it.
|
|
27255
27377
|
*
|
|
27256
27378
|
* @returns Value of property `selectedBorderColor`
|
|
27257
27379
|
*/
|
|
@@ -27259,9 +27381,8 @@ declare module "sap/suite/ui/commons/networkgraph/Status" {
|
|
|
27259
27381
|
/**
|
|
27260
27382
|
* Gets current value of property {@link #getSelectedContentColor selectedContentColor}.
|
|
27261
27383
|
*
|
|
27262
|
-
* Content color when selected. Color of the content (text
|
|
27263
|
-
* select it.
|
|
27264
|
-
*
|
|
27384
|
+
* @deprecated (since 1.120) - with no replacement. Content color when selected. Color of the content (text
|
|
27385
|
+
* or icon) inside the custom status node when you select it.
|
|
27265
27386
|
*
|
|
27266
27387
|
* @returns Value of property `selectedContentColor`
|
|
27267
27388
|
*/
|
|
@@ -27310,11 +27431,10 @@ declare module "sap/suite/ui/commons/networkgraph/Status" {
|
|
|
27310
27431
|
/**
|
|
27311
27432
|
* Sets a new value for property {@link #getBorderColor borderColor}.
|
|
27312
27433
|
*
|
|
27313
|
-
* Border color.
|
|
27314
|
-
* The border color that is applied to elements in this custom status.
|
|
27315
|
-
*
|
|
27316
27434
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
27317
27435
|
*
|
|
27436
|
+
* @deprecated (since 1.120) - with no replacement. Border color.
|
|
27437
|
+
* The border color that is applied to elements in this custom status.
|
|
27318
27438
|
*
|
|
27319
27439
|
* @returns Reference to `this` in order to allow method chaining
|
|
27320
27440
|
*/
|
|
@@ -27394,11 +27514,10 @@ declare module "sap/suite/ui/commons/networkgraph/Status" {
|
|
|
27394
27514
|
/**
|
|
27395
27515
|
* Sets a new value for property {@link #getHoverBackgroundColor hoverBackgroundColor}.
|
|
27396
27516
|
*
|
|
27397
|
-
* Fill color on hover.
|
|
27398
|
-
* The fill color of a custom status element, line, or group when you hover over it.
|
|
27399
|
-
*
|
|
27400
27517
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
27401
27518
|
*
|
|
27519
|
+
* @deprecated (since 1.120) - with no replacement. Fill color on hover.
|
|
27520
|
+
* The fill color of a custom status element, line, or group when you hover over it.
|
|
27402
27521
|
*
|
|
27403
27522
|
* @returns Reference to `this` in order to allow method chaining
|
|
27404
27523
|
*/
|
|
@@ -27411,11 +27530,10 @@ declare module "sap/suite/ui/commons/networkgraph/Status" {
|
|
|
27411
27530
|
/**
|
|
27412
27531
|
* Sets a new value for property {@link #getHoverBorderColor hoverBorderColor}.
|
|
27413
27532
|
*
|
|
27414
|
-
* Border color on hover.
|
|
27415
|
-
* The border color of a custom status element when you hover over it.
|
|
27416
|
-
*
|
|
27417
27533
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
27418
27534
|
*
|
|
27535
|
+
* @deprecated (since 1.120) - with no replacement. Border color on hover.
|
|
27536
|
+
* The border color of a custom status element when you hover over it.
|
|
27419
27537
|
*
|
|
27420
27538
|
* @returns Reference to `this` in order to allow method chaining
|
|
27421
27539
|
*/
|
|
@@ -27428,11 +27546,10 @@ declare module "sap/suite/ui/commons/networkgraph/Status" {
|
|
|
27428
27546
|
/**
|
|
27429
27547
|
* Sets a new value for property {@link #getHoverContentColor hoverContentColor}.
|
|
27430
27548
|
*
|
|
27431
|
-
* Content color on hover. Color of the content (text or icon) inside the custom status element when you
|
|
27432
|
-
* hover over it.
|
|
27433
|
-
*
|
|
27434
27549
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
27435
27550
|
*
|
|
27551
|
+
* @deprecated (since 1.120) - with no replacement. Content color on hover. Color of the content (text or
|
|
27552
|
+
* icon) inside the custom status element when you hover over it.
|
|
27436
27553
|
*
|
|
27437
27554
|
* @returns Reference to `this` in order to allow method chaining
|
|
27438
27555
|
*/
|
|
@@ -27476,11 +27593,10 @@ declare module "sap/suite/ui/commons/networkgraph/Status" {
|
|
|
27476
27593
|
/**
|
|
27477
27594
|
* Sets a new value for property {@link #getSelectedBackgroundColor selectedBackgroundColor}.
|
|
27478
27595
|
*
|
|
27479
|
-
* Fill color when selected.
|
|
27480
|
-
* The fill color of a custom status element when you select it.
|
|
27481
|
-
*
|
|
27482
27596
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
27483
27597
|
*
|
|
27598
|
+
* @deprecated (since 1.120) - with no replacement. Fill color when selected.
|
|
27599
|
+
* The fill color of a custom status element when you select it.
|
|
27484
27600
|
*
|
|
27485
27601
|
* @returns Reference to `this` in order to allow method chaining
|
|
27486
27602
|
*/
|
|
@@ -27493,10 +27609,10 @@ declare module "sap/suite/ui/commons/networkgraph/Status" {
|
|
|
27493
27609
|
/**
|
|
27494
27610
|
* Sets a new value for property {@link #getSelectedBorderColor selectedBorderColor}.
|
|
27495
27611
|
*
|
|
27496
|
-
* Border color when selected. The border color of a custom status element when you select it.
|
|
27497
|
-
*
|
|
27498
27612
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
27499
27613
|
*
|
|
27614
|
+
* @deprecated (since 1.120) - with no replacement. Border color when selected. The border color of a custom
|
|
27615
|
+
* status element when you select it.
|
|
27500
27616
|
*
|
|
27501
27617
|
* @returns Reference to `this` in order to allow method chaining
|
|
27502
27618
|
*/
|
|
@@ -27509,11 +27625,10 @@ declare module "sap/suite/ui/commons/networkgraph/Status" {
|
|
|
27509
27625
|
/**
|
|
27510
27626
|
* Sets a new value for property {@link #getSelectedContentColor selectedContentColor}.
|
|
27511
27627
|
*
|
|
27512
|
-
* Content color when selected. Color of the content (text or icon) inside the custom status node when you
|
|
27513
|
-
* select it.
|
|
27514
|
-
*
|
|
27515
27628
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
27516
27629
|
*
|
|
27630
|
+
* @deprecated (since 1.120) - with no replacement. Content color when selected. Color of the content (text
|
|
27631
|
+
* or icon) inside the custom status node when you select it.
|
|
27517
27632
|
*
|
|
27518
27633
|
* @returns Reference to `this` in order to allow method chaining
|
|
27519
27634
|
*/
|
|
@@ -27576,7 +27691,7 @@ declare module "sap/suite/ui/commons/networkgraph/Status" {
|
|
|
27576
27691
|
title?: string | PropertyBindingInfo;
|
|
27577
27692
|
|
|
27578
27693
|
/**
|
|
27579
|
-
* Border color.
|
|
27694
|
+
* @deprecated (since 1.120) - with no replacement. Border color.
|
|
27580
27695
|
* The border color that is applied to elements in this custom status.
|
|
27581
27696
|
*/
|
|
27582
27697
|
borderColor?: string | PropertyBindingInfo;
|
|
@@ -27600,37 +27715,38 @@ declare module "sap/suite/ui/commons/networkgraph/Status" {
|
|
|
27600
27715
|
headerContentColor?: string | PropertyBindingInfo;
|
|
27601
27716
|
|
|
27602
27717
|
/**
|
|
27603
|
-
* Fill color on hover.
|
|
27718
|
+
* @deprecated (since 1.120) - with no replacement. Fill color on hover.
|
|
27604
27719
|
* The fill color of a custom status element, line, or group when you hover over it.
|
|
27605
27720
|
*/
|
|
27606
27721
|
hoverBackgroundColor?: string | PropertyBindingInfo;
|
|
27607
27722
|
|
|
27608
27723
|
/**
|
|
27609
|
-
* Border color on hover.
|
|
27724
|
+
* @deprecated (since 1.120) - with no replacement. Border color on hover.
|
|
27610
27725
|
* The border color of a custom status element when you hover over it.
|
|
27611
27726
|
*/
|
|
27612
27727
|
hoverBorderColor?: string | PropertyBindingInfo;
|
|
27613
27728
|
|
|
27614
27729
|
/**
|
|
27615
|
-
* Content color on hover. Color of the content (text or
|
|
27616
|
-
* hover over it.
|
|
27730
|
+
* @deprecated (since 1.120) - with no replacement. Content color on hover. Color of the content (text or
|
|
27731
|
+
* icon) inside the custom status element when you hover over it.
|
|
27617
27732
|
*/
|
|
27618
27733
|
hoverContentColor?: string | PropertyBindingInfo;
|
|
27619
27734
|
|
|
27620
27735
|
/**
|
|
27621
|
-
* Fill color when selected.
|
|
27736
|
+
* @deprecated (since 1.120) - with no replacement. Fill color when selected.
|
|
27622
27737
|
* The fill color of a custom status element when you select it.
|
|
27623
27738
|
*/
|
|
27624
27739
|
selectedBackgroundColor?: string | PropertyBindingInfo;
|
|
27625
27740
|
|
|
27626
27741
|
/**
|
|
27627
|
-
* Border color when selected. The border color of a custom
|
|
27742
|
+
* @deprecated (since 1.120) - with no replacement. Border color when selected. The border color of a custom
|
|
27743
|
+
* status element when you select it.
|
|
27628
27744
|
*/
|
|
27629
27745
|
selectedBorderColor?: string | PropertyBindingInfo;
|
|
27630
27746
|
|
|
27631
27747
|
/**
|
|
27632
|
-
* Content color when selected. Color of the content (text
|
|
27633
|
-
* select it.
|
|
27748
|
+
* @deprecated (since 1.120) - with no replacement. Content color when selected. Color of the content (text
|
|
27749
|
+
* or icon) inside the custom status node when you select it.
|
|
27634
27750
|
*/
|
|
27635
27751
|
selectedContentColor?: string | PropertyBindingInfo;
|
|
27636
27752
|
|
|
@@ -35249,6 +35365,8 @@ declare module "sap/suite/ui/commons/statusindicator/CustomShape" {
|
|
|
35249
35365
|
|
|
35250
35366
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
35251
35367
|
|
|
35368
|
+
import { MicroChartColorType } from "sap/suite/ui/microchart/library";
|
|
35369
|
+
|
|
35252
35370
|
import { ValueCSSColor } from "sap/m/library";
|
|
35253
35371
|
|
|
35254
35372
|
import {
|
|
@@ -35423,14 +35541,17 @@ declare module "sap/suite/ui/commons/statusindicator/CustomShape" {
|
|
|
35423
35541
|
/**
|
|
35424
35542
|
* Gets current value of property {@link #getStrokeColor strokeColor}.
|
|
35425
35543
|
*
|
|
35426
|
-
* Specifies the color of the shape's outline.
|
|
35544
|
+
* Specifies the color of the shape's outline. we are going to use string as the type for Micro Charts instead
|
|
35545
|
+
* of sap.m.ValueCSSColor. The value will only support MicroChartColorType from the SAPUI5 2.0 release.
|
|
35427
35546
|
*
|
|
35428
35547
|
* Default value is `"Neutral"`.
|
|
35429
35548
|
*
|
|
35430
35549
|
*
|
|
35431
35550
|
* @returns Value of property `strokeColor`
|
|
35432
35551
|
*/
|
|
35433
|
-
getStrokeColor():
|
|
35552
|
+
getStrokeColor():
|
|
35553
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
35554
|
+
| ValueCSSColor;
|
|
35434
35555
|
/**
|
|
35435
35556
|
* Gets current value of property {@link #getStrokeWidth strokeWidth}.
|
|
35436
35557
|
*
|
|
@@ -35641,7 +35762,8 @@ declare module "sap/suite/ui/commons/statusindicator/CustomShape" {
|
|
|
35641
35762
|
/**
|
|
35642
35763
|
* Sets a new value for property {@link #getStrokeColor strokeColor}.
|
|
35643
35764
|
*
|
|
35644
|
-
* Specifies the color of the shape's outline.
|
|
35765
|
+
* Specifies the color of the shape's outline. we are going to use string as the type for Micro Charts instead
|
|
35766
|
+
* of sap.m.ValueCSSColor. The value will only support MicroChartColorType from the SAPUI5 2.0 release.
|
|
35645
35767
|
*
|
|
35646
35768
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
35647
35769
|
*
|
|
@@ -35654,7 +35776,9 @@ declare module "sap/suite/ui/commons/statusindicator/CustomShape" {
|
|
|
35654
35776
|
/**
|
|
35655
35777
|
* New value for property `strokeColor`
|
|
35656
35778
|
*/
|
|
35657
|
-
sStrokeColor?:
|
|
35779
|
+
sStrokeColor?:
|
|
35780
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
35781
|
+
| ValueCSSColor
|
|
35658
35782
|
): this;
|
|
35659
35783
|
/**
|
|
35660
35784
|
* Sets a new value for property {@link #getStrokeWidth strokeWidth}.
|
|
@@ -35754,9 +35878,14 @@ declare module "sap/suite/ui/commons/statusindicator/CustomShape" {
|
|
|
35754
35878
|
height?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
35755
35879
|
|
|
35756
35880
|
/**
|
|
35757
|
-
* Specifies the color of the shape's outline.
|
|
35881
|
+
* Specifies the color of the shape's outline. we are going to use string as the type for Micro Charts instead
|
|
35882
|
+
* of sap.m.ValueCSSColor. The value will only support MicroChartColorType from the SAPUI5 2.0 release.
|
|
35758
35883
|
*/
|
|
35759
|
-
strokeColor?:
|
|
35884
|
+
strokeColor?:
|
|
35885
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
35886
|
+
| ValueCSSColor
|
|
35887
|
+
| PropertyBindingInfo
|
|
35888
|
+
| `{${string}}`;
|
|
35760
35889
|
|
|
35761
35890
|
/**
|
|
35762
35891
|
* Specifies the width of the shape's outline.
|
|
@@ -36535,6 +36664,8 @@ declare module "sap/suite/ui/commons/statusindicator/Path" {
|
|
|
36535
36664
|
declare module "sap/suite/ui/commons/statusindicator/PropertyThreshold" {
|
|
36536
36665
|
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
36537
36666
|
|
|
36667
|
+
import { MicroChartColorType } from "sap/suite/ui/microchart/library";
|
|
36668
|
+
|
|
36538
36669
|
import { ValueCSSColor } from "sap/m/library";
|
|
36539
36670
|
|
|
36540
36671
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
@@ -36622,14 +36753,18 @@ declare module "sap/suite/ui/commons/statusindicator/PropertyThreshold" {
|
|
|
36622
36753
|
/**
|
|
36623
36754
|
* Gets current value of property {@link #getFillColor fillColor}.
|
|
36624
36755
|
*
|
|
36625
|
-
* Defines the color used to fill the shapes included in the status indicator.
|
|
36756
|
+
* Defines the color used to fill the shapes included in the status indicator. we are going to use string
|
|
36757
|
+
* as the type for Micro Charts instead of sap.m.ValueCSSColor. The value will only support MicroChartColorType
|
|
36758
|
+
* from the SAPUI5 2.0 release.
|
|
36626
36759
|
*
|
|
36627
36760
|
* Default value is `"Neutral"`.
|
|
36628
36761
|
*
|
|
36629
36762
|
*
|
|
36630
36763
|
* @returns Value of property `fillColor`
|
|
36631
36764
|
*/
|
|
36632
|
-
getFillColor():
|
|
36765
|
+
getFillColor():
|
|
36766
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
36767
|
+
| ValueCSSColor;
|
|
36633
36768
|
/**
|
|
36634
36769
|
* Gets current value of property {@link #getToValue toValue}.
|
|
36635
36770
|
*
|
|
@@ -36660,7 +36795,9 @@ declare module "sap/suite/ui/commons/statusindicator/PropertyThreshold" {
|
|
|
36660
36795
|
/**
|
|
36661
36796
|
* Sets a new value for property {@link #getFillColor fillColor}.
|
|
36662
36797
|
*
|
|
36663
|
-
* Defines the color used to fill the shapes included in the status indicator.
|
|
36798
|
+
* Defines the color used to fill the shapes included in the status indicator. we are going to use string
|
|
36799
|
+
* as the type for Micro Charts instead of sap.m.ValueCSSColor. The value will only support MicroChartColorType
|
|
36800
|
+
* from the SAPUI5 2.0 release.
|
|
36664
36801
|
*
|
|
36665
36802
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
36666
36803
|
*
|
|
@@ -36673,7 +36810,9 @@ declare module "sap/suite/ui/commons/statusindicator/PropertyThreshold" {
|
|
|
36673
36810
|
/**
|
|
36674
36811
|
* New value for property `fillColor`
|
|
36675
36812
|
*/
|
|
36676
|
-
sFillColor?:
|
|
36813
|
+
sFillColor?:
|
|
36814
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
36815
|
+
| ValueCSSColor
|
|
36677
36816
|
): this;
|
|
36678
36817
|
/**
|
|
36679
36818
|
* Sets a new value for property {@link #getToValue toValue}.
|
|
@@ -36699,9 +36838,15 @@ declare module "sap/suite/ui/commons/statusindicator/PropertyThreshold" {
|
|
|
36699
36838
|
*/
|
|
36700
36839
|
export interface $PropertyThresholdSettings extends $ControlSettings {
|
|
36701
36840
|
/**
|
|
36702
|
-
* Defines the color used to fill the shapes included in the status indicator.
|
|
36841
|
+
* Defines the color used to fill the shapes included in the status indicator. we are going to use string
|
|
36842
|
+
* as the type for Micro Charts instead of sap.m.ValueCSSColor. The value will only support MicroChartColorType
|
|
36843
|
+
* from the SAPUI5 2.0 release.
|
|
36703
36844
|
*/
|
|
36704
|
-
fillColor?:
|
|
36845
|
+
fillColor?:
|
|
36846
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
36847
|
+
| ValueCSSColor
|
|
36848
|
+
| PropertyBindingInfo
|
|
36849
|
+
| `{${string}}`;
|
|
36705
36850
|
|
|
36706
36851
|
/**
|
|
36707
36852
|
* Defines the maximum value up to which the threshold setting should apply.
|
|
@@ -37007,6 +37152,8 @@ declare module "sap/suite/ui/commons/statusindicator/Rectangle" {
|
|
|
37007
37152
|
declare module "sap/suite/ui/commons/statusindicator/Shape" {
|
|
37008
37153
|
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
37009
37154
|
|
|
37155
|
+
import { MicroChartColorType } from "sap/suite/ui/microchart/library";
|
|
37156
|
+
|
|
37010
37157
|
import { ValueCSSColor } from "sap/m/library";
|
|
37011
37158
|
|
|
37012
37159
|
import { statusindicator } from "sap/suite/ui/commons/library";
|
|
@@ -37129,14 +37276,17 @@ declare module "sap/suite/ui/commons/statusindicator/Shape" {
|
|
|
37129
37276
|
/**
|
|
37130
37277
|
* Gets current value of property {@link #getFillColor fillColor}.
|
|
37131
37278
|
*
|
|
37132
|
-
* Defines the color of the shape's fill.
|
|
37279
|
+
* Defines the color of the shape's fill. we are going to use string as the type for Micro Charts instead
|
|
37280
|
+
* of sap.m.ValueCSSColor. The value will only support MicroChartColorType from the SAPUI5 2.0 release.
|
|
37133
37281
|
*
|
|
37134
37282
|
* Default value is `"Neutral"`.
|
|
37135
37283
|
*
|
|
37136
37284
|
*
|
|
37137
37285
|
* @returns Value of property `fillColor`
|
|
37138
37286
|
*/
|
|
37139
|
-
getFillColor():
|
|
37287
|
+
getFillColor():
|
|
37288
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
37289
|
+
| ValueCSSColor;
|
|
37140
37290
|
/**
|
|
37141
37291
|
* Gets current value of property {@link #getFillingAngle fillingAngle}.
|
|
37142
37292
|
*
|
|
@@ -37283,7 +37433,8 @@ declare module "sap/suite/ui/commons/statusindicator/Shape" {
|
|
|
37283
37433
|
/**
|
|
37284
37434
|
* Sets a new value for property {@link #getFillColor fillColor}.
|
|
37285
37435
|
*
|
|
37286
|
-
* Defines the color of the shape's fill.
|
|
37436
|
+
* Defines the color of the shape's fill. we are going to use string as the type for Micro Charts instead
|
|
37437
|
+
* of sap.m.ValueCSSColor. The value will only support MicroChartColorType from the SAPUI5 2.0 release.
|
|
37287
37438
|
*
|
|
37288
37439
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
37289
37440
|
*
|
|
@@ -37296,7 +37447,9 @@ declare module "sap/suite/ui/commons/statusindicator/Shape" {
|
|
|
37296
37447
|
/**
|
|
37297
37448
|
* New value for property `fillColor`
|
|
37298
37449
|
*/
|
|
37299
|
-
sFillColor?:
|
|
37450
|
+
sFillColor?:
|
|
37451
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
37452
|
+
| ValueCSSColor
|
|
37300
37453
|
): this;
|
|
37301
37454
|
/**
|
|
37302
37455
|
* Sets a new value for property {@link #getFillingAngle fillingAngle}.
|
|
@@ -37441,9 +37594,14 @@ declare module "sap/suite/ui/commons/statusindicator/Shape" {
|
|
|
37441
37594
|
fullAnimationDuration?: int | PropertyBindingInfo | `{${string}}`;
|
|
37442
37595
|
|
|
37443
37596
|
/**
|
|
37444
|
-
* Defines the color of the shape's fill.
|
|
37597
|
+
* Defines the color of the shape's fill. we are going to use string as the type for Micro Charts instead
|
|
37598
|
+
* of sap.m.ValueCSSColor. The value will only support MicroChartColorType from the SAPUI5 2.0 release.
|
|
37445
37599
|
*/
|
|
37446
|
-
fillColor?:
|
|
37600
|
+
fillColor?:
|
|
37601
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
37602
|
+
| ValueCSSColor
|
|
37603
|
+
| PropertyBindingInfo
|
|
37604
|
+
| `{${string}}`;
|
|
37447
37605
|
|
|
37448
37606
|
/**
|
|
37449
37607
|
* Defines if the initial value of the status indicator should be animated or directly displayed on startup.
|
|
@@ -37768,6 +37926,8 @@ declare module "sap/suite/ui/commons/statusindicator/SimpleShape" {
|
|
|
37768
37926
|
|
|
37769
37927
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
37770
37928
|
|
|
37929
|
+
import { MicroChartColorType } from "sap/suite/ui/microchart/library";
|
|
37930
|
+
|
|
37771
37931
|
import { ValueCSSColor } from "sap/m/library";
|
|
37772
37932
|
|
|
37773
37933
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
@@ -37850,14 +38010,17 @@ declare module "sap/suite/ui/commons/statusindicator/SimpleShape" {
|
|
|
37850
38010
|
/**
|
|
37851
38011
|
* Gets current value of property {@link #getStrokeColor strokeColor}.
|
|
37852
38012
|
*
|
|
37853
|
-
* Specifies the color of the shape's outline.
|
|
38013
|
+
* Specifies the color of the shape's outline. we are going to use string as the type for Micro Charts instead
|
|
38014
|
+
* of sap.m.ValueCSSColor. The value will only support MicroChartColorType from the SAPUI5 2.0 release.
|
|
37854
38015
|
*
|
|
37855
38016
|
* Default value is `"Neutral"`.
|
|
37856
38017
|
*
|
|
37857
38018
|
*
|
|
37858
38019
|
* @returns Value of property `strokeColor`
|
|
37859
38020
|
*/
|
|
37860
|
-
getStrokeColor():
|
|
38021
|
+
getStrokeColor():
|
|
38022
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
38023
|
+
| ValueCSSColor;
|
|
37861
38024
|
/**
|
|
37862
38025
|
* Gets current value of property {@link #getStrokeWidth strokeWidth}.
|
|
37863
38026
|
*
|
|
@@ -37872,7 +38035,8 @@ declare module "sap/suite/ui/commons/statusindicator/SimpleShape" {
|
|
|
37872
38035
|
/**
|
|
37873
38036
|
* Sets a new value for property {@link #getStrokeColor strokeColor}.
|
|
37874
38037
|
*
|
|
37875
|
-
* Specifies the color of the shape's outline.
|
|
38038
|
+
* Specifies the color of the shape's outline. we are going to use string as the type for Micro Charts instead
|
|
38039
|
+
* of sap.m.ValueCSSColor. The value will only support MicroChartColorType from the SAPUI5 2.0 release.
|
|
37876
38040
|
*
|
|
37877
38041
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
37878
38042
|
*
|
|
@@ -37885,7 +38049,9 @@ declare module "sap/suite/ui/commons/statusindicator/SimpleShape" {
|
|
|
37885
38049
|
/**
|
|
37886
38050
|
* New value for property `strokeColor`
|
|
37887
38051
|
*/
|
|
37888
|
-
sStrokeColor?:
|
|
38052
|
+
sStrokeColor?:
|
|
38053
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
38054
|
+
| ValueCSSColor
|
|
37889
38055
|
): this;
|
|
37890
38056
|
/**
|
|
37891
38057
|
* Sets a new value for property {@link #getStrokeWidth strokeWidth}.
|
|
@@ -37916,9 +38082,14 @@ declare module "sap/suite/ui/commons/statusindicator/SimpleShape" {
|
|
|
37916
38082
|
strokeWidth?: float | PropertyBindingInfo | `{${string}}`;
|
|
37917
38083
|
|
|
37918
38084
|
/**
|
|
37919
|
-
* Specifies the color of the shape's outline.
|
|
38085
|
+
* Specifies the color of the shape's outline. we are going to use string as the type for Micro Charts instead
|
|
38086
|
+
* of sap.m.ValueCSSColor. The value will only support MicroChartColorType from the SAPUI5 2.0 release.
|
|
37920
38087
|
*/
|
|
37921
|
-
strokeColor?:
|
|
38088
|
+
strokeColor?:
|
|
38089
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
38090
|
+
| ValueCSSColor
|
|
38091
|
+
| PropertyBindingInfo
|
|
38092
|
+
| `{${string}}`;
|
|
37922
38093
|
}
|
|
37923
38094
|
}
|
|
37924
38095
|
|
|
@@ -39566,6 +39737,8 @@ declare module "sap/suite/ui/commons/taccount/TAccountItem" {
|
|
|
39566
39737
|
|
|
39567
39738
|
import Event from "sap/ui/base/Event";
|
|
39568
39739
|
|
|
39740
|
+
import { MicroChartColorType } from "sap/suite/ui/microchart/library";
|
|
39741
|
+
|
|
39569
39742
|
import { ValueCSSColor } from "sap/m/library";
|
|
39570
39743
|
|
|
39571
39744
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
@@ -39758,12 +39931,15 @@ declare module "sap/suite/ui/commons/taccount/TAccountItem" {
|
|
|
39758
39931
|
/**
|
|
39759
39932
|
* Gets current value of property {@link #getColor color}.
|
|
39760
39933
|
*
|
|
39761
|
-
* Color applied to the debit or credit entry.
|
|
39934
|
+
* Color applied to the debit or credit entry. we are going to use string as the type for Micro Charts instead
|
|
39935
|
+
* of sap.m.ValueCSSColor. The value will only support MicroChartColorType from the SAPUI5 2.0 release.
|
|
39762
39936
|
*
|
|
39763
39937
|
*
|
|
39764
39938
|
* @returns Value of property `color`
|
|
39765
39939
|
*/
|
|
39766
|
-
getColor():
|
|
39940
|
+
getColor():
|
|
39941
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
39942
|
+
| ValueCSSColor;
|
|
39767
39943
|
/**
|
|
39768
39944
|
* Gets current value of property {@link #getGroup group}.
|
|
39769
39945
|
*
|
|
@@ -39866,7 +40042,8 @@ declare module "sap/suite/ui/commons/taccount/TAccountItem" {
|
|
|
39866
40042
|
/**
|
|
39867
40043
|
* Sets a new value for property {@link #getColor color}.
|
|
39868
40044
|
*
|
|
39869
|
-
* Color applied to the debit or credit entry.
|
|
40045
|
+
* Color applied to the debit or credit entry. we are going to use string as the type for Micro Charts instead
|
|
40046
|
+
* of sap.m.ValueCSSColor. The value will only support MicroChartColorType from the SAPUI5 2.0 release.
|
|
39870
40047
|
*
|
|
39871
40048
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
39872
40049
|
*
|
|
@@ -39877,7 +40054,9 @@ declare module "sap/suite/ui/commons/taccount/TAccountItem" {
|
|
|
39877
40054
|
/**
|
|
39878
40055
|
* New value for property `color`
|
|
39879
40056
|
*/
|
|
39880
|
-
sColor?:
|
|
40057
|
+
sColor?:
|
|
40058
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
40059
|
+
| ValueCSSColor
|
|
39881
40060
|
): this;
|
|
39882
40061
|
/**
|
|
39883
40062
|
* Sets a new value for property {@link #getGroup group}.
|
|
@@ -39927,9 +40106,14 @@ declare module "sap/suite/ui/commons/taccount/TAccountItem" {
|
|
|
39927
40106
|
value?: any | PropertyBindingInfo | `{${string}}`;
|
|
39928
40107
|
|
|
39929
40108
|
/**
|
|
39930
|
-
* Color applied to the debit or credit entry.
|
|
40109
|
+
* Color applied to the debit or credit entry. we are going to use string as the type for Micro Charts instead
|
|
40110
|
+
* of sap.m.ValueCSSColor. The value will only support MicroChartColorType from the SAPUI5 2.0 release.
|
|
39931
40111
|
*/
|
|
39932
|
-
color?:
|
|
40112
|
+
color?:
|
|
40113
|
+
| (MicroChartColorType | keyof typeof MicroChartColorType)
|
|
40114
|
+
| ValueCSSColor
|
|
40115
|
+
| PropertyBindingInfo
|
|
40116
|
+
| `{${string}}`;
|
|
39933
40117
|
|
|
39934
40118
|
/**
|
|
39935
40119
|
* Group where this debit or credit entry belongs.
|
|
@@ -51204,51 +51388,6 @@ declare module "sap/suite/ui/commons/ViewRepeater" {
|
|
|
51204
51388
|
}
|
|
51205
51389
|
|
|
51206
51390
|
declare namespace sap {
|
|
51207
|
-
namespace ui {
|
|
51208
|
-
namespace commons {
|
|
51209
|
-
namespace channels {
|
|
51210
|
-
class MessageChannel extends /* was: sap.ui.base.Object */ Object {
|
|
51211
|
-
/**
|
|
51212
|
-
* Facilitates communication between message providers and consumers in FLP and embedded iframes.
|
|
51213
|
-
*/
|
|
51214
|
-
constructor();
|
|
51215
|
-
|
|
51216
|
-
/**
|
|
51217
|
-
* Creates a new subclass of class sap.ui.commons.channels.MessageChannel with name `sClassName` and enriches
|
|
51218
|
-
* it with the information contained in `oClassInfo`.
|
|
51219
|
-
*
|
|
51220
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.base.Object.extend}.
|
|
51221
|
-
*
|
|
51222
|
-
*
|
|
51223
|
-
* @returns Created class / constructor function
|
|
51224
|
-
*/
|
|
51225
|
-
static extend<T extends Record<string, unknown>>(
|
|
51226
|
-
/**
|
|
51227
|
-
* Name of the class being created
|
|
51228
|
-
*/
|
|
51229
|
-
sClassName: string,
|
|
51230
|
-
/**
|
|
51231
|
-
* Object literal with information about the class
|
|
51232
|
-
*/
|
|
51233
|
-
oClassInfo?: ClassInfo<T, MessageChannel>,
|
|
51234
|
-
/**
|
|
51235
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
51236
|
-
* used by this class
|
|
51237
|
-
*/
|
|
51238
|
-
FNMetaImpl?: Function
|
|
51239
|
-
): Function;
|
|
51240
|
-
/**
|
|
51241
|
-
* Returns a metadata object for class sap.ui.commons.channels.MessageChannel.
|
|
51242
|
-
*
|
|
51243
|
-
*
|
|
51244
|
-
* @returns Metadata object describing this class
|
|
51245
|
-
*/
|
|
51246
|
-
static getMetadata(): import("sap/ui/base/Metadata").default;
|
|
51247
|
-
}
|
|
51248
|
-
}
|
|
51249
|
-
}
|
|
51250
|
-
}
|
|
51251
|
-
|
|
51252
51391
|
interface IUI5DefineDependencyNames {
|
|
51253
51392
|
"sap/suite/ui/commons/AriaProperties": undefined;
|
|
51254
51393
|
|