@sapui5/ts-types-esm 1.138.1 → 1.139.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.cux.home.d.ts +1 -35
- package/types/sap.esh.search.ui.d.ts +10 -4
- package/types/sap.f.d.ts +5 -5
- 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 +16 -8
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +82 -3
- 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 +13 -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 +15 -3
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +488 -20
- 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 -127
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +110 -2
- package/types/sap.ui.core.d.ts +112 -31
- 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 +1 -1
- 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 +45 -8
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +16 -2
- 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 +1 -1
- 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 +86 -53
- 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 +60 -18
- 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/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.139.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/f/library" {
|
|
4
4
|
export interface IShellBar {
|
|
@@ -2184,6 +2184,30 @@ declare module "sap/m/library" {
|
|
|
2184
2184
|
*/
|
|
2185
2185
|
NeverOverflow = "NeverOverflow",
|
|
2186
2186
|
}
|
|
2187
|
+
/**
|
|
2188
|
+
* Types of `sap.m.OverflowToolbarTokenizerRenderMode` responsive modes
|
|
2189
|
+
*
|
|
2190
|
+
* This enum is part of the 'sap/m/library' module export and must be accessed by the property 'OverflowToolbarTokenizerRenderMode'.
|
|
2191
|
+
*
|
|
2192
|
+
* @since 1.139
|
|
2193
|
+
*/
|
|
2194
|
+
export enum OverflowToolbarTokenizerRenderMode {
|
|
2195
|
+
/**
|
|
2196
|
+
* In `Loose` mode, `sap.m.OverflowToolbarTokenizer` shows all its tokens, even if it requires scrolling.
|
|
2197
|
+
*/
|
|
2198
|
+
Loose = "Loose",
|
|
2199
|
+
/**
|
|
2200
|
+
* In `Narrow` mode, `sap.m.OverflowToolbarTokenizer` shows as many tokens as its width allows and an n-More
|
|
2201
|
+
* indicator with the count of the hidden tokens. The rest of the tokens remain hidden.
|
|
2202
|
+
*/
|
|
2203
|
+
Narrow = "Narrow",
|
|
2204
|
+
/**
|
|
2205
|
+
* In `Overflow` mode, `sap.m.OverflowToolbarTokenizer` shows only a `sap.m.Button` as an n-More indicator
|
|
2206
|
+
* without visible tokens. This mode is used when `sap.m.OverflowToolbarTokenizer` is within the `sap.m.OverflowToolbar`
|
|
2207
|
+
* overflow area.
|
|
2208
|
+
*/
|
|
2209
|
+
Overflow = "Overflow",
|
|
2210
|
+
}
|
|
2187
2211
|
/**
|
|
2188
2212
|
* undefined
|
|
2189
2213
|
*
|
|
@@ -28871,7 +28895,10 @@ declare module "sap/m/FeedInput" {
|
|
|
28871
28895
|
|
|
28872
28896
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
28873
28897
|
|
|
28874
|
-
import {
|
|
28898
|
+
import {
|
|
28899
|
+
PropertyBindingInfo,
|
|
28900
|
+
AggregationBindingInfo,
|
|
28901
|
+
} from "sap/ui/base/ManagedObject";
|
|
28875
28902
|
|
|
28876
28903
|
import Event from "sap/ui/base/Event";
|
|
28877
28904
|
|
|
@@ -28943,6 +28970,19 @@ declare module "sap/m/FeedInput" {
|
|
|
28943
28970
|
* @returns Metadata object describing this class
|
|
28944
28971
|
*/
|
|
28945
28972
|
static getMetadata(): ElementMetadata;
|
|
28973
|
+
/**
|
|
28974
|
+
* Adds some action to the aggregation {@link #getActions actions}.
|
|
28975
|
+
*
|
|
28976
|
+
* @since 1.139
|
|
28977
|
+
*
|
|
28978
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
28979
|
+
*/
|
|
28980
|
+
addAction(
|
|
28981
|
+
/**
|
|
28982
|
+
* The action to add; if empty, nothing is inserted
|
|
28983
|
+
*/
|
|
28984
|
+
oAction: Control
|
|
28985
|
+
): this;
|
|
28946
28986
|
/**
|
|
28947
28987
|
* Attaches event handler `fnFunction` to the {@link #event:post post} event of this `sap.m.FeedInput`.
|
|
28948
28988
|
*
|
|
@@ -28992,6 +29032,14 @@ declare module "sap/m/FeedInput" {
|
|
|
28992
29032
|
*/
|
|
28993
29033
|
oListener?: object
|
|
28994
29034
|
): this;
|
|
29035
|
+
/**
|
|
29036
|
+
* Destroys all the actions in the aggregation {@link #getActions actions}.
|
|
29037
|
+
*
|
|
29038
|
+
* @since 1.139
|
|
29039
|
+
*
|
|
29040
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
29041
|
+
*/
|
|
29042
|
+
destroyActions(): this;
|
|
28995
29043
|
/**
|
|
28996
29044
|
* Detaches event handler `fnFunction` from the {@link #event:post post} event of this `sap.m.FeedInput`.
|
|
28997
29045
|
*
|
|
@@ -29023,6 +29071,17 @@ declare module "sap/m/FeedInput" {
|
|
|
29023
29071
|
*/
|
|
29024
29072
|
mParameters?: FeedInput$PostEventParameters
|
|
29025
29073
|
): this;
|
|
29074
|
+
/**
|
|
29075
|
+
* Gets content of aggregation {@link #getActions actions}.
|
|
29076
|
+
*
|
|
29077
|
+
* Defines the actions that are displayed next to the text area. These buttons can be used to trigger actions,
|
|
29078
|
+
* such as attaching a file. This is a {@link sap.m.Button} If the actions are not set, the post button
|
|
29079
|
+
* is displayed as the last control in the feed input. **Note:** Only `sap.m.Button` is supported for this
|
|
29080
|
+
* aggregation. If another control is provided, an error is logged and actions are ignored.
|
|
29081
|
+
*
|
|
29082
|
+
* @since 1.139
|
|
29083
|
+
*/
|
|
29084
|
+
getActions(): Control[];
|
|
29026
29085
|
/**
|
|
29027
29086
|
* Gets current value of property {@link #getAriaLabelForPicture ariaLabelForPicture}.
|
|
29028
29087
|
*
|
|
@@ -29221,6 +29280,62 @@ declare module "sap/m/FeedInput" {
|
|
|
29221
29280
|
* @returns Value of property `value`
|
|
29222
29281
|
*/
|
|
29223
29282
|
getValue(): string;
|
|
29283
|
+
/**
|
|
29284
|
+
* Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getActions actions}. and returns
|
|
29285
|
+
* its index if found or -1 otherwise.
|
|
29286
|
+
*
|
|
29287
|
+
* @since 1.139
|
|
29288
|
+
*
|
|
29289
|
+
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
29290
|
+
*/
|
|
29291
|
+
indexOfAction(
|
|
29292
|
+
/**
|
|
29293
|
+
* The action whose index is looked for
|
|
29294
|
+
*/
|
|
29295
|
+
oAction: Control
|
|
29296
|
+
): int;
|
|
29297
|
+
/**
|
|
29298
|
+
* Inserts a action into the aggregation {@link #getActions actions}.
|
|
29299
|
+
*
|
|
29300
|
+
* @since 1.139
|
|
29301
|
+
*
|
|
29302
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
29303
|
+
*/
|
|
29304
|
+
insertAction(
|
|
29305
|
+
/**
|
|
29306
|
+
* The action to insert; if empty, nothing is inserted
|
|
29307
|
+
*/
|
|
29308
|
+
oAction: Control,
|
|
29309
|
+
/**
|
|
29310
|
+
* The `0`-based index the action should be inserted at; for a negative value of `iIndex`, the action is
|
|
29311
|
+
* inserted at position 0; for a value greater than the current size of the aggregation, the action is inserted
|
|
29312
|
+
* at the last position
|
|
29313
|
+
*/
|
|
29314
|
+
iIndex: int
|
|
29315
|
+
): this;
|
|
29316
|
+
/**
|
|
29317
|
+
* Removes a action from the aggregation {@link #getActions actions}.
|
|
29318
|
+
*
|
|
29319
|
+
* @since 1.139
|
|
29320
|
+
*
|
|
29321
|
+
* @returns The removed action or `null`
|
|
29322
|
+
*/
|
|
29323
|
+
removeAction(
|
|
29324
|
+
/**
|
|
29325
|
+
* The action to remove or its index or id
|
|
29326
|
+
*/
|
|
29327
|
+
vAction: int | string | Control
|
|
29328
|
+
): Control | null;
|
|
29329
|
+
/**
|
|
29330
|
+
* Removes all the controls from the aggregation {@link #getActions actions}.
|
|
29331
|
+
*
|
|
29332
|
+
* Additionally, it unregisters them from the hosting UIArea.
|
|
29333
|
+
*
|
|
29334
|
+
* @since 1.139
|
|
29335
|
+
*
|
|
29336
|
+
* @returns An array of the removed elements (might be empty)
|
|
29337
|
+
*/
|
|
29338
|
+
removeAllActions(): Control[];
|
|
29224
29339
|
/**
|
|
29225
29340
|
* Sets a new value for property {@link #getAriaLabelForPicture ariaLabelForPicture}.
|
|
29226
29341
|
*
|
|
@@ -29656,6 +29771,16 @@ declare module "sap/m/FeedInput" {
|
|
|
29656
29771
|
*/
|
|
29657
29772
|
ariaLabelForPicture?: string | PropertyBindingInfo;
|
|
29658
29773
|
|
|
29774
|
+
/**
|
|
29775
|
+
* Defines the actions that are displayed next to the text area. These buttons can be used to trigger actions,
|
|
29776
|
+
* such as attaching a file. This is a {@link sap.m.Button} If the actions are not set, the post button
|
|
29777
|
+
* is displayed as the last control in the feed input. **Note:** Only `sap.m.Button` is supported for this
|
|
29778
|
+
* aggregation. If another control is provided, an error is logged and actions are ignored.
|
|
29779
|
+
*
|
|
29780
|
+
* @since 1.139
|
|
29781
|
+
*/
|
|
29782
|
+
actions?: Control[] | Control | AggregationBindingInfo | `{${string}}`;
|
|
29783
|
+
|
|
29659
29784
|
/**
|
|
29660
29785
|
* The Post event is triggered when the user has entered a value and pressed the post button. After firing
|
|
29661
29786
|
* this event, the value is reset.
|
|
@@ -74731,6 +74856,7 @@ declare module "sap/m/OverflowToolbar" {
|
|
|
74731
74856
|
* - {@link sap.m.SegmentedButton}
|
|
74732
74857
|
* - {@link sap.m.Select}
|
|
74733
74858
|
* - {@link sap.m.TimePicker}
|
|
74859
|
+
* - {@link sap.m.OverflowToolbarTokenizer}
|
|
74734
74860
|
* - {@link sap.m.ToggleButton}
|
|
74735
74861
|
* - {@link sap.m.ToolbarSeparator}
|
|
74736
74862
|
* - {@link sap.ui.comp.smartfield.SmartField}
|
|
@@ -75440,6 +75566,208 @@ declare module "sap/m/OverflowToolbarToggleButton" {
|
|
|
75440
75566
|
extends $ToggleButtonSettings {}
|
|
75441
75567
|
}
|
|
75442
75568
|
|
|
75569
|
+
declare module "sap/m/OverflowToolbarTokenizer" {
|
|
75570
|
+
import { default as Button, $ButtonSettings } from "sap/m/Button";
|
|
75571
|
+
|
|
75572
|
+
import {
|
|
75573
|
+
IOverflowToolbarContent,
|
|
75574
|
+
IToolbarInteractiveControl,
|
|
75575
|
+
} from "sap/m/library";
|
|
75576
|
+
|
|
75577
|
+
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
75578
|
+
|
|
75579
|
+
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
75580
|
+
|
|
75581
|
+
/**
|
|
75582
|
+
* Represents an {@link sap.m.Button} that shows its text only when in the overflow area of an {@link sap.m.OverflowToolbar}.
|
|
75583
|
+
*
|
|
75584
|
+
* **Note:** This control is intended to be used exclusively in the context of `sap.m.Toolbar` and `sap.m.OverflowToolbar`.
|
|
75585
|
+
* Using more than one tokenizer in the same toolbar is not recomended, as it may lead to unexpected behavior.
|
|
75586
|
+
* Do not use tokenizers within a toolbar if its active property is set to `true`.
|
|
75587
|
+
*
|
|
75588
|
+
* @since 1.139
|
|
75589
|
+
* @experimental As of version 1.139.
|
|
75590
|
+
*/
|
|
75591
|
+
export default class OverflowToolbarTokenizer
|
|
75592
|
+
extends Button
|
|
75593
|
+
implements IOverflowToolbarContent, IToolbarInteractiveControl
|
|
75594
|
+
{
|
|
75595
|
+
__implements__sap_m_IOverflowToolbarContent: boolean;
|
|
75596
|
+
__implements__sap_m_IToolbarInteractiveControl: boolean;
|
|
75597
|
+
/**
|
|
75598
|
+
* Constructor for a new `OverflowToolbarTokenizer`.
|
|
75599
|
+
*
|
|
75600
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
75601
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
75602
|
+
* of the syntax of the settings object.
|
|
75603
|
+
*/
|
|
75604
|
+
constructor(
|
|
75605
|
+
/**
|
|
75606
|
+
* Initial settings for the new control
|
|
75607
|
+
*/
|
|
75608
|
+
mSettings?: $OverflowToolbarTokenizerSettings
|
|
75609
|
+
);
|
|
75610
|
+
/**
|
|
75611
|
+
* Constructor for a new `OverflowToolbarTokenizer`.
|
|
75612
|
+
*
|
|
75613
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
75614
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
75615
|
+
* of the syntax of the settings object.
|
|
75616
|
+
*/
|
|
75617
|
+
constructor(
|
|
75618
|
+
/**
|
|
75619
|
+
* ID for the new control, generated automatically if no ID is given
|
|
75620
|
+
*/
|
|
75621
|
+
sId?: string,
|
|
75622
|
+
/**
|
|
75623
|
+
* Initial settings for the new control
|
|
75624
|
+
*/
|
|
75625
|
+
mSettings?: $OverflowToolbarTokenizerSettings
|
|
75626
|
+
);
|
|
75627
|
+
|
|
75628
|
+
/**
|
|
75629
|
+
* Creates a new subclass of class sap.m.OverflowToolbarTokenizer with name `sClassName` and enriches it
|
|
75630
|
+
* with the information contained in `oClassInfo`.
|
|
75631
|
+
*
|
|
75632
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.m.Button.extend}.
|
|
75633
|
+
*
|
|
75634
|
+
*
|
|
75635
|
+
* @returns Created class / constructor function
|
|
75636
|
+
*/
|
|
75637
|
+
static extend<T extends Record<string, unknown>>(
|
|
75638
|
+
/**
|
|
75639
|
+
* Name of the class being created
|
|
75640
|
+
*/
|
|
75641
|
+
sClassName: string,
|
|
75642
|
+
/**
|
|
75643
|
+
* Object literal with information about the class
|
|
75644
|
+
*/
|
|
75645
|
+
oClassInfo?: sap.ClassInfo<T, OverflowToolbarTokenizer>,
|
|
75646
|
+
/**
|
|
75647
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
75648
|
+
* used by this class
|
|
75649
|
+
*/
|
|
75650
|
+
FNMetaImpl?: Function
|
|
75651
|
+
): Function;
|
|
75652
|
+
/**
|
|
75653
|
+
* Returns a metadata object for class sap.m.OverflowToolbarTokenizer.
|
|
75654
|
+
*
|
|
75655
|
+
*
|
|
75656
|
+
* @returns Metadata object describing this class
|
|
75657
|
+
*/
|
|
75658
|
+
static getMetadata(): ElementMetadata;
|
|
75659
|
+
/**
|
|
75660
|
+
* Gets current value of property {@link #getLabelText labelText}.
|
|
75661
|
+
*
|
|
75662
|
+
* Property for the text of a sap.m.Label displayed with sap.m.OverflowToolbarTokenizer. It is also displayed
|
|
75663
|
+
* as an n-More button text when used inside a `sap.m.OverflowToolbar`.
|
|
75664
|
+
*
|
|
75665
|
+
*
|
|
75666
|
+
* @returns Value of property `labelText`
|
|
75667
|
+
*/
|
|
75668
|
+
getLabelText(): string;
|
|
75669
|
+
/**
|
|
75670
|
+
* Gets current value of property {@link #getRenderMode renderMode}.
|
|
75671
|
+
*
|
|
75672
|
+
* Defines the mode that the OverflowToolbarTokenizer will use:
|
|
75673
|
+
* - `sap.m.OverflowToolbarTokenizerRenderMode.Loose` mode shows all tokens, no matter the width of the
|
|
75674
|
+
* Tokenizer
|
|
75675
|
+
* - `sap.m.OverflowToolbarTokenizerRenderMode.Narrow` mode restricts the tokenizer to display only the
|
|
75676
|
+
* maximum number of tokens that fit within its width, adding an n-More indicator for the remaining tokens
|
|
75677
|
+
*
|
|
75678
|
+
* - `sap.m.OverflowToolbarTokenizerRenderMode.Overflow` mode forces the tokenizer to show only `sap.m.Button`
|
|
75679
|
+
* as an n-More indicator without visible tokens. It is used when `sap.m.OverflowToolbarTokenizer` is within
|
|
75680
|
+
* the `sap.m.OverflowToolbar` overflow area
|
|
75681
|
+
*
|
|
75682
|
+
* **Note**: Have in mind that the `renderMode` property is used internally by the OverflowToolbarTokenizer
|
|
75683
|
+
* and controls that use the OverflowToolbarTokenizer. Therefore, modifying this property may alter the
|
|
75684
|
+
* expected behavior of the control.
|
|
75685
|
+
*
|
|
75686
|
+
* Default value is `RenderMode.Narrow`.
|
|
75687
|
+
*
|
|
75688
|
+
*
|
|
75689
|
+
* @returns Value of property `renderMode`
|
|
75690
|
+
*/
|
|
75691
|
+
getRenderMode(): string;
|
|
75692
|
+
/**
|
|
75693
|
+
* Sets a new value for property {@link #getLabelText labelText}.
|
|
75694
|
+
*
|
|
75695
|
+
* Property for the text of a sap.m.Label displayed with sap.m.OverflowToolbarTokenizer. It is also displayed
|
|
75696
|
+
* as an n-More button text when used inside a `sap.m.OverflowToolbar`.
|
|
75697
|
+
*
|
|
75698
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
75699
|
+
*
|
|
75700
|
+
*
|
|
75701
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
75702
|
+
*/
|
|
75703
|
+
setLabelText(
|
|
75704
|
+
/**
|
|
75705
|
+
* New value for property `labelText`
|
|
75706
|
+
*/
|
|
75707
|
+
sLabelText?: string
|
|
75708
|
+
): this;
|
|
75709
|
+
/**
|
|
75710
|
+
* Sets a new value for property {@link #getRenderMode renderMode}.
|
|
75711
|
+
*
|
|
75712
|
+
* Defines the mode that the OverflowToolbarTokenizer will use:
|
|
75713
|
+
* - `sap.m.OverflowToolbarTokenizerRenderMode.Loose` mode shows all tokens, no matter the width of the
|
|
75714
|
+
* Tokenizer
|
|
75715
|
+
* - `sap.m.OverflowToolbarTokenizerRenderMode.Narrow` mode restricts the tokenizer to display only the
|
|
75716
|
+
* maximum number of tokens that fit within its width, adding an n-More indicator for the remaining tokens
|
|
75717
|
+
*
|
|
75718
|
+
* - `sap.m.OverflowToolbarTokenizerRenderMode.Overflow` mode forces the tokenizer to show only `sap.m.Button`
|
|
75719
|
+
* as an n-More indicator without visible tokens. It is used when `sap.m.OverflowToolbarTokenizer` is within
|
|
75720
|
+
* the `sap.m.OverflowToolbar` overflow area
|
|
75721
|
+
*
|
|
75722
|
+
* **Note**: Have in mind that the `renderMode` property is used internally by the OverflowToolbarTokenizer
|
|
75723
|
+
* and controls that use the OverflowToolbarTokenizer. Therefore, modifying this property may alter the
|
|
75724
|
+
* expected behavior of the control.
|
|
75725
|
+
*
|
|
75726
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
75727
|
+
*
|
|
75728
|
+
* Default value is `RenderMode.Narrow`.
|
|
75729
|
+
*
|
|
75730
|
+
*
|
|
75731
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
75732
|
+
*/
|
|
75733
|
+
setRenderMode(
|
|
75734
|
+
/**
|
|
75735
|
+
* New value for property `renderMode`
|
|
75736
|
+
*/
|
|
75737
|
+
sRenderMode?: string
|
|
75738
|
+
): this;
|
|
75739
|
+
}
|
|
75740
|
+
/**
|
|
75741
|
+
* Describes the settings that can be provided to the OverflowToolbarTokenizer constructor.
|
|
75742
|
+
*
|
|
75743
|
+
* @experimental As of version 1.139.
|
|
75744
|
+
*/
|
|
75745
|
+
export interface $OverflowToolbarTokenizerSettings extends $ButtonSettings {
|
|
75746
|
+
/**
|
|
75747
|
+
* Property for the text of a sap.m.Label displayed with sap.m.OverflowToolbarTokenizer. It is also displayed
|
|
75748
|
+
* as an n-More button text when used inside a `sap.m.OverflowToolbar`.
|
|
75749
|
+
*/
|
|
75750
|
+
labelText?: string | PropertyBindingInfo;
|
|
75751
|
+
|
|
75752
|
+
/**
|
|
75753
|
+
* Defines the mode that the OverflowToolbarTokenizer will use:
|
|
75754
|
+
* - `sap.m.OverflowToolbarTokenizerRenderMode.Loose` mode shows all tokens, no matter the width of the
|
|
75755
|
+
* Tokenizer
|
|
75756
|
+
* - `sap.m.OverflowToolbarTokenizerRenderMode.Narrow` mode restricts the tokenizer to display only the
|
|
75757
|
+
* maximum number of tokens that fit within its width, adding an n-More indicator for the remaining tokens
|
|
75758
|
+
*
|
|
75759
|
+
* - `sap.m.OverflowToolbarTokenizerRenderMode.Overflow` mode forces the tokenizer to show only `sap.m.Button`
|
|
75760
|
+
* as an n-More indicator without visible tokens. It is used when `sap.m.OverflowToolbarTokenizer` is within
|
|
75761
|
+
* the `sap.m.OverflowToolbar` overflow area
|
|
75762
|
+
*
|
|
75763
|
+
* **Note**: Have in mind that the `renderMode` property is used internally by the OverflowToolbarTokenizer
|
|
75764
|
+
* and controls that use the OverflowToolbarTokenizer. Therefore, modifying this property may alter the
|
|
75765
|
+
* expected behavior of the control.
|
|
75766
|
+
*/
|
|
75767
|
+
renderMode?: string | PropertyBindingInfo;
|
|
75768
|
+
}
|
|
75769
|
+
}
|
|
75770
|
+
|
|
75443
75771
|
declare module "sap/m/p13n/BasePanel" {
|
|
75444
75772
|
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
75445
75773
|
|
|
@@ -90314,17 +90642,27 @@ declare module "sap/m/PlanningCalendar" {
|
|
|
90314
90642
|
| keyof typeof CalendarAppointmentRoundWidth
|
|
90315
90643
|
): this;
|
|
90316
90644
|
/**
|
|
90317
|
-
*
|
|
90645
|
+
* Sets a new value for property {@link #getAppointmentsReducedHeight appointmentsReducedHeight}.
|
|
90646
|
+
*
|
|
90647
|
+
* Determines whether the appointments that have only title without text are rendered with smaller height.
|
|
90318
90648
|
*
|
|
90649
|
+
* **Note:** On phone devices this property is ignored, appointments are always rendered in full height
|
|
90650
|
+
* to facilitate touching.
|
|
90651
|
+
*
|
|
90652
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
90653
|
+
*
|
|
90654
|
+
* Default value is `false`.
|
|
90655
|
+
*
|
|
90656
|
+
* @since 1.38.0
|
|
90319
90657
|
* @deprecated As of version 1.119. Please use the `appointmentHeight` with value "Automatic" property instead.
|
|
90320
90658
|
*
|
|
90321
|
-
* @returns Reference to `this`
|
|
90659
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
90322
90660
|
*/
|
|
90323
90661
|
setAppointmentsReducedHeight(
|
|
90324
90662
|
/**
|
|
90325
|
-
*
|
|
90663
|
+
* New value for property `appointmentsReducedHeight`
|
|
90326
90664
|
*/
|
|
90327
|
-
bAppointmentsReducedHeight
|
|
90665
|
+
bAppointmentsReducedHeight?: boolean
|
|
90328
90666
|
): this;
|
|
90329
90667
|
/**
|
|
90330
90668
|
* Sets a new value for property {@link #getAppointmentsVisualization appointmentsVisualization}.
|
|
@@ -90580,26 +90918,39 @@ declare module "sap/m/PlanningCalendar" {
|
|
|
90580
90918
|
sNoDataText?: string
|
|
90581
90919
|
): this;
|
|
90582
90920
|
/**
|
|
90583
|
-
* Sets
|
|
90921
|
+
* Sets a new value for property {@link #getPrimaryCalendarType primaryCalendarType}.
|
|
90584
90922
|
*
|
|
90923
|
+
* If set, the calendar type is used for display. If not set, the calendar type of the global configuration
|
|
90924
|
+
* is used.
|
|
90585
90925
|
*
|
|
90586
|
-
*
|
|
90926
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
90927
|
+
*
|
|
90928
|
+
* @since 1.108.0
|
|
90929
|
+
*
|
|
90930
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
90587
90931
|
*/
|
|
90588
90932
|
setPrimaryCalendarType(
|
|
90589
90933
|
/**
|
|
90590
|
-
*
|
|
90934
|
+
* New value for property `primaryCalendarType`
|
|
90591
90935
|
*/
|
|
90592
90936
|
sPrimaryCalendarType: CalendarType | keyof typeof CalendarType
|
|
90593
90937
|
): this;
|
|
90594
90938
|
/**
|
|
90595
|
-
* Sets
|
|
90939
|
+
* Sets a new value for property {@link #getSecondaryCalendarType secondaryCalendarType}.
|
|
90596
90940
|
*
|
|
90941
|
+
* If set, the days are also represented in this calendar type. If not set, the dates are only represented
|
|
90942
|
+
* in the primary calendar type. Note: The second calendar type won't be represented in the DOM when this
|
|
90943
|
+
* property is not set explicitly.
|
|
90597
90944
|
*
|
|
90598
|
-
*
|
|
90945
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
90946
|
+
*
|
|
90947
|
+
* @since 1.109.0
|
|
90948
|
+
*
|
|
90949
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
90599
90950
|
*/
|
|
90600
90951
|
setSecondaryCalendarType(
|
|
90601
90952
|
/**
|
|
90602
|
-
*
|
|
90953
|
+
* New value for property `secondaryCalendarType`
|
|
90603
90954
|
*/
|
|
90604
90955
|
sSecondaryCalendarType: CalendarType | keyof typeof CalendarType
|
|
90605
90956
|
): this;
|
|
@@ -90740,16 +91091,42 @@ declare module "sap/m/PlanningCalendar" {
|
|
|
90740
91091
|
oDate: Date
|
|
90741
91092
|
): this;
|
|
90742
91093
|
/**
|
|
90743
|
-
* Sets
|
|
91094
|
+
* Sets a new value for property {@link #getStickyHeader stickyHeader}.
|
|
90744
91095
|
*
|
|
91096
|
+
* Determines whether the header area will remain visible (fixed on top) when the rest of the content is
|
|
91097
|
+
* scrolled out of view.
|
|
90745
91098
|
*
|
|
90746
|
-
*
|
|
91099
|
+
* The sticky header behavior is automatically disabled on phones in landscape mode for better visibility
|
|
91100
|
+
* of the content.
|
|
91101
|
+
*
|
|
91102
|
+
* **Note:** There is limited browser support, hence the API is in experimental state. Browsers that currently
|
|
91103
|
+
* support this feature are Chrome (desktop and mobile), Safari (desktop and mobile) and Edge 41.
|
|
91104
|
+
*
|
|
91105
|
+
* There are also some known issues with respect to the scrolling behavior and focus handling. A few are
|
|
91106
|
+
* given below:
|
|
91107
|
+
*
|
|
91108
|
+
* When the PlanningCalendar is placed in certain layout containers, for example the `GridLayout` control,
|
|
91109
|
+
* the column headers do not fix at the top of the viewport. Similar behavior is also observed with the
|
|
91110
|
+
* `ObjectPage` control.
|
|
91111
|
+
*
|
|
91112
|
+
* This API should not be used in production environment.
|
|
91113
|
+
*
|
|
91114
|
+
* **Note:** The `stickyHeader` of the `PlanningCalendar` uses the `sticky` property of `sap.m.Table`. Therefore,
|
|
91115
|
+
* all features and restrictions of the property in `sap.m.Table` apply to the `PlanningCalendar` as well.
|
|
91116
|
+
*
|
|
91117
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
91118
|
+
*
|
|
91119
|
+
* Default value is `false`.
|
|
91120
|
+
*
|
|
91121
|
+
* @since 1.54
|
|
91122
|
+
*
|
|
91123
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
90747
91124
|
*/
|
|
90748
91125
|
setStickyHeader(
|
|
90749
91126
|
/**
|
|
90750
|
-
*
|
|
91127
|
+
* New value for property `stickyHeader`
|
|
90751
91128
|
*/
|
|
90752
|
-
|
|
91129
|
+
bStickyHeader?: boolean
|
|
90753
91130
|
): this;
|
|
90754
91131
|
/**
|
|
90755
91132
|
* Sets a new value for property {@link #getViewKey viewKey}.
|
|
@@ -90773,16 +91150,20 @@ declare module "sap/m/PlanningCalendar" {
|
|
|
90773
91150
|
sViewKey?: string
|
|
90774
91151
|
): this;
|
|
90775
91152
|
/**
|
|
90776
|
-
* Sets
|
|
91153
|
+
* Sets a new value for property {@link #getWidth width}.
|
|
90777
91154
|
*
|
|
91155
|
+
* Specifies the width of the `PlanningCalendar`.
|
|
91156
|
+
*
|
|
91157
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
90778
91158
|
*
|
|
90779
|
-
*
|
|
91159
|
+
*
|
|
91160
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
90780
91161
|
*/
|
|
90781
91162
|
setWidth(
|
|
90782
91163
|
/**
|
|
90783
|
-
*
|
|
91164
|
+
* New value for property `width`
|
|
90784
91165
|
*/
|
|
90785
|
-
sWidth
|
|
91166
|
+
sWidth?: CSSSize
|
|
90786
91167
|
): this;
|
|
90787
91168
|
}
|
|
90788
91169
|
/**
|
|
@@ -96439,6 +96820,7 @@ declare module "sap/m/plugins/UploadSetwithTable" {
|
|
|
96439
96820
|
* - {@link sap.ui.mdc.Table MDC Table}
|
|
96440
96821
|
* - {@link sap.m.Table Responsive Table}
|
|
96441
96822
|
* - {@link sap.m.GridTable Grid Table}
|
|
96823
|
+
* - {@link sap.ui.table.TreeTable Tree Table}
|
|
96442
96824
|
*
|
|
96443
96825
|
* Consider the following before using the plugin:
|
|
96444
96826
|
* - It gets activated when it is added as a dependent to the table control. It gets deactivated when
|
|
@@ -96447,6 +96829,9 @@ declare module "sap/m/plugins/UploadSetwithTable" {
|
|
|
96447
96829
|
*
|
|
96448
96830
|
* - Configuring the rowConfiguration aggregation (type {@link sap.m.upload.UploadItemConfiguration UploadItemConfiguration})
|
|
96449
96831
|
* of this plugin is mandatory to use the features such as file preview, download etc.
|
|
96832
|
+
* - For the plugin to work with the tree table control, the isDirectoryPath property of the rowConfiguration
|
|
96833
|
+
* aggregation must be set. This indicates if the context of the row is a directory or a file. It helps
|
|
96834
|
+
* the plugin with the file preview feature.
|
|
96450
96835
|
* - It works only with the table control when the table is bound to the model to perform the operations
|
|
96451
96836
|
* such as rename, download etc.
|
|
96452
96837
|
*
|
|
@@ -158258,6 +158643,18 @@ declare module "sap/m/upload/UploadItem" {
|
|
|
158258
158643
|
* Header fields to be included in the header section of an XMLHttpRequest (XHR) request
|
|
158259
158644
|
*/
|
|
158260
158645
|
getHeaderFields(): Item[];
|
|
158646
|
+
/**
|
|
158647
|
+
* Gets current value of property {@link #getIsDirectory isDirectory}.
|
|
158648
|
+
*
|
|
158649
|
+
* Specifies whether the item is a file or a directory. Used mainly for plugin with the tree table structure.
|
|
158650
|
+
*
|
|
158651
|
+
* Default value is `false`.
|
|
158652
|
+
*
|
|
158653
|
+
* @since 1.139
|
|
158654
|
+
*
|
|
158655
|
+
* @returns Value of property `isDirectory`
|
|
158656
|
+
*/
|
|
158657
|
+
getIsDirectory(): boolean;
|
|
158261
158658
|
/**
|
|
158262
158659
|
* Gets current value of property {@link #getIsTrustedSource isTrustedSource}.
|
|
158263
158660
|
*
|
|
@@ -158413,6 +158810,25 @@ declare module "sap/m/upload/UploadItem" {
|
|
|
158413
158810
|
*/
|
|
158414
158811
|
fFileSize?: float
|
|
158415
158812
|
): this;
|
|
158813
|
+
/**
|
|
158814
|
+
* Sets a new value for property {@link #getIsDirectory isDirectory}.
|
|
158815
|
+
*
|
|
158816
|
+
* Specifies whether the item is a file or a directory. Used mainly for plugin with the tree table structure.
|
|
158817
|
+
*
|
|
158818
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
158819
|
+
*
|
|
158820
|
+
* Default value is `false`.
|
|
158821
|
+
*
|
|
158822
|
+
* @since 1.139
|
|
158823
|
+
*
|
|
158824
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
158825
|
+
*/
|
|
158826
|
+
setIsDirectory(
|
|
158827
|
+
/**
|
|
158828
|
+
* New value for property `isDirectory`
|
|
158829
|
+
*/
|
|
158830
|
+
bIsDirectory?: boolean
|
|
158831
|
+
): this;
|
|
158416
158832
|
/**
|
|
158417
158833
|
* Sets a new value for property {@link #getIsTrustedSource isTrustedSource}.
|
|
158418
158834
|
*
|
|
@@ -158576,6 +158992,13 @@ declare module "sap/m/upload/UploadItem" {
|
|
|
158576
158992
|
*/
|
|
158577
158993
|
isTrustedSource?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
158578
158994
|
|
|
158995
|
+
/**
|
|
158996
|
+
* Specifies whether the item is a file or a directory. Used mainly for plugin with the tree table structure.
|
|
158997
|
+
*
|
|
158998
|
+
* @since 1.139
|
|
158999
|
+
*/
|
|
159000
|
+
isDirectory?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
159001
|
+
|
|
158579
159002
|
/**
|
|
158580
159003
|
* Header fields to be included in the header section of an XMLHttpRequest (XHR) request
|
|
158581
159004
|
*/
|
|
@@ -158737,6 +159160,19 @@ declare module "sap/m/upload/UploadItemConfiguration" {
|
|
|
158737
159160
|
* @returns Value of property `fileSizePath`
|
|
158738
159161
|
*/
|
|
158739
159162
|
getFileSizePath(): string;
|
|
159163
|
+
/**
|
|
159164
|
+
* Gets current value of property {@link #getIsDirectoryPath isDirectoryPath}.
|
|
159165
|
+
*
|
|
159166
|
+
* Specifies the path in the model to confirm if it is a file or a directory. This is used to determine
|
|
159167
|
+
* if the context is file or a directory. If it is a directory, it cannot be previewed. Set this property
|
|
159168
|
+
* to the path in the model to determine if it is a file or a directory. The value of this path evaluated
|
|
159169
|
+
* should be boolean.
|
|
159170
|
+
*
|
|
159171
|
+
* @since 1.139
|
|
159172
|
+
*
|
|
159173
|
+
* @returns Value of property `isDirectoryPath`
|
|
159174
|
+
*/
|
|
159175
|
+
getIsDirectoryPath(): string;
|
|
158740
159176
|
/**
|
|
158741
159177
|
* Gets current value of property {@link #getIsTrustedSourcePath isTrustedSourcePath}.
|
|
158742
159178
|
*
|
|
@@ -158818,6 +159254,26 @@ declare module "sap/m/upload/UploadItemConfiguration" {
|
|
|
158818
159254
|
*/
|
|
158819
159255
|
sFileSizePath?: string
|
|
158820
159256
|
): this;
|
|
159257
|
+
/**
|
|
159258
|
+
* Sets a new value for property {@link #getIsDirectoryPath isDirectoryPath}.
|
|
159259
|
+
*
|
|
159260
|
+
* Specifies the path in the model to confirm if it is a file or a directory. This is used to determine
|
|
159261
|
+
* if the context is file or a directory. If it is a directory, it cannot be previewed. Set this property
|
|
159262
|
+
* to the path in the model to determine if it is a file or a directory. The value of this path evaluated
|
|
159263
|
+
* should be boolean.
|
|
159264
|
+
*
|
|
159265
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
159266
|
+
*
|
|
159267
|
+
* @since 1.139
|
|
159268
|
+
*
|
|
159269
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
159270
|
+
*/
|
|
159271
|
+
setIsDirectoryPath(
|
|
159272
|
+
/**
|
|
159273
|
+
* New value for property `isDirectoryPath`
|
|
159274
|
+
*/
|
|
159275
|
+
sIsDirectoryPath?: string
|
|
159276
|
+
): this;
|
|
158821
159277
|
/**
|
|
158822
159278
|
* Sets a new value for property {@link #getIsTrustedSourcePath isTrustedSourcePath}.
|
|
158823
159279
|
*
|
|
@@ -158946,6 +159402,16 @@ declare module "sap/m/upload/UploadItemConfiguration" {
|
|
|
158946
159402
|
* @since 1.125
|
|
158947
159403
|
*/
|
|
158948
159404
|
isTrustedSourcePath?: string | PropertyBindingInfo;
|
|
159405
|
+
|
|
159406
|
+
/**
|
|
159407
|
+
* Specifies the path in the model to confirm if it is a file or a directory. This is used to determine
|
|
159408
|
+
* if the context is file or a directory. If it is a directory, it cannot be previewed. Set this property
|
|
159409
|
+
* to the path in the model to determine if it is a file or a directory. The value of this path evaluated
|
|
159410
|
+
* should be boolean.
|
|
159411
|
+
*
|
|
159412
|
+
* @since 1.139
|
|
159413
|
+
*/
|
|
159414
|
+
isDirectoryPath?: string | PropertyBindingInfo;
|
|
158949
159415
|
}
|
|
158950
159416
|
}
|
|
158951
159417
|
|
|
@@ -172990,6 +173456,8 @@ declare namespace sap {
|
|
|
172990
173456
|
|
|
172991
173457
|
"sap/m/OverflowToolbarToggleButton": undefined;
|
|
172992
173458
|
|
|
173459
|
+
"sap/m/OverflowToolbarTokenizer": undefined;
|
|
173460
|
+
|
|
172993
173461
|
"sap/m/p13n/AbstractContainer": undefined;
|
|
172994
173462
|
|
|
172995
173463
|
"sap/m/p13n/AbstractContainerItem": undefined;
|