@openui5/ts-types 1.117.3 → 1.117.5
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 +1 -1
- 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 +21 -4
- 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
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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.117.
|
|
1
|
+
// For Library Version: 1.117.5
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/mdc/BaseDelegate" {
|
|
4
4
|
import TypeMap from "sap/ui/mdc/util/TypeMap";
|
|
@@ -4328,17 +4328,22 @@ declare namespace sap {
|
|
|
4328
4328
|
*/
|
|
4329
4329
|
convertWhitespaces?: boolean;
|
|
4330
4330
|
/**
|
|
4331
|
-
* Instance of the calling control
|
|
4331
|
+
* Instance of the calling control <<<<<<< HEAD
|
|
4332
4332
|
*/
|
|
4333
4333
|
control?: sap.ui.core.Control;
|
|
4334
4334
|
/**
|
|
4335
|
-
* If set, the conditions will not be formatted (MultiInput value
|
|
4335
|
+
* If set, the conditions will not be formatted (MultiInput `value` property case)
|
|
4336
4336
|
*/
|
|
4337
4337
|
noFormatting?: boolean;
|
|
4338
4338
|
/**
|
|
4339
|
-
* If noFormatting is set, this value is used as output
|
|
4339
|
+
* If `noFormatting` is set, this value is used as output to keep the typed value during value help selection
|
|
4340
4340
|
*/
|
|
4341
4341
|
keepValue?: string;
|
|
4342
|
+
/**
|
|
4343
|
+
* If set, the input and output might contain multiple lines >>>>>>> 8855db58c16 ([FIX] Field: not possible
|
|
4344
|
+
* to enter multiple lines)
|
|
4345
|
+
*/
|
|
4346
|
+
multipleLines?: boolean;
|
|
4342
4347
|
},
|
|
4343
4348
|
/**
|
|
4344
4349
|
* Value constraints
|
|
@@ -4529,6 +4534,18 @@ declare namespace sap {
|
|
|
4529
4534
|
* Instance of the calling control
|
|
4530
4535
|
*/
|
|
4531
4536
|
control?: sap.ui.core.Control;
|
|
4537
|
+
/**
|
|
4538
|
+
* If set, the conditions will not be formatted (MultiInput `value` property case)
|
|
4539
|
+
*/
|
|
4540
|
+
noFormatting?: boolean;
|
|
4541
|
+
/**
|
|
4542
|
+
* If `noFormatting` is set, this value is used as output to keep the typed value during value help selection
|
|
4543
|
+
*/
|
|
4544
|
+
keepValue?: string;
|
|
4545
|
+
/**
|
|
4546
|
+
* If set, the input and output might contain multiple lines
|
|
4547
|
+
*/
|
|
4548
|
+
multipleLines?: boolean;
|
|
4532
4549
|
},
|
|
4533
4550
|
/**
|
|
4534
4551
|
* Value constraints
|
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