@ -1,4 +1,4 @@
/*! time: 2020-12-14 11:30:24 */
/*! time: 2020-12-14 13:50:30 */
/******/ ( function ( modules ) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = { } ;
@ -82,7 +82,7 @@
/******/
/******/
/******/ // Load entry module and return exports
/******/ return _ _webpack _require _ _ ( _ _webpack _require _ _ . s = 128 1 ) ;
/******/ return _ _webpack _require _ _ ( _ _webpack _require _ _ . s = 129 1 ) ;
/******/ } )
/************************************************************************/
/******/ ( [
@ -97,9 +97,18 @@
/* 8 */ ,
/* 9 */ ,
/* 10 */ ,
/* 11 */ ,
/* 11 */
/***/ ( function ( module , exports , _ _webpack _require _ _ ) {
"use strict" ;
var _ob = _ _webpack _require _ _ ( 697 ) ;
/***/ } ) ,
/* 12 */ ,
/* 13 */
/* 13 */ ,
/* 14 */
/***/ ( function ( module , exports , _ _webpack _require _ _ ) {
"use strict" ;
@ -127,8 +136,15 @@ try {
module . exports = g ;
/***/ } ) ,
/* 14 */ ,
/* 15 */ ,
/* 15 */
/***/ ( function ( module , exports , _ _webpack _require _ _ ) {
"use strict" ;
var _widget = _ _webpack _require _ _ ( 11 ) ;
/***/ } ) ,
/* 16 */ ,
/* 17 */ ,
/* 18 */ ,
@ -139,18 +155,18 @@ module.exports = g;
/* 23 */ ,
/* 24 */ ,
/* 25 */ ,
/* 26 */ ,
/* 27 */ ,
/* 28 */ ,
/* 29 */
/* 26 */
/***/ ( function ( module , exports , _ _webpack _require _ _ ) {
"use strict" ;
var _widget = _ _webpack _require _ _ ( 4 1) ;
var _single = _ _webpack _require _ _ ( 15 ) ;
/***/ } ) ,
/* 27 */ ,
/* 28 */ ,
/* 29 */ ,
/* 30 */ ,
/* 31 */ ,
/* 32 */ ,
@ -161,31 +177,15 @@ var _widget = __webpack_require__(41);
/* 37 */ ,
/* 38 */ ,
/* 39 */ ,
/* 40 */
/***/ ( function ( module , exports , _ _webpack _require _ _ ) {
"use strict" ;
var _single = _ _webpack _require _ _ ( 29 ) ;
/***/ } ) ,
/* 41 */
/***/ ( function ( module , exports , _ _webpack _require _ _ ) {
"use strict" ;
var _ob = _ _webpack _require _ _ ( 696 ) ;
/***/ } ) ,
/* 40 */ ,
/* 41 */ ,
/* 42 */
/***/ ( function ( module , exports , _ _webpack _require _ _ ) {
"use strict" ;
var _widget = _ _webpack _require _ _ ( 4 1) ;
var _widget = _ _webpack _require _ _ ( 11 ) ;
/***/ } ) ,
/* 43 */ ,
@ -265,7 +265,7 @@ __webpack_require__(111); // On some exotic environments, it's not clear which o
exports . setImmediate = typeof self !== "undefined" && self . setImmediate || typeof global !== "undefined" && global . setImmediate || void 0 && ( void 0 ) . setImmediate ;
exports . clearImmediate = typeof self !== "undefined" && self . clearImmediate || typeof global !== "undefined" && global . clearImmediate || void 0 && ( void 0 ) . clearImmediate ;
/* WEBPACK VAR INJECTION */ } . call ( this , _ _webpack _require _ _ ( 13 ) ) )
/* WEBPACK VAR INJECTION */ } . call ( this , _ _webpack _require _ _ ( 14 ) ) )
/***/ } ) ,
/* 57 */ ,
@ -505,7 +505,7 @@ process.umask = function () {
"use strict" ;
var _single = _ _webpack _require _ _ ( 29 ) ;
var _single = _ _webpack _require _ _ ( 15 ) ;
/***/ } ) ,
/* 74 */ ,
@ -565,7 +565,7 @@ if (_global.BI == null) {
if ( _global . BI . prepares == null ) {
_global . BI . prepares = [ ] ;
}
/* WEBPACK VAR INJECTION */ } . call ( this , _ _webpack _require _ _ ( 13 ) ) )
/* WEBPACK VAR INJECTION */ } . call ( this , _ _webpack _require _ _ ( 14 ) ) )
/***/ } ) ,
/* 107 */
@ -1922,7 +1922,7 @@ if (!_global.BI) {
} ) ;
} ) ( ) ;
/* WEBPACK VAR INJECTION */ } . call ( this , _ _webpack _require _ _ ( 13 ) , _ _webpack _require _ _ ( 56 ) . setImmediate ) )
/* WEBPACK VAR INJECTION */ } . call ( this , _ _webpack _require _ _ ( 14 ) , _ _webpack _require _ _ ( 56 ) . setImmediate ) )
/***/ } ) ,
/* 111 */
@ -2132,7 +2132,7 @@ if (!_global.BI) {
attachTo . setImmediate = setImmediate ;
attachTo . clearImmediate = clearImmediate ;
} ) ( typeof self === "undefined" ? typeof global === "undefined" ? void 0 : global : self ) ;
/* WEBPACK VAR INJECTION */ } . call ( this , _ _webpack _require _ _ ( 13 ) , _ _webpack _require _ _ ( 70 ) ) )
/* WEBPACK VAR INJECTION */ } . call ( this , _ _webpack _require _ _ ( 14 ) , _ _webpack _require _ _ ( 70 ) ) )
/***/ } ) ,
/* 112 */
@ -7881,7 +7881,7 @@ BI.Region.prototype = {
} ;
} ) ( ) ;
/* WEBPACK VAR INJECTION */ } . call ( this , _ _webpack _require _ _ ( 13 ) ) )
/* WEBPACK VAR INJECTION */ } . call ( this , _ _webpack _require _ _ ( 14 ) ) )
/***/ } ) ,
/* 128 */
@ -66791,16 +66791,34 @@ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "functi
Object . defineProperty ( exports , "__esModule" , {
value : true
} ) ;
Object . defineProperty ( exports , "Tab" , {
enumerable : true ,
get : function get ( ) {
return _tab . Tab ;
}
} ) ;
Object . defineProperty ( exports , "BasicButton" , {
enumerable : true ,
get : function get ( ) {
return _button . BasicButton ;
}
} ) ;
Object . defineProperty ( exports , "Button" , {
enumerable : true ,
get : function get ( ) {
return _button2 . Button ;
}
} ) ;
Object . defineProperty ( exports , "TextButton" , {
enumerable : true ,
get : function get ( ) {
return _button2 . TextButton ;
return _button3 . TextButton ;
}
} ) ;
Object . defineProperty ( exports , "Editor" , {
enumerable : true ,
get : function get ( ) {
return _editor . Editor ;
}
} ) ;
Object . defineProperty ( exports , "AbstractLabel" , {
@ -66827,6 +66845,18 @@ Object.defineProperty(exports, "IconChangeButton", {
return _icon . IconChangeButton ;
}
} ) ;
Object . defineProperty ( exports , "MultiSelectItem" , {
enumerable : true ,
get : function get ( ) {
return _item . MultiSelectItem ;
}
} ) ;
Object . defineProperty ( exports , "TextValueCombo" , {
enumerable : true ,
get : function get ( ) {
return _combo . TextValueCombo ;
}
} ) ;
Object . defineProperty ( exports , "Widget" , {
enumerable : true ,
get : function get ( ) {
@ -66836,7 +66866,7 @@ Object.defineProperty(exports, "Widget", {
Object . defineProperty ( exports , "DownListCombo" , {
enumerable : true ,
get : function get ( ) {
return _combo . DownListCombo ;
return _combo2 . DownListCombo ;
}
} ) ;
Object . defineProperty ( exports , "Icon" , {
@ -66884,42 +66914,98 @@ Object.defineProperty(exports, "TableAdaptLayout", {
Object . defineProperty ( exports , "IconButton" , {
enumerable : true ,
get : function get ( ) {
return _button3 . IconButton ;
return _button4 . IconButton ;
}
} ) ;
Object . defineProperty ( exports , "TextEditor" , {
enumerable : true ,
get : function get ( ) {
return _editor2 . TextEditor ;
}
} ) ;
Object . defineProperty ( exports , "IconLabel" , {
enumerable : true ,
get : function get ( ) {
return _icon3 . IconLabel ;
}
} ) ;
Object . defineProperty ( exports , "Popover" , {
enumerable : true ,
get : function get ( ) {
return _layer . Popover ;
}
} ) ;
Object . defineProperty ( exports , "BarPopover" , {
enumerable : true ,
get : function get ( ) {
return _layer . BarPopover ;
}
} ) ;
Object . defineProperty ( exports , "IconCombo" , {
enumerable : true ,
get : function get ( ) {
return _combo3 . IconCombo ;
}
} ) ;
Object . defineProperty ( exports , "DynamicDateCombo" , {
enumerable : true ,
get : function get ( ) {
return _dynamicdate . DynamicDateCombo ;
}
} ) ;
exports [ "default" ] = void 0 ;
var _button = _ _webpack _require _ _ ( 40 ) ;
var _tab = _ _webpack _require _ _ ( 696 ) ;
var _button = _ _webpack _require _ _ ( 26 ) ;
var _button2 = _ _webpack _require _ _ ( 698 ) ;
var _button2 = _ _webpack _require _ _ ( 697 ) ;
var _button3 = _ _webpack _require _ _ ( 699 ) ;
var _editor = _ _webpack _require _ _ ( 700 ) ;
var _abstract = _ _webpack _require _ _ ( 73 ) ;
var _label = _ _webpack _require _ _ ( 698 ) ;
var _label = _ _webpack _require _ _ ( 701 ) ;
var _single = _ _webpack _require _ _ ( 15 ) ;
var _icon = _ _webpack _require _ _ ( 702 ) ;
var _item = _ _webpack _require _ _ ( 703 ) ;
var _combo = _ _webpack _require _ _ ( 704 ) ;
var decorator = _interopRequireWildcard ( _ _webpack _require _ _ ( 705 ) ) ;
var _widget = _ _webpack _require _ _ ( 11 ) ;
var _single = _ _webpack _require _ _ ( 29 ) ;
var _combo2 = _ _webpack _require _ _ ( 706 ) ;
var _icon = _ _webpack _require _ _ ( 699 ) ;
var _icon2 = _ _webpack _require _ _ ( 707 ) ;
var decorator = _interopRequireWildcard ( _ _webpack _require _ _ ( 700 ) ) ;
var _a dap t = _ _webpack _require _ _ ( 708 ) ;
var _widget = _ _webpack _require _ _ ( 41 ) ;
var _icontexticonitem = _ _webpack _require _ _ ( 709 ) ;
var _combo = _ _webpack _require _ _ ( 701 ) ;
var _aut o = _ _webpack _require _ _ ( 710 ) ;
var _icon2 = _ _webpack _require _ _ ( 702 ) ;
var _inline = _ _webpack _require _ _ ( 711 ) ;
var _adapt = _ _webpack _require _ _ ( 703 ) ;
var _adapt2 = _ _webpack _require _ _ ( 712 ) ;
var _icontexticonitem = _ _webpack _require _ _ ( 704 ) ;
var _button4 = _ _webpack _require _ _ ( 713 ) ;
var _auto = _ _webpack _require _ _ ( 705 ) ;
var _editor2 = _ _webpack _require _ _ ( 714 ) ;
var _inline = _ _webpack _require _ _ ( 706 ) ;
var _icon3 = _ _webpack _require _ _ ( 715 ) ;
var _adapt2 = _ _webpack _require _ _ ( 707 ) ;
var _layer = _ _webpack _require _ _ ( 716 ) ;
var _button3 = _ _webpack _require _ _ ( 708 ) ;
var _combo3 = _ _webpack _require _ _ ( 717 ) ;
var _dynamicdate = _ _webpack _require _ _ ( 718 ) ;
function _getRequireWildcardCache ( ) { if ( typeof WeakMap !== "function" ) return null ; var cache = new WeakMap ( ) ; _getRequireWildcardCache = function _getRequireWildcardCache ( ) { return cache ; } ; return cache ; }
@ -66937,6 +67023,8 @@ exports["default"] = _default;
"use strict" ;
var _widget = _ _webpack _require _ _ ( 11 ) ;
/***/ } ) ,
/* 697 */
/***/ ( function ( module , exports , _ _webpack _require _ _ ) {
@ -66944,8 +67032,6 @@ exports["default"] = _default;
"use strict" ;
var _button = _ _webpack _require _ _ ( 40 ) ;
/***/ } ) ,
/* 698 */
/***/ ( function ( module , exports , _ _webpack _require _ _ ) {
@ -66953,7 +67039,7 @@ var _button = __webpack_require__(40);
"use strict" ;
var _abstract = _ _webpack _require _ _ ( 73 ) ;
var _button = _ _webpack _require _ _ ( 26 ) ;
/***/ } ) ,
/* 699 */
@ -66962,7 +67048,7 @@ var _abstract = __webpack_require__(73);
"use strict" ;
var _single = _ _webpack _require _ _ ( 29 ) ;
var _button = _ _webpack _require _ _ ( 26 ) ;
/***/ } ) ,
/* 700 */
@ -66971,6 +67057,51 @@ var _single = __webpack_require__(29);
"use strict" ;
var _single = _ _webpack _require _ _ ( 15 ) ;
/***/ } ) ,
/* 701 */
/***/ ( function ( module , exports , _ _webpack _require _ _ ) {
"use strict" ;
var _abstract = _ _webpack _require _ _ ( 73 ) ;
/***/ } ) ,
/* 702 */
/***/ ( function ( module , exports , _ _webpack _require _ _ ) {
"use strict" ;
var _single = _ _webpack _require _ _ ( 15 ) ;
/***/ } ) ,
/* 703 */
/***/ ( function ( module , exports , _ _webpack _require _ _ ) {
"use strict" ;
var _button = _ _webpack _require _ _ ( 26 ) ;
/***/ } ) ,
/* 704 */
/***/ ( function ( module , exports , _ _webpack _require _ _ ) {
"use strict" ;
var _widget = _ _webpack _require _ _ ( 11 ) ;
/***/ } ) ,
/* 705 */
/***/ ( function ( module , exports , _ _webpack _require _ _ ) {
"use strict" ;
Object . defineProperty ( exports , "__esModule" , {
value : true
} ) ;
@ -67176,25 +67307,25 @@ type UnionToTuple<U> = UnionToTupleRecursively<U, []>;
exports . Model = Model ;
/***/ } ) ,
/* 701 */
/* 706 */
/***/ ( function ( module , exports , _ _webpack _require _ _ ) {
"use strict" ;
var _widget = _ _webpack _require _ _ ( 4 1) ;
var _widget = _ _webpack _require _ _ ( 1 1) ;
/***/ } ) ,
/* 702 */
/* 707 */
/***/ ( function ( module , exports , _ _webpack _require _ _ ) {
"use strict" ;
var _single = _ _webpack _require _ _ ( 29 ) ;
var _single = _ _webpack _require _ _ ( 15 ) ;
/***/ } ) ,
/* 703 */
/* 708 */
/***/ ( function ( module , exports , _ _webpack _require _ _ ) {
"use strict" ;
@ -67203,16 +67334,16 @@ var _single = __webpack_require__(29);
var _layout = _ _webpack _require _ _ ( 42 ) ;
/***/ } ) ,
/* 704 */
/* 709 */
/***/ ( function ( module , exports , _ _webpack _require _ _ ) {
"use strict" ;
var _button = _ _webpack _require _ _ ( 40 ) ;
var _button = _ _webpack _require _ _ ( 26 ) ;
/***/ } ) ,
/* 705 */
/* 71 0 */
/***/ ( function ( module , exports , _ _webpack _require _ _ ) {
"use strict" ;
@ -67221,7 +67352,7 @@ var _button = __webpack_require__(40);
var _layout = _ _webpack _require _ _ ( 42 ) ;
/***/ } ) ,
/* 706 */
/* 711 */
/***/ ( function ( module , exports , _ _webpack _require _ _ ) {
"use strict" ;
@ -67230,7 +67361,7 @@ var _layout = __webpack_require__(42);
var _layout = _ _webpack _require _ _ ( 42 ) ;
/***/ } ) ,
/* 707 */
/* 712 */
/***/ ( function ( module , exports , _ _webpack _require _ _ ) {
"use strict" ;
@ -67239,25 +67370,60 @@ var _layout = __webpack_require__(42);
var _layout = _ _webpack _require _ _ ( 42 ) ;
/***/ } ) ,
/* 708 */
/* 713 */
/***/ ( function ( module , exports , _ _webpack _require _ _ ) {
"use strict" ;
var _button = _ _webpack _require _ _ ( 26 ) ;
/***/ } ) ,
/* 714 */
/***/ ( function ( module , exports , _ _webpack _require _ _ ) {
"use strict" ;
var _widget = _ _webpack _require _ _ ( 11 ) ;
/***/ } ) ,
/* 715 */
/***/ ( function ( module , exports , _ _webpack _require _ _ ) {
"use strict" ;
var _button = _ _webpack _require _ _ ( 40 ) ;
var _single = _ _webpack _require _ _ ( 15 ) ;
/***/ } ) ,
/* 716 */
/***/ ( function ( module , exports , _ _webpack _require _ _ ) {
"use strict" ;
var _widget = _ _webpack _require _ _ ( 11 ) ;
/***/ } ) ,
/* 717 */
/***/ ( function ( module , exports , _ _webpack _require _ _ ) {
"use strict" ;
var _widget = _ _webpack _require _ _ ( 11 ) ;
/***/ } ) ,
/* 718 */
/***/ ( function ( module , exports , _ _webpack _require _ _ ) {
"use strict" ;
var _single = _ _webpack _require _ _ ( 15 ) ;
/***/ } ) ,
/* 709 */ ,
/* 710 */ ,
/* 711 */ ,
/* 712 */ ,
/* 713 */ ,
/* 714 */ ,
/* 715 */ ,
/* 716 */ ,
/* 717 */ ,
/* 718 */ ,
/* 719 */ ,
/* 720 */ ,
/* 721 */ ,
@ -67298,7 +67464,17 @@ var _button = __webpack_require__(40);
/* 756 */ ,
/* 757 */ ,
/* 758 */ ,
/* 759 */
/* 759 */ ,
/* 760 */ ,
/* 761 */ ,
/* 762 */ ,
/* 763 */ ,
/* 764 */ ,
/* 765 */ ,
/* 766 */ ,
/* 767 */ ,
/* 768 */ ,
/* 769 */
/***/ ( function ( module , exports ) {
; ( function ( ) {
@ -67461,17 +67637,17 @@ var _button = __webpack_require__(40);
/***/ } ) ,
/* 76 0 */ ,
/* 76 1 */ ,
/* 76 2 */ ,
/* 76 3 */
/* 77 0 */ ,
/* 77 1 */ ,
/* 77 2 */ ,
/* 77 3 */
/***/ ( function ( module , exports , _ _webpack _require _ _ ) {
/* WEBPACK VAR INJECTION */ ( function ( global ) { module . exports = global [ "Fix" ] = _ _webpack _require _ _ ( 76 4 ) ;
/* WEBPACK VAR INJECTION */ } . call ( this , _ _webpack _require _ _ ( 13 ) ) )
/* WEBPACK VAR INJECTION */ ( function ( global ) { module . exports = global [ "Fix" ] = _ _webpack _require _ _ ( 77 4 ) ;
/* WEBPACK VAR INJECTION */ } . call ( this , _ _webpack _require _ _ ( 14 ) ) )
/***/ } ) ,
/* 76 4 */
/* 77 4 */
/***/ ( 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" ) ; } }
@ -68948,8 +69124,8 @@ var _button = __webpack_require__(40);
/* WEBPACK VAR INJECTION */ } . call ( this , _ _webpack _require _ _ ( 56 ) . setImmediate ) )
/***/ } ) ,
/* 76 5 */ ,
/* 76 6 */
/* 77 5 */ ,
/* 77 6 */
/***/ ( function ( module , exports ) {
; ( function ( ) {
@ -69245,16 +69421,6 @@ var _button = __webpack_require__(40);
/***/ } ) ,
/* 767 */ ,
/* 768 */ ,
/* 769 */ ,
/* 770 */ ,
/* 771 */ ,
/* 772 */ ,
/* 773 */ ,
/* 774 */ ,
/* 775 */ ,
/* 776 */ ,
/* 777 */ ,
/* 778 */ ,
/* 779 */ ,
@ -69462,12 +69628,7 @@ var _button = __webpack_require__(40);
/* 981 */ ,
/* 982 */ ,
/* 983 */ ,
/* 984 */
/***/ ( function ( module , exports ) {
/***/ } ) ,
/* 984 */ ,
/* 985 */ ,
/* 986 */ ,
/* 987 */ ,
@ -69477,7 +69638,12 @@ var _button = __webpack_require__(40);
/* 991 */ ,
/* 992 */ ,
/* 993 */ ,
/* 994 */ ,
/* 994 */
/***/ ( function ( module , exports ) {
/***/ } ) ,
/* 995 */ ,
/* 996 */ ,
/* 997 */ ,
@ -69764,7 +69930,17 @@ var _button = __webpack_require__(40);
/* 1278 */ ,
/* 1279 */ ,
/* 1280 */ ,
/* 1281 */
/* 1281 */ ,
/* 1282 */ ,
/* 1283 */ ,
/* 1284 */ ,
/* 1285 */ ,
/* 1286 */ ,
/* 1287 */ ,
/* 1288 */ ,
/* 1289 */ ,
/* 1290 */ ,
/* 1291 */
/***/ ( function ( module , exports , _ _webpack _require _ _ ) {
_ _webpack _require _ _ ( 106 ) ;
@ -69868,7 +70044,7 @@ __webpack_require__(376);
_ _webpack _require _ _ ( 136 ) ;
_ _webpack _require _ _ ( 137 ) ;
_ _webpack _require _ _ ( 138 ) ;
_ _webpack _require _ _ ( 76 3 ) ;
_ _webpack _require _ _ ( 77 3 ) ;
_ _webpack _require _ _ ( 377 ) ;
_ _webpack _require _ _ ( 378 ) ;
_ _webpack _require _ _ ( 379 ) ;
@ -70244,9 +70420,9 @@ __webpack_require__(690);
_ _webpack _require _ _ ( 691 ) ;
_ _webpack _require _ _ ( 692 ) ;
_ _webpack _require _ _ ( 693 ) ;
_ _webpack _require _ _ ( 76 6 ) ;
_ _webpack _require _ _ ( 75 9 ) ;
_ _webpack _require _ _ ( 98 4 ) ;
_ _webpack _require _ _ ( 77 6 ) ;
_ _webpack _require _ _ ( 76 9 ) ;
_ _webpack _require _ _ ( 99 4 ) ;
module . exports = _ _webpack _require _ _ ( 694 ) ;