@sapui5/ts-types 1.108.6 → 1.108.7
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/sap.chart.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +3 -3
- package/types/sap.fe.navigation.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.m.d.ts +1 -1
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -39
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- 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 +1 -1
- package/types/sap.ui.core.d.ts +1 -1
- 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 +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +1 -1
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- 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 +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +17 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.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 +1 -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/package.json
CHANGED
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.fe.common.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
package/types/sap.fe.macros.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.108.
|
|
1
|
+
// For Library Version: 1.108.6
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace fe {
|
|
@@ -427,8 +427,8 @@ declare namespace sap {
|
|
|
427
427
|
* Building block used to create the ‘Share’ functionality.
|
|
428
428
|
* Please note that the 'Share in SAP Jam' option is only available on platforms that are integrated with
|
|
429
429
|
* SAP Jam.
|
|
430
|
-
* If you are consuming this
|
|
431
|
-
* the 'Save as Tile' option is not visible.
|
|
430
|
+
* If you are consuming this building block in an environment where the SAP Fiori launchpad is not available,
|
|
431
|
+
* then the 'Save as Tile' option is not visible.
|
|
432
432
|
*
|
|
433
433
|
* Usage example:
|
|
434
434
|
* ```javascript
|
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.108.
|
|
1
|
+
// For Library Version: 1.108.4
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -16,15 +16,6 @@ declare namespace sap {
|
|
|
16
16
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
17
17
|
| `{${string}}`;
|
|
18
18
|
|
|
19
|
-
/**
|
|
20
|
-
* The invisible barcode scanner button is not rendered regardless of the availability of the native scan
|
|
21
|
-
* feature.
|
|
22
|
-
*/
|
|
23
|
-
visible?:
|
|
24
|
-
| boolean
|
|
25
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
26
|
-
| `{${string}}`;
|
|
27
|
-
|
|
28
19
|
/**
|
|
29
20
|
* Defines the width of the scanner button.
|
|
30
21
|
*/
|
|
@@ -639,17 +630,6 @@ declare namespace sap {
|
|
|
639
630
|
* @returns Value of property `provideFallback`
|
|
640
631
|
*/
|
|
641
632
|
getProvideFallback(): boolean;
|
|
642
|
-
/**
|
|
643
|
-
* Gets current value of property {@link #getVisible visible}.
|
|
644
|
-
*
|
|
645
|
-
* The invisible barcode scanner button is not rendered regardless of the availability of the native scan
|
|
646
|
-
* feature.
|
|
647
|
-
*
|
|
648
|
-
* Default value is `true`.
|
|
649
|
-
*
|
|
650
|
-
* @returns Value of property `visible`
|
|
651
|
-
*/
|
|
652
|
-
getVisible(): boolean;
|
|
653
633
|
/**
|
|
654
634
|
* Gets current value of property {@link #getWidth width}.
|
|
655
635
|
*
|
|
@@ -748,24 +728,6 @@ declare namespace sap {
|
|
|
748
728
|
*/
|
|
749
729
|
bProvideFallback?: boolean
|
|
750
730
|
): this;
|
|
751
|
-
/**
|
|
752
|
-
* Sets a new value for property {@link #getVisible visible}.
|
|
753
|
-
*
|
|
754
|
-
* The invisible barcode scanner button is not rendered regardless of the availability of the native scan
|
|
755
|
-
* feature.
|
|
756
|
-
*
|
|
757
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
758
|
-
*
|
|
759
|
-
* Default value is `true`.
|
|
760
|
-
*
|
|
761
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
762
|
-
*/
|
|
763
|
-
setVisible(
|
|
764
|
-
/**
|
|
765
|
-
* New value for property `visible`
|
|
766
|
-
*/
|
|
767
|
-
bVisible?: boolean
|
|
768
|
-
): this;
|
|
769
731
|
/**
|
|
770
732
|
* Sets a new value for property {@link #getWidth width}.
|
|
771
733
|
*
|
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.comp.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.mdc.d.ts
CHANGED
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.108.
|
|
1
|
+
// For Library Version: 1.108.4
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -9282,6 +9282,22 @@ declare namespace sap {
|
|
|
9282
9282
|
*
|
|
9283
9283
|
* A legend for the Calendar Control. Displays special dates colors with their corresponding description.
|
|
9284
9284
|
* The aggregation specialDates can be set herefor.
|
|
9285
|
+
*
|
|
9286
|
+
* Calendar Legend Navigation:
|
|
9287
|
+
*
|
|
9288
|
+
* If the Calendar Legend is associated with a `sap.ui.unified.Calendar` control, the users can navigate
|
|
9289
|
+
* through the Calendar Legend items. Only special dates related to the navigated legend's item type are
|
|
9290
|
+
* displayed in the calendar grid. **Note: ** Standard calendar legend items (Today, Selected, Working Day
|
|
9291
|
+
* and Non-Working Day) are also navigatable, but focusing them does not affect the special dates display
|
|
9292
|
+
* (all calendar special dates are displayed).
|
|
9293
|
+
*
|
|
9294
|
+
* Keyboard shortcuts (when the legend is navigatable):
|
|
9295
|
+
*
|
|
9296
|
+
*
|
|
9297
|
+
* - [Arrow Up], [Arrow Left] - Move to the previous calendar legend item
|
|
9298
|
+
* - [Arrow Down], [Arrow Right] - Move to the next calendar legend item
|
|
9299
|
+
* - [Home], [Page Up] - Move to the first calendar legend item
|
|
9300
|
+
* - [End], [Page Down] - Move to the last calendar legend item
|
|
9285
9301
|
*/
|
|
9286
9302
|
class CalendarLegend extends sap.ui.core.Control {
|
|
9287
9303
|
/**
|
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.ui.vbm.d.ts
CHANGED
package/types/sap.ushell.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED