@openui5/ts-types-esm 1.146.0 → 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 +0 -3
- package/types/sap.f.d.ts +148 -2
- package/types/sap.m.d.ts +371 -127
- package/types/sap.tnt.d.ts +1 -4
- package/types/sap.ui.codeeditor.d.ts +82 -46
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.core.d.ts +172 -16
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +5 -1
- package/types/sap.ui.integration.d.ts +23 -25
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +112 -21
- 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.ux3.d.ts +1 -1
- package/types/sap.uxap.d.ts +151 -2
- 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
|
/**
|
|
@@ -2705,7 +2705,6 @@ declare module "sap/tnt/SideNavigation" {
|
|
|
2705
2705
|
* Default value is `Decorated`.
|
|
2706
2706
|
*
|
|
2707
2707
|
* @since 1.134
|
|
2708
|
-
* @experimental As of version 1.134.
|
|
2709
2708
|
*
|
|
2710
2709
|
* @returns Value of property `design`
|
|
2711
2710
|
*/
|
|
@@ -2800,7 +2799,6 @@ declare module "sap/tnt/SideNavigation" {
|
|
|
2800
2799
|
* Default value is `Decorated`.
|
|
2801
2800
|
*
|
|
2802
2801
|
* @since 1.134
|
|
2803
|
-
* @experimental As of version 1.134.
|
|
2804
2802
|
*
|
|
2805
2803
|
* @returns Reference to `this` in order to allow method chaining
|
|
2806
2804
|
*/
|
|
@@ -2950,7 +2948,6 @@ declare module "sap/tnt/SideNavigation" {
|
|
|
2950
2948
|
* to achieve a Side Navigation Overlay Mode.
|
|
2951
2949
|
*
|
|
2952
2950
|
* @since 1.134
|
|
2953
|
-
* @experimental As of version 1.134.
|
|
2954
2951
|
*/
|
|
2955
2952
|
design?:
|
|
2956
2953
|
| (SideNavigationDesign | keyof typeof SideNavigationDesign)
|
|
@@ -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.core.d.ts
CHANGED
|
@@ -279,7 +279,7 @@ declare namespace sap {
|
|
|
279
279
|
"sap/ui/thirdparty/qunit-2": undefined;
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
|
-
// For Library Version: 1.
|
|
282
|
+
// For Library Version: 1.147.0
|
|
283
283
|
|
|
284
284
|
declare module "sap/base/assert" {
|
|
285
285
|
/**
|
|
@@ -7745,9 +7745,9 @@ declare module "sap/ui/model/odata/v2/ODataModel" {
|
|
|
7745
7745
|
* has been resolved!
|
|
7746
7746
|
*
|
|
7747
7747
|
*
|
|
7748
|
-
* @returns The meta model for this `ODataModel`
|
|
7748
|
+
* @returns The meta model for this `ODataModel`, or `undefined` if the model has been destroyed
|
|
7749
7749
|
*/
|
|
7750
|
-
getMetaModel(): ODataMetaModel;
|
|
7750
|
+
getMetaModel(): ODataMetaModel | undefined;
|
|
7751
7751
|
/**
|
|
7752
7752
|
* Returns a JSON object that is a copy of the entity data referenced by the given `sPath` and `oContext`.
|
|
7753
7753
|
* It does not load any data and may not return all requested data if it is not available.
|
|
@@ -17444,7 +17444,6 @@ declare module "sap/ui/core/library" {
|
|
|
17444
17444
|
/**
|
|
17445
17445
|
* Implementing this interface allows a control to be accessible via access keys.
|
|
17446
17446
|
*
|
|
17447
|
-
* @since 1.104
|
|
17448
17447
|
* @experimental As of version 1.104.
|
|
17449
17448
|
*/
|
|
17450
17449
|
export interface IAccessKeySupport {
|
|
@@ -17454,21 +17453,18 @@ declare module "sap/ui/core/library" {
|
|
|
17454
17453
|
* Returns a refence to DOM element to be focused during Access key navigation. If not implemented getFocusDomRef()
|
|
17455
17454
|
* method is used.
|
|
17456
17455
|
*
|
|
17457
|
-
* @since 1.104
|
|
17458
17456
|
* @experimental As of version 1.104.
|
|
17459
17457
|
*/
|
|
17460
17458
|
getAccessKeysFocusTarget?(): void;
|
|
17461
17459
|
/**
|
|
17462
17460
|
* If implemented called when access keys feature is enabled and highlighting is over
|
|
17463
17461
|
*
|
|
17464
|
-
* @since 1.104
|
|
17465
17462
|
* @experimental As of version 1.104.
|
|
17466
17463
|
*/
|
|
17467
17464
|
onAccKeysHighlightEnd?(): void;
|
|
17468
17465
|
/**
|
|
17469
17466
|
* If implemented called when access keys feature is enabled and highlighting is ongoing
|
|
17470
17467
|
*
|
|
17471
|
-
* @since 1.104
|
|
17472
17468
|
* @experimental As of version 1.104.
|
|
17473
17469
|
*/
|
|
17474
17470
|
onAccKeysHighlightStart?(): void;
|
|
@@ -42242,6 +42238,59 @@ declare module "sap/ui/core/RenderManager" {
|
|
|
42242
42238
|
*/
|
|
42243
42239
|
oTargetDomNode: Element
|
|
42244
42240
|
): void;
|
|
42241
|
+
/**
|
|
42242
|
+
* Executes a rendering callback and flushes the result into the provided DOM node.
|
|
42243
|
+
*
|
|
42244
|
+
* The rendering callback receives a RenderManager instance with the semantic rendering API implementation
|
|
42245
|
+
* (DOM interface methods like `openStart`, `attr`, `openEnd`, `text`, `close`, etc.).
|
|
42246
|
+
*
|
|
42247
|
+
* This method combines rendering and flushing in a single call, automatically handling non-HTML namespaces
|
|
42248
|
+
* (e.g., SVG, MathML) by detecting the namespace of the target DOM node.
|
|
42249
|
+
*
|
|
42250
|
+
* **Difference from calling render() then flush() separately:** When rendering into a non-HTML namespace
|
|
42251
|
+
* context (e.g., SVG or MathML elements), this method automatically detects the target node's namespace
|
|
42252
|
+
* and applies it as a fallback namespace for the rendering operation. This ensures that elements created
|
|
42253
|
+
* without an explicit parent element (such as when rendering into a DocumentFragment initially) inherit
|
|
42254
|
+
* the correct namespace.
|
|
42255
|
+
*
|
|
42256
|
+
* This function must not be called within control renderers.
|
|
42257
|
+
*
|
|
42258
|
+
* Usage:
|
|
42259
|
+
* ```javascript
|
|
42260
|
+
*
|
|
42261
|
+
* const oRM = new RenderManager().getInterface();
|
|
42262
|
+
*
|
|
42263
|
+
* // assume that oSvgContainer is already part of the DOM and we want to render a circle into it
|
|
42264
|
+
* oRM.renderAndFlush(function(oRM) {
|
|
42265
|
+
* oRM.openStart("circle").attr("cx", "50").attr("cy", "50").attr("r", "40");
|
|
42266
|
+
* oRM.openEnd();
|
|
42267
|
+
* oRM.close("circle");
|
|
42268
|
+
* }, oSvgContainer);
|
|
42269
|
+
*
|
|
42270
|
+
* oRM.destroy();
|
|
42271
|
+
* ```
|
|
42272
|
+
*
|
|
42273
|
+
*
|
|
42274
|
+
* @since 1.147
|
|
42275
|
+
*
|
|
42276
|
+
* @returns Reference to `this` to allow method chaining
|
|
42277
|
+
*/
|
|
42278
|
+
renderAndFlush(
|
|
42279
|
+
/**
|
|
42280
|
+
* Rendering callback that receives a RenderManager instance with the semantic rendering API implementation
|
|
42281
|
+
* (DOM interface methods like `openStart`, `attr`, `openEnd`, `text`, `close`, etc.)
|
|
42282
|
+
*/
|
|
42283
|
+
fnRender: (p1: RenderManager) => void,
|
|
42284
|
+
/**
|
|
42285
|
+
* Node in the DOM where the result should be flushed into
|
|
42286
|
+
*/
|
|
42287
|
+
oTargetDomNode: Element,
|
|
42288
|
+
/**
|
|
42289
|
+
* Determines whether the buffer of the target DOM node is expanded (`true`) or replaced (`false`), or the
|
|
42290
|
+
* new entry is inserted at a specific position (value of type `int`)
|
|
42291
|
+
*/
|
|
42292
|
+
vInsert?: boolean | int
|
|
42293
|
+
): this;
|
|
42245
42294
|
/**
|
|
42246
42295
|
* Turns the given control into its HTML representation and appends it to the rendering buffer.
|
|
42247
42296
|
*
|
|
@@ -53254,6 +53303,9 @@ declare module "sap/ui/core/ws/SapPcpWebSocket" {
|
|
|
53254
53303
|
* 'SUPPORTED_PROTOCOLS'.
|
|
53255
53304
|
*/
|
|
53256
53305
|
enum SUPPORTED_PROTOCOLS {
|
|
53306
|
+
/**
|
|
53307
|
+
* Protocol v10.pcp.sap.com
|
|
53308
|
+
*/
|
|
53257
53309
|
v10 = "v10.pcp.sap.com",
|
|
53258
53310
|
}
|
|
53259
53311
|
/**
|
|
@@ -62981,7 +63033,7 @@ declare module "sap/ui/model/Model" {
|
|
|
62981
63033
|
/**
|
|
62982
63034
|
* HTTP status code returned by the request (if available)
|
|
62983
63035
|
*/
|
|
62984
|
-
statusCode?: string;
|
|
63036
|
+
statusCode?: string | number;
|
|
62985
63037
|
|
|
62986
63038
|
/**
|
|
62987
63039
|
* The status as a text, details not specified, intended only for diagnosis output
|
|
@@ -73616,11 +73668,24 @@ declare module "sap/ui/model/odata/v4/Context" {
|
|
|
73616
73668
|
* @returns `true` if this context is kept alive
|
|
73617
73669
|
*/
|
|
73618
73670
|
isKeepAlive(): boolean;
|
|
73671
|
+
/**
|
|
73672
|
+
* Tells whether this context is outdated:
|
|
73673
|
+
* `undefined`: The outdated state has not been determined yet `true`: The context is outdated `false`:
|
|
73674
|
+
* The context is up to date
|
|
73675
|
+
*
|
|
73676
|
+
* The outdated state can also be accessed via the instance annotation "@$ui5.context.isOutdated".
|
|
73677
|
+
*
|
|
73678
|
+
* @experimental As of version 1.147.
|
|
73679
|
+
*
|
|
73680
|
+
* @returns Whether this context is outdated, or `undefined` if the outdated state has not been determined
|
|
73681
|
+
* yet
|
|
73682
|
+
*/
|
|
73683
|
+
isOutdated(): boolean | undefined;
|
|
73619
73684
|
/**
|
|
73620
73685
|
* Tells whether this context is currently selected, but not {@link #delete deleted} on the client. Selection
|
|
73621
|
-
* was experimental as of version 1.111.0. Since 1.122.0, the selection state can also be accessed via
|
|
73622
|
-
* annotation "@$ui5.context.isSelected" at the entity. Note that the annotation does not take
|
|
73623
|
-
* state into account.
|
|
73686
|
+
* was experimental as of version 1.111.0. Since 1.122.0, the selection state can also be accessed via the
|
|
73687
|
+
* instance annotation "@$ui5.context.isSelected" at the entity. Note that the annotation does not take
|
|
73688
|
+
* the deletion state into account.
|
|
73624
73689
|
* See:
|
|
73625
73690
|
* #setSelected
|
|
73626
73691
|
*
|
|
@@ -73896,9 +73961,11 @@ declare module "sap/ui/model/odata/v4/Context" {
|
|
|
73896
73961
|
* effects fail to load. Use it to set fields affected by side effects to read-only before {@link #requestSideEffects }
|
|
73897
73962
|
* and make them editable again when the promise resolves; in the error handler, you can repeat the loading
|
|
73898
73963
|
* of side effects.
|
|
73899
|
-
* The promise is rejected if
|
|
73900
|
-
*
|
|
73901
|
-
* ID
|
|
73964
|
+
* The promise is rejected if
|
|
73965
|
+
* the call attempts to refresh an entire list binding (via header context or an absolute path) while
|
|
73966
|
+
* the deletion of a row context (see {@link #delete}) is pending with a different group ID, this is
|
|
73967
|
+
* the row context of a list binding with data aggregation which has `groupLevels` or `"grandTotal like
|
|
73968
|
+
* 1.84"`, or this context does not represent a single entity
|
|
73902
73969
|
*/
|
|
73903
73970
|
requestSideEffects(
|
|
73904
73971
|
/**
|
|
@@ -75427,9 +75494,11 @@ declare module "sap/ui/model/odata/v4/ODataListBinding" {
|
|
|
75427
75494
|
*/
|
|
75428
75495
|
getGroupId(): string;
|
|
75429
75496
|
/**
|
|
75430
|
-
* Returns the header context which allows binding to `$count
|
|
75497
|
+
* Returns the header context which allows binding to `$count`, `@$ui5.context.isOutdated`, or `@$ui5.context.isSelected`.
|
|
75431
75498
|
* See:
|
|
75432
75499
|
* #getCount
|
|
75500
|
+
* sap.ui.model.odata.v4.Context#isOutdated
|
|
75501
|
+
* sap.ui.model.odata.v4.Context#isSelected
|
|
75433
75502
|
*
|
|
75434
75503
|
* @since 1.45.0
|
|
75435
75504
|
*
|
|
@@ -79911,6 +79980,11 @@ declare module "sap/ui/model/Sorter" {
|
|
|
79911
79980
|
* See `vGroup` parameter
|
|
79912
79981
|
*/
|
|
79913
79982
|
group?: boolean | Function;
|
|
79983
|
+
/**
|
|
79984
|
+
* An array of paths that are required for grouping. Supported since 1.147.0; consult the documentation
|
|
79985
|
+
* of the specific model implementation whether it evaluates these paths.
|
|
79986
|
+
*/
|
|
79987
|
+
groupPaths?: string[];
|
|
79914
79988
|
/**
|
|
79915
79989
|
* The binding path for this sorter
|
|
79916
79990
|
*/
|
|
@@ -80020,6 +80094,14 @@ declare module "sap/ui/model/Sorter" {
|
|
|
80020
80094
|
* @returns The group function
|
|
80021
80095
|
*/
|
|
80022
80096
|
getGroupFunction(): Function;
|
|
80097
|
+
/**
|
|
80098
|
+
* Returns the group paths.
|
|
80099
|
+
*
|
|
80100
|
+
* @since 1.147.0
|
|
80101
|
+
*
|
|
80102
|
+
* @returns The array of group paths or `undefined` if this sorter has no group paths.
|
|
80103
|
+
*/
|
|
80104
|
+
getGroupPaths(): string[] | undefined;
|
|
80023
80105
|
/**
|
|
80024
80106
|
* Returns the binding path for this sorter; see the path parameter of {@link sap.ui.model.Sorter#constructor}.
|
|
80025
80107
|
*
|
|
@@ -82821,6 +82903,10 @@ declare module "sap/ui/test/actions/Press" {
|
|
|
82821
82903
|
* The `Press` action is used to simulate a press interaction with a control. Most controls are supported,
|
|
82822
82904
|
* for example buttons, links, list items, tables, filters, and form controls.
|
|
82823
82905
|
*
|
|
82906
|
+
* The `Press` action can also simulate right-click (context menu) interactions by setting the `rightClick`
|
|
82907
|
+
* property to true. This is useful for testing controls with custom context menus, such as `sap.ui.table.Table`
|
|
82908
|
+
* and `sap.m.Table`.
|
|
82909
|
+
*
|
|
82824
82910
|
* The `Press` action targets a special DOM element representing the control. This DOM element can be customized.
|
|
82825
82911
|
*
|
|
82826
82912
|
* For most most controls (even custom ones), the DOM focus reference is an appropriate choice. You can
|
|
@@ -82917,7 +83003,9 @@ declare module "sap/ui/test/actions/Press" {
|
|
|
82917
83003
|
/**
|
|
82918
83004
|
* Sets focus on given control and triggers a 'tap' event on it (which is internally translated into a 'press'
|
|
82919
83005
|
* event). If `keyDown` or `keyUp` is set to `true`, dispatches the corresponding keyboard event instead
|
|
82920
|
-
* of mouse events.
|
|
83006
|
+
* of mouse events. If `rightClick` property is set to `true`, triggers a `contextmenu` event instead, along
|
|
83007
|
+
* with appropriate `mousedown` and `mouseup` events. Logs an error if control is not visible (i.e. has
|
|
83008
|
+
* no dom representation)
|
|
82921
83009
|
*/
|
|
82922
83010
|
executeOn(
|
|
82923
83011
|
/**
|
|
@@ -82967,6 +83055,21 @@ declare module "sap/ui/test/actions/Press" {
|
|
|
82967
83055
|
* @returns Value of property `keyUp`
|
|
82968
83056
|
*/
|
|
82969
83057
|
getKeyUp(): boolean;
|
|
83058
|
+
/**
|
|
83059
|
+
* Gets current value of property {@link #getRightClick rightClick}.
|
|
83060
|
+
*
|
|
83061
|
+
* If set to `true`, a right-click (context menu) event will be triggered instead of a left-click. This
|
|
83062
|
+
* simulates the native browser right-click behavior by dispatching `mousedown` and `mouseup` with `button:
|
|
83063
|
+
* 2`, followed by a `contextmenu` event. The `xPercentage` and `yPercentage` properties can be used to
|
|
83064
|
+
* specify the position of the right-click event.
|
|
83065
|
+
*
|
|
83066
|
+
* Default value is `false`.
|
|
83067
|
+
*
|
|
83068
|
+
* @since 1.147
|
|
83069
|
+
*
|
|
83070
|
+
* @returns Value of property `rightClick`
|
|
83071
|
+
*/
|
|
83072
|
+
getRightClick(): boolean;
|
|
82970
83073
|
/**
|
|
82971
83074
|
* Gets current value of property {@link #getShiftKey shiftKey}.
|
|
82972
83075
|
*
|
|
@@ -83069,6 +83172,28 @@ declare module "sap/ui/test/actions/Press" {
|
|
|
83069
83172
|
*/
|
|
83070
83173
|
bKeyUp: boolean
|
|
83071
83174
|
): this;
|
|
83175
|
+
/**
|
|
83176
|
+
* Sets a new value for property {@link #getRightClick rightClick}.
|
|
83177
|
+
*
|
|
83178
|
+
* If set to `true`, a right-click (context menu) event will be triggered instead of a left-click. This
|
|
83179
|
+
* simulates the native browser right-click behavior by dispatching `mousedown` and `mouseup` with `button:
|
|
83180
|
+
* 2`, followed by a `contextmenu` event. The `xPercentage` and `yPercentage` properties can be used to
|
|
83181
|
+
* specify the position of the right-click event.
|
|
83182
|
+
*
|
|
83183
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
83184
|
+
*
|
|
83185
|
+
* Default value is `false`.
|
|
83186
|
+
*
|
|
83187
|
+
* @since 1.147
|
|
83188
|
+
*
|
|
83189
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
83190
|
+
*/
|
|
83191
|
+
setRightClick(
|
|
83192
|
+
/**
|
|
83193
|
+
* New value for property `rightClick`
|
|
83194
|
+
*/
|
|
83195
|
+
bRightClick?: boolean
|
|
83196
|
+
): this;
|
|
83072
83197
|
/**
|
|
83073
83198
|
* Sets a new value for property {@link #getShiftKey shiftKey}.
|
|
83074
83199
|
*
|
|
@@ -83179,6 +83304,16 @@ declare module "sap/ui/test/actions/Press" {
|
|
|
83179
83304
|
* @since 1.146
|
|
83180
83305
|
*/
|
|
83181
83306
|
keyUp?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
83307
|
+
|
|
83308
|
+
/**
|
|
83309
|
+
* If set to `true`, a right-click (context menu) event will be triggered instead of a left-click. This
|
|
83310
|
+
* simulates the native browser right-click behavior by dispatching `mousedown` and `mouseup` with `button:
|
|
83311
|
+
* 2`, followed by a `contextmenu` event. The `xPercentage` and `yPercentage` properties can be used to
|
|
83312
|
+
* specify the position of the right-click event.
|
|
83313
|
+
*
|
|
83314
|
+
* @since 1.147
|
|
83315
|
+
*/
|
|
83316
|
+
rightClick?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
83182
83317
|
}
|
|
83183
83318
|
}
|
|
83184
83319
|
|
|
@@ -86655,6 +86790,27 @@ declare module "sap/ui/test/Opa5" {
|
|
|
86655
86790
|
* Use when there are multiple views with the same viewName.
|
|
86656
86791
|
*/
|
|
86657
86792
|
viewId?: string;
|
|
86793
|
+
/**
|
|
86794
|
+
* The namespace to be prepended to the view name defined in the `viewName` parameter. When set, all `waitFor`
|
|
86795
|
+
* calls inside the page object will resolve the view by `viewNamespace + "." + viewName`.
|
|
86796
|
+
*
|
|
86797
|
+
* Example:
|
|
86798
|
+
* ```javascript
|
|
86799
|
+
*
|
|
86800
|
+
* Opa5.createPageObjects({
|
|
86801
|
+
* onMyPage: {
|
|
86802
|
+
* viewName: "myView",
|
|
86803
|
+
* viewNamespace: "my.app.namespace",
|
|
86804
|
+
* assertions: { ... }
|
|
86805
|
+
* }
|
|
86806
|
+
* });
|
|
86807
|
+
* ```
|
|
86808
|
+
*
|
|
86809
|
+
*
|
|
86810
|
+
* Note: If all page objects share the same `viewNamespace`, consider setting it globally via {@link sap.ui.test.Opa5.extendConfig }
|
|
86811
|
+
* to avoid repetition.
|
|
86812
|
+
*/
|
|
86813
|
+
viewNamespace?: string;
|
|
86658
86814
|
/**
|
|
86659
86815
|
* Base class for the page object's actions and assertions
|
|
86660
86816
|
*/
|
package/types/sap.ui.dt.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.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/fl/library" {}
|
|
4
4
|
|
|
@@ -1663,6 +1663,8 @@ declare namespace sap {
|
|
|
1663
1663
|
|
|
1664
1664
|
"sap/ui/fl/initial/_internal/connectors/Utils": undefined;
|
|
1665
1665
|
|
|
1666
|
+
"sap/ui/fl/initial/_internal/FlexConfiguration": undefined;
|
|
1667
|
+
|
|
1666
1668
|
"sap/ui/fl/initial/_internal/preprocessors/ComponentLifecycleHooks": undefined;
|
|
1667
1669
|
|
|
1668
1670
|
"sap/ui/fl/initial/_internal/preprocessors/ControllerExtension": undefined;
|
|
@@ -1771,6 +1773,8 @@ declare namespace sap {
|
|
|
1771
1773
|
|
|
1772
1774
|
"sap/ui/fl/write/api/ControlPersonalizationWriteAPI": undefined;
|
|
1773
1775
|
|
|
1776
|
+
"sap/ui/fl/write/api/ControlVariantWriteAPI": undefined;
|
|
1777
|
+
|
|
1774
1778
|
"sap/ui/fl/write/api/FeaturesAPI": undefined;
|
|
1775
1779
|
|
|
1776
1780
|
"sap/ui/fl/write/api/FieldExtensibility": undefined;
|