Browse Source

无JIRA任务 更新

es6
王瑞 6 years ago
parent
commit
7e49f6c7cd
  1. 11
      dist/bundle.ie.js
  2. 18
      dist/bundle.ie.min.js
  3. 11
      dist/bundle.js
  4. 4
      dist/bundle.min.js
  5. 11
      dist/case.js
  6. 11
      dist/fineui.ie.js
  7. 18
      dist/fineui.ie.min.js
  8. 11
      dist/fineui.js
  9. 4
      dist/fineui.min.js
  10. 11
      dist/fineui_without_jquery_polyfill.js
  11. 2
      dist/utils.min.js
  12. 11
      src/case/combo/bubblecombo/popup.bubble.js

11
dist/bundle.ie.js vendored

@ -52638,16 +52638,20 @@ BI.shortcut("bi.bubble_bar_popup_view", BI.BubblePopupBarView);
*/ */
BI.TextBubblePopupBarView = BI.inherit(BI.Widget, { BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
props: { props: function () {
return {
baseCls: "bi-text-bubble-bar-popup-view", baseCls: "bi-text-bubble-bar-popup-view",
text: "", text: "",
width: 250, width: 250,
buttons: [{ buttons: [{
level: "ignore", level: "ignore",
value: false value: false,
text: BI.i18nText("BI-Basic_Cancel")
}, { }, {
value: true value: true,
text: BI.i18nText("BI-Basic_Sure")
}] }]
};
}, },
render: function () { render: function () {
@ -52659,7 +52663,6 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
return BI.extend({ return BI.extend({
type: "bi.button", type: "bi.button",
height: 24, height: 24,
text: index === 0 ? BI.i18nText("BI-Basic_Cancel") : BI.i18nText("BI-Basic_Sure"),
handler: function (v) { handler: function (v) {
self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, v); self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, v);
} }

18
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

11
dist/bundle.js vendored

@ -53042,16 +53042,20 @@ BI.shortcut("bi.bubble_bar_popup_view", BI.BubblePopupBarView);
*/ */
BI.TextBubblePopupBarView = BI.inherit(BI.Widget, { BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
props: { props: function () {
return {
baseCls: "bi-text-bubble-bar-popup-view", baseCls: "bi-text-bubble-bar-popup-view",
text: "", text: "",
width: 250, width: 250,
buttons: [{ buttons: [{
level: "ignore", level: "ignore",
value: false value: false,
text: BI.i18nText("BI-Basic_Cancel")
}, { }, {
value: true value: true,
text: BI.i18nText("BI-Basic_Sure")
}] }]
};
}, },
render: function () { render: function () {
@ -53063,7 +53067,6 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
return BI.extend({ return BI.extend({
type: "bi.button", type: "bi.button",
height: 24, height: 24,
text: index === 0 ? BI.i18nText("BI-Basic_Cancel") : BI.i18nText("BI-Basic_Sure"),
handler: function (v) { handler: function (v) {
self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, v); self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, v);
} }

4
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

11
dist/case.js vendored

@ -4114,16 +4114,20 @@ BI.shortcut("bi.bubble_bar_popup_view", BI.BubblePopupBarView);
*/ */
BI.TextBubblePopupBarView = BI.inherit(BI.Widget, { BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
props: { props: function () {
return {
baseCls: "bi-text-bubble-bar-popup-view", baseCls: "bi-text-bubble-bar-popup-view",
text: "", text: "",
width: 250, width: 250,
buttons: [{ buttons: [{
level: "ignore", level: "ignore",
value: false value: false,
text: BI.i18nText("BI-Basic_Cancel")
}, { }, {
value: true value: true,
text: BI.i18nText("BI-Basic_Sure")
}] }]
};
}, },
render: function () { render: function () {
@ -4135,7 +4139,6 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
return BI.extend({ return BI.extend({
type: "bi.button", type: "bi.button",
height: 24, height: 24,
text: index === 0 ? BI.i18nText("BI-Basic_Cancel") : BI.i18nText("BI-Basic_Sure"),
handler: function (v) { handler: function (v) {
self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, v); self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, v);
} }

11
dist/fineui.ie.js vendored

@ -52880,16 +52880,20 @@ BI.shortcut("bi.bubble_bar_popup_view", BI.BubblePopupBarView);
*/ */
BI.TextBubblePopupBarView = BI.inherit(BI.Widget, { BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
props: { props: function () {
return {
baseCls: "bi-text-bubble-bar-popup-view", baseCls: "bi-text-bubble-bar-popup-view",
text: "", text: "",
width: 250, width: 250,
buttons: [{ buttons: [{
level: "ignore", level: "ignore",
value: false value: false,
text: BI.i18nText("BI-Basic_Cancel")
}, { }, {
value: true value: true,
text: BI.i18nText("BI-Basic_Sure")
}] }]
};
}, },
render: function () { render: function () {
@ -52901,7 +52905,6 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
return BI.extend({ return BI.extend({
type: "bi.button", type: "bi.button",
height: 24, height: 24,
text: index === 0 ? BI.i18nText("BI-Basic_Cancel") : BI.i18nText("BI-Basic_Sure"),
handler: function (v) { handler: function (v) {
self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, v); self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, v);
} }

18
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

11
dist/fineui.js vendored

@ -53284,16 +53284,20 @@ BI.shortcut("bi.bubble_bar_popup_view", BI.BubblePopupBarView);
*/ */
BI.TextBubblePopupBarView = BI.inherit(BI.Widget, { BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
props: { props: function () {
return {
baseCls: "bi-text-bubble-bar-popup-view", baseCls: "bi-text-bubble-bar-popup-view",
text: "", text: "",
width: 250, width: 250,
buttons: [{ buttons: [{
level: "ignore", level: "ignore",
value: false value: false,
text: BI.i18nText("BI-Basic_Cancel")
}, { }, {
value: true value: true,
text: BI.i18nText("BI-Basic_Sure")
}] }]
};
}, },
render: function () { render: function () {
@ -53305,7 +53309,6 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
return BI.extend({ return BI.extend({
type: "bi.button", type: "bi.button",
height: 24, height: 24,
text: index === 0 ? BI.i18nText("BI-Basic_Cancel") : BI.i18nText("BI-Basic_Sure"),
handler: function (v) { handler: function (v) {
self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, v); self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, v);
} }

4
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

11
dist/fineui_without_jquery_polyfill.js vendored

@ -36362,16 +36362,20 @@ BI.shortcut("bi.bubble_bar_popup_view", BI.BubblePopupBarView);
*/ */
BI.TextBubblePopupBarView = BI.inherit(BI.Widget, { BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
props: { props: function () {
return {
baseCls: "bi-text-bubble-bar-popup-view", baseCls: "bi-text-bubble-bar-popup-view",
text: "", text: "",
width: 250, width: 250,
buttons: [{ buttons: [{
level: "ignore", level: "ignore",
value: false value: false,
text: BI.i18nText("BI-Basic_Cancel")
}, { }, {
value: true value: true,
text: BI.i18nText("BI-Basic_Sure")
}] }]
};
}, },
render: function () { render: function () {
@ -36383,7 +36387,6 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
return BI.extend({ return BI.extend({
type: "bi.button", type: "bi.button",
height: 24, height: 24,
text: index === 0 ? BI.i18nText("BI-Basic_Cancel") : BI.i18nText("BI-Basic_Sure"),
handler: function (v) { handler: function (v) {
self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, v); self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, v);
} }

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

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

@ -128,16 +128,20 @@ BI.shortcut("bi.bubble_bar_popup_view", BI.BubblePopupBarView);
*/ */
BI.TextBubblePopupBarView = BI.inherit(BI.Widget, { BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
props: { props: function () {
return {
baseCls: "bi-text-bubble-bar-popup-view", baseCls: "bi-text-bubble-bar-popup-view",
text: "", text: "",
width: 250, width: 250,
buttons: [{ buttons: [{
level: "ignore", level: "ignore",
value: false value: false,
text: BI.i18nText("BI-Basic_Cancel")
}, { }, {
value: true value: true,
text: BI.i18nText("BI-Basic_Sure")
}] }]
};
}, },
render: function () { render: function () {
@ -149,7 +153,6 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
return BI.extend({ return BI.extend({
type: "bi.button", type: "bi.button",
height: 24, height: 24,
text: index === 0 ? BI.i18nText("BI-Basic_Cancel") : BI.i18nText("BI-Basic_Sure"),
handler: function (v) { handler: function (v) {
self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, v); self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, v);
} }

Loading…
Cancel
Save