Browse Source

搜索框高度是不可配的

es6
Zhenfei.Li 6 years ago
parent
commit
c453ce3262
  1. 10
      dist/bundle.ie.js
  2. 10
      dist/bundle.ie.min.js
  3. 10
      dist/bundle.js
  4. 18
      dist/bundle.min.js
  5. 10
      dist/fineui.ie.js
  6. 10
      dist/fineui.ie.min.js
  7. 10
      dist/fineui.js
  8. 18
      dist/fineui.min.js
  9. 10
      dist/fineui_without_jquery_polyfill.js
  10. 2
      dist/utils.min.js
  11. 10
      dist/widget.js
  12. 5
      src/widget/multiselectlist/multiselectlist.js
  13. 5
      src/widget/multiselecttree/multiselecttree.js

10
dist/bundle.ie.js vendored

@ -71245,7 +71245,6 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
_defaultConfig: function () {
return BI.extend(BI.MultiSelectList.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-multi-select-list",
height: 24,
itemsCreator: BI.emptyFn,
valueFormatter: BI.emptyFn
});
@ -71384,7 +71383,7 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
element: this,
items: [{
el: this.trigger,
height: o.height
height: 24
}, {
el: this.adapter,
height: "fill"
@ -71395,7 +71394,7 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
element: this,
items: [{
el: this.searcherPane,
top: o.height,
top: 24,
bottom: 0,
left: 0,
right: 0
@ -71590,7 +71589,6 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
_defaultConfig: function () {
return BI.extend(BI.MultiSelectTree.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-multi-select-tree",
height: 24,
itemsCreator: BI.emptyFn
});
},
@ -71681,7 +71679,7 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
element: this,
items: [{
el: this.searcher,
height: o.height
height: 24
}, {
el: this.adapter,
height: "fill"
@ -71692,7 +71690,7 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
element: this,
items: [{
el: this.searcherPane,
top: o.height,
top: 24,
bottom: 0,
left: 0,
right: 0

10
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

10
dist/bundle.js vendored

@ -71649,7 +71649,6 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
_defaultConfig: function () {
return BI.extend(BI.MultiSelectList.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-multi-select-list",
height: 24,
itemsCreator: BI.emptyFn,
valueFormatter: BI.emptyFn
});
@ -71788,7 +71787,7 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
element: this,
items: [{
el: this.trigger,
height: o.height
height: 24
}, {
el: this.adapter,
height: "fill"
@ -71799,7 +71798,7 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
element: this,
items: [{
el: this.searcherPane,
top: o.height,
top: 24,
bottom: 0,
left: 0,
right: 0
@ -71994,7 +71993,6 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
_defaultConfig: function () {
return BI.extend(BI.MultiSelectTree.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-multi-select-tree",
height: 24,
itemsCreator: BI.emptyFn
});
},
@ -72085,7 +72083,7 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
element: this,
items: [{
el: this.searcher,
height: o.height
height: 24
}, {
el: this.adapter,
height: "fill"
@ -72096,7 +72094,7 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
element: this,
items: [{
el: this.searcherPane,
top: o.height,
top: 24,
bottom: 0,
left: 0,
right: 0

18
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

10
dist/fineui.ie.js vendored

@ -71490,7 +71490,6 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
_defaultConfig: function () {
return BI.extend(BI.MultiSelectList.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-multi-select-list",
height: 24,
itemsCreator: BI.emptyFn,
valueFormatter: BI.emptyFn
});
@ -71629,7 +71628,7 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
element: this,
items: [{
el: this.trigger,
height: o.height
height: 24
}, {
el: this.adapter,
height: "fill"
@ -71640,7 +71639,7 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
element: this,
items: [{
el: this.searcherPane,
top: o.height,
top: 24,
bottom: 0,
left: 0,
right: 0
@ -71835,7 +71834,6 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
_defaultConfig: function () {
return BI.extend(BI.MultiSelectTree.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-multi-select-tree",
height: 24,
itemsCreator: BI.emptyFn
});
},
@ -71926,7 +71924,7 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
element: this,
items: [{
el: this.searcher,
height: o.height
height: 24
}, {
el: this.adapter,
height: "fill"
@ -71937,7 +71935,7 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
element: this,
items: [{
el: this.searcherPane,
top: o.height,
top: 24,
bottom: 0,
left: 0,
right: 0

10
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

10
dist/fineui.js vendored

@ -71894,7 +71894,6 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
_defaultConfig: function () {
return BI.extend(BI.MultiSelectList.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-multi-select-list",
height: 24,
itemsCreator: BI.emptyFn,
valueFormatter: BI.emptyFn
});
@ -72033,7 +72032,7 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
element: this,
items: [{
el: this.trigger,
height: o.height
height: 24
}, {
el: this.adapter,
height: "fill"
@ -72044,7 +72043,7 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
element: this,
items: [{
el: this.searcherPane,
top: o.height,
top: 24,
bottom: 0,
left: 0,
right: 0
@ -72239,7 +72238,6 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
_defaultConfig: function () {
return BI.extend(BI.MultiSelectTree.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-multi-select-tree",
height: 24,
itemsCreator: BI.emptyFn
});
},
@ -72330,7 +72328,7 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
element: this,
items: [{
el: this.searcher,
height: o.height
height: 24
}, {
el: this.adapter,
height: "fill"
@ -72341,7 +72339,7 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
element: this,
items: [{
el: this.searcherPane,
top: o.height,
top: 24,
bottom: 0,
left: 0,
right: 0

18
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

10
dist/fineui_without_jquery_polyfill.js vendored

@ -54705,7 +54705,6 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
_defaultConfig: function () {
return BI.extend(BI.MultiSelectList.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-multi-select-list",
height: 24,
itemsCreator: BI.emptyFn,
valueFormatter: BI.emptyFn
});
@ -54844,7 +54843,7 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
element: this,
items: [{
el: this.trigger,
height: o.height
height: 24
}, {
el: this.adapter,
height: "fill"
@ -54855,7 +54854,7 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
element: this,
items: [{
el: this.searcherPane,
top: o.height,
top: 24,
bottom: 0,
left: 0,
right: 0
@ -55050,7 +55049,6 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
_defaultConfig: function () {
return BI.extend(BI.MultiSelectTree.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-multi-select-tree",
height: 24,
itemsCreator: BI.emptyFn
});
},
@ -55141,7 +55139,7 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
element: this,
items: [{
el: this.searcher,
height: o.height
height: 24
}, {
el: this.adapter,
height: "fill"
@ -55152,7 +55150,7 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
element: this,
items: [{
el: this.searcherPane,
top: o.height,
top: 24,
bottom: 0,
left: 0,
right: 0

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

10
dist/widget.js vendored

@ -12186,7 +12186,6 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
_defaultConfig: function () {
return BI.extend(BI.MultiSelectList.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-multi-select-list",
height: 24,
itemsCreator: BI.emptyFn,
valueFormatter: BI.emptyFn
});
@ -12325,7 +12324,7 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
element: this,
items: [{
el: this.trigger,
height: o.height
height: 24
}, {
el: this.adapter,
height: "fill"
@ -12336,7 +12335,7 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
element: this,
items: [{
el: this.searcherPane,
top: o.height,
top: 24,
bottom: 0,
left: 0,
right: 0
@ -12531,7 +12530,6 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
_defaultConfig: function () {
return BI.extend(BI.MultiSelectTree.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-multi-select-tree",
height: 24,
itemsCreator: BI.emptyFn
});
},
@ -12622,7 +12620,7 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
element: this,
items: [{
el: this.searcher,
height: o.height
height: 24
}, {
el: this.adapter,
height: "fill"
@ -12633,7 +12631,7 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
element: this,
items: [{
el: this.searcherPane,
top: o.height,
top: 24,
bottom: 0,
left: 0,
right: 0

5
src/widget/multiselectlist/multiselectlist.js

@ -5,7 +5,6 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
_defaultConfig: function () {
return BI.extend(BI.MultiSelectList.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-multi-select-list",
height: 24,
itemsCreator: BI.emptyFn,
valueFormatter: BI.emptyFn
});
@ -144,7 +143,7 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
element: this,
items: [{
el: this.trigger,
height: o.height
height: 24
}, {
el: this.adapter,
height: "fill"
@ -155,7 +154,7 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
element: this,
items: [{
el: this.searcherPane,
top: o.height,
top: 24,
bottom: 0,
left: 0,
right: 0

5
src/widget/multiselecttree/multiselecttree.js

@ -5,7 +5,6 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
_defaultConfig: function () {
return BI.extend(BI.MultiSelectTree.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-multi-select-tree",
height: 24,
itemsCreator: BI.emptyFn
});
},
@ -96,7 +95,7 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
element: this,
items: [{
el: this.searcher,
height: o.height
height: 24
}, {
el: this.adapter,
height: "fill"
@ -107,7 +106,7 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
element: this,
items: [{
el: this.searcherPane,
top: o.height,
top: 24,
bottom: 0,
left: 0,
right: 0

Loading…
Cancel
Save