Browse Source

Merge pull request #334 in FUI/fineui from ~IMP/fineui_fui:master to master

* commit '1b467e72f7a8a134838260cd6233a50dedd8c615':
  打包
  radio size
es6
guy 6 years ago
parent
commit
ed5c4b1c55
  1. 20
      dist/_fineui.min.js
  2. 3
      dist/bundle.js
  3. 36
      dist/bundle.min.js
  4. 3
      dist/case.js
  5. 20
      dist/fineui.min.js
  6. 2
      src/case/button/item.singleselect.radio.js

20
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

3
dist/bundle.js vendored

@ -72305,7 +72305,7 @@ BI.SingleSelectRadioItem = BI.inherit(BI.BasicButton, {
items: BI.LogicFactory.createLogicItemsByDirection("left", {
type: "bi.center_adapt",
items: [this.radio],
width: 36
width: 16
}, this.text)
}))));
},
@ -83313,6 +83313,7 @@ BI.Segment = BI.inherit(BI.Widget, {
this.buttonGroup = BI.createWidget({
element: this,
type: "bi.button_group",
value: o.value,
items: BI.createItems(o.items, {
type: "bi.segment_button",
height: o.height - 2,

36
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

3
dist/case.js vendored

@ -365,7 +365,7 @@ BI.SingleSelectRadioItem = BI.inherit(BI.BasicButton, {
items: BI.LogicFactory.createLogicItemsByDirection("left", {
type: "bi.center_adapt",
items: [this.radio],
width: 36
width: 16
}, this.text)
}))));
},
@ -11373,6 +11373,7 @@ BI.Segment = BI.inherit(BI.Widget, {
this.buttonGroup = BI.createWidget({
element: this,
type: "bi.button_group",
value: o.value,
items: BI.createItems(o.items, {
type: "bi.segment_button",
height: o.height - 2,

20
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
src/case/button/item.singleselect.radio.js

@ -43,7 +43,7 @@ BI.SingleSelectRadioItem = BI.inherit(BI.BasicButton, {
items: BI.LogicFactory.createLogicItemsByDirection("left", {
type: "bi.center_adapt",
items: [this.radio],
width: 36
width: 16
}, this.text)
}))));
},

Loading…
Cancel
Save