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

60
dist/bundle.ie.js vendored

@ -53289,7 +53289,7 @@ BI.shortcut("bi.bubble_bar_popup_view", BI.BubblePopupBarView);
* @class BI.TextBubblePopupBarView
* @extends BI.BubblePopupView
*/
BI.TextBubblePopupBarView = BI.inherit(BI.BubblePopupView, {
BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
props: function () {
return {
@ -53327,62 +53327,18 @@ BI.TextBubblePopupBarView = BI.inherit(BI.BubblePopupView, {
self.popup = this;
},
el: {
type: "bi.label",
text: o.text,
whiteSpace: "normal",
textAlign: "left",
ref: function () {
self.text = this;
}
},
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",
cls: "bar-popup-container",
text: o.text,
whiteSpace: "normal",
textAlign: "left",
ref: function () {
self.text = this;
},
hgap: 15,
tgap: 10
});
button.element.css("min-height", o.minHeight - 44);
return button;
},
populate: function (v) {
this.text.setText(v || this.options.text);
}

38
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

60
dist/bundle.js vendored

@ -53693,7 +53693,7 @@ BI.shortcut("bi.bubble_bar_popup_view", BI.BubblePopupBarView);
* @class BI.TextBubblePopupBarView
* @extends BI.BubblePopupView
*/
BI.TextBubblePopupBarView = BI.inherit(BI.BubblePopupView, {
BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
props: function () {
return {
@ -53731,62 +53731,18 @@ BI.TextBubblePopupBarView = BI.inherit(BI.BubblePopupView, {
self.popup = this;
},
el: {
type: "bi.label",
text: o.text,
whiteSpace: "normal",
textAlign: "left",
ref: function () {
self.text = this;
}
},
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",
cls: "bar-popup-container",
text: o.text,
whiteSpace: "normal",
textAlign: "left",
ref: function () {
self.text = this;
},
hgap: 15,
tgap: 10
});
button.element.css("min-height", o.minHeight - 44);
return button;
},
populate: function (v) {
this.text.setText(v || this.options.text);
}

38
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

60
dist/case.js vendored

@ -4088,7 +4088,7 @@ BI.shortcut("bi.bubble_bar_popup_view", BI.BubblePopupBarView);
* @class BI.TextBubblePopupBarView
* @extends BI.BubblePopupView
*/
BI.TextBubblePopupBarView = BI.inherit(BI.BubblePopupView, {
BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
props: function () {
return {
@ -4126,62 +4126,18 @@ BI.TextBubblePopupBarView = BI.inherit(BI.BubblePopupView, {
self.popup = this;
},
el: {
type: "bi.label",
text: o.text,
whiteSpace: "normal",
textAlign: "left",
ref: function () {
self.text = this;
}
},
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",
cls: "bar-popup-container",
text: o.text,
whiteSpace: "normal",
textAlign: "left",
ref: function () {
self.text = this;
},
hgap: 15,
tgap: 10
});
button.element.css("min-height", o.minHeight - 44);
return button;
},
populate: function (v) {
this.text.setText(v || this.options.text);
}

60
dist/fineui.ie.js vendored

@ -53534,7 +53534,7 @@ BI.shortcut("bi.bubble_bar_popup_view", BI.BubblePopupBarView);
* @class BI.TextBubblePopupBarView
* @extends BI.BubblePopupView
*/
BI.TextBubblePopupBarView = BI.inherit(BI.BubblePopupView, {
BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
props: function () {
return {
@ -53572,62 +53572,18 @@ BI.TextBubblePopupBarView = BI.inherit(BI.BubblePopupView, {
self.popup = this;
},
el: {
type: "bi.label",
text: o.text,
whiteSpace: "normal",
textAlign: "left",
ref: function () {
self.text = this;
}
},
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",
cls: "bar-popup-container",
text: o.text,
whiteSpace: "normal",
textAlign: "left",
ref: function () {
self.text = this;
},
hgap: 15,
tgap: 10
});
button.element.css("min-height", o.minHeight - 44);
return button;
},
populate: function (v) {
this.text.setText(v || this.options.text);
}

36
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

60
dist/fineui.js vendored

@ -53938,7 +53938,7 @@ BI.shortcut("bi.bubble_bar_popup_view", BI.BubblePopupBarView);
* @class BI.TextBubblePopupBarView
* @extends BI.BubblePopupView
*/
BI.TextBubblePopupBarView = BI.inherit(BI.BubblePopupView, {
BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
props: function () {
return {
@ -53976,62 +53976,18 @@ BI.TextBubblePopupBarView = BI.inherit(BI.BubblePopupView, {
self.popup = this;
},
el: {
type: "bi.label",
text: o.text,
whiteSpace: "normal",
textAlign: "left",
ref: function () {
self.text = this;
}
},
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",
cls: "bar-popup-container",
text: o.text,
whiteSpace: "normal",
textAlign: "left",
ref: function () {
self.text = this;
},
hgap: 15,
tgap: 10
});
button.element.css("min-height", o.minHeight - 44);
return button;
},
populate: function (v) {
this.text.setText(v || this.options.text);
}

38
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

60
dist/fineui_without_jquery_polyfill.js vendored

@ -36948,7 +36948,7 @@ BI.shortcut("bi.bubble_bar_popup_view", BI.BubblePopupBarView);
* @class BI.TextBubblePopupBarView
* @extends BI.BubblePopupView
*/
BI.TextBubblePopupBarView = BI.inherit(BI.BubblePopupView, {
BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
props: function () {
return {
@ -36986,62 +36986,18 @@ BI.TextBubblePopupBarView = BI.inherit(BI.BubblePopupView, {
self.popup = this;
},
el: {
type: "bi.label",
text: o.text,
whiteSpace: "normal",
textAlign: "left",
ref: function () {
self.text = this;
}
},
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",
cls: "bar-popup-container",
text: o.text,
whiteSpace: "normal",
textAlign: "left",
ref: function () {
self.text = this;
},
hgap: 15,
tgap: 10
});
button.element.css("min-height", o.minHeight - 44);
return button;
},
populate: function (v) {
this.text.setText(v || this.options.text);
}

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

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

@ -97,7 +97,7 @@ BI.shortcut("bi.bubble_bar_popup_view", BI.BubblePopupBarView);
* @class BI.TextBubblePopupBarView
* @extends BI.BubblePopupView
*/
BI.TextBubblePopupBarView = BI.inherit(BI.BubblePopupView, {
BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
props: function () {
return {
@ -135,62 +135,18 @@ BI.TextBubblePopupBarView = BI.inherit(BI.BubblePopupView, {
self.popup = this;
},
el: {
type: "bi.label",
text: o.text,
whiteSpace: "normal",
textAlign: "left",
ref: function () {
self.text = this;
}
},
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",
cls: "bar-popup-container",
text: o.text,
whiteSpace: "normal",
textAlign: "left",
ref: function () {
self.text = this;
},
hgap: 15,
tgap: 10
});
button.element.css("min-height", o.minHeight - 44);
return button;
},
populate: function (v) {
this.text.setText(v || this.options.text);
}

Loading…
Cancel
Save