Browse Source

auto upgrade version to 2.0.20201223193226

es6
data 4 years ago
parent
commit
7e91800093
  1. 2
      dist/2.0/fineui.css
  2. 4
      dist/2.0/fineui.ie.min.js
  3. 2
      dist/2.0/fineui.ie.min.js.map
  4. 22
      dist/2.0/fineui.js
  5. 2
      dist/2.0/fineui.js.map
  6. 2
      dist/2.0/fineui.min.css
  7. 4
      dist/2.0/fineui.min.js
  8. 2
      dist/2.0/fineui.min.js.map
  9. 2
      dist/2.0/fineui_without_normalize.css
  10. 2
      dist/2.0/fineui_without_normalize.min.css
  11. 2
      dist/core.css
  12. 22
      dist/core.js
  13. 2
      dist/core.js.map
  14. 2
      dist/demo.css
  15. 22
      dist/demo.js
  16. 2
      dist/demo.js.map
  17. 2
      dist/fineui.css
  18. 4
      dist/fineui.ie.min.js
  19. 2
      dist/fineui.ie.min.js.map
  20. 22
      dist/fineui.js
  21. 2
      dist/fineui.js.map
  22. 2
      dist/fineui.min.css
  23. 4
      dist/fineui.min.js
  24. 2
      dist/fineui.min.js.map
  25. 22
      dist/fineui_without_jquery_polyfill.js
  26. 2
      dist/fineui_without_jquery_polyfill.js.map
  27. 2
      dist/font.css
  28. 2
      dist/resource.css
  29. 2
      dist/utils.js
  30. 2
      dist/utils.min.js
  31. 2
      package.json

2
dist/2.0/fineui.css vendored

File diff suppressed because one or more lines are too long

4
dist/2.0/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/2.0/fineui.ie.min.js.map vendored

File diff suppressed because one or more lines are too long

22
dist/2.0/fineui.js vendored

