@sapui5/types 1.145.0 → 1.146.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +58 -18
- package/types/sap.f.d.ts +73 -526
- 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 +203 -38
- 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 +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +45 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +322 -18
- 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 +178 -10
- 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 +9 -16
- 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 +1 -1
- package/types/sap.ui.core.d.ts +1044 -382
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +5 -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.geomap.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +65 -266
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +2 -2
- 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 +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 +36 -3
- 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 +209 -2
- package/types/sap.ui.vtm.d.ts +2 -2
- 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 +194 -136
- 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.fe.ariba.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
package/types/sap.fe.ina.d.ts
CHANGED
package/types/sap.fe.macros.d.ts
CHANGED
|
@@ -1,15 +1,6 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.146.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/fe/macros/AINotice" {
|
|
4
|
-
import {
|
|
5
|
-
default as BuildingBlock,
|
|
6
|
-
$BuildingBlockSettings,
|
|
7
|
-
} from "sap/fe/core/buildingBlocks/BuildingBlock";
|
|
8
|
-
|
|
9
|
-
import Control from "sap/ui/core/Control";
|
|
10
|
-
|
|
11
|
-
import { AggregationBindingInfo } from "sap/ui/base/ManagedObject";
|
|
12
|
-
|
|
13
4
|
/**
|
|
14
5
|
* Building block that displays a AI notice.
|
|
15
6
|
* It's used to display information related to AI features. This information is rendered either
|
|
@@ -18,20 +9,8 @@ declare module "sap/fe/macros/AINotice" {
|
|
|
18
9
|
*
|
|
19
10
|
* @since 1.145.0
|
|
20
11
|
*/
|
|
21
|
-
export default class AINotice
|
|
22
|
-
|
|
23
|
-
* Describes the settings that can be provided to the AINotice constructor.
|
|
24
|
-
*/
|
|
25
|
-
export interface $AINoticeSettings extends $BuildingBlockSettings {
|
|
26
|
-
/**
|
|
27
|
-
* The content to display into the popover
|
|
28
|
-
*/
|
|
29
|
-
popoverContent?:
|
|
30
|
-
| Control[]
|
|
31
|
-
| Control
|
|
32
|
-
| AggregationBindingInfo
|
|
33
|
-
| `{${string}}`;
|
|
34
|
-
}
|
|
12
|
+
export default class AINotice
|
|
13
|
+
extends /* was: sap.fe.controls.AINotice */ Object {}
|
|
35
14
|
}
|
|
36
15
|
|
|
37
16
|
declare module "sap/fe/macros/Chart" {
|
|
@@ -5179,6 +5158,11 @@ declare module "sap/fe/macros/field/FieldFormatOptions" {
|
|
|
5179
5158
|
*/
|
|
5180
5159
|
displayMode?: string | PropertyBindingInfo;
|
|
5181
5160
|
|
|
5161
|
+
/**
|
|
5162
|
+
* Property for defining if the avatar image can be enlarged.
|
|
5163
|
+
*/
|
|
5164
|
+
enableEnlargeImage?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
5165
|
+
|
|
5182
5166
|
/**
|
|
5183
5167
|
* Determines how the field should be rendered, e.g. as radio buttons.
|
|
5184
5168
|
*
|
|
@@ -5260,12 +5244,12 @@ declare module "sap/fe/macros/field/FieldFormatOptions" {
|
|
|
5260
5244
|
/**
|
|
5261
5245
|
* Maximum number of lines for multiline texts in edit mode.
|
|
5262
5246
|
*/
|
|
5263
|
-
textLinesEdit?:
|
|
5247
|
+
textLinesEdit?: int | PropertyBindingInfo | `{${string}}`;
|
|
5264
5248
|
|
|
5265
5249
|
/**
|
|
5266
5250
|
* Maximum number of characters from the beginning of the text field that are shown initially.
|
|
5267
5251
|
*/
|
|
5268
|
-
textMaxCharactersDisplay?:
|
|
5252
|
+
textMaxCharactersDisplay?: int | PropertyBindingInfo | `{${string}}`;
|
|
5269
5253
|
|
|
5270
5254
|
/**
|
|
5271
5255
|
* Defines the maximum number of characters for the multiline text value.
|
|
@@ -5273,12 +5257,12 @@ declare module "sap/fe/macros/field/FieldFormatOptions" {
|
|
|
5273
5257
|
* If a multiline text exceeds the maximum number of allowed characters, the counter below the input field
|
|
5274
5258
|
* displays the exact number.
|
|
5275
5259
|
*/
|
|
5276
|
-
textMaxLength?:
|
|
5260
|
+
textMaxLength?: int | PropertyBindingInfo | `{${string}}`;
|
|
5277
5261
|
|
|
5278
5262
|
/**
|
|
5279
5263
|
* Maximum number of lines that multiline texts in edit mode can grow to.
|
|
5280
5264
|
*/
|
|
5281
|
-
textMaxLines?:
|
|
5265
|
+
textMaxLines?: int | PropertyBindingInfo | `{${string}}`;
|
|
5282
5266
|
}
|
|
5283
5267
|
}
|
|
5284
5268
|
|
|
@@ -5671,7 +5655,7 @@ declare module "sap/fe/macros/filterBar/FilterBar" {
|
|
|
5671
5655
|
* Triggers the API search on the filter bar.
|
|
5672
5656
|
*
|
|
5673
5657
|
*
|
|
5674
|
-
* @returns Returns a promise which resolves if filter
|
|
5658
|
+
* @returns Returns a promise which resolves if the filter is triggered; otherwise it is rejected.
|
|
5675
5659
|
*/
|
|
5676
5660
|
triggerSearch(): Promise<object | undefined>;
|
|
5677
5661
|
}
|
|
@@ -5701,7 +5685,10 @@ declare module "sap/fe/macros/filterBar/FilterBar" {
|
|
|
5701
5685
|
/**
|
|
5702
5686
|
* Comma separated list of navigation properties which are considered for filtering.
|
|
5703
5687
|
*/
|
|
5704
|
-
navigationPropertiesForPersonalization?:
|
|
5688
|
+
navigationPropertiesForPersonalization?:
|
|
5689
|
+
| string[]
|
|
5690
|
+
| PropertyBindingInfo
|
|
5691
|
+
| `{${string}}`;
|
|
5705
5692
|
|
|
5706
5693
|
/**
|
|
5707
5694
|
* Handles the visibility of the 'Clear' button on the FilterBar.
|
|
@@ -5736,7 +5723,7 @@ declare module "sap/fe/macros/filterBar/FilterBar" {
|
|
|
5736
5723
|
|
|
5737
5724
|
/**
|
|
5738
5725
|
* This event is fired after either a filter value or the visibility of a filter item has been changed.
|
|
5739
|
-
* The event contains conditions that
|
|
5726
|
+
* The event contains conditions that are used as filters.
|
|
5740
5727
|
*/
|
|
5741
5728
|
filterChanged?: (oEvent: Event) => void;
|
|
5742
5729
|
|
|
@@ -6170,7 +6157,7 @@ declare module "sap/fe/macros/filterBar/FilterBarAPI" {
|
|
|
6170
6157
|
* Triggers the API search on the filter bar.
|
|
6171
6158
|
*
|
|
6172
6159
|
*
|
|
6173
|
-
* @returns Returns a promise which resolves if filter
|
|
6160
|
+
* @returns Returns a promise which resolves if the filter is triggered; otherwise it is rejected.
|
|
6174
6161
|
*/
|
|
6175
6162
|
triggerSearch(): Promise<object | undefined>;
|
|
6176
6163
|
}
|
|
@@ -6197,7 +6184,10 @@ declare module "sap/fe/macros/filterBar/FilterBarAPI" {
|
|
|
6197
6184
|
/**
|
|
6198
6185
|
* Comma separated list of navigation properties which are considered for filtering.
|
|
6199
6186
|
*/
|
|
6200
|
-
navigationPropertiesForPersonalization?:
|
|
6187
|
+
navigationPropertiesForPersonalization?:
|
|
6188
|
+
| string[]
|
|
6189
|
+
| PropertyBindingInfo
|
|
6190
|
+
| `{${string}}`;
|
|
6201
6191
|
|
|
6202
6192
|
/**
|
|
6203
6193
|
* Handles the visibility of the 'Clear' button on the FilterBar.
|
|
@@ -6232,7 +6222,7 @@ declare module "sap/fe/macros/filterBar/FilterBarAPI" {
|
|
|
6232
6222
|
|
|
6233
6223
|
/**
|
|
6234
6224
|
* This event is fired after either a filter value or the visibility of a filter item has been changed.
|
|
6235
|
-
* The event contains conditions that
|
|
6225
|
+
* The event contains conditions that are used as filters.
|
|
6236
6226
|
*/
|
|
6237
6227
|
filterChanged?: (oEvent: Event) => void;
|
|
6238
6228
|
|
|
@@ -6296,7 +6286,12 @@ declare module "sap/fe/macros/filterBar/FilterField" {
|
|
|
6296
6286
|
*
|
|
6297
6287
|
* {@link demo:sap/fe/core/fpmExplorer/index.html#/buildingBlocks/filterBar/filterBarCustoms Overview of Building Blocks}
|
|
6298
6288
|
*/
|
|
6299
|
-
export default class FilterField
|
|
6289
|
+
export default class FilterField
|
|
6290
|
+
extends BuildingBlockObjectProperty
|
|
6291
|
+
implements /* was: sap.fe.macros.filterBar.IFilterField */ Object
|
|
6292
|
+
{
|
|
6293
|
+
__implements__sap_fe_macros_filterBar_IFilterField: boolean;
|
|
6294
|
+
}
|
|
6300
6295
|
/**
|
|
6301
6296
|
* Describes the settings that can be provided to the FilterField constructor.
|
|
6302
6297
|
*/
|
|
@@ -6307,6 +6302,12 @@ declare module "sap/fe/macros/filterBar/FilterField" {
|
|
|
6307
6302
|
*/
|
|
6308
6303
|
anchor?: string | PropertyBindingInfo;
|
|
6309
6304
|
|
|
6305
|
+
/**
|
|
6306
|
+
* The filter field availability.
|
|
6307
|
+
* Allowed values are `Default`, `Adaptation`, and `Hidden`
|
|
6308
|
+
*/
|
|
6309
|
+
availability?: string | PropertyBindingInfo;
|
|
6310
|
+
|
|
6310
6311
|
/**
|
|
6311
6312
|
* The property name of the FilterField
|
|
6312
6313
|
*/
|
|
@@ -6324,7 +6325,7 @@ declare module "sap/fe/macros/filterBar/FilterField" {
|
|
|
6324
6325
|
placement?: string | PropertyBindingInfo;
|
|
6325
6326
|
|
|
6326
6327
|
/**
|
|
6327
|
-
* Defines which property
|
|
6328
|
+
* Defines which property are influenced by the FilterField.
|
|
6328
6329
|
* This must be a valid property of the entity as this can be used for SAP Companion integration
|
|
6329
6330
|
*/
|
|
6330
6331
|
property?: string | PropertyBindingInfo;
|
|
@@ -6355,7 +6356,12 @@ declare module "sap/fe/macros/filterBar/FilterFieldOverride" {
|
|
|
6355
6356
|
/**
|
|
6356
6357
|
* Definition of an override for the filter field to be used inside the FilterBar building block.
|
|
6357
6358
|
*/
|
|
6358
|
-
export default class FilterFieldOverride
|
|
6359
|
+
export default class FilterFieldOverride
|
|
6360
|
+
extends BuildingBlockObjectProperty
|
|
6361
|
+
implements /* was: sap.fe.macros.filterBar.IFilterField */ Object
|
|
6362
|
+
{
|
|
6363
|
+
__implements__sap_fe_macros_filterBar_IFilterField: boolean;
|
|
6364
|
+
}
|
|
6359
6365
|
/**
|
|
6360
6366
|
* Describes the settings that can be provided to the FilterFieldOverride constructor.
|
|
6361
6367
|
*/
|
|
@@ -6463,6 +6469,145 @@ declare module "sap/fe/macros/form/Form.block" {
|
|
|
6463
6469
|
}
|
|
6464
6470
|
}
|
|
6465
6471
|
|
|
6472
|
+
declare module "sap/fe/macros/form/FormLayoutOptions" {
|
|
6473
|
+
import {
|
|
6474
|
+
default as BuildingBlockObjectProperty,
|
|
6475
|
+
$BuildingBlockObjectPropertySettings,
|
|
6476
|
+
} from "sap/fe/macros/controls/BuildingBlockObjectProperty";
|
|
6477
|
+
|
|
6478
|
+
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
6479
|
+
|
|
6480
|
+
/**
|
|
6481
|
+
* Configuration options for the Form layout
|
|
6482
|
+
*/
|
|
6483
|
+
export default class FormLayoutOptions extends BuildingBlockObjectProperty {}
|
|
6484
|
+
/**
|
|
6485
|
+
* Describes the settings that can be provided to the FormLayoutOptions constructor.
|
|
6486
|
+
*/
|
|
6487
|
+
export interface $FormLayoutOptionsSettings
|
|
6488
|
+
extends $BuildingBlockObjectPropertySettings {
|
|
6489
|
+
/**
|
|
6490
|
+
* If set, the usage of `labelSpanL` and `labelSpanXL` is dependent on the size of the used column.
|
|
6491
|
+
* If the space is less than 600px (e.g., 2 columns are used), `labelSpanM` is used instead.
|
|
6492
|
+
* Applicable for ResponsiveGridLayout type
|
|
6493
|
+
*/
|
|
6494
|
+
adjustLabelSpan?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
6495
|
+
|
|
6496
|
+
/**
|
|
6497
|
+
* Defines the background color of the form
|
|
6498
|
+
*/
|
|
6499
|
+
backgroundDesign?: string | PropertyBindingInfo;
|
|
6500
|
+
|
|
6501
|
+
/**
|
|
6502
|
+
* The breakpoint (in pixels) between L size and XL size for the ResponsiveGridLayout
|
|
6503
|
+
* Applicable for ResponsiveGridLayout type
|
|
6504
|
+
*/
|
|
6505
|
+
breakpointL?: int | PropertyBindingInfo | `{${string}}`;
|
|
6506
|
+
|
|
6507
|
+
/**
|
|
6508
|
+
* The breakpoint (in pixels) between M size and L size for the ResponsiveGridLayout
|
|
6509
|
+
* Applicable for ResponsiveGridLayout type
|
|
6510
|
+
*/
|
|
6511
|
+
breakpointM?: int | PropertyBindingInfo | `{${string}}`;
|
|
6512
|
+
|
|
6513
|
+
/**
|
|
6514
|
+
* The breakpoint (in pixels) between XL size and XXL size for the ResponsiveGridLayout
|
|
6515
|
+
* Applicable for ResponsiveGridLayout type
|
|
6516
|
+
*/
|
|
6517
|
+
breakpointXL?: int | PropertyBindingInfo | `{${string}}`;
|
|
6518
|
+
|
|
6519
|
+
/**
|
|
6520
|
+
* Number of columns for L size
|
|
6521
|
+
* Applicable for ColumnLayout type
|
|
6522
|
+
*/
|
|
6523
|
+
columnsL?: int | PropertyBindingInfo | `{${string}}`;
|
|
6524
|
+
|
|
6525
|
+
/**
|
|
6526
|
+
* Number of columns for M size
|
|
6527
|
+
* Applicable for ColumnLayout type
|
|
6528
|
+
*/
|
|
6529
|
+
columnsM?: int | PropertyBindingInfo | `{${string}}`;
|
|
6530
|
+
|
|
6531
|
+
/**
|
|
6532
|
+
* Number of columns for XL size
|
|
6533
|
+
* Applicable for ColumnLayout type
|
|
6534
|
+
*/
|
|
6535
|
+
columnsXL?: int | PropertyBindingInfo | `{${string}}`;
|
|
6536
|
+
|
|
6537
|
+
/**
|
|
6538
|
+
* Number of grid cells that are empty at the end of a row in large screen size
|
|
6539
|
+
* Applicable for ColumnLayout type
|
|
6540
|
+
*/
|
|
6541
|
+
emptyCellsLarge?: int | PropertyBindingInfo | `{${string}}`;
|
|
6542
|
+
|
|
6543
|
+
/**
|
|
6544
|
+
* Number of empty grid cells that are added on the end of each line in L size
|
|
6545
|
+
* Applicable for ResponsiveGridLayout type
|
|
6546
|
+
*/
|
|
6547
|
+
emptySpanL?: int | PropertyBindingInfo | `{${string}}`;
|
|
6548
|
+
|
|
6549
|
+
/**
|
|
6550
|
+
* Number of empty grid cells that are added on the end of each line in M size
|
|
6551
|
+
* Applicable for ResponsiveGridLayout type
|
|
6552
|
+
*/
|
|
6553
|
+
emptySpanM?: int | PropertyBindingInfo | `{${string}}`;
|
|
6554
|
+
|
|
6555
|
+
/**
|
|
6556
|
+
* Number of empty grid cells that are added on the end of each line in S size
|
|
6557
|
+
* Applicable for ResponsiveGridLayout type
|
|
6558
|
+
*/
|
|
6559
|
+
emptySpanS?: int | PropertyBindingInfo | `{${string}}`;
|
|
6560
|
+
|
|
6561
|
+
/**
|
|
6562
|
+
* Number of empty grid cells that are added on the end of each line in XL size
|
|
6563
|
+
* Applicable for ResponsiveGridLayout type
|
|
6564
|
+
*/
|
|
6565
|
+
emptySpanXL?: int | PropertyBindingInfo | `{${string}}`;
|
|
6566
|
+
|
|
6567
|
+
/**
|
|
6568
|
+
* Number of grid cells that are reserved for the labels in large screen size
|
|
6569
|
+
* Applicable for ColumnLayout type
|
|
6570
|
+
*/
|
|
6571
|
+
labelCellsLarge?: int | PropertyBindingInfo | `{${string}}`;
|
|
6572
|
+
|
|
6573
|
+
/**
|
|
6574
|
+
* Number of grid cells that are used for the labels in L size
|
|
6575
|
+
* Applicable for ResponsiveGridLayout type
|
|
6576
|
+
*/
|
|
6577
|
+
labelSpanL?: int | PropertyBindingInfo | `{${string}}`;
|
|
6578
|
+
|
|
6579
|
+
/**
|
|
6580
|
+
* Number of grid cells that are used for the labels in M size
|
|
6581
|
+
* Applicable for ResponsiveGridLayout type
|
|
6582
|
+
*/
|
|
6583
|
+
labelSpanM?: int | PropertyBindingInfo | `{${string}}`;
|
|
6584
|
+
|
|
6585
|
+
/**
|
|
6586
|
+
* Number of grid cells that are used for the labels in S size
|
|
6587
|
+
* Applicable for ResponsiveGridLayout type
|
|
6588
|
+
*/
|
|
6589
|
+
labelSpanS?: int | PropertyBindingInfo | `{${string}}`;
|
|
6590
|
+
|
|
6591
|
+
/**
|
|
6592
|
+
* Number of grid cells that are used for the labels in XL size
|
|
6593
|
+
* Applicable for ResponsiveGridLayout type
|
|
6594
|
+
*/
|
|
6595
|
+
labelSpanXL?: int | PropertyBindingInfo | `{${string}}`;
|
|
6596
|
+
|
|
6597
|
+
/**
|
|
6598
|
+
* If set, a single container has the full size of the parent container.
|
|
6599
|
+
* Otherwise, the container size is determined by the number of columns and the spacing between the columns.
|
|
6600
|
+
* Applicable for ResponsiveGridLayout type
|
|
6601
|
+
*/
|
|
6602
|
+
singleContainerFullSize?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
6603
|
+
|
|
6604
|
+
/**
|
|
6605
|
+
* The layout type to be used for the form
|
|
6606
|
+
*/
|
|
6607
|
+
type?: string | PropertyBindingInfo;
|
|
6608
|
+
}
|
|
6609
|
+
}
|
|
6610
|
+
|
|
6466
6611
|
declare module "sap/fe/macros/microchart/MicroChart" {
|
|
6467
6612
|
import {
|
|
6468
6613
|
default as MicroChart1,
|
|
@@ -6754,6 +6899,8 @@ declare module "sap/fe/macros/richtexteditor/ButtonGroup" {
|
|
|
6754
6899
|
|
|
6755
6900
|
/**
|
|
6756
6901
|
* The priority of the group in the custom toolbar.
|
|
6902
|
+
*
|
|
6903
|
+
* @deprecated As of version now. since 1.136 use priority instead
|
|
6757
6904
|
*/
|
|
6758
6905
|
customToolbarPriority?: int | PropertyBindingInfo | `{${string}}`;
|
|
6759
6906
|
|
|
@@ -6769,6 +6916,8 @@ declare module "sap/fe/macros/richtexteditor/ButtonGroup" {
|
|
|
6769
6916
|
|
|
6770
6917
|
/**
|
|
6771
6918
|
* Row number in which the button should be
|
|
6919
|
+
*
|
|
6920
|
+
* @deprecated As of version now. since 1.136 this parameter no longer has any effect
|
|
6772
6921
|
*/
|
|
6773
6922
|
row?: int | PropertyBindingInfo | `{${string}}`;
|
|
6774
6923
|
|
|
@@ -6806,6 +6955,8 @@ declare module "sap/fe/macros/share/ShareOptions" {
|
|
|
6806
6955
|
$BuildingBlockObjectPropertySettings,
|
|
6807
6956
|
} from "sap/fe/macros/controls/BuildingBlockObjectProperty";
|
|
6808
6957
|
|
|
6958
|
+
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
6959
|
+
|
|
6809
6960
|
/**
|
|
6810
6961
|
* Share Options.
|
|
6811
6962
|
*/
|
|
@@ -6814,7 +6965,14 @@ declare module "sap/fe/macros/share/ShareOptions" {
|
|
|
6814
6965
|
* Describes the settings that can be provided to the ShareOptions constructor.
|
|
6815
6966
|
*/
|
|
6816
6967
|
export interface $ShareOptionsSettings
|
|
6817
|
-
extends $BuildingBlockObjectPropertySettings {
|
|
6968
|
+
extends $BuildingBlockObjectPropertySettings {
|
|
6969
|
+
/**
|
|
6970
|
+
* Controls visibility of the "Share in SAP Build Work Zone" option.
|
|
6971
|
+
* This option appears as either "Share in SAP Jam" or "Share in SAP Build Work Zone"
|
|
6972
|
+
* depending on the customer's deployment. Both labels refer to the same functionality.
|
|
6973
|
+
*/
|
|
6974
|
+
showShareInWorkzone?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
6975
|
+
}
|
|
6818
6976
|
}
|
|
6819
6977
|
|
|
6820
6978
|
declare module "sap/fe/macros/table/Action" {
|
|
@@ -6934,6 +7092,11 @@ declare module "sap/fe/macros/table/Action" {
|
|
|
6934
7092
|
*/
|
|
6935
7093
|
requiresSelection?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
6936
7094
|
|
|
7095
|
+
/**
|
|
7096
|
+
* Determines whether the action is visible.
|
|
7097
|
+
*/
|
|
7098
|
+
visible?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
7099
|
+
|
|
6937
7100
|
/**
|
|
6938
7101
|
* Event handler to be called when the user chooses the action
|
|
6939
7102
|
*/
|
|
@@ -9740,6 +9903,8 @@ declare namespace sap {
|
|
|
9740
9903
|
|
|
9741
9904
|
"sap/fe/macros/form/Form.block": undefined;
|
|
9742
9905
|
|
|
9906
|
+
"sap/fe/macros/form/FormLayoutOptions": undefined;
|
|
9907
|
+
|
|
9743
9908
|
"sap/fe/macros/FormElement": undefined;
|
|
9744
9909
|
|
|
9745
9910
|
"sap/fe/macros/KPITag": undefined;
|
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.fe.tools.d.ts
CHANGED
package/types/sap.gantt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.146.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/gantt/library" {
|
|
4
4
|
import ChartScheme from "sap/gantt/config/ChartScheme";
|
|
@@ -45799,6 +45799,20 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
45799
45799
|
* @returns Value of property `useParentShapeOnExpand`
|
|
45800
45800
|
*/
|
|
45801
45801
|
getUseParentShapeOnExpand(): boolean;
|
|
45802
|
+
/**
|
|
45803
|
+
* Gets current value of property {@link #getUseShapeFillForGhost useShapeFillForGhost}.
|
|
45804
|
+
*
|
|
45805
|
+
* Flag to use the shape fill for the ghost shape when dragging. When the flag is enabled, the ghost shape
|
|
45806
|
+
* has the same fill color as the original shape. The property takes effect only when `shapeStyles` does
|
|
45807
|
+
* not have a fill explicitly set.
|
|
45808
|
+
*
|
|
45809
|
+
* Default value is `false`.
|
|
45810
|
+
*
|
|
45811
|
+
* @since 1.146
|
|
45812
|
+
*
|
|
45813
|
+
* @returns Value of property `useShapeFillForGhost`
|
|
45814
|
+
*/
|
|
45815
|
+
getUseShapeFillForGhost(): boolean;
|
|
45802
45816
|
/**
|
|
45803
45817
|
* Gets current value of property {@link #getWidth width}.
|
|
45804
45818
|
*
|
|
@@ -47424,6 +47438,27 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
47424
47438
|
*/
|
|
47425
47439
|
bUseParentShapeOnExpand?: boolean
|
|
47426
47440
|
): this;
|
|
47441
|
+
/**
|
|
47442
|
+
* Sets a new value for property {@link #getUseShapeFillForGhost useShapeFillForGhost}.
|
|
47443
|
+
*
|
|
47444
|
+
* Flag to use the shape fill for the ghost shape when dragging. When the flag is enabled, the ghost shape
|
|
47445
|
+
* has the same fill color as the original shape. The property takes effect only when `shapeStyles` does
|
|
47446
|
+
* not have a fill explicitly set.
|
|
47447
|
+
*
|
|
47448
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
47449
|
+
*
|
|
47450
|
+
* Default value is `false`.
|
|
47451
|
+
*
|
|
47452
|
+
* @since 1.146
|
|
47453
|
+
*
|
|
47454
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
47455
|
+
*/
|
|
47456
|
+
setUseShapeFillForGhost(
|
|
47457
|
+
/**
|
|
47458
|
+
* New value for property `useShapeFillForGhost`
|
|
47459
|
+
*/
|
|
47460
|
+
bUseShapeFillForGhost?: boolean
|
|
47461
|
+
): this;
|
|
47427
47462
|
/**
|
|
47428
47463
|
* Sets a new value for property {@link #getWidth width}.
|
|
47429
47464
|
*
|
|
@@ -48047,6 +48082,15 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
48047
48082
|
*/
|
|
48048
48083
|
optimiseRelationships?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
48049
48084
|
|
|
48085
|
+
/**
|
|
48086
|
+
* Flag to use the shape fill for the ghost shape when dragging. When the flag is enabled, the ghost shape
|
|
48087
|
+
* has the same fill color as the original shape. The property takes effect only when `shapeStyles` does
|
|
48088
|
+
* not have a fill explicitly set.
|
|
48089
|
+
*
|
|
48090
|
+
* @since 1.146
|
|
48091
|
+
*/
|
|
48092
|
+
useShapeFillForGhost?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
48093
|
+
|
|
48050
48094
|
/**
|
|
48051
48095
|
* Table of the Gantt Chart
|
|
48052
48096
|
*
|
package/types/sap.insights.d.ts
CHANGED