Browse Source

KERNEL-748 feat: fineui的html、htmlLabel控件代码优化.

es6
dailer 5 years ago
parent
commit
4a2e6914ce
  1. 29
      dist/2.0/fineui.ie.js
  2. 29
      dist/2.0/fineui.js
  3. 29
      dist/base.js
  4. 29
      dist/bundle.ie.js
  5. 29
      dist/bundle.js
  6. 29
      dist/fineui.ie.js
  7. 29
      dist/fineui.js
  8. 29
      dist/fineui_without_jquery_polyfill.js
  9. 29
      src/base/single/label/abstract.label.js

29
dist/2.0/fineui.ie.js vendored

@ -48682,19 +48682,22 @@ BI.shortcut("bi.radio", BI.Radio);/**
BI.AbstractLabel = BI.inherit(BI.Single, { BI.AbstractLabel = BI.inherit(BI.Single, {
props: { _defaultConfig: function (props) {
textAlign: "center", var conf = BI.AbstractLabel.superclass._defaultConfig.apply(this, arguments);
whiteSpace: "nowrap", // normal or nowrap return BI.extend(conf, {
textWidth: null, textAlign: "center",
textHeight: null, whiteSpace: "nowrap", // normal or nowrap
hgap: 0, textWidth: null,
vgap: 0, textHeight: null,
lgap: 0, hgap: 0,
rgap: 0, vgap: 0,
tgap: 0, lgap: 0,
bgap: 0, rgap: 0,
text: "", tgap: 0,
highLight: false bgap: 0,
text: "",
highLight: false
});
}, },
_createJson: function () { _createJson: function () {

29
dist/2.0/fineui.js vendored

@ -49086,19 +49086,22 @@ BI.shortcut("bi.radio", BI.Radio);/**
BI.AbstractLabel = BI.inherit(BI.Single, { BI.AbstractLabel = BI.inherit(BI.Single, {
props: { _defaultConfig: function (props) {
textAlign: "center", var conf = BI.AbstractLabel.superclass._defaultConfig.apply(this, arguments);
whiteSpace: "nowrap", // normal or nowrap return BI.extend(conf, {
textWidth: null, textAlign: "center",
textHeight: null, whiteSpace: "nowrap", // normal or nowrap
hgap: 0, textWidth: null,
vgap: 0, textHeight: null,
lgap: 0, hgap: 0,
rgap: 0, vgap: 0,
tgap: 0, lgap: 0,
bgap: 0, rgap: 0,
text: "", tgap: 0,
highLight: false bgap: 0,
text: "",
highLight: false
});
}, },
_createJson: function () { _createJson: function () {

29
dist/base.js vendored

@ -10798,19 +10798,22 @@ BI.shortcut("bi.radio", BI.Radio);/**
BI.AbstractLabel = BI.inherit(BI.Single, { BI.AbstractLabel = BI.inherit(BI.Single, {
props: { _defaultConfig: function (props) {
textAlign: "center", var conf = BI.AbstractLabel.superclass._defaultConfig.apply(this, arguments);
whiteSpace: "nowrap", // normal or nowrap return BI.extend(conf, {
textWidth: null, textAlign: "center",
textHeight: null, whiteSpace: "nowrap", // normal or nowrap
hgap: 0, textWidth: null,
vgap: 0, textHeight: null,
lgap: 0, hgap: 0,
rgap: 0, vgap: 0,
tgap: 0, lgap: 0,
bgap: 0, rgap: 0,
text: "", tgap: 0,
highLight: false bgap: 0,
text: "",
highLight: false
});
}, },
_createJson: function () { _createJson: function () {

29
dist/bundle.ie.js vendored

@ -48682,19 +48682,22 @@ BI.shortcut("bi.radio", BI.Radio);/**
BI.AbstractLabel = BI.inherit(BI.Single, { BI.AbstractLabel = BI.inherit(BI.Single, {
props: { _defaultConfig: function (props) {
textAlign: "center", var conf = BI.AbstractLabel.superclass._defaultConfig.apply(this, arguments);
whiteSpace: "nowrap", // normal or nowrap return BI.extend(conf, {
textWidth: null, textAlign: "center",
textHeight: null, whiteSpace: "nowrap", // normal or nowrap
hgap: 0, textWidth: null,
vgap: 0, textHeight: null,
lgap: 0, hgap: 0,
rgap: 0, vgap: 0,
tgap: 0, lgap: 0,
bgap: 0, rgap: 0,
text: "", tgap: 0,
highLight: false bgap: 0,
text: "",
highLight: false
});
}, },
_createJson: function () { _createJson: function () {

29
dist/bundle.js vendored

@ -49086,19 +49086,22 @@ BI.shortcut("bi.radio", BI.Radio);/**
BI.AbstractLabel = BI.inherit(BI.Single, { BI.AbstractLabel = BI.inherit(BI.Single, {
props: { _defaultConfig: function (props) {
textAlign: "center", var conf = BI.AbstractLabel.superclass._defaultConfig.apply(this, arguments);
whiteSpace: "nowrap", // normal or nowrap return BI.extend(conf, {
textWidth: null, textAlign: "center",
textHeight: null, whiteSpace: "nowrap", // normal or nowrap
hgap: 0, textWidth: null,
vgap: 0, textHeight: null,
lgap: 0, hgap: 0,
rgap: 0, vgap: 0,
tgap: 0, lgap: 0,
bgap: 0, rgap: 0,
text: "", tgap: 0,
highLight: false bgap: 0,
text: "",
highLight: false
});
}, },
_createJson: function () { _createJson: function () {

29
dist/fineui.ie.js vendored

@ -48927,19 +48927,22 @@ BI.shortcut("bi.radio", BI.Radio);/**
BI.AbstractLabel = BI.inherit(BI.Single, { BI.AbstractLabel = BI.inherit(BI.Single, {
props: { _defaultConfig: function (props) {
textAlign: "center", var conf = BI.AbstractLabel.superclass._defaultConfig.apply(this, arguments);
whiteSpace: "nowrap", // normal or nowrap return BI.extend(conf, {
textWidth: null, textAlign: "center",
textHeight: null, whiteSpace: "nowrap", // normal or nowrap
hgap: 0, textWidth: null,
vgap: 0, textHeight: null,
lgap: 0, hgap: 0,
rgap: 0, vgap: 0,
tgap: 0, lgap: 0,
bgap: 0, rgap: 0,
text: "", tgap: 0,
highLight: false bgap: 0,
text: "",
highLight: false
});
}, },
_createJson: function () { _createJson: function () {

29
dist/fineui.js vendored

@ -49331,19 +49331,22 @@ BI.shortcut("bi.radio", BI.Radio);/**
BI.AbstractLabel = BI.inherit(BI.Single, { BI.AbstractLabel = BI.inherit(BI.Single, {
props: { _defaultConfig: function (props) {
textAlign: "center", var conf = BI.AbstractLabel.superclass._defaultConfig.apply(this, arguments);
whiteSpace: "nowrap", // normal or nowrap return BI.extend(conf, {
textWidth: null, textAlign: "center",
textHeight: null, whiteSpace: "nowrap", // normal or nowrap
hgap: 0, textWidth: null,
vgap: 0, textHeight: null,
lgap: 0, hgap: 0,
rgap: 0, vgap: 0,
tgap: 0, lgap: 0,
bgap: 0, rgap: 0,
text: "", tgap: 0,
highLight: false bgap: 0,
text: "",
highLight: false
});
}, },
_createJson: function () { _createJson: function () {

29
dist/fineui_without_jquery_polyfill.js vendored

@ -35832,19 +35832,22 @@ BI.shortcut("bi.radio", BI.Radio);/**
BI.AbstractLabel = BI.inherit(BI.Single, { BI.AbstractLabel = BI.inherit(BI.Single, {
props: { _defaultConfig: function (props) {
textAlign: "center", var conf = BI.AbstractLabel.superclass._defaultConfig.apply(this, arguments);
whiteSpace: "nowrap", // normal or nowrap return BI.extend(conf, {
textWidth: null, textAlign: "center",
textHeight: null, whiteSpace: "nowrap", // normal or nowrap
hgap: 0, textWidth: null,
vgap: 0, textHeight: null,
lgap: 0, hgap: 0,
rgap: 0, vgap: 0,
tgap: 0, lgap: 0,
bgap: 0, rgap: 0,
text: "", tgap: 0,
highLight: false bgap: 0,
text: "",
highLight: false
});
}, },
_createJson: function () { _createJson: function () {

29
src/base/single/label/abstract.label.js

@ -4,19 +4,22 @@
BI.AbstractLabel = BI.inherit(BI.Single, { BI.AbstractLabel = BI.inherit(BI.Single, {
props: { _defaultConfig: function (props) {
textAlign: "center", var conf = BI.AbstractLabel.superclass._defaultConfig.apply(this, arguments);
whiteSpace: "nowrap", // normal or nowrap return BI.extend(conf, {
textWidth: null, textAlign: "center",
textHeight: null, whiteSpace: "nowrap", // normal or nowrap
hgap: 0, textWidth: null,
vgap: 0, textHeight: null,
lgap: 0, hgap: 0,
rgap: 0, vgap: 0,
tgap: 0, lgap: 0,
bgap: 0, rgap: 0,
text: "", tgap: 0,
highLight: false bgap: 0,
text: "",
highLight: false
});
}, },
_createJson: function () { _createJson: function () {

Loading…
Cancel
Save