Browse Source

auto upgrade version to 2.0.20210419143234

es6
data 3 years ago
parent
commit
b245640ecf
  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. 878
      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. 844
      dist/core.js
  13. 2
      dist/core.js.map
  14. 2
      dist/demo.css
  15. 1218
      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. 872
      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. 164
      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. 82
      dist/fineui_without_jquery_polyfill.js
  32. 2
      dist/fineui_without_jquery_polyfill.js.map
  33. 2
      dist/font.css
  34. 12
      dist/lib/base/single/button/listitem/blankicontextitem.d.ts
  35. 9
      dist/lib/case/colorchooser/colorchooser.popup.hex.d.ts
  36. 6
      dist/lib/index.d.ts
  37. 2
      dist/resource.css
  38. 14
      dist/utils.js
  39. 2
      dist/utils.js.map
  40. 4
      dist/utils.min.js
  41. 2
      dist/utils.min.js.map
  42. 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

878
dist/2.0/fineui.js vendored

File diff suppressed because it is too large Load Diff

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

844
dist/core.js vendored

File diff suppressed because it is too large Load Diff

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

1218
dist/demo.js vendored

File diff suppressed because it is too large Load Diff

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

872
dist/fineui.js vendored

File diff suppressed because it is too large Load Diff

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

164
dist/fineui.proxy.js vendored

