Browse Source

BI-28479 combo的container少了

es6
windy 6 years ago
parent
commit
5e42e1832e
  1. 12
      demo/js/base/button/demo.button.js
  2. 45
      dist/_fineui.min.js
  3. 5
      dist/bundle.js
  4. 44
      dist/bundle.min.js
  5. 5
      dist/case.js
  6. 12
      dist/demo.js
  7. 5
      dist/fineui.js
  8. 45
      dist/fineui.min.js
  9. 1
      src/case/colorchooser/colorchooser.js
  10. 1
      src/case/colorchooser/colorchooser.simple.js
  11. 1
      src/case/combo/icontextvaluecombo/combo.icontextvalue.js
  12. 2
      src/case/richeditor/niceditor/niceditor.js

12
demo/js/base/button/demo.button.js

@ -17,8 +17,7 @@ Demo.Button = BI.inherit(BI.Widget, {
level: "success",
height: 30
}
},
{
}, {
el: {
type: "bi.button",
text: "表示警告状态的按钮",
@ -79,8 +78,7 @@ Demo.Button = BI.inherit(BI.Widget, {
level: "success",
height: 30
}
},
{
}, {
el: {
type: "bi.button",
text: "表示警告状态的按钮",
@ -139,8 +137,7 @@ Demo.Button = BI.inherit(BI.Widget, {
level: "success",
height: 30
}
},
{
}, {
el: {
type: "bi.button",
text: "表示警告状态的按钮",
@ -216,8 +213,7 @@ Demo.Button = BI.inherit(BI.Widget, {
},
height: 30
}
}
];
}];
// BI.each(items, function (i, item) {
// item.el.handler = function () {
// BI.Msg.alert("按钮", this.options.text);

45
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

5
dist/bundle.js vendored

@ -76316,6 +76316,7 @@ BI.ColorChooser = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({
type: "bi.combo",
element: this,
container: o.container,
adjustLength: 1,
isNeedAdjustWidth: false,
isNeedAdjustHeight: false,
@ -76691,6 +76692,7 @@ BI.SimpleColorChooser = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({
type: "bi.color_chooser",
element: this,
container: o.container,
value: o.value,
popup: {
type: "bi.simple_color_chooser_popup"
@ -78641,6 +78643,7 @@ BI.IconTextValueCombo = BI.inherit(BI.Widget, {
this.textIconCombo = BI.createWidget({
type: "bi.combo",
element: this,
container: o.container,
adjustLength: 2,
el: this.trigger,
popup: {
@ -83487,7 +83490,7 @@ BI.shortcut("bi.rich_editor_text_toolbar", BI.RichEditorTextToolbar);/**
var self = this;
var found = false;
do {
if (t.nodeName !== "svg" && t.className && t.className.indexOf(prefix) != -1) {
if (t.nodeName !== "svg" && t.className && t.className.indexOf && t.className.indexOf(prefix) != -1) {
return;
// return false;
}

44
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

5
dist/case.js vendored

@ -3635,6 +3635,7 @@ BI.ColorChooser = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({
type: "bi.combo",
element: this,
container: o.container,
adjustLength: 1,
isNeedAdjustWidth: false,
isNeedAdjustHeight: false,
@ -4010,6 +4011,7 @@ BI.SimpleColorChooser = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({
type: "bi.color_chooser",
element: this,
container: o.container,
value: o.value,
popup: {
type: "bi.simple_color_chooser_popup"
@ -5960,6 +5962,7 @@ BI.IconTextValueCombo = BI.inherit(BI.Widget, {
this.textIconCombo = BI.createWidget({
type: "bi.combo",
element: this,
container: o.container,
adjustLength: 2,
el: this.trigger,
popup: {
@ -10806,7 +10809,7 @@ BI.shortcut("bi.rich_editor_text_toolbar", BI.RichEditorTextToolbar);/**
var self = this;
var found = false;
do {
if (t.nodeName !== "svg" && t.className && t.className.indexOf(prefix) != -1) {
if (t.nodeName !== "svg" && t.className && t.className.indexOf && t.className.indexOf(prefix) != -1) {
return;
// return false;
}

12
dist/demo.js vendored

@ -39,8 +39,7 @@ $(function () {
level: "success",
height: 30
}
},
{
}, {
el: {
type: "bi.button",
text: "表示警告状态的按钮",
@ -101,8 +100,7 @@ $(function () {
level: "success",
height: 30
}
},
{
}, {
el: {
type: "bi.button",
text: "表示警告状态的按钮",
@ -161,8 +159,7 @@ $(function () {
level: "success",
height: 30
}
},
{
}, {
el: {
type: "bi.button",
text: "表示警告状态的按钮",
@ -238,8 +235,7 @@ $(function () {
},
height: 30
}
}
];
}];
// BI.each(items, function (i, item) {
// item.el.handler = function () {
// BI.Msg.alert("按钮", this.options.text);

5
dist/fineui.js vendored

@ -76565,6 +76565,7 @@ BI.ColorChooser = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({
type: "bi.combo",
element: this,
container: o.container,
adjustLength: 1,
isNeedAdjustWidth: false,
isNeedAdjustHeight: false,
@ -76940,6 +76941,7 @@ BI.SimpleColorChooser = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({
type: "bi.color_chooser",
element: this,
container: o.container,
value: o.value,
popup: {
type: "bi.simple_color_chooser_popup"
@ -78890,6 +78892,7 @@ BI.IconTextValueCombo = BI.inherit(BI.Widget, {
this.textIconCombo = BI.createWidget({
type: "bi.combo",
element: this,
container: o.container,
adjustLength: 2,
el: this.trigger,
popup: {
@ -83736,7 +83739,7 @@ BI.shortcut("bi.rich_editor_text_toolbar", BI.RichEditorTextToolbar);/**
var self = this;
var found = false;
do {
if (t.nodeName !== "svg" && t.className && t.className.indexOf(prefix) != -1) {
if (t.nodeName !== "svg" && t.className && t.className.indexOf && t.className.indexOf(prefix) != -1) {
return;
// return false;
}

45
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

1
src/case/colorchooser/colorchooser.js

@ -21,6 +21,7 @@ BI.ColorChooser = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({
type: "bi.combo",
element: this,
container: o.container,
adjustLength: 1,
isNeedAdjustWidth: false,
isNeedAdjustHeight: false,

1
src/case/colorchooser/colorchooser.simple.js

@ -21,6 +21,7 @@ BI.SimpleColorChooser = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({
type: "bi.color_chooser",
element: this,
container: o.container,
value: o.value,
popup: {
type: "bi.simple_color_chooser_popup"

1
src/case/combo/icontextvaluecombo/combo.icontextvalue.js

@ -44,6 +44,7 @@ BI.IconTextValueCombo = BI.inherit(BI.Widget, {
this.textIconCombo = BI.createWidget({
type: "bi.combo",
element: this,
container: o.container,
adjustLength: 2,
el: this.trigger,
popup: {

2
src/case/richeditor/niceditor/niceditor.js

@ -68,7 +68,7 @@
var self = this;
var found = false;
do {
if (t.nodeName !== "svg" && t.className && t.className.indexOf(prefix) != -1) {
if (t.nodeName !== "svg" && t.className && t.className.indexOf && t.className.indexOf(prefix) != -1) {
return;
// return false;
}

Loading…
Cancel
Save