New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@openui5/ts-types

Package Overview
Dependencies
Maintainers
3
Versions
253
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openui5/ts-types - npm Package Compare versions

Comparing version 1.120.11 to 1.120.12

2

package.json
{
"name": "@openui5/ts-types",
"version": "1.120.11",
"version": "1.120.12",
"description": "OpenUI5 TypeScript Definitions",

@@ -5,0 +5,0 @@ "homepage": "https://openui5.org",

@@ -1,2 +0,2 @@

// For Library Version: 1.120.11
// For Library Version: 1.120.12

@@ -11,2 +11,5 @@ declare namespace sap {

namespace codeeditor {
/**
* Describes the settings that can be provided to the CodeEditor constructor.
*/
interface $CodeEditorSettings extends sap.ui.core.$ControlSettings {

@@ -118,2 +121,5 @@ /**

/**
* Parameters of the CodeEditor#change event.
*/
interface CodeEditor$ChangeEventParameters {

@@ -131,2 +137,5 @@ /**

/**
* Parameters of the CodeEditor#liveChange event.
*/
interface CodeEditor$LiveChangeEventParameters {

@@ -743,2 +752,5 @@ /**

/**
* Event object of the CodeEditor#change event.
*/
type CodeEditor$ChangeEvent = sap.ui.base.Event<

@@ -749,2 +761,5 @@ CodeEditor$ChangeEventParameters,

/**
* Event object of the CodeEditor#liveChange event.
*/
type CodeEditor$LiveChangeEvent = sap.ui.base.Event<

@@ -751,0 +766,0 @@ CodeEditor$LiveChangeEventParameters,

@@ -1,3 +0,3 @@

// For Library Version: 1.120.11
// For Library Version: 1.120.12
declare namespace sap {}

@@ -1,2 +0,2 @@

// For Library Version: 1.120.11
// For Library Version: 1.120.12

@@ -17,2 +17,5 @@ declare namespace sap {

namespace variants {
/**
* Describes the settings that can be provided to the VariantManagement constructor.
*/
interface $VariantManagementSettings

@@ -149,6 +152,15 @@ extends sap.ui.core.$ControlSettings {

/**
* Parameters of the VariantManagement#cancel event.
*/
interface VariantManagement$CancelEventParameters {}
/**
* Parameters of the VariantManagement#initialized event.
*/
interface VariantManagement$InitializedEventParameters {}
/**
* Parameters of the VariantManagement#manage event.
*/
interface VariantManagement$ManageEventParameters {

@@ -177,2 +189,5 @@ /**

/**
* Parameters of the VariantManagement#save event.
*/
interface VariantManagement$SaveEventParameters {

@@ -217,2 +232,5 @@ /**

/**
* Parameters of the VariantManagement#select event.
*/
interface VariantManagement$SelectEventParameters {

@@ -1128,2 +1146,5 @@ /**

/**
* Event object of the VariantManagement#cancel event.
*/
type VariantManagement$CancelEvent = sap.ui.base.Event<

@@ -1134,2 +1155,5 @@ VariantManagement$CancelEventParameters,

/**
* Event object of the VariantManagement#initialized event.
*/
type VariantManagement$InitializedEvent = sap.ui.base.Event<

@@ -1140,2 +1164,5 @@ VariantManagement$InitializedEventParameters,

/**
* Event object of the VariantManagement#manage event.
*/
type VariantManagement$ManageEvent = sap.ui.base.Event<

@@ -1146,2 +1173,5 @@ VariantManagement$ManageEventParameters,

/**
* Event object of the VariantManagement#save event.
*/
type VariantManagement$SaveEvent = sap.ui.base.Event<

@@ -1152,2 +1182,5 @@ VariantManagement$SaveEventParameters,

/**
* Event object of the VariantManagement#select event.
*/
type VariantManagement$SelectEvent = sap.ui.base.Event<

@@ -1188,2 +1221,8 @@ VariantManagement$SelectEventParameters,

namespace transport {
/**
* Describes the settings that can be provided to the TransportDialog constructor.
*
* @deprecated (since 1.74) - The TransportDialog should be used only internally inside the `sap.ui.fl`
* library.
*/
interface $TransportDialogSettings extends sap.m.$DialogSettings {}

@@ -1388,2 +1427,4 @@

"sap/ui/fl/initial/_internal/connectors/BtpServiceConnector": undefined;
"sap/ui/fl/initial/_internal/connectors/KeyUserConnector": undefined;

@@ -1439,2 +1480,4 @@

"sap/ui/fl/write/_internal/connectors/BtpServiceConnector": undefined;
"sap/ui/fl/write/_internal/connectors/JsObjectConnector": undefined;

@@ -1441,0 +1484,0 @@

@@ -1,2 +0,2 @@

// For Library Version: 1.120.11
// For Library Version: 1.120.12

@@ -3,0 +3,0 @@ declare module "sap/ui/rta/api/startAdaptation" {

@@ -1,2 +0,2 @@

// For Library Version: 1.120.11
// For Library Version: 1.120.12

@@ -12,2 +12,9 @@ declare namespace sap {

namespace suite {
/**
* Describes the settings that can be provided to the TaskCircle constructor.
*
* @deprecated (since 1.108) - there's no replacement for this functionality as no active use cases are
* known
* @experimental (since 1.2) - The API may change. Use with care.
*/
interface $TaskCircleSettings extends sap.ui.core.$ControlSettings {

@@ -63,2 +70,9 @@ /**

/**
* Describes the settings that can be provided to the VerticalProgressIndicator constructor.
*
* @deprecated (since 1.108) - there's no replacement for this functionality as no active use cases are
* known
* @experimental (since 1.2) - The API may change. Use with care.
*/
interface $VerticalProgressIndicatorSettings

@@ -91,4 +105,10 @@ extends sap.ui.core.$ControlSettings {

/**
* Parameters of the TaskCircle#press event.
*/
interface TaskCircle$PressEventParameters {}
/**
* Parameters of the VerticalProgressIndicator#press event.
*/
interface VerticalProgressIndicator$PressEventParameters {}

@@ -703,3 +723,5 @@

}
/**
* Event object of the TaskCircle#press event.
*/
type TaskCircle$PressEvent = sap.ui.base.Event<

@@ -710,2 +732,5 @@ TaskCircle$PressEventParameters,

/**
* Event object of the VerticalProgressIndicator#press event.
*/
type VerticalProgressIndicator$PressEvent = sap.ui.base.Event<

@@ -712,0 +737,0 @@ VerticalProgressIndicator$PressEventParameters,

@@ -1,2 +0,2 @@

// For Library Version: 1.120.11
// For Library Version: 1.120.12

@@ -3,0 +3,0 @@ declare namespace sap {

@@ -1,2 +0,2 @@

// For Library Version: 1.120.11
// For Library Version: 1.120.12

@@ -3,0 +3,0 @@ declare namespace sap {

@@ -1,2 +0,2 @@

// For Library Version: 1.120.11
// For Library Version: 1.120.12

@@ -26,3 +26,8 @@ declare namespace sap {

}
/**
* Describes the settings that can be provided to the WebComponent constructor.
*
* @deprecated (since 1.118.0) - Use sap.ui.core.webc.WebComponent instead!
* @experimental (since 1.92.0) - The API might change. It is not intended for productive usage yet!
*/
interface $WebComponentSettings

@@ -29,0 +34,0 @@ extends sap.ui.core.webc.$WebComponentSettings {}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc