Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sencha/reext

Package Overview
Dependencies
Maintainers
0
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sencha/reext - npm Package Compare versions

Comparing version 0.0.231 to 0.0.233

2

package.json
{
"name": "@sencha/reext",
"version": "0.0.231",
"version": "0.0.233",
"description": "React ReExt",

@@ -5,0 +5,0 @@ "types": "./dist/ReExt/types.d.ts",

@@ -275,13 +275,13 @@ # ReExt - ExtJS Components in React

* <a target="_blank" href="https://docs.sencha.com/extjs/7.0.0/modern/Ext.Button.html">xtype='button'</a>
* <a target="_blank" href="https://docs.sencha.com/extjs/7.0.0/modern/Ext.Button.html#cfg-text">config={{text:'click me'}}</a>
* <a target="_blank" href="https://docs.sencha.com/extjs/7.0.0/modern/Ext.Button.html#event-tap">onTap={(button,e,eOpts)=>{console.log(`${button.text}`)}}/a>
* <a target="_blank" href="https://docs.sencha.com/extjs/7.8.0/modern/Ext.Button.html">xtype='button'</a>
* <a target="_blank" href="https://docs.sencha.com/extjs/7.8.0/modern/Ext.Button.html#cfg-text">config={{text:'click me'}}</a>
* <a target="_blank" href="https://docs.sencha.com/extjs/7.8.0/modern/Ext.Button.html#event-tap">onTap={(button,e,eOpts)=>{console.log(`${button.text}`)}}/a>
More details on the the ReExt props
* xtype (required): the xtype of the component as defined in <a target="_blank" href="https://docs.sencha.com/extjs/7.0.0/">https://docs.sencha.com/extjs/7.0.0/</a>
* xtype (required): the xtype of the component as defined in <a target="_blank" href="https://docs.sencha.com/extjs/7.8.0/">https://docs.sencha.com/extjs/7.0.0/</a>
* className (optional): the css class to be attached to the parent div of the underlying Ext JS component (each underlying ExtJS component is wrapped with a parent div that is width:'100%' and height: '100%' - unless overwritten in the className or style config)
* style (optional): the css style to be attached to the parent div of the ExtJS component
* references (optional): used if using an Ext JS reference
* config (optional): a JavaScript object with the configs of the component as defined in <a target="_blank" href="https://docs.sencha.com/extjs/7.0.0/">https://docs.sencha.com/extjs/7.0.0/</a>
* config (optional): a JavaScript object with the configs of the component as defined in <a target="_blank" href="https://docs.sencha.com/extjs/7.8.0/">https://docs.sencha.com/extjs/7.8.0/</a>
* ready(cmp) (optional): the event that is fired by the ReExt component when the underlying ExtJS component is created. The value of this config is a function in your React hosting component with the parameter being the created ExtJS object.

@@ -324,3 +324,3 @@ * storeloaded(store, cmp) (optional): the event that is fired by the ReExt component when the async store associated with the component is loaded.

To use Ext JS overrides, create a classicoverrides.js or modernoverrides.js in the root of the sdk folder in public (for example: /public/ext-7.7.0/classicoverrides.js)
To use Ext JS overrides, create a classicoverrides.js or modernoverrides.js in the root of the sdk folder in public (for example: /public/ext-7.8.0/classicoverrides.js)

@@ -327,0 +327,0 @@ Include all overrides classes in this file.

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