|
|
@ -1,4 +1,4 @@ |
|
|
|
/*! time: 2020-9-15 15:02:15 */ |
|
|
|
/*! time: 2020-9-15 17:20:24 */ |
|
|
|
/******/ (function(modules) { // webpackBootstrap
|
|
|
|
/******/ (function(modules) { // webpackBootstrap
|
|
|
|
/******/ // The module cache
|
|
|
|
/******/ // The module cache
|
|
|
|
/******/ var installedModules = {}; |
|
|
|
/******/ var installedModules = {}; |
|
|
@ -50517,6 +50517,7 @@ BI.MultiSelectCombo = BI.inherit(BI.Single, { |
|
|
|
baseCls: "bi-multi-select-combo", |
|
|
|
baseCls: "bi-multi-select-combo", |
|
|
|
itemsCreator: BI.emptyFn, |
|
|
|
itemsCreator: BI.emptyFn, |
|
|
|
valueFormatter: BI.emptyFn, |
|
|
|
valueFormatter: BI.emptyFn, |
|
|
|
|
|
|
|
itemHeight: 24, |
|
|
|
height: 24, |
|
|
|
height: 24, |
|
|
|
attributes: { |
|
|
|
attributes: { |
|
|
|
tabIndex: 0 |
|
|
|
tabIndex: 0 |
|
|
@ -50567,6 +50568,7 @@ BI.MultiSelectCombo = BI.inherit(BI.Single, { |
|
|
|
}, |
|
|
|
}, |
|
|
|
valueFormatter: o.valueFormatter, |
|
|
|
valueFormatter: o.valueFormatter, |
|
|
|
itemsCreator: BI.bind(this._itemsCreator4Trigger, this), |
|
|
|
itemsCreator: BI.bind(this._itemsCreator4Trigger, this), |
|
|
|
|
|
|
|
itemHeight: o.itemHeight, |
|
|
|
value: this.storeValue |
|
|
|
value: this.storeValue |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
@ -50677,6 +50679,7 @@ BI.MultiSelectCombo = BI.inherit(BI.Single, { |
|
|
|
} |
|
|
|
} |
|
|
|
}], |
|
|
|
}], |
|
|
|
itemsCreator: o.itemsCreator, |
|
|
|
itemsCreator: o.itemsCreator, |
|
|
|
|
|
|
|
itemsHeight: o.itemsHeight, |
|
|
|
valueFormatter: o.valueFormatter, |
|
|
|
valueFormatter: o.valueFormatter, |
|
|
|
onLoaded: function () { |
|
|
|
onLoaded: function () { |
|
|
|
BI.nextTick(function () { |
|
|
|
BI.nextTick(function () { |
|
|
@ -50988,6 +50991,7 @@ BI.MultiSelectNoBarCombo = BI.inherit(BI.Single, { |
|
|
|
baseCls: "bi-multi-select-combo-no-bar", |
|
|
|
baseCls: "bi-multi-select-combo-no-bar", |
|
|
|
itemsCreator: BI.emptyFn, |
|
|
|
itemsCreator: BI.emptyFn, |
|
|
|
valueFormatter: BI.emptyFn, |
|
|
|
valueFormatter: BI.emptyFn, |
|
|
|
|
|
|
|
itemHeight: 24, |
|
|
|
height: 24, |
|
|
|
height: 24, |
|
|
|
attributes: { |
|
|
|
attributes: { |
|
|
|
tabIndex: 0 |
|
|
|
tabIndex: 0 |
|
|
@ -51035,6 +51039,7 @@ BI.MultiSelectNoBarCombo = BI.inherit(BI.Single, { |
|
|
|
}, |
|
|
|
}, |
|
|
|
valueFormatter: o.valueFormatter, |
|
|
|
valueFormatter: o.valueFormatter, |
|
|
|
itemsCreator: BI.bind(this._itemsCreator4Trigger, this), |
|
|
|
itemsCreator: BI.bind(this._itemsCreator4Trigger, this), |
|
|
|
|
|
|
|
itemHeight: o.itemHeight, |
|
|
|
value: { |
|
|
|
value: { |
|
|
|
type: BI.Selection.Multi, |
|
|
|
type: BI.Selection.Multi, |
|
|
|
value: o.value |
|
|
|
value: o.value |
|
|
@ -51138,6 +51143,7 @@ BI.MultiSelectNoBarCombo = BI.inherit(BI.Single, { |
|
|
|
} |
|
|
|
} |
|
|
|
}], |
|
|
|
}], |
|
|
|
itemsCreator: o.itemsCreator, |
|
|
|
itemsCreator: o.itemsCreator, |
|
|
|
|
|
|
|
itemHeight: o.itemHeight, |
|
|
|
valueFormatter: o.valueFormatter, |
|
|
|
valueFormatter: o.valueFormatter, |
|
|
|
onLoaded: function () { |
|
|
|
onLoaded: function () { |
|
|
|
BI.nextTick(function () { |
|
|
|
BI.nextTick(function () { |
|
|
@ -51479,6 +51485,7 @@ BI.MultiSelectInsertCombo = BI.inherit(BI.Single, { |
|
|
|
itemsCreator: BI.emptyFn, |
|
|
|
itemsCreator: BI.emptyFn, |
|
|
|
valueFormatter: BI.emptyFn, |
|
|
|
valueFormatter: BI.emptyFn, |
|
|
|
height: 24, |
|
|
|
height: 24, |
|
|
|
|
|
|
|
itemHeight: 24, |
|
|
|
attributes: { |
|
|
|
attributes: { |
|
|
|
tabIndex: 0 |
|
|
|
tabIndex: 0 |
|
|
|
}, |
|
|
|
}, |
|
|
@ -51525,6 +51532,7 @@ BI.MultiSelectInsertCombo = BI.inherit(BI.Single, { |
|
|
|
}, |
|
|
|
}, |
|
|
|
valueFormatter: o.valueFormatter, |
|
|
|
valueFormatter: o.valueFormatter, |
|
|
|
itemsCreator: BI.bind(this._itemsCreator4Trigger, this), |
|
|
|
itemsCreator: BI.bind(this._itemsCreator4Trigger, this), |
|
|
|
|
|
|
|
itemHeight: o.itemHeight, |
|
|
|
value: o.value |
|
|
|
value: o.value |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
@ -51634,6 +51642,7 @@ BI.MultiSelectInsertCombo = BI.inherit(BI.Single, { |
|
|
|
}], |
|
|
|
}], |
|
|
|
itemsCreator: o.itemsCreator, |
|
|
|
itemsCreator: o.itemsCreator, |
|
|
|
valueFormatter: o.valueFormatter, |
|
|
|
valueFormatter: o.valueFormatter, |
|
|
|
|
|
|
|
itemHeight: o.itemHeight, |
|
|
|
onLoaded: function () { |
|
|
|
onLoaded: function () { |
|
|
|
BI.nextTick(function () { |
|
|
|
BI.nextTick(function () { |
|
|
|
self.combo.adjustWidth(); |
|
|
|
self.combo.adjustWidth(); |
|
|
@ -51968,6 +51977,7 @@ BI.MultiSelectInsertNoBarCombo = BI.inherit(BI.Single, { |
|
|
|
baseCls: "bi-multi-select-insert-combo-no-bar", |
|
|
|
baseCls: "bi-multi-select-insert-combo-no-bar", |
|
|
|
itemsCreator: BI.emptyFn, |
|
|
|
itemsCreator: BI.emptyFn, |
|
|
|
valueFormatter: BI.emptyFn, |
|
|
|
valueFormatter: BI.emptyFn, |
|
|
|
|
|
|
|
itemsHeight: 24, |
|
|
|
height: 24, |
|
|
|
height: 24, |
|
|
|
attributes: { |
|
|
|
attributes: { |
|
|
|
tabIndex: 0 |
|
|
|
tabIndex: 0 |
|
|
@ -52015,6 +52025,7 @@ BI.MultiSelectInsertNoBarCombo = BI.inherit(BI.Single, { |
|
|
|
}, |
|
|
|
}, |
|
|
|
valueFormatter: o.valueFormatter, |
|
|
|
valueFormatter: o.valueFormatter, |
|
|
|
itemsCreator: BI.bind(this._itemsCreator4Trigger, this), |
|
|
|
itemsCreator: BI.bind(this._itemsCreator4Trigger, this), |
|
|
|
|
|
|
|
itemHeight: o.itemHeight, |
|
|
|
value: { |
|
|
|
value: { |
|
|
|
type: BI.Selection.Multi, |
|
|
|
type: BI.Selection.Multi, |
|
|
|
value: o.value |
|
|
|
value: o.value |
|
|
@ -52115,6 +52126,7 @@ BI.MultiSelectInsertNoBarCombo = BI.inherit(BI.Single, { |
|
|
|
} |
|
|
|
} |
|
|
|
}], |
|
|
|
}], |
|
|
|
itemsCreator: o.itemsCreator, |
|
|
|
itemsCreator: o.itemsCreator, |
|
|
|
|
|
|
|
itemHeight: o.itemHeight, |
|
|
|
valueFormatter: o.valueFormatter, |
|
|
|
valueFormatter: o.valueFormatter, |
|
|
|
onLoaded: function () { |
|
|
|
onLoaded: function () { |
|
|
|
BI.nextTick(function () { |
|
|
|
BI.nextTick(function () { |
|
|
@ -52458,6 +52470,7 @@ BI.MultiSelectInsertTrigger = BI.inherit(BI.Trigger, { |
|
|
|
baseCls: "bi-multi-select-trigger bi-border bi-border-radius", |
|
|
|
baseCls: "bi-multi-select-trigger bi-border bi-border-radius", |
|
|
|
itemsCreator: BI.emptyFn, |
|
|
|
itemsCreator: BI.emptyFn, |
|
|
|
valueFormatter: BI.emptyFn, |
|
|
|
valueFormatter: BI.emptyFn, |
|
|
|
|
|
|
|
itemHeight: 24, |
|
|
|
searcher: {}, |
|
|
|
searcher: {}, |
|
|
|
switcher: {}, |
|
|
|
switcher: {}, |
|
|
|
|
|
|
|
|
|
|
@ -52481,6 +52494,7 @@ BI.MultiSelectInsertTrigger = BI.inherit(BI.Trigger, { |
|
|
|
text: o.text, |
|
|
|
text: o.text, |
|
|
|
itemsCreator: o.itemsCreator, |
|
|
|
itemsCreator: o.itemsCreator, |
|
|
|
valueFormatter: o.valueFormatter, |
|
|
|
valueFormatter: o.valueFormatter, |
|
|
|
|
|
|
|
itemHeight: o.itemHeight, |
|
|
|
watermark: o.watermark, |
|
|
|
watermark: o.watermark, |
|
|
|
popup: {}, |
|
|
|
popup: {}, |
|
|
|
adapter: o.adapter, |
|
|
|
adapter: o.adapter, |
|
|
@ -52620,7 +52634,8 @@ BI.MultiSelectLoader = BI.inherit(BI.Widget, { |
|
|
|
}, |
|
|
|
}, |
|
|
|
valueFormatter: BI.emptyFn, |
|
|
|
valueFormatter: BI.emptyFn, |
|
|
|
itemsCreator: BI.emptyFn, |
|
|
|
itemsCreator: BI.emptyFn, |
|
|
|
onLoaded: BI.emptyFn |
|
|
|
onLoaded: BI.emptyFn, |
|
|
|
|
|
|
|
itemHeight: 24 |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
@ -52728,7 +52743,7 @@ BI.MultiSelectLoader = BI.inherit(BI.Widget, { |
|
|
|
type: "bi.multi_select_item", |
|
|
|
type: "bi.multi_select_item", |
|
|
|
logic: this.options.logic, |
|
|
|
logic: this.options.logic, |
|
|
|
cls: "bi-list-item-active", |
|
|
|
cls: "bi-list-item-active", |
|
|
|
height: 24, |
|
|
|
height: this.options.itemHeight, |
|
|
|
selected: this.isAllSelected(), |
|
|
|
selected: this.isAllSelected(), |
|
|
|
iconWrapperWidth: 36 |
|
|
|
iconWrapperWidth: 36 |
|
|
|
}); |
|
|
|
}); |
|
|
@ -52813,6 +52828,7 @@ BI.MultiSelectNoBarLoader = BI.inherit(BI.Widget, { |
|
|
|
}, |
|
|
|
}, |
|
|
|
valueFormatter: BI.emptyFn, |
|
|
|
valueFormatter: BI.emptyFn, |
|
|
|
itemsCreator: BI.emptyFn, |
|
|
|
itemsCreator: BI.emptyFn, |
|
|
|
|
|
|
|
itemHeight: 24, |
|
|
|
onLoaded: BI.emptyFn |
|
|
|
onLoaded: BI.emptyFn |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
@ -52912,7 +52928,7 @@ BI.MultiSelectNoBarLoader = BI.inherit(BI.Widget, { |
|
|
|
type: "bi.multi_select_item", |
|
|
|
type: "bi.multi_select_item", |
|
|
|
cls: "bi-list-item-active", |
|
|
|
cls: "bi-list-item-active", |
|
|
|
logic: this.options.logic, |
|
|
|
logic: this.options.logic, |
|
|
|
height: 24, |
|
|
|
height: this.options.itemHeight, |
|
|
|
iconWrapperWidth: 36 |
|
|
|
iconWrapperWidth: 36 |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
@ -52991,7 +53007,8 @@ BI.MultiSelectPopupView = BI.inherit(BI.Widget, { |
|
|
|
maxHeight: 400, |
|
|
|
maxHeight: 400, |
|
|
|
valueFormatter: BI.emptyFn, |
|
|
|
valueFormatter: BI.emptyFn, |
|
|
|
itemsCreator: BI.emptyFn, |
|
|
|
itemsCreator: BI.emptyFn, |
|
|
|
onLoaded: BI.emptyFn |
|
|
|
onLoaded: BI.emptyFn, |
|
|
|
|
|
|
|
itemHeight: 24, |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
@ -53002,6 +53019,7 @@ BI.MultiSelectPopupView = BI.inherit(BI.Widget, { |
|
|
|
this.loader = BI.createWidget({ |
|
|
|
this.loader = BI.createWidget({ |
|
|
|
type: "bi.multi_select_loader", |
|
|
|
type: "bi.multi_select_loader", |
|
|
|
itemsCreator: opts.itemsCreator, |
|
|
|
itemsCreator: opts.itemsCreator, |
|
|
|
|
|
|
|
itemHeight: opts.itemHeight, |
|
|
|
valueFormatter: opts.valueFormatter, |
|
|
|
valueFormatter: opts.valueFormatter, |
|
|
|
onLoaded: opts.onLoaded, |
|
|
|
onLoaded: opts.onLoaded, |
|
|
|
value: opts.value |
|
|
|
value: opts.value |
|
|
@ -53089,6 +53107,7 @@ BI.MultiSelectNoBarPopupView = BI.inherit(BI.Widget, { |
|
|
|
maxHeight: 400, |
|
|
|
maxHeight: 400, |
|
|
|
valueFormatter: BI.emptyFn, |
|
|
|
valueFormatter: BI.emptyFn, |
|
|
|
itemsCreator: BI.emptyFn, |
|
|
|
itemsCreator: BI.emptyFn, |
|
|
|
|
|
|
|
itemHeight: 24, |
|
|
|
onLoaded: BI.emptyFn |
|
|
|
onLoaded: BI.emptyFn |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
@ -53100,6 +53119,7 @@ BI.MultiSelectNoBarPopupView = BI.inherit(BI.Widget, { |
|
|
|
this.loader = BI.createWidget({ |
|
|
|
this.loader = BI.createWidget({ |
|
|
|
type: "bi.multi_select_no_bar_loader", |
|
|
|
type: "bi.multi_select_no_bar_loader", |
|
|
|
itemsCreator: opts.itemsCreator, |
|
|
|
itemsCreator: opts.itemsCreator, |
|
|
|
|
|
|
|
itemHeight: opts.itemHeight, |
|
|
|
valueFormatter: opts.valueFormatter, |
|
|
|
valueFormatter: opts.valueFormatter, |
|
|
|
onLoaded: opts.onLoaded, |
|
|
|
onLoaded: opts.onLoaded, |
|
|
|
value: opts.value |
|
|
|
value: opts.value |
|
|
@ -53193,7 +53213,8 @@ BI.MultiSelectTrigger = BI.inherit(BI.Trigger, { |
|
|
|
|
|
|
|
|
|
|
|
adapter: null, |
|
|
|
adapter: null, |
|
|
|
masker: {}, |
|
|
|
masker: {}, |
|
|
|
allowEdit: true |
|
|
|
allowEdit: true, |
|
|
|
|
|
|
|
itemHeight: 24 |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
@ -53210,6 +53231,7 @@ BI.MultiSelectTrigger = BI.inherit(BI.Trigger, { |
|
|
|
height: o.height, |
|
|
|
height: o.height, |
|
|
|
text: o.text, |
|
|
|
text: o.text, |
|
|
|
itemsCreator: o.itemsCreator, |
|
|
|
itemsCreator: o.itemsCreator, |
|
|
|
|
|
|
|
itemHeight: o.itemHeight, |
|
|
|
valueFormatter: o.valueFormatter, |
|
|
|
valueFormatter: o.valueFormatter, |
|
|
|
watermark: o.watermark, |
|
|
|
watermark: o.watermark, |
|
|
|
popup: {}, |
|
|
|
popup: {}, |
|
|
@ -53347,7 +53369,8 @@ BI.MultiSelectSearchInsertPane = BI.inherit(BI.Widget, { |
|
|
|
baseCls: "bi-multi-select-search-pane bi-card", |
|
|
|
baseCls: "bi-multi-select-search-pane bi-card", |
|
|
|
itemsCreator: BI.emptyFn, |
|
|
|
itemsCreator: BI.emptyFn, |
|
|
|
valueFormatter: BI.emptyFn, |
|
|
|
valueFormatter: BI.emptyFn, |
|
|
|
keywordGetter: BI.emptyFn |
|
|
|
keywordGetter: BI.emptyFn, |
|
|
|
|
|
|
|
itemHeight: 24 |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
@ -53385,6 +53408,7 @@ BI.MultiSelectSearchInsertPane = BI.inherit(BI.Widget, { |
|
|
|
self.setKeyword(o.keywordGetter()); |
|
|
|
self.setKeyword(o.keywordGetter()); |
|
|
|
}]); |
|
|
|
}]); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
itemHeight: o.itemHeight, |
|
|
|
value: o.value |
|
|
|
value: o.value |
|
|
|
}); |
|
|
|
}); |
|
|
|
this.loader.on(BI.Controller.EVENT_CHANGE, function () { |
|
|
|
this.loader.on(BI.Controller.EVENT_CHANGE, function () { |
|
|
@ -53476,7 +53500,8 @@ BI.MultiSelectSearchLoader = BI.inherit(BI.Widget, { |
|
|
|
baseCls: "bi-multi-select-search-loader", |
|
|
|
baseCls: "bi-multi-select-search-loader", |
|
|
|
itemsCreator: BI.emptyFn, |
|
|
|
itemsCreator: BI.emptyFn, |
|
|
|
keywordGetter: BI.emptyFn, |
|
|
|
keywordGetter: BI.emptyFn, |
|
|
|
valueFormatter: BI.emptyFn |
|
|
|
valueFormatter: BI.emptyFn, |
|
|
|
|
|
|
|
itemHeight: 24 |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
@ -53556,7 +53581,7 @@ BI.MultiSelectSearchLoader = BI.inherit(BI.Widget, { |
|
|
|
logic: { |
|
|
|
logic: { |
|
|
|
dynamic: false |
|
|
|
dynamic: false |
|
|
|
}, |
|
|
|
}, |
|
|
|
height: 24, |
|
|
|
height: this.options.itemHeight, |
|
|
|
selected: this.isAllSelected(), |
|
|
|
selected: this.isAllSelected(), |
|
|
|
cls: "bi-list-item-active", |
|
|
|
cls: "bi-list-item-active", |
|
|
|
iconWrapperWidth: 36 |
|
|
|
iconWrapperWidth: 36 |
|
|
@ -53649,7 +53674,8 @@ BI.MultiSelectSearchPane = BI.inherit(BI.Widget, { |
|
|
|
baseCls: "bi-multi-select-search-pane bi-card", |
|
|
|
baseCls: "bi-multi-select-search-pane bi-card", |
|
|
|
itemsCreator: BI.emptyFn, |
|
|
|
itemsCreator: BI.emptyFn, |
|
|
|
valueFormatter: BI.emptyFn, |
|
|
|
valueFormatter: BI.emptyFn, |
|
|
|
keywordGetter: BI.emptyFn |
|
|
|
keywordGetter: BI.emptyFn, |
|
|
|
|
|
|
|
itemHeight: 24, |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
@ -53675,6 +53701,7 @@ BI.MultiSelectSearchPane = BI.inherit(BI.Widget, { |
|
|
|
self.setKeyword(o.keywordGetter()); |
|
|
|
self.setKeyword(o.keywordGetter()); |
|
|
|
}]); |
|
|
|
}]); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
itemHeight: o.itemHeight, |
|
|
|
value: o.value |
|
|
|
value: o.value |
|
|
|
}); |
|
|
|
}); |
|
|
|
this.loader.on(BI.Controller.EVENT_CHANGE, function () { |
|
|
|
this.loader.on(BI.Controller.EVENT_CHANGE, function () { |
|
|
@ -53963,6 +53990,7 @@ BI.MultiSelectInsertSearcher = BI.inherit(BI.Widget, { |
|
|
|
return BI.extend(BI.MultiSelectInsertSearcher.superclass._defaultConfig.apply(this, arguments), { |
|
|
|
return BI.extend(BI.MultiSelectInsertSearcher.superclass._defaultConfig.apply(this, arguments), { |
|
|
|
baseCls: "bi-multi-select-searcher", |
|
|
|
baseCls: "bi-multi-select-searcher", |
|
|
|
itemsCreator: BI.emptyFn, |
|
|
|
itemsCreator: BI.emptyFn, |
|
|
|
|
|
|
|
itemHeight: 24, |
|
|
|
el: {}, |
|
|
|
el: {}, |
|
|
|
popup: {}, |
|
|
|
popup: {}, |
|
|
|
valueFormatter: BI.emptyFn, |
|
|
|
valueFormatter: BI.emptyFn, |
|
|
@ -54017,6 +54045,7 @@ BI.MultiSelectInsertSearcher = BI.inherit(BI.Widget, { |
|
|
|
this.setKeyword(keyword); |
|
|
|
this.setKeyword(keyword); |
|
|
|
o.itemsCreator(op, callback); |
|
|
|
o.itemsCreator(op, callback); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
itemHeight: o.itemHeight, |
|
|
|
value: o.value, |
|
|
|
value: o.value, |
|
|
|
listeners: [{ |
|
|
|
listeners: [{ |
|
|
|
eventName: BI.MultiSelectSearchInsertPane.EVENT_ADD_ITEM, |
|
|
|
eventName: BI.MultiSelectSearchInsertPane.EVENT_ADD_ITEM, |
|
|
@ -54178,7 +54207,8 @@ BI.MultiSelectSearcher = BI.inherit(BI.Widget, { |
|
|
|
valueFormatter: BI.emptyFn, |
|
|
|
valueFormatter: BI.emptyFn, |
|
|
|
adapter: null, |
|
|
|
adapter: null, |
|
|
|
masker: {}, |
|
|
|
masker: {}, |
|
|
|
text: BI.i18nText("BI-Basic_Please_Select") |
|
|
|
text: BI.i18nText("BI-Basic_Please_Select"), |
|
|
|
|
|
|
|
itemHeight: 24 |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
@ -54227,6 +54257,7 @@ BI.MultiSelectSearcher = BI.inherit(BI.Widget, { |
|
|
|
this.setKeyword(keyword); |
|
|
|
this.setKeyword(keyword); |
|
|
|
o.itemsCreator(op, callback); |
|
|
|
o.itemsCreator(op, callback); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
itemHeight: o.itemHeight, |
|
|
|
value: o.value |
|
|
|
value: o.value |
|
|
|
}, o.popup), |
|
|
|
}, o.popup), |
|
|
|
|
|
|
|
|
|
|
@ -54487,6 +54518,7 @@ BI.MultiSelectInsertList = BI.inherit(BI.Single, { |
|
|
|
itemsCreator: BI.emptyFn, |
|
|
|
itemsCreator: BI.emptyFn, |
|
|
|
valueFormatter: BI.emptyFn, |
|
|
|
valueFormatter: BI.emptyFn, |
|
|
|
searcherHeight: 24, |
|
|
|
searcherHeight: 24, |
|
|
|
|
|
|
|
itemHeight: 24 |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
_init: function () { |
|
|
|
_init: function () { |
|
|
@ -54504,6 +54536,7 @@ BI.MultiSelectInsertList = BI.inherit(BI.Single, { |
|
|
|
type: "bi.multi_select_loader", |
|
|
|
type: "bi.multi_select_loader", |
|
|
|
cls: "popup-multi-select-list bi-border-left bi-border-right bi-border-bottom", |
|
|
|
cls: "popup-multi-select-list bi-border-left bi-border-right bi-border-bottom", |
|
|
|
itemsCreator: o.itemsCreator, |
|
|
|
itemsCreator: o.itemsCreator, |
|
|
|
|
|
|
|
itemHeight: o.itemHeight, |
|
|
|
valueFormatter: o.valueFormatter, |
|
|
|
valueFormatter: o.valueFormatter, |
|
|
|
logic: { |
|
|
|
logic: { |
|
|
|
dynamic: false |
|
|
|
dynamic: false |
|
|
@ -54533,6 +54566,7 @@ BI.MultiSelectInsertList = BI.inherit(BI.Single, { |
|
|
|
o.itemsCreator(op, callback); |
|
|
|
o.itemsCreator(op, callback); |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
itemHeight: o.itemHeight, |
|
|
|
listeners: [{ |
|
|
|
listeners: [{ |
|
|
|
eventName: BI.MultiSelectSearchInsertPane.EVENT_ADD_ITEM, |
|
|
|
eventName: BI.MultiSelectSearchInsertPane.EVENT_ADD_ITEM, |
|
|
|
action: function () { |
|
|
|
action: function () { |
|
|
@ -54854,6 +54888,7 @@ BI.MultiSelectInsertNoBarList = BI.inherit(BI.Single, { |
|
|
|
type: "bi.multi_select_no_bar_loader", |
|
|
|
type: "bi.multi_select_no_bar_loader", |
|
|
|
cls: "popup-multi-select-list bi-border-left bi-border-right bi-border-bottom", |
|
|
|
cls: "popup-multi-select-list bi-border-left bi-border-right bi-border-bottom", |
|
|
|
itemsCreator: o.itemsCreator, |
|
|
|
itemsCreator: o.itemsCreator, |
|
|
|
|
|
|
|
itemHeight: o.itemHeight, |
|
|
|
valueFormatter: o.valueFormatter, |
|
|
|
valueFormatter: o.valueFormatter, |
|
|
|
logic: { |
|
|
|
logic: { |
|
|
|
dynamic: false |
|
|
|
dynamic: false |
|
|
@ -55189,7 +55224,8 @@ BI.MultiSelectList = BI.inherit(BI.Widget, { |
|
|
|
baseCls: "bi-multi-select-list", |
|
|
|
baseCls: "bi-multi-select-list", |
|
|
|
itemsCreator: BI.emptyFn, |
|
|
|
itemsCreator: BI.emptyFn, |
|
|
|
valueFormatter: BI.emptyFn, |
|
|
|
valueFormatter: BI.emptyFn, |
|
|
|
searcherHeight: 24 |
|
|
|
searcherHeight: 24, |
|
|
|
|
|
|
|
itemHeight: 24 |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
_init: function () { |
|
|
|
_init: function () { |
|
|
@ -55208,6 +55244,7 @@ BI.MultiSelectList = BI.inherit(BI.Widget, { |
|
|
|
cls: "popup-multi-select-list bi-border-left bi-border-right bi-border-bottom", |
|
|
|
cls: "popup-multi-select-list bi-border-left bi-border-right bi-border-bottom", |
|
|
|
itemsCreator: o.itemsCreator, |
|
|
|
itemsCreator: o.itemsCreator, |
|
|
|
valueFormatter: o.valueFormatter, |
|
|
|
valueFormatter: o.valueFormatter, |
|
|
|
|
|
|
|
itemHeight: o.itemHeight, |
|
|
|
logic: { |
|
|
|
logic: { |
|
|
|
dynamic: false |
|
|
|
dynamic: false |
|
|
|
}, |
|
|
|
}, |
|
|
@ -55236,7 +55273,8 @@ BI.MultiSelectList = BI.inherit(BI.Widget, { |
|
|
|
this.setKeyword(op.keywords[0]); |
|
|
|
this.setKeyword(op.keywords[0]); |
|
|
|
o.itemsCreator(op, callback); |
|
|
|
o.itemsCreator(op, callback); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
itemHeight: o.itemHeight |
|
|
|
}); |
|
|
|
}); |
|
|
|
this.searcherPane.setVisible(false); |
|
|
|
this.searcherPane.setVisible(false); |
|
|
|
|
|
|
|
|
|
|
|