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
5
Versions
252
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.65.0 to 1.65.1

6

CHANGELOG.md

@@ -0,4 +1,8 @@

## 1.65.1
Fixed some array types translated as 'any'.
## 1.65.0
Update to OpenUI5 1.65.1
Update to OpenUI5 1.65.1.

@@ -5,0 +9,0 @@ ## 1.64.1

4

package.json
{
"name": "@openui5/ts-types",
"description": "OpenUI5 TypeScript Definitions",
"version": "1.65.0",
"version": "1.65.1",
"license": "Apache-2.0",

@@ -26,3 +26,3 @@ "types": "types/sap.ui.core.d.ts",

},
"gitHead": "061f09d4a114f72e077a46fc9a180c87a4e48bed"
"gitHead": "679b43be423435a5744d0c90aa6973daa5333c8f"
}

@@ -581,3 +581,3 @@ /**

*/
getAriaDescribedBy(): any;
getAriaDescribedBy(): sap.ui.core.ID[];
/**

@@ -587,3 +587,3 @@ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy

*/
getAriaLabelledBy(): any;
getAriaLabelledBy(): sap.ui.core.ID[];
/**

@@ -602,3 +602,3 @@ * Gets current value of property {@link #getExpanded expanded}.

*/
getItems(): any;
getItems(): sap.tnt.NavigationListItem[];
/**

@@ -655,7 +655,7 @@ * Returns a metadata object for class sap.tnt.NavigationList.

*/
removeAllAriaDescribedBy(): any;
removeAllAriaDescribedBy(): sap.ui.core.ID[];
/**
* Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
*/
removeAllAriaLabelledBy(): any;
removeAllAriaLabelledBy(): sap.ui.core.ID[];
/**

@@ -666,3 +666,3 @@ * Removes all the controls from the aggregation {@link #getItems items}.

*/
removeAllItems(): any;
removeAllItems(): sap.tnt.NavigationListItem[];
/**

@@ -900,3 +900,3 @@ * Removes an ariaDescribedBy from the association named {@link #getAriaDescribedBy ariaDescribedBy}.

*/
getItems(): any;
getItems(): sap.tnt.NavigationListItem[];
/**

@@ -947,3 +947,3 @@ * Returns a metadata object for class sap.tnt.NavigationListItem.

*/
removeAllItems(): any;
removeAllItems(): sap.tnt.NavigationListItem[];
/**

@@ -1496,3 +1496,3 @@ * Removes a item from the aggregation {@link #getItems items}.

*/
getMainContents(): any;
getMainContents(): sap.ui.core.Control[];
/**

@@ -1547,3 +1547,3 @@ * Returns a metadata object for class sap.tnt.ToolPage.

*/
removeAllMainContents(): any;
removeAllMainContents(): sap.ui.core.Control[];
/**

@@ -1550,0 +1550,0 @@ * Removes a mainContent from the aggregation {@link #getMainContents mainContents}.

@@ -211,3 +211,3 @@ /**

*/
getAriaDescribedBy(): any;
getAriaDescribedBy(): sap.ui.core.ID[];
/**

@@ -217,3 +217,3 @@ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy

*/
getAriaLabelledBy(): any;
getAriaLabelledBy(): sap.ui.core.ID[];
/**

@@ -260,7 +260,7 @@ * Gets current value of property {@link #getColor color}.

*/
removeAllAriaDescribedBy(): any;
removeAllAriaDescribedBy(): sap.ui.core.ID[];
/**
* Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
*/
removeAllAriaLabelledBy(): any;
removeAllAriaLabelledBy(): sap.ui.core.ID[];
/**

@@ -485,3 +485,3 @@ * Removes an ariaDescribedBy from the association named {@link #getAriaDescribedBy ariaDescribedBy}.

*/
getAriaDescribedBy(): any;
getAriaDescribedBy(): sap.ui.core.ID[];
/**

@@ -491,3 +491,3 @@ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy

*/
getAriaLabelledBy(): any;
getAriaLabelledBy(): sap.ui.core.ID[];
/**

@@ -508,7 +508,7 @@ * Returns a metadata object for class sap.ui.suite.VerticalProgressIndicator.

*/
removeAllAriaDescribedBy(): any;
removeAllAriaDescribedBy(): sap.ui.core.ID[];
/**
* Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
*/
removeAllAriaLabelledBy(): any;
removeAllAriaLabelledBy(): sap.ui.core.ID[];
/**

@@ -515,0 +515,0 @@ * Removes an ariaDescribedBy from the association named {@link #getAriaDescribedBy ariaDescribedBy}.

@@ -94,3 +94,3 @@ /**

*/
components?: any;
components?: string[];
},

@@ -158,3 +158,3 @@ /**

*/
aLibraries: any
aLibraries: Object[]
): void;

@@ -177,3 +177,3 @@ /**

*/
aLibraries: any
aLibraries: Object[]
): void;

@@ -180,0 +180,0 @@ /**

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