@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/types",
3
- "version": "1.114.0",
3
+ "version": "1.114.1",
4
4
  "description": "OpenUI5 TypeScript Definitions",
5
5
  "homepage": "https://sap.github.io/ui5-typescript",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.1
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  export interface IToolHeader {
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
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. The `class` attribute is allowed,
28216
- * but its value is sanitized to contain only supported CSS classes, see {@link topic:91a4946b0dcf4356aaaedc4e502864f4
28217
- * List of Supported CSS Classes}. If `target` is not set, links open in a new window by default. Only
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. The `class` attribute is allowed,
28474
- * but its value is sanitized to contain only supported CSS classes, see {@link topic:91a4946b0dcf4356aaaedc4e502864f4
28475
- * List of Supported CSS Classes}. If `target` is not set, links open in a new window by default. Only
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.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.1
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.1
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.1
2
2
 
3
3
  declare module "sap/ui/commons/library" {
4
4
  import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";
@@ -280,7 +280,7 @@ declare namespace sap {
280
280
  }
281
281
  }
282
282
 
283
- // For Library Version: 1.114.0
283
+ // For Library Version: 1.114.1
284
284
 
285
285
  declare module "sap/base/assert" {
286
286
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.1
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
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;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.1
2
2
 
3
3
  declare module "sap/ui/integration/library" {
4
4
  import { URI } from "sap/ui/core/library";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.1
2
2
 
3
3
  declare module "sap/ui/layout/library" {
4
4
  import Control from "sap/ui/core/Control";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.1
2
2
 
3
3
  declare module "sap/ui/mdc/enum/FilterBarValidationStatus" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.1
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  import Control from "sap/ui/core/Control";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.1
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.1
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.1
2
2
 
3
3
  declare module "sap/ui/table/library" {
4
4
  import TreeAutoExpandMode1 from "sap/ui/model/TreeAutoExpandMode";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.1
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.1
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.1
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.1
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.1
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.1
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.1
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**