windy 6 years ago
parent
commit
9a5bb2c040
  1. 1
      dist/bundle.js
  2. 1
      dist/case.js

1
dist/bundle.js vendored

@ -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,

1
dist/case.js vendored

@ -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,

Loading…
Cancel
Save