git 3 years ago
parent
commit
f3037b9507
  1. 11
      demo/js/core/abstract/combination/demo.combo.js
  2. 4
      demo/js/core/abstract/combination/demo.combo_group.js
  3. 2
      dist/2.0/fineui.css
  4. 4
      dist/2.0/fineui.ie.min.js
  5. 2
      dist/2.0/fineui.ie.min.js.map
  6. 28
      dist/2.0/fineui.js
  7. 2
      dist/2.0/fineui.js.map
  8. 2
      dist/2.0/fineui.min.css
  9. 4
      dist/2.0/fineui.min.js
  10. 2
      dist/2.0/fineui.min.js.map
  11. 2
      dist/2.0/fineui_without_normalize.css
  12. 2
      dist/2.0/fineui_without_normalize.min.css
  13. 2
      dist/core.css
  14. 28
      dist/core.js
  15. 2
      dist/core.js.map
  16. 2
      dist/demo.css
  17. 41
      dist/demo.js
  18. 2
      dist/demo.js.map
  19. 2
      dist/fineui.css
  20. 4
      dist/fineui.ie.min.js
  21. 2
      dist/fineui.ie.min.js.map
  22. 28
      dist/fineui.js
  23. 2
      dist/fineui.js.map
  24. 2
      dist/fineui.min.css
  25. 4
      dist/fineui.min.js
  26. 2
      dist/fineui.min.js.map
  27. 2
      dist/fineui.proxy.css
  28. 28
      dist/fineui.proxy.js
  29. 2
      dist/fineui.proxy.js.map
  30. 2
      dist/fineui.proxy.min.css
  31. 4
      dist/fineui.proxy.min.js
  32. 2
      dist/fineui.proxy.min.js.map
  33. 28
      dist/fineui_without_jquery_polyfill.js
  34. 2
      dist/fineui_without_jquery_polyfill.js.map
  35. 2
      dist/font.css
  36. 2
      dist/lib/base/single/button/button.basic.d.ts
  37. 2
      dist/resource.css
  38. 2
      dist/utils.js
  39. 2
      dist/utils.min.js
  40. 2
      package.json
  41. 6
      src/base/single/button/listitem/blankiconicontextitem.js
  42. 6
      src/base/single/button/listitem/blankicontexticonitem.js
  43. 5
      src/base/single/button/listitem/blankicontextitem.js
  44. 6
      src/base/single/button/listitem/icontexticonitem.js
  45. 4
      src/base/single/button/listitem/icontextitem.js
  46. 5
      src/base/single/button/listitem/texticonitem.js
  47. 2
      typescript/base/single/button/button.basic.ts

11
demo/js/core/abstract/combination/demo.combo.js

@ -26,7 +26,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",
@ -38,7 +39,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
@ -417,7 +420,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 }
}]
}
},
@ -489,4 +492,4 @@ Demo.Func = BI.inherit(BI.Widget, {
};
}
});
BI.shortcut("demo.combo", Demo.Func);
BI.shortcut("demo.combo", Demo.Func);

4
demo/js/core/abstract/combination/demo.combo_group.js

@ -22,6 +22,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}]
}]
}, {
@ -84,4 +86,4 @@ Demo.Func = BI.inherit(BI.Widget, {
};
}
});
BI.shortcut("demo.combo_group", Demo.Func);
BI.shortcut("demo.combo_group", Demo.Func);

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 11:10:31 */
/******/ (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 11:10:31 */
/******/ (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 11:10:31 */
/******/ (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 11:10:31 */
/******/ (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 11:10:31 */
/******/ (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 11:10:31 */
/******/ (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/lib/base/single/button/button.basic.d.ts vendored

@ -29,7 +29,7 @@ export declare class BasicButton extends Single {
isShadowShowingOnSelected?: boolean;
trigger?: string | null;
handler?: Function;
bubble?: Function | null;
bubble?: Function | null | string;
} & Single['props'];
_createShadow(): void;
bindEvent(): void;

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 11:10:31 */
/******/ (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.20210728111116",
"description": "fineui",
"main": "dist/fineui.min.js",
"types": "dist/lib/index.d.ts",

6
src/base/single/button/listitem/blankiconicontextitem.js

@ -14,8 +14,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,
@ -116,4 +116,4 @@ BI.BlankIconIconTextItem = BI.inherit(BI.BasicButton, {
}
});
BI.BlankIconIconTextItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.blank_icon_icon_text_item", BI.BlankIconIconTextItem);
BI.shortcut("bi.blank_icon_icon_text_item", BI.BlankIconIconTextItem);

6
src/base/single/button/listitem/blankicontexticonitem.js

@ -15,8 +15,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,
@ -123,4 +123,4 @@ BI.BlankIconTextIconItem = BI.inherit(BI.BasicButton, {
}
});
BI.BlankIconTextIconItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.blank_icon_text_icon_item", BI.BlankIconTextIconItem);
BI.shortcut("bi.blank_icon_text_icon_item", BI.BlankIconTextIconItem);

5
src/base/single/button/listitem/blankicontextitem.js

@ -14,10 +14,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,
@ -46,6 +46,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,
@ -101,4 +102,4 @@ BI.BlankIconTextItem = BI.inherit(BI.BasicButton, {
}
});
BI.BlankIconTextItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.blank_icon_text_item", BI.BlankIconTextItem);
BI.shortcut("bi.blank_icon_text_item", BI.BlankIconTextItem);

6
src/base/single/button/listitem/icontexticonitem.js

@ -15,8 +15,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,
@ -120,4 +120,4 @@ BI.IconTextIconItem = BI.inherit(BI.BasicButton, {
}
});
BI.IconTextIconItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.icon_text_icon_item", BI.IconTextIconItem);
BI.shortcut("bi.icon_text_icon_item", BI.IconTextIconItem);

4
src/base/single/button/listitem/icontextitem.js

@ -18,6 +18,7 @@ BI.IconTextItem = BI.inherit(BI.BasicButton, {
iconWrapperWidth: null,
iconHeight: null,
iconWidth: null,
iconCls: "",
textHgap: 0,
textVgap: 0,
textLgap: 0,
@ -42,6 +43,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,
@ -97,4 +99,4 @@ BI.IconTextItem = BI.inherit(BI.BasicButton, {
}
});
BI.IconTextItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.icon_text_item", BI.IconTextItem);
BI.shortcut("bi.icon_text_item", BI.IconTextItem);

5
src/base/single/button/listitem/texticonitem.js

@ -15,9 +15,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,
@ -42,6 +42,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,
@ -97,4 +98,4 @@ BI.TextIconItem = BI.inherit(BI.BasicButton, {
}
});
BI.TextIconItem.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.text_icon_item", BI.TextIconItem);
BI.shortcut("bi.text_icon_item", BI.TextIconItem);

2
typescript/base/single/button/button.basic.ts

@ -37,7 +37,7 @@ export declare class BasicButton extends Single {
isShadowShowingOnSelected?: boolean;
trigger?: string | null;
handler?: Function;
bubble?: Function | null;
bubble?: Function | null | string;
} & Single['props'];
_createShadow(): void;

Loading…
Cancel
Save