@ -1,4 +1,4 @@
/*! time: 2020-12-23 13:50:23 */ /*! time: 2020-12-23 19:30:22 */
/******/ (function(modules) { // webpackBootstrap /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache /******/ // The module cache
/******/ var installedModules = {}; /******/ var installedModules = {};
@ -27037,9 +27037,7 @@ BI.Popover = BI.inherit(BI.Widget, {
NORMAL: "normal", NORMAL: "normal",
BIG: "big", BIG: "big",
}, },
MAX_HEIGHT: 600, MAX_HEIGHT: 600
BODY_TGAP: 10,
BODY_HGAP: 20,
}, },
props: { props: {
@ -27054,6 +27052,8 @@ BI.Popover = BI.inherit(BI.Widget, {
footer: null, footer: null,
footerHeight: 44, footerHeight: 44,
closable: true, // BI-40839 是否显示右上角的关闭按钮 closable: true, // BI-40839 是否显示右上角的关闭按钮
bodyHgap: 20,
bodyTgap: 10
}, },
render: function () { render: function () {
@ -27126,23 +27126,23 @@ BI.Popover = BI.inherit(BI.Widget, {
self.body = this; self.body = this;
}, },
css: { css: {
"max-height": this._getSuitableBodyHeight(c.MAX_HEIGHT - o.headerHeight - (o.footer ? o.footerHeight : 0) - c.BODY_TGAP), "max-height": this._getSuitableBodyHeight(c.MAX_HEIGHT - o.headerHeight - (o.footer ? o.footerHeight : 0) - o.bodyTgap),
"min-height": this._getSuitableBodyHeight(size.height), "min-height": this._getSuitableBodyHeight(size.height),
}, },
items: [{ items: [{
el: o.body, el: o.body,
}], }],
}, },
hgap: c.BODY_HGAP, hgap: o.bodyHgap,
tgap: c.BODY_TGAP, tgap: o.bodyTgap,
} : { } : {
el: { el: {
type: "bi.absolute", type: "bi.absolute",
items: [{ items: [{
el: o.body, el: o.body,
left: c.BODY_HGAP, left: o.bodyHgap,
top: c.BODY_TGAP, top: o.bodyTgap,
right: c.BODY_HGAP, right: o.bodyHgap,
bottom: 0, bottom: 0,
}], }],
}, },
@ -27190,7 +27190,7 @@ BI.Popover = BI.inherit(BI.Widget, {
_getSuitableBodyHeight: function (height) { _getSuitableBodyHeight: function (height) {
var o = this.options; var o = this.options;
var c = this._constant; var c = this._constant;
return BI.clamp(height, 0, BI.Widget._renderEngine.createElement("body")[0].clientHeight - o.headerHeight - (o.footer ? o.footerHeight : 0) - c.BODY_TGAP); return BI.clamp(height, 0, BI.Widget._renderEngine.createElement("body")[0].clientHeight - o.headerHeight - (o.footer ? o.footerHeight : 0) - o.bodyTgap);
}, },
_getSuitableHeight: function (height) { _getSuitableHeight: function (height) {

2
dist/2.0/fineui.js.map vendored

File diff suppressed because one or more lines are too long

2
dist/2.0/fineui.min.css vendored

File diff suppressed because one or more lines are too long

4
dist/2.0/fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/2.0/fineui.min.js.map vendored

File diff suppressed because one or more lines are too long

2
dist/2.0/fineui_without_normalize.css vendored

File diff suppressed because one or more lines are too long

2
dist/2.0/fineui_without_normalize.min.css vendored

File diff suppressed because one or more lines are too long

2
dist/core.css vendored

File diff suppressed because one or more lines are too long

22
dist/core.js vendored

@ -1,4 +1,4 @@
/*! time: 2020-12-23 13:50:23 */ /*! time: 2020-12-23 19:30:22 */
/******/ (function(modules) { // webpackBootstrap /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache /******/ // The module cache
/******/ var installedModules = {}; /******/ var installedModules = {};
@ -27037,9 +27037,7 @@ BI.Popover = BI.inherit(BI.Widget, {
NORMAL: "normal", NORMAL: "normal",
BIG: "big", BIG: "big",
}, },
MAX_HEIGHT: 600, MAX_HEIGHT: 600
BODY_TGAP: 10,
BODY_HGAP: 20,
}, },
props: { props: {
@ -27054,6 +27052,8 @@ BI.Popover = BI.inherit(BI.Widget, {
footer: null, footer: null,
footerHeight: 44, footerHeight: 44,
closable: true, // BI-40839 是否显示右上角的关闭按钮 closable: true, // BI-40839 是否显示右上角的关闭按钮
bodyHgap: 20,
bodyTgap: 10
}, },
render: function () { render: function () {
@ -27126,23 +27126,23 @@ BI.Popover = BI.inherit(BI.Widget, {
self.body = this; self.body = this;
}, },
css: { css: {
"max-height": this._getSuitableBodyHeight(c.MAX_HEIGHT - o.headerHeight - (o.footer ? o.footerHeight : 0) - c.BODY_TGAP), "max-height": this._getSuitableBodyHeight(c.MAX_HEIGHT - o.headerHeight - (o.footer ? o.footerHeight : 0) - o.bodyTgap),
"min-height": this._getSuitableBodyHeight(size.height), "min-height": this._getSuitableBodyHeight(size.height),
}, },
items: [{ items: [{
el: o.body, el: o.body,
}], }],
}, },
hgap: c.BODY_HGAP, hgap: o.bodyHgap,
tgap: c.BODY_TGAP, tgap: o.bodyTgap,
} : { } : {
el: { el: {
type: "bi.absolute", type: "bi.absolute",
items: [{ items: [{
el: o.body, el: o.body,
left: c.BODY_HGAP, left: o.bodyHgap,
top: c.BODY_TGAP, top: o.bodyTgap,
right: c.BODY_HGAP, right: o.bodyHgap,
bottom: 0, bottom: 0,
}], }],
}, },
@ -27190,7 +27190,7 @@ BI.Popover = BI.inherit(BI.Widget, {
_getSuitableBodyHeight: function (height) { _getSuitableBodyHeight: function (height) {
var o = this.options; var o = this.options;
var c = this._constant; var c = this._constant;
return BI.clamp(height, 0, BI.Widget._renderEngine.createElement("body")[0].clientHeight - o.headerHeight - (o.footer ? o.footerHeight : 0) - c.BODY_TGAP); return BI.clamp(height, 0, BI.Widget._renderEngine.createElement("body")[0].clientHeight - o.headerHeight - (o.footer ? o.footerHeight : 0) - o.bodyTgap);
}, },
_getSuitableHeight: function (height) { _getSuitableHeight: function (height) {

2
dist/core.js.map vendored

File diff suppressed because one or more lines are too long

2
dist/demo.css vendored

File diff suppressed because one or more lines are too long

22
dist/demo.js vendored

@ -1,4 +1,4 @@
/*! time: 2020-12-23 13:50:23 */ /*! time: 2020-12-23 19:30:22 */
/******/ (function(modules) { // webpackBootstrap /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache /******/ // The module cache
/******/ var installedModules = {}; /******/ var installedModules = {};
@ -27037,9 +27037,7 @@ BI.Popover = BI.inherit(BI.Widget, {
NORMAL: "normal", NORMAL: "normal",
BIG: "big", BIG: "big",
}, },
MAX_HEIGHT: 600, MAX_HEIGHT: 600
BODY_TGAP: 10,
BODY_HGAP: 20,
}, },
props: { props: {
@ -27054,6 +27052,8 @@ BI.Popover = BI.inherit(BI.Widget, {
footer: null, footer: null,
footerHeight: 44, footerHeight: 44,
closable: true, // BI-40839 是否显示右上角的关闭按钮 closable: true, // BI-40839 是否显示右上角的关闭按钮
bodyHgap: 20,
bodyTgap: 10
}, },
render: function () { render: function () {
@ -27126,23 +27126,23 @@ BI.Popover = BI.inherit(BI.Widget, {
self.body = this; self.body = this;
}, },
css: { css: {
"max-height": this._getSuitableBodyHeight(c.MAX_HEIGHT - o.headerHeight - (o.footer ? o.footerHeight : 0) - c.BODY_TGAP), "max-height": this._getSuitableBodyHeight(c.MAX_HEIGHT - o.headerHeight - (o.footer ? o.footerHeight : 0) - o.bodyTgap),
"min-height": this._getSuitableBodyHeight(size.height), "min-height": this._getSuitableBodyHeight(size.height),
}, },
items: [{ items: [{
el: o.body, el: o.body,
}], }],
}, },
hgap: c.BODY_HGAP, hgap: o.bodyHgap,
tgap: c.BODY_TGAP, tgap: o.bodyTgap,
} : { } : {
el: { el: {
type: "bi.absolute", type: "bi.absolute",
items: [{ items: [{
el: o.body, el: o.body,
left: c.BODY_HGAP, left: o.bodyHgap,
top: c.BODY_TGAP, top: o.bodyTgap,
right: c.BODY_HGAP, right: o.bodyHgap,
bottom: 0, bottom: 0,
}], }],
}, },
@ -27190,7 +27190,7 @@ BI.Popover = BI.inherit(BI.Widget, {
_getSuitableBodyHeight: function (height) { _getSuitableBodyHeight: function (height) {
var o = this.options; var o = this.options;
var c = this._constant; var c = this._constant;
return BI.clamp(height, 0, BI.Widget._renderEngine.createElement("body")[0].clientHeight - o.headerHeight - (o.footer ? o.footerHeight : 0) - c.BODY_TGAP); return BI.clamp(height, 0, BI.Widget._renderEngine.createElement("body")[0].clientHeight - o.headerHeight - (o.footer ? o.footerHeight : 0) - o.bodyTgap);
}, },
_getSuitableHeight: function (height) { _getSuitableHeight: function (height) {

2
dist/demo.js.map vendored

File diff suppressed because one or more lines are too long

2
dist/fineui.css vendored

File diff suppressed because one or more lines are too long

4
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/fineui.ie.min.js.map vendored

File diff suppressed because one or more lines are too long

22
dist/fineui.js vendored

@ -1,4 +1,4 @@
/*! time: 2020-12-23 13:50:23 */ /*! time: 2020-12-23 19:30:22 */
/******/ (function(modules) { // webpackBootstrap /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache /******/ // The module cache
/******/ var installedModules = {}; /******/ var installedModules = {};
@ -27037,9 +27037,7 @@ BI.Popover = BI.inherit(BI.Widget, {
NORMAL: "normal", NORMAL: "normal",
BIG: "big", BIG: "big",
}, },
MAX_HEIGHT: 600, MAX_HEIGHT: 600
BODY_TGAP: 10,
BODY_HGAP: 20,
}, },
props: { props: {
@ -27054,6 +27052,8 @@ BI.Popover = BI.inherit(BI.Widget, {
footer: null, footer: null,
footerHeight: 44, footerHeight: 44,
closable: true, // BI-40839 是否显示右上角的关闭按钮 closable: true, // BI-40839 是否显示右上角的关闭按钮
bodyHgap: 20,
bodyTgap: 10
}, },
render: function () { render: function () {
@ -27126,23 +27126,23 @@ BI.Popover = BI.inherit(BI.Widget, {
self.body = this; self.body = this;
}, },
css: { css: {
"max-height": this._getSuitableBodyHeight(c.MAX_HEIGHT - o.headerHeight - (o.footer ? o.footerHeight : 0) - c.BODY_TGAP), "max-height": this._getSuitableBodyHeight(c.MAX_HEIGHT - o.headerHeight - (o.footer ? o.footerHeight : 0) - o.bodyTgap),
"min-height": this._getSuitableBodyHeight(size.height), "min-height": this._getSuitableBodyHeight(size.height),
}, },
items: [{ items: [{
el: o.body, el: o.body,
}], }],
}, },
hgap: c.BODY_HGAP, hgap: o.bodyHgap,
tgap: c.BODY_TGAP, tgap: o.bodyTgap,
} : { } : {
el: { el: {
type: "bi.absolute", type: "bi.absolute",
items: [{ items: [{
el: o.body, el: o.body,
left: c.BODY_HGAP, left: o.bodyHgap,
top: c.BODY_TGAP, top: o.bodyTgap,
right: c.BODY_HGAP, right: o.bodyHgap,
bottom: 0, bottom: 0,
}], }],
}, },
@ -27190,7 +27190,7 @@ BI.Popover = BI.inherit(BI.Widget, {
_getSuitableBodyHeight: function (height) { _getSuitableBodyHeight: function (height) {
var o = this.options; var o = this.options;
var c = this._constant; var c = this._constant;
return BI.clamp(height, 0, BI.Widget._renderEngine.createElement("body")[0].clientHeight - o.headerHeight - (o.footer ? o.footerHeight : 0) - c.BODY_TGAP); return BI.clamp(height, 0, BI.Widget._renderEngine.createElement("body")[0].clientHeight - o.headerHeight - (o.footer ? o.footerHeight : 0) - o.bodyTgap);
}, },
_getSuitableHeight: function (height) { _getSuitableHeight: function (height) {

2
dist/fineui.js.map vendored

File diff suppressed because one or more lines are too long

2
dist/fineui.min.css vendored

File diff suppressed because one or more lines are too long

4
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/fineui.min.js.map vendored

File diff suppressed because one or more lines are too long

22
dist/fineui_without_jquery_polyfill.js vendored

@ -1,4 +1,4 @@
/*! time: 2020-12-23 13:50:23 */ /*! time: 2020-12-23 19:30:22 */
/******/ (function(modules) { // webpackBootstrap /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache /******/ // The module cache
/******/ var installedModules = {}; /******/ var installedModules = {};
@ -23064,9 +23064,7 @@ BI.Popover = BI.inherit(BI.Widget, {
NORMAL: "normal", NORMAL: "normal",
BIG: "big", BIG: "big",
}, },
MAX_HEIGHT: 600, MAX_HEIGHT: 600
BODY_TGAP: 10,
BODY_HGAP: 20,
}, },
props: { props: {
@ -23081,6 +23079,8 @@ BI.Popover = BI.inherit(BI.Widget, {
footer: null, footer: null,
footerHeight: 44, footerHeight: 44,
closable: true, // BI-40839 是否显示右上角的关闭按钮 closable: true, // BI-40839 是否显示右上角的关闭按钮
bodyHgap: 20,
bodyTgap: 10
}, },
render: function () { render: function () {
@ -23153,23 +23153,23 @@ BI.Popover = BI.inherit(BI.Widget, {
self.body = this; self.body = this;
}, },
css: { css: {
"max-height": this._getSuitableBodyHeight(c.MAX_HEIGHT - o.headerHeight - (o.footer ? o.footerHeight : 0) - c.BODY_TGAP), "max-height": this._getSuitableBodyHeight(c.MAX_HEIGHT - o.headerHeight - (o.footer ? o.footerHeight : 0) - o.bodyTgap),
"min-height": this._getSuitableBodyHeight(size.height), "min-height": this._getSuitableBodyHeight(size.height),
}, },
items: [{ items: [{
el: o.body, el: o.body,
}], }],
}, },
hgap: c.BODY_HGAP, hgap: o.bodyHgap,
tgap: c.BODY_TGAP, tgap: o.bodyTgap,
} : { } : {
el: { el: {
type: "bi.absolute", type: "bi.absolute",
items: [{ items: [{
el: o.body, el: o.body,
left: c.BODY_HGAP, left: o.bodyHgap,
top: c.BODY_TGAP, top: o.bodyTgap,
right: c.BODY_HGAP, right: o.bodyHgap,
bottom: 0, bottom: 0,
}], }],
}, },
@ -23217,7 +23217,7 @@ BI.Popover = BI.inherit(BI.Widget, {
_getSuitableBodyHeight: function (height) { _getSuitableBodyHeight: function (height) {
var o = this.options; var o = this.options;
var c = this._constant; var c = this._constant;
return BI.clamp(height, 0, BI.Widget._renderEngine.createElement("body")[0].clientHeight - o.headerHeight - (o.footer ? o.footerHeight : 0) - c.BODY_TGAP); return BI.clamp(height, 0, BI.Widget._renderEngine.createElement("body")[0].clientHeight - o.headerHeight - (o.footer ? o.footerHeight : 0) - o.bodyTgap);
}, },
_getSuitableHeight: function (height) { _getSuitableHeight: function (height) {

2
dist/fineui_without_jquery_polyfill.js.map vendored

File diff suppressed because one or more lines are too long

2
dist/font.css vendored

File diff suppressed because one or more lines are too long

2
dist/resource.css vendored

File diff suppressed because one or more lines are too long

2
dist/utils.js vendored

@ -1,4 +1,4 @@
/*! time: 2020-12-23 13:50:23 */ /*! time: 2020-12-23 19:30:22 */
/******/ (function(modules) { // webpackBootstrap /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache /******/ // The module cache
/******/ var installedModules = {}; /******/ var installedModules = {};

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "fineui", "name": "fineui",
"version": "2.0.20201223135207", "version": "2.0.20201223193226",
"description": "fineui", "description": "fineui",
"main": "dist/fineui.min.js", "main": "dist/fineui.min.js",
"types": "dist/lib/index.d.ts", "types": "dist/lib/index.d.ts",

Loading…
Cancel
Save