@sapui5/ts-types-esm 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 +148 -2
- 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 +3892 -3211
- 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 +184 -1
- package/types/sap.insights.d.ts +14 -1
- package/types/sap.m.d.ts +371 -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 +172 -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 +112 -21
- 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 +416 -67
- 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
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
|
import BaseObject from "sap/ui/base/Object";
|
|
@@ -21132,6 +21132,59 @@ declare module "sap/suite/ui/commons/networkgraph/Graph" {
|
|
|
21132
21132
|
*/
|
|
21133
21133
|
oListener?: object
|
|
21134
21134
|
): this;
|
|
21135
|
+
/**
|
|
21136
|
+
* Attaches event handler `fnFunction` to the {@link #event:nodeAdded nodeAdded} event of this `sap.suite.ui.commons.networkgraph.Graph`.
|
|
21137
|
+
*
|
|
21138
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
21139
|
+
* otherwise it will be bound to this `sap.suite.ui.commons.networkgraph.Graph` itself.
|
|
21140
|
+
*
|
|
21141
|
+
* Fired when the user requests to add a node via INSERT or Ctrl+Alt+N. Only available when NoopLayout is
|
|
21142
|
+
* used and enableDragAndDrop is `true`.
|
|
21143
|
+
*
|
|
21144
|
+
* @since 1.148
|
|
21145
|
+
*
|
|
21146
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
21147
|
+
*/
|
|
21148
|
+
attachNodeAdded(
|
|
21149
|
+
/**
|
|
21150
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
21151
|
+
* object when firing the event
|
|
21152
|
+
*/
|
|
21153
|
+
oData: object,
|
|
21154
|
+
/**
|
|
21155
|
+
* The function to be called when the event occurs
|
|
21156
|
+
*/
|
|
21157
|
+
fnFunction: (p1: Event) => void,
|
|
21158
|
+
/**
|
|
21159
|
+
* Context object to call the event handler with. Defaults to this `sap.suite.ui.commons.networkgraph.Graph`
|
|
21160
|
+
* itself
|
|
21161
|
+
*/
|
|
21162
|
+
oListener?: object
|
|
21163
|
+
): this;
|
|
21164
|
+
/**
|
|
21165
|
+
* Attaches event handler `fnFunction` to the {@link #event:nodeAdded nodeAdded} event of this `sap.suite.ui.commons.networkgraph.Graph`.
|
|
21166
|
+
*
|
|
21167
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
21168
|
+
* otherwise it will be bound to this `sap.suite.ui.commons.networkgraph.Graph` itself.
|
|
21169
|
+
*
|
|
21170
|
+
* Fired when the user requests to add a node via INSERT or Ctrl+Alt+N. Only available when NoopLayout is
|
|
21171
|
+
* used and enableDragAndDrop is `true`.
|
|
21172
|
+
*
|
|
21173
|
+
* @since 1.148
|
|
21174
|
+
*
|
|
21175
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
21176
|
+
*/
|
|
21177
|
+
attachNodeAdded(
|
|
21178
|
+
/**
|
|
21179
|
+
* The function to be called when the event occurs
|
|
21180
|
+
*/
|
|
21181
|
+
fnFunction: (p1: Event) => void,
|
|
21182
|
+
/**
|
|
21183
|
+
* Context object to call the event handler with. Defaults to this `sap.suite.ui.commons.networkgraph.Graph`
|
|
21184
|
+
* itself
|
|
21185
|
+
*/
|
|
21186
|
+
oListener?: object
|
|
21187
|
+
): this;
|
|
21135
21188
|
/**
|
|
21136
21189
|
* Attaches event handler `fnFunction` to the {@link #event:nodeDropped nodeDropped} event of this `sap.suite.ui.commons.networkgraph.Graph`.
|
|
21137
21190
|
*
|
|
@@ -21563,6 +21616,25 @@ declare module "sap/suite/ui/commons/networkgraph/Graph" {
|
|
|
21563
21616
|
*/
|
|
21564
21617
|
oListener?: object
|
|
21565
21618
|
): this;
|
|
21619
|
+
/**
|
|
21620
|
+
* Detaches event handler `fnFunction` from the {@link #event:nodeAdded nodeAdded} event of this `sap.suite.ui.commons.networkgraph.Graph`.
|
|
21621
|
+
*
|
|
21622
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
21623
|
+
*
|
|
21624
|
+
* @since 1.148
|
|
21625
|
+
*
|
|
21626
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
21627
|
+
*/
|
|
21628
|
+
detachNodeAdded(
|
|
21629
|
+
/**
|
|
21630
|
+
* The function to be called, when the event occurs
|
|
21631
|
+
*/
|
|
21632
|
+
fnFunction: (p1: Event) => void,
|
|
21633
|
+
/**
|
|
21634
|
+
* Context object on which the given function had to be called
|
|
21635
|
+
*/
|
|
21636
|
+
oListener?: object
|
|
21637
|
+
): this;
|
|
21566
21638
|
/**
|
|
21567
21639
|
* Detaches event handler `fnFunction` from the {@link #event:nodeDropped nodeDropped} event of this `sap.suite.ui.commons.networkgraph.Graph`.
|
|
21568
21640
|
*
|
|
@@ -21736,6 +21808,20 @@ declare module "sap/suite/ui/commons/networkgraph/Graph" {
|
|
|
21736
21808
|
*/
|
|
21737
21809
|
mParameters?: Graph$ItemDeletedEventParameters
|
|
21738
21810
|
): this;
|
|
21811
|
+
/**
|
|
21812
|
+
* Fires event {@link #event:nodeAdded nodeAdded} to attached listeners.
|
|
21813
|
+
*
|
|
21814
|
+
* @since 1.148
|
|
21815
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
21816
|
+
*
|
|
21817
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
21818
|
+
*/
|
|
21819
|
+
fireNodeAdded(
|
|
21820
|
+
/**
|
|
21821
|
+
* Parameters to pass along with the event
|
|
21822
|
+
*/
|
|
21823
|
+
mParameters?: object
|
|
21824
|
+
): this;
|
|
21739
21825
|
/**
|
|
21740
21826
|
* Fires event {@link #event:nodeDropped nodeDropped} to attached listeners.
|
|
21741
21827
|
*
|
|
@@ -23043,6 +23129,14 @@ declare module "sap/suite/ui/commons/networkgraph/Graph" {
|
|
|
23043
23129
|
* @since 1.145
|
|
23044
23130
|
*/
|
|
23045
23131
|
itemDeleted?: (oEvent: Graph$ItemDeletedEvent) => void;
|
|
23132
|
+
|
|
23133
|
+
/**
|
|
23134
|
+
* Fired when the user requests to add a node via INSERT or Ctrl+Alt+N. Only available when NoopLayout is
|
|
23135
|
+
* used and enableDragAndDrop is `true`.
|
|
23136
|
+
*
|
|
23137
|
+
* @since 1.148
|
|
23138
|
+
*/
|
|
23139
|
+
nodeAdded?: (oEvent: Event) => void;
|
|
23046
23140
|
}
|
|
23047
23141
|
|
|
23048
23142
|
/**
|
|
@@ -23160,6 +23254,19 @@ declare module "sap/suite/ui/commons/networkgraph/Graph" {
|
|
|
23160
23254
|
Graph
|
|
23161
23255
|
>;
|
|
23162
23256
|
|
|
23257
|
+
/**
|
|
23258
|
+
* Parameters of the Graph#nodeAdded event.
|
|
23259
|
+
*/
|
|
23260
|
+
export interface Graph$NodeAddedEventParameters {}
|
|
23261
|
+
|
|
23262
|
+
/**
|
|
23263
|
+
* Event object of the Graph#nodeAdded event.
|
|
23264
|
+
*/
|
|
23265
|
+
export type Graph$NodeAddedEvent = Event<
|
|
23266
|
+
Graph$NodeAddedEventParameters,
|
|
23267
|
+
Graph
|
|
23268
|
+
>;
|
|
23269
|
+
|
|
23163
23270
|
/**
|
|
23164
23271
|
* Parameters of the Graph#nodeDropped event.
|
|
23165
23272
|
*/
|
|
@@ -29186,6 +29293,20 @@ declare module "sap/suite/ui/commons/networkgraph/util/DependencyLayoutHelper" {
|
|
|
29186
29293
|
* nodes based on their dependency relationships using topological sorting, cycle detection, and layer-based
|
|
29187
29294
|
* positioning.
|
|
29188
29295
|
*
|
|
29296
|
+
* Why a node may be positioned incorrectly after recalculation: After each run, node positions are cached
|
|
29297
|
+
* with a flag indicating whether the user moved them (`bIsUserPositioned`). On the next call, nodes flagged
|
|
29298
|
+
* as user-positioned are preserved as-is, and the algorithm-placed nodes are recalculated. A node appears
|
|
29299
|
+
* in the wrong place if it is unexpectedly treated as user-positioned, most commonly because `clearCache:
|
|
29300
|
+
* true` was passed. It wipes the cache, but leaves the coordinates intact. So every node with non-zero
|
|
29301
|
+
* coordinates is immediately re-classified as user-positioned and freezes, rather than being recalculated.
|
|
29302
|
+
*
|
|
29303
|
+
* Drag and drop recalculation - correct pattern: Call `resetNode(oNode)` for each dragged node, then call
|
|
29304
|
+
* `calculatePositions` without `clearCache` (default `false`). `resetNode` evicts the node from the cache
|
|
29305
|
+
* and zeros its coordinates, so only that node is repositioned; all the other nodes remain stable.
|
|
29306
|
+
*
|
|
29307
|
+
* Sentinel value: Coordinates `(0, 0)` mean "unpositioned". To place a node at the canvas origin, use `(0.1,
|
|
29308
|
+
* 0.1)` or `(1, 1)` instead.
|
|
29309
|
+
*
|
|
29189
29310
|
* @since 1.144
|
|
29190
29311
|
*/
|
|
29191
29312
|
interface DependencyLayoutHelper {}
|
|
@@ -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/generic/template/library" {
|
|
4
4
|
/**
|
|
@@ -386,6 +386,22 @@ declare module "sap/suite/ui/generic/template/AnalyticalListPage/controllerFrame
|
|
|
386
386
|
*/
|
|
387
387
|
bReplaceInHistory: boolean
|
|
388
388
|
): boolean;
|
|
389
|
+
/**
|
|
390
|
+
* This method is called by SAP Fiori elements when a Contextmenu open in a new tab is triggered from a
|
|
391
|
+
* table. Application developers can override this method and perform conditional (internal or external)
|
|
392
|
+
* navigation from different rows of a table. Such custom navigation should be triggered via corresponding
|
|
393
|
+
* methods of {@link sap.suite.ui.generic.template.extensionAPI.NavigationController NavigationController}.
|
|
394
|
+
*
|
|
395
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
396
|
+
*
|
|
397
|
+
* @returns Method should return `true` if framework navigation should be suppressed
|
|
398
|
+
*/
|
|
399
|
+
onListNavigationExtensionFromContextMenu(
|
|
400
|
+
/**
|
|
401
|
+
* The context of the corresponding table row
|
|
402
|
+
*/
|
|
403
|
+
aContext: Context[]
|
|
404
|
+
): boolean;
|
|
389
405
|
/**
|
|
390
406
|
* This method is called by SAP Fiori elements when the Share functionality is triggered. Application developers
|
|
391
407
|
* can adapt the service URL passed as a parameter to this method. Adapted service URL will be used in the
|
|
@@ -1367,6 +1383,15 @@ declare module "sap/suite/ui/generic/template/lib/AppComponent" {
|
|
|
1367
1383
|
*/
|
|
1368
1384
|
mParameters?: object
|
|
1369
1385
|
): this;
|
|
1386
|
+
/**
|
|
1387
|
+
* Gets current value of property {@link #getApplyButtonNavigatesImmediately applyButtonNavigatesImmediately}.
|
|
1388
|
+
*
|
|
1389
|
+
* Default value is `false`.
|
|
1390
|
+
*
|
|
1391
|
+
*
|
|
1392
|
+
* @returns Value of property `applyButtonNavigatesImmediately`
|
|
1393
|
+
*/
|
|
1394
|
+
getApplyButtonNavigatesImmediately(): boolean;
|
|
1370
1395
|
/**
|
|
1371
1396
|
* Gets current value of property {@link #getCollaborationSettings collaborationSettings}.
|
|
1372
1397
|
*
|
|
@@ -1528,6 +1553,22 @@ declare module "sap/suite/ui/generic/template/lib/AppComponent" {
|
|
|
1528
1553
|
* @returns Value of property `useColumnLayoutForSmartForm`
|
|
1529
1554
|
*/
|
|
1530
1555
|
getUseColumnLayoutForSmartForm(): boolean;
|
|
1556
|
+
/**
|
|
1557
|
+
* Sets a new value for property {@link #getApplyButtonNavigatesImmediately applyButtonNavigatesImmediately}.
|
|
1558
|
+
*
|
|
1559
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1560
|
+
*
|
|
1561
|
+
* Default value is `false`.
|
|
1562
|
+
*
|
|
1563
|
+
*
|
|
1564
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1565
|
+
*/
|
|
1566
|
+
setApplyButtonNavigatesImmediately(
|
|
1567
|
+
/**
|
|
1568
|
+
* New value for property `applyButtonNavigatesImmediately`
|
|
1569
|
+
*/
|
|
1570
|
+
bApplyButtonNavigatesImmediately?: boolean
|
|
1571
|
+
): this;
|
|
1531
1572
|
/**
|
|
1532
1573
|
* Sets a new value for property {@link #getCollaborationSettings collaborationSettings}.
|
|
1533
1574
|
*
|
|
@@ -1848,6 +1889,11 @@ declare module "sap/suite/ui/generic/template/lib/AppComponent" {
|
|
|
1848
1889
|
|
|
1849
1890
|
tableColumnVerticalAlignment?: string | PropertyBindingInfo;
|
|
1850
1891
|
|
|
1892
|
+
applyButtonNavigatesImmediately?:
|
|
1893
|
+
| boolean
|
|
1894
|
+
| PropertyBindingInfo
|
|
1895
|
+
| `{${string}}`;
|
|
1896
|
+
|
|
1851
1897
|
useColumnLayoutForSmartForm?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
1852
1898
|
|
|
1853
1899
|
objectPageColumns?: object | PropertyBindingInfo | `{${string}}`;
|
|
@@ -2290,6 +2336,22 @@ declare module "sap/suite/ui/generic/template/ListReport/controllerFrameworkExte
|
|
|
2290
2336
|
*/
|
|
2291
2337
|
bReplaceInHistory: boolean
|
|
2292
2338
|
): boolean;
|
|
2339
|
+
/**
|
|
2340
|
+
* This method is called by SAP Fiori elements when a Contextmenu open in a new tab is triggered from a
|
|
2341
|
+
* table. Application developers can override this method and perform conditional (internal or external)
|
|
2342
|
+
* navigation from different rows of a table. Such custom navigation should be triggered via corresponding
|
|
2343
|
+
* methods of {@link sap.suite.ui.generic.template.extensionAPI.NavigationController NavigationController}.
|
|
2344
|
+
*
|
|
2345
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2346
|
+
*
|
|
2347
|
+
* @returns Method should return `true` if framework navigation should be suppressed
|
|
2348
|
+
*/
|
|
2349
|
+
onListNavigationExtensionFromContextMenu(
|
|
2350
|
+
/**
|
|
2351
|
+
* The context of the corresponding table row
|
|
2352
|
+
*/
|
|
2353
|
+
aContext: Context[]
|
|
2354
|
+
): boolean;
|
|
2293
2355
|
/**
|
|
2294
2356
|
* This method is called by SAP Fiori elements when the Share functionality is triggered. Application developers
|
|
2295
2357
|
* can adapt the service URL passed as a parameter to this method. Adapted service URL will be used in the
|
|
@@ -3000,6 +3062,22 @@ declare module "sap/suite/ui/generic/template/ObjectPage/controllerFrameworkExte
|
|
|
3000
3062
|
*/
|
|
3001
3063
|
bReplaceInHistory: boolean
|
|
3002
3064
|
): boolean;
|
|
3065
|
+
/**
|
|
3066
|
+
* This method is called by SAP Fiori elements when a Contextmenu open in a new tab is triggered from a
|
|
3067
|
+
* table. Application developers can override this method and perform conditional (internal or external)
|
|
3068
|
+
* navigation from different rows of a table. Such custom navigation should be triggered via corresponding
|
|
3069
|
+
* methods of {@link sap.suite.ui.generic.template.extensionAPI.NavigationController NavigationController}.
|
|
3070
|
+
*
|
|
3071
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
3072
|
+
*
|
|
3073
|
+
* @returns Method should return `true` if framework navigation should be suppressed
|
|
3074
|
+
*/
|
|
3075
|
+
onListNavigationExtensionFromContextMenu(
|
|
3076
|
+
/**
|
|
3077
|
+
* The context of the corresponding table row
|
|
3078
|
+
*/
|
|
3079
|
+
aContext: Context[]
|
|
3080
|
+
): boolean;
|
|
3003
3081
|
/**
|
|
3004
3082
|
* This method is called by SAP Fiori elements when the Share functionality is triggered. Application developers
|
|
3005
3083
|
* 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 module "sap/tnt/library" {
|
|
4
4
|
/**
|
|
@@ -2705,7 +2705,6 @@ declare module "sap/tnt/SideNavigation" {
|
|
|
2705
2705
|
* Default value is `Decorated`.
|
|
2706
2706
|
*
|
|
2707
2707
|
* @since 1.134
|
|
2708
|
-
* @experimental As of version 1.134.
|
|
2709
2708
|
*
|
|
2710
2709
|
* @returns Value of property `design`
|
|
2711
2710
|
*/
|
|
@@ -2800,7 +2799,6 @@ declare module "sap/tnt/SideNavigation" {
|
|
|
2800
2799
|
* Default value is `Decorated`.
|
|
2801
2800
|
*
|
|
2802
2801
|
* @since 1.134
|
|
2803
|
-
* @experimental As of version 1.134.
|
|
2804
2802
|
*
|
|
2805
2803
|
* @returns Reference to `this` in order to allow method chaining
|
|
2806
2804
|
*/
|
|
@@ -2950,7 +2948,6 @@ declare module "sap/tnt/SideNavigation" {
|
|
|
2950
2948
|
* to achieve a Side Navigation Overlay Mode.
|
|
2951
2949
|
*
|
|
2952
2950
|
* @since 1.134
|
|
2953
|
-
* @experimental As of version 1.134.
|
|
2954
2951
|
*/
|
|
2955
2952
|
design?:
|
|
2956
2953
|
| (SideNavigationDesign | keyof typeof SideNavigationDesign)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.147.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/codeeditor/library" {}
|
|
4
4
|
|
|
@@ -354,8 +354,13 @@ declare module "sap/ui/codeeditor/CodeEditor" {
|
|
|
354
354
|
* Gets current value of property {@link #getSyntaxHints syntaxHints}.
|
|
355
355
|
*
|
|
356
356
|
* Sets whether to show syntax hints in the editor. Those hints are visualized as value state icons in the
|
|
357
|
-
* line numbers area. The hint text is shown in tooltip of those icons.
|
|
358
|
-
*
|
|
357
|
+
* line numbers area. The hint text is shown in tooltip of those icons.
|
|
358
|
+
*
|
|
359
|
+
* **Note:** This flag is only available if line numbers are shown.
|
|
360
|
+
*
|
|
361
|
+
* **Note:** Syntax hints highly depend on the underlying third-party ACE editor. Comprehensive hints may
|
|
362
|
+
* not be available for all editor types, and some types may not display any hints. Currently, syntax hints
|
|
363
|
+
* are supported for the following types: javascript, json, css, html, xml, php, coffee, lua, xquery, yaml.
|
|
359
364
|
*
|
|
360
365
|
* Default value is `true`.
|
|
361
366
|
*
|
|
@@ -366,19 +371,26 @@ declare module "sap/ui/codeeditor/CodeEditor" {
|
|
|
366
371
|
/**
|
|
367
372
|
* Gets current value of property {@link #getType type}.
|
|
368
373
|
*
|
|
369
|
-
* The type of the code in the editor used for syntax highlighting.
|
|
370
|
-
*
|
|
371
|
-
*
|
|
372
|
-
*
|
|
373
|
-
*
|
|
374
|
-
*
|
|
375
|
-
*
|
|
376
|
-
*
|
|
377
|
-
*
|
|
378
|
-
*
|
|
379
|
-
*
|
|
380
|
-
*
|
|
381
|
-
* mixal,
|
|
374
|
+
* The type of the code in the editor used for syntax highlighting.
|
|
375
|
+
*
|
|
376
|
+
* Possible types are: "abap", "abc", "actionscript", "ada", "alda", "apache_conf", "apex", "aql", "asciidoc",
|
|
377
|
+
* "asl", "assembly_arm32", "assembly_x86", "astro", "autohotkey", "batchfile", "basic", "bibtex", "c_cpp",
|
|
378
|
+
* "c9search", "cirru", "clojure", "cobol", "coffee", "coldfusion", "crystal", "csharp", "csound_document",
|
|
379
|
+
* "csound_orchestra", "csound_score", "css", "curly", "cuttlefish", "d", "dart", "diff", "django", "dockerfile",
|
|
380
|
+
* "dot", "drools", "edifact", "eiffel", "ejs", "elixir", "elm", "erlang", "flix", "forth", "fortran", "fsharp",
|
|
381
|
+
* "fsl", "ftl", "gcode", "gherkin", "gitignore", "glsl", "gobstones", "golang", "graphqlschema", "groovy",
|
|
382
|
+
* "haml", "handlebars", "haskell", "haskell_cabal", "haxe", "hjson", "html", "html_elixir", "html_ruby",
|
|
383
|
+
* "ini", "io", "ion", "jack", "jade", "java", "javascript", "jexl", "json", "json5", "jsoniq", "jsp", "jssm",
|
|
384
|
+
* "jsx", "julia", "kotlin", "latex", "latte", "less", "liquid", "lisp", "livescript", "log", "logiql",
|
|
385
|
+
* "logtalk", "lsl", "lua", "luapage", "lucene", "makefile", "markdown", "mask", "matlab", "maze", "mediawiki",
|
|
386
|
+
* "mel", "mips", "mixal", "mushcode", "mysql", "nasal", "nginx", "nim", "nix", "nsis", "nunjucks", "objectivec",
|
|
387
|
+
* "ocaml", "odin", "partiql", "pascal", "perl", "pgsql", "php", "php_laravel_blade", "pig", "plsql", "powershell",
|
|
388
|
+
* "praat", "prisma", "prolog", "properties", "protobuf", "prql", "puppet", "python", "qml", "r", "raku",
|
|
389
|
+
* "razor", "rdoc", "red", "rhtml", "robot", "rst", "ruby", "rust", "sac", "sass", "scad", "scala", "scheme",
|
|
390
|
+
* "scrypt", "scss", "sh", "sjs", "slim", "smarty", "smithy", "snippets", "soy_template", "space", "sparql",
|
|
391
|
+
* "sql", "sqlserver", "stylus", "svg", "swift", "tcl", "terraform", "tex", "text", "textile", "toml", "tsx",
|
|
392
|
+
* "turtle", "twig", "typescript", "vala", "vbscript", "velocity", "verilog", "vhdl", "visualforce", "vue",
|
|
393
|
+
* "wollok", "xml", "xquery", "yaml", "zeek", "zig"
|
|
382
394
|
*
|
|
383
395
|
* Default value is `"javascript"`.
|
|
384
396
|
*
|
|
@@ -522,8 +534,13 @@ declare module "sap/ui/codeeditor/CodeEditor" {
|
|
|
522
534
|
* Sets a new value for property {@link #getSyntaxHints syntaxHints}.
|
|
523
535
|
*
|
|
524
536
|
* Sets whether to show syntax hints in the editor. Those hints are visualized as value state icons in the
|
|
525
|
-
* line numbers area. The hint text is shown in tooltip of those icons.
|
|
526
|
-
*
|
|
537
|
+
* line numbers area. The hint text is shown in tooltip of those icons.
|
|
538
|
+
*
|
|
539
|
+
* **Note:** This flag is only available if line numbers are shown.
|
|
540
|
+
*
|
|
541
|
+
* **Note:** Syntax hints highly depend on the underlying third-party ACE editor. Comprehensive hints may
|
|
542
|
+
* not be available for all editor types, and some types may not display any hints. Currently, syntax hints
|
|
543
|
+
* are supported for the following types: javascript, json, css, html, xml, php, coffee, lua, xquery, yaml.
|
|
527
544
|
*
|
|
528
545
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
529
546
|
*
|
|
@@ -541,19 +558,26 @@ declare module "sap/ui/codeeditor/CodeEditor" {
|
|
|
541
558
|
/**
|
|
542
559
|
* Sets a new value for property {@link #getType type}.
|
|
543
560
|
*
|
|
544
|
-
* The type of the code in the editor used for syntax highlighting.
|
|
545
|
-
*
|
|
546
|
-
*
|
|
547
|
-
*
|
|
548
|
-
*
|
|
549
|
-
*
|
|
550
|
-
*
|
|
551
|
-
*
|
|
552
|
-
*
|
|
553
|
-
*
|
|
554
|
-
*
|
|
555
|
-
*
|
|
556
|
-
* mixal,
|
|
561
|
+
* The type of the code in the editor used for syntax highlighting.
|
|
562
|
+
*
|
|
563
|
+
* Possible types are: "abap", "abc", "actionscript", "ada", "alda", "apache_conf", "apex", "aql", "asciidoc",
|
|
564
|
+
* "asl", "assembly_arm32", "assembly_x86", "astro", "autohotkey", "batchfile", "basic", "bibtex", "c_cpp",
|
|
565
|
+
* "c9search", "cirru", "clojure", "cobol", "coffee", "coldfusion", "crystal", "csharp", "csound_document",
|
|
566
|
+
* "csound_orchestra", "csound_score", "css", "curly", "cuttlefish", "d", "dart", "diff", "django", "dockerfile",
|
|
567
|
+
* "dot", "drools", "edifact", "eiffel", "ejs", "elixir", "elm", "erlang", "flix", "forth", "fortran", "fsharp",
|
|
568
|
+
* "fsl", "ftl", "gcode", "gherkin", "gitignore", "glsl", "gobstones", "golang", "graphqlschema", "groovy",
|
|
569
|
+
* "haml", "handlebars", "haskell", "haskell_cabal", "haxe", "hjson", "html", "html_elixir", "html_ruby",
|
|
570
|
+
* "ini", "io", "ion", "jack", "jade", "java", "javascript", "jexl", "json", "json5", "jsoniq", "jsp", "jssm",
|
|
571
|
+
* "jsx", "julia", "kotlin", "latex", "latte", "less", "liquid", "lisp", "livescript", "log", "logiql",
|
|
572
|
+
* "logtalk", "lsl", "lua", "luapage", "lucene", "makefile", "markdown", "mask", "matlab", "maze", "mediawiki",
|
|
573
|
+
* "mel", "mips", "mixal", "mushcode", "mysql", "nasal", "nginx", "nim", "nix", "nsis", "nunjucks", "objectivec",
|
|
574
|
+
* "ocaml", "odin", "partiql", "pascal", "perl", "pgsql", "php", "php_laravel_blade", "pig", "plsql", "powershell",
|
|
575
|
+
* "praat", "prisma", "prolog", "properties", "protobuf", "prql", "puppet", "python", "qml", "r", "raku",
|
|
576
|
+
* "razor", "rdoc", "red", "rhtml", "robot", "rst", "ruby", "rust", "sac", "sass", "scad", "scala", "scheme",
|
|
577
|
+
* "scrypt", "scss", "sh", "sjs", "slim", "smarty", "smithy", "snippets", "soy_template", "space", "sparql",
|
|
578
|
+
* "sql", "sqlserver", "stylus", "svg", "swift", "tcl", "terraform", "tex", "text", "textile", "toml", "tsx",
|
|
579
|
+
* "turtle", "twig", "typescript", "vala", "vbscript", "velocity", "verilog", "vhdl", "visualforce", "vue",
|
|
580
|
+
* "wollok", "xml", "xquery", "yaml", "zeek", "zig"
|
|
557
581
|
*
|
|
558
582
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
559
583
|
*
|
|
@@ -633,19 +657,26 @@ declare module "sap/ui/codeeditor/CodeEditor" {
|
|
|
633
657
|
value?: string | PropertyBindingInfo;
|
|
634
658
|
|
|
635
659
|
/**
|
|
636
|
-
* The type of the code in the editor used for syntax highlighting.
|
|
637
|
-
*
|
|
638
|
-
*
|
|
639
|
-
*
|
|
640
|
-
*
|
|
641
|
-
*
|
|
642
|
-
*
|
|
643
|
-
*
|
|
644
|
-
*
|
|
645
|
-
*
|
|
646
|
-
*
|
|
647
|
-
*
|
|
648
|
-
* mixal,
|
|
660
|
+
* The type of the code in the editor used for syntax highlighting.
|
|
661
|
+
*
|
|
662
|
+
* Possible types are: "abap", "abc", "actionscript", "ada", "alda", "apache_conf", "apex", "aql", "asciidoc",
|
|
663
|
+
* "asl", "assembly_arm32", "assembly_x86", "astro", "autohotkey", "batchfile", "basic", "bibtex", "c_cpp",
|
|
664
|
+
* "c9search", "cirru", "clojure", "cobol", "coffee", "coldfusion", "crystal", "csharp", "csound_document",
|
|
665
|
+
* "csound_orchestra", "csound_score", "css", "curly", "cuttlefish", "d", "dart", "diff", "django", "dockerfile",
|
|
666
|
+
* "dot", "drools", "edifact", "eiffel", "ejs", "elixir", "elm", "erlang", "flix", "forth", "fortran", "fsharp",
|
|
667
|
+
* "fsl", "ftl", "gcode", "gherkin", "gitignore", "glsl", "gobstones", "golang", "graphqlschema", "groovy",
|
|
668
|
+
* "haml", "handlebars", "haskell", "haskell_cabal", "haxe", "hjson", "html", "html_elixir", "html_ruby",
|
|
669
|
+
* "ini", "io", "ion", "jack", "jade", "java", "javascript", "jexl", "json", "json5", "jsoniq", "jsp", "jssm",
|
|
670
|
+
* "jsx", "julia", "kotlin", "latex", "latte", "less", "liquid", "lisp", "livescript", "log", "logiql",
|
|
671
|
+
* "logtalk", "lsl", "lua", "luapage", "lucene", "makefile", "markdown", "mask", "matlab", "maze", "mediawiki",
|
|
672
|
+
* "mel", "mips", "mixal", "mushcode", "mysql", "nasal", "nginx", "nim", "nix", "nsis", "nunjucks", "objectivec",
|
|
673
|
+
* "ocaml", "odin", "partiql", "pascal", "perl", "pgsql", "php", "php_laravel_blade", "pig", "plsql", "powershell",
|
|
674
|
+
* "praat", "prisma", "prolog", "properties", "protobuf", "prql", "puppet", "python", "qml", "r", "raku",
|
|
675
|
+
* "razor", "rdoc", "red", "rhtml", "robot", "rst", "ruby", "rust", "sac", "sass", "scad", "scala", "scheme",
|
|
676
|
+
* "scrypt", "scss", "sh", "sjs", "slim", "smarty", "smithy", "snippets", "soy_template", "space", "sparql",
|
|
677
|
+
* "sql", "sqlserver", "stylus", "svg", "swift", "tcl", "terraform", "tex", "text", "textile", "toml", "tsx",
|
|
678
|
+
* "turtle", "twig", "typescript", "vala", "vbscript", "velocity", "verilog", "vhdl", "visualforce", "vue",
|
|
679
|
+
* "wollok", "xml", "xquery", "yaml", "zeek", "zig"
|
|
649
680
|
*/
|
|
650
681
|
type?: string | PropertyBindingInfo;
|
|
651
682
|
|
|
@@ -701,8 +732,13 @@ declare module "sap/ui/codeeditor/CodeEditor" {
|
|
|
701
732
|
|
|
702
733
|
/**
|
|
703
734
|
* Sets whether to show syntax hints in the editor. Those hints are visualized as value state icons in the
|
|
704
|
-
* line numbers area. The hint text is shown in tooltip of those icons.
|
|
705
|
-
*
|
|
735
|
+
* line numbers area. The hint text is shown in tooltip of those icons.
|
|
736
|
+
*
|
|
737
|
+
* **Note:** This flag is only available if line numbers are shown.
|
|
738
|
+
*
|
|
739
|
+
* **Note:** Syntax hints highly depend on the underlying third-party ACE editor. Comprehensive hints may
|
|
740
|
+
* not be available for all editor types, and some types may not display any hints. Currently, syntax hints
|
|
741
|
+
* are supported for the following types: javascript, json, css, html, xml, php, coffee, lua, xquery, yaml.
|
|
706
742
|
*/
|
|
707
743
|
syntaxHints?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
708
744
|
|
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 module "sap/ui/comp/library" {
|
|
4
4
|
/**
|
|
@@ -5186,24 +5186,14 @@ declare module "sap/ui/comp/filterbar/FilterItem" {
|
|
|
5186
5186
|
sEntityTypeName?: string
|
|
5187
5187
|
): this;
|
|
5188
5188
|
/**
|
|
5189
|
-
*
|
|
5190
|
-
*
|
|
5191
|
-
* A hidden filter will never be visible in the filter bar control
|
|
5192
|
-
*
|
|
5193
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
5194
|
-
*
|
|
5195
|
-
* Default value is `false`.
|
|
5196
|
-
*
|
|
5197
|
-
* @since 1.44.0
|
|
5198
|
-
*
|
|
5199
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
5189
|
+
* Setter for hiddenFilter.
|
|
5200
5190
|
*/
|
|
5201
5191
|
setHiddenFilter(
|
|
5202
5192
|
/**
|
|
5203
|
-
*
|
|
5193
|
+
* Hidden filter state
|
|
5204
5194
|
*/
|
|
5205
|
-
|
|
5206
|
-
):
|
|
5195
|
+
bValue: boolean
|
|
5196
|
+
): void;
|
|
5207
5197
|
/**
|
|
5208
5198
|
* Setter for label.
|
|
5209
5199
|
*/
|