Socket
Socket
Sign inDemoInstall

@gusmano/reext

Package Overview
Dependencies
Maintainers
1
Versions
507
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gusmano/reext - npm Package Compare versions

Comparing version 0.0.48 to 0.0.49

2

package.json
{
"name": "@gusmano/reext",
"version": "0.0.48",
"version": "0.0.49",
"description": "",

@@ -5,0 +5,0 @@ "main": "./dist/reext.umd.js",

@@ -210,10 +210,10 @@ # React ReExt - React Components for ExtJS

The ReExt React component has 5 props
The ReExt React component has 5 static props (only xtype is required) and any number of optional event props
* className: 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 styles config)
* style: the css style to be attached to the parent div of the ExtJS component
* xtype: 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>
* config: 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>
* ready: 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.
* 'on' configs: a config that corresponds to an event fired by the component; follow the pattern of 'on' with the first letter of the event capitalized. (ie, the button xtype has a tap event, and the corresponding config is onTap). The value of this config is a function in your React hosting omponent.
* 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>
* 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 styles config)
* style (optional): the css style to be attached to the parent div of the ExtJS component
* 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>
* ready (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.
* 'on' configs (optional): a config that corresponds to an event fired by the component; follow the pattern of 'on' with the first letter of the event capitalized. (ie, the button xtype has a tap event, and the corresponding config is onTap). The value of this config is a function in your React hosting omponent.

@@ -220,0 +220,0 @@

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