windy 6 years ago
parent
commit
76bb7574c9
  1. 9
      demo/js/widget/multiselect/demo.multi_select_tree.js
  2. 18
      dist/_fineui.min.js
  3. 16
      dist/bundle.js
  4. 20
      dist/bundle.min.js
  5. 9
      dist/demo.js
  6. 16
      dist/fineui.js
  7. 18
      dist/fineui.min.js
  8. 16
      dist/widget.js
  9. 16
      src/widget/multiselect/search/multiselect.search.insert.pane.js

9
demo/js/widget/multiselect/demo.multi_select_tree.js

@ -13,9 +13,7 @@ Demo.MultiSelectList = BI.inherit(BI.Widget, {
_createMultiSelectCombo: function () {
var self = this;
var widget = BI.createWidget({
type: "bi.multi_select_insert_list",
width: 200,
height: 300,
type: "bi.multi_select_insert_no_bar_list",
ref: function (ref) {
self.list = ref;
},
@ -82,10 +80,7 @@ Demo.MultiSelectList = BI.inherit(BI.Widget, {
type: "bi.absolute",
scrolly: false,
items: [{
el: {
type: "bi.center_adapt",
items: [this._createMultiSelectCombo()]
},
el: this._createMultiSelectCombo(),
top: 50,
left: 50,
right: 50,

18
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

16
dist/bundle.js vendored

@ -99098,22 +99098,6 @@ BI.MultiSelectSearchInsertPane = BI.inherit(BI.Widget, {
el: this.loader
}]
});
BI.createWidget({
type: "bi.absolute",
element: this.addNotMatchTip,
items: [{
el: {
type: "bi.icon_label",
width: this.constants.height,
cls: "text-add-tip-font"
},
left: 0,
top: 0,
height: this.constants.height,
width: this.constants.height
}]
});
},
setKeyword: function (keyword) {

20
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

9
dist/demo.js vendored

@ -12853,9 +12853,7 @@ Demo.MultiSelectList = BI.inherit(BI.Widget, {
_createMultiSelectCombo: function () {
var self = this;
var widget = BI.createWidget({
type: "bi.multi_select_insert_list",
width: 200,
height: 300,
type: "bi.multi_select_insert_no_bar_list",
ref: function (ref) {
self.list = ref;
},
@ -12922,10 +12920,7 @@ Demo.MultiSelectList = BI.inherit(BI.Widget, {
type: "bi.absolute",
scrolly: false,
items: [{
el: {
type: "bi.center_adapt",
items: [this._createMultiSelectCombo()]
},
el: this._createMultiSelectCombo(),
top: 50,
left: 50,
right: 50,

16
dist/fineui.js vendored

@ -99347,22 +99347,6 @@ BI.MultiSelectSearchInsertPane = BI.inherit(BI.Widget, {
el: this.loader
}]
});
BI.createWidget({
type: "bi.absolute",
element: this.addNotMatchTip,
items: [{
el: {
type: "bi.icon_label",
width: this.constants.height,
cls: "text-add-tip-font"
},
left: 0,
top: 0,
height: this.constants.height,
width: this.constants.height
}]
});
},
setKeyword: function (keyword) {

18
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

16
dist/widget.js vendored

@ -11270,22 +11270,6 @@ BI.MultiSelectSearchInsertPane = BI.inherit(BI.Widget, {
el: this.loader
}]
});
BI.createWidget({
type: "bi.absolute",
element: this.addNotMatchTip,
items: [{
el: {
type: "bi.icon_label",
width: this.constants.height,
cls: "text-add-tip-font"
},
left: 0,
top: 0,
height: this.constants.height,
width: this.constants.height
}]
});
},
setKeyword: function (keyword) {

16
src/widget/multiselect/search/multiselect.search.insert.pane.js

@ -73,22 +73,6 @@ BI.MultiSelectSearchInsertPane = BI.inherit(BI.Widget, {
el: this.loader
}]
});
BI.createWidget({
type: "bi.absolute",
element: this.addNotMatchTip,
items: [{
el: {
type: "bi.icon_label",
width: this.constants.height,
cls: "text-add-tip-font"
},
left: 0,
top: 0,
height: this.constants.height,
width: this.constants.height
}]
});
},
setKeyword: function (keyword) {

Loading…
Cancel
Save