windy 6 years ago
parent
commit
a510ab32d7
  1. 52
      dist/bundle.ie.js
  2. 38
      dist/bundle.ie.min.js
  3. 52
      dist/bundle.js
  4. 38
      dist/bundle.min.js
  5. 52
      dist/case.js
  6. 52
      dist/fineui.ie.js
  7. 36
      dist/fineui.ie.min.js
  8. 52
      dist/fineui.js
  9. 38
      dist/fineui.min.js
  10. 52
      dist/fineui_without_jquery_polyfill.js
  11. 2
      dist/utils.min.js
  12. 52
      src/case/combo/bubblecombo/popup.bubble.js

52
dist/bundle.ie.js vendored

@ -53289,7 +53289,7 @@ BI.shortcut("bi.bubble_bar_popup_view", BI.BubblePopupBarView);
* @class BI.TextBubblePopupBarView * @class BI.TextBubblePopupBarView
* @extends BI.BubblePopupView * @extends BI.BubblePopupView
*/ */
BI.TextBubblePopupBarView = BI.inherit(BI.BubblePopupView, { BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
props: function () { props: function () {
return { return {
@ -53327,60 +53327,16 @@ BI.TextBubblePopupBarView = BI.inherit(BI.BubblePopupView, {
self.popup = this; self.popup = this;
}, },
el: { el: {
},
buttons: buttons
};
},
_createToolBar: function () {
var o = this.options, self = this;
var items = [];
BI.each(o.buttons, function (i, buttonOpt) {
if (BI.isWidget(buttonOpt)) {
items.push(buttonOpt);
} else {
items.push(BI.extend({
type: "bi.button",
height: 24,
handler: function (v) {
self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, v);
}
}, buttonOpt));
}
});
return BI.createWidget({
type: "bi.center",
height: 44,
rgap: 15,
items: [{
type: "bi.right_vertical_adapt",
lgap: 10,
items: items
}]
});
},
_createView: function () {
var self = this, o = this.options;
var button = BI.createWidget({
type: "bi.label", type: "bi.label",
cls: "bar-popup-container",
text: o.text, text: o.text,
whiteSpace: "normal", whiteSpace: "normal",
textAlign: "left", textAlign: "left",
ref: function () { ref: function () {
self.text = this; self.text = this;
}
}, },
hgap: 15, buttons: buttons
tgap: 10 };
});
button.element.css("min-height", o.minHeight - 44);
return button;
}, },
populate: function (v) { populate: function (v) {

38
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

52
dist/bundle.js vendored

@ -53693,7 +53693,7 @@ BI.shortcut("bi.bubble_bar_popup_view", BI.BubblePopupBarView);
* @class BI.TextBubblePopupBarView * @class BI.TextBubblePopupBarView
* @extends BI.BubblePopupView * @extends BI.BubblePopupView
*/ */
BI.TextBubblePopupBarView = BI.inherit(BI.BubblePopupView, { BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
props: function () { props: function () {
return { return {
@ -53731,60 +53731,16 @@ BI.TextBubblePopupBarView = BI.inherit(BI.BubblePopupView, {
self.popup = this; self.popup = this;
}, },
el: { el: {
},
buttons: buttons
};
},
_createToolBar: function () {
var o = this.options, self = this;
var items = [];
BI.each(o.buttons, function (i, buttonOpt) {
if (BI.isWidget(buttonOpt)) {
items.push(buttonOpt);
} else {
items.push(BI.extend({
type: "bi.button",
height: 24,
handler: function (v) {
self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, v);
}
}, buttonOpt));
}
});
return BI.createWidget({
type: "bi.center",
height: 44,
rgap: 15,
items: [{
type: "bi.right_vertical_adapt",
lgap: 10,
items: items
}]
});
},
_createView: function () {
var self = this, o = this.options;
var button = BI.createWidget({
type: "bi.label", type: "bi.label",
cls: "bar-popup-container",
text: o.text, text: o.text,
whiteSpace: "normal", whiteSpace: "normal",
textAlign: "left", textAlign: "left",
ref: function () { ref: function () {
self.text = this; self.text = this;
}
}, },
hgap: 15, buttons: buttons
tgap: 10 };
});
button.element.css("min-height", o.minHeight - 44);
return button;
}, },
populate: function (v) { populate: function (v) {

38
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

52
dist/case.js vendored

@ -4088,7 +4088,7 @@ BI.shortcut("bi.bubble_bar_popup_view", BI.BubblePopupBarView);
* @class BI.TextBubblePopupBarView * @class BI.TextBubblePopupBarView
* @extends BI.BubblePopupView * @extends BI.BubblePopupView
*/ */
BI.TextBubblePopupBarView = BI.inherit(BI.BubblePopupView, { BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
props: function () { props: function () {
return { return {
@ -4126,60 +4126,16 @@ BI.TextBubblePopupBarView = BI.inherit(BI.BubblePopupView, {
self.popup = this; self.popup = this;
}, },
el: { el: {
},
buttons: buttons
};
},
_createToolBar: function () {
var o = this.options, self = this;
var items = [];
BI.each(o.buttons, function (i, buttonOpt) {
if (BI.isWidget(buttonOpt)) {
items.push(buttonOpt);
} else {
items.push(BI.extend({
type: "bi.button",
height: 24,
handler: function (v) {
self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, v);
}
}, buttonOpt));
}
});
return BI.createWidget({
type: "bi.center",
height: 44,
rgap: 15,
items: [{
type: "bi.right_vertical_adapt",
lgap: 10,
items: items
}]
});
},
_createView: function () {
var self = this, o = this.options;
var button = BI.createWidget({
type: "bi.label", type: "bi.label",
cls: "bar-popup-container",
text: o.text, text: o.text,
whiteSpace: "normal", whiteSpace: "normal",
textAlign: "left", textAlign: "left",
ref: function () { ref: function () {
self.text = this; self.text = this;
}
}, },
hgap: 15, buttons: buttons
tgap: 10 };
});
button.element.css("min-height", o.minHeight - 44);
return button;
}, },
populate: function (v) { populate: function (v) {

52
dist/fineui.ie.js vendored

@ -53534,7 +53534,7 @@ BI.shortcut("bi.bubble_bar_popup_view", BI.BubblePopupBarView);
* @class BI.TextBubblePopupBarView * @class BI.TextBubblePopupBarView
* @extends BI.BubblePopupView * @extends BI.BubblePopupView
*/ */
BI.TextBubblePopupBarView = BI.inherit(BI.BubblePopupView, { BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
props: function () { props: function () {
return { return {
@ -53572,60 +53572,16 @@ BI.TextBubblePopupBarView = BI.inherit(BI.BubblePopupView, {
self.popup = this; self.popup = this;
}, },
el: { el: {
},
buttons: buttons
};
},
_createToolBar: function () {
var o = this.options, self = this;
var items = [];
BI.each(o.buttons, function (i, buttonOpt) {
if (BI.isWidget(buttonOpt)) {
items.push(buttonOpt);
} else {
items.push(BI.extend({
type: "bi.button",
height: 24,
handler: function (v) {
self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, v);
}
}, buttonOpt));
}
});
return BI.createWidget({
type: "bi.center",
height: 44,
rgap: 15,
items: [{
type: "bi.right_vertical_adapt",
lgap: 10,
items: items
}]
});
},
_createView: function () {
var self = this, o = this.options;
var button = BI.createWidget({
type: "bi.label", type: "bi.label",
cls: "bar-popup-container",
text: o.text, text: o.text,
whiteSpace: "normal", whiteSpace: "normal",
textAlign: "left", textAlign: "left",
ref: function () { ref: function () {
self.text = this; self.text = this;
}
}, },
hgap: 15, buttons: buttons
tgap: 10 };
});
button.element.css("min-height", o.minHeight - 44);
return button;
}, },
populate: function (v) { populate: function (v) {

36
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

52
dist/fineui.js vendored

@ -53938,7 +53938,7 @@ BI.shortcut("bi.bubble_bar_popup_view", BI.BubblePopupBarView);
* @class BI.TextBubblePopupBarView * @class BI.TextBubblePopupBarView
* @extends BI.BubblePopupView * @extends BI.BubblePopupView
*/ */
BI.TextBubblePopupBarView = BI.inherit(BI.BubblePopupView, { BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
props: function () { props: function () {
return { return {
@ -53976,60 +53976,16 @@ BI.TextBubblePopupBarView = BI.inherit(BI.BubblePopupView, {
self.popup = this; self.popup = this;
}, },
el: { el: {
},
buttons: buttons
};
},
_createToolBar: function () {
var o = this.options, self = this;
var items = [];
BI.each(o.buttons, function (i, buttonOpt) {
if (BI.isWidget(buttonOpt)) {
items.push(buttonOpt);
} else {
items.push(BI.extend({
type: "bi.button",
height: 24,
handler: function (v) {
self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, v);
}
}, buttonOpt));
}
});
return BI.createWidget({
type: "bi.center",
height: 44,
rgap: 15,
items: [{
type: "bi.right_vertical_adapt",
lgap: 10,
items: items
}]
});
},
_createView: function () {
var self = this, o = this.options;
var button = BI.createWidget({
type: "bi.label", type: "bi.label",
cls: "bar-popup-container",
text: o.text, text: o.text,
whiteSpace: "normal", whiteSpace: "normal",
textAlign: "left", textAlign: "left",
ref: function () { ref: function () {
self.text = this; self.text = this;
}
}, },
hgap: 15, buttons: buttons
tgap: 10 };
});
button.element.css("min-height", o.minHeight - 44);
return button;
}, },
populate: function (v) { populate: function (v) {

38
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

52
dist/fineui_without_jquery_polyfill.js vendored

@ -36948,7 +36948,7 @@ BI.shortcut("bi.bubble_bar_popup_view", BI.BubblePopupBarView);
* @class BI.TextBubblePopupBarView * @class BI.TextBubblePopupBarView
* @extends BI.BubblePopupView * @extends BI.BubblePopupView
*/ */
BI.TextBubblePopupBarView = BI.inherit(BI.BubblePopupView, { BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
props: function () { props: function () {
return { return {
@ -36986,60 +36986,16 @@ BI.TextBubblePopupBarView = BI.inherit(BI.BubblePopupView, {
self.popup = this; self.popup = this;
}, },
el: { el: {
},
buttons: buttons
};
},
_createToolBar: function () {
var o = this.options, self = this;
var items = [];
BI.each(o.buttons, function (i, buttonOpt) {
if (BI.isWidget(buttonOpt)) {
items.push(buttonOpt);
} else {
items.push(BI.extend({
type: "bi.button",
height: 24,
handler: function (v) {
self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, v);
}
}, buttonOpt));
}
});
return BI.createWidget({
type: "bi.center",
height: 44,
rgap: 15,
items: [{
type: "bi.right_vertical_adapt",
lgap: 10,
items: items
}]
});
},
_createView: function () {
var self = this, o = this.options;
var button = BI.createWidget({
type: "bi.label", type: "bi.label",
cls: "bar-popup-container",
text: o.text, text: o.text,
whiteSpace: "normal", whiteSpace: "normal",
textAlign: "left", textAlign: "left",
ref: function () { ref: function () {
self.text = this; self.text = this;
}
}, },
hgap: 15, buttons: buttons
tgap: 10 };
});
button.element.css("min-height", o.minHeight - 44);
return button;
}, },
populate: function (v) { populate: function (v) {

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

52
src/case/combo/bubblecombo/popup.bubble.js

@ -97,7 +97,7 @@ BI.shortcut("bi.bubble_bar_popup_view", BI.BubblePopupBarView);
* @class BI.TextBubblePopupBarView * @class BI.TextBubblePopupBarView
* @extends BI.BubblePopupView * @extends BI.BubblePopupView
*/ */
BI.TextBubblePopupBarView = BI.inherit(BI.BubblePopupView, { BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
props: function () { props: function () {
return { return {
@ -135,60 +135,16 @@ BI.TextBubblePopupBarView = BI.inherit(BI.BubblePopupView, {
self.popup = this; self.popup = this;
}, },
el: { el: {
},
buttons: buttons
};
},
_createToolBar: function () {
var o = this.options, self = this;
var items = [];
BI.each(o.buttons, function (i, buttonOpt) {
if (BI.isWidget(buttonOpt)) {
items.push(buttonOpt);
} else {
items.push(BI.extend({
type: "bi.button",
height: 24,
handler: function (v) {
self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, v);
}
}, buttonOpt));
}
});
return BI.createWidget({
type: "bi.center",
height: 44,
rgap: 15,
items: [{
type: "bi.right_vertical_adapt",
lgap: 10,
items: items
}]
});
},
_createView: function () {
var self = this, o = this.options;
var button = BI.createWidget({
type: "bi.label", type: "bi.label",
cls: "bar-popup-container",
text: o.text, text: o.text,
whiteSpace: "normal", whiteSpace: "normal",
textAlign: "left", textAlign: "left",
ref: function () { ref: function () {
self.text = this; self.text = this;
}
}, },
hgap: 15, buttons: buttons
tgap: 10 };
});
button.element.css("min-height", o.minHeight - 44);
return button;
}, },
populate: function (v) { populate: function (v) {

Loading…
Cancel
Save