windy 6 years ago
parent
commit
7ea7d3d8ed
  1. 26
      dist/bundle.ie.js
  2. 70
      dist/bundle.ie.min.js
  3. 26
      dist/bundle.js
  4. 2
      dist/bundle.min.css
  5. 70
      dist/bundle.min.js
  6. 26
      dist/core.js
  7. 26
      dist/fineui.ie.js
  8. 68
      dist/fineui.ie.min.js
  9. 26
      dist/fineui.js
  10. 2
      dist/fineui.min.css
  11. 70
      dist/fineui.min.js
  12. 2
      dist/utils.min.js
  13. 26
      src/core/platform/web/config.js

26
dist/bundle.ie.js vendored

@ -19121,19 +19121,19 @@ BI.prepares.push(function () {
return ob; return ob;
}); });
BI.Plugin.registerWidget("bi.center_adapt", function (ob) { BI.Plugin.registerWidget("bi.center_adapt", function (ob) {
// var isIE = BI.isIE(), supportFlex = isSupportFlex(), justOneItem = (ob.items && ob.items.length <= 1); var isIE = BI.isIE(), supportFlex = isSupportFlex(), justOneItem = (ob.items && ob.items.length <= 1);
// if (!isIE && supportFlex && justOneItem) { if (!isIE && supportFlex && justOneItem) {
// // 有滚动条的情况下需要用到flex_wrapper_center布局 // 有滚动条的情况下需要用到flex_wrapper_center布局
// if (ob.scrollable === true || ob.scrollx === true || ob.scrolly === true) { if (ob.scrollable === true || ob.scrollx === true || ob.scrolly === true) {
// // 不是IE用flex_wrapper_center布局 // 不是IE用flex_wrapper_center布局
// return BI.extend(ob, {type: "bi.flex_wrapper_center"}); return BI.extend(ob, {type: "bi.flex_wrapper_center"});
// } }
// return BI.extend(ob, {type: "bi.flex_center"}); return BI.extend(ob, {type: "bi.flex_center"});
// } }
// // 一个item的情况下inline布局睥睨天下 // 一个item的情况下inline布局睥睨天下
// if(justOneItem) { if(justOneItem) {
// return BI.extend(ob, {type: "bi.inline_center_adapt"}); return BI.extend(ob, {type: "bi.inline_center_adapt"});
// } }
return ob; return ob;
}); });
BI.Plugin.registerWidget("bi.vertical_adapt", function (ob) { BI.Plugin.registerWidget("bi.vertical_adapt", function (ob) {

70
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

26
dist/bundle.js vendored

@ -19121,19 +19121,19 @@ BI.prepares.push(function () {
return ob; return ob;
}); });
BI.Plugin.registerWidget("bi.center_adapt", function (ob) { BI.Plugin.registerWidget("bi.center_adapt", function (ob) {
// var isIE = BI.isIE(), supportFlex = isSupportFlex(), justOneItem = (ob.items && ob.items.length <= 1); var isIE = BI.isIE(), supportFlex = isSupportFlex(), justOneItem = (ob.items && ob.items.length <= 1);
// if (!isIE && supportFlex && justOneItem) { if (!isIE && supportFlex && justOneItem) {
// // 有滚动条的情况下需要用到flex_wrapper_center布局 // 有滚动条的情况下需要用到flex_wrapper_center布局
// if (ob.scrollable === true || ob.scrollx === true || ob.scrolly === true) { if (ob.scrollable === true || ob.scrollx === true || ob.scrolly === true) {
// // 不是IE用flex_wrapper_center布局 // 不是IE用flex_wrapper_center布局
// return BI.extend(ob, {type: "bi.flex_wrapper_center"}); return BI.extend(ob, {type: "bi.flex_wrapper_center"});
// } }
// return BI.extend(ob, {type: "bi.flex_center"}); return BI.extend(ob, {type: "bi.flex_center"});
// } }
// // 一个item的情况下inline布局睥睨天下 // 一个item的情况下inline布局睥睨天下
// if(justOneItem) { if(justOneItem) {
// return BI.extend(ob, {type: "bi.inline_center_adapt"}); return BI.extend(ob, {type: "bi.inline_center_adapt"});
// } }
return ob; return ob;
}); });
BI.Plugin.registerWidget("bi.vertical_adapt", function (ob) { BI.Plugin.registerWidget("bi.vertical_adapt", function (ob) {

2
dist/bundle.min.css vendored

File diff suppressed because one or more lines are too long

70
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

26
dist/core.js vendored

@ -19121,19 +19121,19 @@ BI.prepares.push(function () {
return ob; return ob;
}); });
BI.Plugin.registerWidget("bi.center_adapt", function (ob) { BI.Plugin.registerWidget("bi.center_adapt", function (ob) {
// var isIE = BI.isIE(), supportFlex = isSupportFlex(), justOneItem = (ob.items && ob.items.length <= 1); var isIE = BI.isIE(), supportFlex = isSupportFlex(), justOneItem = (ob.items && ob.items.length <= 1);
// if (!isIE && supportFlex && justOneItem) { if (!isIE && supportFlex && justOneItem) {
// // 有滚动条的情况下需要用到flex_wrapper_center布局 // 有滚动条的情况下需要用到flex_wrapper_center布局
// if (ob.scrollable === true || ob.scrollx === true || ob.scrolly === true) { if (ob.scrollable === true || ob.scrollx === true || ob.scrolly === true) {
// // 不是IE用flex_wrapper_center布局 // 不是IE用flex_wrapper_center布局
// return BI.extend(ob, {type: "bi.flex_wrapper_center"}); return BI.extend(ob, {type: "bi.flex_wrapper_center"});
// } }
// return BI.extend(ob, {type: "bi.flex_center"}); return BI.extend(ob, {type: "bi.flex_center"});
// } }
// // 一个item的情况下inline布局睥睨天下 // 一个item的情况下inline布局睥睨天下
// if(justOneItem) { if(justOneItem) {
// return BI.extend(ob, {type: "bi.inline_center_adapt"}); return BI.extend(ob, {type: "bi.inline_center_adapt"});
// } }
return ob; return ob;
}); });
BI.Plugin.registerWidget("bi.vertical_adapt", function (ob) { BI.Plugin.registerWidget("bi.vertical_adapt", function (ob) {

26
dist/fineui.ie.js vendored

@ -19366,19 +19366,19 @@ BI.prepares.push(function () {
return ob; return ob;
}); });
BI.Plugin.registerWidget("bi.center_adapt", function (ob) { BI.Plugin.registerWidget("bi.center_adapt", function (ob) {
// var isIE = BI.isIE(), supportFlex = isSupportFlex(), justOneItem = (ob.items && ob.items.length <= 1); var isIE = BI.isIE(), supportFlex = isSupportFlex(), justOneItem = (ob.items && ob.items.length <= 1);
// if (!isIE && supportFlex && justOneItem) { if (!isIE && supportFlex && justOneItem) {
// // 有滚动条的情况下需要用到flex_wrapper_center布局 // 有滚动条的情况下需要用到flex_wrapper_center布局
// if (ob.scrollable === true || ob.scrollx === true || ob.scrolly === true) { if (ob.scrollable === true || ob.scrollx === true || ob.scrolly === true) {
// // 不是IE用flex_wrapper_center布局 // 不是IE用flex_wrapper_center布局
// return BI.extend(ob, {type: "bi.flex_wrapper_center"}); return BI.extend(ob, {type: "bi.flex_wrapper_center"});
// } }
// return BI.extend(ob, {type: "bi.flex_center"}); return BI.extend(ob, {type: "bi.flex_center"});
// } }
// // 一个item的情况下inline布局睥睨天下 // 一个item的情况下inline布局睥睨天下
// if(justOneItem) { if(justOneItem) {
// return BI.extend(ob, {type: "bi.inline_center_adapt"}); return BI.extend(ob, {type: "bi.inline_center_adapt"});
// } }
return ob; return ob;
}); });
BI.Plugin.registerWidget("bi.vertical_adapt", function (ob) { BI.Plugin.registerWidget("bi.vertical_adapt", function (ob) {

68
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

26
dist/fineui.js vendored

@ -19366,19 +19366,19 @@ BI.prepares.push(function () {
return ob; return ob;
}); });
BI.Plugin.registerWidget("bi.center_adapt", function (ob) { BI.Plugin.registerWidget("bi.center_adapt", function (ob) {
// var isIE = BI.isIE(), supportFlex = isSupportFlex(), justOneItem = (ob.items && ob.items.length <= 1); var isIE = BI.isIE(), supportFlex = isSupportFlex(), justOneItem = (ob.items && ob.items.length <= 1);
// if (!isIE && supportFlex && justOneItem) { if (!isIE && supportFlex && justOneItem) {
// // 有滚动条的情况下需要用到flex_wrapper_center布局 // 有滚动条的情况下需要用到flex_wrapper_center布局
// if (ob.scrollable === true || ob.scrollx === true || ob.scrolly === true) { if (ob.scrollable === true || ob.scrollx === true || ob.scrolly === true) {
// // 不是IE用flex_wrapper_center布局 // 不是IE用flex_wrapper_center布局
// return BI.extend(ob, {type: "bi.flex_wrapper_center"}); return BI.extend(ob, {type: "bi.flex_wrapper_center"});
// } }
// return BI.extend(ob, {type: "bi.flex_center"}); return BI.extend(ob, {type: "bi.flex_center"});
// } }
// // 一个item的情况下inline布局睥睨天下 // 一个item的情况下inline布局睥睨天下
// if(justOneItem) { if(justOneItem) {
// return BI.extend(ob, {type: "bi.inline_center_adapt"}); return BI.extend(ob, {type: "bi.inline_center_adapt"});
// } }
return ob; return ob;
}); });
BI.Plugin.registerWidget("bi.vertical_adapt", function (ob) { BI.Plugin.registerWidget("bi.vertical_adapt", function (ob) {

2
dist/fineui.min.css vendored

File diff suppressed because one or more lines are too long

70
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

26
src/core/platform/web/config.js

@ -45,19 +45,19 @@ BI.prepares.push(function () {
return ob; return ob;
}); });
BI.Plugin.registerWidget("bi.center_adapt", function (ob) { BI.Plugin.registerWidget("bi.center_adapt", function (ob) {
// var isIE = BI.isIE(), supportFlex = isSupportFlex(), justOneItem = (ob.items && ob.items.length <= 1); var isIE = BI.isIE(), supportFlex = isSupportFlex(), justOneItem = (ob.items && ob.items.length <= 1);
// if (!isIE && supportFlex && justOneItem) { if (!isIE && supportFlex && justOneItem) {
// // 有滚动条的情况下需要用到flex_wrapper_center布局 // 有滚动条的情况下需要用到flex_wrapper_center布局
// if (ob.scrollable === true || ob.scrollx === true || ob.scrolly === true) { if (ob.scrollable === true || ob.scrollx === true || ob.scrolly === true) {
// // 不是IE用flex_wrapper_center布局 // 不是IE用flex_wrapper_center布局
// return BI.extend(ob, {type: "bi.flex_wrapper_center"}); return BI.extend(ob, {type: "bi.flex_wrapper_center"});
// } }
// return BI.extend(ob, {type: "bi.flex_center"}); return BI.extend(ob, {type: "bi.flex_center"});
// } }
// // 一个item的情况下inline布局睥睨天下 // 一个item的情况下inline布局睥睨天下
// if(justOneItem) { if(justOneItem) {
// return BI.extend(ob, {type: "bi.inline_center_adapt"}); return BI.extend(ob, {type: "bi.inline_center_adapt"});
// } }
return ob; return ob;
}); });
BI.Plugin.registerWidget("bi.vertical_adapt", function (ob) { BI.Plugin.registerWidget("bi.vertical_adapt", function (ob) {

Loading…
Cancel
Save