|
|
@ -1,4 +1,4 @@ |
|
|
|
/*! time: 2021-3-5 19:40:47 */ |
|
|
|
/*! time: 2021-3-5 19:50:46 */ |
|
|
|
/******/ (function(modules) { // webpackBootstrap
|
|
|
|
/******/ (function(modules) { // webpackBootstrap
|
|
|
|
/******/ // The module cache
|
|
|
|
/******/ // The module cache
|
|
|
|
/******/ var installedModules = {}; |
|
|
|
/******/ var installedModules = {}; |
|
|
@ -14041,10 +14041,10 @@ module.exports = function (exec) { |
|
|
|
} |
|
|
|
} |
|
|
|
this._mountChildren && this._mountChildren(); |
|
|
|
this._mountChildren && this._mountChildren(); |
|
|
|
if (layer === 0) { |
|
|
|
if (layer === 0) { |
|
|
|
// mounted放到下一个宏任务里执行
|
|
|
|
// mounted里面会执行scrollTo之类的方法,如果放宏任务里会闪
|
|
|
|
setTimeout(function () { |
|
|
|
// setTimeout(function () {
|
|
|
|
self.__afterMount(lifeHook, predicate); |
|
|
|
self.__afterMount(lifeHook, predicate); |
|
|
|
}, 0); |
|
|
|
// }, 0);
|
|
|
|
} |
|
|
|
} |
|
|
|
return true; |
|
|
|
return true; |
|
|
|
}, |
|
|
|
}, |
|
|
@ -23849,6 +23849,7 @@ BI.CollectionView = BI.inherit(BI.Widget, { |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// mounted之后绑定事件
|
|
|
|
mounted: function () { |
|
|
|
mounted: function () { |
|
|
|
var o = this.options; |
|
|
|
var o = this.options; |
|
|
|
if (o.scrollLeft !== 0 || o.scrollTop !== 0) { |
|
|
|
if (o.scrollLeft !== 0 || o.scrollTop !== 0) { |
|
|
@ -25610,7 +25611,7 @@ BI.Navigation = BI.inherit(BI.Widget, { |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
mounted: function () { |
|
|
|
created: function () { |
|
|
|
var o = this.options; |
|
|
|
var o = this.options; |
|
|
|
if (o.showIndex !== false) { |
|
|
|
if (o.showIndex !== false) { |
|
|
|
this.setSelect(o.showIndex); |
|
|
|
this.setSelect(o.showIndex); |
|
|
@ -25719,6 +25720,7 @@ BI.Navigation.EVENT_CHANGE = "EVENT_CHANGE"; |
|
|
|
|
|
|
|
|
|
|
|
BI.shortcut("bi.navigation", BI.Navigation); |
|
|
|
BI.shortcut("bi.navigation", BI.Navigation); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/***/ }), |
|
|
|
/***/ }), |
|
|
|
/* 413 */ |
|
|
|
/* 413 */ |
|
|
|
/***/ (function(module, exports) { |
|
|
|
/***/ (function(module, exports) { |
|
|
@ -26418,7 +26420,7 @@ BI.Tab = BI.inherit(BI.Widget, { |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
mounted: function () { |
|
|
|
created: function () { |
|
|
|
var o = this.options; |
|
|
|
var o = this.options; |
|
|
|
if (o.showIndex !== false) { |
|
|
|
if (o.showIndex !== false) { |
|
|
|
this.setSelect(o.showIndex); |
|
|
|
this.setSelect(o.showIndex); |
|
|
@ -26494,6 +26496,7 @@ BI.Tab.EVENT_CHANGE = "EVENT_CHANGE"; |
|
|
|
|
|
|
|
|
|
|
|
BI.shortcut("bi.tab", BI.Tab); |
|
|
|
BI.shortcut("bi.tab", BI.Tab); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/***/ }), |
|
|
|
/***/ }), |
|
|
|
/* 416 */ |
|
|
|
/* 416 */ |
|
|
|
/***/ (function(module, exports) { |
|
|
|
/***/ (function(module, exports) { |
|
|
@ -26819,6 +26822,7 @@ BI.GridView = BI.inherit(BI.Widget, { |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// mounted之后绑定事件
|
|
|
|
mounted: function () { |
|
|
|
mounted: function () { |
|
|
|
var o = this.options; |
|
|
|
var o = this.options; |
|
|
|
if (o.scrollLeft !== 0 || o.scrollTop !== 0) { |
|
|
|
if (o.scrollLeft !== 0 || o.scrollTop !== 0) { |
|
|
@ -27295,6 +27299,7 @@ BI.Popover = BI.inherit(BI.Widget, { |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// mounted之后绑定事件
|
|
|
|
mounted: function () { |
|
|
|
mounted: function () { |
|
|
|
var self = this; var o = this.options; |
|
|
|
var self = this; var o = this.options; |
|
|
|
this.dragger.element.mousedown(function (e) { |
|
|
|
this.dragger.element.mousedown(function (e) { |
|
|
@ -27788,6 +27793,7 @@ BI.ListView = BI.inherit(BI.Widget, { |
|
|
|
}; |
|
|
|
}; |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// mounted之后绑定事件
|
|
|
|
mounted: function () { |
|
|
|
mounted: function () { |
|
|
|
var self = this, o = this.options; |
|
|
|
var self = this, o = this.options; |
|
|
|
this._populate(); |
|
|
|
this._populate(); |
|
|
@ -27921,6 +27927,7 @@ BI.VirtualList = BI.inherit(BI.Widget, { |
|
|
|
}; |
|
|
|
}; |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// mounted之后绑定事件
|
|
|
|
mounted: function () { |
|
|
|
mounted: function () { |
|
|
|
var self = this, o = this.options; |
|
|
|
var self = this, o = this.options; |
|
|
|
this._populate(); |
|
|
|
this._populate(); |
|
|
@ -36207,7 +36214,7 @@ BI.SearchTextValueCombo = BI.inherit(BI.Widget, { |
|
|
|
}; |
|
|
|
}; |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
mounted: function () { |
|
|
|
created: function () { |
|
|
|
var o = this.options; |
|
|
|
var o = this.options; |
|
|
|
if(BI.isKey(o.value)) { |
|
|
|
if(BI.isKey(o.value)) { |
|
|
|
this._checkError(o.value); |
|
|
|
this._checkError(o.value); |
|
|
@ -36304,6 +36311,7 @@ BI.SearchTextValueComboPopup = BI.inherit(BI.Pane, { |
|
|
|
}; |
|
|
|
}; |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// mounted之后做check
|
|
|
|
mounted: function() { |
|
|
|
mounted: function() { |
|
|
|
this.check(); |
|
|
|
this.check(); |
|
|
|
}, |
|
|
|
}, |
|
|
@ -36330,6 +36338,7 @@ BI.SearchTextValueComboPopup = BI.inherit(BI.Pane, { |
|
|
|
BI.SearchTextValueComboPopup.EVENT_CHANGE = "EVENT_CHANGE"; |
|
|
|
BI.SearchTextValueComboPopup.EVENT_CHANGE = "EVENT_CHANGE"; |
|
|
|
BI.shortcut("bi.search_text_value_combo_popup", BI.SearchTextValueComboPopup); |
|
|
|
BI.shortcut("bi.search_text_value_combo_popup", BI.SearchTextValueComboPopup); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/***/ }), |
|
|
|
/***/ }), |
|
|
|
/* 507 */ |
|
|
|
/* 507 */ |
|
|
|
/***/ (function(module, exports) { |
|
|
|
/***/ (function(module, exports) { |
|
|
@ -42725,7 +42734,7 @@ BI.DynamicDatePane = BI.inherit(BI.Widget, { |
|
|
|
}; |
|
|
|
}; |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
mounted: function () { |
|
|
|
created: function () { |
|
|
|
this.setValue(this.options.value); |
|
|
|
this.setValue(this.options.value); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
@ -42757,7 +42766,6 @@ BI.DynamicDatePane = BI.inherit(BI.Widget, { |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setValue: function (v) { |
|
|
|
setValue: function (v) { |
|
|
|
v = v || {}; |
|
|
|
v = v || {}; |
|
|
|
var type = v.type || BI.DynamicDateCombo.Static; |
|
|
|
var type = v.type || BI.DynamicDateCombo.Static; |
|
|
@ -43454,7 +43462,7 @@ BI.DynamicDateTimePane = BI.inherit(BI.Widget, { |
|
|
|
}; |
|
|
|
}; |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
mounted: function () { |
|
|
|
created: function () { |
|
|
|
this.setValue(this.options.value); |
|
|
|
this.setValue(this.options.value); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
@ -44917,7 +44925,7 @@ BI.DynamicDateCombo = BI.inherit(BI.Single, { |
|
|
|
}; |
|
|
|
}; |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
mounted: function () { |
|
|
|
created: function () { |
|
|
|
this._checkDynamicValue(this.storeValue); |
|
|
|
this._checkDynamicValue(this.storeValue); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
@ -45002,6 +45010,7 @@ BI.extend(BI.DynamicDateCombo, { |
|
|
|
Dynamic: 2 |
|
|
|
Dynamic: 2 |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/***/ }), |
|
|
|
/***/ }), |
|
|
|
/* 569 */ |
|
|
|
/* 569 */ |
|
|
|
/***/ (function(module, exports) { |
|
|
|
/***/ (function(module, exports) { |
|
|
@ -46009,7 +46018,7 @@ BI.DynamicDateTimeCombo = BI.inherit(BI.Single, { |
|
|
|
}; |
|
|
|
}; |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
mounted: function () { |
|
|
|
created: function () { |
|
|
|
this._checkDynamicValue(this.storeValue); |
|
|
|
this._checkDynamicValue(this.storeValue); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
@ -46094,6 +46103,7 @@ BI.extend(BI.DynamicDateTimeCombo, { |
|
|
|
Dynamic: 2 |
|
|
|
Dynamic: 2 |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/***/ }), |
|
|
|
/***/ }), |
|
|
|
/* 573 */ |
|
|
|
/* 573 */ |
|
|
|
/***/ (function(module, exports) { |
|
|
|
/***/ (function(module, exports) { |
|
|
@ -67688,7 +67698,7 @@ BI.StaticYearMonthCard = BI.inherit(BI.Widget, { |
|
|
|
}; |
|
|
|
}; |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
mounted: function() { |
|
|
|
created: function() { |
|
|
|
this._checkMonthStatus(this.selectedYear); |
|
|
|
this._checkMonthStatus(this.selectedYear); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
@ -93683,6 +93693,7 @@ BI.HexColorChooserPopup = BI.inherit(BI.Widget, { |
|
|
|
}; |
|
|
|
}; |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 这里就实现的不好了,setValue里面有个editor,editor的setValue会检测错误然后出bubble提示
|
|
|
|
mounted: function () { |
|
|
|
mounted: function () { |
|
|
|
var self = this; |
|
|
|
var self = this; |
|
|
|
var o = this.options; |
|
|
|
var o = this.options; |
|
|
@ -93757,6 +93768,7 @@ BI.HexColorChooserPopup.EVENT_VALUE_CHANGE = "EVENT_VALUE_CHANGE"; |
|
|
|
BI.HexColorChooserPopup.EVENT_CHANGE = "EVENT_CHANGE"; |
|
|
|
BI.HexColorChooserPopup.EVENT_CHANGE = "EVENT_CHANGE"; |
|
|
|
BI.shortcut("bi.hex_color_chooser_popup", BI.HexColorChooserPopup); |
|
|
|
BI.shortcut("bi.hex_color_chooser_popup", BI.HexColorChooserPopup); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/***/ }), |
|
|
|
/***/ }), |
|
|
|
/* 876 */ |
|
|
|
/* 876 */ |
|
|
|
/***/ (function(module, exports) { |
|
|
|
/***/ (function(module, exports) { |
|
|
@ -93978,6 +93990,7 @@ BI.ColorChooserPopup = BI.inherit(BI.Widget, { |
|
|
|
}; |
|
|
|
}; |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 这里就实现的不好了,setValue里面有个editor,editor的setValue会检测错误然后出bubble提示
|
|
|
|
mounted: function () { |
|
|
|
mounted: function () { |
|
|
|
var self = this; |
|
|
|
var self = this; |
|
|
|
var o = this.options; |
|
|
|
var o = this.options; |
|
|
@ -94052,6 +94065,7 @@ BI.ColorChooserPopup.EVENT_VALUE_CHANGE = "EVENT_VALUE_CHANGE"; |
|
|
|
BI.ColorChooserPopup.EVENT_CHANGE = "EVENT_CHANGE"; |
|
|
|
BI.ColorChooserPopup.EVENT_CHANGE = "EVENT_CHANGE"; |
|
|
|
BI.shortcut("bi.color_chooser_popup", BI.ColorChooserPopup); |
|
|
|
BI.shortcut("bi.color_chooser_popup", BI.ColorChooserPopup); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/***/ }), |
|
|
|
/***/ }), |
|
|
|
/* 878 */ |
|
|
|
/* 878 */ |
|
|
|
/***/ (function(module, exports) { |
|
|
|
/***/ (function(module, exports) { |
|
|
@ -95598,7 +95612,7 @@ BI.Farbtastic = BI.inherit(BI.BasicButton, { |
|
|
|
}; |
|
|
|
}; |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
mounted: function () { |
|
|
|
created: function () { |
|
|
|
var o = this.options; |
|
|
|
var o = this.options; |
|
|
|
if (BI.isKey(o.value)) { |
|
|
|
if (BI.isKey(o.value)) { |
|
|
|
this.setValue(o.value); |
|
|
|
this.setValue(o.value); |
|
|
@ -95697,8 +95711,6 @@ BI.Farbtastic = BI.inherit(BI.BasicButton, { |
|
|
|
|
|
|
|
|
|
|
|
// Saturation/Luminance gradient
|
|
|
|
// Saturation/Luminance gradient
|
|
|
|
this.colorWrapper.element.css("backgroundColor", this._pack(this._HSLToRGB([this.hsl[0], 1, 0.5]))); |
|
|
|
this.colorWrapper.element.css("backgroundColor", this._pack(this._HSLToRGB([this.hsl[0], 1, 0.5]))); |
|
|
|
|
|
|
|
|
|
|
|
this.fireEvent(BI.Farbtastic.EVENT_CHANGE, this.getValue(), this); |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
_absolutePosition: function (el) { |
|
|
|
_absolutePosition: function (el) { |
|
|
@ -95775,6 +95787,7 @@ BI.Farbtastic = BI.inherit(BI.BasicButton, { |
|
|
|
var lum = Math.max(0, Math.min(1, -(pos.y / this.constants.SQUARE) + .5)); |
|
|
|
var lum = Math.max(0, Math.min(1, -(pos.y / this.constants.SQUARE) + .5)); |
|
|
|
this._setHSL([this.hsl[0], sat, lum]); |
|
|
|
this._setHSL([this.hsl[0], sat, lum]); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
this.fireEvent(BI.Farbtastic.EVENT_CHANGE, this.getValue(), this); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
doClick: function (event) { |
|
|
|
doClick: function (event) { |
|
|
@ -95797,6 +95810,7 @@ BI.Farbtastic = BI.inherit(BI.BasicButton, { |
|
|
|
BI.Farbtastic.EVENT_CHANGE = "EVENT_CHANGE"; |
|
|
|
BI.Farbtastic.EVENT_CHANGE = "EVENT_CHANGE"; |
|
|
|
BI.shortcut("bi.farbtastic", BI.Farbtastic); |
|
|
|
BI.shortcut("bi.farbtastic", BI.Farbtastic); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/***/ }), |
|
|
|
/***/ }), |
|
|
|
/* 889 */ |
|
|
|
/* 889 */ |
|
|
|
/***/ (function(module, exports) { |
|
|
|
/***/ (function(module, exports) { |
|
|
|