@sapui5/ts-types 1.146.0 → 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 +0 -3
- 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 +1 -52
- package/types/sap.f.d.ts +144 -1
- package/types/sap.fe.ariba.d.ts +1 -1
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +1666 -1005
- 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 +182 -1
- package/types/sap.insights.d.ts +14 -1
- package/types/sap.m.d.ts +376 -127
- 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 +122 -1
- 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 +1 -4
- 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/sap.ui.core.d.ts +175 -16
- 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 +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 +23 -25
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +107 -20
- 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 +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 +6 -9
- 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 +1 -1
- package/types/sap.ui.vtm.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +407 -66
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +146 -1
- 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 -173
- package/types/sap.ui.webc.fiori.d.ts +0 -16012
- package/types/sap.ui.webc.main.d.ts +0 -51158
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.rules.ui.d.ts
CHANGED
package/types/sap.sac.df.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.147.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
|
|
4
4
|
/**
|
|
@@ -4939,6 +4939,20 @@ declare namespace sap {
|
|
|
4939
4939
|
* nodes based on their dependency relationships using topological sorting, cycle detection, and layer-based
|
|
4940
4940
|
* positioning.
|
|
4941
4941
|
*
|
|
4942
|
+
* Why a node may be positioned incorrectly after recalculation: After each run, node positions are cached
|
|
4943
|
+
* with a flag indicating whether the user moved them (`bIsUserPositioned`). On the next call, nodes flagged
|
|
4944
|
+
* as user-positioned are preserved as-is, and the algorithm-placed nodes are recalculated. A node appears
|
|
4945
|
+
* in the wrong place if it is unexpectedly treated as user-positioned, most commonly because `clearCache:
|
|
4946
|
+
* true` was passed. It wipes the cache, but leaves the coordinates intact. So every node with non-zero
|
|
4947
|
+
* coordinates is immediately re-classified as user-positioned and freezes, rather than being recalculated.
|
|
4948
|
+
*
|
|
4949
|
+
* Drag and drop recalculation - correct pattern: Call `resetNode(oNode)` for each dragged node, then call
|
|
4950
|
+
* `calculatePositions` without `clearCache` (default `false`). `resetNode` evicts the node from the cache
|
|
4951
|
+
* and zeros its coordinates, so only that node is repositioned; all the other nodes remain stable.
|
|
4952
|
+
*
|
|
4953
|
+
* Sentinel value: Coordinates `(0, 0)` mean "unpositioned". To place a node at the canvas origin, use `(0.1,
|
|
4954
|
+
* 0.1)` or `(1, 1)` instead.
|
|
4955
|
+
*
|
|
4942
4956
|
* @since 1.144
|
|
4943
4957
|
*/
|
|
4944
4958
|
interface DependencyLayoutHelper {}
|
|
@@ -5438,6 +5452,14 @@ declare namespace sap {
|
|
|
5438
5452
|
* @since 1.145
|
|
5439
5453
|
*/
|
|
5440
5454
|
itemDeleted?: (oEvent: Graph$ItemDeletedEvent) => void;
|
|
5455
|
+
|
|
5456
|
+
/**
|
|
5457
|
+
* Fired when the user requests to add a node via INSERT or Ctrl+Alt+N. Only available when NoopLayout is
|
|
5458
|
+
* used and enableDragAndDrop is `true`.
|
|
5459
|
+
*
|
|
5460
|
+
* @since 1.148
|
|
5461
|
+
*/
|
|
5462
|
+
nodeAdded?: (oEvent: sap.ui.base.Event) => void;
|
|
5441
5463
|
}
|
|
5442
5464
|
|
|
5443
5465
|
/**
|
|
@@ -6184,6 +6206,11 @@ declare namespace sap {
|
|
|
6184
6206
|
item?: sap.suite.ui.commons.networkgraph.ElementBase;
|
|
6185
6207
|
}
|
|
6186
6208
|
|
|
6209
|
+
/**
|
|
6210
|
+
* Parameters of the Graph#nodeAdded event.
|
|
6211
|
+
*/
|
|
6212
|
+
interface Graph$NodeAddedEventParameters {}
|
|
6213
|
+
|
|
6187
6214
|
/**
|
|
6188
6215
|
* Parameters of the Graph#nodeDropped event.
|
|
6189
6216
|
*/
|
|
@@ -7582,6 +7609,59 @@ declare namespace sap {
|
|
|
7582
7609
|
*/
|
|
7583
7610
|
oListener?: object
|
|
7584
7611
|
): this;
|
|
7612
|
+
/**
|
|
7613
|
+
* Attaches event handler `fnFunction` to the {@link #event:nodeAdded nodeAdded} event of this `sap.suite.ui.commons.networkgraph.Graph`.
|
|
7614
|
+
*
|
|
7615
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
7616
|
+
* otherwise it will be bound to this `sap.suite.ui.commons.networkgraph.Graph` itself.
|
|
7617
|
+
*
|
|
7618
|
+
* Fired when the user requests to add a node via INSERT or Ctrl+Alt+N. Only available when NoopLayout is
|
|
7619
|
+
* used and enableDragAndDrop is `true`.
|
|
7620
|
+
*
|
|
7621
|
+
* @since 1.148
|
|
7622
|
+
*
|
|
7623
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
7624
|
+
*/
|
|
7625
|
+
attachNodeAdded(
|
|
7626
|
+
/**
|
|
7627
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
7628
|
+
* object when firing the event
|
|
7629
|
+
*/
|
|
7630
|
+
oData: object,
|
|
7631
|
+
/**
|
|
7632
|
+
* The function to be called when the event occurs
|
|
7633
|
+
*/
|
|
7634
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
7635
|
+
/**
|
|
7636
|
+
* Context object to call the event handler with. Defaults to this `sap.suite.ui.commons.networkgraph.Graph`
|
|
7637
|
+
* itself
|
|
7638
|
+
*/
|
|
7639
|
+
oListener?: object
|
|
7640
|
+
): this;
|
|
7641
|
+
/**
|
|
7642
|
+
* Attaches event handler `fnFunction` to the {@link #event:nodeAdded nodeAdded} event of this `sap.suite.ui.commons.networkgraph.Graph`.
|
|
7643
|
+
*
|
|
7644
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
7645
|
+
* otherwise it will be bound to this `sap.suite.ui.commons.networkgraph.Graph` itself.
|
|
7646
|
+
*
|
|
7647
|
+
* Fired when the user requests to add a node via INSERT or Ctrl+Alt+N. Only available when NoopLayout is
|
|
7648
|
+
* used and enableDragAndDrop is `true`.
|
|
7649
|
+
*
|
|
7650
|
+
* @since 1.148
|
|
7651
|
+
*
|
|
7652
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
7653
|
+
*/
|
|
7654
|
+
attachNodeAdded(
|
|
7655
|
+
/**
|
|
7656
|
+
* The function to be called when the event occurs
|
|
7657
|
+
*/
|
|
7658
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
7659
|
+
/**
|
|
7660
|
+
* Context object to call the event handler with. Defaults to this `sap.suite.ui.commons.networkgraph.Graph`
|
|
7661
|
+
* itself
|
|
7662
|
+
*/
|
|
7663
|
+
oListener?: object
|
|
7664
|
+
): this;
|
|
7585
7665
|
/**
|
|
7586
7666
|
* Attaches event handler `fnFunction` to the {@link #event:nodeDropped nodeDropped} event of this `sap.suite.ui.commons.networkgraph.Graph`.
|
|
7587
7667
|
*
|
|
@@ -8013,6 +8093,25 @@ declare namespace sap {
|
|
|
8013
8093
|
*/
|
|
8014
8094
|
oListener?: object
|
|
8015
8095
|
): this;
|
|
8096
|
+
/**
|
|
8097
|
+
* Detaches event handler `fnFunction` from the {@link #event:nodeAdded nodeAdded} event of this `sap.suite.ui.commons.networkgraph.Graph`.
|
|
8098
|
+
*
|
|
8099
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
8100
|
+
*
|
|
8101
|
+
* @since 1.148
|
|
8102
|
+
*
|
|
8103
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8104
|
+
*/
|
|
8105
|
+
detachNodeAdded(
|
|
8106
|
+
/**
|
|
8107
|
+
* The function to be called, when the event occurs
|
|
8108
|
+
*/
|
|
8109
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
8110
|
+
/**
|
|
8111
|
+
* Context object on which the given function had to be called
|
|
8112
|
+
*/
|
|
8113
|
+
oListener?: object
|
|
8114
|
+
): this;
|
|
8016
8115
|
/**
|
|
8017
8116
|
* Detaches event handler `fnFunction` from the {@link #event:nodeDropped nodeDropped} event of this `sap.suite.ui.commons.networkgraph.Graph`.
|
|
8018
8117
|
*
|
|
@@ -8186,6 +8285,20 @@ declare namespace sap {
|
|
|
8186
8285
|
*/
|
|
8187
8286
|
mParameters?: sap.suite.ui.commons.networkgraph.Graph$ItemDeletedEventParameters
|
|
8188
8287
|
): this;
|
|
8288
|
+
/**
|
|
8289
|
+
* Fires event {@link #event:nodeAdded nodeAdded} to attached listeners.
|
|
8290
|
+
*
|
|
8291
|
+
* @since 1.148
|
|
8292
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
8293
|
+
*
|
|
8294
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8295
|
+
*/
|
|
8296
|
+
fireNodeAdded(
|
|
8297
|
+
/**
|
|
8298
|
+
* Parameters to pass along with the event
|
|
8299
|
+
*/
|
|
8300
|
+
mParameters?: object
|
|
8301
|
+
): this;
|
|
8189
8302
|
/**
|
|
8190
8303
|
* Fires event {@link #event:nodeDropped nodeDropped} to attached listeners.
|
|
8191
8304
|
*
|
|
@@ -13481,6 +13594,14 @@ declare namespace sap {
|
|
|
13481
13594
|
Graph
|
|
13482
13595
|
>;
|
|
13483
13596
|
|
|
13597
|
+
/**
|
|
13598
|
+
* Event object of the Graph#nodeAdded event.
|
|
13599
|
+
*/
|
|
13600
|
+
type Graph$NodeAddedEvent = sap.ui.base.Event<
|
|
13601
|
+
Graph$NodeAddedEventParameters,
|
|
13602
|
+
Graph
|
|
13603
|
+
>;
|
|
13604
|
+
|
|
13484
13605
|
/**
|
|
13485
13606
|
* Event object of the Graph#nodeDropped event.
|
|
13486
13607
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.147.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace suite {
|
|
@@ -590,6 +590,22 @@ declare namespace sap {
|
|
|
590
590
|
*/
|
|
591
591
|
bReplaceInHistory: boolean
|
|
592
592
|
): boolean;
|
|
593
|
+
/**
|
|
594
|
+
* This method is called by SAP Fiori elements when a Contextmenu open in a new tab is triggered from a
|
|
595
|
+
* table. Application developers can override this method and perform conditional (internal or external)
|
|
596
|
+
* navigation from different rows of a table. Such custom navigation should be triggered via corresponding
|
|
597
|
+
* methods of {@link sap.suite.ui.generic.template.extensionAPI.NavigationController NavigationController}.
|
|
598
|
+
*
|
|
599
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
600
|
+
*
|
|
601
|
+
* @returns Method should return `true` if framework navigation should be suppressed
|
|
602
|
+
*/
|
|
603
|
+
onListNavigationExtensionFromContextMenu(
|
|
604
|
+
/**
|
|
605
|
+
* The context of the corresponding table row
|
|
606
|
+
*/
|
|
607
|
+
aContext: sap.ui.model.Context[]
|
|
608
|
+
): boolean;
|
|
593
609
|
/**
|
|
594
610
|
* This method is called by SAP Fiori elements when the Share functionality is triggered. Application developers
|
|
595
611
|
* can adapt the service URL passed as a parameter to this method. Adapted service URL will be used in the
|
|
@@ -1184,6 +1200,11 @@ declare namespace sap {
|
|
|
1184
1200
|
| string
|
|
1185
1201
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1186
1202
|
|
|
1203
|
+
applyButtonNavigatesImmediately?:
|
|
1204
|
+
| boolean
|
|
1205
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1206
|
+
| `{${string}}`;
|
|
1207
|
+
|
|
1187
1208
|
useColumnLayoutForSmartForm?:
|
|
1188
1209
|
| boolean
|
|
1189
1210
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
@@ -1392,6 +1413,15 @@ declare namespace sap {
|
|
|
1392
1413
|
*/
|
|
1393
1414
|
mParameters?: object
|
|
1394
1415
|
): this;
|
|
1416
|
+
/**
|
|
1417
|
+
* Gets current value of property {@link #getApplyButtonNavigatesImmediately applyButtonNavigatesImmediately}.
|
|
1418
|
+
*
|
|
1419
|
+
* Default value is `false`.
|
|
1420
|
+
*
|
|
1421
|
+
*
|
|
1422
|
+
* @returns Value of property `applyButtonNavigatesImmediately`
|
|
1423
|
+
*/
|
|
1424
|
+
getApplyButtonNavigatesImmediately(): boolean;
|
|
1395
1425
|
/**
|
|
1396
1426
|
* Gets current value of property {@link #getCollaborationSettings collaborationSettings}.
|
|
1397
1427
|
*
|
|
@@ -1553,6 +1583,22 @@ declare namespace sap {
|
|
|
1553
1583
|
* @returns Value of property `useColumnLayoutForSmartForm`
|
|
1554
1584
|
*/
|
|
1555
1585
|
getUseColumnLayoutForSmartForm(): boolean;
|
|
1586
|
+
/**
|
|
1587
|
+
* Sets a new value for property {@link #getApplyButtonNavigatesImmediately applyButtonNavigatesImmediately}.
|
|
1588
|
+
*
|
|
1589
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1590
|
+
*
|
|
1591
|
+
* Default value is `false`.
|
|
1592
|
+
*
|
|
1593
|
+
*
|
|
1594
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1595
|
+
*/
|
|
1596
|
+
setApplyButtonNavigatesImmediately(
|
|
1597
|
+
/**
|
|
1598
|
+
* New value for property `applyButtonNavigatesImmediately`
|
|
1599
|
+
*/
|
|
1600
|
+
bApplyButtonNavigatesImmediately?: boolean
|
|
1601
|
+
): this;
|
|
1556
1602
|
/**
|
|
1557
1603
|
* Sets a new value for property {@link #getCollaborationSettings collaborationSettings}.
|
|
1558
1604
|
*
|
|
@@ -2596,6 +2642,22 @@ declare namespace sap {
|
|
|
2596
2642
|
*/
|
|
2597
2643
|
bReplaceInHistory: boolean
|
|
2598
2644
|
): boolean;
|
|
2645
|
+
/**
|
|
2646
|
+
* This method is called by SAP Fiori elements when a Contextmenu open in a new tab is triggered from a
|
|
2647
|
+
* table. Application developers can override this method and perform conditional (internal or external)
|
|
2648
|
+
* navigation from different rows of a table. Such custom navigation should be triggered via corresponding
|
|
2649
|
+
* methods of {@link sap.suite.ui.generic.template.extensionAPI.NavigationController NavigationController}.
|
|
2650
|
+
*
|
|
2651
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2652
|
+
*
|
|
2653
|
+
* @returns Method should return `true` if framework navigation should be suppressed
|
|
2654
|
+
*/
|
|
2655
|
+
onListNavigationExtensionFromContextMenu(
|
|
2656
|
+
/**
|
|
2657
|
+
* The context of the corresponding table row
|
|
2658
|
+
*/
|
|
2659
|
+
aContext: sap.ui.model.Context[]
|
|
2660
|
+
): boolean;
|
|
2599
2661
|
/**
|
|
2600
2662
|
* This method is called by SAP Fiori elements when the Share functionality is triggered. Application developers
|
|
2601
2663
|
* can adapt the service URL passed as a parameter to this method. Adapted service URL will be used in the
|
|
@@ -3623,6 +3685,22 @@ declare namespace sap {
|
|
|
3623
3685
|
*/
|
|
3624
3686
|
bReplaceInHistory: boolean
|
|
3625
3687
|
): boolean;
|
|
3688
|
+
/**
|
|
3689
|
+
* This method is called by SAP Fiori elements when a Contextmenu open in a new tab is triggered from a
|
|
3690
|
+
* table. Application developers can override this method and perform conditional (internal or external)
|
|
3691
|
+
* navigation from different rows of a table. Such custom navigation should be triggered via corresponding
|
|
3692
|
+
* methods of {@link sap.suite.ui.generic.template.extensionAPI.NavigationController NavigationController}.
|
|
3693
|
+
*
|
|
3694
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
3695
|
+
*
|
|
3696
|
+
* @returns Method should return `true` if framework navigation should be suppressed
|
|
3697
|
+
*/
|
|
3698
|
+
onListNavigationExtensionFromContextMenu(
|
|
3699
|
+
/**
|
|
3700
|
+
* The context of the corresponding table row
|
|
3701
|
+
*/
|
|
3702
|
+
aContext: sap.ui.model.Context[]
|
|
3703
|
+
): boolean;
|
|
3626
3704
|
/**
|
|
3627
3705
|
* This method is called by SAP Fiori elements when the Share functionality is triggered. Application developers
|
|
3628
3706
|
* can adapt the service URL passed as a parameter to this method. Adapted service URL will be used in the
|
package/types/sap.tnt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.147.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -357,7 +357,6 @@ declare namespace sap {
|
|
|
357
357
|
* to achieve a Side Navigation Overlay Mode.
|
|
358
358
|
*
|
|
359
359
|
* @since 1.134
|
|
360
|
-
* @experimental As of version 1.134.
|
|
361
360
|
*/
|
|
362
361
|
design?:
|
|
363
362
|
| sap.tnt.SideNavigationDesign
|
|
@@ -2563,7 +2562,6 @@ declare namespace sap {
|
|
|
2563
2562
|
* Default value is `Decorated`.
|
|
2564
2563
|
*
|
|
2565
2564
|
* @since 1.134
|
|
2566
|
-
* @experimental As of version 1.134.
|
|
2567
2565
|
*
|
|
2568
2566
|
* @returns Value of property `design`
|
|
2569
2567
|
*/
|
|
@@ -2658,7 +2656,6 @@ declare namespace sap {
|
|
|
2658
2656
|
* Default value is `Decorated`.
|
|
2659
2657
|
*
|
|
2660
2658
|
* @since 1.134
|
|
2661
|
-
* @experimental As of version 1.134.
|
|
2662
2659
|
*
|
|
2663
2660
|
* @returns Reference to `this` in order to allow method chaining
|
|
2664
2661
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.147.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -18,19 +18,26 @@ declare namespace sap {
|
|
|
18
18
|
value?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
19
19
|
|
|
20
20
|
/**
|
|
21
|
-
* The type of the code in the editor used for syntax highlighting.
|
|
22
|
-
*
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
*
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
* mixal,
|
|
21
|
+
* The type of the code in the editor used for syntax highlighting.
|
|
22
|
+
*
|
|
23
|
+
* Possible types are: "abap", "abc", "actionscript", "ada", "alda", "apache_conf", "apex", "aql", "asciidoc",
|
|
24
|
+
* "asl", "assembly_arm32", "assembly_x86", "astro", "autohotkey", "batchfile", "basic", "bibtex", "c_cpp",
|
|
25
|
+
* "c9search", "cirru", "clojure", "cobol", "coffee", "coldfusion", "crystal", "csharp", "csound_document",
|
|
26
|
+
* "csound_orchestra", "csound_score", "css", "curly", "cuttlefish", "d", "dart", "diff", "django", "dockerfile",
|
|
27
|
+
* "dot", "drools", "edifact", "eiffel", "ejs", "elixir", "elm", "erlang", "flix", "forth", "fortran", "fsharp",
|
|
28
|
+
* "fsl", "ftl", "gcode", "gherkin", "gitignore", "glsl", "gobstones", "golang", "graphqlschema", "groovy",
|
|
29
|
+
* "haml", "handlebars", "haskell", "haskell_cabal", "haxe", "hjson", "html", "html_elixir", "html_ruby",
|
|
30
|
+
* "ini", "io", "ion", "jack", "jade", "java", "javascript", "jexl", "json", "json5", "jsoniq", "jsp", "jssm",
|
|
31
|
+
* "jsx", "julia", "kotlin", "latex", "latte", "less", "liquid", "lisp", "livescript", "log", "logiql",
|
|
32
|
+
* "logtalk", "lsl", "lua", "luapage", "lucene", "makefile", "markdown", "mask", "matlab", "maze", "mediawiki",
|
|
33
|
+
* "mel", "mips", "mixal", "mushcode", "mysql", "nasal", "nginx", "nim", "nix", "nsis", "nunjucks", "objectivec",
|
|
34
|
+
* "ocaml", "odin", "partiql", "pascal", "perl", "pgsql", "php", "php_laravel_blade", "pig", "plsql", "powershell",
|
|
35
|
+
* "praat", "prisma", "prolog", "properties", "protobuf", "prql", "puppet", "python", "qml", "r", "raku",
|
|
36
|
+
* "razor", "rdoc", "red", "rhtml", "robot", "rst", "ruby", "rust", "sac", "sass", "scad", "scala", "scheme",
|
|
37
|
+
* "scrypt", "scss", "sh", "sjs", "slim", "smarty", "smithy", "snippets", "soy_template", "space", "sparql",
|
|
38
|
+
* "sql", "sqlserver", "stylus", "svg", "swift", "tcl", "terraform", "tex", "text", "textile", "toml", "tsx",
|
|
39
|
+
* "turtle", "twig", "typescript", "vala", "vbscript", "velocity", "verilog", "vhdl", "visualforce", "vue",
|
|
40
|
+
* "wollok", "xml", "xquery", "yaml", "zeek", "zig"
|
|
34
41
|
*/
|
|
35
42
|
type?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
36
43
|
|
|
@@ -104,8 +111,13 @@ declare namespace sap {
|
|
|
104
111
|
|
|
105
112
|
/**
|
|
106
113
|
* Sets whether to show syntax hints in the editor. Those hints are visualized as value state icons in the
|
|
107
|
-
* line numbers area. The hint text is shown in tooltip of those icons.
|
|
108
|
-
*
|
|
114
|
+
* line numbers area. The hint text is shown in tooltip of those icons.
|
|
115
|
+
*
|
|
116
|
+
* **Note:** This flag is only available if line numbers are shown.
|
|
117
|
+
*
|
|
118
|
+
* **Note:** Syntax hints highly depend on the underlying third-party ACE editor. Comprehensive hints may
|
|
119
|
+
* not be available for all editor types, and some types may not display any hints. Currently, syntax hints
|
|
120
|
+
* are supported for the following types: javascript, json, css, html, xml, php, coffee, lua, xquery, yaml.
|
|
109
121
|
*/
|
|
110
122
|
syntaxHints?:
|
|
111
123
|
| boolean
|
|
@@ -494,8 +506,13 @@ declare namespace sap {
|
|
|
494
506
|
* Gets current value of property {@link #getSyntaxHints syntaxHints}.
|
|
495
507
|
*
|
|
496
508
|
* Sets whether to show syntax hints in the editor. Those hints are visualized as value state icons in the
|
|
497
|
-
* line numbers area. The hint text is shown in tooltip of those icons.
|
|
498
|
-
*
|
|
509
|
+
* line numbers area. The hint text is shown in tooltip of those icons.
|
|
510
|
+
*
|
|
511
|
+
* **Note:** This flag is only available if line numbers are shown.
|
|
512
|
+
*
|
|
513
|
+
* **Note:** Syntax hints highly depend on the underlying third-party ACE editor. Comprehensive hints may
|
|
514
|
+
* not be available for all editor types, and some types may not display any hints. Currently, syntax hints
|
|
515
|
+
* are supported for the following types: javascript, json, css, html, xml, php, coffee, lua, xquery, yaml.
|
|
499
516
|
*
|
|
500
517
|
* Default value is `true`.
|
|
501
518
|
*
|
|
@@ -506,19 +523,26 @@ declare namespace sap {
|
|
|
506
523
|
/**
|
|
507
524
|
* Gets current value of property {@link #getType type}.
|
|
508
525
|
*
|
|
509
|
-
* The type of the code in the editor used for syntax highlighting.
|
|
510
|
-
*
|
|
511
|
-
*
|
|
512
|
-
*
|
|
513
|
-
*
|
|
514
|
-
*
|
|
515
|
-
*
|
|
516
|
-
*
|
|
517
|
-
*
|
|
518
|
-
*
|
|
519
|
-
*
|
|
520
|
-
*
|
|
521
|
-
* mixal,
|
|
526
|
+
* The type of the code in the editor used for syntax highlighting.
|
|
527
|
+
*
|
|
528
|
+
* Possible types are: "abap", "abc", "actionscript", "ada", "alda", "apache_conf", "apex", "aql", "asciidoc",
|
|
529
|
+
* "asl", "assembly_arm32", "assembly_x86", "astro", "autohotkey", "batchfile", "basic", "bibtex", "c_cpp",
|
|
530
|
+
* "c9search", "cirru", "clojure", "cobol", "coffee", "coldfusion", "crystal", "csharp", "csound_document",
|
|
531
|
+
* "csound_orchestra", "csound_score", "css", "curly", "cuttlefish", "d", "dart", "diff", "django", "dockerfile",
|
|
532
|
+
* "dot", "drools", "edifact", "eiffel", "ejs", "elixir", "elm", "erlang", "flix", "forth", "fortran", "fsharp",
|
|
533
|
+
* "fsl", "ftl", "gcode", "gherkin", "gitignore", "glsl", "gobstones", "golang", "graphqlschema", "groovy",
|
|
534
|
+
* "haml", "handlebars", "haskell", "haskell_cabal", "haxe", "hjson", "html", "html_elixir", "html_ruby",
|
|
535
|
+
* "ini", "io", "ion", "jack", "jade", "java", "javascript", "jexl", "json", "json5", "jsoniq", "jsp", "jssm",
|
|
536
|
+
* "jsx", "julia", "kotlin", "latex", "latte", "less", "liquid", "lisp", "livescript", "log", "logiql",
|
|
537
|
+
* "logtalk", "lsl", "lua", "luapage", "lucene", "makefile", "markdown", "mask", "matlab", "maze", "mediawiki",
|
|
538
|
+
* "mel", "mips", "mixal", "mushcode", "mysql", "nasal", "nginx", "nim", "nix", "nsis", "nunjucks", "objectivec",
|
|
539
|
+
* "ocaml", "odin", "partiql", "pascal", "perl", "pgsql", "php", "php_laravel_blade", "pig", "plsql", "powershell",
|
|
540
|
+
* "praat", "prisma", "prolog", "properties", "protobuf", "prql", "puppet", "python", "qml", "r", "raku",
|
|
541
|
+
* "razor", "rdoc", "red", "rhtml", "robot", "rst", "ruby", "rust", "sac", "sass", "scad", "scala", "scheme",
|
|
542
|
+
* "scrypt", "scss", "sh", "sjs", "slim", "smarty", "smithy", "snippets", "soy_template", "space", "sparql",
|
|
543
|
+
* "sql", "sqlserver", "stylus", "svg", "swift", "tcl", "terraform", "tex", "text", "textile", "toml", "tsx",
|
|
544
|
+
* "turtle", "twig", "typescript", "vala", "vbscript", "velocity", "verilog", "vhdl", "visualforce", "vue",
|
|
545
|
+
* "wollok", "xml", "xquery", "yaml", "zeek", "zig"
|
|
522
546
|
*
|
|
523
547
|
* Default value is `"javascript"`.
|
|
524
548
|
*
|
|
@@ -662,8 +686,13 @@ declare namespace sap {
|
|
|
662
686
|
* Sets a new value for property {@link #getSyntaxHints syntaxHints}.
|
|
663
687
|
*
|
|
664
688
|
* Sets whether to show syntax hints in the editor. Those hints are visualized as value state icons in the
|
|
665
|
-
* line numbers area. The hint text is shown in tooltip of those icons.
|
|
666
|
-
*
|
|
689
|
+
* line numbers area. The hint text is shown in tooltip of those icons.
|
|
690
|
+
*
|
|
691
|
+
* **Note:** This flag is only available if line numbers are shown.
|
|
692
|
+
*
|
|
693
|
+
* **Note:** Syntax hints highly depend on the underlying third-party ACE editor. Comprehensive hints may
|
|
694
|
+
* not be available for all editor types, and some types may not display any hints. Currently, syntax hints
|
|
695
|
+
* are supported for the following types: javascript, json, css, html, xml, php, coffee, lua, xquery, yaml.
|
|
667
696
|
*
|
|
668
697
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
669
698
|
*
|
|
@@ -681,19 +710,26 @@ declare namespace sap {
|
|
|
681
710
|
/**
|
|
682
711
|
* Sets a new value for property {@link #getType type}.
|
|
683
712
|
*
|
|
684
|
-
* The type of the code in the editor used for syntax highlighting.
|
|
685
|
-
*
|
|
686
|
-
*
|
|
687
|
-
*
|
|
688
|
-
*
|
|
689
|
-
*
|
|
690
|
-
*
|
|
691
|
-
*
|
|
692
|
-
*
|
|
693
|
-
*
|
|
694
|
-
*
|
|
695
|
-
*
|
|
696
|
-
* mixal,
|
|
713
|
+
* The type of the code in the editor used for syntax highlighting.
|
|
714
|
+
*
|
|
715
|
+
* Possible types are: "abap", "abc", "actionscript", "ada", "alda", "apache_conf", "apex", "aql", "asciidoc",
|
|
716
|
+
* "asl", "assembly_arm32", "assembly_x86", "astro", "autohotkey", "batchfile", "basic", "bibtex", "c_cpp",
|
|
717
|
+
* "c9search", "cirru", "clojure", "cobol", "coffee", "coldfusion", "crystal", "csharp", "csound_document",
|
|
718
|
+
* "csound_orchestra", "csound_score", "css", "curly", "cuttlefish", "d", "dart", "diff", "django", "dockerfile",
|
|
719
|
+
* "dot", "drools", "edifact", "eiffel", "ejs", "elixir", "elm", "erlang", "flix", "forth", "fortran", "fsharp",
|
|
720
|
+
* "fsl", "ftl", "gcode", "gherkin", "gitignore", "glsl", "gobstones", "golang", "graphqlschema", "groovy",
|
|
721
|
+
* "haml", "handlebars", "haskell", "haskell_cabal", "haxe", "hjson", "html", "html_elixir", "html_ruby",
|
|
722
|
+
* "ini", "io", "ion", "jack", "jade", "java", "javascript", "jexl", "json", "json5", "jsoniq", "jsp", "jssm",
|
|
723
|
+
* "jsx", "julia", "kotlin", "latex", "latte", "less", "liquid", "lisp", "livescript", "log", "logiql",
|
|
724
|
+
* "logtalk", "lsl", "lua", "luapage", "lucene", "makefile", "markdown", "mask", "matlab", "maze", "mediawiki",
|
|
725
|
+
* "mel", "mips", "mixal", "mushcode", "mysql", "nasal", "nginx", "nim", "nix", "nsis", "nunjucks", "objectivec",
|
|
726
|
+
* "ocaml", "odin", "partiql", "pascal", "perl", "pgsql", "php", "php_laravel_blade", "pig", "plsql", "powershell",
|
|
727
|
+
* "praat", "prisma", "prolog", "properties", "protobuf", "prql", "puppet", "python", "qml", "r", "raku",
|
|
728
|
+
* "razor", "rdoc", "red", "rhtml", "robot", "rst", "ruby", "rust", "sac", "sass", "scad", "scala", "scheme",
|
|
729
|
+
* "scrypt", "scss", "sh", "sjs", "slim", "smarty", "smithy", "snippets", "soy_template", "space", "sparql",
|
|
730
|
+
* "sql", "sqlserver", "stylus", "svg", "swift", "tcl", "terraform", "tex", "text", "textile", "toml", "tsx",
|
|
731
|
+
* "turtle", "twig", "typescript", "vala", "vbscript", "velocity", "verilog", "vhdl", "visualforce", "vue",
|
|
732
|
+
* "wollok", "xml", "xquery", "yaml", "zeek", "zig"
|
|
697
733
|
*
|
|
698
734
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
699
735
|
*
|
package/types/sap.ui.comp.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.147.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -4415,24 +4415,14 @@ declare namespace sap {
|
|
|
4415
4415
|
sEntityTypeName?: string
|
|
4416
4416
|
): this;
|
|
4417
4417
|
/**
|
|
4418
|
-
*
|
|
4419
|
-
*
|
|
4420
|
-
* A hidden filter will never be visible in the filter bar control
|
|
4421
|
-
*
|
|
4422
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
4423
|
-
*
|
|
4424
|
-
* Default value is `false`.
|
|
4425
|
-
*
|
|
4426
|
-
* @since 1.44.0
|
|
4427
|
-
*
|
|
4428
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
4418
|
+
* Setter for hiddenFilter.
|
|
4429
4419
|
*/
|
|
4430
4420
|
setHiddenFilter(
|
|
4431
4421
|
/**
|
|
4432
|
-
*
|
|
4422
|
+
* Hidden filter state
|
|
4433
4423
|
*/
|
|
4434
|
-
|
|
4435
|
-
):
|
|
4424
|
+
bValue: boolean
|
|
4425
|
+
): void;
|
|
4436
4426
|
/**
|
|
4437
4427
|
* Setter for label.
|
|
4438
4428
|
*/
|