Browse Source

无JIRA任务 更新

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

13
dist/bundle.ie.js vendored

@ -52642,7 +52642,12 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
baseCls: "bi-text-bubble-bar-popup-view",
text: "",
width: 250,
buttons: [{level: "ignore"}, {}]
buttons: [{
level: "ignore",
value: false
}, {
value: true
}]
},
render: function () {
@ -52654,9 +52659,9 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
return BI.extend({
type: "bi.button",
height: 24,
value: index === 0 ? BI.i18nText("BI-Basic_Cancel") : BI.i18nText("BI-Basic_Sure"),
handler: function () {
self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, buttonOpt.level !== "ignore");
text: index === 0 ? BI.i18nText("BI-Basic_Cancel") : BI.i18nText("BI-Basic_Sure"),
handler: function (v) {
self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, v);
}
}, buttonOpt);

4
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

13
dist/bundle.js vendored

@ -53046,7 +53046,12 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
baseCls: "bi-text-bubble-bar-popup-view",
text: "",
width: 250,
buttons: [{level: "ignore"}, {}]
buttons: [{
level: "ignore",
value: false
}, {
value: true
}]
},
render: function () {
@ -53058,9 +53063,9 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
return BI.extend({
type: "bi.button",
height: 24,
value: index === 0 ? BI.i18nText("BI-Basic_Cancel") : BI.i18nText("BI-Basic_Sure"),
handler: function () {
self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, buttonOpt.level !== "ignore");
text: index === 0 ? BI.i18nText("BI-Basic_Cancel") : BI.i18nText("BI-Basic_Sure"),
handler: function (v) {
self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, v);
}
}, buttonOpt);

4
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

13
dist/case.js vendored

@ -4118,7 +4118,12 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
baseCls: "bi-text-bubble-bar-popup-view",
text: "",
width: 250,
buttons: [{level: "ignore"}, {}]
buttons: [{
level: "ignore",
value: false
}, {
value: true
}]
},
render: function () {
@ -4130,9 +4135,9 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
return BI.extend({
type: "bi.button",
height: 24,
value: index === 0 ? BI.i18nText("BI-Basic_Cancel") : BI.i18nText("BI-Basic_Sure"),
handler: function () {
self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, buttonOpt.level !== "ignore");
text: index === 0 ? BI.i18nText("BI-Basic_Cancel") : BI.i18nText("BI-Basic_Sure"),
handler: function (v) {
self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, v);
}
}, buttonOpt);

13
dist/fineui.ie.js vendored

@ -52884,7 +52884,12 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
baseCls: "bi-text-bubble-bar-popup-view",
text: "",
width: 250,
buttons: [{level: "ignore"}, {}]
buttons: [{
level: "ignore",
value: false
}, {
value: true
}]
},
render: function () {
@ -52896,9 +52901,9 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
return BI.extend({
type: "bi.button",
height: 24,
value: index === 0 ? BI.i18nText("BI-Basic_Cancel") : BI.i18nText("BI-Basic_Sure"),
handler: function () {
self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, buttonOpt.level !== "ignore");
text: index === 0 ? BI.i18nText("BI-Basic_Cancel") : BI.i18nText("BI-Basic_Sure"),
handler: function (v) {
self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, v);
}
}, buttonOpt);

4
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

13
dist/fineui.js vendored

@ -53288,7 +53288,12 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
baseCls: "bi-text-bubble-bar-popup-view",
text: "",
width: 250,
buttons: [{level: "ignore"}, {}]
buttons: [{
level: "ignore",
value: false
}, {
value: true
}]
},
render: function () {
@ -53300,9 +53305,9 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
return BI.extend({
type: "bi.button",
height: 24,
value: index === 0 ? BI.i18nText("BI-Basic_Cancel") : BI.i18nText("BI-Basic_Sure"),
handler: function () {
self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, buttonOpt.level !== "ignore");
text: index === 0 ? BI.i18nText("BI-Basic_Cancel") : BI.i18nText("BI-Basic_Sure"),
handler: function (v) {
self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, v);
}
}, buttonOpt);

4
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

13
dist/fineui_without_jquery_polyfill.js vendored

@ -36366,7 +36366,12 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
baseCls: "bi-text-bubble-bar-popup-view",
text: "",
width: 250,
buttons: [{level: "ignore"}, {}]
buttons: [{
level: "ignore",
value: false
}, {
value: true
}]
},
render: function () {
@ -36378,9 +36383,9 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
return BI.extend({
type: "bi.button",
height: 24,
value: index === 0 ? BI.i18nText("BI-Basic_Cancel") : BI.i18nText("BI-Basic_Sure"),
handler: function () {
self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, buttonOpt.level !== "ignore");
text: index === 0 ? BI.i18nText("BI-Basic_Cancel") : BI.i18nText("BI-Basic_Sure"),
handler: function (v) {
self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, v);
}
}, buttonOpt);

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

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

@ -132,7 +132,12 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
baseCls: "bi-text-bubble-bar-popup-view",
text: "",
width: 250,
buttons: [{level: "ignore"}, {}]
buttons: [{
level: "ignore",
value: false
}, {
value: true
}]
},
render: function () {
@ -144,9 +149,9 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
return BI.extend({
type: "bi.button",
height: 24,
value: index === 0 ? BI.i18nText("BI-Basic_Cancel") : BI.i18nText("BI-Basic_Sure"),
handler: function () {
self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, buttonOpt.level !== "ignore");
text: index === 0 ? BI.i18nText("BI-Basic_Cancel") : BI.i18nText("BI-Basic_Sure"),
handler: function (v) {
self.fireEvent(BI.BubblePopupBarView.EVENT_CLICK_TOOLBAR_BUTTON, v);
}
}, buttonOpt);

Loading…
Cancel
Save