@sapui5/ts-types 1.142.1 → 1.143.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 +1 -0
- 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 +7 -3
- package/types/sap.esh.search.ui.d.ts +670 -13
- package/types/sap.f.d.ts +8 -1
- 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 -6
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +35 -95
- 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 +7 -2
- 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/sap.m.d.ts +168 -11
- 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 +216 -11
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +24 -2
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +7 -4
- package/types/sap.ui.core.d.ts +66 -54
- 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 +3 -6
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.geomap.d.ts +27560 -0
- package/types/sap.ui.integration.d.ts +45 -9
- package/types/sap.ui.layout.d.ts +64 -46
- package/types/sap.ui.mdc.d.ts +500 -124
- package/types/sap.ui.richtexteditor.d.ts +52 -15
- 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 +1 -1
- package/types/sap.ui.table.d.ts +35 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +61 -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 +53 -10
- 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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.143.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -70,7 +70,7 @@ declare namespace sap {
|
|
|
70
70
|
* update.
|
|
71
71
|
* - Have in mind when choosing a specific TinyMCE version that there might be differences in the support
|
|
72
72
|
* rules compared to UI5, therefore we might be forced to remove any TinyMCE version.
|
|
73
|
-
* - TinyMCE
|
|
73
|
+
* - TinyMCE 6 will be removed in future releases.
|
|
74
74
|
*/
|
|
75
75
|
editorType?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
76
76
|
|
|
@@ -254,9 +254,9 @@ declare namespace sap {
|
|
|
254
254
|
|
|
255
255
|
/**
|
|
256
256
|
* Determines whether a Fiori Toolbar is used instead of the TinyMCE default toolbar one. It is applied
|
|
257
|
-
* only when the EditorType is
|
|
258
|
-
*
|
|
259
|
-
*
|
|
257
|
+
* only when the EditorType is TinyMCE6 or TinyMCE7 and sap.m library is loaded. **Note:** The `customToolbar`
|
|
258
|
+
* property will have effect only on initial loading. Changing it during runtime will not affect the initially
|
|
259
|
+
* loaded toolbar.
|
|
260
260
|
*
|
|
261
261
|
* @since 1.48
|
|
262
262
|
*/
|
|
@@ -265,6 +265,13 @@ declare namespace sap {
|
|
|
265
265
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
266
266
|
| `{${string}}`;
|
|
267
267
|
|
|
268
|
+
/**
|
|
269
|
+
* Placeholder text for the editor.
|
|
270
|
+
*
|
|
271
|
+
* @since 1.144
|
|
272
|
+
*/
|
|
273
|
+
placeholder?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
274
|
+
|
|
268
275
|
/**
|
|
269
276
|
* Defines the footer of the control. The footer will be available only with custom toolbar. **Note:** The
|
|
270
277
|
* footer aggregation accepts only controls inheriting `sap.m.IBar`.
|
|
@@ -445,8 +452,7 @@ declare namespace sap {
|
|
|
445
452
|
* Below is a list of supported groups and buttons, which can be specified in the configuration objects
|
|
446
453
|
* (format is <>: <>):
|
|
447
454
|
* - font-style: bold, italic, underline, strikethrough
|
|
448
|
-
* - font: fontfamily
|
|
449
|
-
*
|
|
455
|
+
* - font: fontfamily, fontsize, forecolor, backcolor
|
|
450
456
|
* - clipboard: cut, copy, paste
|
|
451
457
|
* - structure: bullist, numlist, outdent, indent
|
|
452
458
|
* - undo: undo, redo
|
|
@@ -1041,9 +1047,9 @@ declare namespace sap {
|
|
|
1041
1047
|
* Gets current value of property {@link #getCustomToolbar customToolbar}.
|
|
1042
1048
|
*
|
|
1043
1049
|
* Determines whether a Fiori Toolbar is used instead of the TinyMCE default toolbar one. It is applied
|
|
1044
|
-
* only when the EditorType is
|
|
1045
|
-
*
|
|
1046
|
-
*
|
|
1050
|
+
* only when the EditorType is TinyMCE6 or TinyMCE7 and sap.m library is loaded. **Note:** The `customToolbar`
|
|
1051
|
+
* property will have effect only on initial loading. Changing it during runtime will not affect the initially
|
|
1052
|
+
* loaded toolbar.
|
|
1047
1053
|
*
|
|
1048
1054
|
* Default value is `false`.
|
|
1049
1055
|
*
|
|
@@ -1096,7 +1102,7 @@ declare namespace sap {
|
|
|
1096
1102
|
* update.
|
|
1097
1103
|
* - Have in mind when choosing a specific TinyMCE version that there might be differences in the support
|
|
1098
1104
|
* rules compared to UI5, therefore we might be forced to remove any TinyMCE version.
|
|
1099
|
-
* - TinyMCE
|
|
1105
|
+
* - TinyMCE 6 will be removed in future releases.
|
|
1100
1106
|
*
|
|
1101
1107
|
* Default value is `'TinyMCE'`.
|
|
1102
1108
|
*
|
|
@@ -1133,6 +1139,18 @@ declare namespace sap {
|
|
|
1133
1139
|
* @returns The native editor object (here: The TinyMCE editor instance)
|
|
1134
1140
|
*/
|
|
1135
1141
|
getNativeApi(): object;
|
|
1142
|
+
/**
|
|
1143
|
+
* Gets current value of property {@link #getPlaceholder placeholder}.
|
|
1144
|
+
*
|
|
1145
|
+
* Placeholder text for the editor.
|
|
1146
|
+
*
|
|
1147
|
+
* Default value is `empty string`.
|
|
1148
|
+
*
|
|
1149
|
+
* @since 1.144
|
|
1150
|
+
*
|
|
1151
|
+
* @returns Value of property `placeholder`
|
|
1152
|
+
*/
|
|
1153
|
+
getPlaceholder(): string;
|
|
1136
1154
|
/**
|
|
1137
1155
|
* Gets current value of property {@link #getPlugins plugins}.
|
|
1138
1156
|
*
|
|
@@ -1530,9 +1548,9 @@ declare namespace sap {
|
|
|
1530
1548
|
* Sets a new value for property {@link #getCustomToolbar customToolbar}.
|
|
1531
1549
|
*
|
|
1532
1550
|
* Determines whether a Fiori Toolbar is used instead of the TinyMCE default toolbar one. It is applied
|
|
1533
|
-
* only when the EditorType is
|
|
1534
|
-
*
|
|
1535
|
-
*
|
|
1551
|
+
* only when the EditorType is TinyMCE6 or TinyMCE7 and sap.m library is loaded. **Note:** The `customToolbar`
|
|
1552
|
+
* property will have effect only on initial loading. Changing it during runtime will not affect the initially
|
|
1553
|
+
* loaded toolbar.
|
|
1536
1554
|
*
|
|
1537
1555
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1538
1556
|
*
|
|
@@ -1596,7 +1614,7 @@ declare namespace sap {
|
|
|
1596
1614
|
*/
|
|
1597
1615
|
setEditorType(
|
|
1598
1616
|
/**
|
|
1599
|
-
* Which editor type to be used (currently only
|
|
1617
|
+
* Which editor type to be used (currently only 6 and 7)
|
|
1600
1618
|
*/
|
|
1601
1619
|
sEditorType?: string
|
|
1602
1620
|
): sap.ui.richtexteditor.RichTextEditor;
|
|
@@ -1631,6 +1649,25 @@ declare namespace sap {
|
|
|
1631
1649
|
*/
|
|
1632
1650
|
sHeight?: sap.ui.core.CSSSize
|
|
1633
1651
|
): this;
|
|
1652
|
+
/**
|
|
1653
|
+
* Sets a new value for property {@link #getPlaceholder placeholder}.
|
|
1654
|
+
*
|
|
1655
|
+
* Placeholder text for the editor.
|
|
1656
|
+
*
|
|
1657
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1658
|
+
*
|
|
1659
|
+
* Default value is `empty string`.
|
|
1660
|
+
*
|
|
1661
|
+
* @since 1.144
|
|
1662
|
+
*
|
|
1663
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1664
|
+
*/
|
|
1665
|
+
setPlaceholder(
|
|
1666
|
+
/**
|
|
1667
|
+
* New value for property `placeholder`
|
|
1668
|
+
*/
|
|
1669
|
+
sPlaceholder?: string
|
|
1670
|
+
): this;
|
|
1634
1671
|
/**
|
|
1635
1672
|
* Sets the plugins to the editor.
|
|
1636
1673
|
*
|
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.143.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -6867,6 +6867,40 @@ declare namespace sap {
|
|
|
6867
6867
|
* @returns Value of property `visible`
|
|
6868
6868
|
*/
|
|
6869
6869
|
getVisible(): boolean;
|
|
6870
|
+
/**
|
|
6871
|
+
* Sets a new value for property {@link #getIcon icon}.
|
|
6872
|
+
*
|
|
6873
|
+
* The icon of the item.
|
|
6874
|
+
*
|
|
6875
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
6876
|
+
*
|
|
6877
|
+
*
|
|
6878
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
6879
|
+
*/
|
|
6880
|
+
setIcon(
|
|
6881
|
+
/**
|
|
6882
|
+
* New value for property `icon`
|
|
6883
|
+
*/
|
|
6884
|
+
sIcon?: sap.ui.core.URI
|
|
6885
|
+
): this;
|
|
6886
|
+
/**
|
|
6887
|
+
* Sets a new value for property {@link #getText text}.
|
|
6888
|
+
*
|
|
6889
|
+
* The text of the item. It is used as tooltip and for accessibility purposes.
|
|
6890
|
+
*
|
|
6891
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
6892
|
+
*
|
|
6893
|
+
* Default value is `empty string`.
|
|
6894
|
+
*
|
|
6895
|
+
*
|
|
6896
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
6897
|
+
*/
|
|
6898
|
+
setText(
|
|
6899
|
+
/**
|
|
6900
|
+
* New value for property `text`
|
|
6901
|
+
*/
|
|
6902
|
+
sText?: string
|
|
6903
|
+
): this;
|
|
6870
6904
|
/**
|
|
6871
6905
|
* Sets a new value for property {@link #getType type}.
|
|
6872
6906
|
*
|
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.ui.vbm.d.ts
CHANGED
package/types/sap.ui.vk.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.143.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -21010,6 +21010,16 @@ declare namespace sap {
|
|
|
21010
21010
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
21011
21011
|
| `{${string}}`;
|
|
21012
21012
|
|
|
21013
|
+
minCameraPitch?:
|
|
21014
|
+
| float
|
|
21015
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
21016
|
+
| `{${string}}`;
|
|
21017
|
+
|
|
21018
|
+
maxCameraPitch?:
|
|
21019
|
+
| float
|
|
21020
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
21021
|
+
| `{${string}}`;
|
|
21022
|
+
|
|
21013
21023
|
/**
|
|
21014
21024
|
* The controls inside the viewport.
|
|
21015
21025
|
*/
|
|
@@ -42789,6 +42799,24 @@ declare namespace sap {
|
|
|
42789
42799
|
* @returns Value of property `keepOutputSize`
|
|
42790
42800
|
*/
|
|
42791
42801
|
getKeepOutputSize(): boolean;
|
|
42802
|
+
/**
|
|
42803
|
+
* Gets current value of property {@link #getMaxCameraPitch maxCameraPitch}.
|
|
42804
|
+
*
|
|
42805
|
+
* Default value is `90`.
|
|
42806
|
+
*
|
|
42807
|
+
*
|
|
42808
|
+
* @returns Value of property `maxCameraPitch`
|
|
42809
|
+
*/
|
|
42810
|
+
getMaxCameraPitch(): float;
|
|
42811
|
+
/**
|
|
42812
|
+
* Gets current value of property {@link #getMinCameraPitch minCameraPitch}.
|
|
42813
|
+
*
|
|
42814
|
+
* Default value is `-90`.
|
|
42815
|
+
*
|
|
42816
|
+
*
|
|
42817
|
+
* @returns Value of property `minCameraPitch`
|
|
42818
|
+
*/
|
|
42819
|
+
getMinCameraPitch(): float;
|
|
42792
42820
|
/**
|
|
42793
42821
|
* Gets content of aggregation {@link #getOutputSettings outputSettings}.
|
|
42794
42822
|
*
|
|
@@ -43333,6 +43361,38 @@ declare namespace sap {
|
|
|
43333
43361
|
*/
|
|
43334
43362
|
bKeepOutputSize?: boolean
|
|
43335
43363
|
): this;
|
|
43364
|
+
/**
|
|
43365
|
+
* Sets a new value for property {@link #getMaxCameraPitch maxCameraPitch}.
|
|
43366
|
+
*
|
|
43367
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
43368
|
+
*
|
|
43369
|
+
* Default value is `90`.
|
|
43370
|
+
*
|
|
43371
|
+
*
|
|
43372
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
43373
|
+
*/
|
|
43374
|
+
setMaxCameraPitch(
|
|
43375
|
+
/**
|
|
43376
|
+
* New value for property `maxCameraPitch`
|
|
43377
|
+
*/
|
|
43378
|
+
fMaxCameraPitch?: float
|
|
43379
|
+
): this;
|
|
43380
|
+
/**
|
|
43381
|
+
* Sets a new value for property {@link #getMinCameraPitch minCameraPitch}.
|
|
43382
|
+
*
|
|
43383
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
43384
|
+
*
|
|
43385
|
+
* Default value is `-90`.
|
|
43386
|
+
*
|
|
43387
|
+
*
|
|
43388
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
43389
|
+
*/
|
|
43390
|
+
setMinCameraPitch(
|
|
43391
|
+
/**
|
|
43392
|
+
* New value for property `minCameraPitch`
|
|
43393
|
+
*/
|
|
43394
|
+
fMinCameraPitch?: float
|
|
43395
|
+
): this;
|
|
43336
43396
|
/**
|
|
43337
43397
|
* Sets the aggregated {@link #getOutputSettings outputSettings}.
|
|
43338
43398
|
*
|
package/types/sap.ui.vtm.d.ts
CHANGED
package/types/sap.ushell.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.143.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -2704,7 +2704,7 @@ declare namespace sap {
|
|
|
2704
2704
|
|
|
2705
2705
|
namespace URLParsing {
|
|
2706
2706
|
/**
|
|
2707
|
-
*
|
|
2707
|
+
* Describes the result of {@link #parseShellHash}.
|
|
2708
2708
|
*
|
|
2709
2709
|
* @since 1.120.0
|
|
2710
2710
|
*/
|
|
@@ -2732,16 +2732,16 @@ declare namespace sap {
|
|
|
2732
2732
|
/**
|
|
2733
2733
|
* the app specific route
|
|
2734
2734
|
*/
|
|
2735
|
-
appSpecificRoute
|
|
2735
|
+
appSpecificRoute: string;
|
|
2736
2736
|
};
|
|
2737
2737
|
|
|
2738
2738
|
/**
|
|
2739
|
-
*
|
|
2740
|
-
*
|
|
2739
|
+
* Commonly used by services like {@link sap.ushell.services.Navigation}. Use this type for edge cases only.
|
|
2740
|
+
* Use {@link sap.ushell.services.URLParsing.DecomposedHash} instead. This type ignores all other properties
|
|
2741
2741
|
*
|
|
2742
2742
|
* @since 1.124.0
|
|
2743
2743
|
*/
|
|
2744
|
-
type
|
|
2744
|
+
type SimpleTarget = {
|
|
2745
2745
|
/**
|
|
2746
2746
|
* The target object
|
|
2747
2747
|
*/
|
|
@@ -2749,7 +2749,7 @@ declare namespace sap {
|
|
|
2749
2749
|
/**
|
|
2750
2750
|
* The shell hash
|
|
2751
2751
|
*/
|
|
2752
|
-
|
|
2752
|
+
shellHash: sap.ushell.services.Navigation.TargetIntent;
|
|
2753
2753
|
};
|
|
2754
2754
|
};
|
|
2755
2755
|
|
|
@@ -2769,6 +2769,43 @@ declare namespace sap {
|
|
|
2769
2769
|
appSpecificRoute: sap.ui.core.URI;
|
|
2770
2770
|
};
|
|
2771
2771
|
|
|
2772
|
+
/**
|
|
2773
|
+
* Commonly used by services like {@link sap.ushell.services.Navigation}
|
|
2774
|
+
*
|
|
2775
|
+
* @since 1.142.0
|
|
2776
|
+
*/
|
|
2777
|
+
type Target = {
|
|
2778
|
+
/**
|
|
2779
|
+
* The target object
|
|
2780
|
+
*/
|
|
2781
|
+
target: {
|
|
2782
|
+
/**
|
|
2783
|
+
* the semantic object
|
|
2784
|
+
*/
|
|
2785
|
+
semanticObject: string;
|
|
2786
|
+
/**
|
|
2787
|
+
* the action
|
|
2788
|
+
*/
|
|
2789
|
+
action: string;
|
|
2790
|
+
/**
|
|
2791
|
+
* the raw context string
|
|
2792
|
+
*/
|
|
2793
|
+
contextRaw: string;
|
|
2794
|
+
};
|
|
2795
|
+
/**
|
|
2796
|
+
* the parameters
|
|
2797
|
+
*/
|
|
2798
|
+
params: Record<string, string | string[]>;
|
|
2799
|
+
/**
|
|
2800
|
+
* the app specific route
|
|
2801
|
+
*/
|
|
2802
|
+
appSpecificRoute: string;
|
|
2803
|
+
/**
|
|
2804
|
+
* the app state key
|
|
2805
|
+
*/
|
|
2806
|
+
appStateKey?: string;
|
|
2807
|
+
};
|
|
2808
|
+
|
|
2772
2809
|
/**
|
|
2773
2810
|
* Type for Url value
|
|
2774
2811
|
*
|
|
@@ -7625,9 +7662,7 @@ declare namespace sap {
|
|
|
7625
7662
|
* The parts of a shell hash. Its action must be a valid action, It may not contain "?" or directly a parameter
|
|
7626
7663
|
* string. Note: In general it is preferred to add an appStateKey directly to the params object.
|
|
7627
7664
|
*/
|
|
7628
|
-
oShellHash?:
|
|
7629
|
-
| sap.ushell.services.URLParsing.SimpleDecomposedHash
|
|
7630
|
-
| sap.ushell.services.URLParsing.DecomposedHash
|
|
7665
|
+
oShellHash?: /* was: sap.ushell.services.URLParsing.ShellHash */ any
|
|
7631
7666
|
): sap.ushell.services.Navigation.TargetIntentStrict;
|
|
7632
7667
|
/**
|
|
7633
7668
|
* Extract a hash part from an URL, including an app-specific part
|
|
@@ -13932,6 +13967,14 @@ declare namespace sap {
|
|
|
13932
13967
|
|
|
13933
13968
|
"sap/ushell/library": undefined;
|
|
13934
13969
|
|
|
13970
|
+
"sap/ushell/modules/Assistant": undefined;
|
|
13971
|
+
|
|
13972
|
+
"sap/ushell/modules/Assistant/AssistantAPI": undefined;
|
|
13973
|
+
|
|
13974
|
+
"sap/ushell/modules/Assistant/AssistantProvider": undefined;
|
|
13975
|
+
|
|
13976
|
+
"sap/ushell/modules/Assistant/VisualConfiguration": undefined;
|
|
13977
|
+
|
|
13935
13978
|
"sap/ushell/modules/NavigationMenu": undefined;
|
|
13936
13979
|
|
|
13937
13980
|
"sap/ushell/modules/NavigationMenu/ListProvider": undefined;
|
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED
package/types/sap.zen.dsh.d.ts
CHANGED