Browse Source

Merge pull request #648 in VISUAL/fineui from ~GUY/fineui:master to master

* commit 'f7a0a6ff2540d37397fe068ead3dccbf8ba541de':
  update
  update
  update
es6
guy 6 years ago
parent
commit
54def95f41
  1. 2
      dist/base.js
  2. 11
      dist/bundle.js
  3. 5
      dist/core.js
  4. 14
      dist/fineui.js
  5. 11
      dist/fineui_without_jquery_polyfill.js
  6. 4
      dist/fix/fix.compact.js
  7. 3
      dist/polyfill.js
  8. 3
      dist/utils.js
  9. 2
      src/base/layer/layer.popover.js
  10. 2
      src/core/controller/controller.resizer.js
  11. 3
      src/core/foundation.js

2
dist/base.js vendored

@ -5673,7 +5673,7 @@ BI.Popover = BI.inherit(BI.Widget, {
BI.Resizers._resize();
}, function () {
self.tracker.releaseMouseMoves();
}, window);
}, _global);
var items = {
north: {
el: {

11
dist/bundle.js vendored

@ -16,7 +16,8 @@ if (typeof window !== "undefined") {
}
if (_global.BI == null) {
_global.BI = {prepares: []};
} else {
}
if(_global.BI.prepares == null) {
_global.BI.prepares = [];
}/**
* @license
@ -16974,7 +16975,7 @@ BI.ResizeController = BI.inherit(BI.Controller, {
self._resize(ev);
// }
}, 30);
BI.Widget._renderEngine.createElement(window).resize(fn);
BI.Widget._renderEngine.createElement(_global).resize(fn);
},
_resize: function (ev) {
@ -40960,7 +40961,7 @@ BI.Popover = BI.inherit(BI.Widget, {
BI.Resizers._resize();
}, function () {
self.tracker.releaseMouseMoves();
}, window);
}, _global);
var items = {
north: {
el: {
@ -81527,7 +81528,7 @@ BI.shortcut("bi.value_chooser_pane", BI.ValueChooserPane);;(function () {
function createStore() {
var needPop = false;
if (window.Fix && this._store) {
if (_global.Fix && this._store) {
var store = findStore(this.options.context || this.options.element);
if (store) {
pushTarget(store);
@ -81559,7 +81560,7 @@ BI.shortcut("bi.value_chooser_pane", BI.ValueChooserPane);;(function () {
var _render = BI.Widget.prototype._render;
BI.Widget.prototype._render = function () {
var needPop = false;
if (window.Fix && this._store) {
if (_global.Fix && this._store) {
needPop = true;
pushTarget(this.store);
initWatch(this, this.watch);

5
dist/core.js vendored

@ -16,7 +16,8 @@ if (typeof window !== "undefined") {
}
if (_global.BI == null) {
_global.BI = {prepares: []};
} else {
}
if(_global.BI.prepares == null) {
_global.BI.prepares = [];
}/**
* @license
@ -16974,7 +16975,7 @@ BI.ResizeController = BI.inherit(BI.Controller, {
self._resize(ev);
// }
}, 30);
BI.Widget._renderEngine.createElement(window).resize(fn);
BI.Widget._renderEngine.createElement(_global).resize(fn);
},
_resize: function (ev) {

14
dist/fineui.js vendored

@ -16,7 +16,8 @@ if (typeof window !== "undefined") {
}
if (_global.BI == null) {
_global.BI = {prepares: []};
} else {
}
if(_global.BI.prepares == null) {
_global.BI.prepares = [];
}// Production steps of ECMA-262, Edition 5, 15.4.4.14
// Reference: http://es5.github.io/#x15.4.4.14
@ -257,7 +258,8 @@ if (typeof window !== "undefined") {
}
if (_global.BI == null) {
_global.BI = {prepares: []};
} else {
}
if(_global.BI.prepares == null) {
_global.BI.prepares = [];
}/**
* @license
@ -17215,7 +17217,7 @@ BI.ResizeController = BI.inherit(BI.Controller, {
self._resize(ev);
// }
}, 30);
BI.Widget._renderEngine.createElement(window).resize(fn);
BI.Widget._renderEngine.createElement(_global).resize(fn);
},
_resize: function (ev) {
@ -41201,7 +41203,7 @@ BI.Popover = BI.inherit(BI.Widget, {
BI.Resizers._resize();
}, function () {
self.tracker.releaseMouseMoves();
}, window);
}, _global);
var items = {
north: {
el: {
@ -81768,7 +81770,7 @@ BI.shortcut("bi.value_chooser_pane", BI.ValueChooserPane);;(function () {
function createStore() {
var needPop = false;
if (window.Fix && this._store) {
if (_global.Fix && this._store) {
var store = findStore(this.options.context || this.options.element);
if (store) {
pushTarget(store);
@ -81800,7 +81802,7 @@ BI.shortcut("bi.value_chooser_pane", BI.ValueChooserPane);;(function () {
var _render = BI.Widget.prototype._render;
BI.Widget.prototype._render = function () {
var needPop = false;
if (window.Fix && this._store) {
if (_global.Fix && this._store) {
needPop = true;
pushTarget(this.store);
initWatch(this, this.watch);

11
dist/fineui_without_jquery_polyfill.js vendored

@ -16,7 +16,8 @@ if (typeof window !== "undefined") {
}
if (_global.BI == null) {
_global.BI = {prepares: []};
} else {
}
if(_global.BI.prepares == null) {
_global.BI.prepares = [];
}/**
* @license
@ -16720,7 +16721,7 @@ BI.ResizeController = BI.inherit(BI.Controller, {
self._resize(ev);
// }
}, 30);
BI.Widget._renderEngine.createElement(window).resize(fn);
BI.Widget._renderEngine.createElement(_global).resize(fn);
},
_resize: function (ev) {
@ -28892,7 +28893,7 @@ BI.Popover = BI.inherit(BI.Widget, {
BI.Resizers._resize();
}, function () {
self.tracker.releaseMouseMoves();
}, window);
}, _global);
var items = {
north: {
el: {
@ -64655,7 +64656,7 @@ BI.shortcut("bi.value_chooser_pane", BI.ValueChooserPane);;(function () {
function createStore() {
var needPop = false;
if (window.Fix && this._store) {
if (_global.Fix && this._store) {
var store = findStore(this.options.context || this.options.element);
if (store) {
pushTarget(store);
@ -64687,7 +64688,7 @@ BI.shortcut("bi.value_chooser_pane", BI.ValueChooserPane);;(function () {
var _render = BI.Widget.prototype._render;
BI.Widget.prototype._render = function () {
var needPop = false;
if (window.Fix && this._store) {
if (_global.Fix && this._store) {
needPop = true;
pushTarget(this.store);
initWatch(this, this.watch);

4
dist/fix/fix.compact.js vendored

@ -108,7 +108,7 @@
function createStore() {
var needPop = false;
if (window.Fix && this._store) {
if (_global.Fix && this._store) {
var store = findStore(this.options.context || this.options.element);
if (store) {
pushTarget(store);
@ -140,7 +140,7 @@
var _render = BI.Widget.prototype._render;
BI.Widget.prototype._render = function () {
var needPop = false;
if (window.Fix && this._store) {
if (_global.Fix && this._store) {
needPop = true;
pushTarget(this.store);
initWatch(this, this.watch);

3
dist/polyfill.js vendored

@ -16,7 +16,8 @@ if (typeof window !== "undefined") {
}
if (_global.BI == null) {
_global.BI = {prepares: []};
} else {
}
if(_global.BI.prepares == null) {
_global.BI.prepares = [];
}// Production steps of ECMA-262, Edition 5, 15.4.4.14
// Reference: http://es5.github.io/#x15.4.4.14

3
dist/utils.js vendored

@ -16,7 +16,8 @@ if (typeof window !== "undefined") {
}
if (_global.BI == null) {
_global.BI = {prepares: []};
} else {
}
if(_global.BI.prepares == null) {
_global.BI.prepares = [];
}/**
* @license

2
src/base/layer/layer.popover.js

@ -41,7 +41,7 @@ BI.Popover = BI.inherit(BI.Widget, {
BI.Resizers._resize();
}, function () {
self.tracker.releaseMouseMoves();
}, window);
}, _global);
var items = {
north: {
el: {

2
src/core/controller/controller.resizer.js

@ -18,7 +18,7 @@ BI.ResizeController = BI.inherit(BI.Controller, {
self._resize(ev);
// }
}, 30);
BI.Widget._renderEngine.createElement(window).resize(fn);
BI.Widget._renderEngine.createElement(_global).resize(fn);
},
_resize: function (ev) {

3
src/core/foundation.js vendored

@ -16,6 +16,7 @@ if (typeof window !== "undefined") {
}
if (_global.BI == null) {
_global.BI = {prepares: []};
} else {
}
if(_global.BI.prepares == null) {
_global.BI.prepares = [];
}
Loading…
Cancel
Save