@sapui5/ts-types 1.142.3 → 1.143.1
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.commons.d.ts → commons-1.143.0-d.ts} +1 -1
- package/types/{core-1.142.0-d.ts → core-1.143.0-d.ts} +66 -54
- package/types/{dt-1.142.1-d.ts → dt-1.143.0-d.ts} +1 -1
- package/types/index.d.ts +8 -7
- package/types/{mdc-1.142.1-d.ts → mdc-1.143.0-d.ts} +500 -137
- package/types/{mobile-1.142.0-d.ts → mobile-1.143.0-d.ts} +168 -11
- 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.esh.search.ui.d.ts +670 -13
- package/types/sap.f.d.ts +8 -1
- package/types/sap.fe.ariba.d.ts +1 -1
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -6
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +35 -102
- 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 +1 -1
- package/types/sap.fe.test.d.ts +7 -2
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +1 -1
- 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 +1 -1
- package/types/sap.suite.ui.commons.d.ts +216 -11
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +24 -2
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +7 -4
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +3 -6
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.geomap.d.ts +27560 -0
- package/types/sap.ui.integration.d.ts +45 -9
- package/types/sap.ui.layout.d.ts +64 -46
- package/types/sap.ui.richtexteditor.d.ts +39 -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 +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +61 -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 +53 -10
- 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
- package/types/{tnt-1.142.1-d.ts → tnt-1.143.0-d.ts} +1 -1
- package/types/{sap.ui.ux3.d.ts → ux3-1.143.0-d.ts} +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.143.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/mdc/AggregationBaseDelegate" {
|
|
4
4
|
import BaseDelegate from "sap/ui/mdc/BaseDelegate";
|
|
@@ -6236,6 +6236,56 @@ declare namespace sap {
|
|
|
6236
6236
|
*/
|
|
6237
6237
|
ValueHelpRequest = "ValueHelpRequest",
|
|
6238
6238
|
}
|
|
6239
|
+
/**
|
|
6240
|
+
* Defines the supported positions for table-relevant actions within the table toolbar, in accordance with
|
|
6241
|
+
* the {@link https://www.sap.com/design-system/fiori-design-web/ui-elements/table-bar/ SAP Design System}.
|
|
6242
|
+
*
|
|
6243
|
+
* @since 1.143
|
|
6244
|
+
*/
|
|
6245
|
+
enum TableActionPosition {
|
|
6246
|
+
/**
|
|
6247
|
+
* Extension point for actions displayed after all table-relevant actions. These actions allow applications
|
|
6248
|
+
* to add additional functionality, such as Pagination, Refresh.
|
|
6249
|
+
*/
|
|
6250
|
+
EndActions = "EndActions",
|
|
6251
|
+
/**
|
|
6252
|
+
* Extension point for the export actions at the start of the group. These actions convert the content of
|
|
6253
|
+
* the table into an external format, such as Excel, PDF, Print.
|
|
6254
|
+
*/
|
|
6255
|
+
ExportActions = "ExportActions",
|
|
6256
|
+
/**
|
|
6257
|
+
* Extension point for the modification actions at the start of the group. These actions modify the structure
|
|
6258
|
+
* or content of the table, such as cut, copy, paste, reorder.
|
|
6259
|
+
*/
|
|
6260
|
+
ModificationActions = "ModificationActions",
|
|
6261
|
+
/**
|
|
6262
|
+
* Extension point for the modification actions at the end of the group. These actions modify the structure
|
|
6263
|
+
* or content of the table, such as cut, copy, paste, reorder.
|
|
6264
|
+
*/
|
|
6265
|
+
ModificationActionsEnd = "ModificationActionsEnd",
|
|
6266
|
+
/**
|
|
6267
|
+
* Extension point for the personalization actions at the start of the group. These actions change the arrangement
|
|
6268
|
+
* or personalization of the table at the item level, such as Expand/Collapse All Rows, Show/Hide Details,
|
|
6269
|
+
* Table Settings.
|
|
6270
|
+
*/
|
|
6271
|
+
PersonalizationActions = "PersonalizationActions",
|
|
6272
|
+
/**
|
|
6273
|
+
* Extension point for the personalization actions inserted after the first and before the second group
|
|
6274
|
+
* of predefined actions. These actions change the arrangement or personalization of the table on an item
|
|
6275
|
+
* level, such as Expand/Collapse Node, Show/Hide Details, Table Settings.
|
|
6276
|
+
*/
|
|
6277
|
+
PersonalizationActionsMiddle = "PersonalizationActionsMiddle",
|
|
6278
|
+
/**
|
|
6279
|
+
* Extension point for the share actions at the start of the group. These actions allow users to share table
|
|
6280
|
+
* content with another application or with the homepage as a tile, such as Send as Email, Save as Tile.
|
|
6281
|
+
*/
|
|
6282
|
+
ShareActions = "ShareActions",
|
|
6283
|
+
/**
|
|
6284
|
+
* Extension point for the view actions at the start of the group. These actions change the representation
|
|
6285
|
+
* of the entire table, such as View Switch, Fullscreen.
|
|
6286
|
+
*/
|
|
6287
|
+
ViewActions = "ViewActions",
|
|
6288
|
+
}
|
|
6239
6289
|
/**
|
|
6240
6290
|
* Growing mode of the table.
|
|
6241
6291
|
*
|
|
@@ -6283,6 +6333,22 @@ declare namespace sap {
|
|
|
6283
6333
|
*/
|
|
6284
6334
|
Sort = "Sort",
|
|
6285
6335
|
}
|
|
6336
|
+
/**
|
|
6337
|
+
* Pop-in display mode of the table.
|
|
6338
|
+
*
|
|
6339
|
+
* @since 1.143
|
|
6340
|
+
*/
|
|
6341
|
+
enum TablePopinDisplay {
|
|
6342
|
+
/**
|
|
6343
|
+
* The header is displayed in the first line, and the cell content is displayed in the next line.
|
|
6344
|
+
*/
|
|
6345
|
+
Block = "Block",
|
|
6346
|
+
/**
|
|
6347
|
+
* The cell content is displayed next to the header in the same line. **Note:** If there is not enough space
|
|
6348
|
+
* for the cell content, then it is displayed in the next line.
|
|
6349
|
+
*/
|
|
6350
|
+
Inline = "Inline",
|
|
6351
|
+
}
|
|
6286
6352
|
/**
|
|
6287
6353
|
* Type of a table row action.
|
|
6288
6354
|
*
|
|
@@ -6415,7 +6481,7 @@ declare namespace sap {
|
|
|
6415
6481
|
dataType?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
6416
6482
|
|
|
6417
6483
|
/**
|
|
6418
|
-
* The constraints of the type specified in
|
|
6484
|
+
* The constraints of the type specified in {@link #setDataType dataType}.
|
|
6419
6485
|
*/
|
|
6420
6486
|
dataTypeConstraints?:
|
|
6421
6487
|
| object
|
|
@@ -6423,7 +6489,7 @@ declare namespace sap {
|
|
|
6423
6489
|
| `{${string}}`;
|
|
6424
6490
|
|
|
6425
6491
|
/**
|
|
6426
|
-
* The format options of the type specified in
|
|
6492
|
+
* The format options of the type specified in {@link #setDataType dataType}.
|
|
6427
6493
|
*/
|
|
6428
6494
|
dataTypeFormatOptions?:
|
|
6429
6495
|
| object
|
|
@@ -6486,8 +6552,8 @@ declare namespace sap {
|
|
|
6486
6552
|
* Visualizes the validation state of the control, for example, `Error`, `Warning` or `Success`.
|
|
6487
6553
|
*
|
|
6488
6554
|
* **Note:** The visualization of the `ValueState` property is handled by the inner rendered control. If
|
|
6489
|
-
* a control is set (using
|
|
6490
|
-
* the `valueState` behavior, otherwise `valueState` is not visualized.
|
|
6555
|
+
* a control is set (using {@link #setContent content}, {@link #setContentEdit contentEdit}, or {@link #setContentDisplay contentDisplay}),
|
|
6556
|
+
* this control needs to support the `valueState` behavior, otherwise `valueState` is not visualized.
|
|
6491
6557
|
*/
|
|
6492
6558
|
valueState?:
|
|
6493
6559
|
| sap.ui.core.ValueState
|
|
@@ -6517,7 +6583,7 @@ declare namespace sap {
|
|
|
6517
6583
|
*
|
|
6518
6584
|
* This property is only used for single-value fields.
|
|
6519
6585
|
*
|
|
6520
|
-
* **Note
|
|
6586
|
+
* **Note:** If the data type used doesn't support multiple lines, an error is thrown.
|
|
6521
6587
|
*/
|
|
6522
6588
|
multipleLines?:
|
|
6523
6589
|
| boolean
|
|
@@ -6529,7 +6595,7 @@ declare namespace sap {
|
|
|
6529
6595
|
*
|
|
6530
6596
|
* The default value of -1 indicates that an unlimited number of conditions can be defined.
|
|
6531
6597
|
*
|
|
6532
|
-
* **Note
|
|
6598
|
+
* **Note:** If the data type used doesn't support multiple conditions, an error is thrown.
|
|
6533
6599
|
*/
|
|
6534
6600
|
maxConditions?:
|
|
6535
6601
|
| int
|
|
@@ -6542,9 +6608,9 @@ declare namespace sap {
|
|
|
6542
6608
|
* These should be bound to a {@link sap.ui.mdc.FilterBar FilterBar} using the corresponding `propertyPath`.
|
|
6543
6609
|
*
|
|
6544
6610
|
* **Note:** For {@link sap.ui.mdc.FilterField FilterField} controls, the `conditions` property is used
|
|
6545
|
-
* to bind {@link sap.ui.mdc.FilterField FilterField} to its parent {@link
|
|
6546
|
-
* If this property is not explicitly configured, the {@link
|
|
6547
|
-
*
|
|
6611
|
+
* to bind {@link sap.ui.mdc.FilterField FilterField} to its parent {@link sap.ui.mdc.FilterBar FilterBar}.
|
|
6612
|
+
* If this property is not explicitly configured, the {@link sap.ui.mdc.FilterBar FilterBar} sets a default
|
|
6613
|
+
* binding. For example, for a {@link sap.ui.mdc.FilterField FilterField} control inside a {@link sap.ui.mdc.FilterBar FilterBar }
|
|
6548
6614
|
* control, the binding looks like this:
|
|
6549
6615
|
* `conditions="{$filters>/conditions/propertyPath}"` with the following data:
|
|
6550
6616
|
* - `$filters` as the name of the condition model
|
|
@@ -6592,10 +6658,10 @@ declare namespace sap {
|
|
|
6592
6658
|
/**
|
|
6593
6659
|
* If set, an empty `Field` renders an empty indicator in display mode.
|
|
6594
6660
|
*
|
|
6595
|
-
* This property only takes effect if
|
|
6661
|
+
* This property only takes effect if {@link #setEditMode editMode} is set to `Display`.
|
|
6596
6662
|
*
|
|
6597
|
-
* **Note
|
|
6598
|
-
* show nothing, depending on the
|
|
6663
|
+
* **Note:** Empty means the `Field` holds no value. If an empty string is a valid value, the `Field` might
|
|
6664
|
+
* show nothing, depending on the {@link #setDisplay display} settings and assigned description or {@link #setValueHelp ValueHelp}.
|
|
6599
6665
|
*
|
|
6600
6666
|
* @since 1.85.0
|
|
6601
6667
|
*/
|
|
@@ -6607,9 +6673,10 @@ declare namespace sap {
|
|
|
6607
6673
|
/**
|
|
6608
6674
|
* Optional content that can be rendered.
|
|
6609
6675
|
*
|
|
6610
|
-
* Per default, depending on
|
|
6611
|
-
*
|
|
6612
|
-
* control in
|
|
6676
|
+
* Per default, depending on {@link #getEditMode editMode}, {@link #getMultipleLines multipleLines} and
|
|
6677
|
+
* the used data type, a content control is rendered. For simple string types, a {@link sap.m.Text Text }
|
|
6678
|
+
* control is rendered in display mode and a {@link sap.m.Input Input} control in edit mode. If a control
|
|
6679
|
+
* is assigned in the `content` aggregation, this will be rendered instead.
|
|
6613
6680
|
*
|
|
6614
6681
|
* **Note:** Bind the value-holding property of the control to `'$field>/conditions'` using {@link sap.ui.mdc.field.ConditionsType ConditionsType }
|
|
6615
6682
|
* as type.
|
|
@@ -6625,11 +6692,11 @@ declare namespace sap {
|
|
|
6625
6692
|
content?: sap.ui.core.Control;
|
|
6626
6693
|
|
|
6627
6694
|
/**
|
|
6628
|
-
* Optional content to be rendered if the
|
|
6695
|
+
* Optional content to be rendered if the {@link #getEditMode editMode} property is not set to `Display`.
|
|
6629
6696
|
*
|
|
6630
|
-
* Per default, depending on
|
|
6631
|
-
* mode. For simple string types, an {@link sap.m.Input Input} control is rendered in
|
|
6632
|
-
* is assigned in the `contentEdit` aggregation, this will be rendered instead.
|
|
6697
|
+
* Per default, depending on {@link #getMultipleLines multipleLines} and the used data type, a content control
|
|
6698
|
+
* is rendered in edit mode. For simple string types, an {@link sap.m.Input Input} control is rendered in
|
|
6699
|
+
* edit mode. If a control is assigned in the `contentEdit` aggregation, this will be rendered instead.
|
|
6633
6700
|
*
|
|
6634
6701
|
* **Note:** If a control is assigned to the `content` aggregation, this one is ignored.
|
|
6635
6702
|
*
|
|
@@ -6649,11 +6716,11 @@ declare namespace sap {
|
|
|
6649
6716
|
contentEdit?: sap.ui.core.Control;
|
|
6650
6717
|
|
|
6651
6718
|
/**
|
|
6652
|
-
* Optional content to be rendered if the
|
|
6719
|
+
* Optional content to be rendered if the {@link #getEditMode editMode} property is set to `Display`.
|
|
6653
6720
|
*
|
|
6654
|
-
* Per default, depending on
|
|
6655
|
-
* mode. For simple string types, a {@link sap.m.Text Text} control is rendered in
|
|
6656
|
-
* is assigned in the `contentDisplay` aggregation, this will be rendered instead.
|
|
6721
|
+
* Per default, depending on {@link #getMultipleLines multipleLines} and the used data type, a content control
|
|
6722
|
+
* is rendered in display mode. For simple string types, a {@link sap.m.Text Text} control is rendered in
|
|
6723
|
+
* display mode. If a control is assigned in the `contentDisplay` aggregation, this will be rendered instead.
|
|
6657
6724
|
*
|
|
6658
6725
|
* **Note:** If a control is assigned to the `content` aggregation, this one is ignored.
|
|
6659
6726
|
*
|
|
@@ -6687,7 +6754,7 @@ declare namespace sap {
|
|
|
6687
6754
|
*
|
|
6688
6755
|
* **Note:** If the field is inside of a table, do not set the `ValueHelp` instance as `dependent` to the
|
|
6689
6756
|
* field. If you do, every field instance in every table row gets a clone of it. Put the `ValueHelp` instance
|
|
6690
|
-
* e.g. as dependent on the table or page. The `
|
|
6757
|
+
* e.g. as dependent on the table or page. The `ValueHelp` instance must be somewhere in the control tree,
|
|
6691
6758
|
* otherwise there might be rendering or update issues.
|
|
6692
6759
|
*
|
|
6693
6760
|
* **Note:** For `Boolean` fields, no `ValueHelp` should be added, but a default `ValueHelp` used instead.
|
|
@@ -6699,12 +6766,14 @@ declare namespace sap {
|
|
|
6699
6766
|
/**
|
|
6700
6767
|
* Optional `ValueHelp`.
|
|
6701
6768
|
*
|
|
6702
|
-
* This is an association that allows the usage of one
|
|
6769
|
+
* This is an association that allows the usage of one {@link sap.ui.mdc.ValueHelp ValueHelp} instance for
|
|
6770
|
+
* multiple fields.
|
|
6703
6771
|
*
|
|
6704
|
-
* **Note:** If the field is inside of a table, do not set the
|
|
6705
|
-
* field. If you do, every field instance in
|
|
6706
|
-
*
|
|
6707
|
-
*
|
|
6772
|
+
* **Note:** If the field is inside of a table, do not set the {@link sap.ui.mdc.ValueHelp ValueHelp} instance
|
|
6773
|
+
* as {@link sap.ui.core.Element#addDependent dependent} to the field. If you do, every field instance in
|
|
6774
|
+
* every table row gets a clone of it. Put the {@link sap.ui.mdc.ValueHelp ValueHelp} instance e.g. as {@link sap.ui.core.Element#addDependent dependent }
|
|
6775
|
+
* on the table or page. The {@link sap.ui.mdc.ValueHelp ValueHelp} instance must be somewhere in the control
|
|
6776
|
+
* tree, otherwise there might be rendering or update issues.
|
|
6708
6777
|
*
|
|
6709
6778
|
* **Note:** For `Boolean` fields, no `ValueHelp` should be added, but a default `ValueHelp` used instead.
|
|
6710
6779
|
*/
|
|
@@ -6718,7 +6787,7 @@ declare namespace sap {
|
|
|
6718
6787
|
/**
|
|
6719
6788
|
* This event is fired when the value of the field is changed, for example, each time a key is pressed.
|
|
6720
6789
|
*
|
|
6721
|
-
* **Note
|
|
6790
|
+
* **Note:** This event is only triggered if the used content control has a `liveChange` event.
|
|
6722
6791
|
*/
|
|
6723
6792
|
liveChange?: (oEvent: FieldBase$LiveChangeEvent) => void;
|
|
6724
6793
|
|
|
@@ -6731,7 +6800,7 @@ declare namespace sap {
|
|
|
6731
6800
|
* This event is fired when the user presses Enter. It allows the application to implement some
|
|
6732
6801
|
* submit logic.
|
|
6733
6802
|
*
|
|
6734
|
-
* **Note
|
|
6803
|
+
* **Note:** This event is only triggered if the field is editable.
|
|
6735
6804
|
*
|
|
6736
6805
|
* @since 1.82.0
|
|
6737
6806
|
*/
|
|
@@ -7453,12 +7522,14 @@ declare namespace sap {
|
|
|
7453
7522
|
sap.ui.core.IFormContent,
|
|
7454
7523
|
sap.ui.core.ISemanticFormContent,
|
|
7455
7524
|
sap.m.IOverflowToolbarContent,
|
|
7456
|
-
sap.ui.core.ILabelable
|
|
7525
|
+
sap.ui.core.ILabelable,
|
|
7526
|
+
sap.m.IToolbarInteractiveControl
|
|
7457
7527
|
{
|
|
7458
7528
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
7459
7529
|
__implements__sap_ui_core_ISemanticFormContent: boolean;
|
|
7460
7530
|
__implements__sap_m_IOverflowToolbarContent: boolean;
|
|
7461
7531
|
__implements__sap_ui_core_ILabelable: boolean;
|
|
7532
|
+
__implements__sap_m_IToolbarInteractiveControl: boolean;
|
|
7462
7533
|
/**
|
|
7463
7534
|
* Constructor for a new `FieldBase`.
|
|
7464
7535
|
*
|
|
@@ -7541,7 +7612,7 @@ declare namespace sap {
|
|
|
7541
7612
|
*
|
|
7542
7613
|
* This event is fired when the value of the field is changed, for example, each time a key is pressed.
|
|
7543
7614
|
*
|
|
7544
|
-
* **Note
|
|
7615
|
+
* **Note:** This event is only triggered if the used content control has a `liveChange` event.
|
|
7545
7616
|
*
|
|
7546
7617
|
*
|
|
7547
7618
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -7569,7 +7640,7 @@ declare namespace sap {
|
|
|
7569
7640
|
*
|
|
7570
7641
|
* This event is fired when the value of the field is changed, for example, each time a key is pressed.
|
|
7571
7642
|
*
|
|
7572
|
-
* **Note
|
|
7643
|
+
* **Note:** This event is only triggered if the used content control has a `liveChange` event.
|
|
7573
7644
|
*
|
|
7574
7645
|
*
|
|
7575
7646
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -7640,7 +7711,7 @@ declare namespace sap {
|
|
|
7640
7711
|
* This event is fired when the user presses Enter. It allows the application to implement some
|
|
7641
7712
|
* submit logic.
|
|
7642
7713
|
*
|
|
7643
|
-
* **Note
|
|
7714
|
+
* **Note:** This event is only triggered if the field is editable.
|
|
7644
7715
|
*
|
|
7645
7716
|
* @since 1.82.0
|
|
7646
7717
|
*
|
|
@@ -7670,7 +7741,7 @@ declare namespace sap {
|
|
|
7670
7741
|
* This event is fired when the user presses Enter. It allows the application to implement some
|
|
7671
7742
|
* submit logic.
|
|
7672
7743
|
*
|
|
7673
|
-
* **Note
|
|
7744
|
+
* **Note:** This event is only triggered if the field is editable.
|
|
7674
7745
|
*
|
|
7675
7746
|
* @since 1.82.0
|
|
7676
7747
|
*
|
|
@@ -7723,12 +7794,13 @@ declare namespace sap {
|
|
|
7723
7794
|
vValue: any
|
|
7724
7795
|
): boolean;
|
|
7725
7796
|
/**
|
|
7726
|
-
* Assigns a
|
|
7797
|
+
* Assigns a {@link sap.m.Label Label} control to the {@link sap.ui.mdc.Field Field}, {@link sap.ui.mdc.MultiValueField MultiValueField},
|
|
7727
7798
|
* or {@link sap.ui.mdc.FilterField FilterField} controls.
|
|
7728
7799
|
*
|
|
7729
7800
|
* The text of the label is taken from the {@link sap.ui.mdc.Field Field}, {@link sap.ui.mdc.MultiValueField MultiValueField},
|
|
7730
|
-
* or {@link sap.ui.mdc.FilterField FilterField} controls. The
|
|
7731
|
-
* {@link sap.ui.mdc.
|
|
7801
|
+
* or {@link sap.ui.mdc.FilterField FilterField} controls. The {@link sap.m.Label#setLabelFor labelFor }
|
|
7802
|
+
* association is set to the {@link sap.ui.mdc.Field Field}, {@link sap.ui.mdc.MultiValueField MultiValueField},
|
|
7803
|
+
* or {@link sap.ui.mdc.FilterField FilterField} control.
|
|
7732
7804
|
*
|
|
7733
7805
|
* @since 1.62.0
|
|
7734
7806
|
*
|
|
@@ -7922,10 +7994,11 @@ declare namespace sap {
|
|
|
7922
7994
|
/**
|
|
7923
7995
|
* Returns the configuration for the additional data type.
|
|
7924
7996
|
*
|
|
7925
|
-
* For a {@link sap.ui.mdc.Field Field}, the data type is determined from the binding of the
|
|
7997
|
+
* For a {@link sap.ui.mdc.Field Field}, the data type is determined from the binding of the {@link sap.ui.mdc.Field#getAdditionalValue additionalValue}.
|
|
7926
7998
|
* For a {@link sap.ui.mdc.MultiValueField MultiValueField}, the data type is determined from the binding
|
|
7927
|
-
* of the
|
|
7928
|
-
* via the
|
|
7999
|
+
* of the {@link sap.ui.mdc.field.MultiValueFieldItem#getDescription description} of an item. For a {@link sap.ui.mdc.FilterField FilterField},
|
|
8000
|
+
* the data type is provided via the {@link sap.ui.mdc.FilterField#getAdditionalDataType additionalDataType }
|
|
8001
|
+
* property.
|
|
7929
8002
|
*
|
|
7930
8003
|
* @since 1.118.0
|
|
7931
8004
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
@@ -7946,7 +8019,8 @@ declare namespace sap {
|
|
|
7946
8019
|
*/
|
|
7947
8020
|
getBaseType(): sap.ui.mdc.enums.BaseType;
|
|
7948
8021
|
/**
|
|
7949
|
-
* Creates parameter for a
|
|
8022
|
+
* Creates parameter for a {@link sap.ui.base.ManagedObject#event:ParseError ParseError}, {@link sap.ui.base.ManagedObject#event:ValidationError ValidationError }
|
|
8023
|
+
* or {@link sap.ui.base.ManagedObject#event:ValidationSuccess ValidationSuccess} event based on the corresponding
|
|
7950
8024
|
* event fired on the inner control.
|
|
7951
8025
|
*
|
|
7952
8026
|
* The basic implementation just adds the element and error information. The `property` and `type` information
|
|
@@ -7972,9 +8046,9 @@ declare namespace sap {
|
|
|
7972
8046
|
* These should be bound to a {@link sap.ui.mdc.FilterBar FilterBar} using the corresponding `propertyPath`.
|
|
7973
8047
|
*
|
|
7974
8048
|
* **Note:** For {@link sap.ui.mdc.FilterField FilterField} controls, the `conditions` property is used
|
|
7975
|
-
* to bind {@link sap.ui.mdc.FilterField FilterField} to its parent {@link
|
|
7976
|
-
* If this property is not explicitly configured, the {@link
|
|
7977
|
-
*
|
|
8049
|
+
* to bind {@link sap.ui.mdc.FilterField FilterField} to its parent {@link sap.ui.mdc.FilterBar FilterBar}.
|
|
8050
|
+
* If this property is not explicitly configured, the {@link sap.ui.mdc.FilterBar FilterBar} sets a default
|
|
8051
|
+
* binding. For example, for a {@link sap.ui.mdc.FilterField FilterField} control inside a {@link sap.ui.mdc.FilterBar FilterBar }
|
|
7978
8052
|
* control, the binding looks like this:
|
|
7979
8053
|
* `conditions="{$filters>/conditions/propertyPath}"` with the following data:
|
|
7980
8054
|
* - `$filters` as the name of the condition model
|
|
@@ -7994,9 +8068,10 @@ declare namespace sap {
|
|
|
7994
8068
|
*
|
|
7995
8069
|
* Optional content that can be rendered.
|
|
7996
8070
|
*
|
|
7997
|
-
* Per default, depending on
|
|
7998
|
-
*
|
|
7999
|
-
* control in
|
|
8071
|
+
* Per default, depending on {@link #getEditMode editMode}, {@link #getMultipleLines multipleLines} and
|
|
8072
|
+
* the used data type, a content control is rendered. For simple string types, a {@link sap.m.Text Text }
|
|
8073
|
+
* control is rendered in display mode and a {@link sap.m.Input Input} control in edit mode. If a control
|
|
8074
|
+
* is assigned in the `content` aggregation, this will be rendered instead.
|
|
8000
8075
|
*
|
|
8001
8076
|
* **Note:** Bind the value-holding property of the control to `'$field>/conditions'` using {@link sap.ui.mdc.field.ConditionsType ConditionsType }
|
|
8002
8077
|
* as type.
|
|
@@ -8013,11 +8088,11 @@ declare namespace sap {
|
|
|
8013
8088
|
/**
|
|
8014
8089
|
* Gets content of aggregation {@link #getContentDisplay contentDisplay}.
|
|
8015
8090
|
*
|
|
8016
|
-
* Optional content to be rendered if the
|
|
8091
|
+
* Optional content to be rendered if the {@link #getEditMode editMode} property is set to `Display`.
|
|
8017
8092
|
*
|
|
8018
|
-
* Per default, depending on
|
|
8019
|
-
* mode. For simple string types, a {@link sap.m.Text Text} control is rendered in
|
|
8020
|
-
* is assigned in the `contentDisplay` aggregation, this will be rendered instead.
|
|
8093
|
+
* Per default, depending on {@link #getMultipleLines multipleLines} and the used data type, a content control
|
|
8094
|
+
* is rendered in display mode. For simple string types, a {@link sap.m.Text Text} control is rendered in
|
|
8095
|
+
* display mode. If a control is assigned in the `contentDisplay` aggregation, this will be rendered instead.
|
|
8021
8096
|
*
|
|
8022
8097
|
* **Note:** If a control is assigned to the `content` aggregation, this one is ignored.
|
|
8023
8098
|
*
|
|
@@ -8038,11 +8113,11 @@ declare namespace sap {
|
|
|
8038
8113
|
/**
|
|
8039
8114
|
* Gets content of aggregation {@link #getContentEdit contentEdit}.
|
|
8040
8115
|
*
|
|
8041
|
-
* Optional content to be rendered if the
|
|
8116
|
+
* Optional content to be rendered if the {@link #getEditMode editMode} property is not set to `Display`.
|
|
8042
8117
|
*
|
|
8043
|
-
* Per default, depending on
|
|
8044
|
-
* mode. For simple string types, an {@link sap.m.Input Input} control is rendered in
|
|
8045
|
-
* is assigned in the `contentEdit` aggregation, this will be rendered instead.
|
|
8118
|
+
* Per default, depending on {@link #getMultipleLines multipleLines} and the used data type, a content control
|
|
8119
|
+
* is rendered in edit mode. For simple string types, an {@link sap.m.Input Input} control is rendered in
|
|
8120
|
+
* edit mode. If a control is assigned in the `contentEdit` aggregation, this will be rendered instead.
|
|
8046
8121
|
*
|
|
8047
8122
|
* **Note:** If a control is assigned to the `content` aggregation, this one is ignored.
|
|
8048
8123
|
*
|
|
@@ -8085,7 +8160,7 @@ declare namespace sap {
|
|
|
8085
8160
|
/**
|
|
8086
8161
|
* Gets current value of property {@link #getDataTypeConstraints dataTypeConstraints}.
|
|
8087
8162
|
*
|
|
8088
|
-
* The constraints of the type specified in
|
|
8163
|
+
* The constraints of the type specified in {@link #setDataType dataType}.
|
|
8089
8164
|
*
|
|
8090
8165
|
*
|
|
8091
8166
|
* @returns Value of property `dataTypeConstraints`
|
|
@@ -8094,7 +8169,7 @@ declare namespace sap {
|
|
|
8094
8169
|
/**
|
|
8095
8170
|
* Gets current value of property {@link #getDataTypeFormatOptions dataTypeFormatOptions}.
|
|
8096
8171
|
*
|
|
8097
|
-
* The format options of the type specified in
|
|
8172
|
+
* The format options of the type specified in {@link #setDataType dataType}.
|
|
8098
8173
|
*
|
|
8099
8174
|
*
|
|
8100
8175
|
* @returns Value of property `dataTypeFormatOptions`
|
|
@@ -8177,7 +8252,7 @@ declare namespace sap {
|
|
|
8177
8252
|
* @since 1.126.0
|
|
8178
8253
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
8179
8254
|
*
|
|
8180
|
-
* @returns returns a
|
|
8255
|
+
* @returns returns a `Promise` waiting for ongoing formatting
|
|
8181
8256
|
*/
|
|
8182
8257
|
getFormattingPromise(): undefined | Promise<any>;
|
|
8183
8258
|
/**
|
|
@@ -8202,7 +8277,7 @@ declare namespace sap {
|
|
|
8202
8277
|
*
|
|
8203
8278
|
* The default value of -1 indicates that an unlimited number of conditions can be defined.
|
|
8204
8279
|
*
|
|
8205
|
-
* **Note
|
|
8280
|
+
* **Note:** If the data type used doesn't support multiple conditions, an error is thrown.
|
|
8206
8281
|
*
|
|
8207
8282
|
* Default value is `-1`.
|
|
8208
8283
|
*
|
|
@@ -8219,7 +8294,7 @@ declare namespace sap {
|
|
|
8219
8294
|
*
|
|
8220
8295
|
* This property is only used for single-value fields.
|
|
8221
8296
|
*
|
|
8222
|
-
* **Note
|
|
8297
|
+
* **Note:** If the data type used doesn't support multiple lines, an error is thrown.
|
|
8223
8298
|
*
|
|
8224
8299
|
* Default value is `false`.
|
|
8225
8300
|
*
|
|
@@ -8233,7 +8308,7 @@ declare namespace sap {
|
|
|
8233
8308
|
*
|
|
8234
8309
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
8235
8310
|
*
|
|
8236
|
-
* @returns Configuration information for the
|
|
8311
|
+
* @returns Configuration information for the {@link sap.m.IOverflowToolbarContent} interface.
|
|
8237
8312
|
*/
|
|
8238
8313
|
getOverflowToolbarConfig(): object;
|
|
8239
8314
|
/**
|
|
@@ -8279,10 +8354,10 @@ declare namespace sap {
|
|
|
8279
8354
|
*
|
|
8280
8355
|
* If set, an empty `Field` renders an empty indicator in display mode.
|
|
8281
8356
|
*
|
|
8282
|
-
* This property only takes effect if
|
|
8357
|
+
* This property only takes effect if {@link #setEditMode editMode} is set to `Display`.
|
|
8283
8358
|
*
|
|
8284
|
-
* **Note
|
|
8285
|
-
* show nothing, depending on the
|
|
8359
|
+
* **Note:** Empty means the `Field` holds no value. If an empty string is a valid value, the `Field` might
|
|
8360
|
+
* show nothing, depending on the {@link #setDisplay display} settings and assigned description or {@link #setValueHelp ValueHelp}.
|
|
8286
8361
|
*
|
|
8287
8362
|
* Default value is `false`.
|
|
8288
8363
|
*
|
|
@@ -8348,8 +8423,8 @@ declare namespace sap {
|
|
|
8348
8423
|
* Visualizes the validation state of the control, for example, `Error`, `Warning` or `Success`.
|
|
8349
8424
|
*
|
|
8350
8425
|
* **Note:** The visualization of the `ValueState` property is handled by the inner rendered control. If
|
|
8351
|
-
* a control is set (using
|
|
8352
|
-
* the `valueState` behavior, otherwise `valueState` is not visualized.
|
|
8426
|
+
* a control is set (using {@link #setContent content}, {@link #setContentEdit contentEdit}, or {@link #setContentDisplay contentDisplay}),
|
|
8427
|
+
* this control needs to support the `valueState` behavior, otherwise `valueState` is not visualized.
|
|
8353
8428
|
*
|
|
8354
8429
|
* Default value is `None`.
|
|
8355
8430
|
*
|
|
@@ -8358,7 +8433,7 @@ declare namespace sap {
|
|
|
8358
8433
|
*/
|
|
8359
8434
|
getValueState(): sap.ui.core.ValueState;
|
|
8360
8435
|
/**
|
|
8361
|
-
* Gets the ValueState for content controls
|
|
8436
|
+
* Gets the `ValueState` for content controls
|
|
8362
8437
|
*
|
|
8363
8438
|
* @since 1.138.0
|
|
8364
8439
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
@@ -8391,7 +8466,7 @@ declare namespace sap {
|
|
|
8391
8466
|
*/
|
|
8392
8467
|
getWidth(): sap.ui.core.CSSSize;
|
|
8393
8468
|
/**
|
|
8394
|
-
* Handler of the
|
|
8469
|
+
* Handler of the {@link sap.ui.base.ManagedObject#event:modelContextChange modelContextChange} event.
|
|
8395
8470
|
*
|
|
8396
8471
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
8397
8472
|
*/
|
|
@@ -8413,12 +8488,12 @@ declare namespace sap {
|
|
|
8413
8488
|
* Returns the user interaction state of the control.
|
|
8414
8489
|
*
|
|
8415
8490
|
* If the user starts typing or navigates via arrow keys in a value help, the shown value might be updated.
|
|
8416
|
-
* But as long as the user has not left the field or pressed the Enter key, the current user
|
|
8417
|
-
* not be validated or updated or an event fired.
|
|
8491
|
+
* But as long as the user has not left the field or pressed the Enter key, the current user
|
|
8492
|
+
* input will not be validated or updated or an event fired.
|
|
8418
8493
|
*
|
|
8419
8494
|
* As long as the user is interacting with the field, this function returns `true`. If the user interaction
|
|
8420
|
-
* has been completed because the user has left the field, pressed the Enter key, or chosen a
|
|
8421
|
-
* the value help, the function returns `false`.
|
|
8495
|
+
* has been completed because the user has left the field, pressed the Enter key, or chosen a
|
|
8496
|
+
* value from the value help, the function returns `false`.
|
|
8422
8497
|
*
|
|
8423
8498
|
* @since 1.117.0
|
|
8424
8499
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
@@ -8454,8 +8529,8 @@ declare namespace sap {
|
|
|
8454
8529
|
isFieldDestroyed(): boolean;
|
|
8455
8530
|
/**
|
|
8456
8531
|
* Returns whether the given property value is initial and has not been explicitly set or no binding exist.
|
|
8457
|
-
* Even after setting the default value or setting null
|
|
8458
|
-
* be set), the property is no longer initial. A property can be reset to initial state by calling `resetProperty(sPropertyName)`.
|
|
8532
|
+
* Even after setting the default value or setting `null`/`undefined` (which also causes the default value
|
|
8533
|
+
* to be set), the property is no longer initial. A property can be reset to initial state by calling `{@link sap.ui.base.ManagedObject#resetProperty resetProperty}(sPropertyName)`.
|
|
8459
8534
|
*
|
|
8460
8535
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
8461
8536
|
*
|
|
@@ -8529,12 +8604,13 @@ declare namespace sap {
|
|
|
8529
8604
|
*/
|
|
8530
8605
|
resetInvalidInput(
|
|
8531
8606
|
/**
|
|
8532
|
-
* If set to `true` the
|
|
8607
|
+
* If set to `true` the {@link #getValueState ValueState} and {@link #getValueStateText ValueStateText }
|
|
8608
|
+
* is removed
|
|
8533
8609
|
*/
|
|
8534
8610
|
bRemoveUIMessage: boolean
|
|
8535
8611
|
): void;
|
|
8536
8612
|
/**
|
|
8537
|
-
* Resets the ValueState for content controls
|
|
8613
|
+
* Resets the `ValueState` for content controls
|
|
8538
8614
|
*
|
|
8539
8615
|
* @since 1.138.0
|
|
8540
8616
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
@@ -8548,9 +8624,9 @@ declare namespace sap {
|
|
|
8548
8624
|
* These should be bound to a {@link sap.ui.mdc.FilterBar FilterBar} using the corresponding `propertyPath`.
|
|
8549
8625
|
*
|
|
8550
8626
|
* **Note:** For {@link sap.ui.mdc.FilterField FilterField} controls, the `conditions` property is used
|
|
8551
|
-
* to bind {@link sap.ui.mdc.FilterField FilterField} to its parent {@link
|
|
8552
|
-
* If this property is not explicitly configured, the {@link
|
|
8553
|
-
*
|
|
8627
|
+
* to bind {@link sap.ui.mdc.FilterField FilterField} to its parent {@link sap.ui.mdc.FilterBar FilterBar}.
|
|
8628
|
+
* If this property is not explicitly configured, the {@link sap.ui.mdc.FilterBar FilterBar} sets a default
|
|
8629
|
+
* binding. For example, for a {@link sap.ui.mdc.FilterField FilterField} control inside a {@link sap.ui.mdc.FilterBar FilterBar }
|
|
8554
8630
|
* control, the binding looks like this:
|
|
8555
8631
|
* `conditions="{$filters>/conditions/propertyPath}"` with the following data:
|
|
8556
8632
|
* - `$filters` as the name of the condition model
|
|
@@ -8634,7 +8710,7 @@ declare namespace sap {
|
|
|
8634
8710
|
/**
|
|
8635
8711
|
* Sets a new value for property {@link #getDataTypeConstraints dataTypeConstraints}.
|
|
8636
8712
|
*
|
|
8637
|
-
* The constraints of the type specified in
|
|
8713
|
+
* The constraints of the type specified in {@link #setDataType dataType}.
|
|
8638
8714
|
*
|
|
8639
8715
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8640
8716
|
*
|
|
@@ -8650,7 +8726,7 @@ declare namespace sap {
|
|
|
8650
8726
|
/**
|
|
8651
8727
|
* Sets a new value for property {@link #getDataTypeFormatOptions dataTypeFormatOptions}.
|
|
8652
8728
|
*
|
|
8653
|
-
* The format options of the type specified in
|
|
8729
|
+
* The format options of the type specified in {@link #setDataType dataType}.
|
|
8654
8730
|
*
|
|
8655
8731
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8656
8732
|
*
|
|
@@ -8785,7 +8861,7 @@ declare namespace sap {
|
|
|
8785
8861
|
*
|
|
8786
8862
|
* The default value of -1 indicates that an unlimited number of conditions can be defined.
|
|
8787
8863
|
*
|
|
8788
|
-
* **Note
|
|
8864
|
+
* **Note:** If the data type used doesn't support multiple conditions, an error is thrown.
|
|
8789
8865
|
*
|
|
8790
8866
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8791
8867
|
*
|
|
@@ -8809,7 +8885,7 @@ declare namespace sap {
|
|
|
8809
8885
|
*
|
|
8810
8886
|
* This property is only used for single-value fields.
|
|
8811
8887
|
*
|
|
8812
|
-
* **Note
|
|
8888
|
+
* **Note:** If the data type used doesn't support multiple lines, an error is thrown.
|
|
8813
8889
|
*
|
|
8814
8890
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8815
8891
|
*
|
|
@@ -8868,10 +8944,10 @@ declare namespace sap {
|
|
|
8868
8944
|
*
|
|
8869
8945
|
* If set, an empty `Field` renders an empty indicator in display mode.
|
|
8870
8946
|
*
|
|
8871
|
-
* This property only takes effect if
|
|
8947
|
+
* This property only takes effect if {@link #setEditMode editMode} is set to `Display`.
|
|
8872
8948
|
*
|
|
8873
|
-
* **Note
|
|
8874
|
-
* show nothing, depending on the
|
|
8949
|
+
* **Note:** Empty means the `Field` holds no value. If an empty string is a valid value, the `Field` might
|
|
8950
|
+
* show nothing, depending on the {@link #setDisplay display} settings and assigned description or {@link #setValueHelp ValueHelp}.
|
|
8875
8951
|
*
|
|
8876
8952
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8877
8953
|
*
|
|
@@ -8946,8 +9022,8 @@ declare namespace sap {
|
|
|
8946
9022
|
* Visualizes the validation state of the control, for example, `Error`, `Warning` or `Success`.
|
|
8947
9023
|
*
|
|
8948
9024
|
* **Note:** The visualization of the `ValueState` property is handled by the inner rendered control. If
|
|
8949
|
-
* a control is set (using
|
|
8950
|
-
* the `valueState` behavior, otherwise `valueState` is not visualized.
|
|
9025
|
+
* a control is set (using {@link #setContent content}, {@link #setContentEdit contentEdit}, or {@link #setContentDisplay contentDisplay}),
|
|
9026
|
+
* this control needs to support the `valueState` behavior, otherwise `valueState` is not visualized.
|
|
8951
9027
|
*
|
|
8952
9028
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8953
9029
|
*
|
|
@@ -8963,7 +9039,7 @@ declare namespace sap {
|
|
|
8963
9039
|
sValueState?: sap.ui.core.ValueState
|
|
8964
9040
|
): this;
|
|
8965
9041
|
/**
|
|
8966
|
-
* Sets the ValueState for content controls
|
|
9042
|
+
* Sets the `ValueState` for content controls
|
|
8967
9043
|
*
|
|
8968
9044
|
* @since 1.138.0
|
|
8969
9045
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
@@ -9016,7 +9092,8 @@ declare namespace sap {
|
|
|
9016
9092
|
sWidth?: sap.ui.core.CSSSize
|
|
9017
9093
|
): this;
|
|
9018
9094
|
/**
|
|
9019
|
-
* Checks if a condition update needs to fire a
|
|
9095
|
+
* Checks if a condition update needs to fire a {@link sap.ui.base.ManagedObject#event:ValidationSuccess ValidationSuccess }
|
|
9096
|
+
* event.
|
|
9020
9097
|
*
|
|
9021
9098
|
* This is required in {@link sap.ui.mdc.field.Field Field} if the condition update doesn't lead to an update
|
|
9022
9099
|
* of the {@link sap.ui.mdc.field.Field#setValue value} property. (If only description or payload is changed.)
|
|
@@ -9024,7 +9101,8 @@ declare namespace sap {
|
|
|
9024
9101
|
* @since 1.142.0
|
|
9025
9102
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
9026
9103
|
*
|
|
9027
|
-
* @returns `true` if the
|
|
9104
|
+
* @returns `true` if the {@link sap.ui.base.ManagedObject#event:ValidationSuccess ValidationSuccess} event
|
|
9105
|
+
* is fired
|
|
9028
9106
|
*/
|
|
9029
9107
|
shouldFireValidationSuccessOnConditionUpdate(
|
|
9030
9108
|
/**
|
|
@@ -10080,19 +10158,6 @@ declare namespace sap {
|
|
|
10080
10158
|
*/
|
|
10081
10159
|
mParameters?: sap.ui.mdc.filterbar.FilterBarBase$SearchEventParameters
|
|
10082
10160
|
): this;
|
|
10083
|
-
/**
|
|
10084
|
-
* Updates the Adapt Filters button text based on the number of assigned filters.
|
|
10085
|
-
*
|
|
10086
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
10087
|
-
*
|
|
10088
|
-
* @returns text for the Adapt Filters button
|
|
10089
|
-
*/
|
|
10090
|
-
getAdaptFiltersButtonText(
|
|
10091
|
-
/**
|
|
10092
|
-
* number of assigned filters
|
|
10093
|
-
*/
|
|
10094
|
-
iFilterCount: int
|
|
10095
|
-
): string;
|
|
10096
10161
|
/**
|
|
10097
10162
|
* Gets the labels of all filters with a value assignment.
|
|
10098
10163
|
*
|
|
@@ -15857,6 +15922,20 @@ declare namespace sap {
|
|
|
15857
15922
|
namespace DragDropConfig {
|
|
15858
15923
|
type DragSource = sap.ui.model.Context | sap.ui.core.Element;
|
|
15859
15924
|
}
|
|
15925
|
+
/**
|
|
15926
|
+
* Describes the settings that can be provided to the ActionLayoutData constructor.
|
|
15927
|
+
*/
|
|
15928
|
+
interface $ActionLayoutDataSettings
|
|
15929
|
+
extends sap.m.$OverflowToolbarLayoutDataSettings {
|
|
15930
|
+
/**
|
|
15931
|
+
* Defines the position of the action within the group of table actions.
|
|
15932
|
+
*/
|
|
15933
|
+
position?:
|
|
15934
|
+
| sap.ui.mdc.enums.TableActionPosition
|
|
15935
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
15936
|
+
| `{${string}}`;
|
|
15937
|
+
}
|
|
15938
|
+
|
|
15860
15939
|
/**
|
|
15861
15940
|
* Describes the settings that can be provided to the Column constructor.
|
|
15862
15941
|
*/
|
|
@@ -16225,6 +16304,16 @@ declare namespace sap {
|
|
|
16225
16304
|
| sap.m.PopinLayout
|
|
16226
16305
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
16227
16306
|
| `{${string}}`;
|
|
16307
|
+
|
|
16308
|
+
/**
|
|
16309
|
+
* Defines how the pop-in content is displayed.
|
|
16310
|
+
*
|
|
16311
|
+
* @since 1.143
|
|
16312
|
+
*/
|
|
16313
|
+
popinDisplay?:
|
|
16314
|
+
| sap.ui.mdc.enums.TablePopinDisplay
|
|
16315
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
16316
|
+
| `{${string}}`;
|
|
16228
16317
|
}
|
|
16229
16318
|
|
|
16230
16319
|
/**
|
|
@@ -16454,6 +16543,109 @@ declare namespace sap {
|
|
|
16454
16543
|
bindingContext?: sap.ui.model.Context;
|
|
16455
16544
|
}
|
|
16456
16545
|
|
|
16546
|
+
/**
|
|
16547
|
+
* Defines the layout data for the {@link sap.ui.mdc.Table#getActions actions} and {@link sap.ui.mdc.Table#getTableActions tableActions }
|
|
16548
|
+
* of the {@link sap.ui.mdc.Table Table}.
|
|
16549
|
+
*
|
|
16550
|
+
* @since 1.143
|
|
16551
|
+
*/
|
|
16552
|
+
class ActionLayoutData
|
|
16553
|
+
extends sap.m.OverflowToolbarLayoutData
|
|
16554
|
+
implements sap.ui.mdc.IActionLayoutData
|
|
16555
|
+
{
|
|
16556
|
+
__implements__sap_ui_mdc_IActionLayoutData: boolean;
|
|
16557
|
+
/**
|
|
16558
|
+
* Constructor for a new `ActionLayoutData`.
|
|
16559
|
+
*
|
|
16560
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
16561
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
16562
|
+
* of the syntax of the settings object.
|
|
16563
|
+
*/
|
|
16564
|
+
constructor(
|
|
16565
|
+
/**
|
|
16566
|
+
* Initial settings for the new layout data
|
|
16567
|
+
*/
|
|
16568
|
+
mSettings?: sap.ui.mdc.table.$ActionLayoutDataSettings
|
|
16569
|
+
);
|
|
16570
|
+
/**
|
|
16571
|
+
* Constructor for a new `ActionLayoutData`.
|
|
16572
|
+
*
|
|
16573
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
16574
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
16575
|
+
* of the syntax of the settings object.
|
|
16576
|
+
*/
|
|
16577
|
+
constructor(
|
|
16578
|
+
/**
|
|
16579
|
+
* ID for the new layout data, generated automatically if no ID is given
|
|
16580
|
+
*/
|
|
16581
|
+
sId?: string,
|
|
16582
|
+
/**
|
|
16583
|
+
* Initial settings for the new layout data
|
|
16584
|
+
*/
|
|
16585
|
+
mSettings?: sap.ui.mdc.table.$ActionLayoutDataSettings
|
|
16586
|
+
);
|
|
16587
|
+
|
|
16588
|
+
/**
|
|
16589
|
+
* Creates a new subclass of class sap.ui.mdc.table.ActionLayoutData with name `sClassName` and enriches
|
|
16590
|
+
* it with the information contained in `oClassInfo`.
|
|
16591
|
+
*
|
|
16592
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.m.OverflowToolbarLayoutData.extend}.
|
|
16593
|
+
*
|
|
16594
|
+
*
|
|
16595
|
+
* @returns Created class / constructor function
|
|
16596
|
+
*/
|
|
16597
|
+
static extend<T extends Record<string, unknown>>(
|
|
16598
|
+
/**
|
|
16599
|
+
* Name of the class being created
|
|
16600
|
+
*/
|
|
16601
|
+
sClassName: string,
|
|
16602
|
+
/**
|
|
16603
|
+
* Object literal with information about the class
|
|
16604
|
+
*/
|
|
16605
|
+
oClassInfo?: sap.ClassInfo<T, sap.ui.mdc.table.ActionLayoutData>,
|
|
16606
|
+
/**
|
|
16607
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
16608
|
+
* used by this class
|
|
16609
|
+
*/
|
|
16610
|
+
FNMetaImpl?: Function
|
|
16611
|
+
): Function;
|
|
16612
|
+
/**
|
|
16613
|
+
* Returns a metadata object for class sap.ui.mdc.table.ActionLayoutData.
|
|
16614
|
+
*
|
|
16615
|
+
*
|
|
16616
|
+
* @returns Metadata object describing this class
|
|
16617
|
+
*/
|
|
16618
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
16619
|
+
/**
|
|
16620
|
+
* Gets current value of property {@link #getPosition position}.
|
|
16621
|
+
*
|
|
16622
|
+
* Defines the position of the action within the group of table actions.
|
|
16623
|
+
*
|
|
16624
|
+
* Default value is `EndActions`.
|
|
16625
|
+
*
|
|
16626
|
+
*
|
|
16627
|
+
* @returns Value of property `position`
|
|
16628
|
+
*/
|
|
16629
|
+
getPosition(): sap.ui.mdc.enums.TableActionPosition;
|
|
16630
|
+
/**
|
|
16631
|
+
* Sets a new value for property {@link #getPosition position}.
|
|
16632
|
+
*
|
|
16633
|
+
* Defines the position of the action within the group of table actions.
|
|
16634
|
+
*
|
|
16635
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
16636
|
+
*
|
|
16637
|
+
* Default value is `EndActions`.
|
|
16638
|
+
*
|
|
16639
|
+
*
|
|
16640
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
16641
|
+
*/
|
|
16642
|
+
setPosition(
|
|
16643
|
+
/**
|
|
16644
|
+
* New value for property `position`
|
|
16645
|
+
*/
|
|
16646
|
+
sPosition?: sap.ui.mdc.enums.TableActionPosition
|
|
16647
|
+
): this;
|
|
16648
|
+
}
|
|
16457
16649
|
/**
|
|
16458
16650
|
* The column for the metadata-driven table with the template, which is shown if the rows have data.
|
|
16459
16651
|
*
|
|
@@ -18100,6 +18292,18 @@ declare namespace sap {
|
|
|
18100
18292
|
* @returns Value of property `growingMode`
|
|
18101
18293
|
*/
|
|
18102
18294
|
getGrowingMode(): sap.ui.mdc.enums.TableGrowingMode;
|
|
18295
|
+
/**
|
|
18296
|
+
* Gets current value of property {@link #getPopinDisplay popinDisplay}.
|
|
18297
|
+
*
|
|
18298
|
+
* Defines how the pop-in content is displayed.
|
|
18299
|
+
*
|
|
18300
|
+
* Default value is `Inline`.
|
|
18301
|
+
*
|
|
18302
|
+
* @since 1.143
|
|
18303
|
+
*
|
|
18304
|
+
* @returns Value of property `popinDisplay`
|
|
18305
|
+
*/
|
|
18306
|
+
getPopinDisplay(): sap.ui.mdc.enums.TablePopinDisplay;
|
|
18103
18307
|
/**
|
|
18104
18308
|
* Gets current value of property {@link #getPopinLayout popinLayout}.
|
|
18105
18309
|
*
|
|
@@ -18171,6 +18375,25 @@ declare namespace sap {
|
|
|
18171
18375
|
*/
|
|
18172
18376
|
sGrowingMode?: sap.ui.mdc.enums.TableGrowingMode
|
|
18173
18377
|
): this;
|
|
18378
|
+
/**
|
|
18379
|
+
* Sets a new value for property {@link #getPopinDisplay popinDisplay}.
|
|
18380
|
+
*
|
|
18381
|
+
* Defines how the pop-in content is displayed.
|
|
18382
|
+
*
|
|
18383
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
18384
|
+
*
|
|
18385
|
+
* Default value is `Inline`.
|
|
18386
|
+
*
|
|
18387
|
+
* @since 1.143
|
|
18388
|
+
*
|
|
18389
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
18390
|
+
*/
|
|
18391
|
+
setPopinDisplay(
|
|
18392
|
+
/**
|
|
18393
|
+
* New value for property `popinDisplay`
|
|
18394
|
+
*/
|
|
18395
|
+
sPopinDisplay?: sap.ui.mdc.enums.TablePopinDisplay
|
|
18396
|
+
): this;
|
|
18174
18397
|
/**
|
|
18175
18398
|
* Sets a new value for property {@link #getPopinLayout popinLayout}.
|
|
18176
18399
|
*
|
|
@@ -19165,6 +19388,20 @@ declare namespace sap {
|
|
|
19165
19388
|
) => void;
|
|
19166
19389
|
};
|
|
19167
19390
|
}
|
|
19391
|
+
/**
|
|
19392
|
+
* Interface for subclasses of {@link sap.m.OverflowToolbarLayoutData} that position actions within the
|
|
19393
|
+
* toolbar and configure the overflow menu. Classes implementing this interface must provide a `position`
|
|
19394
|
+
* property, which uses an enumeration to define the relative order of the actions. The sequence of the
|
|
19395
|
+
* enumeration values determines the placement of the actions. Enumeration values can be organized into
|
|
19396
|
+
* groups by using the same prefix ending with the `Actions` keyword, such as `ClipboardActionsCopy` and
|
|
19397
|
+
* `ClipboardActionsPaste`.
|
|
19398
|
+
*
|
|
19399
|
+
* @since 1.143
|
|
19400
|
+
*/
|
|
19401
|
+
interface IActionLayoutData {
|
|
19402
|
+
__implements__sap_ui_mdc_IActionLayoutData: boolean;
|
|
19403
|
+
}
|
|
19404
|
+
|
|
19168
19405
|
/**
|
|
19169
19406
|
* Interface for controls or entities which can serve as filters in the `sap.ui.mdc.Table` & `sap.ui.mdc.Chart`.
|
|
19170
19407
|
*
|
|
@@ -19600,7 +19837,7 @@ declare namespace sap {
|
|
|
19600
19837
|
| `{${string}}`;
|
|
19601
19838
|
|
|
19602
19839
|
/**
|
|
19603
|
-
* This event is fired when the
|
|
19840
|
+
* This event is fired when the {@link #getValue value} property of the field is changed by user interaction.
|
|
19604
19841
|
*
|
|
19605
19842
|
* **Note** This event is only triggered if the used content control has a change event.
|
|
19606
19843
|
*/
|
|
@@ -19670,7 +19907,7 @@ declare namespace sap {
|
|
|
19670
19907
|
* Default operator name for conditions. If empty, the relevant default operator depending on the data type
|
|
19671
19908
|
* used is taken.
|
|
19672
19909
|
*
|
|
19673
|
-
* **Note
|
|
19910
|
+
* **Note:** `defaultOperator` can be the name of an {@link sap.ui.mdc.condition.Operator Operator} or the
|
|
19674
19911
|
* instance itself.
|
|
19675
19912
|
*
|
|
19676
19913
|
* @since 1.88.0
|
|
@@ -19700,7 +19937,8 @@ declare namespace sap {
|
|
|
19700
19937
|
| `{${string}}`;
|
|
19701
19938
|
|
|
19702
19939
|
/**
|
|
19703
|
-
* This event is fired when the
|
|
19940
|
+
* This event is fired when the {@link sap.ui.mdc.field.FieldBase#getConditions conditions} property of
|
|
19941
|
+
* the `FilterField` is changed by a user interaction.
|
|
19704
19942
|
*
|
|
19705
19943
|
* **Note** This event is only triggered if the used content control has a change event.
|
|
19706
19944
|
*/
|
|
@@ -19935,7 +20173,7 @@ declare namespace sap {
|
|
|
19935
20173
|
| `{${string}}`;
|
|
19936
20174
|
|
|
19937
20175
|
/**
|
|
19938
|
-
* This event is fired when the
|
|
20176
|
+
* This event is fired when the {@link #getItems items} aggregation of the field is changed by user interaction.
|
|
19939
20177
|
*
|
|
19940
20178
|
* **Note** This event is only triggered if the used content control has a change event.
|
|
19941
20179
|
*/
|
|
@@ -20327,6 +20565,23 @@ declare namespace sap {
|
|
|
20327
20565
|
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
20328
20566
|
| `{${string}}`;
|
|
20329
20567
|
|
|
20568
|
+
/**
|
|
20569
|
+
* Additional table-related actions that are positioned together with other table-generated actions, based
|
|
20570
|
+
* on the {@link sap.ui.mdc.table.ActionLayoutData ActionLayoutData} provided.
|
|
20571
|
+
*
|
|
20572
|
+
* **Note:** All actions should use layout data of the {@link sap.ui.mdc.table.ActionLayoutData ActionLayoutData }
|
|
20573
|
+
* type to ensure correct ordering. Actions that do not use this layout data will be placed after the table-generated
|
|
20574
|
+
* actions.
|
|
20575
|
+
* **Note:** Like other table-generated actions, these actions are excluded from the UI adaptation.
|
|
20576
|
+
*
|
|
20577
|
+
* @since 1.143
|
|
20578
|
+
*/
|
|
20579
|
+
tableActions?:
|
|
20580
|
+
| sap.ui.core.Control[]
|
|
20581
|
+
| sap.ui.core.Control
|
|
20582
|
+
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
20583
|
+
| `{${string}}`;
|
|
20584
|
+
|
|
20330
20585
|
/**
|
|
20331
20586
|
* VariantManagement control for the table.
|
|
20332
20587
|
*/
|
|
@@ -20537,7 +20792,8 @@ declare namespace sap {
|
|
|
20537
20792
|
/**
|
|
20538
20793
|
* The new value of the `Field`.
|
|
20539
20794
|
*
|
|
20540
|
-
* If a
|
|
20795
|
+
* If a {@link sap.ui.mdc.field.FieldBase#getValueHelp ValueHelp} is assigned to the `Field`, the `value`
|
|
20796
|
+
* is used as key for the {@link sap.ui.mdc.field.FieldBase#getValueHelp ValueHelp} items.
|
|
20541
20797
|
*/
|
|
20542
20798
|
value?: string;
|
|
20543
20799
|
|
|
@@ -20606,8 +20862,9 @@ declare namespace sap {
|
|
|
20606
20862
|
/**
|
|
20607
20863
|
* The new items of the `MultiValueField` control.
|
|
20608
20864
|
*
|
|
20609
|
-
* If a
|
|
20610
|
-
*
|
|
20865
|
+
* If a {@link sap.ui.mdc.field.FieldBase#getValueHelp ValueHelp} element is assigned to the `MultiValueField`
|
|
20866
|
+
* control, the {@link sap.ui.mdc.field.MultiValueFieldItem#getKey key} of the items is used as key for
|
|
20867
|
+
* the {@link sap.ui.mdc.field.FieldBase#getValueHelp ValueHelp} items.
|
|
20611
20868
|
*/
|
|
20612
20869
|
items?: sap.ui.mdc.field.MultiValueFieldItem[];
|
|
20613
20870
|
|
|
@@ -22049,12 +22306,15 @@ declare namespace sap {
|
|
|
22049
22306
|
*
|
|
22050
22307
|
*
|
|
22051
22308
|
* - In display mode, usually a {@link sap.m.Text Text} control is rendered.
|
|
22052
|
-
* - If
|
|
22053
|
-
*
|
|
22054
|
-
*
|
|
22309
|
+
* - If {@link sap.ui.mdc.field.FieldBase#getMultipleLines multipleLines} is set, an {@link sap.m.ExpandableText ExpandableText }
|
|
22310
|
+
* control is rendered.
|
|
22311
|
+
* - If {@link sap.ui.mdc.field.FieldBase#getFieldInfo fieldInfo} is set and it is configured to be triggerable,
|
|
22312
|
+
* a {@link sap.m.Link Link} control is rendered. The {@link sap.ui.mdc.field.FieldBase#getMultipleLines multipleLines }
|
|
22313
|
+
* property is forwarded to the {@link sap.m.Link#setWrapping wrapping} property of the {@link sap.m.Link Link }
|
|
22055
22314
|
* control.
|
|
22056
22315
|
* - In edit mode, usually an {@link sap.m.Input Input} control is rendered.
|
|
22057
|
-
* - If
|
|
22316
|
+
* - If {@link sap.ui.mdc.field.FieldBase#getMultipleLines multipleLines} is set, a {@link sap.m.TextArea TextArea }
|
|
22317
|
+
* control is rendered.
|
|
22058
22318
|
* - If a date type is used, a {@link sap.m.DatePicker DatePicker} control is rendered.
|
|
22059
22319
|
* - If a date/time type is used, a {@link sap.m.DateTimePicker DateTimePicker} control is rendered.
|
|
22060
22320
|
* - If a time type is used, a {@link sap.m.TimePicker TimePicker} control is rendered.
|
|
@@ -22147,7 +22407,7 @@ declare namespace sap {
|
|
|
22147
22407
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
22148
22408
|
* otherwise it will be bound to this `sap.ui.mdc.Field` itself.
|
|
22149
22409
|
*
|
|
22150
|
-
* This event is fired when the
|
|
22410
|
+
* This event is fired when the {@link #getValue value} property of the field is changed by user interaction.
|
|
22151
22411
|
*
|
|
22152
22412
|
* **Note** This event is only triggered if the used content control has a change event.
|
|
22153
22413
|
*
|
|
@@ -22175,7 +22435,7 @@ declare namespace sap {
|
|
|
22175
22435
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
22176
22436
|
* otherwise it will be bound to this `sap.ui.mdc.Field` itself.
|
|
22177
22437
|
*
|
|
22178
|
-
* This event is fired when the
|
|
22438
|
+
* This event is fired when the {@link #getValue value} property of the field is changed by user interaction.
|
|
22179
22439
|
*
|
|
22180
22440
|
* **Note** This event is only triggered if the used content control has a change event.
|
|
22181
22441
|
*
|
|
@@ -22689,19 +22949,21 @@ declare namespace sap {
|
|
|
22689
22949
|
}
|
|
22690
22950
|
/**
|
|
22691
22951
|
* The `FilterField` control is used to filter data based on the conditions. The conditions are managed
|
|
22692
|
-
* in the corresponding {@link sap.ui.mdc.FilterBar FilterBar}. That is why the
|
|
22693
|
-
* be bound to the related conditions in the {@link sap.ui.mdc.FilterBar FilterBar}. The type
|
|
22694
|
-
* must be defined in the
|
|
22952
|
+
* in the corresponding {@link sap.ui.mdc.FilterBar FilterBar}. That is why the {@link sap.ui.mdc.field.FieldBase#bindConditions conditions }
|
|
22953
|
+
* property must be bound to the related conditions in the {@link sap.ui.mdc.FilterBar FilterBar}. The type
|
|
22954
|
+
* of this data must be defined in the {@link sap.ui.mdc.field.FieldBase#setDataType dataType} property.
|
|
22695
22955
|
*
|
|
22696
22956
|
* Based on the data type settings, a default control is rendered by the `FilterField` as follows:
|
|
22697
22957
|
*
|
|
22698
22958
|
*
|
|
22699
22959
|
* - In display mode, usually a {@link sap.m.Text Text} control is rendered.
|
|
22700
|
-
* - If
|
|
22960
|
+
* - If {@link sap.ui.mdc.field.FieldBase#getMultipleLines multipleLines} is set, an {@link sap.m.ExpandableText ExpandableText }
|
|
22961
|
+
* control is rendered.
|
|
22701
22962
|
* - If multiple values are allowed, a {@link sap.m.Tokenizer Tokenizer} control is rendered.
|
|
22702
22963
|
* - In edit mode, usually an {@link sap.m.Input Input} control is rendered.
|
|
22703
22964
|
* - If multiple values are allowed, a {@link sap.m.MultiInput MultiInput} control is rendered.
|
|
22704
|
-
* - If
|
|
22965
|
+
* - If {@link sap.ui.mdc.field.FieldBase#getMultipleLines multipleLines} is set, a {@link sap.m.TextArea TextArea }
|
|
22966
|
+
* control is rendered.
|
|
22705
22967
|
* - If a date type or a date/time type is used and only one condition is supported, a {@link sap.m.DynamicDateRange DynamicDateRange }
|
|
22706
22968
|
* control is rendered.
|
|
22707
22969
|
* - If a date type is used and only single values are allowed, a {@link sap.m.DatePicker DatePicker }
|
|
@@ -22797,8 +23059,8 @@ declare namespace sap {
|
|
|
22797
23059
|
/**
|
|
22798
23060
|
* Adds an operator to the list of known operators.
|
|
22799
23061
|
*
|
|
22800
|
-
* **Note
|
|
22801
|
-
* operators. The standard operators are mentioned in {@link sap.ui.mdc.enums.OperatorName OperatorName}.
|
|
23062
|
+
* **Note:** If no operator is set, the used {@link sap.ui.mdc.field.FieldBase#getDataType dataType} of
|
|
23063
|
+
* the `FilterField` defines the set of default operators. The standard operators are mentioned in {@link sap.ui.mdc.enums.OperatorName OperatorName}.
|
|
22802
23064
|
*
|
|
22803
23065
|
*
|
|
22804
23066
|
* @returns Reference to `this` to allow method chaining
|
|
@@ -22812,7 +23074,7 @@ declare namespace sap {
|
|
|
22812
23074
|
/**
|
|
22813
23075
|
* Adds an array of operators to the list of known operators.
|
|
22814
23076
|
*
|
|
22815
|
-
* **Note
|
|
23077
|
+
* **Note:** `aOperators` can be the name of an {@link sap.ui.mdc.condition.Operator Operator}, the instance
|
|
22816
23078
|
* itself, or multiple operators inside an array. The standard operators are mentioned in {@link sap.ui.mdc.enums.OperatorName OperatorName}.
|
|
22817
23079
|
*
|
|
22818
23080
|
*
|
|
@@ -22830,7 +23092,8 @@ declare namespace sap {
|
|
|
22830
23092
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
22831
23093
|
* otherwise it will be bound to this `sap.ui.mdc.FilterField` itself.
|
|
22832
23094
|
*
|
|
22833
|
-
* This event is fired when the
|
|
23095
|
+
* This event is fired when the {@link sap.ui.mdc.field.FieldBase#getConditions conditions} property of
|
|
23096
|
+
* the `FilterField` is changed by a user interaction.
|
|
22834
23097
|
*
|
|
22835
23098
|
* **Note** This event is only triggered if the used content control has a change event.
|
|
22836
23099
|
*
|
|
@@ -22858,7 +23121,8 @@ declare namespace sap {
|
|
|
22858
23121
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
22859
23122
|
* otherwise it will be bound to this `sap.ui.mdc.FilterField` itself.
|
|
22860
23123
|
*
|
|
22861
|
-
* This event is fired when the
|
|
23124
|
+
* This event is fired when the {@link sap.ui.mdc.field.FieldBase#getConditions conditions} property of
|
|
23125
|
+
* the `FilterField` is changed by a user interaction.
|
|
22862
23126
|
*
|
|
22863
23127
|
* **Note** This event is only triggered if the used content control has a change event.
|
|
22864
23128
|
*
|
|
@@ -22925,7 +23189,7 @@ declare namespace sap {
|
|
|
22925
23189
|
* Default operator name for conditions. If empty, the relevant default operator depending on the data type
|
|
22926
23190
|
* used is taken.
|
|
22927
23191
|
*
|
|
22928
|
-
* **Note
|
|
23192
|
+
* **Note:** `defaultOperator` can be the name of an {@link sap.ui.mdc.condition.Operator Operator} or the
|
|
22929
23193
|
* instance itself.
|
|
22930
23194
|
*
|
|
22931
23195
|
* @since 1.88.0
|
|
@@ -22982,7 +23246,7 @@ declare namespace sap {
|
|
|
22982
23246
|
/**
|
|
22983
23247
|
* Removes all given operators from the list of known operators.
|
|
22984
23248
|
*
|
|
22985
|
-
* **Note
|
|
23249
|
+
* **Note:** `aOperators` can be the name of an {@link sap.ui.mdc.condition.Operator Operator}, the instance
|
|
22986
23250
|
* itself, or multiple operators inside an array. The standard operators are mentioned in {@link sap.ui.mdc.enums.OperatorName OperatorName}.
|
|
22987
23251
|
*/
|
|
22988
23252
|
removeOperators(
|
|
@@ -23017,7 +23281,7 @@ declare namespace sap {
|
|
|
23017
23281
|
* Default operator name for conditions. If empty, the relevant default operator depending on the data type
|
|
23018
23282
|
* used is taken.
|
|
23019
23283
|
*
|
|
23020
|
-
* **Note
|
|
23284
|
+
* **Note:** `defaultOperator` can be the name of an {@link sap.ui.mdc.condition.Operator Operator} or the
|
|
23021
23285
|
* instance itself.
|
|
23022
23286
|
*
|
|
23023
23287
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
@@ -23858,9 +24122,11 @@ declare namespace sap {
|
|
|
23858
24122
|
*
|
|
23859
24123
|
*
|
|
23860
24124
|
* - In display mode, usually a {@link sap.m.Tokenizer Tokenizer} control is rendered.
|
|
23861
|
-
* - If
|
|
24125
|
+
* - If {@link sap.ui.mdc.field.FieldBase#getMultipleLines multipleLines} is set, an {@link sap.m.ExpandableText ExpandableText }
|
|
24126
|
+
* control is rendered.
|
|
23862
24127
|
* - In edit mode, usually a {@link sap.m.MultiInput MultiInput} control is rendered.
|
|
23863
|
-
* - If
|
|
24128
|
+
* - If {@link sap.ui.mdc.field.FieldBase#getMultipleLines multipleLines} is set, a {@link sap.m.TextArea TextArea }
|
|
24129
|
+
* control is rendered.
|
|
23864
24130
|
*
|
|
23865
24131
|
* @since 1.93.0
|
|
23866
24132
|
*/
|
|
@@ -23954,7 +24220,7 @@ declare namespace sap {
|
|
|
23954
24220
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
23955
24221
|
* otherwise it will be bound to this `sap.ui.mdc.MultiValueField` itself.
|
|
23956
24222
|
*
|
|
23957
|
-
* This event is fired when the
|
|
24223
|
+
* This event is fired when the {@link #getItems items} aggregation of the field is changed by user interaction.
|
|
23958
24224
|
*
|
|
23959
24225
|
* **Note** This event is only triggered if the used content control has a change event.
|
|
23960
24226
|
*
|
|
@@ -23982,7 +24248,7 @@ declare namespace sap {
|
|
|
23982
24248
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
23983
24249
|
* otherwise it will be bound to this `sap.ui.mdc.MultiValueField` itself.
|
|
23984
24250
|
*
|
|
23985
|
-
* This event is fired when the
|
|
24251
|
+
* This event is fired when the {@link #getItems items} aggregation of the field is changed by user interaction.
|
|
23986
24252
|
*
|
|
23987
24253
|
* **Note** This event is only triggered if the used content control has a change event.
|
|
23988
24254
|
*
|
|
@@ -24454,6 +24720,19 @@ declare namespace sap {
|
|
|
24454
24720
|
* @returns Metadata object describing this class
|
|
24455
24721
|
*/
|
|
24456
24722
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
24723
|
+
/**
|
|
24724
|
+
* Adds some tableAction to the aggregation {@link #getTableActions tableActions}.
|
|
24725
|
+
*
|
|
24726
|
+
* @since 1.143
|
|
24727
|
+
*
|
|
24728
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
24729
|
+
*/
|
|
24730
|
+
addTableAction(
|
|
24731
|
+
/**
|
|
24732
|
+
* The tableAction to add; if empty, nothing is inserted
|
|
24733
|
+
*/
|
|
24734
|
+
oTableAction: sap.ui.core.Control
|
|
24735
|
+
): this;
|
|
24457
24736
|
/**
|
|
24458
24737
|
* Attaches event handler `fnFunction` to the {@link #event:beforeExport beforeExport} event of this `sap.ui.mdc.Table`.
|
|
24459
24738
|
*
|
|
@@ -24759,6 +25038,14 @@ declare namespace sap {
|
|
|
24759
25038
|
* @returns Reference to `this` in order to allow method chaining
|
|
24760
25039
|
*/
|
|
24761
25040
|
destroyRowSettings(): this;
|
|
25041
|
+
/**
|
|
25042
|
+
* Destroys all the tableActions in the aggregation {@link #getTableActions tableActions}.
|
|
25043
|
+
*
|
|
25044
|
+
* @since 1.143
|
|
25045
|
+
*
|
|
25046
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
25047
|
+
*/
|
|
25048
|
+
destroyTableActions(): this;
|
|
24762
25049
|
/**
|
|
24763
25050
|
* Destroys the type in the aggregation {@link #getType type}.
|
|
24764
25051
|
*
|
|
@@ -25325,6 +25612,20 @@ declare namespace sap {
|
|
|
25325
25612
|
* @returns Value of property `showRowCount`
|
|
25326
25613
|
*/
|
|
25327
25614
|
getShowRowCount(): boolean;
|
|
25615
|
+
/**
|
|
25616
|
+
* Gets content of aggregation {@link #getTableActions tableActions}.
|
|
25617
|
+
*
|
|
25618
|
+
* Additional table-related actions that are positioned together with other table-generated actions, based
|
|
25619
|
+
* on the {@link sap.ui.mdc.table.ActionLayoutData ActionLayoutData} provided.
|
|
25620
|
+
*
|
|
25621
|
+
* **Note:** All actions should use layout data of the {@link sap.ui.mdc.table.ActionLayoutData ActionLayoutData }
|
|
25622
|
+
* type to ensure correct ordering. Actions that do not use this layout data will be placed after the table-generated
|
|
25623
|
+
* actions.
|
|
25624
|
+
* **Note:** Like other table-generated actions, these actions are excluded from the UI adaptation.
|
|
25625
|
+
*
|
|
25626
|
+
* @since 1.143
|
|
25627
|
+
*/
|
|
25628
|
+
getTableActions(): sap.ui.core.Control[];
|
|
25328
25629
|
/**
|
|
25329
25630
|
* Gets current value of property {@link #getThreshold threshold}.
|
|
25330
25631
|
*
|
|
@@ -25408,6 +25709,20 @@ declare namespace sap {
|
|
|
25408
25709
|
*/
|
|
25409
25710
|
oColumn: sap.ui.mdc.table.Column
|
|
25410
25711
|
): int;
|
|
25712
|
+
/**
|
|
25713
|
+
* Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getTableActions tableActions}.
|
|
25714
|
+
* and returns its index if found or -1 otherwise.
|
|
25715
|
+
*
|
|
25716
|
+
* @since 1.143
|
|
25717
|
+
*
|
|
25718
|
+
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
25719
|
+
*/
|
|
25720
|
+
indexOfTableAction(
|
|
25721
|
+
/**
|
|
25722
|
+
* The tableAction whose index is looked for
|
|
25723
|
+
*/
|
|
25724
|
+
oTableAction: sap.ui.core.Control
|
|
25725
|
+
): int;
|
|
25411
25726
|
/**
|
|
25412
25727
|
* Returns a `Promise` that resolves after the table has been initialized, and after it has been created
|
|
25413
25728
|
* or its type has been changed.
|
|
@@ -25416,6 +25731,25 @@ declare namespace sap {
|
|
|
25416
25731
|
* @returns A `Promise` that resolves after the table has been initialized
|
|
25417
25732
|
*/
|
|
25418
25733
|
initialized(): Promise<any>;
|
|
25734
|
+
/**
|
|
25735
|
+
* Inserts a tableAction into the aggregation {@link #getTableActions tableActions}.
|
|
25736
|
+
*
|
|
25737
|
+
* @since 1.143
|
|
25738
|
+
*
|
|
25739
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
25740
|
+
*/
|
|
25741
|
+
insertTableAction(
|
|
25742
|
+
/**
|
|
25743
|
+
* The tableAction to insert; if empty, nothing is inserted
|
|
25744
|
+
*/
|
|
25745
|
+
oTableAction: sap.ui.core.Control,
|
|
25746
|
+
/**
|
|
25747
|
+
* The `0`-based index the tableAction should be inserted at; for a negative value of `iIndex`, the tableAction
|
|
25748
|
+
* is inserted at position 0; for a value greater than the current size of the aggregation, the tableAction
|
|
25749
|
+
* is inserted at the last position
|
|
25750
|
+
*/
|
|
25751
|
+
iIndex: int
|
|
25752
|
+
): this;
|
|
25419
25753
|
/**
|
|
25420
25754
|
* Checks whether the table is bound.
|
|
25421
25755
|
*
|
|
@@ -25432,6 +25766,29 @@ declare namespace sap {
|
|
|
25432
25766
|
* for example because there are invalid filters.
|
|
25433
25767
|
*/
|
|
25434
25768
|
rebind(): Promise<any>;
|
|
25769
|
+
/**
|
|
25770
|
+
* Removes all the controls from the aggregation {@link #getTableActions tableActions}.
|
|
25771
|
+
*
|
|
25772
|
+
* Additionally, it unregisters them from the hosting UIArea.
|
|
25773
|
+
*
|
|
25774
|
+
* @since 1.143
|
|
25775
|
+
*
|
|
25776
|
+
* @returns An array of the removed elements (might be empty)
|
|
25777
|
+
*/
|
|
25778
|
+
removeAllTableActions(): sap.ui.core.Control[];
|
|
25779
|
+
/**
|
|
25780
|
+
* Removes a tableAction from the aggregation {@link #getTableActions tableActions}.
|
|
25781
|
+
*
|
|
25782
|
+
* @since 1.143
|
|
25783
|
+
*
|
|
25784
|
+
* @returns The removed tableAction or `null`
|
|
25785
|
+
*/
|
|
25786
|
+
removeTableAction(
|
|
25787
|
+
/**
|
|
25788
|
+
* The tableAction to remove or its index or id
|
|
25789
|
+
*/
|
|
25790
|
+
vTableAction: int | string | sap.ui.core.Control
|
|
25791
|
+
): sap.ui.core.Control | null;
|
|
25435
25792
|
/**
|
|
25436
25793
|
* Scrolls the table to the row with the given index. Depending on the table type, this might cause additional
|
|
25437
25794
|
* requests. If the given index is -1, it will scroll to the end of the table based on the length of the
|
|
@@ -26800,12 +27157,16 @@ declare namespace sap {
|
|
|
26800
27157
|
|
|
26801
27158
|
"sap/ui/mdc/enums/RequestShowContainerReason": undefined;
|
|
26802
27159
|
|
|
27160
|
+
"sap/ui/mdc/enums/TableActionPosition": undefined;
|
|
27161
|
+
|
|
26803
27162
|
"sap/ui/mdc/enums/TableGrowingMode": undefined;
|
|
26804
27163
|
|
|
26805
27164
|
"sap/ui/mdc/enums/TableMultiSelectMode": undefined;
|
|
26806
27165
|
|
|
26807
27166
|
"sap/ui/mdc/enums/TableP13nMode": undefined;
|
|
26808
27167
|
|
|
27168
|
+
"sap/ui/mdc/enums/TablePopinDisplay": undefined;
|
|
27169
|
+
|
|
26809
27170
|
"sap/ui/mdc/enums/TableRowActionType": undefined;
|
|
26810
27171
|
|
|
26811
27172
|
"sap/ui/mdc/enums/TableRowCountMode": undefined;
|
|
@@ -26934,6 +27295,8 @@ declare namespace sap {
|
|
|
26934
27295
|
|
|
26935
27296
|
"sap/ui/mdc/Table": undefined;
|
|
26936
27297
|
|
|
27298
|
+
"sap/ui/mdc/table/ActionLayoutData": undefined;
|
|
27299
|
+
|
|
26937
27300
|
"sap/ui/mdc/table/Column": undefined;
|
|
26938
27301
|
|
|
26939
27302
|
"sap/ui/mdc/table/ColumnSettings": undefined;
|