windy 6 years ago
parent
commit
a8e2ab46f6
  1. 6
      dist/base.js
  2. 6
      dist/bundle.ie.js
  3. 4
      dist/bundle.ie.min.js
  4. 6
      dist/bundle.js
  5. 4
      dist/bundle.min.js
  6. 6
      dist/fineui.ie.js
  7. 4
      dist/fineui.ie.min.js
  8. 6
      dist/fineui.js
  9. 4
      dist/fineui.min.js
  10. 6
      dist/fineui_without_jquery_polyfill.js
  11. 2
      dist/utils.min.js
  12. 6
      src/base/foundation/message.js

6
dist/base.js vendored

@ -5200,19 +5200,19 @@ BI.Msg = function () {
text: BI.i18nText("BI-Basic_Cancel"),
level: "ignore",
handler: function () {
BI.Popovers.remove(name);
if (BI.isFunction(callback)) {
callback.apply(null, [false]);
}
BI.Popovers.remove(name);
}
}, {
type: "bi.button",
text: BI.i18nText("BI-Basic_Sure"),
handler: function () {
BI.Popovers.remove(name);
if (BI.isFunction(callback)) {
callback.apply(null, [true]);
}
BI.Popovers.remove(name);
}
}]
} : {
@ -5223,10 +5223,10 @@ BI.Msg = function () {
text: BI.i18nText("BI-Basic_Cancel"),
level: "ignore",
handler: function () {
BI.Popovers.remove(name);
if (BI.isFunction(callback)) {
callback.apply(null, [false]);
}
BI.Popovers.remove(name);
}
}]
},

6
dist/bundle.ie.js vendored

@ -40328,19 +40328,19 @@ BI.Msg = function () {
text: BI.i18nText("BI-Basic_Cancel"),
level: "ignore",
handler: function () {
BI.Popovers.remove(name);
if (BI.isFunction(callback)) {
callback.apply(null, [false]);
}
BI.Popovers.remove(name);
}
}, {
type: "bi.button",
text: BI.i18nText("BI-Basic_Sure"),
handler: function () {
BI.Popovers.remove(name);
if (BI.isFunction(callback)) {
callback.apply(null, [true]);
}
BI.Popovers.remove(name);
}
}]
} : {
@ -40351,10 +40351,10 @@ BI.Msg = function () {
text: BI.i18nText("BI-Basic_Cancel"),
level: "ignore",
handler: function () {
BI.Popovers.remove(name);
if (BI.isFunction(callback)) {
callback.apply(null, [false]);
}
BI.Popovers.remove(name);
}
}]
},

4
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

6
dist/bundle.js vendored

@ -40732,19 +40732,19 @@ BI.Msg = function () {
text: BI.i18nText("BI-Basic_Cancel"),
level: "ignore",
handler: function () {
BI.Popovers.remove(name);
if (BI.isFunction(callback)) {
callback.apply(null, [false]);
}
BI.Popovers.remove(name);
}
}, {
type: "bi.button",
text: BI.i18nText("BI-Basic_Sure"),
handler: function () {
BI.Popovers.remove(name);
if (BI.isFunction(callback)) {
callback.apply(null, [true]);
}
BI.Popovers.remove(name);
}
}]
} : {
@ -40755,10 +40755,10 @@ BI.Msg = function () {
text: BI.i18nText("BI-Basic_Cancel"),
level: "ignore",
handler: function () {
BI.Popovers.remove(name);
if (BI.isFunction(callback)) {
callback.apply(null, [false]);
}
BI.Popovers.remove(name);
}
}]
},

4
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

6
dist/fineui.ie.js vendored

@ -40570,19 +40570,19 @@ BI.Msg = function () {
text: BI.i18nText("BI-Basic_Cancel"),
level: "ignore",
handler: function () {
BI.Popovers.remove(name);
if (BI.isFunction(callback)) {
callback.apply(null, [false]);
}
BI.Popovers.remove(name);
}
}, {
type: "bi.button",
text: BI.i18nText("BI-Basic_Sure"),
handler: function () {
BI.Popovers.remove(name);
if (BI.isFunction(callback)) {
callback.apply(null, [true]);
}
BI.Popovers.remove(name);
}
}]
} : {
@ -40593,10 +40593,10 @@ BI.Msg = function () {
text: BI.i18nText("BI-Basic_Cancel"),
level: "ignore",
handler: function () {
BI.Popovers.remove(name);
if (BI.isFunction(callback)) {
callback.apply(null, [false]);
}
BI.Popovers.remove(name);
}
}]
},

4
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

6
dist/fineui.js vendored

@ -40974,19 +40974,19 @@ BI.Msg = function () {
text: BI.i18nText("BI-Basic_Cancel"),
level: "ignore",
handler: function () {
BI.Popovers.remove(name);
if (BI.isFunction(callback)) {
callback.apply(null, [false]);
}
BI.Popovers.remove(name);
}
}, {
type: "bi.button",
text: BI.i18nText("BI-Basic_Sure"),
handler: function () {
BI.Popovers.remove(name);
if (BI.isFunction(callback)) {
callback.apply(null, [true]);
}
BI.Popovers.remove(name);
}
}]
} : {
@ -40997,10 +40997,10 @@ BI.Msg = function () {
text: BI.i18nText("BI-Basic_Cancel"),
level: "ignore",
handler: function () {
BI.Popovers.remove(name);
if (BI.isFunction(callback)) {
callback.apply(null, [false]);
}
BI.Popovers.remove(name);
}
}]
},

4
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

6
dist/fineui_without_jquery_polyfill.js vendored

@ -28641,19 +28641,19 @@ BI.Msg = function () {
text: BI.i18nText("BI-Basic_Cancel"),
level: "ignore",
handler: function () {
BI.Popovers.remove(name);
if (BI.isFunction(callback)) {
callback.apply(null, [false]);
}
BI.Popovers.remove(name);
}
}, {
type: "bi.button",
text: BI.i18nText("BI-Basic_Sure"),
handler: function () {
BI.Popovers.remove(name);
if (BI.isFunction(callback)) {
callback.apply(null, [true]);
}
BI.Popovers.remove(name);
}
}]
} : {
@ -28664,10 +28664,10 @@ BI.Msg = function () {
text: BI.i18nText("BI-Basic_Cancel"),
level: "ignore",
handler: function () {
BI.Popovers.remove(name);
if (BI.isFunction(callback)) {
callback.apply(null, [false]);
}
BI.Popovers.remove(name);
}
}]
},

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

6
src/base/foundation/message.js

@ -68,19 +68,19 @@ BI.Msg = function () {
text: BI.i18nText("BI-Basic_Cancel"),
level: "ignore",
handler: function () {
BI.Popovers.remove(name);
if (BI.isFunction(callback)) {
callback.apply(null, [false]);
}
BI.Popovers.remove(name);
}
}, {
type: "bi.button",
text: BI.i18nText("BI-Basic_Sure"),
handler: function () {
BI.Popovers.remove(name);
if (BI.isFunction(callback)) {
callback.apply(null, [true]);
}
BI.Popovers.remove(name);
}
}]
} : {
@ -91,10 +91,10 @@ BI.Msg = function () {
text: BI.i18nText("BI-Basic_Cancel"),
level: "ignore",
handler: function () {
BI.Popovers.remove(name);
if (BI.isFunction(callback)) {
callback.apply(null, [false]);
}
BI.Popovers.remove(name);
}
}]
},

Loading…
Cancel
Save