Socket
Socket
Sign inDemoInstall

le-ui

Package Overview
Dependencies
57
Maintainers
3
Versions
184
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.12 to 2.0.14

src/components/toast/index.js

2

package.json
{
"name": "le-ui",
"version": "2.0.12",
"version": "2.0.14",
"description": "leke vue components",

@@ -5,0 +5,0 @@ "author": {

@@ -129,4 +129,20 @@ export default {

required: false
},
{
name: 'color',
type: ['String'],
describe: '设置按钮文字颜色',
default: '',
option: [],
required: false
},
{
name: 'background',
type: ['String'],
describe: '设置按钮背景',
default: '',
option: [],
required: false
}
]
}

@@ -31,4 +31,12 @@ export default {

required: false
},
{
name: 'symbol',
type: ['String'],
describe: '传入icon图标类名,需补全',
default: '',
option: [],
required: false
}
]
}

@@ -192,4 +192,20 @@ export default {

required: false
},
{
name: 'buttonColor',
type: ['String'],
describe: '主按钮文字颜色',
default: '',
option: [],
required: false
},
{
name: 'buttonBackground',
type: ['String'],
describe: '主按钮背景',
default: '',
option: [],
required: false
}
]
}

@@ -24,2 +24,3 @@ import LeView from './components/view';

import Switch from './components/switch';
import Toast from './components/toast';

@@ -49,5 +50,6 @@ const config = {

Input: Input,
Switch: Switch
Switch: Switch,
Toast: Toast
};
export default config

@@ -17,2 +17,3 @@ // es6 polyfill

import Switch from './components/switch';
import Toast from './components/toast';

@@ -51,2 +52,3 @@ import LeButton from './components/button';

Switch,
Toast,
Loading,

@@ -53,0 +55,0 @@ Radio,

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 not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc