@sapui5/types 1.145.0 → 1.145.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- 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 +147 -1
- 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.gantt.d.ts +1 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +1 -1
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.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 +1 -1
- package/types/sap.ui.core.d.ts +1 -1
- 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.geomap.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +1 -1
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +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.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +1 -1
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
package/package.json
CHANGED
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
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,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.145.
|
|
1
|
+
// For Library Version: 1.145.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/fe/macros/AINotice" {
|
|
4
4
|
import {
|
|
@@ -6463,6 +6463,145 @@ declare module "sap/fe/macros/form/Form.block" {
|
|
|
6463
6463
|
}
|
|
6464
6464
|
}
|
|
6465
6465
|
|
|
6466
|
+
declare module "sap/fe/macros/form/FormLayoutOptions" {
|
|
6467
|
+
import {
|
|
6468
|
+
default as BuildingBlockObjectProperty,
|
|
6469
|
+
$BuildingBlockObjectPropertySettings,
|
|
6470
|
+
} from "sap/fe/macros/controls/BuildingBlockObjectProperty";
|
|
6471
|
+
|
|
6472
|
+
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
6473
|
+
|
|
6474
|
+
/**
|
|
6475
|
+
* Configuration options for the Form layout
|
|
6476
|
+
*/
|
|
6477
|
+
export default class FormLayoutOptions extends BuildingBlockObjectProperty {}
|
|
6478
|
+
/**
|
|
6479
|
+
* Describes the settings that can be provided to the FormLayoutOptions constructor.
|
|
6480
|
+
*/
|
|
6481
|
+
export interface $FormLayoutOptionsSettings
|
|
6482
|
+
extends $BuildingBlockObjectPropertySettings {
|
|
6483
|
+
/**
|
|
6484
|
+
* If set, the usage of `labelSpanL` and `labelSpanXL` is dependent on the size of the used column.
|
|
6485
|
+
* If the space is less than 600px, for example, two columns are used, `labelSpanM` is used instead.
|
|
6486
|
+
* Applicable for ResponsiveGridLayout type
|
|
6487
|
+
*/
|
|
6488
|
+
adjustLabelSpan?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
6489
|
+
|
|
6490
|
+
/**
|
|
6491
|
+
* Defines the background color of the form
|
|
6492
|
+
*/
|
|
6493
|
+
backgroundDesign?: string | PropertyBindingInfo;
|
|
6494
|
+
|
|
6495
|
+
/**
|
|
6496
|
+
* The breakpoint (in pixels) between L size and XL size for the ResponsiveGridLayout
|
|
6497
|
+
* Applicable for ResponsiveGridLayout type
|
|
6498
|
+
*/
|
|
6499
|
+
breakpointL?: int | PropertyBindingInfo | `{${string}}`;
|
|
6500
|
+
|
|
6501
|
+
/**
|
|
6502
|
+
* The breakpoint (in pixels) between M size and L size for the ResponsiveGridLayout
|
|
6503
|
+
* Applicable for ResponsiveGridLayout type
|
|
6504
|
+
*/
|
|
6505
|
+
breakpointM?: int | PropertyBindingInfo | `{${string}}`;
|
|
6506
|
+
|
|
6507
|
+
/**
|
|
6508
|
+
* The breakpoint (in pixels) between XL size and XXL size for the ResponsiveGridLayout
|
|
6509
|
+
* Applicable for ResponsiveGridLayout type
|
|
6510
|
+
*/
|
|
6511
|
+
breakpointXL?: int | PropertyBindingInfo | `{${string}}`;
|
|
6512
|
+
|
|
6513
|
+
/**
|
|
6514
|
+
* Number of columns for L size
|
|
6515
|
+
* Applicable for ColumnLayout type
|
|
6516
|
+
*/
|
|
6517
|
+
columnsL?: int | PropertyBindingInfo | `{${string}}`;
|
|
6518
|
+
|
|
6519
|
+
/**
|
|
6520
|
+
* Number of columns for M size
|
|
6521
|
+
* Applicable for ColumnLayout type
|
|
6522
|
+
*/
|
|
6523
|
+
columnsM?: int | PropertyBindingInfo | `{${string}}`;
|
|
6524
|
+
|
|
6525
|
+
/**
|
|
6526
|
+
* Number of columns for XL size
|
|
6527
|
+
* Applicable for ColumnLayout type
|
|
6528
|
+
*/
|
|
6529
|
+
columnsXL?: int | PropertyBindingInfo | `{${string}}`;
|
|
6530
|
+
|
|
6531
|
+
/**
|
|
6532
|
+
* Number of grid cells that are empty at the end of a row in large screen size
|
|
6533
|
+
* Applicable for ColumnLayout type
|
|
6534
|
+
*/
|
|
6535
|
+
emptyCellsLarge?: int | PropertyBindingInfo | `{${string}}`;
|
|
6536
|
+
|
|
6537
|
+
/**
|
|
6538
|
+
* Number of empty grid cells that are added on the end of each line in L size
|
|
6539
|
+
* Applicable for ResponsiveGridLayout type
|
|
6540
|
+
*/
|
|
6541
|
+
emptySpanL?: int | PropertyBindingInfo | `{${string}}`;
|
|
6542
|
+
|
|
6543
|
+
/**
|
|
6544
|
+
* Number of empty grid cells that are added on the end of each line in M size
|
|
6545
|
+
* Applicable for ResponsiveGridLayout type
|
|
6546
|
+
*/
|
|
6547
|
+
emptySpanM?: int | PropertyBindingInfo | `{${string}}`;
|
|
6548
|
+
|
|
6549
|
+
/**
|
|
6550
|
+
* Number of empty grid cells that are added on the end of each line in S size
|
|
6551
|
+
* Applicable for ResponsiveGridLayout type
|
|
6552
|
+
*/
|
|
6553
|
+
emptySpanS?: int | PropertyBindingInfo | `{${string}}`;
|
|
6554
|
+
|
|
6555
|
+
/**
|
|
6556
|
+
* Number of empty grid cells that are added on the end of each line in XL size
|
|
6557
|
+
* Applicable for ResponsiveGridLayout type
|
|
6558
|
+
*/
|
|
6559
|
+
emptySpanXL?: int | PropertyBindingInfo | `{${string}}`;
|
|
6560
|
+
|
|
6561
|
+
/**
|
|
6562
|
+
* Number of grid cells that are reserved for the labels in large screen size
|
|
6563
|
+
* Applicable for ColumnLayout type
|
|
6564
|
+
*/
|
|
6565
|
+
labelCellsLarge?: int | PropertyBindingInfo | `{${string}}`;
|
|
6566
|
+
|
|
6567
|
+
/**
|
|
6568
|
+
* Number of grid cells that are used for the labels in L size
|
|
6569
|
+
* Applicable for ResponsiveGridLayout type
|
|
6570
|
+
*/
|
|
6571
|
+
labelSpanL?: int | PropertyBindingInfo | `{${string}}`;
|
|
6572
|
+
|
|
6573
|
+
/**
|
|
6574
|
+
* Number of grid cells that are used for the labels in M size
|
|
6575
|
+
* Applicable for ResponsiveGridLayout type
|
|
6576
|
+
*/
|
|
6577
|
+
labelSpanM?: int | PropertyBindingInfo | `{${string}}`;
|
|
6578
|
+
|
|
6579
|
+
/**
|
|
6580
|
+
* Number of grid cells that are used for the labels in S size
|
|
6581
|
+
* Applicable for ResponsiveGridLayout type
|
|
6582
|
+
*/
|
|
6583
|
+
labelSpanS?: int | PropertyBindingInfo | `{${string}}`;
|
|
6584
|
+
|
|
6585
|
+
/**
|
|
6586
|
+
* Number of grid cells that are used for the labels in XL size
|
|
6587
|
+
* Applicable for ResponsiveGridLayout type
|
|
6588
|
+
*/
|
|
6589
|
+
labelSpanXL?: int | PropertyBindingInfo | `{${string}}`;
|
|
6590
|
+
|
|
6591
|
+
/**
|
|
6592
|
+
* If set, a single container has the full size of the parent container.
|
|
6593
|
+
* Otherwise, the container size is determined by the number of columns and the spacing between the columns.
|
|
6594
|
+
* Applicable for ResponsiveGridLayout type
|
|
6595
|
+
*/
|
|
6596
|
+
singleContainerFullSize?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
6597
|
+
|
|
6598
|
+
/**
|
|
6599
|
+
* The layout type to be used for the form
|
|
6600
|
+
*/
|
|
6601
|
+
type?: string | PropertyBindingInfo;
|
|
6602
|
+
}
|
|
6603
|
+
}
|
|
6604
|
+
|
|
6466
6605
|
declare module "sap/fe/macros/microchart/MicroChart" {
|
|
6467
6606
|
import {
|
|
6468
6607
|
default as MicroChart1,
|
|
@@ -6934,6 +7073,11 @@ declare module "sap/fe/macros/table/Action" {
|
|
|
6934
7073
|
*/
|
|
6935
7074
|
requiresSelection?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
6936
7075
|
|
|
7076
|
+
/**
|
|
7077
|
+
* Determines whether the action is visible.
|
|
7078
|
+
*/
|
|
7079
|
+
visible?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
7080
|
+
|
|
6937
7081
|
/**
|
|
6938
7082
|
* Event handler to be called when the user chooses the action
|
|
6939
7083
|
*/
|
|
@@ -9740,6 +9884,8 @@ declare namespace sap {
|
|
|
9740
9884
|
|
|
9741
9885
|
"sap/fe/macros/form/Form.block": undefined;
|
|
9742
9886
|
|
|
9887
|
+
"sap/fe/macros/form/FormLayoutOptions": undefined;
|
|
9888
|
+
|
|
9743
9889
|
"sap/fe/macros/FormElement": undefined;
|
|
9744
9890
|
|
|
9745
9891
|
"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
package/types/sap.insights.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.ovp.d.ts
CHANGED
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.comp.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
package/types/sap.ui.geomap.d.ts
CHANGED
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.mdc.d.ts
CHANGED
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.ushell.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED