@sapui5/ts-types 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-d.ts} +1 -1
- package/types/{sap.ui.core.d.ts → core-1.147.0-d.ts} +175 -16
- package/types/{sap.ui.dt.d.ts → dt-1.147.0-d.ts} +1 -1
- package/types/index.d.ts +7 -10
- package/types/{sap.ui.mdc.d.ts → mdc-1.147.0-d.ts} +107 -20
- package/types/{sap.m.d.ts → mobile-1.147.0-d.ts} +376 -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 +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.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 +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.tnt.d.ts → tnt-1.147.0-d.ts} +1 -4
- package/types/{sap.ui.ux3.d.ts → ux3-1.147.0-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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.147.1
|
|
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
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.147.1
|
|
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.1
|
|
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
|
*/
|
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 namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -1471,6 +1471,8 @@ declare namespace sap {
|
|
|
1471
1471
|
|
|
1472
1472
|
"sap/ui/fl/initial/_internal/connectors/Utils": undefined;
|
|
1473
1473
|
|
|
1474
|
+
"sap/ui/fl/initial/_internal/FlexConfiguration": undefined;
|
|
1475
|
+
|
|
1474
1476
|
"sap/ui/fl/initial/_internal/preprocessors/ComponentLifecycleHooks": undefined;
|
|
1475
1477
|
|
|
1476
1478
|
"sap/ui/fl/initial/_internal/preprocessors/ControllerExtension": undefined;
|
|
@@ -1579,6 +1581,8 @@ declare namespace sap {
|
|
|
1579
1581
|
|
|
1580
1582
|
"sap/ui/fl/write/api/ControlPersonalizationWriteAPI": undefined;
|
|
1581
1583
|
|
|
1584
|
+
"sap/ui/fl/write/api/ControlVariantWriteAPI": undefined;
|
|
1585
|
+
|
|
1582
1586
|
"sap/ui/fl/write/api/FeaturesAPI": undefined;
|
|
1583
1587
|
|
|
1584
1588
|
"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 namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -1733,7 +1733,7 @@ declare namespace sap {
|
|
|
1733
1733
|
/**
|
|
1734
1734
|
* The OData model currently used
|
|
1735
1735
|
*/
|
|
1736
|
-
oModel: sap.ui.model.odata.ODataModel,
|
|
1736
|
+
oModel: sap.ui.model.odata.v2.ODataModel,
|
|
1737
1737
|
/**
|
|
1738
1738
|
* Optional HTTP request queue
|
|
1739
1739
|
*/
|
|
@@ -1867,7 +1867,7 @@ declare namespace sap {
|
|
|
1867
1867
|
/**
|
|
1868
1868
|
* The OData model currently used
|
|
1869
1869
|
*/
|
|
1870
|
-
oModel: sap.ui.model.odata.ODataModel
|
|
1870
|
+
oModel: sap.ui.model.odata.v2.ODataModel
|
|
1871
1871
|
);
|
|
1872
1872
|
|
|
1873
1873
|
/**
|
|
@@ -2102,7 +2102,7 @@ declare namespace sap {
|
|
|
2102
2102
|
/**
|
|
2103
2103
|
* The OData model currently used
|
|
2104
2104
|
*/
|
|
2105
|
-
oModel: sap.ui.model.odata.ODataModel,
|
|
2105
|
+
oModel: sap.ui.model.odata.v2.ODataModel,
|
|
2106
2106
|
/**
|
|
2107
2107
|
* Optional HTTP request queue
|
|
2108
2108
|
*/
|
|
@@ -2371,7 +2371,7 @@ declare namespace sap {
|
|
|
2371
2371
|
/**
|
|
2372
2372
|
* The OData model currently used
|
|
2373
2373
|
*/
|
|
2374
|
-
oModel: sap.ui.model.odata.ODataModel,
|
|
2374
|
+
oModel: sap.ui.model.odata.v2.ODataModel,
|
|
2375
2375
|
/**
|
|
2376
2376
|
* Optional HTTP request queue
|
|
2377
2377
|
*/
|
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 namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -433,18 +433,6 @@ declare namespace sap {
|
|
|
433
433
|
* @experimental As of version 1.85.
|
|
434
434
|
*/
|
|
435
435
|
getActionDefinitions(): sap.ui.integration.ActionDefinition[];
|
|
436
|
-
/**
|
|
437
|
-
* Gets current value of property {@link #getBaseUrl baseUrl}.
|
|
438
|
-
*
|
|
439
|
-
* Defines the base URL of the card manifest. It should be used when manifest property is an object instead
|
|
440
|
-
* of a URL. If both manifest URL and base URL are defined - the base URL will be used for loading dependencies.
|
|
441
|
-
* If both manifest URL and base URL are not defined - relative resources might not be loaded correctly.
|
|
442
|
-
*
|
|
443
|
-
* @experimental As of version 1.70.
|
|
444
|
-
*
|
|
445
|
-
* @returns Value of property `baseUrl`
|
|
446
|
-
*/
|
|
447
|
-
getBaseUrl(): sap.ui.core.URI;
|
|
448
436
|
/**
|
|
449
437
|
* Get information about the blocking message in the card.
|
|
450
438
|
*
|
|
@@ -826,11 +814,13 @@ declare namespace sap {
|
|
|
826
814
|
| `{${string}}`;
|
|
827
815
|
|
|
828
816
|
/**
|
|
829
|
-
* Defines the base URL of the card manifest. It
|
|
830
|
-
*
|
|
831
|
-
* If both manifest URL and base URL are not defined - relative resources might not be loaded correctly.
|
|
817
|
+
* Defines the base URL of the card manifest. It must be provided when the manifest is an object and not
|
|
818
|
+
* a URL. The base URL is used to load relatively referenced resources.
|
|
832
819
|
*
|
|
833
|
-
*
|
|
820
|
+
* If the base URL is not defined and the manifest URL is defined, the manifest URL is used as the base
|
|
821
|
+
* URL.
|
|
822
|
+
* - If both the manifest URL and the base URL are defined, the base URL is used.
|
|
823
|
+
* - If neither the manifest URL nor the base URL is defined, relative resources will not load correctly.
|
|
834
824
|
*/
|
|
835
825
|
baseUrl?:
|
|
836
826
|
| sap.ui.core.URI
|
|
@@ -1552,11 +1542,15 @@ declare namespace sap {
|
|
|
1552
1542
|
/**
|
|
1553
1543
|
* Gets current value of property {@link #getBaseUrl baseUrl}.
|
|
1554
1544
|
*
|
|
1555
|
-
* Defines the base URL of the card manifest. It
|
|
1556
|
-
*
|
|
1557
|
-
*
|
|
1545
|
+
* Defines the base URL of the card manifest. It must be provided when the manifest is an object and not
|
|
1546
|
+
* a URL. The base URL is used to load relatively referenced resources.
|
|
1547
|
+
*
|
|
1548
|
+
* If the base URL is not defined and the manifest URL is defined, the manifest URL is used as the base
|
|
1549
|
+
* URL.
|
|
1550
|
+
* - If both the manifest URL and the base URL are defined, the base URL is used.
|
|
1551
|
+
* - If neither the manifest URL nor the base URL is defined, relative resources will not load correctly.
|
|
1552
|
+
*
|
|
1558
1553
|
*
|
|
1559
|
-
* @experimental As of version 1.70.
|
|
1560
1554
|
*
|
|
1561
1555
|
* @returns Value of property `baseUrl`
|
|
1562
1556
|
*/
|
|
@@ -1984,13 +1978,17 @@ declare namespace sap {
|
|
|
1984
1978
|
/**
|
|
1985
1979
|
* Sets a new value for property {@link #getBaseUrl baseUrl}.
|
|
1986
1980
|
*
|
|
1987
|
-
* Defines the base URL of the card manifest. It
|
|
1988
|
-
*
|
|
1989
|
-
*
|
|
1981
|
+
* Defines the base URL of the card manifest. It must be provided when the manifest is an object and not
|
|
1982
|
+
* a URL. The base URL is used to load relatively referenced resources.
|
|
1983
|
+
*
|
|
1984
|
+
* If the base URL is not defined and the manifest URL is defined, the manifest URL is used as the base
|
|
1985
|
+
* URL.
|
|
1986
|
+
* - If both the manifest URL and the base URL are defined, the base URL is used.
|
|
1987
|
+
* - If neither the manifest URL nor the base URL is defined, relative resources will not load correctly.
|
|
1988
|
+
*
|
|
1990
1989
|
*
|
|
1991
1990
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1992
1991
|
*
|
|
1993
|
-
* @experimental As of version 1.70.
|
|
1994
1992
|
*
|
|
1995
1993
|
* @returns Reference to `this` in order to allow method chaining
|
|
1996
1994
|
*/
|
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 namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -398,7 +398,7 @@ declare namespace sap {
|
|
|
398
398
|
/**
|
|
399
399
|
* Preset to find usages of deprecated controls, properties, aggregations and others.
|
|
400
400
|
*
|
|
401
|
-
* @
|
|
401
|
+
* @since 1.120
|
|
402
402
|
*/
|
|
403
403
|
Deprecations = "undefined",
|
|
404
404
|
}
|
package/types/sap.ui.table.d.ts
CHANGED