guy 6 years ago
parent
commit
d2042306db
  1. 2
      dist/base.js
  2. 6
      dist/bundle.js
  3. 6
      dist/bundle.min.js
  4. 6
      dist/fineui.js
  5. 6
      dist/fineui.min.js
  6. 6
      dist/fineui_without_jquery_polyfill.js
  7. 4
      dist/fix/fix.compact.js
  8. 2
      dist/utils.min.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: {

6
dist/bundle.js vendored

@ -40961,7 +40961,7 @@ BI.Popover = BI.inherit(BI.Widget, {
BI.Resizers._resize();
}, function () {
self.tracker.releaseMouseMoves();
}, window);
}, _global);
var items = {
north: {
el: {
@ -81528,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);
@ -81560,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);

6
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

6
dist/fineui.js vendored

@ -41203,7 +41203,7 @@ BI.Popover = BI.inherit(BI.Widget, {
BI.Resizers._resize();
}, function () {
self.tracker.releaseMouseMoves();
}, window);
}, _global);
var items = {
north: {
el: {
@ -81770,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);
@ -81802,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);

6
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

6
dist/fineui_without_jquery_polyfill.js vendored

@ -28893,7 +28893,7 @@ BI.Popover = BI.inherit(BI.Widget, {
BI.Resizers._resize();
}, function () {
self.tracker.releaseMouseMoves();
}, window);
}, _global);
var items = {
north: {
el: {
@ -64656,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);
@ -64688,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);

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save