@openui5/ts-types 1.108.16 → 1.108.17
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 +3 -3
- 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 +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.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.108.
|
|
1
|
+
// For Library Version: 1.108.17
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -18136,7 +18136,7 @@ declare namespace sap {
|
|
|
18136
18136
|
* - `dd`
|
|
18137
18137
|
* - `ul`
|
|
18138
18138
|
* - `ol`
|
|
18139
|
-
* - `li` `
|
|
18139
|
+
* - `li` `style, dir` and `target` attributes are allowed. If `target` is not set, links
|
|
18140
18140
|
* open in a new window by default. Only safe `href` attributes can be used. See {@link module:sap/base/security/URLListValidator
|
|
18141
18141
|
* URLListValidator}.
|
|
18142
18142
|
*
|
|
@@ -54242,7 +54242,7 @@ declare namespace sap {
|
|
|
54242
54242
|
* - `dd`
|
|
54243
54243
|
* - `ul`
|
|
54244
54244
|
* - `ol`
|
|
54245
|
-
* - `li` `
|
|
54245
|
+
* - `li` `style, dir` and `target` attributes are allowed. If `target` is not set, links
|
|
54246
54246
|
* open in a new window by default. Only safe `href` attributes can be used. See {@link module:sap/base/security/URLListValidator
|
|
54247
54247
|
* URLListValidator}.
|
|
54248
54248
|
*
|
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
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