Browse Source

无JIRA任务, 更新

es6
王瑞 6 years ago
parent
commit
e544424623
  1. 11
      dist/bundle.ie.js
  2. 18
      dist/bundle.ie.min.js
  3. 11
      dist/bundle.js
  4. 12
      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. 12
      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

@ -52642,12 +52642,7 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
baseCls: "bi-text-bubble-bar-popup-view",
text: "",
width: 250,
buttons: [{
value: BI.i18nText("BI-Basic_Cancel"),
level: "ignore"
}, {
value: BI.i18nText("BI-Basic_Sure")
}]
buttons: [{level: "ignore"}, {}]
},
render: function () {
@ -52656,12 +52651,10 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
if (BI.isWidget(buttonOpt)) {
return buttonOpt;
}
if (buttonOpt.value) {
buttonOpt.value = BI.i18nText(buttonOpt.value);
}
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");
}

18
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

11
dist/bundle.js vendored

@ -53046,12 +53046,7 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
baseCls: "bi-text-bubble-bar-popup-view",
text: "",
width: 250,
buttons: [{
value: BI.i18nText("BI-Basic_Cancel"),
level: "ignore"
}, {
value: BI.i18nText("BI-Basic_Sure")
}]
buttons: [{level: "ignore"}, {}]
},
render: function () {
@ -53060,12 +53055,10 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
if (BI.isWidget(buttonOpt)) {
return buttonOpt;
}
if (buttonOpt.value) {
buttonOpt.value = BI.i18nText(buttonOpt.value);
}
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");
}

12
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

11
dist/case.js vendored

@ -4118,12 +4118,7 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
baseCls: "bi-text-bubble-bar-popup-view",
text: "",
width: 250,
buttons: [{
value: BI.i18nText("BI-Basic_Cancel"),
level: "ignore"
}, {
value: BI.i18nText("BI-Basic_Sure")
}]
buttons: [{level: "ignore"}, {}]
},
render: function () {
@ -4132,12 +4127,10 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
if (BI.isWidget(buttonOpt)) {
return buttonOpt;
}
if (buttonOpt.value) {
buttonOpt.value = BI.i18nText(buttonOpt.value);
}
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");
}

11
dist/fineui.ie.js vendored

@ -52884,12 +52884,7 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
baseCls: "bi-text-bubble-bar-popup-view",
text: "",
width: 250,
buttons: [{
value: BI.i18nText("BI-Basic_Cancel"),
level: "ignore"
}, {
value: BI.i18nText("BI-Basic_Sure")
}]
buttons: [{level: "ignore"}, {}]
},
render: function () {
@ -52898,12 +52893,10 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
if (BI.isWidget(buttonOpt)) {
return buttonOpt;
}
if (buttonOpt.value) {
buttonOpt.value = BI.i18nText(buttonOpt.value);
}
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");
}

18
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

11
dist/fineui.js vendored

@ -53288,12 +53288,7 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
baseCls: "bi-text-bubble-bar-popup-view",
text: "",
width: 250,
buttons: [{
value: BI.i18nText("BI-Basic_Cancel"),
level: "ignore"
}, {
value: BI.i18nText("BI-Basic_Sure")
}]
buttons: [{level: "ignore"}, {}]
},
render: function () {
@ -53302,12 +53297,10 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
if (BI.isWidget(buttonOpt)) {
return buttonOpt;
}
if (buttonOpt.value) {
buttonOpt.value = BI.i18nText(buttonOpt.value);
}
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");
}

12
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

11
dist/fineui_without_jquery_polyfill.js vendored

@ -36366,12 +36366,7 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
baseCls: "bi-text-bubble-bar-popup-view",
text: "",
width: 250,
buttons: [{
value: BI.i18nText("BI-Basic_Cancel"),
level: "ignore"
}, {
value: BI.i18nText("BI-Basic_Sure")
}]
buttons: [{level: "ignore"}, {}]
},
render: function () {
@ -36380,12 +36375,10 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
if (BI.isWidget(buttonOpt)) {
return buttonOpt;
}
if (buttonOpt.value) {
buttonOpt.value = BI.i18nText(buttonOpt.value);
}
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");
}

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

@ -132,12 +132,7 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
baseCls: "bi-text-bubble-bar-popup-view",
text: "",
width: 250,
buttons: [{
value: BI.i18nText("BI-Basic_Cancel"),
level: "ignore"
}, {
value: BI.i18nText("BI-Basic_Sure")
}]
buttons: [{level: "ignore"}, {}]
},
render: function () {
@ -146,12 +141,10 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
if (BI.isWidget(buttonOpt)) {
return buttonOpt;
}
if (buttonOpt.value) {
buttonOpt.value = BI.i18nText(buttonOpt.value);
}
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");
}

Loading…
Cancel
Save