Browse Source

使用常量

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

15
dist/bundle.ie.js vendored

@ -71242,6 +71242,9 @@ BI.shortcut("bi.multi_select_insert_no_bar_list", BI.MultiSelectInsertNoBarList)
* Created by zcf_1 on 2017/5/2.
*/
BI.MultiSelectList = BI.inherit(BI.Widget, {
_constant: {
EDITOR_HEIGHT: 24
},
_defaultConfig: function () {
return BI.extend(BI.MultiSelectList.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-multi-select-list",
@ -71383,7 +71386,7 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
element: this,
items: [{
el: this.trigger,
height: 24
height: this._constant.EDITOR_HEIGHT
}, {
el: this.adapter,
height: "fill"
@ -71394,7 +71397,7 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
element: this,
items: [{
el: this.searcherPane,
top: 24,
top: this._constant.EDITOR_HEIGHT,
bottom: 0,
left: 0,
right: 0
@ -71586,6 +71589,10 @@ BI.shortcut("bi.multi_select_list", BI.MultiSelectList);/**
* Created by zcf_1 on 2017/5/11.
*/
BI.MultiSelectTree = BI.inherit(BI.Single, {
_constant: {
EDITOR_HEIGHT: 24
},
_defaultConfig: function () {
return BI.extend(BI.MultiSelectTree.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-multi-select-tree",
@ -71679,7 +71686,7 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
element: this,
items: [{
el: this.searcher,
height: 24
height: this._constant.EDITOR_HEIGHT
}, {
el: this.adapter,
height: "fill"
@ -71690,7 +71697,7 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
element: this,
items: [{
el: this.searcherPane,
top: 24,
top: this._constant.EDITOR_HEIGHT,
bottom: 0,
left: 0,
right: 0

10
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

15
dist/bundle.js vendored

@ -71646,6 +71646,9 @@ BI.shortcut("bi.multi_select_insert_no_bar_list", BI.MultiSelectInsertNoBarList)
* Created by zcf_1 on 2017/5/2.
*/
BI.MultiSelectList = BI.inherit(BI.Widget, {
_constant: {
EDITOR_HEIGHT: 24
},
_defaultConfig: function () {
return BI.extend(BI.MultiSelectList.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-multi-select-list",
@ -71787,7 +71790,7 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
element: this,
items: [{
el: this.trigger,
height: 24
height: this._constant.EDITOR_HEIGHT
}, {
el: this.adapter,
height: "fill"
@ -71798,7 +71801,7 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
element: this,
items: [{
el: this.searcherPane,
top: 24,
top: this._constant.EDITOR_HEIGHT,
bottom: 0,
left: 0,
right: 0
@ -71990,6 +71993,10 @@ BI.shortcut("bi.multi_select_list", BI.MultiSelectList);/**
* Created by zcf_1 on 2017/5/11.
*/
BI.MultiSelectTree = BI.inherit(BI.Single, {
_constant: {
EDITOR_HEIGHT: 24
},
_defaultConfig: function () {
return BI.extend(BI.MultiSelectTree.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-multi-select-tree",
@ -72083,7 +72090,7 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
element: this,
items: [{
el: this.searcher,
height: 24
height: this._constant.EDITOR_HEIGHT
}, {
el: this.adapter,
height: "fill"
@ -72094,7 +72101,7 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
element: this,
items: [{
el: this.searcherPane,
top: 24,
top: this._constant.EDITOR_HEIGHT,
bottom: 0,
left: 0,
right: 0

18
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

15
dist/fineui.ie.js vendored

@ -71487,6 +71487,9 @@ BI.shortcut("bi.multi_select_insert_no_bar_list", BI.MultiSelectInsertNoBarList)
* Created by zcf_1 on 2017/5/2.
*/
BI.MultiSelectList = BI.inherit(BI.Widget, {
_constant: {
EDITOR_HEIGHT: 24
},
_defaultConfig: function () {
return BI.extend(BI.MultiSelectList.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-multi-select-list",
@ -71628,7 +71631,7 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
element: this,
items: [{
el: this.trigger,
height: 24
height: this._constant.EDITOR_HEIGHT
}, {
el: this.adapter,
height: "fill"
@ -71639,7 +71642,7 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
element: this,
items: [{
el: this.searcherPane,
top: 24,
top: this._constant.EDITOR_HEIGHT,
bottom: 0,
left: 0,
right: 0
@ -71831,6 +71834,10 @@ BI.shortcut("bi.multi_select_list", BI.MultiSelectList);/**
* Created by zcf_1 on 2017/5/11.
*/
BI.MultiSelectTree = BI.inherit(BI.Single, {
_constant: {
EDITOR_HEIGHT: 24
},
_defaultConfig: function () {
return BI.extend(BI.MultiSelectTree.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-multi-select-tree",
@ -71924,7 +71931,7 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
element: this,
items: [{
el: this.searcher,
height: 24
height: this._constant.EDITOR_HEIGHT
}, {
el: this.adapter,
height: "fill"
@ -71935,7 +71942,7 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
element: this,
items: [{
el: this.searcherPane,
top: 24,
top: this._constant.EDITOR_HEIGHT,
bottom: 0,
left: 0,
right: 0

10
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

15
dist/fineui.js vendored

@ -71891,6 +71891,9 @@ BI.shortcut("bi.multi_select_insert_no_bar_list", BI.MultiSelectInsertNoBarList)
* Created by zcf_1 on 2017/5/2.
*/
BI.MultiSelectList = BI.inherit(BI.Widget, {
_constant: {
EDITOR_HEIGHT: 24
},
_defaultConfig: function () {
return BI.extend(BI.MultiSelectList.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-multi-select-list",
@ -72032,7 +72035,7 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
element: this,
items: [{
el: this.trigger,
height: 24
height: this._constant.EDITOR_HEIGHT
}, {
el: this.adapter,
height: "fill"
@ -72043,7 +72046,7 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
element: this,
items: [{
el: this.searcherPane,
top: 24,
top: this._constant.EDITOR_HEIGHT,
bottom: 0,
left: 0,
right: 0
@ -72235,6 +72238,10 @@ BI.shortcut("bi.multi_select_list", BI.MultiSelectList);/**
* Created by zcf_1 on 2017/5/11.
*/
BI.MultiSelectTree = BI.inherit(BI.Single, {
_constant: {
EDITOR_HEIGHT: 24
},
_defaultConfig: function () {
return BI.extend(BI.MultiSelectTree.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-multi-select-tree",
@ -72328,7 +72335,7 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
element: this,
items: [{
el: this.searcher,
height: 24
height: this._constant.EDITOR_HEIGHT
}, {
el: this.adapter,
height: "fill"
@ -72339,7 +72346,7 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
element: this,
items: [{
el: this.searcherPane,
top: 24,
top: this._constant.EDITOR_HEIGHT,
bottom: 0,
left: 0,
right: 0

18
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

15
dist/fineui_without_jquery_polyfill.js vendored

@ -54702,6 +54702,9 @@ BI.shortcut("bi.multi_select_insert_no_bar_list", BI.MultiSelectInsertNoBarList)
* Created by zcf_1 on 2017/5/2.
*/
BI.MultiSelectList = BI.inherit(BI.Widget, {
_constant: {
EDITOR_HEIGHT: 24
},
_defaultConfig: function () {
return BI.extend(BI.MultiSelectList.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-multi-select-list",
@ -54843,7 +54846,7 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
element: this,
items: [{
el: this.trigger,
height: 24
height: this._constant.EDITOR_HEIGHT
}, {
el: this.adapter,
height: "fill"
@ -54854,7 +54857,7 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
element: this,
items: [{
el: this.searcherPane,
top: 24,
top: this._constant.EDITOR_HEIGHT,
bottom: 0,
left: 0,
right: 0
@ -55046,6 +55049,10 @@ BI.shortcut("bi.multi_select_list", BI.MultiSelectList);/**
* Created by zcf_1 on 2017/5/11.
*/
BI.MultiSelectTree = BI.inherit(BI.Single, {
_constant: {
EDITOR_HEIGHT: 24
},
_defaultConfig: function () {
return BI.extend(BI.MultiSelectTree.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-multi-select-tree",
@ -55139,7 +55146,7 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
element: this,
items: [{
el: this.searcher,
height: 24
height: this._constant.EDITOR_HEIGHT
}, {
el: this.adapter,
height: "fill"
@ -55150,7 +55157,7 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
element: this,
items: [{
el: this.searcherPane,
top: 24,
top: this._constant.EDITOR_HEIGHT,
bottom: 0,
left: 0,
right: 0

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

15
dist/widget.js vendored

@ -12183,6 +12183,9 @@ BI.shortcut("bi.multi_select_insert_no_bar_list", BI.MultiSelectInsertNoBarList)
* Created by zcf_1 on 2017/5/2.
*/
BI.MultiSelectList = BI.inherit(BI.Widget, {
_constant: {
EDITOR_HEIGHT: 24
},
_defaultConfig: function () {
return BI.extend(BI.MultiSelectList.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-multi-select-list",
@ -12324,7 +12327,7 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
element: this,
items: [{
el: this.trigger,
height: 24
height: this._constant.EDITOR_HEIGHT
}, {
el: this.adapter,
height: "fill"
@ -12335,7 +12338,7 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
element: this,
items: [{
el: this.searcherPane,
top: 24,
top: this._constant.EDITOR_HEIGHT,
bottom: 0,
left: 0,
right: 0
@ -12527,6 +12530,10 @@ BI.shortcut("bi.multi_select_list", BI.MultiSelectList);/**
* Created by zcf_1 on 2017/5/11.
*/
BI.MultiSelectTree = BI.inherit(BI.Single, {
_constant: {
EDITOR_HEIGHT: 24
},
_defaultConfig: function () {
return BI.extend(BI.MultiSelectTree.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-multi-select-tree",
@ -12620,7 +12627,7 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
element: this,
items: [{
el: this.searcher,
height: 24
height: this._constant.EDITOR_HEIGHT
}, {
el: this.adapter,
height: "fill"
@ -12631,7 +12638,7 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
element: this,
items: [{
el: this.searcherPane,
top: 24,
top: this._constant.EDITOR_HEIGHT,
bottom: 0,
left: 0,
right: 0

7
src/widget/multiselectlist/multiselectlist.js

@ -2,6 +2,9 @@
* Created by zcf_1 on 2017/5/2.
*/
BI.MultiSelectList = BI.inherit(BI.Widget, {
_constant: {
EDITOR_HEIGHT: 24
},
_defaultConfig: function () {
return BI.extend(BI.MultiSelectList.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-multi-select-list",
@ -143,7 +146,7 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
element: this,
items: [{
el: this.trigger,
height: 24
height: this._constant.EDITOR_HEIGHT
}, {
el: this.adapter,
height: "fill"
@ -154,7 +157,7 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
element: this,
items: [{
el: this.searcherPane,
top: 24,
top: this._constant.EDITOR_HEIGHT,
bottom: 0,
left: 0,
right: 0

8
src/widget/multiselecttree/multiselecttree.js

@ -2,6 +2,10 @@
* Created by zcf_1 on 2017/5/11.
*/
BI.MultiSelectTree = BI.inherit(BI.Single, {
_constant: {
EDITOR_HEIGHT: 24
},
_defaultConfig: function () {
return BI.extend(BI.MultiSelectTree.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-multi-select-tree",
@ -95,7 +99,7 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
element: this,
items: [{
el: this.searcher,
height: 24
height: this._constant.EDITOR_HEIGHT
}, {
el: this.adapter,
height: "fill"
@ -106,7 +110,7 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
element: this,
items: [{
el: this.searcherPane,
top: 24,
top: this._constant.EDITOR_HEIGHT,
bottom: 0,
left: 0,
right: 0

Loading…
Cancel
Save