dailer 5 years ago
parent
commit
fc5c251dfa
  1. 29
      dist/2.0/fineui.ie.js
  2. 48
      dist/2.0/fineui.ie.min.js
  3. 29
      dist/2.0/fineui.js
  4. 20
      dist/2.0/fineui.min.js
  5. 29
      dist/base.js
  6. 29
      dist/bundle.ie.js
  7. 48
      dist/bundle.ie.min.js
  8. 29
      dist/bundle.js
  9. 20
      dist/bundle.min.js
  10. 29
      dist/fineui.ie.js
  11. 48
      dist/fineui.ie.min.js
  12. 29
      dist/fineui.js
  13. 48
      dist/fineui.min.js
  14. 29
      dist/fineui_without_jquery_polyfill.js
  15. 2
      dist/utils.min.js
  16. 2
      src/base/single/label/abstract.label.js
  17. 13
      src/base/single/label/html.label.js
  18. 14
      src/base/single/label/label.js

29
dist/2.0/fineui.ie.js vendored

@ -48694,8 +48694,6 @@ BI.AbstractLabel = BI.inherit(BI.Single, {
tgap: 0,
bgap: 0,
text: "",
py: "",
keyword: "",
highLight: false
},
@ -49051,18 +49049,7 @@ BI.AbstractLabel = BI.inherit(BI.Single, {
BI.HtmlLabel = BI.inherit(BI.AbstractLabel, {
props: {
baseCls: "bi-html-label",
textAlign: "center",
whiteSpace: "nowrap", // normal or nowrap
textWidth: null,
textHeight: null,
hgap: 0,
vgap: 0,
lgap: 0,
rgap: 0,
tgap: 0,
bgap: 0,
text: ""
baseCls: "bi-html-label"
},
_createJson: function () {
@ -49127,20 +49114,8 @@ BI.Label = BI.inherit(BI.AbstractLabel, {
props: {
baseCls: "bi-label",
textAlign: "center",
whiteSpace: "nowrap", // normal or nowrap
textWidth: null,
textHeight: null,
hgap: 0,
vgap: 0,
lgap: 0,
rgap: 0,
tgap: 0,
bgap: 0,
text: "",
py: "",
keyword: "",
highLight: false
keyword: ""
},
_createJson: function () {

48
dist/2.0/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

29
dist/2.0/fineui.js vendored

@ -49098,8 +49098,6 @@ BI.AbstractLabel = BI.inherit(BI.Single, {
tgap: 0,
bgap: 0,
text: "",
py: "",
keyword: "",
highLight: false
},
@ -49455,18 +49453,7 @@ BI.AbstractLabel = BI.inherit(BI.Single, {
BI.HtmlLabel = BI.inherit(BI.AbstractLabel, {
props: {
baseCls: "bi-html-label",
textAlign: "center",
whiteSpace: "nowrap", // normal or nowrap
textWidth: null,
textHeight: null,
hgap: 0,
vgap: 0,
lgap: 0,
rgap: 0,
tgap: 0,
bgap: 0,
text: ""
baseCls: "bi-html-label"
},
_createJson: function () {
@ -49531,20 +49518,8 @@ BI.Label = BI.inherit(BI.AbstractLabel, {
props: {
baseCls: "bi-label",
textAlign: "center",
whiteSpace: "nowrap", // normal or nowrap
textWidth: null,
textHeight: null,
hgap: 0,
vgap: 0,
lgap: 0,
rgap: 0,
tgap: 0,
bgap: 0,
text: "",
py: "",
keyword: "",
highLight: false
keyword: ""
},
_createJson: function () {

20
dist/2.0/fineui.min.js vendored

File diff suppressed because one or more lines are too long

29
dist/base.js vendored

@ -10810,8 +10810,6 @@ BI.AbstractLabel = BI.inherit(BI.Single, {
tgap: 0,
bgap: 0,
text: "",
py: "",
keyword: "",
highLight: false
},
@ -11167,18 +11165,7 @@ BI.AbstractLabel = BI.inherit(BI.Single, {
BI.HtmlLabel = BI.inherit(BI.AbstractLabel, {
props: {
baseCls: "bi-html-label",
textAlign: "center",
whiteSpace: "nowrap", // normal or nowrap
textWidth: null,
textHeight: null,
hgap: 0,
vgap: 0,
lgap: 0,
rgap: 0,
tgap: 0,
bgap: 0,
text: ""
baseCls: "bi-html-label"
},
_createJson: function () {
@ -11243,20 +11230,8 @@ BI.Label = BI.inherit(BI.AbstractLabel, {
props: {
baseCls: "bi-label",
textAlign: "center",
whiteSpace: "nowrap", // normal or nowrap
textWidth: null,
textHeight: null,
hgap: 0,
vgap: 0,
lgap: 0,
rgap: 0,
tgap: 0,
bgap: 0,
text: "",
py: "",
keyword: "",
highLight: false
keyword: ""
},
_createJson: function () {

29
dist/bundle.ie.js vendored

@ -48694,8 +48694,6 @@ BI.AbstractLabel = BI.inherit(BI.Single, {
tgap: 0,
bgap: 0,
text: "",
py: "",
keyword: "",
highLight: false
},
@ -49051,18 +49049,7 @@ BI.AbstractLabel = BI.inherit(BI.Single, {
BI.HtmlLabel = BI.inherit(BI.AbstractLabel, {
props: {
baseCls: "bi-html-label",
textAlign: "center",
whiteSpace: "nowrap", // normal or nowrap
textWidth: null,
textHeight: null,
hgap: 0,
vgap: 0,
lgap: 0,
rgap: 0,
tgap: 0,
bgap: 0,
text: ""
baseCls: "bi-html-label"
},
_createJson: function () {
@ -49127,20 +49114,8 @@ BI.Label = BI.inherit(BI.AbstractLabel, {
props: {
baseCls: "bi-label",
textAlign: "center",
whiteSpace: "nowrap", // normal or nowrap
textWidth: null,
textHeight: null,
hgap: 0,
vgap: 0,
lgap: 0,
rgap: 0,
tgap: 0,
bgap: 0,
text: "",
py: "",
keyword: "",
highLight: false
keyword: ""
},
_createJson: function () {

48
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

29
dist/bundle.js vendored

@ -49098,8 +49098,6 @@ BI.AbstractLabel = BI.inherit(BI.Single, {
tgap: 0,
bgap: 0,
text: "",
py: "",
keyword: "",
highLight: false
},
@ -49455,18 +49453,7 @@ BI.AbstractLabel = BI.inherit(BI.Single, {
BI.HtmlLabel = BI.inherit(BI.AbstractLabel, {
props: {
baseCls: "bi-html-label",
textAlign: "center",
whiteSpace: "nowrap", // normal or nowrap
textWidth: null,
textHeight: null,
hgap: 0,
vgap: 0,
lgap: 0,
rgap: 0,
tgap: 0,
bgap: 0,
text: ""
baseCls: "bi-html-label"
},
_createJson: function () {
@ -49531,20 +49518,8 @@ BI.Label = BI.inherit(BI.AbstractLabel, {
props: {
baseCls: "bi-label",
textAlign: "center",
whiteSpace: "nowrap", // normal or nowrap
textWidth: null,
textHeight: null,
hgap: 0,
vgap: 0,
lgap: 0,
rgap: 0,
tgap: 0,
bgap: 0,
text: "",
py: "",
keyword: "",
highLight: false
keyword: ""
},
_createJson: function () {

20
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

29
dist/fineui.ie.js vendored

@ -48939,8 +48939,6 @@ BI.AbstractLabel = BI.inherit(BI.Single, {
tgap: 0,
bgap: 0,
text: "",
py: "",
keyword: "",
highLight: false
},
@ -49296,18 +49294,7 @@ BI.AbstractLabel = BI.inherit(BI.Single, {
BI.HtmlLabel = BI.inherit(BI.AbstractLabel, {
props: {
baseCls: "bi-html-label",
textAlign: "center",
whiteSpace: "nowrap", // normal or nowrap
textWidth: null,
textHeight: null,
hgap: 0,
vgap: 0,
lgap: 0,
rgap: 0,
tgap: 0,
bgap: 0,
text: ""
baseCls: "bi-html-label"
},
_createJson: function () {
@ -49372,20 +49359,8 @@ BI.Label = BI.inherit(BI.AbstractLabel, {
props: {
baseCls: "bi-label",
textAlign: "center",
whiteSpace: "nowrap", // normal or nowrap
textWidth: null,
textHeight: null,
hgap: 0,
vgap: 0,
lgap: 0,
rgap: 0,
tgap: 0,
bgap: 0,
text: "",
py: "",
keyword: "",
highLight: false
keyword: ""
},
_createJson: function () {

48
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

29
dist/fineui.js vendored

@ -49343,8 +49343,6 @@ BI.AbstractLabel = BI.inherit(BI.Single, {
tgap: 0,
bgap: 0,
text: "",
py: "",
keyword: "",
highLight: false
},
@ -49700,18 +49698,7 @@ BI.AbstractLabel = BI.inherit(BI.Single, {
BI.HtmlLabel = BI.inherit(BI.AbstractLabel, {
props: {
baseCls: "bi-html-label",
textAlign: "center",
whiteSpace: "nowrap", // normal or nowrap
textWidth: null,
textHeight: null,
hgap: 0,
vgap: 0,
lgap: 0,
rgap: 0,
tgap: 0,
bgap: 0,
text: ""
baseCls: "bi-html-label"
},
_createJson: function () {
@ -49776,20 +49763,8 @@ BI.Label = BI.inherit(BI.AbstractLabel, {
props: {
baseCls: "bi-label",
textAlign: "center",
whiteSpace: "nowrap", // normal or nowrap
textWidth: null,
textHeight: null,
hgap: 0,
vgap: 0,
lgap: 0,
rgap: 0,
tgap: 0,
bgap: 0,
text: "",
py: "",
keyword: "",
highLight: false
keyword: ""
},
_createJson: function () {

48
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

29
dist/fineui_without_jquery_polyfill.js vendored

@ -35844,8 +35844,6 @@ BI.AbstractLabel = BI.inherit(BI.Single, {
tgap: 0,
bgap: 0,
text: "",
py: "",
keyword: "",
highLight: false
},
@ -36201,18 +36199,7 @@ BI.AbstractLabel = BI.inherit(BI.Single, {
BI.HtmlLabel = BI.inherit(BI.AbstractLabel, {
props: {
baseCls: "bi-html-label",
textAlign: "center",
whiteSpace: "nowrap", // normal or nowrap
textWidth: null,
textHeight: null,
hgap: 0,
vgap: 0,
lgap: 0,
rgap: 0,
tgap: 0,
bgap: 0,
text: ""
baseCls: "bi-html-label"
},
_createJson: function () {
@ -36277,20 +36264,8 @@ BI.Label = BI.inherit(BI.AbstractLabel, {
props: {
baseCls: "bi-label",
textAlign: "center",
whiteSpace: "nowrap", // normal or nowrap
textWidth: null,
textHeight: null,
hgap: 0,
vgap: 0,
lgap: 0,
rgap: 0,
tgap: 0,
bgap: 0,
text: "",
py: "",
keyword: "",
highLight: false
keyword: ""
},
_createJson: function () {

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

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

@ -16,8 +16,6 @@ BI.AbstractLabel = BI.inherit(BI.Single, {
tgap: 0,
bgap: 0,
text: "",
py: "",
keyword: "",
highLight: false
},

13
src/base/single/label/html.label.js

@ -5,18 +5,7 @@
BI.HtmlLabel = BI.inherit(BI.AbstractLabel, {
props: {
baseCls: "bi-html-label",
textAlign: "center",
whiteSpace: "nowrap", // normal or nowrap
textWidth: null,
textHeight: null,
hgap: 0,
vgap: 0,
lgap: 0,
rgap: 0,
tgap: 0,
bgap: 0,
text: ""
baseCls: "bi-html-label"
},
_createJson: function () {

14
src/base/single/label/label.js

@ -6,20 +6,8 @@ BI.Label = BI.inherit(BI.AbstractLabel, {
props: {
baseCls: "bi-label",
textAlign: "center",
whiteSpace: "nowrap", // normal or nowrap
textWidth: null,
textHeight: null,
hgap: 0,
vgap: 0,
lgap: 0,
rgap: 0,
tgap: 0,
bgap: 0,
text: "",
py: "",
keyword: "",
highLight: false
keyword: ""
},
_createJson: function () {

Loading…
Cancel
Save