@openui5/ts-types 1.114.0 → 1.114.2
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.2
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -21418,10 +21418,9 @@ declare namespace sap {
|
|
|
21418
21418
|
* - `dd`
|
|
21419
21419
|
* - `ul`
|
|
21420
21420
|
* - `ol`
|
|
21421
|
-
* - `li` `style, dir` and `target` attributes are allowed.
|
|
21422
|
-
*
|
|
21423
|
-
*
|
|
21424
|
-
* safe `href` attributes can be used. See {@link module:sap/base/security/URLListValidator URLListValidator}.
|
|
21421
|
+
* - `li` `style, dir` and `target` attributes are allowed. If `target` is not set, links
|
|
21422
|
+
* open in a new window by default. Only safe `href` attributes can be used. See {@link module:sap/base/security/URLListValidator
|
|
21423
|
+
* URLListValidator}.
|
|
21425
21424
|
*
|
|
21426
21425
|
* **Note:** Keep in mind that not supported HTML tags and the content nested inside them are both not rendered
|
|
21427
21426
|
* by the control.
|
|
@@ -58057,10 +58056,9 @@ declare namespace sap {
|
|
|
58057
58056
|
* - `dd`
|
|
58058
58057
|
* - `ul`
|
|
58059
58058
|
* - `ol`
|
|
58060
|
-
* - `li` `style, dir` and `target` attributes are allowed.
|
|
58061
|
-
*
|
|
58062
|
-
*
|
|
58063
|
-
* safe `href` attributes can be used. See {@link module:sap/base/security/URLListValidator URLListValidator}.
|
|
58059
|
+
* - `li` `style, dir` and `target` attributes are allowed. If `target` is not set, links
|
|
58060
|
+
* open in a new window by default. Only safe `href` attributes can be used. See {@link module:sap/base/security/URLListValidator
|
|
58061
|
+
* URLListValidator}.
|
|
58064
58062
|
*
|
|
58065
58063
|
* **Note:** Keep in mind that not supported HTML tags and the content nested inside them are both not rendered
|
|
58066
58064
|
* 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.2
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -1299,6 +1299,8 @@ declare namespace sap {
|
|
|
1299
1299
|
|
|
1300
1300
|
"sap/ui/fl/apply/_internal/flexState/UI2Personalization/UI2PersonalizationState": undefined;
|
|
1301
1301
|
|
|
1302
|
+
"sap/ui/fl/apply/_internal/preprocessors/ComponentLifecycleHooks": undefined;
|
|
1303
|
+
|
|
1302
1304
|
"sap/ui/fl/apply/_internal/preprocessors/ControllerExtension": undefined;
|
|
1303
1305
|
|
|
1304
1306
|
"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