@openui5/types 1.114.0 → 1.114.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/sap.f.d.ts +1 -1
- package/types/sap.m.d.ts +7 -9
- 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.core.d.ts +1 -1
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +3 -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.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 +1 -1
- package/types/sap.ui.ux3.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.uxap.d.ts +1 -1
package/package.json
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.114.
|
|
1
|
+
// For Library Version: 1.114.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/f/library" {
|
|
4
4
|
export interface IShellBar {
|
|
@@ -28212,10 +28212,9 @@ declare module "sap/m/FormattedText" {
|
|
|
28212
28212
|
* - `dd`
|
|
28213
28213
|
* - `ul`
|
|
28214
28214
|
* - `ol`
|
|
28215
|
-
* - `li` `style, dir` and `target` attributes are allowed.
|
|
28216
|
-
*
|
|
28217
|
-
*
|
|
28218
|
-
* safe `href` attributes can be used. See {@link module:sap/base/security/URLListValidator URLListValidator}.
|
|
28215
|
+
* - `li` `style, dir` and `target` attributes are allowed. If `target` is not set, links
|
|
28216
|
+
* open in a new window by default. Only safe `href` attributes can be used. See {@link module:sap/base/security/URLListValidator
|
|
28217
|
+
* URLListValidator}.
|
|
28219
28218
|
*
|
|
28220
28219
|
* **Note:** Keep in mind that not supported HTML tags and the content nested inside them are both not rendered
|
|
28221
28220
|
* by the control.
|
|
@@ -28470,10 +28469,9 @@ declare module "sap/m/FormattedText" {
|
|
|
28470
28469
|
* - `dd`
|
|
28471
28470
|
* - `ul`
|
|
28472
28471
|
* - `ol`
|
|
28473
|
-
* - `li` `style, dir` and `target` attributes are allowed.
|
|
28474
|
-
*
|
|
28475
|
-
*
|
|
28476
|
-
* safe `href` attributes can be used. See {@link module:sap/base/security/URLListValidator URLListValidator}.
|
|
28472
|
+
* - `li` `style, dir` and `target` attributes are allowed. If `target` is not set, links
|
|
28473
|
+
* open in a new window by default. Only safe `href` attributes can be used. See {@link module:sap/base/security/URLListValidator
|
|
28474
|
+
* URLListValidator}.
|
|
28477
28475
|
*
|
|
28478
28476
|
* **Note:** Keep in mind that not supported HTML tags and the content nested inside them are both not rendered
|
|
28479
28477
|
* by the control.
|
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
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.114.
|
|
1
|
+
// For Library Version: 1.114.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/fl/library" {}
|
|
4
4
|
|
|
@@ -1504,6 +1504,8 @@ declare namespace sap {
|
|
|
1504
1504
|
|
|
1505
1505
|
"sap/ui/fl/apply/_internal/flexState/UI2Personalization/UI2PersonalizationState": undefined;
|
|
1506
1506
|
|
|
1507
|
+
"sap/ui/fl/apply/_internal/preprocessors/ComponentLifecycleHooks": undefined;
|
|
1508
|
+
|
|
1507
1509
|
"sap/ui/fl/apply/_internal/preprocessors/ControllerExtension": undefined;
|
|
1508
1510
|
|
|
1509
1511
|
"sap/ui/fl/apply/_internal/preprocessors/EventHistory": undefined;
|
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
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED