windy 6 years ago
parent
commit
6f4cbcd3f2
  1. 6
      dist/_fineui.min.js
  2. 4
      dist/bundle.js
  3. 2
      dist/bundle.min.js
  4. 4
      dist/case.js
  5. 4
      dist/fineui.js
  6. 6
      dist/fineui.min.js
  7. 4
      src/case/combo/bubblecombo/popup.bubble.js

6
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

4
dist/bundle.js vendored

@ -78144,7 +78144,7 @@ BI.BubblePopupView = BI.inherit(BI.PopupView, {
_defaultConfig: function () {
var config = BI.BubblePopupView.superclass._defaultConfig.apply(this, arguments);
return BI.extend(config, {
baseCls: config.baseCls + " bi-bubble-popup-view bi-border"
baseCls: config.baseCls + " bi-bubble-popup-view"
});
},
_init: function () {
@ -78217,7 +78217,7 @@ BI.shortcut("bi.bubble_popup_view", BI.BubblePopupView);
BI.BubblePopupBarView = BI.inherit(BI.BubblePopupView, {
_defaultConfig: function () {
return BI.extend(BI.BubblePopupBarView.superclass._defaultConfig.apply(this, arguments), {
extraCls: "bi-bubble-bar-popup-view bi-border",
extraCls: "bi-bubble-bar-popup-view",
buttons: [{value: BI.i18nText("BI-Basic_Cancel"), ghost: true}, {value: BI.i18nText(BI.i18nText("BI-Basic_Sure"))}]
});
},

2
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

4
dist/case.js vendored

@ -5455,7 +5455,7 @@ BI.BubblePopupView = BI.inherit(BI.PopupView, {
_defaultConfig: function () {
var config = BI.BubblePopupView.superclass._defaultConfig.apply(this, arguments);
return BI.extend(config, {
baseCls: config.baseCls + " bi-bubble-popup-view bi-border"
baseCls: config.baseCls + " bi-bubble-popup-view"
});
},
_init: function () {
@ -5528,7 +5528,7 @@ BI.shortcut("bi.bubble_popup_view", BI.BubblePopupView);
BI.BubblePopupBarView = BI.inherit(BI.BubblePopupView, {
_defaultConfig: function () {
return BI.extend(BI.BubblePopupBarView.superclass._defaultConfig.apply(this, arguments), {
extraCls: "bi-bubble-bar-popup-view bi-border",
extraCls: "bi-bubble-bar-popup-view",
buttons: [{value: BI.i18nText("BI-Basic_Cancel"), ghost: true}, {value: BI.i18nText(BI.i18nText("BI-Basic_Sure"))}]
});
},

4
dist/fineui.js vendored

@ -78365,7 +78365,7 @@ BI.BubblePopupView = BI.inherit(BI.PopupView, {
_defaultConfig: function () {
var config = BI.BubblePopupView.superclass._defaultConfig.apply(this, arguments);
return BI.extend(config, {
baseCls: config.baseCls + " bi-bubble-popup-view bi-border"
baseCls: config.baseCls + " bi-bubble-popup-view"
});
},
_init: function () {
@ -78438,7 +78438,7 @@ BI.shortcut("bi.bubble_popup_view", BI.BubblePopupView);
BI.BubblePopupBarView = BI.inherit(BI.BubblePopupView, {
_defaultConfig: function () {
return BI.extend(BI.BubblePopupBarView.superclass._defaultConfig.apply(this, arguments), {
extraCls: "bi-bubble-bar-popup-view bi-border",
extraCls: "bi-bubble-bar-popup-view",
buttons: [{value: BI.i18nText("BI-Basic_Cancel"), ghost: true}, {value: BI.i18nText(BI.i18nText("BI-Basic_Sure"))}]
});
},

6
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

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

@ -8,7 +8,7 @@ BI.BubblePopupView = BI.inherit(BI.PopupView, {
_defaultConfig: function () {
var config = BI.BubblePopupView.superclass._defaultConfig.apply(this, arguments);
return BI.extend(config, {
baseCls: config.baseCls + " bi-bubble-popup-view bi-border"
baseCls: config.baseCls + " bi-bubble-popup-view"
});
},
_init: function () {
@ -81,7 +81,7 @@ BI.shortcut("bi.bubble_popup_view", BI.BubblePopupView);
BI.BubblePopupBarView = BI.inherit(BI.BubblePopupView, {
_defaultConfig: function () {
return BI.extend(BI.BubblePopupBarView.superclass._defaultConfig.apply(this, arguments), {
extraCls: "bi-bubble-bar-popup-view bi-border",
extraCls: "bi-bubble-bar-popup-view",
buttons: [{value: BI.i18nText("BI-Basic_Cancel"), ghost: true}, {value: BI.i18nText(BI.i18nText("BI-Basic_Sure"))}]
});
},

Loading…
Cancel
Save