@sapui5/ts-types-esm 1.131.1 → 1.132.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/index.d.ts +7 -7
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.cux.home.d.ts +5 -0
- package/types/sap.esh.search.ui.d.ts +35 -1
- package/types/sap.f.d.ts +103 -197
- 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 +123 -94
- 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 +1 -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 +1 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/{mobile-1.131.0-esm-d.ts → sap.m.d.ts} +408 -56
- 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 +7 -2
- package/types/sap.rules.ui.d.ts +86 -1
- package/types/sap.sac.df.d.ts +1245 -890
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +7 -7
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/{tnt-1.131.0-esm-d.ts → sap.tnt.d.ts} +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/{commons-1.131.0-esm-d.ts → sap.ui.commons.d.ts} +1 -1
- package/types/sap.ui.comp.d.ts +66 -5
- package/types/{core-1.131.0-esm-d.ts → sap.ui.core.d.ts} +363 -282
- package/types/{dt-1.131.0-esm-d.ts → sap.ui.dt.d.ts} +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +7 -1
- package/types/sap.ui.generic.app.d.ts +5 -11
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/{mdc-1.131.0-esm-d.ts → sap.ui.mdc.d.ts} +439 -342
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +3 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +13 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +25 -15
- package/types/{ux3-1.131.0-esm-d.ts → sap.ui.ux3.d.ts} +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +96 -1
- package/types/sap.ui.vtm.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +5 -1
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
- 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.fe.macros.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.132.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/fe/macros/Chart" {
|
|
4
4
|
import {
|
|
@@ -25,6 +25,7 @@ declare module "sap/fe/macros/Chart" {
|
|
|
25
25
|
|
|
26
26
|
/**
|
|
27
27
|
* Building block used to create a chart based on the metadata provided by OData V4.
|
|
28
|
+
* {@link demo:sap/fe/core/fpmExplorer/index.html#/buildingBlocks/chart/chartDefault Overview of Building Blocks}
|
|
28
29
|
*
|
|
29
30
|
*
|
|
30
31
|
* Usually, a contextPath and metaPath is expected.
|
|
@@ -536,6 +537,40 @@ declare module "sap/fe/macros/MultiValueField" {
|
|
|
536
537
|
}
|
|
537
538
|
}
|
|
538
539
|
|
|
540
|
+
declare module "sap/fe/macros/Paginator" {
|
|
541
|
+
import {
|
|
542
|
+
default as BuildingBlock,
|
|
543
|
+
$BuildingBlockSettings,
|
|
544
|
+
} from "sap/fe/core/buildingBlocks/BuildingBlock";
|
|
545
|
+
|
|
546
|
+
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
547
|
+
|
|
548
|
+
/**
|
|
549
|
+
* Building block used to create a paginator control.
|
|
550
|
+
* Usage example:
|
|
551
|
+
*
|
|
552
|
+
* ```javascript
|
|
553
|
+
*
|
|
554
|
+
* <macros:Paginator />
|
|
555
|
+
* ```
|
|
556
|
+
*
|
|
557
|
+
*
|
|
558
|
+
*
|
|
559
|
+
* @since 1.94.0
|
|
560
|
+
*/
|
|
561
|
+
export default class Paginator extends BuildingBlock {}
|
|
562
|
+
/**
|
|
563
|
+
* Describes the settings that can be provided to the Paginator constructor.
|
|
564
|
+
*/
|
|
565
|
+
export interface $PaginatorSettings extends $BuildingBlockSettings {
|
|
566
|
+
/**
|
|
567
|
+
* Title of the object that is readout by screen readers when the next/previous item is loaded via keyboard
|
|
568
|
+
* focus on the paginator button.
|
|
569
|
+
*/
|
|
570
|
+
ariaTitle?: string | PropertyBindingInfo;
|
|
571
|
+
}
|
|
572
|
+
}
|
|
573
|
+
|
|
539
574
|
declare module "sap/fe/macros/RichTextEditor" {
|
|
540
575
|
import {
|
|
541
576
|
default as BuildingBlock,
|
|
@@ -602,6 +637,86 @@ declare module "sap/fe/macros/RichTextEditor" {
|
|
|
602
637
|
}
|
|
603
638
|
}
|
|
604
639
|
|
|
640
|
+
declare module "sap/fe/macros/RichTextEditorWithMetadata" {
|
|
641
|
+
import {
|
|
642
|
+
default as RichTextEditor,
|
|
643
|
+
$RichTextEditorSettings,
|
|
644
|
+
} from "sap/fe/macros/RichTextEditor";
|
|
645
|
+
|
|
646
|
+
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
647
|
+
|
|
648
|
+
/**
|
|
649
|
+
* Metadata-driven building block that exposes the RichTextEditor UI5 control.
|
|
650
|
+
* It's used to enter formatted text and uses the third-party component called TinyMCE.
|
|
651
|
+
*
|
|
652
|
+
*
|
|
653
|
+
* @since 1.117.0
|
|
654
|
+
*/
|
|
655
|
+
export default class RichTextEditorWithMetadata extends RichTextEditor {}
|
|
656
|
+
/**
|
|
657
|
+
* Describes the settings that can be provided to the RichTextEditorWithMetadata constructor.
|
|
658
|
+
*/
|
|
659
|
+
export interface $RichTextEditorWithMetadataSettings
|
|
660
|
+
extends $RichTextEditorSettings {
|
|
661
|
+
/**
|
|
662
|
+
* The context path of the property displayed
|
|
663
|
+
*/
|
|
664
|
+
contextPath?: string | PropertyBindingInfo;
|
|
665
|
+
|
|
666
|
+
/**
|
|
667
|
+
* The metaPath of the displayed property
|
|
668
|
+
*/
|
|
669
|
+
metaPath?: string | PropertyBindingInfo;
|
|
670
|
+
}
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
declare module "sap/fe/macros/VariantManagement" {
|
|
674
|
+
import {
|
|
675
|
+
default as BuildingBlock,
|
|
676
|
+
$BuildingBlockSettings,
|
|
677
|
+
} from "sap/fe/core/buildingBlocks/BuildingBlock";
|
|
678
|
+
|
|
679
|
+
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
680
|
+
|
|
681
|
+
/**
|
|
682
|
+
* Building block used to create a Variant Management based on the metadata provided by OData V4.
|
|
683
|
+
* Usage example:
|
|
684
|
+
*
|
|
685
|
+
* ```javascript
|
|
686
|
+
*
|
|
687
|
+
* <macro:VariantManagement
|
|
688
|
+
* id="SomeUniqueIdentifier"
|
|
689
|
+
* for="{listOfControlIds>}"
|
|
690
|
+
* />
|
|
691
|
+
* ```
|
|
692
|
+
*/
|
|
693
|
+
export default class VariantManagement extends BuildingBlock {}
|
|
694
|
+
/**
|
|
695
|
+
* Describes the settings that can be provided to the VariantManagement constructor.
|
|
696
|
+
*/
|
|
697
|
+
export interface $VariantManagementSettings extends $BuildingBlockSettings {
|
|
698
|
+
/**
|
|
699
|
+
* A list of control IDs to which the variant management is applied.
|
|
700
|
+
*/
|
|
701
|
+
for?: string[] | PropertyBindingInfo | `{${string}}`;
|
|
702
|
+
|
|
703
|
+
/**
|
|
704
|
+
* Header level for the variant management, determining its position or style.
|
|
705
|
+
*/
|
|
706
|
+
headerLevel?: string | PropertyBindingInfo;
|
|
707
|
+
|
|
708
|
+
/**
|
|
709
|
+
* Identifier for the variant management control.
|
|
710
|
+
*/
|
|
711
|
+
id?: any | PropertyBindingInfo | `{${string}}`;
|
|
712
|
+
|
|
713
|
+
/**
|
|
714
|
+
* Whether the "Set as Default" option is visible.
|
|
715
|
+
*/
|
|
716
|
+
showSetAsDefault?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
717
|
+
}
|
|
718
|
+
}
|
|
719
|
+
|
|
605
720
|
declare module "sap/fe/macros/chart/Action" {
|
|
606
721
|
import {
|
|
607
722
|
default as BuildingBlockObjectProperty,
|
|
@@ -1312,6 +1427,8 @@ declare module "sap/fe/macros/field/FieldAPI" {
|
|
|
1312
1427
|
*
|
|
1313
1428
|
* <macros:Field id="MyField" metaPath="MyProperty" />
|
|
1314
1429
|
* ```
|
|
1430
|
+
*
|
|
1431
|
+
* Overview of Building Blocks
|
|
1315
1432
|
*/
|
|
1316
1433
|
export default class Field extends MacroAPI {
|
|
1317
1434
|
/**
|
|
@@ -2270,6 +2387,7 @@ declare module "sap/fe/macros/microchart/MicroChart.block" {
|
|
|
2270
2387
|
|
|
2271
2388
|
/**
|
|
2272
2389
|
* Building block used to create a MicroChart based on the metadata provided by OData V4.
|
|
2390
|
+
* {@link demo:sap/fe/core/fpmExplorer/index.html#/buildingBlocks/microchart/microChartDefault Overview of Building Blocks}
|
|
2273
2391
|
*
|
|
2274
2392
|
* @since 1.93.0
|
|
2275
2393
|
*/
|
|
@@ -2350,37 +2468,6 @@ declare module "sap/fe/macros/microchart/MicroChart" {
|
|
|
2350
2468
|
}
|
|
2351
2469
|
}
|
|
2352
2470
|
|
|
2353
|
-
declare module "sap/fe/macros/paginator/Paginator.block" {
|
|
2354
|
-
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
2355
|
-
|
|
2356
|
-
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
2357
|
-
|
|
2358
|
-
/**
|
|
2359
|
-
* Building block used to create a paginator control.
|
|
2360
|
-
* Usage example:
|
|
2361
|
-
*
|
|
2362
|
-
* ```javascript
|
|
2363
|
-
*
|
|
2364
|
-
* <macros:Paginator />
|
|
2365
|
-
* ```
|
|
2366
|
-
*
|
|
2367
|
-
*
|
|
2368
|
-
*
|
|
2369
|
-
* @since 1.94.0
|
|
2370
|
-
*/
|
|
2371
|
-
export default class Paginator extends Control {}
|
|
2372
|
-
/**
|
|
2373
|
-
* Describes the settings that can be provided to the Paginator constructor.
|
|
2374
|
-
*/
|
|
2375
|
-
export interface $PaginatorSettings extends $ControlSettings {
|
|
2376
|
-
/**
|
|
2377
|
-
* Title of the object that is readout by screen readers when the next/previous item is loaded via keyboard
|
|
2378
|
-
* focus on the paginator button.
|
|
2379
|
-
*/
|
|
2380
|
-
ariaTitle?: string | PropertyBindingInfo;
|
|
2381
|
-
}
|
|
2382
|
-
}
|
|
2383
|
-
|
|
2384
2471
|
declare module "sap/fe/macros/richtexteditor/ButtonGroup" {
|
|
2385
2472
|
import { default as UI5Element, $ElementSettings } from "sap/ui/core/Element";
|
|
2386
2473
|
|
|
@@ -2447,66 +2534,6 @@ declare module "sap/fe/macros/richtexteditor/Plugin" {
|
|
|
2447
2534
|
}
|
|
2448
2535
|
}
|
|
2449
2536
|
|
|
2450
|
-
declare module "sap/fe/macros/richtexteditor/RichTextEditorWithMetadata.block" {
|
|
2451
|
-
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
2452
|
-
|
|
2453
|
-
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
2454
|
-
|
|
2455
|
-
import Context from "sap/ui/model/Context";
|
|
2456
|
-
|
|
2457
|
-
/**
|
|
2458
|
-
* Metadata-driven building block that exposes the RichTextEditor UI5 control.
|
|
2459
|
-
* It's used to enter formatted text and uses the third-party component called TinyMCE.
|
|
2460
|
-
*
|
|
2461
|
-
*
|
|
2462
|
-
* @since 1.117.0
|
|
2463
|
-
*/
|
|
2464
|
-
export default class RichTextEditorWithMetadata extends Control {}
|
|
2465
|
-
/**
|
|
2466
|
-
* Describes the settings that can be provided to the RichTextEditorWithMetadata constructor.
|
|
2467
|
-
*/
|
|
2468
|
-
export interface $RichTextEditorWithMetadataSettings
|
|
2469
|
-
extends $ControlSettings {
|
|
2470
|
-
/**
|
|
2471
|
-
* With the 'buttonGroups' attribute, you can customize the buttons that are displayed on the toolbar of
|
|
2472
|
-
* the editor.
|
|
2473
|
-
*/
|
|
2474
|
-
buttonGroups?: any[] | PropertyBindingInfo | `{${string}}`;
|
|
2475
|
-
|
|
2476
|
-
/**
|
|
2477
|
-
* The context path of the property displayed
|
|
2478
|
-
*/
|
|
2479
|
-
contextPath?: Context | PropertyBindingInfo | `{${string}}`;
|
|
2480
|
-
|
|
2481
|
-
/**
|
|
2482
|
-
* With the 'excludeDefaultPlugins' you can ask to remove the plugins that will be added by default
|
|
2483
|
-
* The default plugins are "emoticons" "directionality" "image" "table" "link" "powerpaste".
|
|
2484
|
-
*/
|
|
2485
|
-
excludeDefaultPlugins?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
2486
|
-
|
|
2487
|
-
/**
|
|
2488
|
-
* The metaPath of the displayed property
|
|
2489
|
-
*/
|
|
2490
|
-
metaPath?: Context | PropertyBindingInfo | `{${string}}`;
|
|
2491
|
-
|
|
2492
|
-
/**
|
|
2493
|
-
* With the 'plugins' attribute you can customize the plugins that will be loaded by the editor.
|
|
2494
|
-
*/
|
|
2495
|
-
plugins?: any[] | PropertyBindingInfo | `{${string}}`;
|
|
2496
|
-
|
|
2497
|
-
/**
|
|
2498
|
-
* Use the readOnly attribute to override the edit flow of the page.
|
|
2499
|
-
* By setting 'readOnly' to true, a FormattedText is displayed instead of the editor.
|
|
2500
|
-
*/
|
|
2501
|
-
readOnly?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
2502
|
-
|
|
2503
|
-
/**
|
|
2504
|
-
* Use the 'required' attribute, to make sure that the editor is filled with some text.
|
|
2505
|
-
*/
|
|
2506
|
-
required?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
2507
|
-
}
|
|
2508
|
-
}
|
|
2509
|
-
|
|
2510
2537
|
declare module "sap/fe/macros/share/Share.block" {
|
|
2511
2538
|
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
2512
2539
|
|
|
@@ -5058,7 +5085,7 @@ declare namespace sap {
|
|
|
5058
5085
|
|
|
5059
5086
|
"sap/fe/macros/MultiValueField": undefined;
|
|
5060
5087
|
|
|
5061
|
-
"sap/fe/macros/
|
|
5088
|
+
"sap/fe/macros/Paginator": undefined;
|
|
5062
5089
|
|
|
5063
5090
|
"sap/fe/macros/RichTextEditor": undefined;
|
|
5064
5091
|
|
|
@@ -5066,7 +5093,7 @@ declare namespace sap {
|
|
|
5066
5093
|
|
|
5067
5094
|
"sap/fe/macros/richtexteditor/Plugin": undefined;
|
|
5068
5095
|
|
|
5069
|
-
"sap/fe/macros/
|
|
5096
|
+
"sap/fe/macros/RichTextEditorWithMetadata": undefined;
|
|
5070
5097
|
|
|
5071
5098
|
"sap/fe/macros/share/Share.block": undefined;
|
|
5072
5099
|
|
|
@@ -5087,5 +5114,7 @@ declare namespace sap {
|
|
|
5087
5114
|
"sap/fe/macros/table/TreeTable.block": undefined;
|
|
5088
5115
|
|
|
5089
5116
|
"sap/fe/macros/table/TreeTableCreationOptions": undefined;
|
|
5117
|
+
|
|
5118
|
+
"sap/fe/macros/VariantManagement": undefined;
|
|
5090
5119
|
}
|
|
5091
5120
|
}
|
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.fe.tools.d.ts
CHANGED
package/types/sap.gantt.d.ts
CHANGED
package/types/sap.insights.d.ts
CHANGED