@openui5/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.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.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
- * Horizon theme specifics: Only the following controls are supported: sap.m.Button, sap.m.Image,
2792
- * sap.m.Title, sap.m.Text, sap.m.SearchField, sap.m.Avatar. Fiori 3 theme specifics: In Fiori 3 Default
2793
- * theme the ToolHeader is with dark design unlike most of the other controls. This defines the usage of
2794
- * limited controls inside it, which will result in good design combination.
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.145.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. Possible types are: abap, abc, actionscript,
22
- * ada, apache_conf, applescript, asciidoc, assembly_x86, autohotkey, batchfile, bro, c9search, c_cpp, cirru,
23
- * clojure, cobol, coffee, coldfusion, csharp, css, curly, d, dart, diff, django, dockerfile, dot, drools,
24
- * eiffel, ejs, elixir, elm, erlang, forth, fortran, ftl, gcode, gherkin, gitignore, glsl, gobstones, golang,
25
- * groovy, haml, handlebars, haskell, haskell_cabal, haxe, hjson, html, html_elixir, html_ruby, ini, io,
26
- * jack, jade, java, javascript, json, jsoniq, jsp, jsx, julia, kotlin, latex, lean, less, liquid, lisp,
27
- * live_script, livescript, logiql, lsl, lua, luapage, lucene, makefile, markdown, mask, matlab, mavens_mate_log,
28
- * maze, mel, mips_assembler, mipsassembler, mushcode, mysql, nix, nsis, objectivec, ocaml, pascal, perl,
29
- * pgsql, php, plain_text, powershell, praat, prolog, properties, protobuf, python, r, razor, rdoc, rhtml,
30
- * rst, ruby, rust, sass, scad, scala, scheme, scss, sh, sjs, smarty, snippets, soy_template, space, sql,
31
- * sqlserver, stylus, svg, swift, swig, tcl, tex, text, textile, toml, tsx, twig, typescript, vala, vbscript,
32
- * velocity, verilog, vhdl, wollok, xml, xquery, yaml, terraform, slim, redshift, red, puppet, php_laravel_blade,
33
- * mixal, jssm, fsharp, edifact, csp, cssound_score, cssound_orchestra, cssound_document
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. **Note:** This flag is only available
108
- * if line numbers are shown.
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. **Note:** This flag is only available
498
- * if line numbers are shown.
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. Possible types are: abap, abc, actionscript,
510
- * ada, apache_conf, applescript, asciidoc, assembly_x86, autohotkey, batchfile, bro, c9search, c_cpp, cirru,
511
- * clojure, cobol, coffee, coldfusion, csharp, css, curly, d, dart, diff, django, dockerfile, dot, drools,
512
- * eiffel, ejs, elixir, elm, erlang, forth, fortran, ftl, gcode, gherkin, gitignore, glsl, gobstones, golang,
513
- * groovy, haml, handlebars, haskell, haskell_cabal, haxe, hjson, html, html_elixir, html_ruby, ini, io,
514
- * jack, jade, java, javascript, json, jsoniq, jsp, jsx, julia, kotlin, latex, lean, less, liquid, lisp,
515
- * live_script, livescript, logiql, lsl, lua, luapage, lucene, makefile, markdown, mask, matlab, mavens_mate_log,
516
- * maze, mel, mips_assembler, mipsassembler, mushcode, mysql, nix, nsis, objectivec, ocaml, pascal, perl,
517
- * pgsql, php, plain_text, powershell, praat, prolog, properties, protobuf, python, r, razor, rdoc, rhtml,
518
- * rst, ruby, rust, sass, scad, scala, scheme, scss, sh, sjs, smarty, snippets, soy_template, space, sql,
519
- * sqlserver, stylus, svg, swift, swig, tcl, tex, text, textile, toml, tsx, twig, typescript, vala, vbscript,
520
- * velocity, verilog, vhdl, wollok, xml, xquery, yaml, terraform, slim, redshift, red, puppet, php_laravel_blade,
521
- * mixal, jssm, fsharp, edifact, csp, cssound_score, cssound_orchestra, cssound_document
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. **Note:** This flag is only available
666
- * if line numbers are shown.
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. Possible types are: abap, abc, actionscript,
685
- * ada, apache_conf, applescript, asciidoc, assembly_x86, autohotkey, batchfile, bro, c9search, c_cpp, cirru,
686
- * clojure, cobol, coffee, coldfusion, csharp, css, curly, d, dart, diff, django, dockerfile, dot, drools,
687
- * eiffel, ejs, elixir, elm, erlang, forth, fortran, ftl, gcode, gherkin, gitignore, glsl, gobstones, golang,
688
- * groovy, haml, handlebars, haskell, haskell_cabal, haxe, hjson, html, html_elixir, html_ruby, ini, io,
689
- * jack, jade, java, javascript, json, jsoniq, jsp, jsx, julia, kotlin, latex, lean, less, liquid, lisp,
690
- * live_script, livescript, logiql, lsl, lua, luapage, lucene, makefile, markdown, mask, matlab, mavens_mate_log,
691
- * maze, mel, mips_assembler, mipsassembler, mushcode, mysql, nix, nsis, objectivec, ocaml, pascal, perl,
692
- * pgsql, php, plain_text, powershell, praat, prolog, properties, protobuf, python, r, razor, rdoc, rhtml,
693
- * rst, ruby, rust, sass, scad, scala, scheme, scss, sh, sjs, smarty, snippets, soy_template, space, sql,
694
- * sqlserver, stylus, svg, swift, swig, tcl, tex, text, textile, toml, tsx, twig, typescript, vala, vbscript,
695
- * velocity, verilog, vhdl, wollok, xml, xquery, yaml, terraform, slim, redshift, red, puppet, php_laravel_blade,
696
- * mixal, jssm, fsharp, edifact, csp, cssound_score, cssound_orchestra, cssound_document
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
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.1
1
+ // For Library Version: 1.147.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {