@sapui5/ts-types-esm 1.145.1 → 1.147.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/index.d.ts +3 -6
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +4 -7
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +56 -67
- package/types/sap.f.d.ts +220 -527
- package/types/sap.fe.ariba.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +3921 -3221
- 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 +49 -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 +228 -1
- package/types/sap.insights.d.ts +14 -1
- package/types/{mobile-1.145.0-esm-d.ts → sap.m.d.ts} +596 -48
- 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 +299 -10
- package/types/sap.suite.ui.generic.template.d.ts +79 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +9 -19
- package/types/sap.ui.codeeditor.d.ts +82 -46
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +5 -15
- package/types/{core-1.145.0-esm-d.ts → sap.ui.core.d.ts} +1214 -396
- 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 +9 -1
- package/types/sap.ui.generic.app.d.ts +5 -5
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.geomap.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +87 -290
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/{mdc-1.145.0-esm-d.ts → sap.ui.mdc.d.ts} +113 -22
- package/types/sap.ui.richtexteditor.d.ts +6 -6
- 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 +2 -2
- 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 +41 -11
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +8 -24
- package/types/sap.ui.vk.d.ts +209 -2
- package/types/sap.ui.vtm.d.ts +2 -2
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +609 -202
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +151 -2
- package/types/sap.viz.d.ts +4 -5
- 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.ui.webc.common.d.ts +0 -164
- package/types/sap.ui.webc.fiori.d.ts +0 -16235
- package/types/sap.ui.webc.main.d.ts +0 -51365
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.147.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/f/library" {
|
|
4
4
|
export interface IShellBar {
|
|
@@ -827,7 +827,6 @@ declare module "sap/m/library" {
|
|
|
827
827
|
* This enum is part of the 'sap/m/library' module export and must be accessed by the property 'ContentConfigType'.
|
|
828
828
|
*
|
|
829
829
|
* @since 1.122
|
|
830
|
-
* @experimental As of version 1.122.
|
|
831
830
|
*/
|
|
832
831
|
export enum ContentConfigType {
|
|
833
832
|
/**
|
|
@@ -1400,7 +1399,7 @@ declare module "sap/m/library" {
|
|
|
1400
1399
|
*
|
|
1401
1400
|
* Generic Tile renders buttons that are specified under 'actionButtons' aggregation
|
|
1402
1401
|
*
|
|
1403
|
-
* @
|
|
1402
|
+
* @since 1.96.0
|
|
1404
1403
|
*/
|
|
1405
1404
|
ActionMode = "ActionMode",
|
|
1406
1405
|
/**
|
|
@@ -1408,7 +1407,7 @@ declare module "sap/m/library" {
|
|
|
1408
1407
|
*
|
|
1409
1408
|
* Enables Article Mode.
|
|
1410
1409
|
*
|
|
1411
|
-
* @
|
|
1410
|
+
* @since 1.96.0
|
|
1412
1411
|
*/
|
|
1413
1412
|
ArticleMode = "ArticleMode",
|
|
1414
1413
|
/**
|
|
@@ -1427,7 +1426,6 @@ declare module "sap/m/library" {
|
|
|
1427
1426
|
* It is applicable only for the OneByOne FrameType and TwoByHalf FrameType.
|
|
1428
1427
|
*
|
|
1429
1428
|
* @since 1.96
|
|
1430
|
-
* @experimental As of version 1.96.
|
|
1431
1429
|
*/
|
|
1432
1430
|
IconMode = "IconMode",
|
|
1433
1431
|
/**
|
|
@@ -1601,7 +1599,7 @@ declare module "sap/m/library" {
|
|
|
1601
1599
|
*
|
|
1602
1600
|
* This enum is part of the 'sap/m/library' module export and must be accessed by the property 'IconTabFilterInteractionMode'.
|
|
1603
1601
|
*
|
|
1604
|
-
* @experimental As of version 1.121.
|
|
1602
|
+
* @experimental As of version 1.121.
|
|
1605
1603
|
*/
|
|
1606
1604
|
export enum IconTabFilterInteractionMode {
|
|
1607
1605
|
/**
|
|
@@ -1658,8 +1656,6 @@ declare module "sap/m/library" {
|
|
|
1658
1656
|
* feature works under the Browser's Cross-Origin Resource Sharing (CORS) policy. This means that a web
|
|
1659
1657
|
* application using those APIs can only request resources from the same origin the application was loaded
|
|
1660
1658
|
* from unless the response from other origins includes the right CORS headers.
|
|
1661
|
-
*
|
|
1662
|
-
* @experimental As of version 1.106.
|
|
1663
1659
|
*/
|
|
1664
1660
|
InlineSvg = "InlineSvg",
|
|
1665
1661
|
}
|
|
@@ -2267,7 +2263,8 @@ declare module "sap/m/library" {
|
|
|
2267
2263
|
*/
|
|
2268
2264
|
Active = "Active",
|
|
2269
2265
|
/**
|
|
2270
|
-
* Enables detail button of the list item that fires
|
|
2266
|
+
* Enables the detail button of the list item that fires the {@link sap.m.ListItemBase#event:detailPress detailPress }
|
|
2267
|
+
* event.
|
|
2271
2268
|
*/
|
|
2272
2269
|
Detail = "Detail",
|
|
2273
2270
|
/**
|
|
@@ -2280,7 +2277,8 @@ declare module "sap/m/library" {
|
|
|
2280
2277
|
*/
|
|
2281
2278
|
Inactive = "Inactive",
|
|
2282
2279
|
/**
|
|
2283
|
-
*
|
|
2280
|
+
* Enables the navigation button of the list item to navigate and display additional information about the
|
|
2281
|
+
* item. Fires the {@link sap.m.ListBase#event:itemPress} event when pressed.
|
|
2284
2282
|
*/
|
|
2285
2283
|
Navigation = "Navigation",
|
|
2286
2284
|
}
|
|
@@ -12154,6 +12152,8 @@ declare module "sap/m/Carousel" {
|
|
|
12154
12152
|
* the navigation arrows.
|
|
12155
12153
|
* - On desktop, navigation is done with the navigation arrows.
|
|
12156
12154
|
* - The paging indicator (when activated) is visible on each form factor.
|
|
12155
|
+
* - When using {@link sap.m.CarouselLayout CarouselLayout} with the `responsive` property set to `true`,
|
|
12156
|
+
* the number of visible pages adjusts automatically based on the available width and the specified `minPageWidth`.
|
|
12157
12157
|
*/
|
|
12158
12158
|
export default class Carousel extends Control {
|
|
12159
12159
|
/**
|
|
@@ -13383,6 +13383,41 @@ declare module "sap/m/CarouselLayout" {
|
|
|
13383
13383
|
* @returns Metadata object describing this class
|
|
13384
13384
|
*/
|
|
13385
13385
|
static getMetadata(): ManagedObjectMetadata;
|
|
13386
|
+
/**
|
|
13387
|
+
* Gets current value of property {@link #getMinPageWidth minPageWidth}.
|
|
13388
|
+
*
|
|
13389
|
+
* Defines the minimum width, in pixels, for each page to be displayed in the `Carousel` control.
|
|
13390
|
+
*
|
|
13391
|
+
* This property is used as a constraint when `responsive` mode is enabled, ensuring that pages are never
|
|
13392
|
+
* rendered smaller than this specified width. The carousel automatically calculates the number of pages
|
|
13393
|
+
* that can fit within the available viewport while respecting the specified minimum width requirement.
|
|
13394
|
+
*
|
|
13395
|
+
* **Note:** This property is only effective when the `responsive` property is set to `true`.
|
|
13396
|
+
*
|
|
13397
|
+
* Default value is `148`.
|
|
13398
|
+
*
|
|
13399
|
+
*
|
|
13400
|
+
* @returns Value of property `minPageWidth`
|
|
13401
|
+
*/
|
|
13402
|
+
getMinPageWidth(): int;
|
|
13403
|
+
/**
|
|
13404
|
+
* Gets current value of property {@link #getResponsive responsive}.
|
|
13405
|
+
*
|
|
13406
|
+
* Activates the responsive layout mode, where the number of visible carousel pages automatically adjusts
|
|
13407
|
+
* based on the available width and the specified page width.
|
|
13408
|
+
*
|
|
13409
|
+
* When this option is enabled, the carousel dynamically calculates and displays as many items as can fit
|
|
13410
|
+
* within the viewport while adhering to the `minPageWidth` constraint.
|
|
13411
|
+
*
|
|
13412
|
+
* **Note:** Enabling this option overrides the `visiblePagesCount` property and disables the `loop` functionality
|
|
13413
|
+
* of the carousel.
|
|
13414
|
+
*
|
|
13415
|
+
* Default value is `false`.
|
|
13416
|
+
*
|
|
13417
|
+
*
|
|
13418
|
+
* @returns Value of property `responsive`
|
|
13419
|
+
*/
|
|
13420
|
+
getResponsive(): boolean;
|
|
13386
13421
|
/**
|
|
13387
13422
|
* Gets current value of property {@link #getScrollMode scrollMode}.
|
|
13388
13423
|
*
|
|
@@ -13405,15 +13440,66 @@ declare module "sap/m/CarouselLayout" {
|
|
|
13405
13440
|
* Defines how many pages are displayed in the visible area of the `Carousel` control. Value should be a
|
|
13406
13441
|
* positive number.
|
|
13407
13442
|
*
|
|
13408
|
-
* **Note:** When this property is set to something different
|
|
13443
|
+
* **Note:** When this property is set to something different from the default value, the `loop` property
|
|
13409
13444
|
* of `Carousel` is ignored.
|
|
13410
13445
|
*
|
|
13446
|
+
* **Note:** This property is ignored when the `responsive` property is set to `true`.
|
|
13447
|
+
*
|
|
13411
13448
|
* Default value is `1`.
|
|
13412
13449
|
*
|
|
13413
13450
|
*
|
|
13414
13451
|
* @returns Value of property `visiblePagesCount`
|
|
13415
13452
|
*/
|
|
13416
13453
|
getVisiblePagesCount(): int;
|
|
13454
|
+
/**
|
|
13455
|
+
* Sets a new value for property {@link #getMinPageWidth minPageWidth}.
|
|
13456
|
+
*
|
|
13457
|
+
* Defines the minimum width, in pixels, for each page to be displayed in the `Carousel` control.
|
|
13458
|
+
*
|
|
13459
|
+
* This property is used as a constraint when `responsive` mode is enabled, ensuring that pages are never
|
|
13460
|
+
* rendered smaller than this specified width. The carousel automatically calculates the number of pages
|
|
13461
|
+
* that can fit within the available viewport while respecting the specified minimum width requirement.
|
|
13462
|
+
*
|
|
13463
|
+
* **Note:** This property is only effective when the `responsive` property is set to `true`.
|
|
13464
|
+
*
|
|
13465
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
13466
|
+
*
|
|
13467
|
+
* Default value is `148`.
|
|
13468
|
+
*
|
|
13469
|
+
*
|
|
13470
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
13471
|
+
*/
|
|
13472
|
+
setMinPageWidth(
|
|
13473
|
+
/**
|
|
13474
|
+
* New value for property `minPageWidth`
|
|
13475
|
+
*/
|
|
13476
|
+
iMinPageWidth?: int
|
|
13477
|
+
): this;
|
|
13478
|
+
/**
|
|
13479
|
+
* Sets a new value for property {@link #getResponsive responsive}.
|
|
13480
|
+
*
|
|
13481
|
+
* Activates the responsive layout mode, where the number of visible carousel pages automatically adjusts
|
|
13482
|
+
* based on the available width and the specified page width.
|
|
13483
|
+
*
|
|
13484
|
+
* When this option is enabled, the carousel dynamically calculates and displays as many items as can fit
|
|
13485
|
+
* within the viewport while adhering to the `minPageWidth` constraint.
|
|
13486
|
+
*
|
|
13487
|
+
* **Note:** Enabling this option overrides the `visiblePagesCount` property and disables the `loop` functionality
|
|
13488
|
+
* of the carousel.
|
|
13489
|
+
*
|
|
13490
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
13491
|
+
*
|
|
13492
|
+
* Default value is `false`.
|
|
13493
|
+
*
|
|
13494
|
+
*
|
|
13495
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
13496
|
+
*/
|
|
13497
|
+
setResponsive(
|
|
13498
|
+
/**
|
|
13499
|
+
* New value for property `responsive`
|
|
13500
|
+
*/
|
|
13501
|
+
bResponsive?: boolean
|
|
13502
|
+
): this;
|
|
13417
13503
|
/**
|
|
13418
13504
|
* Sets a new value for property {@link #getScrollMode scrollMode}.
|
|
13419
13505
|
*
|
|
@@ -13443,9 +13529,11 @@ declare module "sap/m/CarouselLayout" {
|
|
|
13443
13529
|
* Defines how many pages are displayed in the visible area of the `Carousel` control. Value should be a
|
|
13444
13530
|
* positive number.
|
|
13445
13531
|
*
|
|
13446
|
-
* **Note:** When this property is set to something different
|
|
13532
|
+
* **Note:** When this property is set to something different from the default value, the `loop` property
|
|
13447
13533
|
* of `Carousel` is ignored.
|
|
13448
13534
|
*
|
|
13535
|
+
* **Note:** This property is ignored when the `responsive` property is set to `true`.
|
|
13536
|
+
*
|
|
13449
13537
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
13450
13538
|
*
|
|
13451
13539
|
* Default value is `1`.
|
|
@@ -13468,8 +13556,10 @@ declare module "sap/m/CarouselLayout" {
|
|
|
13468
13556
|
* Defines how many pages are displayed in the visible area of the `Carousel` control. Value should be a
|
|
13469
13557
|
* positive number.
|
|
13470
13558
|
*
|
|
13471
|
-
* **Note:** When this property is set to something different
|
|
13559
|
+
* **Note:** When this property is set to something different from the default value, the `loop` property
|
|
13472
13560
|
* of `Carousel` is ignored.
|
|
13561
|
+
*
|
|
13562
|
+
* **Note:** This property is ignored when the `responsive` property is set to `true`.
|
|
13473
13563
|
*/
|
|
13474
13564
|
visiblePagesCount?: int | PropertyBindingInfo | `{${string}}`;
|
|
13475
13565
|
|
|
@@ -13486,6 +13576,29 @@ declare module "sap/m/CarouselLayout" {
|
|
|
13486
13576
|
| (CarouselScrollMode | keyof typeof CarouselScrollMode)
|
|
13487
13577
|
| PropertyBindingInfo
|
|
13488
13578
|
| `{${string}}`;
|
|
13579
|
+
|
|
13580
|
+
/**
|
|
13581
|
+
* Activates the responsive layout mode, where the number of visible carousel pages automatically adjusts
|
|
13582
|
+
* based on the available width and the specified page width.
|
|
13583
|
+
*
|
|
13584
|
+
* When this option is enabled, the carousel dynamically calculates and displays as many items as can fit
|
|
13585
|
+
* within the viewport while adhering to the `minPageWidth` constraint.
|
|
13586
|
+
*
|
|
13587
|
+
* **Note:** Enabling this option overrides the `visiblePagesCount` property and disables the `loop` functionality
|
|
13588
|
+
* of the carousel.
|
|
13589
|
+
*/
|
|
13590
|
+
responsive?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
13591
|
+
|
|
13592
|
+
/**
|
|
13593
|
+
* Defines the minimum width, in pixels, for each page to be displayed in the `Carousel` control.
|
|
13594
|
+
*
|
|
13595
|
+
* This property is used as a constraint when `responsive` mode is enabled, ensuring that pages are never
|
|
13596
|
+
* rendered smaller than this specified width. The carousel automatically calculates the number of pages
|
|
13597
|
+
* that can fit within the available viewport while respecting the specified minimum width requirement.
|
|
13598
|
+
*
|
|
13599
|
+
* **Note:** This property is only effective when the `responsive` property is set to `true`.
|
|
13600
|
+
*/
|
|
13601
|
+
minPageWidth?: int | PropertyBindingInfo | `{${string}}`;
|
|
13489
13602
|
}
|
|
13490
13603
|
}
|
|
13491
13604
|
|
|
@@ -18464,7 +18577,6 @@ declare module "sap/m/ContentConfig" {
|
|
|
18464
18577
|
* This element is used within the TileAttribute control that generates either a link or text
|
|
18465
18578
|
*
|
|
18466
18579
|
* @since 1.122
|
|
18467
|
-
* @experimental As of version 1.122.
|
|
18468
18580
|
*/
|
|
18469
18581
|
export default class ContentConfig extends UI5Element {
|
|
18470
18582
|
/**
|
|
@@ -18660,8 +18772,6 @@ declare module "sap/m/ContentConfig" {
|
|
|
18660
18772
|
}
|
|
18661
18773
|
/**
|
|
18662
18774
|
* Describes the settings that can be provided to the ContentConfig constructor.
|
|
18663
|
-
*
|
|
18664
|
-
* @experimental As of version 1.122.
|
|
18665
18775
|
*/
|
|
18666
18776
|
export interface $ContentConfigSettings extends $ElementSettings {
|
|
18667
18777
|
/**
|
|
@@ -32977,6 +33087,7 @@ declare module "sap/m/FormattedText" {
|
|
|
32977
33087
|
* - `strong`
|
|
32978
33088
|
* - `span`
|
|
32979
33089
|
* - `u`
|
|
33090
|
+
* - `s`
|
|
32980
33091
|
* - `dl`
|
|
32981
33092
|
* - `dt`
|
|
32982
33093
|
* - `dd`
|
|
@@ -33262,6 +33373,7 @@ declare module "sap/m/FormattedText" {
|
|
|
33262
33373
|
* - `strong`
|
|
33263
33374
|
* - `span`
|
|
33264
33375
|
* - `u`
|
|
33376
|
+
* - `s`
|
|
33265
33377
|
* - `dl`
|
|
33266
33378
|
* - `dt`
|
|
33267
33379
|
* - `dd`
|
|
@@ -38295,8 +38407,7 @@ declare module "sap/m/IconTabFilter" {
|
|
|
38295
38407
|
*
|
|
38296
38408
|
* Default value is `Auto`.
|
|
38297
38409
|
*
|
|
38298
|
-
* @experimental As of version 1.121.
|
|
38299
|
-
* may be done before its official public release. Use at your own discretion.
|
|
38410
|
+
* @experimental As of version 1.121.
|
|
38300
38411
|
*
|
|
38301
38412
|
* @returns Value of property `interactionMode`
|
|
38302
38413
|
*/
|
|
@@ -38599,8 +38710,7 @@ declare module "sap/m/IconTabFilter" {
|
|
|
38599
38710
|
*
|
|
38600
38711
|
* Default value is `Auto`.
|
|
38601
38712
|
*
|
|
38602
|
-
* @experimental As of version 1.121.
|
|
38603
|
-
* may be done before its official public release. Use at your own discretion.
|
|
38713
|
+
* @experimental As of version 1.121.
|
|
38604
38714
|
*
|
|
38605
38715
|
* @returns Reference to `this` in order to allow method chaining
|
|
38606
38716
|
*/
|
|
@@ -38711,8 +38821,7 @@ declare module "sap/m/IconTabFilter" {
|
|
|
38711
38821
|
/**
|
|
38712
38822
|
* Specifies the interaction mode.
|
|
38713
38823
|
*
|
|
38714
|
-
* @experimental As of version 1.121.
|
|
38715
|
-
* may be done before its official public release. Use at your own discretion.
|
|
38824
|
+
* @experimental As of version 1.121.
|
|
38716
38825
|
*/
|
|
38717
38826
|
interactionMode?:
|
|
38718
38827
|
| (
|
|
@@ -51990,7 +52099,7 @@ declare module "sap/m/ListBase" {
|
|
|
51990
52099
|
/**
|
|
51991
52100
|
* Gets current value of property {@link #getItemActionCount itemActionCount}.
|
|
51992
52101
|
*
|
|
51993
|
-
* Defines the maximum number of
|
|
52102
|
+
* Defines the maximum number of {@link sap.m.ListItemBase#getActions actions} displayed for the items.
|
|
51994
52103
|
*
|
|
51995
52104
|
* If the number of item actions exceeds the `itemActionCount` property value, an overflow button will appear,
|
|
51996
52105
|
* providing access to the additional actions.
|
|
@@ -51998,6 +52107,8 @@ declare module "sap/m/ListBase" {
|
|
|
51998
52107
|
* **Note:** Only values between `0-2` enables the use of the new `actions` aggregation. When enabled, the
|
|
51999
52108
|
* {@link sap.m.ListMode Delete} mode and the {@link sap.m.ListType Detail} list item type have no effect.
|
|
52000
52109
|
* Instead, dedicated actions of {@link sap.m.ListItemActionType type} `Delete` or `Edit` should be used.
|
|
52110
|
+
* **Note:** As of version 1.147, items with type {@link sap.m.ListType Navigation} render the navigation
|
|
52111
|
+
* indicator as an action, which is not counted in `itemActionCount`.
|
|
52001
52112
|
*
|
|
52002
52113
|
* Default value is `-1`.
|
|
52003
52114
|
*
|
|
@@ -52669,7 +52780,7 @@ declare module "sap/m/ListBase" {
|
|
|
52669
52780
|
/**
|
|
52670
52781
|
* Sets a new value for property {@link #getItemActionCount itemActionCount}.
|
|
52671
52782
|
*
|
|
52672
|
-
* Defines the maximum number of
|
|
52783
|
+
* Defines the maximum number of {@link sap.m.ListItemBase#getActions actions} displayed for the items.
|
|
52673
52784
|
*
|
|
52674
52785
|
* If the number of item actions exceeds the `itemActionCount` property value, an overflow button will appear,
|
|
52675
52786
|
* providing access to the additional actions.
|
|
@@ -52677,6 +52788,8 @@ declare module "sap/m/ListBase" {
|
|
|
52677
52788
|
* **Note:** Only values between `0-2` enables the use of the new `actions` aggregation. When enabled, the
|
|
52678
52789
|
* {@link sap.m.ListMode Delete} mode and the {@link sap.m.ListType Detail} list item type have no effect.
|
|
52679
52790
|
* Instead, dedicated actions of {@link sap.m.ListItemActionType type} `Delete` or `Edit` should be used.
|
|
52791
|
+
* **Note:** As of version 1.147, items with type {@link sap.m.ListType Navigation} render the navigation
|
|
52792
|
+
* indicator as an action, which is not counted in `itemActionCount`.
|
|
52680
52793
|
*
|
|
52681
52794
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
52682
52795
|
*
|
|
@@ -53261,7 +53374,7 @@ declare module "sap/m/ListBase" {
|
|
|
53261
53374
|
| `{${string}}`;
|
|
53262
53375
|
|
|
53263
53376
|
/**
|
|
53264
|
-
* Defines the maximum number of
|
|
53377
|
+
* Defines the maximum number of {@link sap.m.ListItemBase#getActions actions} displayed for the items.
|
|
53265
53378
|
*
|
|
53266
53379
|
* If the number of item actions exceeds the `itemActionCount` property value, an overflow button will appear,
|
|
53267
53380
|
* providing access to the additional actions.
|
|
@@ -53269,6 +53382,8 @@ declare module "sap/m/ListBase" {
|
|
|
53269
53382
|
* **Note:** Only values between `0-2` enables the use of the new `actions` aggregation. When enabled, the
|
|
53270
53383
|
* {@link sap.m.ListMode Delete} mode and the {@link sap.m.ListType Detail} list item type have no effect.
|
|
53271
53384
|
* Instead, dedicated actions of {@link sap.m.ListItemActionType type} `Delete` or `Edit` should be used.
|
|
53385
|
+
* **Note:** As of version 1.147, items with type {@link sap.m.ListType Navigation} render the navigation
|
|
53386
|
+
* indicator as an action, which is not counted in `itemActionCount`.
|
|
53272
53387
|
*
|
|
53273
53388
|
* @since 1.137
|
|
53274
53389
|
*/
|
|
@@ -55975,6 +56090,55 @@ declare module "sap/m/Menu" {
|
|
|
55975
56090
|
*/
|
|
55976
56091
|
oListener?: object
|
|
55977
56092
|
): this;
|
|
56093
|
+
/**
|
|
56094
|
+
* Attaches event handler `fnFunction` to the {@link #event:open open} event of this `sap.m.Menu`.
|
|
56095
|
+
*
|
|
56096
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
56097
|
+
* otherwise it will be bound to this `sap.m.Menu` itself.
|
|
56098
|
+
*
|
|
56099
|
+
* Fired when the menu is opened.
|
|
56100
|
+
*
|
|
56101
|
+
* @since 1.146
|
|
56102
|
+
*
|
|
56103
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
56104
|
+
*/
|
|
56105
|
+
attachOpen(
|
|
56106
|
+
/**
|
|
56107
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
56108
|
+
* object when firing the event
|
|
56109
|
+
*/
|
|
56110
|
+
oData: object,
|
|
56111
|
+
/**
|
|
56112
|
+
* The function to be called when the event occurs
|
|
56113
|
+
*/
|
|
56114
|
+
fnFunction: (p1: Event) => void,
|
|
56115
|
+
/**
|
|
56116
|
+
* Context object to call the event handler with. Defaults to this `sap.m.Menu` itself
|
|
56117
|
+
*/
|
|
56118
|
+
oListener?: object
|
|
56119
|
+
): this;
|
|
56120
|
+
/**
|
|
56121
|
+
* Attaches event handler `fnFunction` to the {@link #event:open open} event of this `sap.m.Menu`.
|
|
56122
|
+
*
|
|
56123
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
56124
|
+
* otherwise it will be bound to this `sap.m.Menu` itself.
|
|
56125
|
+
*
|
|
56126
|
+
* Fired when the menu is opened.
|
|
56127
|
+
*
|
|
56128
|
+
* @since 1.146
|
|
56129
|
+
*
|
|
56130
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
56131
|
+
*/
|
|
56132
|
+
attachOpen(
|
|
56133
|
+
/**
|
|
56134
|
+
* The function to be called when the event occurs
|
|
56135
|
+
*/
|
|
56136
|
+
fnFunction: (p1: Event) => void,
|
|
56137
|
+
/**
|
|
56138
|
+
* Context object to call the event handler with. Defaults to this `sap.m.Menu` itself
|
|
56139
|
+
*/
|
|
56140
|
+
oListener?: object
|
|
56141
|
+
): this;
|
|
55978
56142
|
/**
|
|
55979
56143
|
* Binds aggregation {@link #getItems items} to model data.
|
|
55980
56144
|
*
|
|
@@ -56064,6 +56228,25 @@ declare module "sap/m/Menu" {
|
|
|
56064
56228
|
*/
|
|
56065
56229
|
oListener?: object
|
|
56066
56230
|
): this;
|
|
56231
|
+
/**
|
|
56232
|
+
* Detaches event handler `fnFunction` from the {@link #event:open open} event of this `sap.m.Menu`.
|
|
56233
|
+
*
|
|
56234
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
56235
|
+
*
|
|
56236
|
+
* @since 1.146
|
|
56237
|
+
*
|
|
56238
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
56239
|
+
*/
|
|
56240
|
+
detachOpen(
|
|
56241
|
+
/**
|
|
56242
|
+
* The function to be called, when the event occurs
|
|
56243
|
+
*/
|
|
56244
|
+
fnFunction: (p1: Event) => void,
|
|
56245
|
+
/**
|
|
56246
|
+
* Context object on which the given function had to be called
|
|
56247
|
+
*/
|
|
56248
|
+
oListener?: object
|
|
56249
|
+
): this;
|
|
56067
56250
|
/**
|
|
56068
56251
|
* Fires event {@link #event:beforeClose beforeClose} to attached listeners.
|
|
56069
56252
|
*
|
|
@@ -56107,6 +56290,20 @@ declare module "sap/m/Menu" {
|
|
|
56107
56290
|
*/
|
|
56108
56291
|
mParameters?: Menu$ItemSelectedEventParameters
|
|
56109
56292
|
): this;
|
|
56293
|
+
/**
|
|
56294
|
+
* Fires event {@link #event:open open} to attached listeners.
|
|
56295
|
+
*
|
|
56296
|
+
* @since 1.146
|
|
56297
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
56298
|
+
*
|
|
56299
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
56300
|
+
*/
|
|
56301
|
+
fireOpen(
|
|
56302
|
+
/**
|
|
56303
|
+
* Parameters to pass along with the event
|
|
56304
|
+
*/
|
|
56305
|
+
mParameters?: object
|
|
56306
|
+
): this;
|
|
56110
56307
|
/**
|
|
56111
56308
|
* Gets content of aggregation {@link #getItems items}.
|
|
56112
56309
|
*
|
|
@@ -56265,6 +56462,13 @@ declare module "sap/m/Menu" {
|
|
|
56265
56462
|
*/
|
|
56266
56463
|
closed?: (oEvent: Event) => void;
|
|
56267
56464
|
|
|
56465
|
+
/**
|
|
56466
|
+
* Fired when the menu is opened.
|
|
56467
|
+
*
|
|
56468
|
+
* @since 1.146
|
|
56469
|
+
*/
|
|
56470
|
+
open?: (oEvent: Event) => void;
|
|
56471
|
+
|
|
56268
56472
|
/**
|
|
56269
56473
|
* Fired before the menu is closed. This event can be prevented which effectively prevents the menu from
|
|
56270
56474
|
* closing.
|
|
@@ -56319,6 +56523,16 @@ declare module "sap/m/Menu" {
|
|
|
56319
56523
|
Menu$ItemSelectedEventParameters,
|
|
56320
56524
|
Menu
|
|
56321
56525
|
>;
|
|
56526
|
+
|
|
56527
|
+
/**
|
|
56528
|
+
* Parameters of the Menu#open event.
|
|
56529
|
+
*/
|
|
56530
|
+
export interface Menu$OpenEventParameters {}
|
|
56531
|
+
|
|
56532
|
+
/**
|
|
56533
|
+
* Event object of the Menu#open event.
|
|
56534
|
+
*/
|
|
56535
|
+
export type Menu$OpenEvent = Event<Menu$OpenEventParameters, Menu>;
|
|
56322
56536
|
}
|
|
56323
56537
|
|
|
56324
56538
|
declare module "sap/m/MenuButton" {
|
|
@@ -68729,8 +68943,6 @@ declare module "sap/m/NumericContent" {
|
|
|
68729
68943
|
* Default value is `true`.
|
|
68730
68944
|
*
|
|
68731
68945
|
* @since 1.73
|
|
68732
|
-
* @experimental As of version 1.73. Disclaimer: this property is in a beta state - incompatible API changes
|
|
68733
|
-
* may be done before its official public release. Use at your own discretion.
|
|
68734
68946
|
*
|
|
68735
68947
|
* @returns Value of property `adaptiveFontSize`
|
|
68736
68948
|
*/
|
|
@@ -68897,8 +69109,6 @@ declare module "sap/m/NumericContent" {
|
|
|
68897
69109
|
* Default value is `true`.
|
|
68898
69110
|
*
|
|
68899
69111
|
* @since 1.73
|
|
68900
|
-
* @experimental As of version 1.73. Disclaimer: this property is in a beta state - incompatible API changes
|
|
68901
|
-
* may be done before its official public release. Use at your own discretion.
|
|
68902
69112
|
*
|
|
68903
69113
|
* @returns Reference to `this` in order to allow method chaining
|
|
68904
69114
|
*/
|
|
@@ -69256,8 +69466,6 @@ declare module "sap/m/NumericContent" {
|
|
|
69256
69466
|
* language. When set to false the font size will always be large
|
|
69257
69467
|
*
|
|
69258
69468
|
* @since 1.73
|
|
69259
|
-
* @experimental As of version 1.73. Disclaimer: this property is in a beta state - incompatible API changes
|
|
69260
|
-
* may be done before its official public release. Use at your own discretion.
|
|
69261
69469
|
*/
|
|
69262
69470
|
adaptiveFontSize?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
69263
69471
|
|
|
@@ -76376,7 +76584,6 @@ declare module "sap/m/OverflowToolbarTokenizer" {
|
|
|
76376
76584
|
* Using more than one tokenizer in the same toolbar is not recomended, as it may lead to unexpected behavior.
|
|
76377
76585
|
* Do not use tokenizers within a toolbar if its active property is set to `true`.
|
|
76378
76586
|
*
|
|
76379
|
-
* @since 1.139
|
|
76380
76587
|
* @experimental As of version 1.139.
|
|
76381
76588
|
*/
|
|
76382
76589
|
export default class OverflowToolbarTokenizer
|
|
@@ -105096,7 +105303,7 @@ declare module "sap/m/RadioButton" {
|
|
|
105096
105303
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
105097
105304
|
* otherwise it will be bound to this `sap.m.RadioButton` itself.
|
|
105098
105305
|
*
|
|
105099
|
-
*
|
|
105306
|
+
* The event is triggered when the user selects or deselects the radio button.
|
|
105100
105307
|
*
|
|
105101
105308
|
*
|
|
105102
105309
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -105122,7 +105329,7 @@ declare module "sap/m/RadioButton" {
|
|
|
105122
105329
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
105123
105330
|
* otherwise it will be bound to this `sap.m.RadioButton` itself.
|
|
105124
105331
|
*
|
|
105125
|
-
*
|
|
105332
|
+
* The event is triggered when the user selects or deselects the radio button.
|
|
105126
105333
|
*
|
|
105127
105334
|
*
|
|
105128
105335
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -105759,7 +105966,7 @@ declare module "sap/m/RadioButton" {
|
|
|
105759
105966
|
ariaLabelledBy?: Array<Control | string>;
|
|
105760
105967
|
|
|
105761
105968
|
/**
|
|
105762
|
-
*
|
|
105969
|
+
* The event is triggered when the user selects or deselects the radio button.
|
|
105763
105970
|
*/
|
|
105764
105971
|
select?: (oEvent: RadioButton$SelectEvent) => void;
|
|
105765
105972
|
}
|
|
@@ -105769,7 +105976,10 @@ declare module "sap/m/RadioButton" {
|
|
|
105769
105976
|
*/
|
|
105770
105977
|
export interface RadioButton$SelectEventParameters {
|
|
105771
105978
|
/**
|
|
105772
|
-
*
|
|
105979
|
+
* Indicates whether the RadioButton is selected.
|
|
105980
|
+
*
|
|
105981
|
+
* **Note:** A single RadioButton cannot be deselected by user interaction. Deselection only occurs when
|
|
105982
|
+
* another RadioButton in the same group receives a selection.
|
|
105773
105983
|
*/
|
|
105774
105984
|
selected?: boolean;
|
|
105775
105985
|
}
|
|
@@ -138578,6 +138788,19 @@ declare module "sap/m/Switch" {
|
|
|
138578
138788
|
* @returns Value of property `customTextOn`
|
|
138579
138789
|
*/
|
|
138580
138790
|
getCustomTextOn(): string;
|
|
138791
|
+
/**
|
|
138792
|
+
* Gets current value of property {@link #getEditable editable}.
|
|
138793
|
+
*
|
|
138794
|
+
* Specifies whether the user shall be allowed to change the state of the switch. When set to `false`, the
|
|
138795
|
+
* switch is in read-only mode and can still be focused and the user can copy the text from it.
|
|
138796
|
+
*
|
|
138797
|
+
* Default value is `true`.
|
|
138798
|
+
*
|
|
138799
|
+
* @since 1.147.0
|
|
138800
|
+
*
|
|
138801
|
+
* @returns Value of property `editable`
|
|
138802
|
+
*/
|
|
138803
|
+
getEditable(): boolean;
|
|
138581
138804
|
/**
|
|
138582
138805
|
* Gets current value of property {@link #getEnabled enabled}.
|
|
138583
138806
|
*
|
|
@@ -138686,6 +138909,26 @@ declare module "sap/m/Switch" {
|
|
|
138686
138909
|
*/
|
|
138687
138910
|
sCustomTextOn?: string
|
|
138688
138911
|
): this;
|
|
138912
|
+
/**
|
|
138913
|
+
* Sets a new value for property {@link #getEditable editable}.
|
|
138914
|
+
*
|
|
138915
|
+
* Specifies whether the user shall be allowed to change the state of the switch. When set to `false`, the
|
|
138916
|
+
* switch is in read-only mode and can still be focused and the user can copy the text from it.
|
|
138917
|
+
*
|
|
138918
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
138919
|
+
*
|
|
138920
|
+
* Default value is `true`.
|
|
138921
|
+
*
|
|
138922
|
+
* @since 1.147.0
|
|
138923
|
+
*
|
|
138924
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
138925
|
+
*/
|
|
138926
|
+
setEditable(
|
|
138927
|
+
/**
|
|
138928
|
+
* New value for property `editable`
|
|
138929
|
+
*/
|
|
138930
|
+
bEditable?: boolean
|
|
138931
|
+
): this;
|
|
138689
138932
|
/**
|
|
138690
138933
|
* Sets a new value for property {@link #getEnabled enabled}.
|
|
138691
138934
|
*
|
|
@@ -138804,6 +139047,14 @@ declare module "sap/m/Switch" {
|
|
|
138804
139047
|
| PropertyBindingInfo
|
|
138805
139048
|
| `{${string}}`;
|
|
138806
139049
|
|
|
139050
|
+
/**
|
|
139051
|
+
* Specifies whether the user shall be allowed to change the state of the switch. When set to `false`, the
|
|
139052
|
+
* switch is in read-only mode and can still be focused and the user can copy the text from it.
|
|
139053
|
+
*
|
|
139054
|
+
* @since 1.147.0
|
|
139055
|
+
*/
|
|
139056
|
+
editable?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
139057
|
+
|
|
138807
139058
|
/**
|
|
138808
139059
|
* Association to controls / ids which label this control (see WAI-ARIA attribute aria-labelledby).
|
|
138809
139060
|
*
|
|
@@ -140342,8 +140593,7 @@ declare module "sap/m/Table" {
|
|
|
140342
140593
|
/**
|
|
140343
140594
|
* Gets current value of property {@link #getAlternateRowColors alternateRowColors}.
|
|
140344
140595
|
*
|
|
140345
|
-
* Enables alternating table row colors.
|
|
140346
|
-
* Deep themes. Alternate row coloring is not available for the High Contrast Black/White themes.
|
|
140596
|
+
* Enables alternating table row colors.
|
|
140347
140597
|
*
|
|
140348
140598
|
* Default value is `false`.
|
|
140349
140599
|
*
|
|
@@ -140566,8 +140816,7 @@ declare module "sap/m/Table" {
|
|
|
140566
140816
|
/**
|
|
140567
140817
|
* Sets a new value for property {@link #getAlternateRowColors alternateRowColors}.
|
|
140568
140818
|
*
|
|
140569
|
-
* Enables alternating table row colors.
|
|
140570
|
-
* Deep themes. Alternate row coloring is not available for the High Contrast Black/White themes.
|
|
140819
|
+
* Enables alternating table row colors.
|
|
140571
140820
|
*
|
|
140572
140821
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
140573
140822
|
*
|
|
@@ -140843,8 +141092,7 @@ declare module "sap/m/Table" {
|
|
|
140843
141092
|
showOverlay?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
140844
141093
|
|
|
140845
141094
|
/**
|
|
140846
|
-
* Enables alternating table row colors.
|
|
140847
|
-
* Deep themes. Alternate row coloring is not available for the High Contrast Black/White themes.
|
|
141095
|
+
* Enables alternating table row colors.
|
|
140848
141096
|
*
|
|
140849
141097
|
* @since 1.52
|
|
140850
141098
|
*/
|
|
@@ -144980,6 +145228,310 @@ declare module "sap/m/table/ColumnWidthController" {
|
|
|
144980
145228
|
}
|
|
144981
145229
|
}
|
|
144982
145230
|
|
|
145231
|
+
declare module "sap/m/table/Title" {
|
|
145232
|
+
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
145233
|
+
|
|
145234
|
+
import { ITitle, IShrinkable } from "sap/ui/core/library";
|
|
145235
|
+
|
|
145236
|
+
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
145237
|
+
|
|
145238
|
+
import Title1 from "sap/m/Title";
|
|
145239
|
+
|
|
145240
|
+
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
145241
|
+
|
|
145242
|
+
/**
|
|
145243
|
+
* A composite title control intended to display a table title along with optional total and selected row
|
|
145244
|
+
* counts.
|
|
145245
|
+
*
|
|
145246
|
+
* Overview: The `sap.m.table.Title` control renders the provided `sap.m.Title` control and optionally displays
|
|
145247
|
+
* the table's total row count, the selected row count, or both independently.
|
|
145248
|
+
*
|
|
145249
|
+
* @since 1.147
|
|
145250
|
+
*/
|
|
145251
|
+
export default class Title extends Control implements ITitle, IShrinkable {
|
|
145252
|
+
__implements__sap_ui_core_ITitle: boolean;
|
|
145253
|
+
__implements__sap_ui_core_IShrinkable: boolean;
|
|
145254
|
+
/**
|
|
145255
|
+
* Constructor for a new `sap.m.table.Title`.
|
|
145256
|
+
*
|
|
145257
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
145258
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
145259
|
+
* of the syntax of the settings object.
|
|
145260
|
+
*/
|
|
145261
|
+
constructor(
|
|
145262
|
+
/**
|
|
145263
|
+
* Initial settings for the new control
|
|
145264
|
+
*/
|
|
145265
|
+
mSettings?: $TitleSettings
|
|
145266
|
+
);
|
|
145267
|
+
/**
|
|
145268
|
+
* Constructor for a new `sap.m.table.Title`.
|
|
145269
|
+
*
|
|
145270
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
145271
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
145272
|
+
* of the syntax of the settings object.
|
|
145273
|
+
*/
|
|
145274
|
+
constructor(
|
|
145275
|
+
/**
|
|
145276
|
+
* ID for the new control, generated automatically if no ID is given
|
|
145277
|
+
*/
|
|
145278
|
+
sId?: string,
|
|
145279
|
+
/**
|
|
145280
|
+
* Initial settings for the new control
|
|
145281
|
+
*/
|
|
145282
|
+
mSettings?: $TitleSettings
|
|
145283
|
+
);
|
|
145284
|
+
|
|
145285
|
+
/**
|
|
145286
|
+
* Creates a new subclass of class sap.m.table.Title with name `sClassName` and enriches it with the information
|
|
145287
|
+
* contained in `oClassInfo`.
|
|
145288
|
+
*
|
|
145289
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
145290
|
+
*
|
|
145291
|
+
*
|
|
145292
|
+
* @returns Created class / constructor function
|
|
145293
|
+
*/
|
|
145294
|
+
static extend<T extends Record<string, unknown>>(
|
|
145295
|
+
/**
|
|
145296
|
+
* Name of the class being created
|
|
145297
|
+
*/
|
|
145298
|
+
sClassName: string,
|
|
145299
|
+
/**
|
|
145300
|
+
* Object literal with information about the class
|
|
145301
|
+
*/
|
|
145302
|
+
oClassInfo?: sap.ClassInfo<T, Title>,
|
|
145303
|
+
/**
|
|
145304
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
145305
|
+
* used by this class
|
|
145306
|
+
*/
|
|
145307
|
+
FNMetaImpl?: Function
|
|
145308
|
+
): Function;
|
|
145309
|
+
/**
|
|
145310
|
+
* Returns a metadata object for class sap.m.table.Title.
|
|
145311
|
+
*
|
|
145312
|
+
*
|
|
145313
|
+
* @returns Metadata object describing this class
|
|
145314
|
+
*/
|
|
145315
|
+
static getMetadata(): ElementMetadata;
|
|
145316
|
+
/**
|
|
145317
|
+
* Destroys the title in the aggregation {@link #getTitle title}.
|
|
145318
|
+
*
|
|
145319
|
+
*
|
|
145320
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
145321
|
+
*/
|
|
145322
|
+
destroyTitle(): this;
|
|
145323
|
+
/**
|
|
145324
|
+
* Gets current value of property {@link #getSelectedCount selectedCount}.
|
|
145325
|
+
*
|
|
145326
|
+
* Defines the value that is displayed as the selected row count.
|
|
145327
|
+
*
|
|
145328
|
+
* **Note:** A value of 0 indicates that no rows are selected, while a negative value indicates that the
|
|
145329
|
+
* selected count is unknown. Although these cases are not displayed to the user, they are handled differently
|
|
145330
|
+
* for accessibility reasons.
|
|
145331
|
+
*
|
|
145332
|
+
* Default value is `0`.
|
|
145333
|
+
*
|
|
145334
|
+
*
|
|
145335
|
+
* @returns Value of property `selectedCount`
|
|
145336
|
+
*/
|
|
145337
|
+
getSelectedCount(): int;
|
|
145338
|
+
/**
|
|
145339
|
+
* Gets current value of property {@link #getShowExtendedView showExtendedView}.
|
|
145340
|
+
*
|
|
145341
|
+
* Toggles between compact and extended display modes for the `selectedCount` and `totalCount`.
|
|
145342
|
+
*
|
|
145343
|
+
*
|
|
145344
|
+
* - **Compact mode (`false`)**: Displays counts in a condensed format.
|
|
145345
|
+
* - **Extended mode (`true`)**: Displays counts with separate descriptive labels.
|
|
145346
|
+
*
|
|
145347
|
+
* Default value is `false`.
|
|
145348
|
+
*
|
|
145349
|
+
*
|
|
145350
|
+
* @returns Value of property `showExtendedView`
|
|
145351
|
+
*/
|
|
145352
|
+
getShowExtendedView(): boolean;
|
|
145353
|
+
/**
|
|
145354
|
+
* Gets content of aggregation {@link #getTitle title}.
|
|
145355
|
+
*
|
|
145356
|
+
* Sets the title control, which is displayed in the toolbar as usual.
|
|
145357
|
+
*
|
|
145358
|
+
* **Note:** You must set a `title` to use this control.
|
|
145359
|
+
*/
|
|
145360
|
+
getTitle(): Title1;
|
|
145361
|
+
/**
|
|
145362
|
+
* Gets current value of property {@link #getTotalCount totalCount}.
|
|
145363
|
+
*
|
|
145364
|
+
* Defines the value that is displayed as the total row count.
|
|
145365
|
+
*
|
|
145366
|
+
* **Note:** A value of 0 represents an empty table, while a negative value indicates that the total count
|
|
145367
|
+
* is unknown. Although both cases are not displayed to the user, they are handled differently for accessibility
|
|
145368
|
+
* reasons.
|
|
145369
|
+
*
|
|
145370
|
+
* Default value is `0`.
|
|
145371
|
+
*
|
|
145372
|
+
*
|
|
145373
|
+
* @returns Value of property `totalCount`
|
|
145374
|
+
*/
|
|
145375
|
+
getTotalCount(): int;
|
|
145376
|
+
/**
|
|
145377
|
+
* Gets current value of property {@link #getVisible visible}.
|
|
145378
|
+
*
|
|
145379
|
+
* Determines whether the control is visible.
|
|
145380
|
+
*
|
|
145381
|
+
* **Note:** If set to `false`, the control is hidden but still rendered for accessibility reasons.
|
|
145382
|
+
*
|
|
145383
|
+
* Default value is `true`.
|
|
145384
|
+
*
|
|
145385
|
+
*
|
|
145386
|
+
* @returns Value of property `visible`
|
|
145387
|
+
*/
|
|
145388
|
+
getVisible(): boolean;
|
|
145389
|
+
/**
|
|
145390
|
+
* Sets a new value for property {@link #getSelectedCount selectedCount}.
|
|
145391
|
+
*
|
|
145392
|
+
* Defines the value that is displayed as the selected row count.
|
|
145393
|
+
*
|
|
145394
|
+
* **Note:** A value of 0 indicates that no rows are selected, while a negative value indicates that the
|
|
145395
|
+
* selected count is unknown. Although these cases are not displayed to the user, they are handled differently
|
|
145396
|
+
* for accessibility reasons.
|
|
145397
|
+
*
|
|
145398
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
145399
|
+
*
|
|
145400
|
+
* Default value is `0`.
|
|
145401
|
+
*
|
|
145402
|
+
*
|
|
145403
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
145404
|
+
*/
|
|
145405
|
+
setSelectedCount(
|
|
145406
|
+
/**
|
|
145407
|
+
* New value for property `selectedCount`
|
|
145408
|
+
*/
|
|
145409
|
+
iSelectedCount?: int
|
|
145410
|
+
): this;
|
|
145411
|
+
/**
|
|
145412
|
+
* Sets a new value for property {@link #getShowExtendedView showExtendedView}.
|
|
145413
|
+
*
|
|
145414
|
+
* Toggles between compact and extended display modes for the `selectedCount` and `totalCount`.
|
|
145415
|
+
*
|
|
145416
|
+
*
|
|
145417
|
+
* - **Compact mode (`false`)**: Displays counts in a condensed format.
|
|
145418
|
+
* - **Extended mode (`true`)**: Displays counts with separate descriptive labels.
|
|
145419
|
+
*
|
|
145420
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
145421
|
+
*
|
|
145422
|
+
* Default value is `false`.
|
|
145423
|
+
*
|
|
145424
|
+
*
|
|
145425
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
145426
|
+
*/
|
|
145427
|
+
setShowExtendedView(
|
|
145428
|
+
/**
|
|
145429
|
+
* New value for property `showExtendedView`
|
|
145430
|
+
*/
|
|
145431
|
+
bShowExtendedView?: boolean
|
|
145432
|
+
): this;
|
|
145433
|
+
/**
|
|
145434
|
+
* Sets the aggregated {@link #getTitle title}.
|
|
145435
|
+
*
|
|
145436
|
+
*
|
|
145437
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
145438
|
+
*/
|
|
145439
|
+
setTitle(
|
|
145440
|
+
/**
|
|
145441
|
+
* The title to set
|
|
145442
|
+
*/
|
|
145443
|
+
oTitle: Title1
|
|
145444
|
+
): this;
|
|
145445
|
+
/**
|
|
145446
|
+
* Sets a new value for property {@link #getTotalCount totalCount}.
|
|
145447
|
+
*
|
|
145448
|
+
* Defines the value that is displayed as the total row count.
|
|
145449
|
+
*
|
|
145450
|
+
* **Note:** A value of 0 represents an empty table, while a negative value indicates that the total count
|
|
145451
|
+
* is unknown. Although both cases are not displayed to the user, they are handled differently for accessibility
|
|
145452
|
+
* reasons.
|
|
145453
|
+
*
|
|
145454
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
145455
|
+
*
|
|
145456
|
+
* Default value is `0`.
|
|
145457
|
+
*
|
|
145458
|
+
*
|
|
145459
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
145460
|
+
*/
|
|
145461
|
+
setTotalCount(
|
|
145462
|
+
/**
|
|
145463
|
+
* New value for property `totalCount`
|
|
145464
|
+
*/
|
|
145465
|
+
iTotalCount?: int
|
|
145466
|
+
): this;
|
|
145467
|
+
/**
|
|
145468
|
+
* Sets a new value for property {@link #getVisible visible}.
|
|
145469
|
+
*
|
|
145470
|
+
* Determines whether the control is visible.
|
|
145471
|
+
*
|
|
145472
|
+
* **Note:** If set to `false`, the control is hidden but still rendered for accessibility reasons.
|
|
145473
|
+
*
|
|
145474
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
145475
|
+
*
|
|
145476
|
+
* Default value is `true`.
|
|
145477
|
+
*
|
|
145478
|
+
*
|
|
145479
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
145480
|
+
*/
|
|
145481
|
+
setVisible(
|
|
145482
|
+
/**
|
|
145483
|
+
* New value for property `visible`
|
|
145484
|
+
*/
|
|
145485
|
+
bVisible?: boolean
|
|
145486
|
+
): this;
|
|
145487
|
+
}
|
|
145488
|
+
/**
|
|
145489
|
+
* Describes the settings that can be provided to the Title constructor.
|
|
145490
|
+
*/
|
|
145491
|
+
export interface $TitleSettings extends $ControlSettings {
|
|
145492
|
+
/**
|
|
145493
|
+
* Defines the value that is displayed as the total row count.
|
|
145494
|
+
*
|
|
145495
|
+
* **Note:** A value of 0 represents an empty table, while a negative value indicates that the total count
|
|
145496
|
+
* is unknown. Although both cases are not displayed to the user, they are handled differently for accessibility
|
|
145497
|
+
* reasons.
|
|
145498
|
+
*/
|
|
145499
|
+
totalCount?: int | PropertyBindingInfo | `{${string}}`;
|
|
145500
|
+
|
|
145501
|
+
/**
|
|
145502
|
+
* Defines the value that is displayed as the selected row count.
|
|
145503
|
+
*
|
|
145504
|
+
* **Note:** A value of 0 indicates that no rows are selected, while a negative value indicates that the
|
|
145505
|
+
* selected count is unknown. Although these cases are not displayed to the user, they are handled differently
|
|
145506
|
+
* for accessibility reasons.
|
|
145507
|
+
*/
|
|
145508
|
+
selectedCount?: int | PropertyBindingInfo | `{${string}}`;
|
|
145509
|
+
|
|
145510
|
+
/**
|
|
145511
|
+
* Toggles between compact and extended display modes for the `selectedCount` and `totalCount`.
|
|
145512
|
+
*
|
|
145513
|
+
*
|
|
145514
|
+
* - **Compact mode (`false`)**: Displays counts in a condensed format.
|
|
145515
|
+
* - **Extended mode (`true`)**: Displays counts with separate descriptive labels.
|
|
145516
|
+
*/
|
|
145517
|
+
showExtendedView?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
145518
|
+
|
|
145519
|
+
/**
|
|
145520
|
+
* Determines whether the control is visible.
|
|
145521
|
+
*
|
|
145522
|
+
* **Note:** If set to `false`, the control is hidden but still rendered for accessibility reasons.
|
|
145523
|
+
*/
|
|
145524
|
+
visible?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
145525
|
+
|
|
145526
|
+
/**
|
|
145527
|
+
* Sets the title control, which is displayed in the toolbar as usual.
|
|
145528
|
+
*
|
|
145529
|
+
* **Note:** You must set a `title` to use this control.
|
|
145530
|
+
*/
|
|
145531
|
+
title?: Title1;
|
|
145532
|
+
}
|
|
145533
|
+
}
|
|
145534
|
+
|
|
144983
145535
|
declare module "sap/m/TablePersoController" {
|
|
144984
145536
|
import {
|
|
144985
145537
|
default as ManagedObject,
|
|
@@ -149119,7 +149671,6 @@ declare module "sap/m/TileAttribute" {
|
|
|
149119
149671
|
* Holds detail of an attribute used in the ActionTile.
|
|
149120
149672
|
*
|
|
149121
149673
|
* @since 1.122
|
|
149122
|
-
* @experimental As of version 1.122.
|
|
149123
149674
|
*/
|
|
149124
149675
|
export default class TileAttribute extends Control {
|
|
149125
149676
|
/**
|
|
@@ -149288,8 +149839,6 @@ declare module "sap/m/TileAttribute" {
|
|
|
149288
149839
|
}
|
|
149289
149840
|
/**
|
|
149290
149841
|
* Describes the settings that can be provided to the TileAttribute constructor.
|
|
149291
|
-
*
|
|
149292
|
-
* @experimental As of version 1.122.
|
|
149293
149842
|
*/
|
|
149294
149843
|
export interface $TileAttributeSettings extends $ControlSettings {
|
|
149295
149844
|
/**
|
|
@@ -157309,7 +157858,6 @@ declare module "sap/m/upload/Column" {
|
|
|
157309
157858
|
* control.
|
|
157310
157859
|
*
|
|
157311
157860
|
* @since 1.120
|
|
157312
|
-
* @experimental As of version 1.120.
|
|
157313
157861
|
*/
|
|
157314
157862
|
export default class Column extends Column1 {
|
|
157315
157863
|
/**
|
|
@@ -157522,8 +158070,6 @@ declare module "sap/m/upload/Column" {
|
|
|
157522
158070
|
}
|
|
157523
158071
|
/**
|
|
157524
158072
|
* Describes the settings that can be provided to the Column constructor.
|
|
157525
|
-
*
|
|
157526
|
-
* @experimental As of version 1.120.
|
|
157527
158073
|
*/
|
|
157528
158074
|
export interface $ColumnSettings extends $ColumnSettings1 {
|
|
157529
158075
|
/**
|
|
@@ -174959,6 +175505,8 @@ declare namespace sap {
|
|
|
174959
175505
|
|
|
174960
175506
|
"sap/m/table/ColumnWidthController": undefined;
|
|
174961
175507
|
|
|
175508
|
+
"sap/m/table/Title": undefined;
|
|
175509
|
+
|
|
174962
175510
|
"sap/m/table/Util": undefined;
|
|
174963
175511
|
|
|
174964
175512
|
"sap/m/TablePersoController": undefined;
|