windy 7 years ago
parent
commit
f23fae87cc
  1. 5
      dist/bundle.js
  2. 5
      dist/case.js
  3. 5
      dist/fineui.js
  4. 5
      src/case/button/switch.js

5
dist/bundle.js vendored

@ -63549,11 +63549,6 @@ BI.PlusGroupNode = BI.inherit(BI.NodeButton, {
BI.shortcut("bi.plus_group_node", BI.PlusGroupNode);/**
* Created by Windy on 2018/2/1.
*/
/**
* guy
* 复选框item
* @type {*|void|Object}
*/
BI.Switch = BI.inherit(BI.BasicButton, {
props: {

5
dist/case.js vendored

@ -980,11 +980,6 @@ BI.PlusGroupNode = BI.inherit(BI.NodeButton, {
BI.shortcut("bi.plus_group_node", BI.PlusGroupNode);/**
* Created by Windy on 2018/2/1.
*/
/**
* guy
* 复选框item
* @type {*|void|Object}
*/
BI.Switch = BI.inherit(BI.BasicButton, {
props: {

5
dist/fineui.js vendored

@ -65313,11 +65313,6 @@ BI.PlusGroupNode = BI.inherit(BI.NodeButton, {
BI.shortcut("bi.plus_group_node", BI.PlusGroupNode);/**
* Created by Windy on 2018/2/1.
*/
/**
* guy
* 复选框item
* @type {*|void|Object}
*/
BI.Switch = BI.inherit(BI.BasicButton, {
props: {

5
src/case/button/switch.js

@ -1,11 +1,6 @@
/**
* Created by Windy on 2018/2/1.
*/
/**
* guy
* 复选框item
* @type {*|void|Object}
*/
BI.Switch = BI.inherit(BI.BasicButton, {
props: {

Loading…
Cancel
Save