Browse Source

BI-33244

增加title参数
es6
MrErHu 6 years ago
parent
commit
10c15397a0
  1. 1
      dist/bundle.ie.js
  2. 4
      dist/bundle.ie.min.js
  3. 1
      dist/bundle.js
  4. 36
      dist/bundle.min.js
  5. 1
      dist/case.js
  6. 25
      dist/demo.js
  7. 1
      dist/fineui.ie.js
  8. 4
      dist/fineui.ie.min.js
  9. 1
      dist/fineui.js
  10. 36
      dist/fineui.min.js
  11. 1
      dist/fineui_without_jquery_polyfill.js
  12. 2
      dist/utils.min.js
  13. 1
      src/case/combo/icontextvaluecombo/combo.icontextvalue.js

1
dist/bundle.ie.js vendored

@ -52870,6 +52870,7 @@ BI.IconTextValueCombo = BI.inherit(BI.Widget, {
iconHeight: o.iconHeight,
iconWidth: o.iconWidth,
iconWrapperWidth: o.iconWrapperWidth,
title: o.title,
warningTitle: o.warningTitle
});
this.popup = BI.createWidget({

4
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

1
dist/bundle.js vendored

@ -53409,6 +53409,7 @@ BI.IconTextValueCombo = BI.inherit(BI.Widget, {
iconHeight: o.iconHeight,
iconWidth: o.iconWidth,
iconWrapperWidth: o.iconWrapperWidth,
title: o.title,
warningTitle: o.warningTitle
});
this.popup = BI.createWidget({

36
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

1
dist/case.js vendored

@ -4544,6 +4544,7 @@ BI.IconTextValueCombo = BI.inherit(BI.Widget, {
iconHeight: o.iconHeight,
iconWidth: o.iconWidth,
iconWrapperWidth: o.iconWrapperWidth,
title: o.title,
warningTitle: o.warningTitle
});
this.popup = BI.createWidget({

25
dist/demo.js vendored

@ -6041,30 +6041,7 @@ Demo.HtapeLayout = BI.inherit(BI.Widget, {
};
}
});
BI.shortcut("demo.htape", Demo.HtapeLayout);Demo.InlineVerticalLayout = BI.inherit(BI.Widget, {
props: {
baseCls: "demo-absolute"
},
render: function () {
return {
type: "bi.inline_vertical_adapt",
items: [{
type: "bi.label",
text: "绝对布局",
cls: "layout-bg1",
width: 300,
height: 200
}, {
type: "bi.label",
text: "绝对布局",
cls: "layout-bg1",
width: 300,
height: 100
}]
};
}
});
BI.shortcut("demo.inline_vertical", Demo.InlineVerticalLayout);/**
BI.shortcut("demo.htape", Demo.HtapeLayout);/**
* Created by User on 2017/3/22.
*/
Demo.LeftRightVerticalAdaptLayout = BI.inherit(BI.Widget, {

1
dist/fineui.ie.js vendored

@ -53112,6 +53112,7 @@ BI.IconTextValueCombo = BI.inherit(BI.Widget, {
iconHeight: o.iconHeight,
iconWidth: o.iconWidth,
iconWrapperWidth: o.iconWrapperWidth,
title: o.title,
warningTitle: o.warningTitle
});
this.popup = BI.createWidget({

4
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

1
dist/fineui.js vendored

@ -53651,6 +53651,7 @@ BI.IconTextValueCombo = BI.inherit(BI.Widget, {
iconHeight: o.iconHeight,
iconWidth: o.iconWidth,
iconWrapperWidth: o.iconWrapperWidth,
title: o.title,
warningTitle: o.warningTitle
});
this.popup = BI.createWidget({

36
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

1
dist/fineui_without_jquery_polyfill.js vendored

@ -36732,6 +36732,7 @@ BI.IconTextValueCombo = BI.inherit(BI.Widget, {
iconHeight: o.iconHeight,
iconWidth: o.iconWidth,
iconWrapperWidth: o.iconWrapperWidth,
title: o.title,
warningTitle: o.warningTitle
});
this.popup = BI.createWidget({

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

1
src/case/combo/icontextvaluecombo/combo.icontextvalue.js

@ -30,6 +30,7 @@ BI.IconTextValueCombo = BI.inherit(BI.Widget, {
iconHeight: o.iconHeight,
iconWidth: o.iconWidth,
iconWrapperWidth: o.iconWrapperWidth,
title: o.title,
warningTitle: o.warningTitle
});
this.popup = BI.createWidget({

Loading…
Cancel
Save