Browse Source

BI-35733 loader的populate没有覆盖完之前的路径

es6
windy 6 years ago
parent
commit
ab2bf66fc2
  1. 7
      dist/base.js
  2. 7
      dist/bundle.ie.js
  3. 4
      dist/bundle.ie.min.js
  4. 7
      dist/bundle.js
  5. 4
      dist/bundle.min.js
  6. 25
      dist/demo.js
  7. 7
      dist/fineui.ie.js
  8. 4
      dist/fineui.ie.min.js
  9. 7
      dist/fineui.js
  10. 4
      dist/fineui.min.js
  11. 7
      dist/fineui_without_jquery_polyfill.js
  12. 2
      dist/utils.min.js
  13. 7
      src/base/combination/loader.js

7
dist/base.js vendored

@ -4136,7 +4136,7 @@ BI.Loader = BI.inherit(BI.Widget, {
self.button_group.populate.apply(self.button_group, arguments);
o.onLoaded();
}]);
return;
return false;
}
this.options.items = items;
this.times = 1;
@ -4156,11 +4156,12 @@ BI.Loader = BI.inherit(BI.Widget, {
this.prev.invisible();
}
}
return true;
},
populate: function () {
this._populate.apply(this, arguments);
this.button_group.populate.apply(this.button_group, arguments);
var refresh = this._populate.apply(this, arguments);
refresh && this.button_group.populate.apply(this.button_group, arguments);
},
setNotSelectedValue: function () {

7
dist/bundle.ie.js vendored

@ -39222,7 +39222,7 @@ BI.Loader = BI.inherit(BI.Widget, {
self.button_group.populate.apply(self.button_group, arguments);
o.onLoaded();
}]);
return;
return false;
}
this.options.items = items;
this.times = 1;
@ -39242,11 +39242,12 @@ BI.Loader = BI.inherit(BI.Widget, {
this.prev.invisible();
}
}
return true;
},
populate: function () {
this._populate.apply(this, arguments);
this.button_group.populate.apply(this.button_group, arguments);
var refresh = this._populate.apply(this, arguments);
refresh && this.button_group.populate.apply(this.button_group, arguments);
},
setNotSelectedValue: function () {

4
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

7
dist/bundle.js vendored

@ -39626,7 +39626,7 @@ BI.Loader = BI.inherit(BI.Widget, {
self.button_group.populate.apply(self.button_group, arguments);
o.onLoaded();
}]);
return;
return false;
}
this.options.items = items;
this.times = 1;
@ -39646,11 +39646,12 @@ BI.Loader = BI.inherit(BI.Widget, {
this.prev.invisible();
}
}
return true;
},
populate: function () {
this._populate.apply(this, arguments);
this.button_group.populate.apply(this.button_group, arguments);
var refresh = this._populate.apply(this, arguments);
refresh && this.button_group.populate.apply(this.button_group, arguments);
},
setNotSelectedValue: function () {

4
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

25
dist/demo.js vendored

@ -6126,7 +6126,30 @@ Demo.HtapeLayout = BI.inherit(BI.Widget, {
};
}
});
BI.shortcut("demo.htape", Demo.HtapeLayout);/**
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);/**
* Created by User on 2017/3/22.
*/
Demo.LeftRightVerticalAdaptLayout = BI.inherit(BI.Widget, {

7
dist/fineui.ie.js vendored

@ -39464,7 +39464,7 @@ BI.Loader = BI.inherit(BI.Widget, {
self.button_group.populate.apply(self.button_group, arguments);
o.onLoaded();
}]);
return;
return false;
}
this.options.items = items;
this.times = 1;
@ -39484,11 +39484,12 @@ BI.Loader = BI.inherit(BI.Widget, {
this.prev.invisible();
}
}
return true;
},
populate: function () {
this._populate.apply(this, arguments);
this.button_group.populate.apply(this.button_group, arguments);
var refresh = this._populate.apply(this, arguments);
refresh && this.button_group.populate.apply(this.button_group, arguments);
},
setNotSelectedValue: function () {

4
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

7
dist/fineui.js vendored

@ -39868,7 +39868,7 @@ BI.Loader = BI.inherit(BI.Widget, {
self.button_group.populate.apply(self.button_group, arguments);
o.onLoaded();
}]);
return;
return false;
}
this.options.items = items;
this.times = 1;
@ -39888,11 +39888,12 @@ BI.Loader = BI.inherit(BI.Widget, {
this.prev.invisible();
}
}
return true;
},
populate: function () {
this._populate.apply(this, arguments);
this.button_group.populate.apply(this.button_group, arguments);
var refresh = this._populate.apply(this, arguments);
refresh && this.button_group.populate.apply(this.button_group, arguments);
},
setNotSelectedValue: function () {

4
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

7
dist/fineui_without_jquery_polyfill.js vendored

@ -27477,7 +27477,7 @@ BI.Loader = BI.inherit(BI.Widget, {
self.button_group.populate.apply(self.button_group, arguments);
o.onLoaded();
}]);
return;
return false;
}
this.options.items = items;
this.times = 1;
@ -27497,11 +27497,12 @@ BI.Loader = BI.inherit(BI.Widget, {
this.prev.invisible();
}
}
return true;
},
populate: function () {
this._populate.apply(this, arguments);
this.button_group.populate.apply(this.button_group, arguments);
var refresh = this._populate.apply(this, arguments);
refresh && this.button_group.populate.apply(this.button_group, arguments);
},
setNotSelectedValue: function () {

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

7
src/base/combination/loader.js

@ -174,7 +174,7 @@ BI.Loader = BI.inherit(BI.Widget, {
self.button_group.populate.apply(self.button_group, arguments);
o.onLoaded();
}]);
return;
return false;
}
this.options.items = items;
this.times = 1;
@ -194,11 +194,12 @@ BI.Loader = BI.inherit(BI.Widget, {
this.prev.invisible();
}
}
return true;
},
populate: function () {
this._populate.apply(this, arguments);
this.button_group.populate.apply(this.button_group, arguments);
var refresh = this._populate.apply(this, arguments);
refresh && this.button_group.populate.apply(this.button_group, arguments);
},
setNotSelectedValue: function () {

Loading…
Cancel
Save