@sapui5/ts-types-esm 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 +56 -67
- package/types/sap.f.d.ts +220 -527
- 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 +3921 -3221
- 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 +228 -1
- package/types/sap.insights.d.ts +14 -1
- package/types/{mobile-1.145.0-esm-d.ts → sap.m.d.ts} +596 -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 +299 -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-esm-d.ts → sap.ui.core.d.ts} +1214 -396
- 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 -290
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/{mdc-1.145.0-esm-d.ts → sap.ui.mdc.d.ts} +113 -22
- 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 +209 -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 +609 -202
- 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.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
|
/**
|
|
@@ -18,7 +18,6 @@ declare module "sap/tnt/library" {
|
|
|
18
18
|
* This enum is part of the 'sap/tnt/library' module export and must be accessed by the property 'NavigationListItemDesign'.
|
|
19
19
|
*
|
|
20
20
|
* @since 1.133.0
|
|
21
|
-
* @experimental Behavior might change.
|
|
22
21
|
*/
|
|
23
22
|
export enum NavigationListItemDesign {
|
|
24
23
|
/**
|
|
@@ -51,7 +50,6 @@ declare module "sap/tnt/library" {
|
|
|
51
50
|
* This enum is part of the 'sap/tnt/library' module export and must be accessed by the property 'SideNavigationDesign'.
|
|
52
51
|
*
|
|
53
52
|
* @since 1.134.0
|
|
54
|
-
* @experimental Behavior might change.
|
|
55
53
|
*/
|
|
56
54
|
export enum SideNavigationDesign {
|
|
57
55
|
/**
|
|
@@ -1664,7 +1662,6 @@ declare module "sap/tnt/NavigationListItem" {
|
|
|
1664
1662
|
* Default value is `Default`.
|
|
1665
1663
|
*
|
|
1666
1664
|
* @since 1.133.0
|
|
1667
|
-
* @experimental Behavior might change.
|
|
1668
1665
|
*
|
|
1669
1666
|
* @returns Value of property `design`
|
|
1670
1667
|
*/
|
|
@@ -1716,8 +1713,6 @@ declare module "sap/tnt/NavigationListItem" {
|
|
|
1716
1713
|
* Default value is `true`.
|
|
1717
1714
|
*
|
|
1718
1715
|
* @since 1.116
|
|
1719
|
-
* @experimental As of version 1.116. Disclaimer: this property is in a beta state - incompatible API changes
|
|
1720
|
-
* may be done before its official public release.
|
|
1721
1716
|
*
|
|
1722
1717
|
* @returns Value of property `selectable`
|
|
1723
1718
|
*/
|
|
@@ -1833,7 +1828,6 @@ declare module "sap/tnt/NavigationListItem" {
|
|
|
1833
1828
|
* Default value is `Default`.
|
|
1834
1829
|
*
|
|
1835
1830
|
* @since 1.133.0
|
|
1836
|
-
* @experimental Behavior might change.
|
|
1837
1831
|
*
|
|
1838
1832
|
* @returns Reference to `this` in order to allow method chaining
|
|
1839
1833
|
*/
|
|
@@ -1900,8 +1894,6 @@ declare module "sap/tnt/NavigationListItem" {
|
|
|
1900
1894
|
* Default value is `true`.
|
|
1901
1895
|
*
|
|
1902
1896
|
* @since 1.116
|
|
1903
|
-
* @experimental As of version 1.116. Disclaimer: this property is in a beta state - incompatible API changes
|
|
1904
|
-
* may be done before its official public release.
|
|
1905
1897
|
*
|
|
1906
1898
|
* @returns Reference to `this` in order to allow method chaining
|
|
1907
1899
|
*/
|
|
@@ -1988,8 +1980,6 @@ declare module "sap/tnt/NavigationListItem" {
|
|
|
1988
1980
|
* - Items that trigger actions (with design "Action") should not be selectable.
|
|
1989
1981
|
*
|
|
1990
1982
|
* @since 1.116
|
|
1991
|
-
* @experimental As of version 1.116. Disclaimer: this property is in a beta state - incompatible API changes
|
|
1992
|
-
* may be done before its official public release.
|
|
1993
1983
|
*/
|
|
1994
1984
|
selectable?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
1995
1985
|
|
|
@@ -2017,7 +2007,6 @@ declare module "sap/tnt/NavigationListItem" {
|
|
|
2017
2007
|
* sub-items cannot be added.
|
|
2018
2008
|
*
|
|
2019
2009
|
* @since 1.133.0
|
|
2020
|
-
* @experimental Behavior might change.
|
|
2021
2010
|
*/
|
|
2022
2011
|
design?:
|
|
2023
2012
|
| (NavigationListItemDesign | keyof typeof NavigationListItemDesign)
|
|
@@ -2716,7 +2705,6 @@ declare module "sap/tnt/SideNavigation" {
|
|
|
2716
2705
|
* Default value is `Decorated`.
|
|
2717
2706
|
*
|
|
2718
2707
|
* @since 1.134
|
|
2719
|
-
* @experimental As of version 1.134.
|
|
2720
2708
|
*
|
|
2721
2709
|
* @returns Value of property `design`
|
|
2722
2710
|
*/
|
|
@@ -2811,7 +2799,6 @@ declare module "sap/tnt/SideNavigation" {
|
|
|
2811
2799
|
* Default value is `Decorated`.
|
|
2812
2800
|
*
|
|
2813
2801
|
* @since 1.134
|
|
2814
|
-
* @experimental As of version 1.134.
|
|
2815
2802
|
*
|
|
2816
2803
|
* @returns Reference to `this` in order to allow method chaining
|
|
2817
2804
|
*/
|
|
@@ -2961,7 +2948,6 @@ declare module "sap/tnt/SideNavigation" {
|
|
|
2961
2948
|
* to achieve a Side Navigation Overlay Mode.
|
|
2962
2949
|
*
|
|
2963
2950
|
* @since 1.134
|
|
2964
|
-
* @experimental As of version 1.134.
|
|
2965
2951
|
*/
|
|
2966
2952
|
design?:
|
|
2967
2953
|
| (SideNavigationDesign | keyof typeof SideNavigationDesign)
|
|
@@ -3080,10 +3066,14 @@ declare module "sap/tnt/ToolHeader" {
|
|
|
3080
3066
|
* - If an app implements side navigation in addition to the tool header menu, the menu icon must be the
|
|
3081
3067
|
* first item on the left-hand side of the tool header.
|
|
3082
3068
|
* - The app menu and the side navigation must not have any dependencies and must work independently.
|
|
3083
|
-
*
|
|
3084
|
-
*
|
|
3085
|
-
*
|
|
3086
|
-
*
|
|
3069
|
+
*
|
|
3070
|
+
* - Not recommended: In accordance with the UX Consistency initiative, it is recommended to use the seamlessly
|
|
3071
|
+
* integrated UI5 Web Components' ui5-shellbar, as demonstrated in this UXC
|
|
3072
|
+
* integration sample app with UXC integration
|
|
3073
|
+
* sample source code. Horizon theme specifics: Only the following controls are supported: sap.m.Button,
|
|
3074
|
+
* sap.m.Image, sap.m.Title, sap.m.Text, sap.m.SearchField, sap.m.Avatar. Fiori 3 theme specifics: In Fiori
|
|
3075
|
+
* 3 Default theme the ToolHeader is with dark design unlike most of the other controls. This defines the
|
|
3076
|
+
* usage of limited controls inside it, which will result in good design combination.
|
|
3087
3077
|
* The ToolHeader stylizes the contained controls with the Shell color parameters, to match the dark design
|
|
3088
3078
|
* requirement. However, that's not a dark theme.
|
|
3089
3079
|
*
|
|
@@ -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
|
*/
|