Browse Source

BI-51089 chore: build一下

es6
Zhenfei.Li 5 years ago
parent
commit
e780b9a10d
  1. 8
      dist/2.0/fineui.ie.js
  2. 44
      dist/2.0/fineui.ie.min.js
  3. 8
      dist/2.0/fineui.js
  4. 54
      dist/2.0/fineui.min.js
  5. 2
      dist/base.js
  6. 8
      dist/bundle.ie.js
  7. 44
      dist/bundle.ie.min.js
  8. 8
      dist/bundle.js
  9. 54
      dist/bundle.min.js
  10. 6
      dist/case.js
  11. 8
      dist/fineui.ie.js
  12. 40
      dist/fineui.ie.min.js
  13. 8
      dist/fineui.js
  14. 40
      dist/fineui.min.js
  15. 8
      dist/fineui_without_jquery_polyfill.js
  16. 2
      dist/utils.min.js

8
dist/2.0/fineui.ie.js vendored

@ -45026,7 +45026,7 @@ BI.Pager = BI.inherit(BI.Widget, {
type: "bi.button_group",
element: this,
items: BI.createItems(view, {
cls: "bi-list-item-select",
cls: "bi-list-item-select bi-border-radius",
height: 23,
hgap: 10
}),
@ -59990,7 +59990,7 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
var self = this, o = this.options, pagerIconCls = this._getPagerIconCls();
this.editor = BI.createWidget({
type: "bi.small_text_editor",
cls: "pager-editor",
cls: "pager-editor bi-border-radius",
validationChecker: function (v) {
return (self.rowCount.getValue() === 0 && v === "0") || BI.isPositiveInteger(v);
},
@ -60324,7 +60324,7 @@ BI.DirectionPager = BI.inherit(BI.Widget, {
warningTitle: BI.i18nText("BI-Current_Is_First_Page"),
height: 22,
width: 22,
cls: "bi-border direction-pager-prev row-pre-page-h-font"
cls: "bi-border bi-border-radius direction-pager-prev row-pre-page-h-font bi-list-item-select2"
},
next: {
type: "bi.icon_button",
@ -60333,7 +60333,7 @@ BI.DirectionPager = BI.inherit(BI.Widget, {
warningTitle: BI.i18nText("BI-Current_Is_Last_Page"),
height: 22,
width: 22,
cls: "bi-border direction-pager-next row-next-page-h-font"
cls: "bi-border bi-border-radius direction-pager-next row-next-page-h-font bi-list-item-select2"
},
hasPrev: h.hasPrev,

44
dist/2.0/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

8
dist/2.0/fineui.js vendored

@ -45430,7 +45430,7 @@ BI.Pager = BI.inherit(BI.Widget, {
type: "bi.button_group",
element: this,
items: BI.createItems(view, {
cls: "bi-list-item-select",
cls: "bi-list-item-select bi-border-radius",
height: 23,
hgap: 10
}),
@ -60394,7 +60394,7 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
var self = this, o = this.options, pagerIconCls = this._getPagerIconCls();
this.editor = BI.createWidget({
type: "bi.small_text_editor",
cls: "pager-editor",
cls: "pager-editor bi-border-radius",
validationChecker: function (v) {
return (self.rowCount.getValue() === 0 && v === "0") || BI.isPositiveInteger(v);
},
@ -60728,7 +60728,7 @@ BI.DirectionPager = BI.inherit(BI.Widget, {
warningTitle: BI.i18nText("BI-Current_Is_First_Page"),
height: 22,
width: 22,
cls: "bi-border direction-pager-prev row-pre-page-h-font"
cls: "bi-border bi-border-radius direction-pager-prev row-pre-page-h-font bi-list-item-select2"
},
next: {
type: "bi.icon_button",
@ -60737,7 +60737,7 @@ BI.DirectionPager = BI.inherit(BI.Widget, {
warningTitle: BI.i18nText("BI-Current_Is_Last_Page"),
height: 22,
width: 22,
cls: "bi-border direction-pager-next row-next-page-h-font"
cls: "bi-border bi-border-radius direction-pager-next row-next-page-h-font bi-list-item-select2"
},
hasPrev: h.hasPrev,

54
dist/2.0/fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/base.js vendored

@ -7157,7 +7157,7 @@ BI.Pager = BI.inherit(BI.Widget, {
type: "bi.button_group",
element: this,
items: BI.createItems(view, {
cls: "bi-list-item-select",
cls: "bi-list-item-select bi-border-radius",
height: 23,
hgap: 10
}),

8
dist/bundle.ie.js vendored

@ -45026,7 +45026,7 @@ BI.Pager = BI.inherit(BI.Widget, {
type: "bi.button_group",
element: this,
items: BI.createItems(view, {
cls: "bi-list-item-select",
cls: "bi-list-item-select bi-border-radius",
height: 23,
hgap: 10
}),
@ -59990,7 +59990,7 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
var self = this, o = this.options, pagerIconCls = this._getPagerIconCls();
this.editor = BI.createWidget({
type: "bi.small_text_editor",
cls: "pager-editor",
cls: "pager-editor bi-border-radius",
validationChecker: function (v) {
return (self.rowCount.getValue() === 0 && v === "0") || BI.isPositiveInteger(v);
},
@ -60324,7 +60324,7 @@ BI.DirectionPager = BI.inherit(BI.Widget, {
warningTitle: BI.i18nText("BI-Current_Is_First_Page"),
height: 22,
width: 22,
cls: "bi-border direction-pager-prev row-pre-page-h-font"
cls: "bi-border bi-border-radius direction-pager-prev row-pre-page-h-font bi-list-item-select2"
},
next: {
type: "bi.icon_button",
@ -60333,7 +60333,7 @@ BI.DirectionPager = BI.inherit(BI.Widget, {
warningTitle: BI.i18nText("BI-Current_Is_Last_Page"),
height: 22,
width: 22,
cls: "bi-border direction-pager-next row-next-page-h-font"
cls: "bi-border bi-border-radius direction-pager-next row-next-page-h-font bi-list-item-select2"
},
hasPrev: h.hasPrev,

44
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

8
dist/bundle.js vendored

@ -45430,7 +45430,7 @@ BI.Pager = BI.inherit(BI.Widget, {
type: "bi.button_group",
element: this,
items: BI.createItems(view, {
cls: "bi-list-item-select",
cls: "bi-list-item-select bi-border-radius",
height: 23,
hgap: 10
}),
@ -60394,7 +60394,7 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
var self = this, o = this.options, pagerIconCls = this._getPagerIconCls();
this.editor = BI.createWidget({
type: "bi.small_text_editor",
cls: "pager-editor",
cls: "pager-editor bi-border-radius",
validationChecker: function (v) {
return (self.rowCount.getValue() === 0 && v === "0") || BI.isPositiveInteger(v);
},
@ -60728,7 +60728,7 @@ BI.DirectionPager = BI.inherit(BI.Widget, {
warningTitle: BI.i18nText("BI-Current_Is_First_Page"),
height: 22,
width: 22,
cls: "bi-border direction-pager-prev row-pre-page-h-font"
cls: "bi-border bi-border-radius direction-pager-prev row-pre-page-h-font bi-list-item-select2"
},
next: {
type: "bi.icon_button",
@ -60737,7 +60737,7 @@ BI.DirectionPager = BI.inherit(BI.Widget, {
warningTitle: BI.i18nText("BI-Current_Is_Last_Page"),
height: 22,
width: 22,
cls: "bi-border direction-pager-next row-next-page-h-font"
cls: "bi-border bi-border-radius direction-pager-next row-next-page-h-font bi-list-item-select2"
},
hasPrev: h.hasPrev,

54
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

6
dist/case.js vendored

@ -7967,7 +7967,7 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
var self = this, o = this.options, pagerIconCls = this._getPagerIconCls();
this.editor = BI.createWidget({
type: "bi.small_text_editor",
cls: "pager-editor",
cls: "pager-editor bi-border-radius",
validationChecker: function (v) {
return (self.rowCount.getValue() === 0 && v === "0") || BI.isPositiveInteger(v);
},
@ -8301,7 +8301,7 @@ BI.DirectionPager = BI.inherit(BI.Widget, {
warningTitle: BI.i18nText("BI-Current_Is_First_Page"),
height: 22,
width: 22,
cls: "bi-border direction-pager-prev row-pre-page-h-font"
cls: "bi-border bi-border-radius direction-pager-prev row-pre-page-h-font bi-list-item-select2"
},
next: {
type: "bi.icon_button",
@ -8310,7 +8310,7 @@ BI.DirectionPager = BI.inherit(BI.Widget, {
warningTitle: BI.i18nText("BI-Current_Is_Last_Page"),
height: 22,
width: 22,
cls: "bi-border direction-pager-next row-next-page-h-font"
cls: "bi-border bi-border-radius direction-pager-next row-next-page-h-font bi-list-item-select2"
},
hasPrev: h.hasPrev,

8
dist/fineui.ie.js vendored

@ -45271,7 +45271,7 @@ BI.Pager = BI.inherit(BI.Widget, {
type: "bi.button_group",
element: this,
items: BI.createItems(view, {
cls: "bi-list-item-select",
cls: "bi-list-item-select bi-border-radius",
height: 23,
hgap: 10
}),
@ -60235,7 +60235,7 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
var self = this, o = this.options, pagerIconCls = this._getPagerIconCls();
this.editor = BI.createWidget({
type: "bi.small_text_editor",
cls: "pager-editor",
cls: "pager-editor bi-border-radius",
validationChecker: function (v) {
return (self.rowCount.getValue() === 0 && v === "0") || BI.isPositiveInteger(v);
},
@ -60569,7 +60569,7 @@ BI.DirectionPager = BI.inherit(BI.Widget, {
warningTitle: BI.i18nText("BI-Current_Is_First_Page"),
height: 22,
width: 22,
cls: "bi-border direction-pager-prev row-pre-page-h-font"
cls: "bi-border bi-border-radius direction-pager-prev row-pre-page-h-font bi-list-item-select2"
},
next: {
type: "bi.icon_button",
@ -60578,7 +60578,7 @@ BI.DirectionPager = BI.inherit(BI.Widget, {
warningTitle: BI.i18nText("BI-Current_Is_Last_Page"),
height: 22,
width: 22,
cls: "bi-border direction-pager-next row-next-page-h-font"
cls: "bi-border bi-border-radius direction-pager-next row-next-page-h-font bi-list-item-select2"
},
hasPrev: h.hasPrev,

40
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

8
dist/fineui.js vendored

@ -45675,7 +45675,7 @@ BI.Pager = BI.inherit(BI.Widget, {
type: "bi.button_group",
element: this,
items: BI.createItems(view, {
cls: "bi-list-item-select",
cls: "bi-list-item-select bi-border-radius",
height: 23,
hgap: 10
}),
@ -60639,7 +60639,7 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
var self = this, o = this.options, pagerIconCls = this._getPagerIconCls();
this.editor = BI.createWidget({
type: "bi.small_text_editor",
cls: "pager-editor",
cls: "pager-editor bi-border-radius",
validationChecker: function (v) {
return (self.rowCount.getValue() === 0 && v === "0") || BI.isPositiveInteger(v);
},
@ -60973,7 +60973,7 @@ BI.DirectionPager = BI.inherit(BI.Widget, {
warningTitle: BI.i18nText("BI-Current_Is_First_Page"),
height: 22,
width: 22,
cls: "bi-border direction-pager-prev row-pre-page-h-font"
cls: "bi-border bi-border-radius direction-pager-prev row-pre-page-h-font bi-list-item-select2"
},
next: {
type: "bi.icon_button",
@ -60982,7 +60982,7 @@ BI.DirectionPager = BI.inherit(BI.Widget, {
warningTitle: BI.i18nText("BI-Current_Is_Last_Page"),
height: 22,
width: 22,
cls: "bi-border direction-pager-next row-next-page-h-font"
cls: "bi-border bi-border-radius direction-pager-next row-next-page-h-font bi-list-item-select2"
},
hasPrev: h.hasPrev,

40
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

8
dist/fineui_without_jquery_polyfill.js vendored

@ -32789,7 +32789,7 @@ BI.Pager = BI.inherit(BI.Widget, {
type: "bi.button_group",
element: this,
items: BI.createItems(view, {
cls: "bi-list-item-select",
cls: "bi-list-item-select bi-border-radius",
height: 23,
hgap: 10
}),
@ -43214,7 +43214,7 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
var self = this, o = this.options, pagerIconCls = this._getPagerIconCls();
this.editor = BI.createWidget({
type: "bi.small_text_editor",
cls: "pager-editor",
cls: "pager-editor bi-border-radius",
validationChecker: function (v) {
return (self.rowCount.getValue() === 0 && v === "0") || BI.isPositiveInteger(v);
},
@ -43548,7 +43548,7 @@ BI.DirectionPager = BI.inherit(BI.Widget, {
warningTitle: BI.i18nText("BI-Current_Is_First_Page"),
height: 22,
width: 22,
cls: "bi-border direction-pager-prev row-pre-page-h-font"
cls: "bi-border bi-border-radius direction-pager-prev row-pre-page-h-font bi-list-item-select2"
},
next: {
type: "bi.icon_button",
@ -43557,7 +43557,7 @@ BI.DirectionPager = BI.inherit(BI.Widget, {
warningTitle: BI.i18nText("BI-Current_Is_Last_Page"),
height: 22,
width: 22,
cls: "bi-border direction-pager-next row-next-page-h-font"
cls: "bi-border bi-border-radius direction-pager-next row-next-page-h-font bi-list-item-select2"
},
hasPrev: h.hasPrev,

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save