@sapui5/ts-types 1.145.1 → 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 +3 -6
- 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 +59 -67
- package/types/sap.f.d.ts +214 -528
- 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 +1725 -1041
- 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 +229 -1
- package/types/sap.insights.d.ts +14 -1
- package/types/{mobile-1.145.0-d.ts → sap.m.d.ts} +607 -48
- 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 +294 -10
- 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 +9 -19
- 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/{core-1.145.0-d.ts → sap.ui.core.d.ts} +1209 -376
- 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 +9 -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 +87 -289
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/{mdc-1.145.0-d.ts → sap.ui.mdc.d.ts} +108 -21
- package/types/sap.ui.richtexteditor.d.ts +6 -6
- 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 +41 -11
- 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 +216 -2
- package/types/sap.ui.vtm.d.ts +2 -2
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +590 -196
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +146 -1
- package/types/sap.viz.d.ts +4 -5
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +0 -173
- package/types/sap.ui.webc.fiori.d.ts +0 -16012
- package/types/sap.ui.webc.main.d.ts +0 -51158
package/types/sap.tnt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.147.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -207,8 +207,6 @@ declare namespace sap {
|
|
|
207
207
|
* - Items that trigger actions (with design "Action") should not be selectable.
|
|
208
208
|
*
|
|
209
209
|
* @since 1.116
|
|
210
|
-
* @experimental As of version 1.116. Disclaimer: this property is in a beta state - incompatible API changes
|
|
211
|
-
* may be done before its official public release.
|
|
212
210
|
*/
|
|
213
211
|
selectable?:
|
|
214
212
|
| boolean
|
|
@@ -242,7 +240,6 @@ declare namespace sap {
|
|
|
242
240
|
* sub-items cannot be added.
|
|
243
241
|
*
|
|
244
242
|
* @since 1.133.0
|
|
245
|
-
* @experimental Behavior might change.
|
|
246
243
|
*/
|
|
247
244
|
design?:
|
|
248
245
|
| sap.tnt.NavigationListItemDesign
|
|
@@ -360,7 +357,6 @@ declare namespace sap {
|
|
|
360
357
|
* to achieve a Side Navigation Overlay Mode.
|
|
361
358
|
*
|
|
362
359
|
* @since 1.134
|
|
363
|
-
* @experimental As of version 1.134.
|
|
364
360
|
*/
|
|
365
361
|
design?:
|
|
366
362
|
| sap.tnt.SideNavigationDesign
|
|
@@ -1736,7 +1732,6 @@ declare namespace sap {
|
|
|
1736
1732
|
* Default value is `Default`.
|
|
1737
1733
|
*
|
|
1738
1734
|
* @since 1.133.0
|
|
1739
|
-
* @experimental Behavior might change.
|
|
1740
1735
|
*
|
|
1741
1736
|
* @returns Value of property `design`
|
|
1742
1737
|
*/
|
|
@@ -1788,8 +1783,6 @@ declare namespace sap {
|
|
|
1788
1783
|
* Default value is `true`.
|
|
1789
1784
|
*
|
|
1790
1785
|
* @since 1.116
|
|
1791
|
-
* @experimental As of version 1.116. Disclaimer: this property is in a beta state - incompatible API changes
|
|
1792
|
-
* may be done before its official public release.
|
|
1793
1786
|
*
|
|
1794
1787
|
* @returns Value of property `selectable`
|
|
1795
1788
|
*/
|
|
@@ -1905,7 +1898,6 @@ declare namespace sap {
|
|
|
1905
1898
|
* Default value is `Default`.
|
|
1906
1899
|
*
|
|
1907
1900
|
* @since 1.133.0
|
|
1908
|
-
* @experimental Behavior might change.
|
|
1909
1901
|
*
|
|
1910
1902
|
* @returns Reference to `this` in order to allow method chaining
|
|
1911
1903
|
*/
|
|
@@ -1972,8 +1964,6 @@ declare namespace sap {
|
|
|
1972
1964
|
* Default value is `true`.
|
|
1973
1965
|
*
|
|
1974
1966
|
* @since 1.116
|
|
1975
|
-
* @experimental As of version 1.116. Disclaimer: this property is in a beta state - incompatible API changes
|
|
1976
|
-
* may be done before its official public release.
|
|
1977
1967
|
*
|
|
1978
1968
|
* @returns Reference to `this` in order to allow method chaining
|
|
1979
1969
|
*/
|
|
@@ -2572,7 +2562,6 @@ declare namespace sap {
|
|
|
2572
2562
|
* Default value is `Decorated`.
|
|
2573
2563
|
*
|
|
2574
2564
|
* @since 1.134
|
|
2575
|
-
* @experimental As of version 1.134.
|
|
2576
2565
|
*
|
|
2577
2566
|
* @returns Value of property `design`
|
|
2578
2567
|
*/
|
|
@@ -2667,7 +2656,6 @@ declare namespace sap {
|
|
|
2667
2656
|
* Default value is `Decorated`.
|
|
2668
2657
|
*
|
|
2669
2658
|
* @since 1.134
|
|
2670
|
-
* @experimental As of version 1.134.
|
|
2671
2659
|
*
|
|
2672
2660
|
* @returns Reference to `this` in order to allow method chaining
|
|
2673
2661
|
*/
|
|
@@ -2788,10 +2776,14 @@ declare namespace sap {
|
|
|
2788
2776
|
* - If an app implements side navigation in addition to the tool header menu, the menu icon must be the
|
|
2789
2777
|
* first item on the left-hand side of the tool header.
|
|
2790
2778
|
* - The app menu and the side navigation must not have any dependencies and must work independently.
|
|
2791
|
-
*
|
|
2792
|
-
*
|
|
2793
|
-
*
|
|
2794
|
-
*
|
|
2779
|
+
*
|
|
2780
|
+
* - Not recommended: In accordance with the UX Consistency initiative, it is recommended to use the seamlessly
|
|
2781
|
+
* integrated UI5 Web Components' ui5-shellbar, as demonstrated in this UXC
|
|
2782
|
+
* integration sample app with UXC integration
|
|
2783
|
+
* sample source code. Horizon theme specifics: Only the following controls are supported: sap.m.Button,
|
|
2784
|
+
* sap.m.Image, sap.m.Title, sap.m.Text, sap.m.SearchField, sap.m.Avatar. Fiori 3 theme specifics: In Fiori
|
|
2785
|
+
* 3 Default theme the ToolHeader is with dark design unlike most of the other controls. This defines the
|
|
2786
|
+
* usage of limited controls inside it, which will result in good design combination.
|
|
2795
2787
|
* The ToolHeader stylizes the contained controls with the Shell color parameters, to match the dark design
|
|
2796
2788
|
* requirement. However, that's not a dark theme.
|
|
2797
2789
|
*
|
|
@@ -3452,7 +3444,6 @@ declare namespace sap {
|
|
|
3452
3444
|
* This enum is part of the 'sap/tnt/library' module export and must be accessed by the property 'NavigationListItemDesign'.
|
|
3453
3445
|
*
|
|
3454
3446
|
* @since 1.133.0
|
|
3455
|
-
* @experimental Behavior might change.
|
|
3456
3447
|
*/
|
|
3457
3448
|
enum NavigationListItemDesign {
|
|
3458
3449
|
/**
|
|
@@ -3485,7 +3476,6 @@ declare namespace sap {
|
|
|
3485
3476
|
* This enum is part of the 'sap/tnt/library' module export and must be accessed by the property 'SideNavigationDesign'.
|
|
3486
3477
|
*
|
|
3487
3478
|
* @since 1.134.0
|
|
3488
|
-
* @experimental Behavior might change.
|
|
3489
3479
|
*/
|
|
3490
3480
|
enum SideNavigationDesign {
|
|
3491
3481
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.147.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -18,19 +18,26 @@ declare namespace sap {
|
|
|
18
18
|
value?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
19
19
|
|
|
20
20
|
/**
|
|
21
|
-
* The type of the code in the editor used for syntax highlighting.
|
|
22
|
-
*
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
*
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
* mixal,
|
|
21
|
+
* The type of the code in the editor used for syntax highlighting.
|
|
22
|
+
*
|
|
23
|
+
* Possible types are: "abap", "abc", "actionscript", "ada", "alda", "apache_conf", "apex", "aql", "asciidoc",
|
|
24
|
+
* "asl", "assembly_arm32", "assembly_x86", "astro", "autohotkey", "batchfile", "basic", "bibtex", "c_cpp",
|
|
25
|
+
* "c9search", "cirru", "clojure", "cobol", "coffee", "coldfusion", "crystal", "csharp", "csound_document",
|
|
26
|
+
* "csound_orchestra", "csound_score", "css", "curly", "cuttlefish", "d", "dart", "diff", "django", "dockerfile",
|
|
27
|
+
* "dot", "drools", "edifact", "eiffel", "ejs", "elixir", "elm", "erlang", "flix", "forth", "fortran", "fsharp",
|
|
28
|
+
* "fsl", "ftl", "gcode", "gherkin", "gitignore", "glsl", "gobstones", "golang", "graphqlschema", "groovy",
|
|
29
|
+
* "haml", "handlebars", "haskell", "haskell_cabal", "haxe", "hjson", "html", "html_elixir", "html_ruby",
|
|
30
|
+
* "ini", "io", "ion", "jack", "jade", "java", "javascript", "jexl", "json", "json5", "jsoniq", "jsp", "jssm",
|
|
31
|
+
* "jsx", "julia", "kotlin", "latex", "latte", "less", "liquid", "lisp", "livescript", "log", "logiql",
|
|
32
|
+
* "logtalk", "lsl", "lua", "luapage", "lucene", "makefile", "markdown", "mask", "matlab", "maze", "mediawiki",
|
|
33
|
+
* "mel", "mips", "mixal", "mushcode", "mysql", "nasal", "nginx", "nim", "nix", "nsis", "nunjucks", "objectivec",
|
|
34
|
+
* "ocaml", "odin", "partiql", "pascal", "perl", "pgsql", "php", "php_laravel_blade", "pig", "plsql", "powershell",
|
|
35
|
+
* "praat", "prisma", "prolog", "properties", "protobuf", "prql", "puppet", "python", "qml", "r", "raku",
|
|
36
|
+
* "razor", "rdoc", "red", "rhtml", "robot", "rst", "ruby", "rust", "sac", "sass", "scad", "scala", "scheme",
|
|
37
|
+
* "scrypt", "scss", "sh", "sjs", "slim", "smarty", "smithy", "snippets", "soy_template", "space", "sparql",
|
|
38
|
+
* "sql", "sqlserver", "stylus", "svg", "swift", "tcl", "terraform", "tex", "text", "textile", "toml", "tsx",
|
|
39
|
+
* "turtle", "twig", "typescript", "vala", "vbscript", "velocity", "verilog", "vhdl", "visualforce", "vue",
|
|
40
|
+
* "wollok", "xml", "xquery", "yaml", "zeek", "zig"
|
|
34
41
|
*/
|
|
35
42
|
type?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
36
43
|
|
|
@@ -104,8 +111,13 @@ declare namespace sap {
|
|
|
104
111
|
|
|
105
112
|
/**
|
|
106
113
|
* Sets whether to show syntax hints in the editor. Those hints are visualized as value state icons in the
|
|
107
|
-
* line numbers area. The hint text is shown in tooltip of those icons.
|
|
108
|
-
*
|
|
114
|
+
* line numbers area. The hint text is shown in tooltip of those icons.
|
|
115
|
+
*
|
|
116
|
+
* **Note:** This flag is only available if line numbers are shown.
|
|
117
|
+
*
|
|
118
|
+
* **Note:** Syntax hints highly depend on the underlying third-party ACE editor. Comprehensive hints may
|
|
119
|
+
* not be available for all editor types, and some types may not display any hints. Currently, syntax hints
|
|
120
|
+
* are supported for the following types: javascript, json, css, html, xml, php, coffee, lua, xquery, yaml.
|
|
109
121
|
*/
|
|
110
122
|
syntaxHints?:
|
|
111
123
|
| boolean
|
|
@@ -494,8 +506,13 @@ declare namespace sap {
|
|
|
494
506
|
* Gets current value of property {@link #getSyntaxHints syntaxHints}.
|
|
495
507
|
*
|
|
496
508
|
* Sets whether to show syntax hints in the editor. Those hints are visualized as value state icons in the
|
|
497
|
-
* line numbers area. The hint text is shown in tooltip of those icons.
|
|
498
|
-
*
|
|
509
|
+
* line numbers area. The hint text is shown in tooltip of those icons.
|
|
510
|
+
*
|
|
511
|
+
* **Note:** This flag is only available if line numbers are shown.
|
|
512
|
+
*
|
|
513
|
+
* **Note:** Syntax hints highly depend on the underlying third-party ACE editor. Comprehensive hints may
|
|
514
|
+
* not be available for all editor types, and some types may not display any hints. Currently, syntax hints
|
|
515
|
+
* are supported for the following types: javascript, json, css, html, xml, php, coffee, lua, xquery, yaml.
|
|
499
516
|
*
|
|
500
517
|
* Default value is `true`.
|
|
501
518
|
*
|
|
@@ -506,19 +523,26 @@ declare namespace sap {
|
|
|
506
523
|
/**
|
|
507
524
|
* Gets current value of property {@link #getType type}.
|
|
508
525
|
*
|
|
509
|
-
* The type of the code in the editor used for syntax highlighting.
|
|
510
|
-
*
|
|
511
|
-
*
|
|
512
|
-
*
|
|
513
|
-
*
|
|
514
|
-
*
|
|
515
|
-
*
|
|
516
|
-
*
|
|
517
|
-
*
|
|
518
|
-
*
|
|
519
|
-
*
|
|
520
|
-
*
|
|
521
|
-
* mixal,
|
|
526
|
+
* The type of the code in the editor used for syntax highlighting.
|
|
527
|
+
*
|
|
528
|
+
* Possible types are: "abap", "abc", "actionscript", "ada", "alda", "apache_conf", "apex", "aql", "asciidoc",
|
|
529
|
+
* "asl", "assembly_arm32", "assembly_x86", "astro", "autohotkey", "batchfile", "basic", "bibtex", "c_cpp",
|
|
530
|
+
* "c9search", "cirru", "clojure", "cobol", "coffee", "coldfusion", "crystal", "csharp", "csound_document",
|
|
531
|
+
* "csound_orchestra", "csound_score", "css", "curly", "cuttlefish", "d", "dart", "diff", "django", "dockerfile",
|
|
532
|
+
* "dot", "drools", "edifact", "eiffel", "ejs", "elixir", "elm", "erlang", "flix", "forth", "fortran", "fsharp",
|
|
533
|
+
* "fsl", "ftl", "gcode", "gherkin", "gitignore", "glsl", "gobstones", "golang", "graphqlschema", "groovy",
|
|
534
|
+
* "haml", "handlebars", "haskell", "haskell_cabal", "haxe", "hjson", "html", "html_elixir", "html_ruby",
|
|
535
|
+
* "ini", "io", "ion", "jack", "jade", "java", "javascript", "jexl", "json", "json5", "jsoniq", "jsp", "jssm",
|
|
536
|
+
* "jsx", "julia", "kotlin", "latex", "latte", "less", "liquid", "lisp", "livescript", "log", "logiql",
|
|
537
|
+
* "logtalk", "lsl", "lua", "luapage", "lucene", "makefile", "markdown", "mask", "matlab", "maze", "mediawiki",
|
|
538
|
+
* "mel", "mips", "mixal", "mushcode", "mysql", "nasal", "nginx", "nim", "nix", "nsis", "nunjucks", "objectivec",
|
|
539
|
+
* "ocaml", "odin", "partiql", "pascal", "perl", "pgsql", "php", "php_laravel_blade", "pig", "plsql", "powershell",
|
|
540
|
+
* "praat", "prisma", "prolog", "properties", "protobuf", "prql", "puppet", "python", "qml", "r", "raku",
|
|
541
|
+
* "razor", "rdoc", "red", "rhtml", "robot", "rst", "ruby", "rust", "sac", "sass", "scad", "scala", "scheme",
|
|
542
|
+
* "scrypt", "scss", "sh", "sjs", "slim", "smarty", "smithy", "snippets", "soy_template", "space", "sparql",
|
|
543
|
+
* "sql", "sqlserver", "stylus", "svg", "swift", "tcl", "terraform", "tex", "text", "textile", "toml", "tsx",
|
|
544
|
+
* "turtle", "twig", "typescript", "vala", "vbscript", "velocity", "verilog", "vhdl", "visualforce", "vue",
|
|
545
|
+
* "wollok", "xml", "xquery", "yaml", "zeek", "zig"
|
|
522
546
|
*
|
|
523
547
|
* Default value is `"javascript"`.
|
|
524
548
|
*
|
|
@@ -662,8 +686,13 @@ declare namespace sap {
|
|
|
662
686
|
* Sets a new value for property {@link #getSyntaxHints syntaxHints}.
|
|
663
687
|
*
|
|
664
688
|
* Sets whether to show syntax hints in the editor. Those hints are visualized as value state icons in the
|
|
665
|
-
* line numbers area. The hint text is shown in tooltip of those icons.
|
|
666
|
-
*
|
|
689
|
+
* line numbers area. The hint text is shown in tooltip of those icons.
|
|
690
|
+
*
|
|
691
|
+
* **Note:** This flag is only available if line numbers are shown.
|
|
692
|
+
*
|
|
693
|
+
* **Note:** Syntax hints highly depend on the underlying third-party ACE editor. Comprehensive hints may
|
|
694
|
+
* not be available for all editor types, and some types may not display any hints. Currently, syntax hints
|
|
695
|
+
* are supported for the following types: javascript, json, css, html, xml, php, coffee, lua, xquery, yaml.
|
|
667
696
|
*
|
|
668
697
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
669
698
|
*
|
|
@@ -681,19 +710,26 @@ declare namespace sap {
|
|
|
681
710
|
/**
|
|
682
711
|
* Sets a new value for property {@link #getType type}.
|
|
683
712
|
*
|
|
684
|
-
* The type of the code in the editor used for syntax highlighting.
|
|
685
|
-
*
|
|
686
|
-
*
|
|
687
|
-
*
|
|
688
|
-
*
|
|
689
|
-
*
|
|
690
|
-
*
|
|
691
|
-
*
|
|
692
|
-
*
|
|
693
|
-
*
|
|
694
|
-
*
|
|
695
|
-
*
|
|
696
|
-
* mixal,
|
|
713
|
+
* The type of the code in the editor used for syntax highlighting.
|
|
714
|
+
*
|
|
715
|
+
* Possible types are: "abap", "abc", "actionscript", "ada", "alda", "apache_conf", "apex", "aql", "asciidoc",
|
|
716
|
+
* "asl", "assembly_arm32", "assembly_x86", "astro", "autohotkey", "batchfile", "basic", "bibtex", "c_cpp",
|
|
717
|
+
* "c9search", "cirru", "clojure", "cobol", "coffee", "coldfusion", "crystal", "csharp", "csound_document",
|
|
718
|
+
* "csound_orchestra", "csound_score", "css", "curly", "cuttlefish", "d", "dart", "diff", "django", "dockerfile",
|
|
719
|
+
* "dot", "drools", "edifact", "eiffel", "ejs", "elixir", "elm", "erlang", "flix", "forth", "fortran", "fsharp",
|
|
720
|
+
* "fsl", "ftl", "gcode", "gherkin", "gitignore", "glsl", "gobstones", "golang", "graphqlschema", "groovy",
|
|
721
|
+
* "haml", "handlebars", "haskell", "haskell_cabal", "haxe", "hjson", "html", "html_elixir", "html_ruby",
|
|
722
|
+
* "ini", "io", "ion", "jack", "jade", "java", "javascript", "jexl", "json", "json5", "jsoniq", "jsp", "jssm",
|
|
723
|
+
* "jsx", "julia", "kotlin", "latex", "latte", "less", "liquid", "lisp", "livescript", "log", "logiql",
|
|
724
|
+
* "logtalk", "lsl", "lua", "luapage", "lucene", "makefile", "markdown", "mask", "matlab", "maze", "mediawiki",
|
|
725
|
+
* "mel", "mips", "mixal", "mushcode", "mysql", "nasal", "nginx", "nim", "nix", "nsis", "nunjucks", "objectivec",
|
|
726
|
+
* "ocaml", "odin", "partiql", "pascal", "perl", "pgsql", "php", "php_laravel_blade", "pig", "plsql", "powershell",
|
|
727
|
+
* "praat", "prisma", "prolog", "properties", "protobuf", "prql", "puppet", "python", "qml", "r", "raku",
|
|
728
|
+
* "razor", "rdoc", "red", "rhtml", "robot", "rst", "ruby", "rust", "sac", "sass", "scad", "scala", "scheme",
|
|
729
|
+
* "scrypt", "scss", "sh", "sjs", "slim", "smarty", "smithy", "snippets", "soy_template", "space", "sparql",
|
|
730
|
+
* "sql", "sqlserver", "stylus", "svg", "swift", "tcl", "terraform", "tex", "text", "textile", "toml", "tsx",
|
|
731
|
+
* "turtle", "twig", "typescript", "vala", "vbscript", "velocity", "verilog", "vhdl", "visualforce", "vue",
|
|
732
|
+
* "wollok", "xml", "xquery", "yaml", "zeek", "zig"
|
|
697
733
|
*
|
|
698
734
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
699
735
|
*
|
package/types/sap.ui.comp.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.147.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -4415,24 +4415,14 @@ declare namespace sap {
|
|
|
4415
4415
|
sEntityTypeName?: string
|
|
4416
4416
|
): this;
|
|
4417
4417
|
/**
|
|
4418
|
-
*
|
|
4419
|
-
*
|
|
4420
|
-
* A hidden filter will never be visible in the filter bar control
|
|
4421
|
-
*
|
|
4422
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
4423
|
-
*
|
|
4424
|
-
* Default value is `false`.
|
|
4425
|
-
*
|
|
4426
|
-
* @since 1.44.0
|
|
4427
|
-
*
|
|
4428
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
4418
|
+
* Setter for hiddenFilter.
|
|
4429
4419
|
*/
|
|
4430
4420
|
setHiddenFilter(
|
|
4431
4421
|
/**
|
|
4432
|
-
*
|
|
4422
|
+
* Hidden filter state
|
|
4433
4423
|
*/
|
|
4434
|
-
|
|
4435
|
-
):
|
|
4424
|
+
bValue: boolean
|
|
4425
|
+
): void;
|
|
4436
4426
|
/**
|
|
4437
4427
|
* Setter for label.
|
|
4438
4428
|
*/
|