Browse Source

无JIRA任务 更新

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

25
dist/bundle.ie.js vendored

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

18
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

25
dist/bundle.js vendored

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

4
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

25
dist/case.js vendored

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

25
dist/fineui.ie.js vendored

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

18
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

25
dist/fineui.js vendored

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

4
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

25
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, {
props: {
baseCls: "bi-text-bubble-bar-popup-view",
text: "",
width: 250,
buttons: [{
level: "ignore",
value: false
}, {
value: true
}]
props: function () {
return {
baseCls: "bi-text-bubble-bar-popup-view",
text: "",
width: 250,
buttons: [{
level: "ignore",
value: false,
text: BI.i18nText("BI-Basic_Cancel")
}, {
value: true,
text: BI.i18nText("BI-Basic_Sure")
}]
};
},
render: function () {
@ -36383,7 +36387,6 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
return BI.extend({
type: "bi.button",
height: 24,
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);
}

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

25
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, {
props: {
baseCls: "bi-text-bubble-bar-popup-view",
text: "",
width: 250,
buttons: [{
level: "ignore",
value: false
}, {
value: true
}]
props: function () {
return {
baseCls: "bi-text-bubble-bar-popup-view",
text: "",
width: 250,
buttons: [{
level: "ignore",
value: false,
text: BI.i18nText("BI-Basic_Cancel")
}, {
value: true,
text: BI.i18nText("BI-Basic_Sure")
}]
};
},
render: function () {
@ -149,7 +153,6 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
return BI.extend({
type: "bi.button",
height: 24,
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);
}

Loading…
Cancel
Save