windy 6 years ago
parent
commit
b147933bdb
  1. 6
      dist/base.css
  2. 3
      dist/base.js
  3. 6
      dist/bundle.css
  4. 3
      dist/bundle.ie.js
  5. 56
      dist/bundle.ie.min.js
  6. 3
      dist/bundle.js
  7. 2
      dist/bundle.min.css
  8. 56
      dist/bundle.min.js
  9. 6
      dist/fineui.css
  10. 3
      dist/fineui.ie.js
  11. 56
      dist/fineui.ie.min.js
  12. 3
      dist/fineui.js
  13. 2
      dist/fineui.min.css
  14. 56
      dist/fineui.min.js
  15. 3
      dist/fineui_without_jquery_polyfill.js
  16. 2
      dist/utils.min.js
  17. 3
      src/base/pane.js
  18. 6
      src/css/base/pane.css
  19. 4
      src/less/base/pane.less

6
dist/base.css vendored

@ -653,6 +653,12 @@
-moz-border-radius: 2px;
border-radius: 2px;
}
.bi-pane {
min-height: 25px;
}
.bi-pane.loading-status {
min-height: 55px;
}
.bi-pane .loading-container {
background-color: rgba(247, 248, 250, 0);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00f7f8fa,endColorstr=#00f7f8fa);

3
dist/base.js vendored

@ -243,6 +243,7 @@ BI.Pane = BI.inherit(BI.Widget, {
});
BI.createWidget({
type: "bi.absolute_center_adapt",
cls: "no-item-tip-status",
element: this,
items: [this._tipText]
});
@ -305,6 +306,7 @@ BI.Pane = BI.inherit(BI.Widget, {
}]
});
}
this.element.addClass("loading-status");
},
loaded: function () {
@ -314,6 +316,7 @@ BI.Pane = BI.inherit(BI.Widget, {
this._loading && (this._loading = null);
o.onLoaded();
self.fireEvent(BI.Pane.EVENT_LOADED);
this.element.removeClass("loading-status");
},
check: function () {

6
dist/bundle.css vendored

@ -2607,6 +2607,12 @@ textarea {
-moz-border-radius: 2px;
border-radius: 2px;
}
.bi-pane {
min-height: 25px;
}
.bi-pane.loading-status {
min-height: 55px;
}
.bi-pane .loading-container {
background-color: rgba(247, 248, 250, 0);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00f7f8fa,endColorstr=#00f7f8fa);

3
dist/bundle.ie.js vendored

@ -35137,6 +35137,7 @@ BI.Pane = BI.inherit(BI.Widget, {
});
BI.createWidget({
type: "bi.absolute_center_adapt",
cls: "no-item-tip-status",
element: this,
items: [this._tipText]
});
@ -35199,6 +35200,7 @@ BI.Pane = BI.inherit(BI.Widget, {
}]
});
}
this.element.addClass("loading-status");
},
loaded: function () {
@ -35208,6 +35210,7 @@ BI.Pane = BI.inherit(BI.Widget, {
this._loading && (this._loading = null);
o.onLoaded();
self.fireEvent(BI.Pane.EVENT_LOADED);
this.element.removeClass("loading-status");
},
check: function () {

56
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

3
dist/bundle.js vendored

@ -35676,6 +35676,7 @@ BI.Pane = BI.inherit(BI.Widget, {
});
BI.createWidget({
type: "bi.absolute_center_adapt",
cls: "no-item-tip-status",
element: this,
items: [this._tipText]
});
@ -35738,6 +35739,7 @@ BI.Pane = BI.inherit(BI.Widget, {
}]
});
}
this.element.addClass("loading-status");
},
loaded: function () {
@ -35747,6 +35749,7 @@ BI.Pane = BI.inherit(BI.Widget, {
this._loading && (this._loading = null);
o.onLoaded();
self.fireEvent(BI.Pane.EVENT_LOADED);
this.element.removeClass("loading-status");
},
check: function () {

2
dist/bundle.min.css vendored

File diff suppressed because one or more lines are too long

56
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

6
dist/fineui.css vendored

@ -2607,6 +2607,12 @@ textarea {
-moz-border-radius: 2px;
border-radius: 2px;
}
.bi-pane {
min-height: 25px;
}
.bi-pane.loading-status {
min-height: 55px;
}
.bi-pane .loading-container {
background-color: rgba(247, 248, 250, 0);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00f7f8fa,endColorstr=#00f7f8fa);

3
dist/fineui.ie.js vendored

@ -35379,6 +35379,7 @@ BI.Pane = BI.inherit(BI.Widget, {
});
BI.createWidget({
type: "bi.absolute_center_adapt",
cls: "no-item-tip-status",
element: this,
items: [this._tipText]
});
@ -35441,6 +35442,7 @@ BI.Pane = BI.inherit(BI.Widget, {
}]
});
}
this.element.addClass("loading-status");
},
loaded: function () {
@ -35450,6 +35452,7 @@ BI.Pane = BI.inherit(BI.Widget, {
this._loading && (this._loading = null);
o.onLoaded();
self.fireEvent(BI.Pane.EVENT_LOADED);
this.element.removeClass("loading-status");
},
check: function () {

56
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

3
dist/fineui.js vendored

@ -35918,6 +35918,7 @@ BI.Pane = BI.inherit(BI.Widget, {
});
BI.createWidget({
type: "bi.absolute_center_adapt",
cls: "no-item-tip-status",
element: this,
items: [this._tipText]
});
@ -35980,6 +35981,7 @@ BI.Pane = BI.inherit(BI.Widget, {
}]
});
}
this.element.addClass("loading-status");
},
loaded: function () {
@ -35989,6 +35991,7 @@ BI.Pane = BI.inherit(BI.Widget, {
this._loading && (this._loading = null);
o.onLoaded();
self.fireEvent(BI.Pane.EVENT_LOADED);
this.element.removeClass("loading-status");
},
check: function () {

2
dist/fineui.min.css vendored

File diff suppressed because one or more lines are too long

56
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

3
dist/fineui_without_jquery_polyfill.js vendored

@ -24486,6 +24486,7 @@ BI.Pane = BI.inherit(BI.Widget, {
});
BI.createWidget({
type: "bi.absolute_center_adapt",
cls: "no-item-tip-status",
element: this,
items: [this._tipText]
});
@ -24548,6 +24549,7 @@ BI.Pane = BI.inherit(BI.Widget, {
}]
});
}
this.element.addClass("loading-status");
},
loaded: function () {
@ -24557,6 +24559,7 @@ BI.Pane = BI.inherit(BI.Widget, {
this._loading && (this._loading = null);
o.onLoaded();
self.fireEvent(BI.Pane.EVENT_LOADED);
this.element.removeClass("loading-status");
},
check: function () {

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

3
src/base/pane.js

@ -42,6 +42,7 @@ BI.Pane = BI.inherit(BI.Widget, {
});
BI.createWidget({
type: "bi.absolute_center_adapt",
cls: "no-item-tip-status",
element: this,
items: [this._tipText]
});
@ -104,6 +105,7 @@ BI.Pane = BI.inherit(BI.Widget, {
}]
});
}
this.element.addClass("loading-status");
},
loaded: function () {
@ -113,6 +115,7 @@ BI.Pane = BI.inherit(BI.Widget, {
this._loading && (this._loading = null);
o.onLoaded();
self.fireEvent(BI.Pane.EVENT_LOADED);
this.element.removeClass("loading-status");
},
check: function () {

6
src/css/base/pane.css

@ -1,3 +1,9 @@
.bi-pane {
min-height: 25px;
}
.bi-pane.loading-status {
min-height: 55px;
}
.bi-pane .loading-container {
background-color: rgba(247, 248, 250, 0);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00f7f8fa,endColorstr=#00f7f8fa);

4
src/less/base/pane.less

@ -2,6 +2,10 @@
@import "../image";
@import "../lib/icon";
.bi-pane {
min-height: 25px;
&.loading-status{
min-height: 55px;
}
& .loading-container {
.background-color(@color-bi-background-normal, 0);
}

Loading…
Cancel
Save