Socket
Socket
Sign inDemoInstall

le-ui

Package Overview
Dependencies
Maintainers
3
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

le-ui - npm Package Compare versions

Comparing version 1.1.8 to 1.1.9

dist/02a864023cb0c80ca2b3a7011393d478.woff

2

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

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

import Checkbox from './src/checkbox.vue';
import CheckboxGroup from './src/checkbox-group.vue';
Checkbox.Group = CheckboxGroup;
export default Checkbox;

@@ -46,3 +46,3 @@ export default {

name: '',
describe: '主题位置的额外内容'
describe: '主体位置的额外内容'
},

@@ -49,0 +49,0 @@ {

@@ -8,37 +8,56 @@ export default {

{
name: 'options',
type: ['Array'],
describe: '选择项',
name: 'checked',
type: ['Boolean', 'Number'],
describe: '是否选中,若传入则组件为受控组件,由该属性控制',
default: '0',
option: [],
required: false
},
{
name: 'value',
type: ['String', 'Number'],
describe: '传入的value值,用于返回给用户',
default: '',
option: [],
required: true,
example: [
{
label: '瑜伽',
value: '1'
},
{
label: '踏板',
value: '2'
},
{
label: '舞蹈',
value: '3',
disabled: true
},
{
label: '杠铃',
value: '4'
},
{
label: '搏击',
value: '5'
},
{
label: '单车',
value: '6'
}
]
required: false
},
{
name: 'label',
type: ['String', 'Number'],
describe: '显示的文案,与slot二选一',
default: '',
option: [],
required: false
},
{
name: 'vertical',
type: ['Boolean'],
describe: '组件模型为块状排列还是按行排列',
default: false,
option: [],
required: false
},
{
name: 'disabled',
type: ['Boolean'],
describe: 'checkbox是否不可用',
default: '',
option: [],
required: false
},
{
name: 'group',
type: ['Boolean'],
describe: '是否有多个group',
default: '',
option: [],
required: false
}
],
slot: [
{
name: '',
describe: '主体位置的内容'
}
]
}

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

Checkbox,
CheckboxGroup: Checkbox.Group,
Empty,

@@ -51,0 +52,0 @@ Week,

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

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