@ -1,4 +1,4 @@
/*! time: 2021-4-16 2:50:23 PM */
/*! time: 2021-4-19 2:30:22 PM */
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
@ -82,7 +82,7 @@
/******/
/******/
/******/ // Load entry module and return exports
/******/ return __webpack_require__(__webpack_require__.s = 1173);
/******/ return __webpack_require__(__webpack_require__.s = 1175);
/******/ })
/************************************************************************/
/******/ ([
@ -61286,7 +61286,7 @@ BI.SingleSelectInsertCombo = BI.inherit(BI.Single, {
this.trigger = BI.createWidget({
type: "bi.single_select_trigger",
height: o.height,
height: o.height - 2,
allowNoSelect: o.allowNoSelect,
allowEdit: o.allowEdit,
// adapter: this.popup,
@ -72459,6 +72459,18 @@ Object.defineProperty(exports, "AdaptiveLayout", {
return _layout10.AdaptiveLayout;
}
});
Object.defineProperty(exports, "HexColorChooserPopup", {
enumerable: true,
get: function get() {
return _colorchooserPopup.HexColorChooserPopup;
}
});
Object.defineProperty(exports, "BlankIconTextItem", {
enumerable: true,
get: function get() {
return _blankicontextitem.BlankIconTextItem;
}
});
exports["default"] = void 0;
var _combo = __webpack_require__(704);
@ -72759,6 +72771,10 @@ var _float = __webpack_require__(829);
var _layout10 = __webpack_require__(830);
var _colorchooserPopup = __webpack_require__(831);
var _blankicontextitem = __webpack_require__(832);
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; }
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
@ -74112,20 +74128,38 @@ var _layout = __webpack_require__(3);
var _layout = __webpack_require__(3);
/***/ }),
/* 831 */,
/* 831 */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
var _widget = __webpack_require__(1);
/***/ }),
/* 832 */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
var _button = __webpack_require__(4);
/***/ }),
/* 833 */,
/* 834 */
/***/ (function(module, exports, __webpack_require__) {
// extracted by mini-css-extract-plugin
/***/ }),
/* 833 */
/* 835 */
/***/ (function(module, exports, __webpack_require__) {
// extracted by mini-css-extract-plugin
/***/ }),
/* 834 */
/* 836 */
/***/ (function(module, exports) {
// 工程配置
@ -74252,7 +74286,7 @@ BI.prepares.push(function () {
/***/ }),
/* 835 */
/* 837 */
/***/ (function(module, exports) {
/**
@ -74419,7 +74453,7 @@ BI.prepares.push(function () {
/***/ }),
/* 836 */
/* 838 */
/***/ (function(module, exports) {
/**
@ -75259,7 +75293,7 @@ BI.prepares.push(function () {
/***/ }),
/* 837 */
/* 839 */
/***/ (function(module, exports) {
// 浏览器相关方法
@ -75393,7 +75427,7 @@ _.extend(BI, {
});
/***/ }),
/* 838 */
/* 840 */
/***/ (function(module, exports, __webpack_require__) {
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
@ -86422,7 +86456,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
/***/ }),
/* 839 */
/* 841 */
/***/ (function(module, exports) {
/*
@ -86437,7 +86471,7 @@ BI.$.extend(BI.$.Event.prototype, {
});
/***/ }),
/* 840 */
/* 842 */
/***/ (function(module, exports) {
if (BI.jQuery) {
@ -86687,7 +86721,7 @@ if (BI.jQuery) {
/***/ }),
/* 841 */
/* 843 */
/***/ (function(module, exports) {
/* !
@ -86896,7 +86930,7 @@ if (BI.jQuery) {
}));
/***/ }),
/* 842 */
/* 844 */
/***/ (function(module, exports) {
_.extend(BI, {
@ -86956,7 +86990,7 @@ _.extend(BI, {
});
/***/ }),
/* 843 */
/* 845 */
/***/ (function(module, exports) {
(function () {
@ -87577,7 +87611,7 @@ _.extend(BI, {
}());
/***/ }),
/* 844 */
/* 846 */
/***/ (function(module, exports) {
!(function () {
@ -87589,7 +87623,7 @@ _.extend(BI, {
})();
/***/ }),
/* 845 */
/* 847 */
/***/ (function(module, exports) {
/**
@ -88294,7 +88328,7 @@ _.extend(BI, {
/***/ }),
/* 846 */
/* 848 */
/***/ (function(module, exports) {
/**
@ -88842,7 +88876,7 @@ BI.shortcut("bi.tree_view", BI.TreeView);
/***/ }),
/* 847 */
/* 849 */
/***/ (function(module, exports) {
/**
@ -89095,7 +89129,7 @@ BI.AsyncTree = BI.inherit(BI.TreeView, {
BI.shortcut("bi.async_tree", BI.AsyncTree);
/***/ }),
/* 848 */
/* 850 */
/***/ (function(module, exports) {
/*
@ -90815,7 +90849,7 @@ BI.shortcut("bi.async_tree", BI.AsyncTree);
})(BI.jQuery);
/***/ }),
/* 849 */
/* 851 */
/***/ (function(module, exports) {
/*
@ -91450,7 +91484,7 @@ BI.shortcut("bi.async_tree", BI.AsyncTree);
})(BI.jQuery);
/***/ }),
/* 850 */
/* 852 */
/***/ (function(module, exports) {
/**
@ -91573,7 +91607,7 @@ BI.ListTreeView = BI.inherit(BI.TreeView, {
BI.shortcut("bi.list_tree_view", BI.ListTreeView);
/***/ }),
/* 851 */
/* 853 */
/***/ (function(module, exports) {
/**
@ -91701,7 +91735,7 @@ BI.ListAsyncTree = BI.inherit(BI.ListTreeView, {
BI.shortcut("bi.list_async_tree", BI.ListAsyncTree);
/***/ }),
/* 852 */
/* 854 */
/***/ (function(module, exports) {
/**
@ -91798,7 +91832,7 @@ BI.ListPartTree = BI.inherit(BI.ListAsyncTree, {
BI.shortcut("bi.list_part_tree", BI.ListPartTree);
/***/ }),
/* 853 */
/* 855 */
/***/ (function(module, exports) {
/**
@ -92004,7 +92038,7 @@ BI.shortcut("bi.part_tree", BI.PartTree);
/***/ }),
/* 854 */
/* 856 */
/***/ (function(module, exports) {
/**
@ -92076,7 +92110,7 @@ BI.shortcut("bi.display_tree", BI.DisplayTree);
/***/ }),
/* 855 */
/* 857 */
/***/ (function(module, exports) {
/**
@ -92159,7 +92193,7 @@ BI.ListDisplayTree.EVENT_CHANGE = "EVENT_CHANGE";
BI.shortcut("bi.list_display_tree", BI.ListDisplayTree);
/***/ }),
/* 856 */
/* 858 */
/***/ (function(module, exports) {
/**
@ -92292,7 +92326,7 @@ BI.shortcut("bi.simple_tree", BI.SimpleTreeView);
/***/ }),
/* 857 */
/* 859 */
/***/ (function(module, exports) {
/**
@ -92421,7 +92455,7 @@ BI.shortcut("bi.simple_tree", BI.SimpleTreeView);
})();
/***/ }),
/* 858 */
/* 860 */
/***/ (function(module, exports) {
/**
@ -92502,7 +92536,7 @@ BI.shortcut("bi.simple_tree", BI.SimpleTreeView);
})();
/***/ }),
/* 859 */
/* 861 */
/***/ (function(module, exports) {
;(function () {
@ -92665,8 +92699,6 @@ BI.shortcut("bi.simple_tree", BI.SimpleTreeView);
/***/ }),
/* 860 */,
/* 861 */,
/* 862 */,
/* 863 */,
/* 864 */,
@ -92699,7 +92731,9 @@ BI.shortcut("bi.simple_tree", BI.SimpleTreeView);
/* 891 */,
/* 892 */,
/* 893 */,
/* 894 */
/* 894 */,
/* 895 */,
/* 896 */
/***/ (function(module, exports) {
;(function () {
@ -93046,8 +93080,6 @@ BI.shortcut("bi.simple_tree", BI.SimpleTreeView);
/***/ }),
/* 895 */,
/* 896 */,
/* 897 */,
/* 898 */,
/* 899 */,
@ -93257,51 +93289,51 @@ BI.shortcut("bi.simple_tree", BI.SimpleTreeView);
/* 1103 */,
/* 1104 */,
/* 1105 */,
/* 1106 */
/* 1106 */,
/* 1107 */,
/* 1108 */
/***/ (function(module, exports) {
/***/ }),
/* 1107 */,
/* 1108 */,
/* 1109 */,
/* 1110 */,
/* 1111 */,
/* 1112 */,
/* 1113 */,
/* 1114 */
/* 1114 */,
/* 1115 */,
/* 1116 */
/***/ (function(module, exports, __webpack_require__) {
// extracted by mini-css-extract-plugin
/***/ }),
/* 1115 */
/* 1117 */
/***/ (function(module, exports, __webpack_require__) {
// extracted by mini-css-extract-plugin
/***/ }),
/* 1116 */
/* 1118 */
/***/ (function(module, exports, __webpack_require__) {
// extracted by mini-css-extract-plugin
/***/ }),
/* 1117 */
/* 1119 */
/***/ (function(module, exports, __webpack_require__) {
// extracted by mini-css-extract-plugin
/***/ }),
/* 1118 */
/* 1120 */
/***/ (function(module, exports, __webpack_require__) {
// extracted by mini-css-extract-plugin
/***/ }),
/* 1119 */,
/* 1120 */,
/* 1121 */,
/* 1122 */,
/* 1123 */,
@ -93354,11 +93386,13 @@ BI.shortcut("bi.simple_tree", BI.SimpleTreeView);
/* 1170 */,
/* 1171 */,
/* 1172 */,
/* 1173 */
/* 1173 */,
/* 1174 */,
/* 1175 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(832);
__webpack_require__(833);
__webpack_require__(834);
__webpack_require__(835);
__webpack_require__(202);
__webpack_require__(203);
__webpack_require__(204);
@ -93413,8 +93447,6 @@ __webpack_require__(299);
__webpack_require__(300);
__webpack_require__(301);
__webpack_require__(302);
__webpack_require__(834);
__webpack_require__(835);
__webpack_require__(836);
__webpack_require__(837);
__webpack_require__(838);
@ -93422,6 +93454,8 @@ __webpack_require__(839);
__webpack_require__(840);
__webpack_require__(841);
__webpack_require__(842);
__webpack_require__(843);
__webpack_require__(844);
__webpack_require__(303);
__webpack_require__(304);
__webpack_require__(305);
@ -93491,7 +93525,7 @@ __webpack_require__(366);
__webpack_require__(110);
__webpack_require__(111);
__webpack_require__(112);
__webpack_require__(1174);
__webpack_require__(1176);
__webpack_require__(222);
__webpack_require__(223);
__webpack_require__(224);
@ -93550,7 +93584,7 @@ __webpack_require__(276);
__webpack_require__(277);
__webpack_require__(278);
__webpack_require__(279);
__webpack_require__(844);
__webpack_require__(846);
__webpack_require__(367);
__webpack_require__(368);
__webpack_require__(369);
@ -93604,7 +93638,7 @@ __webpack_require__(416);
__webpack_require__(417);
__webpack_require__(418);
__webpack_require__(419);
__webpack_require__(845);
__webpack_require__(847);
__webpack_require__(420);
__webpack_require__(421);
__webpack_require__(422);
@ -93717,8 +93751,6 @@ __webpack_require__(528);
__webpack_require__(529);
__webpack_require__(530);
__webpack_require__(531);
__webpack_require__(846);
__webpack_require__(847);
__webpack_require__(848);
__webpack_require__(849);
__webpack_require__(850);
@ -93730,6 +93762,8 @@ __webpack_require__(855);
__webpack_require__(856);
__webpack_require__(857);
__webpack_require__(858);
__webpack_require__(859);
__webpack_require__(860);
__webpack_require__(113);
__webpack_require__(114);
__webpack_require__(115);
@ -93960,27 +93994,27 @@ __webpack_require__(698);
__webpack_require__(699);
__webpack_require__(700);
__webpack_require__(701);
__webpack_require__(843);
__webpack_require__(894);
__webpack_require__(859);
__webpack_require__(1114);
__webpack_require__(1115);
__webpack_require__(845);
__webpack_require__(896);
__webpack_require__(861);
__webpack_require__(1116);
__webpack_require__(1117);
__webpack_require__(1118);
__webpack_require__(1106);
__webpack_require__(1119);
__webpack_require__(1120);
__webpack_require__(1108);
module.exports = __webpack_require__(702);
/***/ }),
/* 1174 */
/* 1176 */
/***/ (function(module, exports, __webpack_require__) {
/* WEBPACK VAR INJECTION */(function(global) {module.exports = global["Fix"] = __webpack_require__(1175);
/* WEBPACK VAR INJECTION */(function(global) {module.exports = global["Fix"] = __webpack_require__(1177);
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(14)))
/***/ }),
/* 1175 */
/* 1177 */
/***/ (function(module, exports, __webpack_require__) {
/* WEBPACK VAR INJECTION */(function(setImmediate) {(function (global, factory) {

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

82
dist/fineui_without_jquery_polyfill.js vendored

@ -1,4 +1,4 @@
/*! time: 2021-4-16 2:50:23 PM */
/*! time: 2021-4-19 2:30:22 PM */
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
@ -82,7 +82,7 @@
/******/
/******/
/******/ // Load entry module and return exports
/******/ return __webpack_require__(__webpack_require__.s = 1424);
/******/ return __webpack_require__(__webpack_require__.s = 1426);
/******/ })
/************************************************************************/
/******/ ([
@ -60896,7 +60896,7 @@ BI.SingleSelectInsertCombo = BI.inherit(BI.Single, {
this.trigger = BI.createWidget({
type: "bi.single_select_trigger",
height: o.height,
height: o.height - 2,
allowNoSelect: o.allowNoSelect,
allowEdit: o.allowEdit,
// adapter: this.popup,
@ -72069,6 +72069,18 @@ Object.defineProperty(exports, "AdaptiveLayout", {
return _layout10.AdaptiveLayout;
}
});
Object.defineProperty(exports, "HexColorChooserPopup", {
enumerable: true,
get: function get() {
return _colorchooserPopup.HexColorChooserPopup;
}
});
Object.defineProperty(exports, "BlankIconTextItem", {
enumerable: true,
get: function get() {
return _blankicontextitem.BlankIconTextItem;
}
});
exports["default"] = void 0;
var _combo = __webpack_require__(704);
@ -72369,6 +72381,10 @@ var _float = __webpack_require__(829);
var _layout10 = __webpack_require__(830);
var _colorchooserPopup = __webpack_require__(831);
var _blankicontextitem = __webpack_require__(832);
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; }
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
@ -73722,8 +73738,24 @@ var _layout = __webpack_require__(3);
var _layout = __webpack_require__(3);
/***/ }),
/* 831 */,
/* 832 */,
/* 831 */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
var _widget = __webpack_require__(1);
/***/ }),
/* 832 */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
var _button = __webpack_require__(4);
/***/ }),
/* 833 */,
/* 834 */,
/* 835 */,
@ -73750,7 +73782,9 @@ var _layout = __webpack_require__(3);
/* 856 */,
/* 857 */,
/* 858 */,
/* 859 */
/* 859 */,
/* 860 */,
/* 861 */
/***/ (function(module, exports) {
;(function () {
@ -73913,8 +73947,6 @@ var _layout = __webpack_require__(3);
/***/ }),
/* 860 */,
/* 861 */,
/* 862 */,
/* 863 */,
/* 864 */,
@ -73947,7 +73979,9 @@ var _layout = __webpack_require__(3);
/* 891 */,
/* 892 */,
/* 893 */,
/* 894 */
/* 894 */,
/* 895 */,
/* 896 */
/***/ (function(module, exports) {
;(function () {
@ -74294,8 +74328,6 @@ var _layout = __webpack_require__(3);
/***/ }),
/* 895 */,
/* 896 */,
/* 897 */,
/* 898 */,
/* 899 */,
@ -74303,14 +74335,16 @@ var _layout = __webpack_require__(3);
/* 901 */,
/* 902 */,
/* 903 */,
/* 904 */
/* 904 */,
/* 905 */,
/* 906 */
/***/ (function(module, exports, __webpack_require__) {
/* WEBPACK VAR INJECTION */(function(global) {module.exports = global["Fix"] = __webpack_require__(905);
/* WEBPACK VAR INJECTION */(function(global) {module.exports = global["Fix"] = __webpack_require__(907);
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(14)))
/***/ }),
/* 905 */
/* 907 */
/***/ (function(module, exports, __webpack_require__) {
/* WEBPACK VAR INJECTION */(function(setImmediate) {function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
@ -75843,8 +75877,6 @@ var _layout = __webpack_require__(3);
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(57).setImmediate))
/***/ }),
/* 906 */,
/* 907 */,
/* 908 */,
/* 909 */,
/* 910 */,
@ -76043,14 +76075,14 @@ var _layout = __webpack_require__(3);
/* 1103 */,
/* 1104 */,
/* 1105 */,
/* 1106 */
/* 1106 */,
/* 1107 */,
/* 1108 */
/***/ (function(module, exports) {
/***/ }),
/* 1107 */,
/* 1108 */,
/* 1109 */,
/* 1110 */,
/* 1111 */,
@ -76366,7 +76398,9 @@ var _layout = __webpack_require__(3);
/* 1421 */,
/* 1422 */,
/* 1423 */,
/* 1424 */
/* 1424 */,
/* 1425 */,
/* 1426 */
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(92);
@ -76472,7 +76506,7 @@ __webpack_require__(366);
__webpack_require__(110);
__webpack_require__(111);
__webpack_require__(112);
__webpack_require__(904);
__webpack_require__(906);
__webpack_require__(367);
__webpack_require__(368);
__webpack_require__(369);
@ -76868,9 +76902,9 @@ __webpack_require__(698);
__webpack_require__(699);
__webpack_require__(700);
__webpack_require__(701);
__webpack_require__(894);
__webpack_require__(859);
__webpack_require__(1106);
__webpack_require__(896);
__webpack_require__(861);
__webpack_require__(1108);
module.exports = __webpack_require__(702);

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

12
dist/lib/base/single/button/listitem/blankicontextitem.d.ts vendored

@ -0,0 +1,12 @@
import { BasicButton } from "../button.basic";
export declare class BlankIconTextItem extends BasicButton {
static xtype: string;
static EVENT_CHANGE: string;
doClick(): void;
setValue(): void;
getValue(): string;
doRedMark(...args: any[]): void;
unRedMark(...args: any[]): void;
doHighLight(...args: any[]): void;
unHighLight(...args: any[]): void;
}

9
dist/lib/case/colorchooser/colorchooser.popup.hex.d.ts vendored

@ -0,0 +1,9 @@
import { Widget } from '../../core/widget';
export declare class HexColorChooserPopup extends Widget {
static xtype: string;
static EVENT_CHANGE: string;
static EVENT_VALUE_CHANGE: string;
setStoreColors(v: string): void;
setValue(v: string): void;
getValue(): string;
}

6
dist/lib/index.d.ts vendored

@ -156,6 +156,8 @@ import { History, Router } from "./router/router";
import { DateTimeCombo } from './widget/datetime/datetime.combo';
import { FloatHorizontalLayout } from "./core/wrapper/layout/adapt/float.horizontal";
import { AdaptiveLayout } from "./core/wrapper/layout/layout.adaptive";
import { HexColorChooserPopup } from './case/colorchooser/colorchooser.popup.hex';
import { BlankIconTextItem } from './base/single/button/listitem/blankicontextitem';
export interface BI extends _func, _i18n, _base, _inject, _var, _web, _utils {
OB: typeof OB;
Plugin: _Plugin;
@ -316,9 +318,11 @@ export interface BI extends _func, _i18n, _base, _inject, _var, _web, _utils {
DateTimeCombo: typeof DateTimeCombo;
FloatHorizontalLayout: typeof FloatHorizontalLayout;
AdaptiveLayout: typeof AdaptiveLayout;
HexColorChooserPopup: typeof HexColorChooserPopup;
BlankIconTextItem: typeof BlankIconTextItem;
}
declare const _default: {
Decorators: typeof decorator;
};
export default _default;
export { OB, Widget, Single, BasicButton, Checkbox, Icon, LeftVerticalAdaptLayout, LeftRightVerticalAdaptLayout, SearchTextValueCombo, Input, IconTextItem, AllValueMultiTextValueCombo, IconTextIconItem, Layout, HorizontalAutoLayout, InlineVerticalAdaptLayout, RightVerticalAdaptLayout, TableAdaptLayout, AbsoluteCenterLayout, HorizontalAdaptLayout, FloatLeftLayout, FloatRightLayout, VerticalLayout, AbsoluteLayout, DefaultLayout, HTapeLayout, CenterAdaptLayout, VTapeLayout, VerticalAdaptLayout, IconButton, Trigger, TriggerIconButton, Action, ActionFactory, ShowAction, Controller, LayerController, Behavior, BehaviorFactory, RedMarkBehavior, HighlightBehavior, LoadingPane, Searcher, AbstractLabel, Label, TextButton, DownListCombo, IconChangeButton, Button, TextEditor, A, Html, Switcher, BubbleCombo, Loader, ListPane, MultiSelectBar, SelectList, TextValueCombo, Editor, IconLabel, Popover, BarPopover, Tab, AbstractTreeValueChooser, AbstractListTreeValueChooser, ListTreeValueChooserInsertCombo, TreeValueChooserCombo, TreeValueChooserInsertCombo, MultiLayerSelectTreePopup, MultiLayerSingleTreePopup, TreeView, ListTreeView, ListAsyncTree, AsyncTree, MultiLayerSingleTreeCombo, MultiLayerSelectTreeCombo, MultiTreeListCombo, MultiTreeInsertCombo, Combo, IconCombo, DynamicDateCombo, Radio, MultiSelectItem, CustomTree, ButtonGroup, ButtonTree, NodeButton, IconArrowNode, MidTreeLeafItem, FirstTreeLeafItem, LastTreeLeafItem, SmallTextEditor, MultifileEditor, SignEditor, MultiSelectInsertCombo, MultiSelectCombo, SearchEditor, Text, Pane, MultiLayerSingleLevelTree, SimpleColorChooser, AbstractAllValueChooser, AllValueChooserCombo, TextAreaEditor, SingleSelectItem, DynamicDateTimeCombo, MultiTreeCombo, CenterLayout, VirtualGroup, GridLayout, MultiTreePopup, SingleSelectRadioItem, SingleSelectInsertCombo, SingleSelectCombo, CardLayout, DynamicYearMonthCombo, TimeCombo, Iframe, TextValueDownListCombo, Switch, HorizontalLayout, ShelterEditor, SelectTextTrigger, DateInterval, DynamicDatePane, AllCountPager, PopupView, BubblePopupView, BubblePopupBarView, TextBubblePopupBarView, ArrowTreeGroupNodeCheckbox, NumberInterval, DynamicYearQuarterCombo, DynamicYearCombo, IntervalSlider, MultiSelectInsertList, YearMonthInterval, TextValueCheckCombo, NumberEditor, LinearSegment, Img, EditorIconCheckCombo, IconTextValueCombo, ListView, FloatCenterLayout, DynamicYearMonthPopup, DateCalendarPopup, Tree, Node, TextNode, TextValueCheckComboPopup, ImageButton, Router, History, DateTimeCombo, FloatHorizontalLayout, AdaptiveLayout, };
export { OB, Widget, Single, BasicButton, Checkbox, Icon, LeftVerticalAdaptLayout, LeftRightVerticalAdaptLayout, SearchTextValueCombo, Input, IconTextItem, AllValueMultiTextValueCombo, IconTextIconItem, Layout, HorizontalAutoLayout, InlineVerticalAdaptLayout, RightVerticalAdaptLayout, TableAdaptLayout, AbsoluteCenterLayout, HorizontalAdaptLayout, FloatLeftLayout, FloatRightLayout, VerticalLayout, AbsoluteLayout, DefaultLayout, HTapeLayout, CenterAdaptLayout, VTapeLayout, VerticalAdaptLayout, IconButton, Trigger, TriggerIconButton, Action, ActionFactory, ShowAction, Controller, LayerController, Behavior, BehaviorFactory, RedMarkBehavior, HighlightBehavior, LoadingPane, Searcher, AbstractLabel, Label, TextButton, DownListCombo, IconChangeButton, Button, TextEditor, A, Html, Switcher, BubbleCombo, Loader, ListPane, MultiSelectBar, SelectList, TextValueCombo, Editor, IconLabel, Popover, BarPopover, Tab, AbstractTreeValueChooser, AbstractListTreeValueChooser, ListTreeValueChooserInsertCombo, TreeValueChooserCombo, TreeValueChooserInsertCombo, MultiLayerSelectTreePopup, MultiLayerSingleTreePopup, TreeView, ListTreeView, ListAsyncTree, AsyncTree, MultiLayerSingleTreeCombo, MultiLayerSelectTreeCombo, MultiTreeListCombo, MultiTreeInsertCombo, Combo, IconCombo, DynamicDateCombo, Radio, MultiSelectItem, CustomTree, ButtonGroup, ButtonTree, NodeButton, IconArrowNode, MidTreeLeafItem, FirstTreeLeafItem, LastTreeLeafItem, SmallTextEditor, MultifileEditor, SignEditor, MultiSelectInsertCombo, MultiSelectCombo, SearchEditor, Text, Pane, MultiLayerSingleLevelTree, SimpleColorChooser, AbstractAllValueChooser, AllValueChooserCombo, TextAreaEditor, SingleSelectItem, DynamicDateTimeCombo, MultiTreeCombo, CenterLayout, VirtualGroup, GridLayout, MultiTreePopup, SingleSelectRadioItem, SingleSelectInsertCombo, SingleSelectCombo, CardLayout, DynamicYearMonthCombo, TimeCombo, Iframe, TextValueDownListCombo, Switch, HorizontalLayout, ShelterEditor, SelectTextTrigger, DateInterval, DynamicDatePane, AllCountPager, PopupView, BubblePopupView, BubblePopupBarView, TextBubblePopupBarView, ArrowTreeGroupNodeCheckbox, NumberInterval, DynamicYearQuarterCombo, DynamicYearCombo, IntervalSlider, MultiSelectInsertList, YearMonthInterval, TextValueCheckCombo, NumberEditor, LinearSegment, Img, EditorIconCheckCombo, IconTextValueCombo, ListView, FloatCenterLayout, DynamicYearMonthPopup, DateCalendarPopup, Tree, Node, TextNode, TextValueCheckComboPopup, ImageButton, Router, History, DateTimeCombo, FloatHorizontalLayout, AdaptiveLayout, HexColorChooserPopup, BlankIconTextItem, };

2
dist/resource.css vendored

File diff suppressed because one or more lines are too long

14
dist/utils.js vendored

@ -1,4 +1,4 @@
/*! time: 2021-4-16 2:50:23 PM */
/*! time: 2021-4-19 2:30:22 PM */
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
@ -82,7 +82,7 @@
/******/
/******/
/******/ // Load entry module and return exports
/******/ return __webpack_require__(__webpack_require__.s = 1247);
/******/ return __webpack_require__(__webpack_require__.s = 1249);
/******/ })
/************************************************************************/
/******/ ({
@ -2879,7 +2879,7 @@ _.extend(BI, {
/***/ }),
/***/ 1105:
/***/ 1107:
/***/ (function(module, exports) {
BI.i18n = {
@ -3130,7 +3130,7 @@ BI.Req = {
/***/ }),
/***/ 1247:
/***/ 1249:
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(91);
@ -3149,8 +3149,8 @@ __webpack_require__(97);
__webpack_require__(98);
__webpack_require__(108);
__webpack_require__(109);
__webpack_require__(1105);
__webpack_require__(1248);
__webpack_require__(1107);
__webpack_require__(1250);
__webpack_require__(110);
__webpack_require__(111);
module.exports = __webpack_require__(112);
@ -3158,7 +3158,7 @@ module.exports = __webpack_require__(112);
/***/ }),
/***/ 1248:
/***/ 1250:
/***/ (function(module, exports) {
/**

2
dist/utils.js.map vendored

File diff suppressed because one or more lines are too long

4
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/utils.min.js.map vendored

File diff suppressed because one or more lines are too long

2
package.json

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

Loading…
Cancel
Save