Browse Source

BI-31697 组件加载尺寸修改为30*30

es6
Zhenfei.Li 6 years ago
parent
commit
787362e9ec
  1. 20
      dist/base.js
  2. 20
      dist/bundle.js
  3. 34
      dist/bundle.min.js
  4. 20
      dist/fineui.js
  5. 34
      dist/fineui.min.js
  6. 20
      dist/fineui_without_jquery_polyfill.js
  7. BIN
      dist/images/1x/icon/loading.gif
  8. BIN
      dist/images/2x/icon/loading.gif
  9. 2
      dist/utils.min.js
  10. 20
      src/base/pane.js
  11. 3
      src/less/base/pane.less

20
dist/base.js vendored

@ -254,25 +254,25 @@ BI.Pane = BI.inherit(BI.Widget, {
var loadingAnimation = BI.createWidget({
type: "bi.horizontal",
cls: "bi-loading-widget" + ((BI.isIE() && BI.getIEVersion() < 10) ? " hack" : ""),
height: 60,
width: 60,
hgap: 10,
vgap: 5,
height: 30,
width: 30,
hgap: 5.625,
vgap: 2.5,
items: [{
type: "bi.layout",
cls: "rect1",
height: 50,
width: 5
height: 25,
width: 2.5
}, {
type: "bi.layout",
cls: "rect2",
height: 50,
width: 5
height: 25,
width: 2.5
}, {
type: "bi.layout",
cls: "rect3",
height: 50,
width: 5
height: 25,
width: 2.5
}]
});
// pane在同步方式下由items决定tipText的显示与否

20
dist/bundle.js vendored

@ -35611,25 +35611,25 @@ BI.Pane = BI.inherit(BI.Widget, {
var loadingAnimation = BI.createWidget({
type: "bi.horizontal",
cls: "bi-loading-widget" + ((BI.isIE() && BI.getIEVersion() < 10) ? " hack" : ""),
height: 60,
width: 60,
hgap: 10,
vgap: 5,
height: 30,
width: 30,
hgap: 5.625,
vgap: 2.5,
items: [{
type: "bi.layout",
cls: "rect1",
height: 50,
width: 5
height: 25,
width: 2.5
}, {
type: "bi.layout",
cls: "rect2",
height: 50,
width: 5
height: 25,
width: 2.5
}, {
type: "bi.layout",
cls: "rect3",
height: 50,
width: 5
height: 25,
width: 2.5
}]
});
// pane在同步方式下由items决定tipText的显示与否

34
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

20
dist/fineui.js vendored

@ -35853,25 +35853,25 @@ BI.Pane = BI.inherit(BI.Widget, {
var loadingAnimation = BI.createWidget({
type: "bi.horizontal",
cls: "bi-loading-widget" + ((BI.isIE() && BI.getIEVersion() < 10) ? " hack" : ""),
height: 60,
width: 60,
hgap: 10,
vgap: 5,
height: 30,
width: 30,
hgap: 5.625,
vgap: 2.5,
items: [{
type: "bi.layout",
cls: "rect1",
height: 50,
width: 5
height: 25,
width: 2.5
}, {
type: "bi.layout",
cls: "rect2",
height: 50,
width: 5
height: 25,
width: 2.5
}, {
type: "bi.layout",
cls: "rect3",
height: 50,
width: 5
height: 25,
width: 2.5
}]
});
// pane在同步方式下由items决定tipText的显示与否

34
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

20
dist/fineui_without_jquery_polyfill.js vendored

@ -24422,25 +24422,25 @@ BI.Pane = BI.inherit(BI.Widget, {
var loadingAnimation = BI.createWidget({
type: "bi.horizontal",
cls: "bi-loading-widget" + ((BI.isIE() && BI.getIEVersion() < 10) ? " hack" : ""),
height: 60,
width: 60,
hgap: 10,
vgap: 5,
height: 30,
width: 30,
hgap: 5.625,
vgap: 2.5,
items: [{
type: "bi.layout",
cls: "rect1",
height: 50,
width: 5
height: 25,
width: 2.5
}, {
type: "bi.layout",
cls: "rect2",
height: 50,
width: 5
height: 25,
width: 2.5
}, {
type: "bi.layout",
cls: "rect3",
height: 50,
width: 5
height: 25,
width: 2.5
}]
});
// pane在同步方式下由items决定tipText的显示与否

BIN
dist/images/1x/icon/loading.gif vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

BIN
dist/images/2x/icon/loading.gif vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 11 KiB

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

20
src/base/pane.js

@ -53,25 +53,25 @@ BI.Pane = BI.inherit(BI.Widget, {
var loadingAnimation = BI.createWidget({
type: "bi.horizontal",
cls: "bi-loading-widget" + ((BI.isIE() && BI.getIEVersion() < 10) ? " hack" : ""),
height: 60,
width: 60,
hgap: 10,
vgap: 5,
height: 30,
width: 30,
hgap: 5.625,
vgap: 2.5,
items: [{
type: "bi.layout",
cls: "rect1",
height: 50,
width: 5
height: 25,
width: 2.5
}, {
type: "bi.layout",
cls: "rect2",
height: 50,
width: 5
height: 25,
width: 2.5
}, {
type: "bi.layout",
cls: "rect3",
height: 50,
width: 5
height: 25,
width: 2.5
}]
});
// pane在同步方式下由items决定tipText的显示与否

3
src/less/base/pane.less

@ -8,9 +8,10 @@
}
.bi-loading-widget {
font-size: 0;
div {
.background-color(@background-color-highlight, 90%);
.border-radius(2.5px);
.border-radius(1.25px);
.animation(loading-widget 0.8s infinite linear);
}
.rect2 {

Loading…
Cancel
Save