@sapui5/ts-types 1.114.0 → 1.115.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 +2 -0
- package/types/sap.apf.d.ts +2 -2
- package/types/sap.ca.ui.d.ts +135 -67
- package/types/sap.chart.d.ts +216 -144
- package/types/sap.collaboration.d.ts +80 -78
- package/types/sap.esh.search.ui.d.ts +93 -1
- package/types/sap.f.d.ts +1987 -1517
- package/types/sap.fe.core.d.ts +95 -209
- package/types/sap.fe.macros.d.ts +112 -10
- package/types/sap.fe.navigation.d.ts +39 -32
- package/types/sap.fe.placeholder.d.ts +3 -0
- package/types/sap.fe.templates.d.ts +10 -278
- package/types/sap.fe.test.d.ts +7 -13
- package/types/sap.fe.tools.d.ts +3 -0
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +1716 -1087
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.landvisz.d.ts +35 -9
- package/types/sap.m.d.ts +26776 -22688
- package/types/sap.makit.d.ts +87 -28
- package/types/sap.me.d.ts +166 -74
- package/types/sap.ndc.d.ts +115 -43
- package/types/sap.ovp.d.ts +1 -2
- package/types/sap.rules.ui.d.ts +43 -19
- package/types/sap.sac.df.d.ts +3 -3
- package/types/sap.suite.ui.commons.d.ts +2056 -1282
- package/types/sap.suite.ui.generic.template.d.ts +99 -102
- package/types/sap.suite.ui.microchart.d.ts +503 -322
- package/types/sap.tnt.d.ts +160 -86
- package/types/sap.ui.codeeditor.d.ts +64 -38
- package/types/sap.ui.commons.d.ts +1377 -793
- package/types/sap.ui.comp.d.ts +4158 -2831
- package/types/sap.ui.core.d.ts +6006 -3642
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +71 -53
- package/types/sap.ui.fl.d.ts +162 -97
- package/types/sap.ui.generic.app.d.ts +40 -39
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +497 -373
- package/types/sap.ui.layout.d.ts +598 -631
- package/types/sap.ui.mdc.d.ts +21985 -6
- package/types/sap.ui.richtexteditor.d.ts +107 -70
- package/types/sap.ui.rta.d.ts +7 -8
- package/types/sap.ui.suite.d.ts +29 -14
- package/types/sap.ui.support.d.ts +15 -17
- package/types/sap.ui.table.d.ts +910 -628
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1775 -1166
- package/types/sap.ui.ux3.d.ts +1469 -759
- package/types/sap.ui.vbm.d.ts +1262 -710
- package/types/sap.ui.vk.d.ts +2981 -1751
- package/types/sap.ui.vtm.d.ts +704 -457
- package/types/sap.ui.webc.common.d.ts +9 -9
- package/types/sap.ui.webc.fiori.d.ts +812 -448
- package/types/sap.ui.webc.main.d.ts +2045 -1068
- package/types/sap.uiext.inbox.d.ts +168 -41
- package/types/sap.ushell.d.ts +722 -424
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +469 -343
- package/types/sap.viz.d.ts +2196 -833
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +5 -5
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +147 -81
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.115.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -7,7 +7,7 @@ declare namespace sap {
|
|
|
7
7
|
*/
|
|
8
8
|
namespace richtexteditor {
|
|
9
9
|
/**
|
|
10
|
-
* @
|
|
10
|
+
* @since 1.50
|
|
11
11
|
*
|
|
12
12
|
* Interface for controls which are suitable as a Toolbar for RichTextEditor.
|
|
13
13
|
*/
|
|
@@ -58,17 +58,17 @@ declare namespace sap {
|
|
|
58
58
|
*
|
|
59
59
|
* **Notes:**
|
|
60
60
|
* - TinyMCE version 3 and 4 are no longer supported and cannot be used. If you set the property to TinyMCE,
|
|
61
|
-
*
|
|
61
|
+
* it will load TinyMCE version 6.
|
|
62
62
|
* - Any attempts to set this property after the first rendering will not have any effect.
|
|
63
63
|
* - The default value of the property will always resolve to the recommended version by UI5. Due to the
|
|
64
|
-
*
|
|
65
|
-
*
|
|
64
|
+
* different support cycles, we will be constantly getting newer TinyMCE versions and update the default
|
|
65
|
+
* value accordingly.
|
|
66
66
|
* - Usage of internal TinyMCE APIs is not recommended, since it might lead to issues upon TinyMCE version
|
|
67
|
-
*
|
|
67
|
+
* update.
|
|
68
68
|
* - Have in mind when choosing a specific TinyMCE version that there might be differences in the support
|
|
69
|
-
*
|
|
69
|
+
* rules compared to UI5, therefore we might be forced to remove any TinyMCE version.
|
|
70
70
|
* - TinyMCE 4 is out of support and by using it, application developers are accepting all the risks comming
|
|
71
|
-
*
|
|
71
|
+
* from that fact. In addition TinyMCE 4 will be removed in future releases.
|
|
72
72
|
* - TinyMCE 5 will be removed in future releases.
|
|
73
73
|
*/
|
|
74
74
|
editorType?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
@@ -197,8 +197,7 @@ declare namespace sap {
|
|
|
197
197
|
|
|
198
198
|
/**
|
|
199
199
|
* Determines whether to run the HTML sanitizer once the value (HTML markup) is applied or not. To configure
|
|
200
|
-
* allowed URLs please use the validator API via {@link module:sap/base/security/URLListValidator#add URLListValidator
|
|
201
|
-
* API}.
|
|
200
|
+
* allowed URLs please use the validator API via {@link module:sap/base/security/URLListValidator#add URLListValidator API}.
|
|
202
201
|
*/
|
|
203
202
|
sanitizeValue?:
|
|
204
203
|
| boolean
|
|
@@ -243,7 +242,7 @@ declare namespace sap {
|
|
|
243
242
|
| `{${string}}`;
|
|
244
243
|
|
|
245
244
|
/**
|
|
246
|
-
* @
|
|
245
|
+
* @since 1.48
|
|
247
246
|
*
|
|
248
247
|
* Determines whether a Fiori Toolbar is used instead of the TinyMCE default toolbar one. It is applied
|
|
249
248
|
* only when the EditorType is TinyMCE5 or TinyMCE6 and sap.m library is loaded. **Note:** The `customToolbar`
|
|
@@ -256,7 +255,7 @@ declare namespace sap {
|
|
|
256
255
|
| `{${string}}`;
|
|
257
256
|
|
|
258
257
|
/**
|
|
259
|
-
* @
|
|
258
|
+
* @since 1.48
|
|
260
259
|
*
|
|
261
260
|
* Custom buttons are meant to extend the `RichTextEditor`'s custom toolbar. Though type is set to sap.ui.Control,
|
|
262
261
|
* only sap.m.Button is allowed. **Note:** customButtons are available only when the customToolbar is enabled
|
|
@@ -269,7 +268,7 @@ declare namespace sap {
|
|
|
269
268
|
| `{${string}}`;
|
|
270
269
|
|
|
271
270
|
/**
|
|
272
|
-
* @
|
|
271
|
+
* @since 1.76.0
|
|
273
272
|
*
|
|
274
273
|
* Association to controls / IDs which label this control (see WAI-ARIA attribute `aria-labelledby`).
|
|
275
274
|
*/
|
|
@@ -279,7 +278,9 @@ declare namespace sap {
|
|
|
279
278
|
* Event is fired when the text in the field has changed AND the focus leaves the editor or when the Enter
|
|
280
279
|
* key is pressed.
|
|
281
280
|
*/
|
|
282
|
-
change?: (
|
|
281
|
+
change?: (
|
|
282
|
+
oEvent: sap.ui.base.Event<sap.ui.richtexteditor.RichTextEditor$ChangeEventParameters>
|
|
283
|
+
) => void;
|
|
283
284
|
|
|
284
285
|
/**
|
|
285
286
|
* Fired when the used editor is loaded and ready (its HTML is also created).
|
|
@@ -303,6 +304,19 @@ declare namespace sap {
|
|
|
303
304
|
beforeEditorInit?: (oEvent: sap.ui.base.Event) => void;
|
|
304
305
|
}
|
|
305
306
|
|
|
307
|
+
interface RichTextEditor$BeforeEditorInitEventParameters {}
|
|
308
|
+
|
|
309
|
+
interface RichTextEditor$ChangeEventParameters {
|
|
310
|
+
/**
|
|
311
|
+
* The new control value.
|
|
312
|
+
*/
|
|
313
|
+
newValue?: string;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
interface RichTextEditor$ReadyEventParameters {}
|
|
317
|
+
|
|
318
|
+
interface RichTextEditor$ReadyRecurringEventParameters {}
|
|
319
|
+
|
|
306
320
|
/**
|
|
307
321
|
* The RichTextEditor-Control is used to enter formatted text. It uses the third-party component called
|
|
308
322
|
* TinyMCE. In addition to the native toolbar, you can also use a toolbar built with SAPUI5 controls. Overview:
|
|
@@ -317,45 +331,45 @@ declare namespace sap {
|
|
|
317
331
|
* Restrictions:
|
|
318
332
|
*
|
|
319
333
|
* **Note: The `RichTextEditor` uses a third-party component and therefore some additional restrictions
|
|
320
|
-
* apply for its proper usage and support. For more information see the Preamble section in {@link topic
|
|
321
|
-
*
|
|
334
|
+
* apply for its proper usage and support. For more information see the Preamble section in {@link https://ui5.sap.com/#/topic/d4f3f1598373452bb73f2120930c133c sap.ui.richtexteditor}.
|
|
335
|
+
* **
|
|
322
336
|
*
|
|
323
337
|
* Guidelines:
|
|
324
338
|
* - The `RichTextEditor` should be used for desktop apps only. However, if it is essential for your
|
|
325
|
-
*
|
|
326
|
-
*
|
|
339
|
+
* use case, you can enable the mobile version of TinyMCE, whilst having in mind the restrictions. For more
|
|
340
|
+
* information see the {@link https://ui5.sap.com/#/topic/d4f3f1598373452bb73f2120930c133c sap.ui.richtexteditor documentation}.
|
|
327
341
|
*
|
|
328
342
|
* - In order to be usable, the control needs a minimum width 17.5 rem and height of 12.5 rem.
|
|
329
343
|
* - Do not instantiate the `RichTextEditor` from a hidden container.
|
|
330
344
|
* - Make sure you destroy the `RichTextEditor` instance instead of hiding it and create a new one when
|
|
331
|
-
*
|
|
345
|
+
* you show it again.
|
|
332
346
|
*
|
|
333
347
|
* Usage:
|
|
334
348
|
*
|
|
335
349
|
* When to use:
|
|
336
350
|
* - You want to enable users to enter text and other elements (tables, images) with different styles
|
|
337
|
-
*
|
|
351
|
+
* and colors.
|
|
338
352
|
* - You need to provide a tool for texts that require additional formatting.
|
|
339
353
|
*
|
|
340
354
|
* When not to use:
|
|
341
|
-
* - You want to let users add simple text that doesn’t require formatting. Use {@link sap.m.TextArea
|
|
342
|
-
*
|
|
355
|
+
* - You want to let users add simple text that doesn’t require formatting. Use {@link sap.m.TextArea text area }
|
|
356
|
+
* instead.
|
|
343
357
|
* - Use callbacks to the native third-party API with care, as there may be compatibility issues with
|
|
344
|
-
*
|
|
358
|
+
* later versions.
|
|
345
359
|
*
|
|
346
360
|
* Custom toolbar - adding and removing buttons: With version 1.102 it is possible to redefine the button
|
|
347
361
|
* groups configuration in order to show only particular set of buttons in the custom toolbar of the `RichTextEditor`.
|
|
348
362
|
* This is possible in few ways:
|
|
349
363
|
* - By providing the buttons group configurations as a whole by setting the `buttonGroups` property of
|
|
350
|
-
*
|
|
364
|
+
* the control.
|
|
351
365
|
* - By providing individual button group configuration via `addButtonGroup` method.
|
|
352
366
|
*
|
|
353
367
|
* Consider the following when choosing your approach:
|
|
354
368
|
* - Setting `buttonGroups` will override all current custom toolbar button group configurations. This
|
|
355
|
-
*
|
|
369
|
+
* method allows for total redefining of the custom toolbar groups.
|
|
356
370
|
* - Using `addButtonGroups` will try to add non-existing group into the configuration array, however,
|
|
357
|
-
*
|
|
358
|
-
*
|
|
371
|
+
* if such group configuration exists already, a warning will be logged and the new configuration will not
|
|
372
|
+
* be added. In order to replace the existing configuration you will need to remove it first via `removeButtonGroup`.
|
|
359
373
|
*
|
|
360
374
|
*
|
|
361
375
|
* Below is a list of supported groups and buttons, which can be specified in the configuration objects
|
|
@@ -369,12 +383,12 @@ declare namespace sap {
|
|
|
369
383
|
* - insert: image, emoticons
|
|
370
384
|
* - link: link, unlink
|
|
371
385
|
* - text-align: alignleft, aligncenter, alignright, alignjustify Additional supported groups, which
|
|
372
|
-
*
|
|
386
|
+
* can be added only after the editor is loaded (they can not be specified in the above mentioned configuration):
|
|
373
387
|
*
|
|
374
388
|
* - table: table
|
|
375
389
|
* - styleselect: styleselect **Note!** Adding configuration for "text-align" group with any buttons
|
|
376
|
-
*
|
|
377
|
-
*
|
|
390
|
+
* will still render a menu button with all available options inside. Removing/hiding the group can be achieved
|
|
391
|
+
* by invoking `removeButtonGroup` or `setShowGroupTextAlign(false)` depending on the desired result.
|
|
378
392
|
*
|
|
379
393
|
* **Note!** There is no synchronization between the `setShowGroup*` properties and the configuration object
|
|
380
394
|
* that the application can specifying via `buttonGroups` in the constructor or on a later stage. This means
|
|
@@ -393,7 +407,7 @@ declare namespace sap {
|
|
|
393
407
|
* of the syntax of the settings object.
|
|
394
408
|
* See:
|
|
395
409
|
* {@link fiori:https://experience.sap.com/fiori-design-web/rich-text-editor/ Rich Text Editor}
|
|
396
|
-
* {@link topic
|
|
410
|
+
* {@link https://ui5.sap.com/#/topic/d4f3f1598373452bb73f2120930c133c}
|
|
397
411
|
*/
|
|
398
412
|
constructor(
|
|
399
413
|
/**
|
|
@@ -409,7 +423,7 @@ declare namespace sap {
|
|
|
409
423
|
* of the syntax of the settings object.
|
|
410
424
|
* See:
|
|
411
425
|
* {@link fiori:https://experience.sap.com/fiori-design-web/rich-text-editor/ Rich Text Editor}
|
|
412
|
-
* {@link topic
|
|
426
|
+
* {@link https://ui5.sap.com/#/topic/d4f3f1598373452bb73f2120930c133c}
|
|
413
427
|
*/
|
|
414
428
|
constructor(
|
|
415
429
|
/**
|
|
@@ -452,7 +466,7 @@ declare namespace sap {
|
|
|
452
466
|
*/
|
|
453
467
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
454
468
|
/**
|
|
455
|
-
* @
|
|
469
|
+
* @since 1.76.0
|
|
456
470
|
*
|
|
457
471
|
* Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
458
472
|
*
|
|
@@ -506,7 +520,7 @@ declare namespace sap {
|
|
|
506
520
|
| string
|
|
507
521
|
): sap.ui.richtexteditor.RichTextEditor;
|
|
508
522
|
/**
|
|
509
|
-
* @
|
|
523
|
+
* @since 1.48
|
|
510
524
|
*
|
|
511
525
|
* Adds some customButton to the aggregation {@link #getCustomButtons customButtons}.
|
|
512
526
|
*
|
|
@@ -608,7 +622,7 @@ declare namespace sap {
|
|
|
608
622
|
/**
|
|
609
623
|
* The function to be called when the event occurs
|
|
610
624
|
*/
|
|
611
|
-
fnFunction: (p1:
|
|
625
|
+
fnFunction: (p1: RichTextEditor$ChangeEvent) => void,
|
|
612
626
|
/**
|
|
613
627
|
* Context object to call the event handler with. Defaults to this `sap.ui.richtexteditor.RichTextEditor`
|
|
614
628
|
* itself
|
|
@@ -630,7 +644,7 @@ declare namespace sap {
|
|
|
630
644
|
/**
|
|
631
645
|
* The function to be called when the event occurs
|
|
632
646
|
*/
|
|
633
|
-
fnFunction: (p1:
|
|
647
|
+
fnFunction: (p1: RichTextEditor$ChangeEvent) => void,
|
|
634
648
|
/**
|
|
635
649
|
* Context object to call the event handler with. Defaults to this `sap.ui.richtexteditor.RichTextEditor`
|
|
636
650
|
* itself
|
|
@@ -736,7 +750,7 @@ declare namespace sap {
|
|
|
736
750
|
oListener?: object
|
|
737
751
|
): this;
|
|
738
752
|
/**
|
|
739
|
-
* @
|
|
753
|
+
* @since 1.48
|
|
740
754
|
*
|
|
741
755
|
* Destroys all the customButtons in the aggregation {@link #getCustomButtons customButtons}.
|
|
742
756
|
*
|
|
@@ -772,7 +786,7 @@ declare namespace sap {
|
|
|
772
786
|
/**
|
|
773
787
|
* The function to be called, when the event occurs
|
|
774
788
|
*/
|
|
775
|
-
fnFunction: (p1:
|
|
789
|
+
fnFunction: (p1: RichTextEditor$ChangeEvent) => void,
|
|
776
790
|
/**
|
|
777
791
|
* Context object on which the given function had to be called
|
|
778
792
|
*/
|
|
@@ -814,7 +828,7 @@ declare namespace sap {
|
|
|
814
828
|
oListener?: object
|
|
815
829
|
): this;
|
|
816
830
|
/**
|
|
817
|
-
* @
|
|
831
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
818
832
|
*
|
|
819
833
|
* Fires event {@link #event:beforeEditorInit beforeEditorInit} to attached listeners.
|
|
820
834
|
*
|
|
@@ -827,7 +841,7 @@ declare namespace sap {
|
|
|
827
841
|
mParameters?: object
|
|
828
842
|
): this;
|
|
829
843
|
/**
|
|
830
|
-
* @
|
|
844
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
831
845
|
*
|
|
832
846
|
* Fires event {@link #event:change change} to attached listeners.
|
|
833
847
|
*
|
|
@@ -837,15 +851,10 @@ declare namespace sap {
|
|
|
837
851
|
/**
|
|
838
852
|
* Parameters to pass along with the event
|
|
839
853
|
*/
|
|
840
|
-
mParameters?:
|
|
841
|
-
/**
|
|
842
|
-
* The new control value.
|
|
843
|
-
*/
|
|
844
|
-
newValue?: string;
|
|
845
|
-
}
|
|
854
|
+
mParameters?: sap.ui.richtexteditor.RichTextEditor$ChangeEventParameters
|
|
846
855
|
): this;
|
|
847
856
|
/**
|
|
848
|
-
* @
|
|
857
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
849
858
|
*
|
|
850
859
|
* Fires event {@link #event:ready ready} to attached listeners.
|
|
851
860
|
*
|
|
@@ -858,7 +867,7 @@ declare namespace sap {
|
|
|
858
867
|
mParameters?: object
|
|
859
868
|
): this;
|
|
860
869
|
/**
|
|
861
|
-
* @
|
|
870
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
862
871
|
*
|
|
863
872
|
* Fires event {@link #event:readyRecurring readyRecurring} to attached listeners.
|
|
864
873
|
*
|
|
@@ -871,10 +880,9 @@ declare namespace sap {
|
|
|
871
880
|
mParameters?: object
|
|
872
881
|
): this;
|
|
873
882
|
/**
|
|
874
|
-
* @
|
|
883
|
+
* @since 1.76.0
|
|
875
884
|
*
|
|
876
|
-
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
|
|
877
|
-
* ariaLabelledBy}.
|
|
885
|
+
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
878
886
|
*/
|
|
879
887
|
getAriaLabelledBy(): sap.ui.core.ID[];
|
|
880
888
|
/**
|
|
@@ -895,7 +903,7 @@ declare namespace sap {
|
|
|
895
903
|
*/
|
|
896
904
|
getButtonGroups(): object[];
|
|
897
905
|
/**
|
|
898
|
-
* @
|
|
906
|
+
* @since 1.48
|
|
899
907
|
*
|
|
900
908
|
* Gets content of aggregation {@link #getCustomButtons customButtons}.
|
|
901
909
|
*
|
|
@@ -905,7 +913,7 @@ declare namespace sap {
|
|
|
905
913
|
*/
|
|
906
914
|
getCustomButtons(): sap.ui.core.Control[];
|
|
907
915
|
/**
|
|
908
|
-
* @
|
|
916
|
+
* @since 1.48
|
|
909
917
|
*
|
|
910
918
|
* Gets current value of property {@link #getCustomToolbar customToolbar}.
|
|
911
919
|
*
|
|
@@ -953,17 +961,17 @@ declare namespace sap {
|
|
|
953
961
|
*
|
|
954
962
|
* **Notes:**
|
|
955
963
|
* - TinyMCE version 3 and 4 are no longer supported and cannot be used. If you set the property to TinyMCE,
|
|
956
|
-
*
|
|
964
|
+
* it will load TinyMCE version 6.
|
|
957
965
|
* - Any attempts to set this property after the first rendering will not have any effect.
|
|
958
966
|
* - The default value of the property will always resolve to the recommended version by UI5. Due to the
|
|
959
|
-
*
|
|
960
|
-
*
|
|
967
|
+
* different support cycles, we will be constantly getting newer TinyMCE versions and update the default
|
|
968
|
+
* value accordingly.
|
|
961
969
|
* - Usage of internal TinyMCE APIs is not recommended, since it might lead to issues upon TinyMCE version
|
|
962
|
-
*
|
|
970
|
+
* update.
|
|
963
971
|
* - Have in mind when choosing a specific TinyMCE version that there might be differences in the support
|
|
964
|
-
*
|
|
972
|
+
* rules compared to UI5, therefore we might be forced to remove any TinyMCE version.
|
|
965
973
|
* - TinyMCE 4 is out of support and by using it, application developers are accepting all the risks comming
|
|
966
|
-
*
|
|
974
|
+
* from that fact. In addition TinyMCE 4 will be removed in future releases.
|
|
967
975
|
* - TinyMCE 5 will be removed in future releases.
|
|
968
976
|
*
|
|
969
977
|
* Default value is `'TinyMCE'`.
|
|
@@ -1014,8 +1022,7 @@ declare namespace sap {
|
|
|
1014
1022
|
* Gets current value of property {@link #getSanitizeValue sanitizeValue}.
|
|
1015
1023
|
*
|
|
1016
1024
|
* Determines whether to run the HTML sanitizer once the value (HTML markup) is applied or not. To configure
|
|
1017
|
-
* allowed URLs please use the validator API via {@link module:sap/base/security/URLListValidator#add URLListValidator
|
|
1018
|
-
* API}.
|
|
1025
|
+
* allowed URLs please use the validator API via {@link module:sap/base/security/URLListValidator#add URLListValidator API}.
|
|
1019
1026
|
*
|
|
1020
1027
|
* Default value is `true`.
|
|
1021
1028
|
*
|
|
@@ -1184,7 +1191,7 @@ declare namespace sap {
|
|
|
1184
1191
|
*/
|
|
1185
1192
|
getWrapping(): boolean;
|
|
1186
1193
|
/**
|
|
1187
|
-
* @
|
|
1194
|
+
* @since 1.48
|
|
1188
1195
|
*
|
|
1189
1196
|
* Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getCustomButtons customButtons}.
|
|
1190
1197
|
* and returns its index if found or -1 otherwise.
|
|
@@ -1198,7 +1205,7 @@ declare namespace sap {
|
|
|
1198
1205
|
oCustomButton: sap.ui.core.Control
|
|
1199
1206
|
): int;
|
|
1200
1207
|
/**
|
|
1201
|
-
* @
|
|
1208
|
+
* @since 1.48
|
|
1202
1209
|
*
|
|
1203
1210
|
* Inserts a customButton into the aggregation {@link #getCustomButtons customButtons}.
|
|
1204
1211
|
*
|
|
@@ -1217,7 +1224,7 @@ declare namespace sap {
|
|
|
1217
1224
|
iIndex: int
|
|
1218
1225
|
): this;
|
|
1219
1226
|
/**
|
|
1220
|
-
* @
|
|
1227
|
+
* @since 1.76.0
|
|
1221
1228
|
*
|
|
1222
1229
|
* Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
1223
1230
|
*
|
|
@@ -1225,7 +1232,7 @@ declare namespace sap {
|
|
|
1225
1232
|
*/
|
|
1226
1233
|
removeAllAriaLabelledBy(): sap.ui.core.ID[];
|
|
1227
1234
|
/**
|
|
1228
|
-
* @
|
|
1235
|
+
* @since 1.48
|
|
1229
1236
|
*
|
|
1230
1237
|
* Removes all the controls from the aggregation {@link #getCustomButtons customButtons}.
|
|
1231
1238
|
*
|
|
@@ -1235,7 +1242,7 @@ declare namespace sap {
|
|
|
1235
1242
|
*/
|
|
1236
1243
|
removeAllCustomButtons(): sap.ui.core.Control[];
|
|
1237
1244
|
/**
|
|
1238
|
-
* @
|
|
1245
|
+
* @since 1.76.0
|
|
1239
1246
|
*
|
|
1240
1247
|
* Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
1241
1248
|
*
|
|
@@ -1259,7 +1266,7 @@ declare namespace sap {
|
|
|
1259
1266
|
sGroupName?: string
|
|
1260
1267
|
): sap.ui.richtexteditor.RichTextEditor;
|
|
1261
1268
|
/**
|
|
1262
|
-
* @
|
|
1269
|
+
* @since 1.48
|
|
1263
1270
|
*
|
|
1264
1271
|
* Removes a customButton from the aggregation {@link #getCustomButtons customButtons}.
|
|
1265
1272
|
*
|
|
@@ -1294,7 +1301,7 @@ declare namespace sap {
|
|
|
1294
1301
|
aGroups?: any[]
|
|
1295
1302
|
): sap.ui.richtexteditor.RichTextEditor;
|
|
1296
1303
|
/**
|
|
1297
|
-
* @
|
|
1304
|
+
* @since 1.48
|
|
1298
1305
|
*
|
|
1299
1306
|
* Sets a new value for property {@link #getCustomToolbar customToolbar}.
|
|
1300
1307
|
*
|
|
@@ -1414,8 +1421,7 @@ declare namespace sap {
|
|
|
1414
1421
|
* Sets a new value for property {@link #getSanitizeValue sanitizeValue}.
|
|
1415
1422
|
*
|
|
1416
1423
|
* Determines whether to run the HTML sanitizer once the value (HTML markup) is applied or not. To configure
|
|
1417
|
-
* allowed URLs please use the validator API via {@link module:sap/base/security/URLListValidator#add URLListValidator
|
|
1418
|
-
* API}.
|
|
1424
|
+
* allowed URLs please use the validator API via {@link module:sap/base/security/URLListValidator#add URLListValidator API}.
|
|
1419
1425
|
*
|
|
1420
1426
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1421
1427
|
*
|
|
@@ -1699,6 +1705,37 @@ declare namespace sap {
|
|
|
1699
1705
|
*/
|
|
1700
1706
|
TinyMCE6 = "TinyMCE6",
|
|
1701
1707
|
}
|
|
1708
|
+
/**
|
|
1709
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'RichTextEditor$BeforeEditorInitEventParameters'
|
|
1710
|
+
* in 1.115.1 and any later releases.
|
|
1711
|
+
*/
|
|
1712
|
+
type $RichTextEditorBeforeEditorInitEventParameters = sap.ui.richtexteditor.RichTextEditor$BeforeEditorInitEventParameters;
|
|
1713
|
+
|
|
1714
|
+
type RichTextEditor$BeforeEditorInitEvent = sap.ui.base.Event<RichTextEditor$BeforeEditorInitEventParameters>;
|
|
1715
|
+
|
|
1716
|
+
/**
|
|
1717
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'RichTextEditor$ChangeEventParameters'
|
|
1718
|
+
* in 1.115.1 and any later releases.
|
|
1719
|
+
*/
|
|
1720
|
+
type $RichTextEditorChangeEventParameters = sap.ui.richtexteditor.RichTextEditor$ChangeEventParameters;
|
|
1721
|
+
|
|
1722
|
+
type RichTextEditor$ChangeEvent = sap.ui.base.Event<RichTextEditor$ChangeEventParameters>;
|
|
1723
|
+
|
|
1724
|
+
/**
|
|
1725
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'RichTextEditor$ReadyEventParameters'
|
|
1726
|
+
* in 1.115.1 and any later releases.
|
|
1727
|
+
*/
|
|
1728
|
+
type $RichTextEditorReadyEventParameters = sap.ui.richtexteditor.RichTextEditor$ReadyEventParameters;
|
|
1729
|
+
|
|
1730
|
+
type RichTextEditor$ReadyEvent = sap.ui.base.Event<RichTextEditor$ReadyEventParameters>;
|
|
1731
|
+
|
|
1732
|
+
/**
|
|
1733
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'RichTextEditor$ReadyRecurringEventParameters'
|
|
1734
|
+
* in 1.115.1 and any later releases.
|
|
1735
|
+
*/
|
|
1736
|
+
type $RichTextEditorReadyRecurringEventParameters = sap.ui.richtexteditor.RichTextEditor$ReadyRecurringEventParameters;
|
|
1737
|
+
|
|
1738
|
+
type RichTextEditor$ReadyRecurringEvent = sap.ui.base.Event<RichTextEditor$ReadyRecurringEventParameters>;
|
|
1702
1739
|
}
|
|
1703
1740
|
}
|
|
1704
1741
|
|
package/types/sap.ui.rta.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.115.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/rta/api/startAdaptation" {
|
|
4
4
|
/**
|
|
5
|
-
* @
|
|
6
|
-
* @
|
|
5
|
+
* @since 1.83
|
|
6
|
+
* @experimental (since 1.83)
|
|
7
7
|
*
|
|
8
8
|
* Starts UI adaptation, initiated for an application at the passed root control instance. With this API
|
|
9
9
|
* you are also able to modify the UI adaptation plugins list and or add some event handler functions to
|
|
@@ -56,8 +56,8 @@ declare module "sap/ui/rta/api/startAdaptation" {
|
|
|
56
56
|
|
|
57
57
|
declare module "sap/ui/rta/api/startKeyUserAdaptation" {
|
|
58
58
|
/**
|
|
59
|
-
* @
|
|
60
|
-
* @
|
|
59
|
+
* @since 1.71
|
|
60
|
+
* @experimental (since 1.71)
|
|
61
61
|
*
|
|
62
62
|
* Starts key user adaptation, initiated for an application at the passed root control instance. It subsequently
|
|
63
63
|
* extends to all valid child controls.
|
|
@@ -82,13 +82,12 @@ declare namespace sap {
|
|
|
82
82
|
namespace rta {
|
|
83
83
|
namespace enablement {
|
|
84
84
|
/**
|
|
85
|
-
* @
|
|
86
|
-
* @
|
|
85
|
+
* @since 1.77
|
|
86
|
+
* @experimental (since 1.77)
|
|
87
87
|
*
|
|
88
88
|
* sap.ui.fl Delegate to be used in elementActionTests.
|
|
89
89
|
*/
|
|
90
90
|
interface TestDelegate {}
|
|
91
|
-
const TestDelegate: TestDelegate;
|
|
92
91
|
}
|
|
93
92
|
}
|
|
94
93
|
}
|
package/types/sap.ui.suite.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.115.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
5
5
|
/**
|
|
6
|
-
* @
|
|
6
|
+
* @since 1.1
|
|
7
7
|
* @deprecated (since 1.108)
|
|
8
8
|
*
|
|
9
9
|
* Suite controls library.
|
|
@@ -86,10 +86,14 @@ declare namespace sap {
|
|
|
86
86
|
press?: (oEvent: sap.ui.base.Event) => void;
|
|
87
87
|
}
|
|
88
88
|
|
|
89
|
+
interface TaskCircle$PressEventParameters {}
|
|
90
|
+
|
|
91
|
+
interface VerticalProgressIndicator$PressEventParameters {}
|
|
92
|
+
|
|
89
93
|
/**
|
|
90
94
|
* @deprecated (since 1.108) - there's no replacement for this functionality as no active use cases are
|
|
91
95
|
* known
|
|
92
|
-
* @
|
|
96
|
+
* @experimental (since 1.2) - The API may change. Use with care.
|
|
93
97
|
*
|
|
94
98
|
* This control shows a circle which radius and color depends on the given parameters
|
|
95
99
|
*/
|
|
@@ -239,7 +243,7 @@ declare namespace sap {
|
|
|
239
243
|
oListener?: object
|
|
240
244
|
): this;
|
|
241
245
|
/**
|
|
242
|
-
* @
|
|
246
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
243
247
|
*
|
|
244
248
|
* Fires event {@link #event:press press} to attached listeners.
|
|
245
249
|
*
|
|
@@ -256,13 +260,11 @@ declare namespace sap {
|
|
|
256
260
|
*/
|
|
257
261
|
focus(): void;
|
|
258
262
|
/**
|
|
259
|
-
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaDescribedBy
|
|
260
|
-
* ariaDescribedBy}.
|
|
263
|
+
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaDescribedBy ariaDescribedBy}.
|
|
261
264
|
*/
|
|
262
265
|
getAriaDescribedBy(): sap.ui.core.ID[];
|
|
263
266
|
/**
|
|
264
|
-
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
|
|
265
|
-
* ariaLabelledBy}.
|
|
267
|
+
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
266
268
|
*/
|
|
267
269
|
getAriaLabelledBy(): sap.ui.core.ID[];
|
|
268
270
|
/**
|
|
@@ -413,7 +415,7 @@ declare namespace sap {
|
|
|
413
415
|
/**
|
|
414
416
|
* @deprecated (since 1.108) - there's no replacement for this functionality as no active use cases are
|
|
415
417
|
* known
|
|
416
|
-
* @
|
|
418
|
+
* @experimental (since 1.2) - The API may change. Use with care.
|
|
417
419
|
*
|
|
418
420
|
* This control shows a vertical progress bar in dependency of the given percentage. Only values between
|
|
419
421
|
* 0 and 100 are valid.
|
|
@@ -566,7 +568,7 @@ declare namespace sap {
|
|
|
566
568
|
oListener?: object
|
|
567
569
|
): this;
|
|
568
570
|
/**
|
|
569
|
-
* @
|
|
571
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
570
572
|
*
|
|
571
573
|
* Fires event {@link #event:press press} to attached listeners.
|
|
572
574
|
*
|
|
@@ -583,13 +585,11 @@ declare namespace sap {
|
|
|
583
585
|
*/
|
|
584
586
|
focus(): void;
|
|
585
587
|
/**
|
|
586
|
-
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaDescribedBy
|
|
587
|
-
* ariaDescribedBy}.
|
|
588
|
+
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaDescribedBy ariaDescribedBy}.
|
|
588
589
|
*/
|
|
589
590
|
getAriaDescribedBy(): sap.ui.core.ID[];
|
|
590
591
|
/**
|
|
591
|
-
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
|
|
592
|
-
* ariaLabelledBy}.
|
|
592
|
+
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
593
593
|
*/
|
|
594
594
|
getAriaLabelledBy(): sap.ui.core.ID[];
|
|
595
595
|
/**
|
|
@@ -665,6 +665,21 @@ declare namespace sap {
|
|
|
665
665
|
*/
|
|
666
666
|
Yellow = "Yellow",
|
|
667
667
|
}
|
|
668
|
+
/**
|
|
669
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'TaskCircle$PressEventParameters'
|
|
670
|
+
* in 1.115.1 and any later releases.
|
|
671
|
+
*/
|
|
672
|
+
type $TaskCirclePressEventParameters = sap.ui.suite.TaskCircle$PressEventParameters;
|
|
673
|
+
|
|
674
|
+
type TaskCircle$PressEvent = sap.ui.base.Event<TaskCircle$PressEventParameters>;
|
|
675
|
+
|
|
676
|
+
/**
|
|
677
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'VerticalProgressIndicator$PressEventParameters'
|
|
678
|
+
* in 1.115.1 and any later releases.
|
|
679
|
+
*/
|
|
680
|
+
type $VerticalProgressIndicatorPressEventParameters = sap.ui.suite.VerticalProgressIndicator$PressEventParameters;
|
|
681
|
+
|
|
682
|
+
type VerticalProgressIndicator$PressEvent = sap.ui.base.Event<VerticalProgressIndicator$PressEventParameters>;
|
|
668
683
|
}
|
|
669
684
|
}
|
|
670
685
|
|