@sapui5/ts-types-esm 1.146.0 → 1.147.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.ui.commons.d.ts → commons-1.147.0-esm-d.ts} +1 -1
- package/types/{sap.ui.core.d.ts → core-1.147.0-esm-d.ts} +172 -16
- package/types/{sap.ui.dt.d.ts → dt-1.147.0-esm-d.ts} +1 -1
- package/types/index.d.ts +7 -10
- package/types/{sap.ui.mdc.d.ts → mdc-1.147.0-esm-d.ts} +112 -21
- package/types/{sap.m.d.ts → mobile-1.147.0-esm-d.ts} +371 -127
- 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.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.ui.codeeditor.d.ts +82 -46
- package/types/sap.ui.comp.d.ts +5 -15
- 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.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.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.tnt.d.ts → tnt-1.147.0-esm-d.ts} +1 -4
- package/types/{sap.ui.ux3.d.ts → ux3-1.147.0-esm-d.ts} +1 -1
- package/types/sap.ui.webc.common.d.ts +0 -164
- package/types/sap.ui.webc.fiori.d.ts +0 -16235
- package/types/sap.ui.webc.main.d.ts +0 -51365
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.147.1
|
|
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
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.147.1
|
|
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.1
|
|
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
|
*/
|
package/types/sap.ui.export.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.147.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/fl/library" {}
|
|
4
4
|
|
|
@@ -1663,6 +1663,8 @@ declare namespace sap {
|
|
|
1663
1663
|
|
|
1664
1664
|
"sap/ui/fl/initial/_internal/connectors/Utils": undefined;
|
|
1665
1665
|
|
|
1666
|
+
"sap/ui/fl/initial/_internal/FlexConfiguration": undefined;
|
|
1667
|
+
|
|
1666
1668
|
"sap/ui/fl/initial/_internal/preprocessors/ComponentLifecycleHooks": undefined;
|
|
1667
1669
|
|
|
1668
1670
|
"sap/ui/fl/initial/_internal/preprocessors/ControllerExtension": undefined;
|
|
@@ -1771,6 +1773,8 @@ declare namespace sap {
|
|
|
1771
1773
|
|
|
1772
1774
|
"sap/ui/fl/write/api/ControlPersonalizationWriteAPI": undefined;
|
|
1773
1775
|
|
|
1776
|
+
"sap/ui/fl/write/api/ControlVariantWriteAPI": undefined;
|
|
1777
|
+
|
|
1774
1778
|
"sap/ui/fl/write/api/FeaturesAPI": undefined;
|
|
1775
1779
|
|
|
1776
1780
|
"sap/ui/fl/write/api/FieldExtensibility": undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.147.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/generic/app/library" {
|
|
4
4
|
export namespace navigation {
|
|
@@ -1924,7 +1924,7 @@ declare module "sap/ui/generic/app/navigation/service/SelectionVariant" {
|
|
|
1924
1924
|
declare module "sap/ui/generic/app/transaction/BaseController" {
|
|
1925
1925
|
import EventProvider from "sap/ui/base/EventProvider";
|
|
1926
1926
|
|
|
1927
|
-
import ODataModel from "sap/ui/model/odata/ODataModel";
|
|
1927
|
+
import ODataModel from "sap/ui/model/odata/v2/ODataModel";
|
|
1928
1928
|
|
|
1929
1929
|
import Metadata from "sap/ui/base/Metadata";
|
|
1930
1930
|
|
|
@@ -2065,7 +2065,7 @@ declare module "sap/ui/generic/app/transaction/BaseController" {
|
|
|
2065
2065
|
declare module "sap/ui/generic/app/transaction/DraftContext" {
|
|
2066
2066
|
import BaseObject from "sap/ui/base/Object";
|
|
2067
2067
|
|
|
2068
|
-
import ODataModel from "sap/ui/model/odata/ODataModel";
|
|
2068
|
+
import ODataModel from "sap/ui/model/odata/v2/ODataModel";
|
|
2069
2069
|
|
|
2070
2070
|
import Metadata from "sap/ui/base/Metadata";
|
|
2071
2071
|
|
|
@@ -2298,7 +2298,7 @@ declare module "sap/ui/generic/app/transaction/DraftContext" {
|
|
|
2298
2298
|
declare module "sap/ui/generic/app/transaction/DraftController" {
|
|
2299
2299
|
import BaseController from "sap/ui/generic/app/transaction/BaseController";
|
|
2300
2300
|
|
|
2301
|
-
import ODataModel from "sap/ui/model/odata/ODataModel";
|
|
2301
|
+
import ODataModel from "sap/ui/model/odata/v2/ODataModel";
|
|
2302
2302
|
|
|
2303
2303
|
import Context from "sap/ui/model/Context";
|
|
2304
2304
|
|
|
@@ -2579,7 +2579,7 @@ declare module "sap/ui/generic/app/transaction/DraftController" {
|
|
|
2579
2579
|
declare module "sap/ui/generic/app/transaction/TransactionController" {
|
|
2580
2580
|
import BaseController from "sap/ui/generic/app/transaction/BaseController";
|
|
2581
2581
|
|
|
2582
|
-
import ODataModel from "sap/ui/model/odata/ODataModel";
|
|
2582
|
+
import ODataModel from "sap/ui/model/odata/v2/ODataModel";
|
|
2583
2583
|
|
|
2584
2584
|
import Context from "sap/ui/model/Context";
|
|
2585
2585
|
|
package/types/sap.ui.geomap.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.147.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/integration/library" {
|
|
4
4
|
import { URI } from "sap/ui/core/library";
|
|
@@ -1449,11 +1449,15 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1449
1449
|
/**
|
|
1450
1450
|
* Gets current value of property {@link #getBaseUrl baseUrl}.
|
|
1451
1451
|
*
|
|
1452
|
-
* Defines the base URL of the card manifest. It
|
|
1453
|
-
*
|
|
1454
|
-
*
|
|
1452
|
+
* Defines the base URL of the card manifest. It must be provided when the manifest is an object and not
|
|
1453
|
+
* a URL. The base URL is used to load relatively referenced resources.
|
|
1454
|
+
*
|
|
1455
|
+
* If the base URL is not defined and the manifest URL is defined, the manifest URL is used as the base
|
|
1456
|
+
* URL.
|
|
1457
|
+
* - If both the manifest URL and the base URL are defined, the base URL is used.
|
|
1458
|
+
* - If neither the manifest URL nor the base URL is defined, relative resources will not load correctly.
|
|
1459
|
+
*
|
|
1455
1460
|
*
|
|
1456
|
-
* @experimental As of version 1.70.
|
|
1457
1461
|
*
|
|
1458
1462
|
* @returns Value of property `baseUrl`
|
|
1459
1463
|
*/
|
|
@@ -1878,13 +1882,17 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1878
1882
|
/**
|
|
1879
1883
|
* Sets a new value for property {@link #getBaseUrl baseUrl}.
|
|
1880
1884
|
*
|
|
1881
|
-
* Defines the base URL of the card manifest. It
|
|
1882
|
-
*
|
|
1883
|
-
*
|
|
1885
|
+
* Defines the base URL of the card manifest. It must be provided when the manifest is an object and not
|
|
1886
|
+
* a URL. The base URL is used to load relatively referenced resources.
|
|
1887
|
+
*
|
|
1888
|
+
* If the base URL is not defined and the manifest URL is defined, the manifest URL is used as the base
|
|
1889
|
+
* URL.
|
|
1890
|
+
* - If both the manifest URL and the base URL are defined, the base URL is used.
|
|
1891
|
+
* - If neither the manifest URL nor the base URL is defined, relative resources will not load correctly.
|
|
1892
|
+
*
|
|
1884
1893
|
*
|
|
1885
1894
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1886
1895
|
*
|
|
1887
|
-
* @experimental As of version 1.70.
|
|
1888
1896
|
*
|
|
1889
1897
|
* @returns Reference to `this` in order to allow method chaining
|
|
1890
1898
|
*/
|
|
@@ -2248,18 +2256,6 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
2248
2256
|
* @experimental As of version 1.85.
|
|
2249
2257
|
*/
|
|
2250
2258
|
getActionDefinitions(): ActionDefinition[];
|
|
2251
|
-
/**
|
|
2252
|
-
* Gets current value of property {@link #getBaseUrl baseUrl}.
|
|
2253
|
-
*
|
|
2254
|
-
* Defines the base URL of the card manifest. It should be used when manifest property is an object instead
|
|
2255
|
-
* of a URL. If both manifest URL and base URL are defined - the base URL will be used for loading dependencies.
|
|
2256
|
-
* If both manifest URL and base URL are not defined - relative resources might not be loaded correctly.
|
|
2257
|
-
*
|
|
2258
|
-
* @experimental As of version 1.70.
|
|
2259
|
-
*
|
|
2260
|
-
* @returns Value of property `baseUrl`
|
|
2261
|
-
*/
|
|
2262
|
-
getBaseUrl(): URI;
|
|
2263
2259
|
/**
|
|
2264
2260
|
* Get information about the blocking message in the card.
|
|
2265
2261
|
*
|
|
@@ -2632,11 +2628,13 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
2632
2628
|
| `{${string}}`;
|
|
2633
2629
|
|
|
2634
2630
|
/**
|
|
2635
|
-
* Defines the base URL of the card manifest. It
|
|
2636
|
-
*
|
|
2637
|
-
* If both manifest URL and base URL are not defined - relative resources might not be loaded correctly.
|
|
2631
|
+
* Defines the base URL of the card manifest. It must be provided when the manifest is an object and not
|
|
2632
|
+
* a URL. The base URL is used to load relatively referenced resources.
|
|
2638
2633
|
*
|
|
2639
|
-
*
|
|
2634
|
+
* If the base URL is not defined and the manifest URL is defined, the manifest URL is used as the base
|
|
2635
|
+
* URL.
|
|
2636
|
+
* - If both the manifest URL and the base URL are defined, the base URL is used.
|
|
2637
|
+
* - If neither the manifest URL nor the base URL is defined, relative resources will not load correctly.
|
|
2640
2638
|
*/
|
|
2641
2639
|
baseUrl?: URI | PropertyBindingInfo | `{${string}}`;
|
|
2642
2640
|
|
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.147.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/support/library" {
|
|
4
4
|
/**
|
|
@@ -166,7 +166,7 @@ declare module "sap/ui/support/library" {
|
|
|
166
166
|
/**
|
|
167
167
|
* Preset to find usages of deprecated controls, properties, aggregations and others.
|
|
168
168
|
*
|
|
169
|
-
* @
|
|
169
|
+
* @since 1.120
|
|
170
170
|
*/
|
|
171
171
|
Deprecations = "undefined",
|
|
172
172
|
}
|
package/types/sap.ui.table.d.ts
CHANGED