|
|
@ -35575,6 +35575,7 @@ BI.Pane = BI.inherit(BI.Widget, { |
|
|
|
if (!BI.Layers.has(this.getName())) { |
|
|
|
if (!BI.Layers.has(this.getName())) { |
|
|
|
BI.createWidget({ |
|
|
|
BI.createWidget({ |
|
|
|
type: "bi.absolute_center_adapt", |
|
|
|
type: "bi.absolute_center_adapt", |
|
|
|
|
|
|
|
cls: "loading-container", |
|
|
|
items: [{ |
|
|
|
items: [{ |
|
|
|
el: loadingAnimation |
|
|
|
el: loadingAnimation |
|
|
|
}], |
|
|
|
}], |
|
|
@ -35588,6 +35589,7 @@ BI.Pane = BI.inherit(BI.Widget, { |
|
|
|
BI.createWidget({ |
|
|
|
BI.createWidget({ |
|
|
|
type: "bi.absolute_center_adapt", |
|
|
|
type: "bi.absolute_center_adapt", |
|
|
|
element: this, |
|
|
|
element: this, |
|
|
|
|
|
|
|
cls: "loading-container", |
|
|
|
items: [{ |
|
|
|
items: [{ |
|
|
|
el: this._loading, |
|
|
|
el: this._loading, |
|
|
|
left: 0, |
|
|
|
left: 0, |
|
|
|