Browse Source

BI-24215

es6
windy 6 years ago
parent
commit
10532a6ef8
  1. 2
      dist/_fineui.min.js
  2. 1
      dist/bundle.js
  3. 2
      dist/bundle.min.js
  4. 1
      dist/case.js
  5. 1
      dist/fineui.js
  6. 2
      dist/fineui.min.js
  7. 1
      src/case/button/item.singleselect.js

2
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

1
dist/bundle.js vendored

@ -72781,6 +72781,7 @@ BI.SingleSelectItem = BI.inherit(BI.BasicButton, {
text: o.text,
keyword: o.keyword,
value: o.value,
title: o.text,
py: o.py
});
},

2
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

1
dist/case.js vendored

@ -311,6 +311,7 @@ BI.SingleSelectItem = BI.inherit(BI.BasicButton, {
text: o.text,
keyword: o.keyword,
value: o.value,
title: o.text,
py: o.py
});
},

1
dist/fineui.js vendored

@ -73024,6 +73024,7 @@ BI.SingleSelectItem = BI.inherit(BI.BasicButton, {
text: o.text,
keyword: o.keyword,
value: o.value,
title: o.text,
py: o.py
});
},

2
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

1
src/case/button/item.singleselect.js

@ -26,6 +26,7 @@ BI.SingleSelectItem = BI.inherit(BI.BasicButton, {
text: o.text,
keyword: o.keyword,
value: o.value,
title: o.text,
py: o.py
});
},

Loading…
Cancel
Save