Browse Source

auto upgrade version to 2.0.20210728092238

es6
data 3 years ago
parent
commit
6396131d82
  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. 28
      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. 28
      dist/core.js
  13. 2
      dist/core.js.map
  14. 2
      dist/demo.css
  15. 41
      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. 28
      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. 2
      dist/fineui.proxy.css
  26. 28
      dist/fineui.proxy.js
  27. 2
      dist/fineui.proxy.js.map
  28. 2
      dist/fineui.proxy.min.css
  29. 4
      dist/fineui.proxy.min.js
  30. 2
      dist/fineui.proxy.min.js.map
  31. 28
      dist/fineui_without_jquery_polyfill.js
  32. 2
      dist/fineui_without_jquery_polyfill.js.map
  33. 2
      dist/font.css
  34. 2
      dist/resource.css
  35. 2
      dist/utils.js
  36. 2
      dist/utils.min.js
  37. 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

28
dist/2.0/fineui.js vendored

@ -1,4 +1,4 @@
/*! time: 2021-7-27 10:30:32 */
/*! time: 2021-7-28 9:20:58 */
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
@ -31362,8 +31362,8 @@ BI.BlankIconIconTextItem = BI.inherit(BI.BasicButton, {
logic: {
dynamic: false
},
iconCls1: "close-ha-font",
iconCls2: "close-ha-font",
iconCls1: "",
iconCls2: "",
blankWidth: 0,
iconHeight: null,
iconWidth: null,
@ -31466,6 +31466,7 @@ BI.BlankIconIconTextItem = BI.inherit(BI.BasicButton, {
BI.BlankIconIconTextItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.blank_icon_icon_text_item", BI.BlankIconIconTextItem);
/***/ }),
/* 412 */
/***/ (function(module, exports) {
@ -31487,8 +31488,8 @@ BI.BlankIconTextIconItem = BI.inherit(BI.BasicButton, {
logic: {
dynamic: false
},
iconCls1: "close-ha-font",
iconCls2: "close-ha-font",
iconCls1: "",
iconCls2: "",
blankWidth: 0,
iconHeight: null,
iconWidth: null,
@ -31597,6 +31598,7 @@ BI.BlankIconTextIconItem = BI.inherit(BI.BasicButton, {
BI.BlankIconTextIconItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.blank_icon_text_icon_item", BI.BlankIconTextIconItem);
/***/ }),
/* 413 */
/***/ (function(module, exports) {
@ -31617,10 +31619,10 @@ BI.BlankIconTextItem = BI.inherit(BI.BasicButton, {
logic: {
dynamic: false
},
cls: "close-ha-font",
blankWidth: 0,
iconHeight: null,
iconWidth: null,
iconCls: "",
textHgap: 0,
textVgap: 0,
textLgap: 0,
@ -31649,6 +31651,7 @@ BI.BlankIconTextItem = BI.inherit(BI.BasicButton, {
});
this.icon = BI.createWidget({
type: "bi.icon_label",
cls: o.iconCls,
width: o.height,
height: o.height,
iconWidth: o.iconWidth,
@ -31706,6 +31709,7 @@ BI.BlankIconTextItem = BI.inherit(BI.BasicButton, {
BI.BlankIconTextItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.blank_icon_text_item", BI.BlankIconTextItem);
/***/ }),
/* 414 */
/***/ (function(module, exports) {
@ -31727,8 +31731,8 @@ BI.IconTextIconItem = BI.inherit(BI.BasicButton, {
logic: {
dynamic: false
},
iconCls1: "close-ha-font",
iconCls2: "close-ha-font",
iconCls1: "",
iconCls2: "",
iconHeight: null,
iconWidth: null,
textHgap: 0,
@ -31834,6 +31838,7 @@ BI.IconTextIconItem = BI.inherit(BI.BasicButton, {
BI.IconTextIconItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.icon_text_icon_item", BI.IconTextIconItem);
/***/ }),
/* 415 */
/***/ (function(module, exports) {
@ -31858,6 +31863,7 @@ BI.IconTextItem = BI.inherit(BI.BasicButton, {
iconWrapperWidth: null,
iconHeight: null,
iconWidth: null,
iconCls: "",
textHgap: 0,
textVgap: 0,
textLgap: 0,
@ -31882,6 +31888,7 @@ BI.IconTextItem = BI.inherit(BI.BasicButton, {
});
this.icon = BI.createWidget({
type: "bi.icon_label",
cls: o.iconCls,
width: o.iconWrapperWidth || o.height,
height: o.height,
iconWidth: o.iconWidth,
@ -31939,6 +31946,7 @@ BI.IconTextItem = BI.inherit(BI.BasicButton, {
BI.IconTextItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.icon_text_item", BI.IconTextItem);
/***/ }),
/* 416 */
/***/ (function(module, exports) {
@ -31960,9 +31968,9 @@ BI.TextIconItem = BI.inherit(BI.BasicButton, {
logic: {
dynamic: false
},
cls: "close-ha-font",
iconHeight: null,
iconWidth: null,
iconCls: "",
textHgap: 0,
textVgap: 0,
textLgap: 0,
@ -31987,6 +31995,7 @@ BI.TextIconItem = BI.inherit(BI.BasicButton, {
});
this.icon = BI.createWidget({
type: "bi.icon_label",
cls: o.iconCls,
width: o.height,
height: o.height,
iconWidth: o.iconWidth,
@ -32044,6 +32053,7 @@ BI.TextIconItem = BI.inherit(BI.BasicButton, {
BI.TextIconItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.text_icon_item", BI.TextIconItem);
/***/ }),
/* 417 */
/***/ (function(module, exports) {

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

28
dist/core.js vendored

@ -1,4 +1,4 @@
/*! time: 2021-7-27 10:30:32 */
/*! time: 2021-7-28 9:20:58 */
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
@ -31362,8 +31362,8 @@ BI.BlankIconIconTextItem = BI.inherit(BI.BasicButton, {
logic: {
dynamic: false
},
iconCls1: "close-ha-font",
iconCls2: "close-ha-font",
iconCls1: "",
iconCls2: "",
blankWidth: 0,
iconHeight: null,
iconWidth: null,
@ -31466,6 +31466,7 @@ BI.BlankIconIconTextItem = BI.inherit(BI.BasicButton, {
BI.BlankIconIconTextItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.blank_icon_icon_text_item", BI.BlankIconIconTextItem);
/***/ }),
/* 412 */
/***/ (function(module, exports) {
@ -31487,8 +31488,8 @@ BI.BlankIconTextIconItem = BI.inherit(BI.BasicButton, {
logic: {
dynamic: false
},
iconCls1: "close-ha-font",
iconCls2: "close-ha-font",
iconCls1: "",
iconCls2: "",
blankWidth: 0,
iconHeight: null,
iconWidth: null,
@ -31597,6 +31598,7 @@ BI.BlankIconTextIconItem = BI.inherit(BI.BasicButton, {
BI.BlankIconTextIconItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.blank_icon_text_icon_item", BI.BlankIconTextIconItem);
/***/ }),
/* 413 */
/***/ (function(module, exports) {
@ -31617,10 +31619,10 @@ BI.BlankIconTextItem = BI.inherit(BI.BasicButton, {
logic: {
dynamic: false
},
cls: "close-ha-font",
blankWidth: 0,
iconHeight: null,
iconWidth: null,
iconCls: "",
textHgap: 0,
textVgap: 0,
textLgap: 0,
@ -31649,6 +31651,7 @@ BI.BlankIconTextItem = BI.inherit(BI.BasicButton, {
});
this.icon = BI.createWidget({
type: "bi.icon_label",
cls: o.iconCls,
width: o.height,
height: o.height,
iconWidth: o.iconWidth,
@ -31706,6 +31709,7 @@ BI.BlankIconTextItem = BI.inherit(BI.BasicButton, {
BI.BlankIconTextItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.blank_icon_text_item", BI.BlankIconTextItem);
/***/ }),
/* 414 */
/***/ (function(module, exports) {
@ -31727,8 +31731,8 @@ BI.IconTextIconItem = BI.inherit(BI.BasicButton, {
logic: {
dynamic: false
},
iconCls1: "close-ha-font",
iconCls2: "close-ha-font",
iconCls1: "",
iconCls2: "",
iconHeight: null,
iconWidth: null,
textHgap: 0,
@ -31834,6 +31838,7 @@ BI.IconTextIconItem = BI.inherit(BI.BasicButton, {
BI.IconTextIconItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.icon_text_icon_item", BI.IconTextIconItem);
/***/ }),
/* 415 */
/***/ (function(module, exports) {
@ -31858,6 +31863,7 @@ BI.IconTextItem = BI.inherit(BI.BasicButton, {
iconWrapperWidth: null,
iconHeight: null,
iconWidth: null,
iconCls: "",
textHgap: 0,
textVgap: 0,
textLgap: 0,
@ -31882,6 +31888,7 @@ BI.IconTextItem = BI.inherit(BI.BasicButton, {
});
this.icon = BI.createWidget({
type: "bi.icon_label",
cls: o.iconCls,
width: o.iconWrapperWidth || o.height,
height: o.height,
iconWidth: o.iconWidth,
@ -31939,6 +31946,7 @@ BI.IconTextItem = BI.inherit(BI.BasicButton, {
BI.IconTextItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.icon_text_item", BI.IconTextItem);
/***/ }),
/* 416 */
/***/ (function(module, exports) {
@ -31960,9 +31968,9 @@ BI.TextIconItem = BI.inherit(BI.BasicButton, {
logic: {
dynamic: false
},
cls: "close-ha-font",
iconHeight: null,
iconWidth: null,
iconCls: "",
textHgap: 0,
textVgap: 0,
textLgap: 0,
@ -31987,6 +31995,7 @@ BI.TextIconItem = BI.inherit(BI.BasicButton, {
});
this.icon = BI.createWidget({
type: "bi.icon_label",
cls: o.iconCls,
width: o.height,
height: o.height,
iconWidth: o.iconWidth,
@ -32044,6 +32053,7 @@ BI.TextIconItem = BI.inherit(BI.BasicButton, {
BI.TextIconItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.text_icon_item", BI.TextIconItem);
/***/ }),
/* 417 */
/***/ (function(module, exports) {

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

41
dist/demo.js vendored

@ -1,4 +1,4 @@
/*! time: 2021-7-27 10:30:32 */
/*! time: 2021-7-28 9:20:58 */
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
@ -31362,8 +31362,8 @@ BI.BlankIconIconTextItem = BI.inherit(BI.BasicButton, {
logic: {
dynamic: false
},
iconCls1: "close-ha-font",
iconCls2: "close-ha-font",
iconCls1: "",
iconCls2: "",
blankWidth: 0,
iconHeight: null,
iconWidth: null,
@ -31466,6 +31466,7 @@ BI.BlankIconIconTextItem = BI.inherit(BI.BasicButton, {
BI.BlankIconIconTextItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.blank_icon_icon_text_item", BI.BlankIconIconTextItem);
/***/ }),
/* 412 */
/***/ (function(module, exports) {
@ -31487,8 +31488,8 @@ BI.BlankIconTextIconItem = BI.inherit(BI.BasicButton, {
logic: {
dynamic: false
},
iconCls1: "close-ha-font",
iconCls2: "close-ha-font",
iconCls1: "",
iconCls2: "",
blankWidth: 0,
iconHeight: null,
iconWidth: null,
@ -31597,6 +31598,7 @@ BI.BlankIconTextIconItem = BI.inherit(BI.BasicButton, {
BI.BlankIconTextIconItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.blank_icon_text_icon_item", BI.BlankIconTextIconItem);
/***/ }),
/* 413 */
/***/ (function(module, exports) {
@ -31617,10 +31619,10 @@ BI.BlankIconTextItem = BI.inherit(BI.BasicButton, {
logic: {
dynamic: false
},
cls: "close-ha-font",
blankWidth: 0,
iconHeight: null,
iconWidth: null,
iconCls: "",
textHgap: 0,
textVgap: 0,
textLgap: 0,
@ -31649,6 +31651,7 @@ BI.BlankIconTextItem = BI.inherit(BI.BasicButton, {
});
this.icon = BI.createWidget({
type: "bi.icon_label",
cls: o.iconCls,
width: o.height,
height: o.height,
iconWidth: o.iconWidth,
@ -31706,6 +31709,7 @@ BI.BlankIconTextItem = BI.inherit(BI.BasicButton, {
BI.BlankIconTextItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.blank_icon_text_item", BI.BlankIconTextItem);
/***/ }),
/* 414 */
/***/ (function(module, exports) {
@ -31727,8 +31731,8 @@ BI.IconTextIconItem = BI.inherit(BI.BasicButton, {
logic: {
dynamic: false
},
iconCls1: "close-ha-font",
iconCls2: "close-ha-font",
iconCls1: "",
iconCls2: "",
iconHeight: null,
iconWidth: null,
textHgap: 0,
@ -31834,6 +31838,7 @@ BI.IconTextIconItem = BI.inherit(BI.BasicButton, {
BI.IconTextIconItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.icon_text_icon_item", BI.IconTextIconItem);
/***/ }),
/* 415 */
/***/ (function(module, exports) {
@ -31858,6 +31863,7 @@ BI.IconTextItem = BI.inherit(BI.BasicButton, {
iconWrapperWidth: null,
iconHeight: null,
iconWidth: null,
iconCls: "",
textHgap: 0,
textVgap: 0,
textLgap: 0,
@ -31882,6 +31888,7 @@ BI.IconTextItem = BI.inherit(BI.BasicButton, {
});
this.icon = BI.createWidget({
type: "bi.icon_label",
cls: o.iconCls,
width: o.iconWrapperWidth || o.height,
height: o.height,
iconWidth: o.iconWidth,
@ -31939,6 +31946,7 @@ BI.IconTextItem = BI.inherit(BI.BasicButton, {
BI.IconTextItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.icon_text_item", BI.IconTextItem);
/***/ }),
/* 416 */
/***/ (function(module, exports) {
@ -31960,9 +31968,9 @@ BI.TextIconItem = BI.inherit(BI.BasicButton, {
logic: {
dynamic: false
},
cls: "close-ha-font",
iconHeight: null,
iconWidth: null,
iconCls: "",
textHgap: 0,
textVgap: 0,
textLgap: 0,
@ -31987,6 +31995,7 @@ BI.TextIconItem = BI.inherit(BI.BasicButton, {
});
this.icon = BI.createWidget({
type: "bi.icon_label",
cls: o.iconCls,
width: o.height,
height: o.height,
iconWidth: o.iconWidth,
@ -32044,6 +32053,7 @@ BI.TextIconItem = BI.inherit(BI.BasicButton, {
BI.TextIconItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.text_icon_item", BI.TextIconItem);
/***/ }),
/* 417 */
/***/ (function(module, exports) {
@ -114203,6 +114213,8 @@ Demo.Func = BI.inherit(BI.Widget, {
height: 25,
text: "二月",
value: 12,
iconCls1: "close-ha-font",
iconCls2: "close-ha-font",
children: [{type: "bi.single_select_item", text: "一号", value: 101, height: 25}]
}]
}, {
@ -114267,6 +114279,7 @@ Demo.Func = BI.inherit(BI.Widget, {
});
BI.shortcut("demo.combo_group", Demo.Func);
/***/ }),
/* 1360 */
/***/ (function(module, exports) {
@ -114299,7 +114312,8 @@ Demo.Func = BI.inherit(BI.Widget, {
text: "2010年",
value: 2010,
height: 25,
iconCls: "close-ha-font"
iconCls1: "close-ha-font",
iconCls2: "close-ha-font"
},
children: [{
type: "bi.single_select_item",
@ -114311,7 +114325,9 @@ Demo.Func = BI.inherit(BI.Widget, {
height: 25,
text: "二月",
value: 12,
children: [{type: "bi.single_select_item", text: "一号", value: 101, height: 25}]
iconCls1: "close-ha-font",
iconCls2: "close-ha-font",
children: [{ type: "bi.single_select_item", text: "一号", value: 101, height: 25 }]
}]
}, {
text: "2011年", value: 2011
@ -114690,7 +114706,7 @@ Demo.Func = BI.inherit(BI.Widget, {
}]
}, {
type: "bi.absolute",
el: {left: 4, top: 2, right: 4, bottom: 2}
el: { left: 4, top: 2, right: 4, bottom: 2 }
}]
}
},
@ -114764,6 +114780,7 @@ Demo.Func = BI.inherit(BI.Widget, {
});
BI.shortcut("demo.combo", Demo.Func);
/***/ }),
/* 1361 */
/***/ (function(module, exports) {

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

28
dist/fineui.js vendored

@ -1,4 +1,4 @@
/*! time: 2021-7-27 10:30:32 */
/*! time: 2021-7-28 9:20:58 */
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
@ -31362,8 +31362,8 @@ BI.BlankIconIconTextItem = BI.inherit(BI.BasicButton, {
logic: {
dynamic: false
},
iconCls1: "close-ha-font",
iconCls2: "close-ha-font",
iconCls1: "",
iconCls2: "",
blankWidth: 0,
iconHeight: null,
iconWidth: null,
@ -31466,6 +31466,7 @@ BI.BlankIconIconTextItem = BI.inherit(BI.BasicButton, {
BI.BlankIconIconTextItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.blank_icon_icon_text_item", BI.BlankIconIconTextItem);
/***/ }),
/* 412 */
/***/ (function(module, exports) {
@ -31487,8 +31488,8 @@ BI.BlankIconTextIconItem = BI.inherit(BI.BasicButton, {
logic: {
dynamic: false
},
iconCls1: "close-ha-font",
iconCls2: "close-ha-font",
iconCls1: "",
iconCls2: "",
blankWidth: 0,
iconHeight: null,
iconWidth: null,
@ -31597,6 +31598,7 @@ BI.BlankIconTextIconItem = BI.inherit(BI.BasicButton, {
BI.BlankIconTextIconItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.blank_icon_text_icon_item", BI.BlankIconTextIconItem);
/***/ }),
/* 413 */
/***/ (function(module, exports) {
@ -31617,10 +31619,10 @@ BI.BlankIconTextItem = BI.inherit(BI.BasicButton, {
logic: {
dynamic: false
},
cls: "close-ha-font",
blankWidth: 0,
iconHeight: null,
iconWidth: null,
iconCls: "",
textHgap: 0,
textVgap: 0,
textLgap: 0,
@ -31649,6 +31651,7 @@ BI.BlankIconTextItem = BI.inherit(BI.BasicButton, {
});
this.icon = BI.createWidget({
type: "bi.icon_label",
cls: o.iconCls,
width: o.height,
height: o.height,
iconWidth: o.iconWidth,
@ -31706,6 +31709,7 @@ BI.BlankIconTextItem = BI.inherit(BI.BasicButton, {
BI.BlankIconTextItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.blank_icon_text_item", BI.BlankIconTextItem);
/***/ }),
/* 414 */
/***/ (function(module, exports) {
@ -31727,8 +31731,8 @@ BI.IconTextIconItem = BI.inherit(BI.BasicButton, {
logic: {
dynamic: false
},
iconCls1: "close-ha-font",
iconCls2: "close-ha-font",
iconCls1: "",
iconCls2: "",
iconHeight: null,
iconWidth: null,
textHgap: 0,
@ -31834,6 +31838,7 @@ BI.IconTextIconItem = BI.inherit(BI.BasicButton, {
BI.IconTextIconItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.icon_text_icon_item", BI.IconTextIconItem);
/***/ }),
/* 415 */
/***/ (function(module, exports) {
@ -31858,6 +31863,7 @@ BI.IconTextItem = BI.inherit(BI.BasicButton, {
iconWrapperWidth: null,
iconHeight: null,
iconWidth: null,
iconCls: "",
textHgap: 0,
textVgap: 0,
textLgap: 0,
@ -31882,6 +31888,7 @@ BI.IconTextItem = BI.inherit(BI.BasicButton, {
});
this.icon = BI.createWidget({
type: "bi.icon_label",
cls: o.iconCls,
width: o.iconWrapperWidth || o.height,
height: o.height,
iconWidth: o.iconWidth,
@ -31939,6 +31946,7 @@ BI.IconTextItem = BI.inherit(BI.BasicButton, {
BI.IconTextItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.icon_text_item", BI.IconTextItem);
/***/ }),
/* 416 */
/***/ (function(module, exports) {
@ -31960,9 +31968,9 @@ BI.TextIconItem = BI.inherit(BI.BasicButton, {
logic: {
dynamic: false
},
cls: "close-ha-font",
iconHeight: null,
iconWidth: null,
iconCls: "",
textHgap: 0,
textVgap: 0,
textLgap: 0,
@ -31987,6 +31995,7 @@ BI.TextIconItem = BI.inherit(BI.BasicButton, {
});
this.icon = BI.createWidget({
type: "bi.icon_label",
cls: o.iconCls,
width: o.height,
height: o.height,
iconWidth: o.iconWidth,
@ -32044,6 +32053,7 @@ BI.TextIconItem = BI.inherit(BI.BasicButton, {
BI.TextIconItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.text_icon_item", BI.TextIconItem);
/***/ }),
/* 417 */
/***/ (function(module, exports) {

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

2
dist/fineui.proxy.css vendored

File diff suppressed because one or more lines are too long

28
dist/fineui.proxy.js vendored

@ -1,4 +1,4 @@
/*! time: 2021-7-27 10:30:32 */
/*! time: 2021-7-28 9:20:58 */
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
@ -28823,8 +28823,8 @@ BI.BlankIconIconTextItem = BI.inherit(BI.BasicButton, {
logic: {
dynamic: false
},
iconCls1: "close-ha-font",
iconCls2: "close-ha-font",
iconCls1: "",
iconCls2: "",
blankWidth: 0,
iconHeight: null,
iconWidth: null,
@ -28927,6 +28927,7 @@ BI.BlankIconIconTextItem = BI.inherit(BI.BasicButton, {
BI.BlankIconIconTextItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.blank_icon_icon_text_item", BI.BlankIconIconTextItem);
/***/ }),
/* 412 */
/***/ (function(module, exports) {
@ -28948,8 +28949,8 @@ BI.BlankIconTextIconItem = BI.inherit(BI.BasicButton, {
logic: {
dynamic: false
},
iconCls1: "close-ha-font",
iconCls2: "close-ha-font",
iconCls1: "",
iconCls2: "",
blankWidth: 0,
iconHeight: null,
iconWidth: null,
@ -29058,6 +29059,7 @@ BI.BlankIconTextIconItem = BI.inherit(BI.BasicButton, {
BI.BlankIconTextIconItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.blank_icon_text_icon_item", BI.BlankIconTextIconItem);
/***/ }),
/* 413 */
/***/ (function(module, exports) {
@ -29078,10 +29080,10 @@ BI.BlankIconTextItem = BI.inherit(BI.BasicButton, {
logic: {
dynamic: false
},
cls: "close-ha-font",
blankWidth: 0,
iconHeight: null,
iconWidth: null,
iconCls: "",
textHgap: 0,
textVgap: 0,
textLgap: 0,
@ -29110,6 +29112,7 @@ BI.BlankIconTextItem = BI.inherit(BI.BasicButton, {
});
this.icon = BI.createWidget({
type: "bi.icon_label",
cls: o.iconCls,
width: o.height,
height: o.height,
iconWidth: o.iconWidth,
@ -29167,6 +29170,7 @@ BI.BlankIconTextItem = BI.inherit(BI.BasicButton, {
BI.BlankIconTextItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.blank_icon_text_item", BI.BlankIconTextItem);
/***/ }),
/* 414 */
/***/ (function(module, exports) {
@ -29188,8 +29192,8 @@ BI.IconTextIconItem = BI.inherit(BI.BasicButton, {
logic: {
dynamic: false
},
iconCls1: "close-ha-font",
iconCls2: "close-ha-font",
iconCls1: "",
iconCls2: "",
iconHeight: null,
iconWidth: null,
textHgap: 0,
@ -29295,6 +29299,7 @@ BI.IconTextIconItem = BI.inherit(BI.BasicButton, {
BI.IconTextIconItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.icon_text_icon_item", BI.IconTextIconItem);
/***/ }),
/* 415 */
/***/ (function(module, exports) {
@ -29319,6 +29324,7 @@ BI.IconTextItem = BI.inherit(BI.BasicButton, {
iconWrapperWidth: null,
iconHeight: null,
iconWidth: null,
iconCls: "",
textHgap: 0,
textVgap: 0,
textLgap: 0,
@ -29343,6 +29349,7 @@ BI.IconTextItem = BI.inherit(BI.BasicButton, {
});
this.icon = BI.createWidget({
type: "bi.icon_label",
cls: o.iconCls,
width: o.iconWrapperWidth || o.height,
height: o.height,
iconWidth: o.iconWidth,
@ -29400,6 +29407,7 @@ BI.IconTextItem = BI.inherit(BI.BasicButton, {
BI.IconTextItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.icon_text_item", BI.IconTextItem);
/***/ }),
/* 416 */
/***/ (function(module, exports) {
@ -29421,9 +29429,9 @@ BI.TextIconItem = BI.inherit(BI.BasicButton, {
logic: {
dynamic: false
},
cls: "close-ha-font",
iconHeight: null,
iconWidth: null,
iconCls: "",
textHgap: 0,
textVgap: 0,
textLgap: 0,
@ -29448,6 +29456,7 @@ BI.TextIconItem = BI.inherit(BI.BasicButton, {
});
this.icon = BI.createWidget({
type: "bi.icon_label",
cls: o.iconCls,
width: o.height,
height: o.height,
iconWidth: o.iconWidth,
@ -29505,6 +29514,7 @@ BI.TextIconItem = BI.inherit(BI.BasicButton, {
BI.TextIconItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.text_icon_item", BI.TextIconItem);
/***/ }),
/* 417 */
/***/ (function(module, exports) {

2
dist/fineui.proxy.js.map vendored

File diff suppressed because one or more lines are too long

2
dist/fineui.proxy.min.css vendored

File diff suppressed because one or more lines are too long

4
dist/fineui.proxy.min.js vendored

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

28
dist/fineui_without_jquery_polyfill.js vendored

@ -1,4 +1,4 @@
/*! time: 2021-7-27 10:30:32 */
/*! time: 2021-7-28 9:20:58 */
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
@ -28428,8 +28428,8 @@ BI.BlankIconIconTextItem = BI.inherit(BI.BasicButton, {
logic: {
dynamic: false
},
iconCls1: "close-ha-font",
iconCls2: "close-ha-font",
iconCls1: "",
iconCls2: "",
blankWidth: 0,
iconHeight: null,
iconWidth: null,
@ -28532,6 +28532,7 @@ BI.BlankIconIconTextItem = BI.inherit(BI.BasicButton, {
BI.BlankIconIconTextItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.blank_icon_icon_text_item", BI.BlankIconIconTextItem);
/***/ }),
/* 412 */
/***/ (function(module, exports) {
@ -28553,8 +28554,8 @@ BI.BlankIconTextIconItem = BI.inherit(BI.BasicButton, {
logic: {
dynamic: false
},
iconCls1: "close-ha-font",
iconCls2: "close-ha-font",
iconCls1: "",
iconCls2: "",
blankWidth: 0,
iconHeight: null,
iconWidth: null,
@ -28663,6 +28664,7 @@ BI.BlankIconTextIconItem = BI.inherit(BI.BasicButton, {
BI.BlankIconTextIconItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.blank_icon_text_icon_item", BI.BlankIconTextIconItem);
/***/ }),
/* 413 */
/***/ (function(module, exports) {
@ -28683,10 +28685,10 @@ BI.BlankIconTextItem = BI.inherit(BI.BasicButton, {
logic: {
dynamic: false
},
cls: "close-ha-font",
blankWidth: 0,
iconHeight: null,
iconWidth: null,
iconCls: "",
textHgap: 0,
textVgap: 0,
textLgap: 0,
@ -28715,6 +28717,7 @@ BI.BlankIconTextItem = BI.inherit(BI.BasicButton, {
});
this.icon = BI.createWidget({
type: "bi.icon_label",
cls: o.iconCls,
width: o.height,
height: o.height,
iconWidth: o.iconWidth,
@ -28772,6 +28775,7 @@ BI.BlankIconTextItem = BI.inherit(BI.BasicButton, {
BI.BlankIconTextItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.blank_icon_text_item", BI.BlankIconTextItem);
/***/ }),
/* 414 */
/***/ (function(module, exports) {
@ -28793,8 +28797,8 @@ BI.IconTextIconItem = BI.inherit(BI.BasicButton, {
logic: {
dynamic: false
},
iconCls1: "close-ha-font",
iconCls2: "close-ha-font",
iconCls1: "",
iconCls2: "",
iconHeight: null,
iconWidth: null,
textHgap: 0,
@ -28900,6 +28904,7 @@ BI.IconTextIconItem = BI.inherit(BI.BasicButton, {
BI.IconTextIconItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.icon_text_icon_item", BI.IconTextIconItem);
/***/ }),
/* 415 */
/***/ (function(module, exports) {
@ -28924,6 +28929,7 @@ BI.IconTextItem = BI.inherit(BI.BasicButton, {
iconWrapperWidth: null,
iconHeight: null,
iconWidth: null,
iconCls: "",
textHgap: 0,
textVgap: 0,
textLgap: 0,
@ -28948,6 +28954,7 @@ BI.IconTextItem = BI.inherit(BI.BasicButton, {
});
this.icon = BI.createWidget({
type: "bi.icon_label",
cls: o.iconCls,
width: o.iconWrapperWidth || o.height,
height: o.height,
iconWidth: o.iconWidth,
@ -29005,6 +29012,7 @@ BI.IconTextItem = BI.inherit(BI.BasicButton, {
BI.IconTextItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.icon_text_item", BI.IconTextItem);
/***/ }),
/* 416 */
/***/ (function(module, exports) {
@ -29026,9 +29034,9 @@ BI.TextIconItem = BI.inherit(BI.BasicButton, {
logic: {
dynamic: false
},
cls: "close-ha-font",
iconHeight: null,
iconWidth: null,
iconCls: "",
textHgap: 0,
textVgap: 0,
textLgap: 0,
@ -29053,6 +29061,7 @@ BI.TextIconItem = BI.inherit(BI.BasicButton, {
});
this.icon = BI.createWidget({
type: "bi.icon_label",
cls: o.iconCls,
width: o.height,
height: o.height,
iconWidth: o.iconWidth,
@ -29110,6 +29119,7 @@ BI.TextIconItem = BI.inherit(BI.BasicButton, {
BI.TextIconItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.text_icon_item", BI.TextIconItem);
/***/ }),
/* 417 */
/***/ (function(module, exports) {

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: 2021-7-27 10:30:32 */
/*! time: 2021-7-28 9:20:58 */
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ 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",
"version": "2.0.20210727103227",
"version": "2.0.20210728092238",
"description": "fineui",
"main": "dist/fineui.min.js",
"types": "dist/lib/index.d.ts",

Loading…
Cancel
Save