|
|
@ -1,4 +1,4 @@ |
|
|
|
/*! time: 2021-2-18 09:50:39 */ |
|
|
|
/*! time: 2021-2-18 17:00:32 */ |
|
|
|
/******/ (function(modules) { // webpackBootstrap
|
|
|
|
/******/ (function(modules) { // webpackBootstrap
|
|
|
|
/******/ // The module cache
|
|
|
|
/******/ // The module cache
|
|
|
|
/******/ var installedModules = {}; |
|
|
|
/******/ var installedModules = {}; |
|
|
@ -18970,7 +18970,7 @@ BI.FlexHorizontalLayout = BI.inherit(BI.Layout, { |
|
|
|
w.element.css({ |
|
|
|
w.element.css({ |
|
|
|
position: "relative" |
|
|
|
position: "relative" |
|
|
|
}); |
|
|
|
}); |
|
|
|
if (BI.contains([BI.HorizontalAlign.Left, BI.HorizontalAlign.Right, BI.HorizontalAlign.Center], o.horizontalAlign)) { |
|
|
|
if (o.horizontalAlign !== BI.HorizontalAlign.Stretch && o.columnSize[i] !== "auto") { |
|
|
|
w.element.css({ |
|
|
|
w.element.css({ |
|
|
|
"flex-shrink": "0" |
|
|
|
"flex-shrink": "0" |
|
|
|
}); |
|
|
|
}); |
|
|
@ -19117,7 +19117,7 @@ BI.FlexVerticalLayout = BI.inherit(BI.Layout, { |
|
|
|
w.element.css({ |
|
|
|
w.element.css({ |
|
|
|
position: "relative" |
|
|
|
position: "relative" |
|
|
|
}); |
|
|
|
}); |
|
|
|
if (o.verticalAlign === BI.VerticalAlign.Top || o.verticalAlign === BI.VerticalAlign.Bottom) { |
|
|
|
if (o.verticalAlign !== BI.VerticalAlign.Stretch && o.rowSize[i] !== "auto") { |
|
|
|
w.element.css({ |
|
|
|
w.element.css({ |
|
|
|
"flex-shrink": "0" |
|
|
|
"flex-shrink": "0" |
|
|
|
}); |
|
|
|
}); |
|
|
@ -19322,7 +19322,7 @@ BI.FlexWrapperHorizontalLayout = BI.inherit(BI.Layout, { |
|
|
|
w.element.css({ |
|
|
|
w.element.css({ |
|
|
|
position: "relative" |
|
|
|
position: "relative" |
|
|
|
}); |
|
|
|
}); |
|
|
|
if (o.horizontalAlign === BI.HorizontalAlign.Left || o.horizontalAlign === BI.HorizontalAlign.Right) { |
|
|
|
if (o.horizontalAlign !== BI.HorizontalAlign.Stretch && o.columnSize[i] !== "auto") { |
|
|
|
w.element.css({ |
|
|
|
w.element.css({ |
|
|
|
"flex-shrink": "0" |
|
|
|
"flex-shrink": "0" |
|
|
|
}); |
|
|
|
}); |
|
|
@ -19477,7 +19477,7 @@ BI.FlexWrapperVerticalLayout = BI.inherit(BI.Layout, { |
|
|
|
w.element.css({ |
|
|
|
w.element.css({ |
|
|
|
position: "relative" |
|
|
|
position: "relative" |
|
|
|
}); |
|
|
|
}); |
|
|
|
if (o.verticalAlign === BI.VerticalAlign.Top || o.verticalAlign === BI.VerticalAlign.Bottom) { |
|
|
|
if (o.verticalAlign !== BI.VerticalAlign.Stretch && o.rowSize[i] !== "auto") { |
|
|
|
w.element.css({ |
|
|
|
w.element.css({ |
|
|
|
"flex-shrink": "0" |
|
|
|
"flex-shrink": "0" |
|
|
|
}); |
|
|
|
}); |
|
|
@ -31471,6 +31471,7 @@ BI.shortcut("bi.radio", BI.Radio); |
|
|
|
BI.createWidget({ |
|
|
|
BI.createWidget({ |
|
|
|
type: "bi.center_adapt", |
|
|
|
type: "bi.center_adapt", |
|
|
|
height: o.height, |
|
|
|
height: o.height, |
|
|
|
|
|
|
|
columnSize: [o.whiteSpace === "normal" ? "auto" : ""], // important! 让文字在normal下shrink为1
|
|
|
|
scrollable: o.whiteSpace === "normal", |
|
|
|
scrollable: o.whiteSpace === "normal", |
|
|
|
element: this, |
|
|
|
element: this, |
|
|
|
items: [ |
|
|
|
items: [ |
|
|
@ -31483,6 +31484,7 @@ BI.shortcut("bi.radio", BI.Radio); |
|
|
|
} |
|
|
|
} |
|
|
|
BI.createWidget({ // 1.2
|
|
|
|
BI.createWidget({ // 1.2
|
|
|
|
type: "bi.center_adapt", |
|
|
|
type: "bi.center_adapt", |
|
|
|
|
|
|
|
columnSize: [o.whiteSpace === "normal" ? "auto" : ""], // important! 让文字在normal下shrink为1
|
|
|
|
scrollable: o.whiteSpace === "normal", |
|
|
|
scrollable: o.whiteSpace === "normal", |
|
|
|
element: this, |
|
|
|
element: this, |
|
|
|
items: [ |
|
|
|
items: [ |
|
|
@ -31505,6 +31507,7 @@ BI.shortcut("bi.radio", BI.Radio); |
|
|
|
this.text = BI.createWidget(json); |
|
|
|
this.text = BI.createWidget(json); |
|
|
|
BI.createWidget({ |
|
|
|
BI.createWidget({ |
|
|
|
type: "bi.center_adapt", |
|
|
|
type: "bi.center_adapt", |
|
|
|
|
|
|
|
columnSize: [o.whiteSpace === "normal" ? "auto" : ""], // important! 让文字在normal下shrink为1
|
|
|
|
scrollable: o.whiteSpace === "normal", |
|
|
|
scrollable: o.whiteSpace === "normal", |
|
|
|
element: this, |
|
|
|
element: this, |
|
|
|
items: [this.text] |
|
|
|
items: [this.text] |
|
|
@ -31539,6 +31542,7 @@ BI.shortcut("bi.radio", BI.Radio); |
|
|
|
this.text = BI.createWidget(json); |
|
|
|
this.text = BI.createWidget(json); |
|
|
|
BI.createWidget({ |
|
|
|
BI.createWidget({ |
|
|
|
type: "bi.center_adapt", |
|
|
|
type: "bi.center_adapt", |
|
|
|
|
|
|
|
columnSize: [o.whiteSpace === "normal" ? "auto" : ""], // important! 让文字在normal下shrink为1
|
|
|
|
scrollable: o.whiteSpace === "normal", |
|
|
|
scrollable: o.whiteSpace === "normal", |
|
|
|
element: this, |
|
|
|
element: this, |
|
|
|
items: [this.text] |
|
|
|
items: [this.text] |
|
|
@ -31549,6 +31553,7 @@ BI.shortcut("bi.radio", BI.Radio); |
|
|
|
json.maxWidth = o.textWidth; |
|
|
|
json.maxWidth = o.textWidth; |
|
|
|
BI.createWidget({ |
|
|
|
BI.createWidget({ |
|
|
|
type: "bi.center_adapt", |
|
|
|
type: "bi.center_adapt", |
|
|
|
|
|
|
|
columnSize: [o.whiteSpace === "normal" ? "auto" : ""], // important! 让文字在normal下shrink为1
|
|
|
|
scrollable: o.whiteSpace === "normal", |
|
|
|
scrollable: o.whiteSpace === "normal", |
|
|
|
element: this, |
|
|
|
element: this, |
|
|
|
items: [ |
|
|
|
items: [ |
|
|
@ -31571,6 +31576,7 @@ BI.shortcut("bi.radio", BI.Radio); |
|
|
|
this.text = BI.createWidget(json); |
|
|
|
this.text = BI.createWidget(json); |
|
|
|
BI.createWidget({ |
|
|
|
BI.createWidget({ |
|
|
|
type: "bi.center_adapt", |
|
|
|
type: "bi.center_adapt", |
|
|
|
|
|
|
|
columnSize: [o.whiteSpace === "normal" ? "auto" : ""], // important! 让文字在normal下shrink为1
|
|
|
|
scrollable: true, |
|
|
|
scrollable: true, |
|
|
|
element: this, |
|
|
|
element: this, |
|
|
|
items: [this.text] |
|
|
|
items: [this.text] |
|
|
@ -31607,6 +31613,7 @@ BI.shortcut("bi.radio", BI.Radio); |
|
|
|
})); |
|
|
|
})); |
|
|
|
BI.createWidget({ |
|
|
|
BI.createWidget({ |
|
|
|
type: "bi.center_adapt", |
|
|
|
type: "bi.center_adapt", |
|
|
|
|
|
|
|
columnSize: [o.whiteSpace === "normal" ? "auto" : ""], // important! 让文字在normal下shrink为1
|
|
|
|
element: this, |
|
|
|
element: this, |
|
|
|
items: [this.text] |
|
|
|
items: [this.text] |
|
|
|
}); |
|
|
|
}); |
|
|
@ -31623,6 +31630,7 @@ BI.shortcut("bi.radio", BI.Radio); |
|
|
|
BI.createWidget({ |
|
|
|
BI.createWidget({ |
|
|
|
type: adaptLayout, |
|
|
|
type: adaptLayout, |
|
|
|
horizontalAlign: o.textAlign, |
|
|
|
horizontalAlign: o.textAlign, |
|
|
|
|
|
|
|
columnSize: [o.whiteSpace === "normal" ? "auto" : ""], // important! 让文字在normal下shrink为1
|
|
|
|
height: o.height, |
|
|
|
height: o.height, |
|
|
|
scrollable: o.whiteSpace === "normal", |
|
|
|
scrollable: o.whiteSpace === "normal", |
|
|
|
element: this, |
|
|
|
element: this, |
|
|
@ -31637,6 +31645,7 @@ BI.shortcut("bi.radio", BI.Radio); |
|
|
|
BI.createWidget({ // 2.2
|
|
|
|
BI.createWidget({ // 2.2
|
|
|
|
type: adaptLayout, |
|
|
|
type: adaptLayout, |
|
|
|
horizontalAlign: o.textAlign, |
|
|
|
horizontalAlign: o.textAlign, |
|
|
|
|
|
|
|
columnSize: [o.whiteSpace === "normal" ? "auto" : ""], // important! 让文字在normal下shrink为1
|
|
|
|
scrollable: o.whiteSpace === "normal", |
|
|
|
scrollable: o.whiteSpace === "normal", |
|
|
|
hgap: o.hgap, |
|
|
|
hgap: o.hgap, |
|
|
|
vgap: o.vgap, |
|
|
|
vgap: o.vgap, |
|
|
@ -31674,6 +31683,7 @@ BI.shortcut("bi.radio", BI.Radio); |
|
|
|
BI.createWidget({ // 2.4
|
|
|
|
BI.createWidget({ // 2.4
|
|
|
|
type: adaptLayout, |
|
|
|
type: adaptLayout, |
|
|
|
horizontalAlign: o.textAlign, |
|
|
|
horizontalAlign: o.textAlign, |
|
|
|
|
|
|
|
columnSize: [o.whiteSpace === "normal" ? "auto" : ""], // important! 让文字在normal下shrink为1
|
|
|
|
scrollable: o.whiteSpace === "normal", |
|
|
|
scrollable: o.whiteSpace === "normal", |
|
|
|
hgap: o.hgap, |
|
|
|
hgap: o.hgap, |
|
|
|
vgap: o.vgap, |
|
|
|
vgap: o.vgap, |
|
|
@ -31693,6 +31703,7 @@ BI.shortcut("bi.radio", BI.Radio); |
|
|
|
BI.createWidget({ // 2.5
|
|
|
|
BI.createWidget({ // 2.5
|
|
|
|
type: adaptLayout, |
|
|
|
type: adaptLayout, |
|
|
|
horizontalAlign: o.textAlign, |
|
|
|
horizontalAlign: o.textAlign, |
|
|
|
|
|
|
|
columnSize: [o.whiteSpace === "normal" ? "auto" : ""], // important! 让文字在normal下shrink为1
|
|
|
|
scrollable: o.whiteSpace === "normal", |
|
|
|
scrollable: o.whiteSpace === "normal", |
|
|
|
hgap: o.hgap, |
|
|
|
hgap: o.hgap, |
|
|
|
vgap: o.vgap, |
|
|
|
vgap: o.vgap, |
|
|
@ -31741,6 +31752,7 @@ BI.shortcut("bi.radio", BI.Radio); |
|
|
|
BI.createWidget({ |
|
|
|
BI.createWidget({ |
|
|
|
type: adaptLayout, |
|
|
|
type: adaptLayout, |
|
|
|
horizontalAlign: o.textAlign, |
|
|
|
horizontalAlign: o.textAlign, |
|
|
|
|
|
|
|
columnSize: [o.whiteSpace === "normal" ? "auto" : ""], // important! 让文字在normal下shrink为1
|
|
|
|
element: this, |
|
|
|
element: this, |
|
|
|
scrollable: o.whiteSpace === "normal", |
|
|
|
scrollable: o.whiteSpace === "normal", |
|
|
|
items: [this.text] |
|
|
|
items: [this.text] |
|
|
|