windy 6 years ago
parent
commit
37d307d52f
  1. 4
      dist/_fineui.min.js
  2. 6
      dist/bundle.js
  3. 2
      dist/bundle.min.js
  4. 6
      dist/case.js
  5. 6
      dist/fineui.js
  6. 4
      dist/fineui.min.js
  7. 6
      src/case/colorchooser/colorchooser.custom.js

4
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

6
dist/bundle.js vendored

@ -76065,9 +76065,9 @@ BI.CustomColorChooser = BI.inherit(BI.Widget, {
type: "bi.absolute",
items: [{
el: this.editor,
left: 10,
top: 10,
right: 10
left: 0,
top: 0,
right: 0
}],
height: 30
}, {

2
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

6
dist/case.js vendored

@ -3586,9 +3586,9 @@ BI.CustomColorChooser = BI.inherit(BI.Widget, {
type: "bi.absolute",
items: [{
el: this.editor,
left: 10,
top: 10,
right: 10
left: 0,
top: 0,
right: 0
}],
height: 30
}, {

6
dist/fineui.js vendored

@ -76308,9 +76308,9 @@ BI.CustomColorChooser = BI.inherit(BI.Widget, {
type: "bi.absolute",
items: [{
el: this.editor,
left: 10,
top: 10,
right: 10
left: 0,
top: 0,
right: 0
}],
height: 30
}, {

4
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

6
src/case/colorchooser/colorchooser.custom.js

@ -38,9 +38,9 @@ BI.CustomColorChooser = BI.inherit(BI.Widget, {
type: "bi.absolute",
items: [{
el: this.editor,
left: 10,
top: 10,
right: 10
left: 0,
top: 0,
right: 0
}],
height: 30
}, {

Loading…
Cancel
Save